pax_global_header00006660000000000000000000000064141752515640014524gustar00rootroot0000000000000052 comment=af188b55df007b76a10b455b4d6628c9929f8d08 SceneSwitcher-1.17.2/000077500000000000000000000000001417525156400143625ustar00rootroot00000000000000SceneSwitcher-1.17.2/.clang-format000066400000000000000000000063301417525156400167370ustar00rootroot00000000000000# please use clang-format version 8 or later Standard: Cpp11 AccessModifierOffset: -8 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlines: Left AlignOperands: true AlignTrailingComments: true #AllowAllArgumentsOnNextLine: false # requires clang-format 9 #AllowAllConstructorInitializersOnNextLine: false # requires clang-format 9 AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false #AllowShortLambdasOnASingleLine: Inline # requires clang-format 9 AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: false BinPackArguments: true BinPackParameters: true BraceWrapping: AfterClass: false AfterControlStatement: false AfterEnum: false AfterFunction: true AfterNamespace: false AfterObjCDeclaration: false AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeCatch: false BeforeElse: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom BreakBeforeTernaryOperators: true BreakConstructorInitializers: BeforeColon BreakStringLiterals: false # apparently unpredictable ColumnLimit: 80 CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 8 ContinuationIndentWidth: 8 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false FixNamespaceComments: false ForEachMacros: - 'json_object_foreach' - 'json_object_foreach_safe' - 'json_array_foreach' IncludeBlocks: Preserve IndentCaseLabels: false IndentPPDirectives: None IndentWidth: 8 IndentWrappedFunctionNames: false KeepEmptyLinesAtTheStartOfBlocks: true MaxEmptyLinesToKeep: 1 NamespaceIndentation: None #ObjCBinPackProtocolList: Auto # requires clang-format 7 ObjCBlockIndentWidth: 8 ObjCSpaceAfterProperty: true ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 10 PenaltyBreakBeforeFirstCallParameter: 30 PenaltyBreakComment: 10 PenaltyBreakFirstLessLess: 0 PenaltyBreakString: 10 PenaltyExcessCharacter: 100 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: false SortIncludes: false SortUsingDeclarations: false SpaceAfterCStyleCast: false #SpaceAfterLogicalNot: false # requires clang-format 9 SpaceAfterTemplateKeyword: false SpaceBeforeAssignmentOperators: true #SpaceBeforeCtorInitializerColon: true # requires clang-format 7 #SpaceBeforeInheritanceColon: true # requires clang-format 7 SpaceBeforeParens: ControlStatements #SpaceBeforeRangeBasedForLoopColon: true # requires clang-format 7 SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false #StatementMacros: # requires clang-format 8 # - 'Q_OBJECT' TabWidth: 8 #TypenameMacros: # requires clang-format 9 # - 'DARRAY' UseTab: ForContinuationAndIndentation --- Language: ObjC SceneSwitcher-1.17.2/.github/000077500000000000000000000000001417525156400157225ustar00rootroot00000000000000SceneSwitcher-1.17.2/.github/ISSUE_TEMPLATE/000077500000000000000000000000001417525156400201055ustar00rootroot00000000000000SceneSwitcher-1.17.2/.github/ISSUE_TEMPLATE/bug_report.md000066400000000000000000000020011417525156400225700ustar00rootroot00000000000000--- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Logs** Please provide a log of your issue with verbose logging enabled (See General tab of the plugin). See [here](https://obsproject.com/forum/threads/please-post-a-log-with-your-issue-heres-how.23074/) for a description where to find the log files and how to share them. Please share the currently used plugin settings by exporting them them to a file (See General tab of the plugin). If applicable, add screenshots to help explain your problem. **Version information** - OS: [e.g. Windows 10] - OBS Version [e.g. 27.1.3] - Plugin Version [e.g. 1.17.1] **Additional context** Add any other context about the problem here. SceneSwitcher-1.17.2/.github/ISSUE_TEMPLATE/feature_request.md000066400000000000000000000011231417525156400236270ustar00rootroot00000000000000--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. SceneSwitcher-1.17.2/.github/workflows/000077500000000000000000000000001417525156400177575ustar00rootroot00000000000000SceneSwitcher-1.17.2/.github/workflows/build-debian.yml000066400000000000000000000042531417525156400230250ustar00rootroot00000000000000name: debian-build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: submodules: "recursive" - name: check_libobs_revision run: | sudo apt update sudo apt install libobs-dev mkdir source cd source dpkg -l libobs-dev | tr -s " "| grep libobs | cut -d" " -f3 > libobs.rev - name: install_frontend_header run: | [ -e /usr/include/obs/obs-frontend-api.h ] && { echo "ERROR: obs-frontend-api.h already in system. Maybe the package libobs-dev is installing it."; exit 1; } cd source LIBOBSREV=$(cat libobs.rev) sudo apt update sudo apt install devscripts dget -u http://archive.ubuntu.com/ubuntu/pool/universe/o/obs-studio/obs-studio_$LIBOBSREV.dsc cd .. sudo find -name obs-frontend-api.h -exec cp {} /usr/include/obs/ \; egrep '#include ' /usr/include/obs/obs-frontend-api.h || { echo "ERROR: check if the sed commands are needed from now."; exit 1; } sudo sed -i 's/#include /#include /' /usr/include/obs/obs-frontend-api.h sudo sed -i 's/#include /#include /' /usr/include/obs/obs-frontend-api.h - name: create_tarball run: | cd .. tar --exclude=.git -cvzf obs-scene-switcher_0.1+testonly.orig.tar.gz SceneSwitcher - name: create_debian_dir run: | cp -a CI/linux/debian . - name: install_dependencies run: | # devscripts and libobs-dev are needed but they were already installed # from check_libobs_revision and install_frontend_header sections. sudo apt update sudo apt install cmake debhelper libcurl4-openssl-dev libxss-dev libxtst-dev qtbase5-dev libopencv-dev libprocps-dev - name: build run: | debuild --no-lintian --no-sign mv ../*.deb . - name: Publish if: success() uses: actions/upload-artifact@v2.2.1 with: name: "obs-scene-switcher.deb" path: ${{ github.workspace }}/*.deb SceneSwitcher-1.17.2/.github/workflows/build.yml000066400000000000000000000411211417525156400216000ustar00rootroot00000000000000name: build obs plugin on: [push, pull_request, workflow_dispatch] env: PLUGIN_NAME: SceneSwitcher LIB_NAME: advanced-scene-switcher OBS_TAG: 27.1.3 jobs: macos64: name: "macOS 64-bit" runs-on: [macos-latest] env: QT_VERSION: "5.15.2" MACOS_DEPS_VERSION: "2020-12-11" steps: - name: Checkout uses: actions/checkout@v2.3.4 with: repository: obsproject/obs-studio submodules: "recursive" ref: "refs/tags/${{ env.OBS_TAG }}" - name: "Checkout plugin" uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME }} submodules: "recursive" - name: Fetch Git Tags run: | cd UI/frontend-plugins/${{ env.PLUGIN_NAME }} git fetch --prune --tags --unshallow - name: "Install prerequisites (Homebrew)" shell: bash run: | if [ -d /usr/local/opt/openssl@1.0.2t ]; then brew uninstall openssl@1.0.2t brew untap local/openssl fi if [ -d /usr/local/opt/python@2.7.17 ]; then brew uninstall python@2.7.17 brew untap local/python2 fi brew bundle --file ./CI/scripts/macos/Brewfile - name: "Install prerequisite: Pre-built dependencies" if: steps.deps-cache.outputs.cache-hit != 'true' shell: bash run: | curl -L -O https://github.com/obsproject/obs-deps/releases/download/${{ env.MACOS_DEPS_VERSION }}/macos-deps-${{ env.MACOS_DEPS_VERSION }}.tar.gz tar -xf ./macos-deps-${{ env.MACOS_DEPS_VERSION }}.tar.gz -C "/tmp" - name: "Install prerequisite: Pre-built dependency Qt" if: steps.deps-qt-cache.outputs.cache-hit != 'true' shell: bash run: | curl -L -O https://github.com/obsproject/obs-deps/releases/download/${{ env.MACOS_DEPS_VERSION }}/macos-qt-${{ env.QT_VERSION }}-${{ env.MACOS_DEPS_VERSION }}.tar.gz tar -xf ./macos-qt-${{ env.QT_VERSION }}-${{ env.MACOS_DEPS_VERSION }}.tar.gz -C "/tmp" xattr -r -d com.apple.quarantine /tmp/obsdeps - name: "Build prerequisite: OpenCV" shell: bash run: | cd UI/frontend-plugins/${{ env.PLUGIN_NAME }}/deps/opencv mkdir build cd build cmake -DBUILD_LIST="core,imgproc,objdetect" .. make -j4 make install - name: Configure shell: bash run: | echo "add_subdirectory(${{ env.PLUGIN_NAME }})" >> UI/frontend-plugins/CMakeLists.txt mkdir ./build cd ./build cmake -DBUILD_BROWSER=OFF -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DDISABLE_PYTHON=ON -DDepsPath="/tmp/obsdeps" -DQTDIR="/tmp/obsdeps" .. cd - - name: Build shell: bash run: | set -e cd ./build make -j4 cd - - name: "Install prerequisite: Packages app" if: success() shell: bash run: | curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg sudo hdiutil attach ./Packages.dmg sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target / - name: Package if: success() shell: bash run: | fix_linker_paths() { install_name_tool -change @rpath/libobs-frontend-api.dylib @executable_path/../Frameworks/libobs-frontend-api.dylib $1 install_name_tool -change @rpath/libobs.0.dylib @executable_path/../Frameworks/libobs.0.dylib $1 install_name_tool -change /tmp/obsdeps/lib/QtWidgets.framework/Versions/5/QtWidgets @executable_path/../Frameworks/QtWidgets.framework/Versions/5/QtWidgets $1 install_name_tool -change /tmp/obsdeps/lib/QtGui.framework/Versions/5/QtGui @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui $1 install_name_tool -change /tmp/obsdeps/lib/QtCore.framework/Versions/5/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/5/QtCore $1 } cd UI/frontend-plugins/${{ env.PLUGIN_NAME }} fix_linker_paths ../../../build/UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so fix_linker_paths ../../../build/UI/frontend-plugins/SceneSwitcher/src/external-macro-modules/opencv/advanced-scene-switcher-opencv.so FILE_DATE=$(date +%Y-%m-%d) FILE_NAME=${{ env.PLUGIN_NAME }}-$FILE_DATE-${{ github.sha }}-macos.pkg echo "FILE_NAME=${FILE_NAME}" >> $GITHUB_ENV packagesbuild ./CI/macos/${{ env.PLUGIN_NAME }}.pkgproj cd - mkdir ./nightly mv UI/frontend-plugins/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_NAME }}.pkg ./nightly/${FILE_NAME} - name: Publish if: success() uses: actions/upload-artifact@v2.2.1 with: name: "${{ env.FILE_NAME }}" path: ./nightly/*.pkg ubuntu64: name: "Linux/Ubuntu 64-bit" runs-on: [ubuntu-latest] steps: - name: Checkout uses: actions/checkout@v2.3.4 with: repository: obsproject/obs-studio submodules: "recursive" ref: "refs/tags/${{ env.OBS_TAG }}" - name: "Checkout plugin" uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME }} submodules: "recursive" - name: Add plugin to obs cmake shell: bash run: echo "add_subdirectory(${{ env.PLUGIN_NAME }})" >> UI/frontend-plugins/CMakeLists.txt - name: Fetch Git Tags run: git fetch --prune --tags --unshallow - name: Install prerequisites (Apt) shell: bash run: | sudo dpkg --add-architecture amd64 sudo apt-get -qq update sudo apt-get install -y \ build-essential \ checkinstall \ cmake \ libasound2-dev \ libavcodec-dev \ libavdevice-dev \ libavfilter-dev \ libavformat-dev \ libavutil-dev \ libcurl4-openssl-dev \ libfdk-aac-dev \ libfontconfig-dev \ libfreetype6-dev \ libgl1-mesa-dev \ libjack-jackd2-dev \ libjansson-dev \ libluajit-5.1-dev \ libpulse-dev \ libqt5x11extras5-dev \ libspeexdsp-dev \ libswresample-dev \ libswscale-dev \ libudev-dev \ libv4l-dev \ libva-dev \ libvlc-dev \ libx11-dev \ libx264-dev \ libxcb-randr0-dev \ libxcb-shm0-dev \ libxcb-xinerama0-dev \ libxcomposite-dev \ libxinerama-dev \ libxtst-dev \ libmbedtls-dev \ pkg-config \ python3-dev \ qtbase5-dev \ qtbase5-private-dev \ libqt5svg5-dev \ swig \ libxss-dev \ libx11-xcb-dev \ libxcb-xfixes0-dev \ libopencv-dev \ libprocps-dev - name: "Configure" shell: bash run: | mkdir ./build cd ./build cmake -DENABLE_PIPEWIRE=OFF -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/obs-studio-portable" -DWITH_RTMPS=OFF -DBUILD_BROWSER=OFF .. - name: "Build" shell: bash working-directory: ${{ github.workspace }}/build run: make -j4 - name: "Package" shell: bash run: | FILE_DATE=$(date +%Y-%m-%d) FILE_NAME=${{ env.PLUGIN_NAME }}-$FILE_DATE-${{ github.sha }}-linux64.tar.gz echo "FILE_NAME=${FILE_NAME}" >> $GITHUB_ENV mkdir -p ./${{ env.LIB_NAME }}/bin/64bit/ strip -d ./build/UI/frontend-plugins/${{ env.PLUGIN_NAME }}/${{ env.LIB_NAME }}.so mv ./build/UI/frontend-plugins/${{ env.PLUGIN_NAME }}/${{ env.LIB_NAME }}.so ./${{ env.LIB_NAME }}/bin/64bit/${{ env.LIB_NAME }}.so mv ./UI/frontend-plugins/${{ env.PLUGIN_NAME }}/data ./${{ env.LIB_NAME }}/data # Macro modules mkdir -p ./${{ env.LIB_NAME }}/bin/64bit/adv-ss-plugins strip -d ./build/UI/frontend-plugins/${{ env.PLUGIN_NAME }}/src/external-macro-modules/opencv/advanced-scene-switcher-opencv.so mv ./build/UI/frontend-plugins/${{ env.PLUGIN_NAME }}/src/external-macro-modules/opencv/advanced-scene-switcher-opencv.so ./${{ env.LIB_NAME }}/bin/64bit/adv-ss-plugins tar -cvzf "${FILE_NAME}" ${{ env.LIB_NAME }} - name: "Publish" uses: actions/upload-artifact@v2.2.1 with: name: "${{ env.FILE_NAME }}" path: "*.tar.gz" windows: name: Windows runs-on: [windows-latest] strategy: matrix: arch: [32, 64] env: QT_VERSION: 5.15.2 CMAKE_GENERATOR: "Visual Studio 16 2019" CMAKE_SYSTEM_VERSION: "10.0.18363.657" WINDOWS_DEPS_VERSION: "2019" steps: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - name: Checkout obs uses: actions/checkout@v2.3.4 with: repository: obsproject/obs-studio submodules: "recursive" ref: "refs/tags/${{ env.OBS_TAG }}" - name: Checkout plugin uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME}} submodules: "recursive" - name: Add plugin to obs cmake shell: cmd run: echo add_subdirectory(${{ env.PLUGIN_NAME }}) >> UI/frontend-plugins/CMakeLists.txt - name: Fetch Git Tags run: git fetch --prune --tags --unshallow - name: "Install prerequisite: QT" run: | curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_${{ env.QT_VERSION }}.7z -f --retry 5 -C - 7z x Qt_${{ env.QT_VERSION }}.7z -o"${{ github.workspace }}/cmbuild/QT" - name: "Install prerequisite: Pre-built dependencies" run: | curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies${{ env.WINDOWS_DEPS_VERSION }}.zip -f --retry 5 -C - 7z x dependencies${{ env.WINDOWS_DEPS_VERSION }}.zip -o"${{ github.workspace }}/cmbuild/deps" - name: "Build prerequisite: OpenCV" run: | cd UI/frontend-plugins/${{ env.PLUGIN_NAME }}/deps/opencv mkdir build cd build if ( ${{ matrix.arch }} -eq 32 ) { cmake -G"${{ env.CMAKE_GENERATOR }}" -A"Win32" -DBUILD_LIST="core,imgproc,objdetect" .. } else { cmake -G"${{ env.CMAKE_GENERATOR }}" -A"x64" -DBUILD_LIST="core,imgproc,objdetect" .. } msbuild /m /p:Configuration=Release OpenCV.sln msbuild INSTALL.vcxproj - name: Configure run: | mkdir ./package mkdir ./build${{ matrix.arch }} cd ./build${{ matrix.arch }} Get-Location if ( ${{ matrix.arch }} -eq 32 ) { cmake -G"${{ env.CMAKE_GENERATOR }}" -A"Win32" -DOpenCV_DIR="${{ github.workspace }}/UI/frontend-plugins/SceneSwitcher/deps/opencv/build/" -DCMAKE_SYSTEM_VERSION="${{ env.CMAKE_SYSTEM_VERSION }}" -DBUILD_BROWSER=false -DBUILD_CAPTIONS=false -DCOMPILE_D3D12_HOOK=false -DDepsPath="${{ github.workspace }}/cmbuild/deps/win32" -DQTDIR="${{ github.workspace }}/cmbuild/QT/${{ env.QT_VERSION }}/msvc2019" -DCOPIED_DEPENDENCIES=FALSE -DCOPY_DEPENDENCIES=TRUE .. } else { cmake -G"${{ env.CMAKE_GENERATOR }}" -A"x64" -DOpenCV_DIR="${{ github.workspace }}/UI/frontend-plugins/SceneSwitcher/deps/opencv/build/" -DCMAKE_SYSTEM_VERSION="${{ env.CMAKE_SYSTEM_VERSION }}" -DBUILD_BROWSER=false -DBUILD_CAPTIONS=false -DCOMPILE_D3D12_HOOK=false -DDepsPath="${{ github.workspace }}/cmbuild/deps/win64" -DQTDIR="${{ github.workspace }}/cmbuild/QT/${{ env.QT_VERSION }}/msvc2019_64" -DCOPIED_DEPENDENCIES=FALSE -DCOPY_DEPENDENCIES=TRUE .. } - name: Build run: | msbuild /m /p:Configuration=RelWithDebInfo .\build${{ matrix.arch }}\obs-studio.sln - name: Package if: success() run: | $env:FILE_DATE=(Get-Date -UFormat "%F") $env:FILE_NAME="${{ env.PLUGIN_NAME }}-${env:FILE_DATE}-${{ github.sha }}-windows" echo "FILE_NAME=${env:FILE_NAME}" >> ${env:GITHUB_ENV} robocopy .\build${{ matrix.arch }}\rundir\RelWithDebInfo\obs-plugins\${{ matrix.arch }}bit\ .\package\obs-plugins\${{ matrix.arch }}bit ${{ env.LIB_NAME }}* /E /XF .gitignore robocopy .\build${{ matrix.arch }}\rundir\RelWithDebInfo\obs-plugins\${{ matrix.arch }}bit\ .\package\obs-plugins\${{ matrix.arch }}bit adv-ss-plugins /E /XF .gitignore robocopy .\build${{ matrix.arch }}\rundir\RelWithDebInfo\data\obs-plugins\${{ env.LIB_NAME }}\ .\package\data\obs-plugins\${{ env.LIB_NAME }}\ /E /XF .gitignore cp UI/frontend-plugins/${{ env.PLUGIN_NAME }}/deps/opencv/build/bin/Release/*dll package/obs-plugins/${{ matrix.arch }}bit/adv-ss-plugins cp UI/frontend-plugins/${{ env.PLUGIN_NAME }}/deps/openvr/bin/win${{ matrix.arch }}/*dll package/obs-plugins/${{ matrix.arch }}bit/adv-ss-plugins exit 0 - name: Publish zip if: success() uses: actions/upload-artifact@v2.2.1 with: name: "${{ env.FILE_NAME }}-${{ matrix.arch }}bit" path: package/* windows-installer: needs: [windows] name: "Create Windows Installer" runs-on: [windows-latest] steps: - name: "Checkout plugin" uses: actions/checkout@v2.3.4 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - name: "Prepare innosetup" run: | curl "-kL" "https://files.jrsoftware.org/is/6/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe" .\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART mkdir build cd build cmake .. continue-on-error: true - name: Download artifacts uses: actions/download-artifact@v2 with: path: artifacts - name: "Prepare package dir" run: | curl "-kL" "https://github.com/Xaymar/msvc-redist-helper/releases/download/0.1/msvc-redist-helper-64.exe" "-f" "--retry" "5" "-o" "msvc-redist-helper-64.exe" curl "-kL" "https://github.com/Xaymar/msvc-redist-helper/releases/download/0.1/msvc-redist-helper-32.exe" "-f" "--retry" "5" "-o" "msvc-redist-helper-32.exe" $env:FILE_DATE=(Get-Date -UFormat "%F") $env:FILE_NAME="${{ env.PLUGIN_NAME }}-${env:FILE_DATE}-${{ github.sha }}-windows" echo "FILE_NAME=${env:FILE_NAME}" >> ${env:GITHUB_ENV} mkdir package cd package cp -r ../artifacts/${env:FILE_NAME}-32bit/* . cp -r ../artifacts/${env:FILE_NAME}-64bit/obs-plugins/* obs-plugins - name: "Compile" run: | & 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\CI\windows\setup.iss" - name: "Publish" if: success() uses: actions/upload-artifact@v2.2.0 with: name: "${{ env.FILE_NAME }}-installer" path: build/CI/windows/Output/*.exe release: needs: [macos64, ubuntu64, windows, windows-installer] name: "Create Release" runs-on: [ubuntu-latest] steps: - name: "Checkout plugin" uses: actions/checkout@v2.3.4 with: path: plugin/${{ env.PLUGIN_NAME }} - name: Download artifacts uses: actions/download-artifact@v2 with: path: artifacts - name: "Package" shell: bash run: | mkdir -p ${{ env.PLUGIN_NAME }}/Linux ${{ env.PLUGIN_NAME }}/MacOs ${{ env.PLUGIN_NAME }}/Windows tar xf artifacts/${{ env.PLUGIN_NAME }}*-linux64.tar.gz/${{ env.PLUGIN_NAME }}*-linux64.tar.gz -C ${{ env.PLUGIN_NAME }}/Linux/ mv artifacts/${{ env.PLUGIN_NAME }}*-macos.pkg/${{ env.PLUGIN_NAME }}*-macos.pkg ${{ env.PLUGIN_NAME }}/MacOs/${{ env.PLUGIN_NAME }}.pkg mv ./artifacts/${{ env.PLUGIN_NAME }}*-windows-32bit/* ${{ env.PLUGIN_NAME }}/Windows/ mv ./artifacts/${{ env.PLUGIN_NAME }}*-windows-64bit/obs-plugins/* ${{ env.PLUGIN_NAME }}/Windows/obs-plugins mv ./artifacts/${{ env.PLUGIN_NAME }}*-windows-installer/*.exe ${{ env.PLUGIN_NAME }}/Windows/ rm ${{ env.PLUGIN_NAME }}/Windows/obs-plugins/32bit/advanced-scene-switcher.pdb rm ${{ env.PLUGIN_NAME }}/Windows/obs-plugins/64bit/advanced-scene-switcher.pdb cp plugin/${{ env.PLUGIN_NAME }}/CI/release/README.txt ${{ env.PLUGIN_NAME }}/ FILE_NAME=${{ env.PLUGIN_NAME }}.zip zip -r ${FILE_NAME} ${{ env.PLUGIN_NAME }}/ - name: Publish if: success() uses: actions/upload-artifact@v2.2.1 with: name: "Release" path: "*.zip" SceneSwitcher-1.17.2/.github/workflows/clang-format.yml000066400000000000000000000005711417525156400230570ustar00rootroot00000000000000name: Clang Format Check on: [push, pull_request] jobs: ubuntu64: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Install clang format run: | sudo apt-get install -y clang-format-10 - name: Check the Formatting run: | ./CI/formatcode.sh ./CI/check-format.sh SceneSwitcher-1.17.2/.gitignore000066400000000000000000000021301417525156400163460ustar00rootroot00000000000000# Prerequisites # ################# *.d # Object files # ################ *.o *.ko *.obj *.elf *.slo *.lo *.obj # Linker output # ################# *.ilk *.map *.exp # Precompiled Headers # ####################### *.gch *.pch # Libraries # ############# *.lib *.a *.la *.lo *.lai # Shared objects (inc. Windows DLLs) # ###################################### *.dll *.so *.so.* *.dylib # Executables # ############### *.exe *.out *.app *.i*86 *.x86_64 *.hex # Debug files # ############### *.dSYM/ *.su *.idb *.pdb # CMake temp files # #################### CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts Testing Makefile cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake_install # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db *.directory # backup text files generated by an editor # ############################################ **/*~ # Various IDE Files # ##################### .classpath .project .settings .idea .metadata *.iml *.ipr *.sublime* # Directories # ############### build/ SceneSwitcher-1.17.2/.gitmodules000066400000000000000000000006001417525156400165330ustar00rootroot00000000000000[submodule "deps/asio"] path = deps/asio url = https://github.com/chriskohlhoff/asio.git [submodule "deps/websocketpp"] path = deps/websocketpp url = https://github.com/zaphoyd/websocketpp.git [submodule "deps/opencv"] path = deps/opencv url = https://github.com/opencv/opencv.git [submodule "deps/openvr"] path = deps/openvr url = https://github.com/ValveSoftware/openvr.git SceneSwitcher-1.17.2/BUILDING.md000066400000000000000000000167541417525156400161160ustar00rootroot00000000000000# Compiling the plugin You have the option to ... - either add the plugin to the OBS source tree directly and build the plugin while building OBS itself. (**in tree**) - or you can move the sources of this plugin outside of the OBS source tree and build it separately from OBS. (**out of tree**) As both methods require you to have a working [OBS Studio development environment](https://obsproject.com/wiki/install-instructions), [Qt](https://download.qt.io/official_releases/qt/5.15/5.15.2/) and [CMake](https://cmake.org/download/) it is recommended to build the plugin in tree as it is easier to set up and will enable straightforward debugging. Note that your Qt install must include the QtConcurrent module. ## Compiling in tree (recommended) Add the "SceneSwitcher" source directory to your obs-studio source directory under obs-studio/UI/frontend-plugins/: ``` cd obs-studio/UI/frontend-plugins/ git clone --recursive https://github.com/WarmUpTill/SceneSwitcher.git ``` Then modify the obs-studio/UI/frontend-plugins/CMakeLists.txt file and add an entry for the scene switcher: ``` add_subdirectory(SceneSwitcher) ``` Now follow the [build instructions for obs-studio](https://obsproject.com/wiki/install-instructions) for your particular platform. Note that on Linux systems it might be necessary to additionally install the following packages to fulfill the dependencies to `XTest`, `XScreensaver` and `OpenCV` - exact command may differ: ``` sudo apt-get install \ libxtst-dev \ libxss-dev \ libopencv-dev ``` ## Compiling out of tree ### Prerequisites You'll need [Qt](https://download.qt.io/official_releases/qt/5.15/5.15.2/), [CMake](https://cmake.org/download/) and a working [OBS Studio development environment](https://obsproject.com/wiki/install-instructions) installed on your computer. Once you've set this up, do the following: ``` git clone --recursive https://github.com/WarmUpTill/SceneSwitcher.git cd SceneSwitcher mkdir build && cd build ``` ### Windows In cmake-gui, you'll have to set these CMake variables : - **BUILD_OUT_OF_TREE** (bool) : true - **LIBOBS_LIB** (filepath) : location of the obs.lib file - **LIBOBS_INCLUDE_DIR** (path) : location of the libobs subfolder in the source code of OBS Studio, located at [source_directory]/libobs/. - **LIBOBS_FRONTEND_API_LIB** (filepath) : location of the obs-frontend-api.lib file (usually in the same place as LIBOBS_LIB) - **LIBOBS_FRONTEND_INCLUDE_DIR** (path) : location of the obs-frontend-api subfolder in the source code of OBS Studio, located at [source_directory]/UI/obs-frontend-api. - **CURL_LIBRARY** (filepath) : location of the libcurl.lib file (part of the dependencies2019/win64/bin folder used to build OBS) - **CURL_INCLUDE_DIR** (path) : location of the curl subfolder in OBS dependencies folder: ".../dependencies2019/win64/include/" Assuming that you set up Qt via QT installer: - **Qt5Core_DIR** (path) : C:/Qt/5.15.2/msvc2019_64/lib/cmake/Qt5Core - **Qt5Gui_DIR** (path): C:/Qt/5.15.2/msvc2019_64/lib/cmake/Qt5Gui - **Qt5Widgets_DIR** (path) : C:/Qt/5.15.2/msvc2019_64/lib/cmake/Qt5Widgets Just keep hitting configure until all the vars are filled out. Then hit generate. ### Linux Install dependencies `XTest`, `XScreensaver` and `OpenCV` - exact command may differ: ``` sudo apt-get install \ libxtst-dev \ libxss-dev \ libopencv-dev ``` Most versions of Linux you can use cmake-gui or the command line. **For the command line:** ``` # [...] are placeholders cmake -DBUILD_OUT_OF_TREE=1 \ -DLIBOBS_INCLUDE_DIR=[...]/obs-studio/libobs/ \ -DLIBOBS_LIB=[...]/libobs.so \ -DLIBOBS_FRONTEND_INCLUDE_DIR=[...]/obs-studio/UI/obs-frontend-api/ \ -DLIBOBS_FRONTEND_API_LIB=[...]/libobs-frontend-api.so \ -DCMAKE_INSTALL_PREFIX=/usr .. make -j4 sudo make install ``` For cmake-gui you'll have to set the following variables: - **BUILD_OUT_OF_TREE** (bool) : true - **LIBOBS_INCLUDE_DIR** (path) : location of the libobs subfolder in the source code of OBS Studio, located at [source_directory]/libobs/. - **LIBOBS_LIB** (filepath) : location of the libobs.so file (usually CMake finds this, but if not it'll usually be in /usr/lib/libobs.so) - **LIBOBS_FRONTEND_API_LIB** (filepath) : location of the libobs-frontend-api.so file (usually in the same place as LIBOBS_LIB) - **LIBOBS_FRONTEND_INCLUDE_DIR** (path) : location of the obs-frontend-api subfolder in the source code of OBS Studio, located at [source_directory]/UI/obs-frontend-api. Assuming that you installed Qt via your system package manager, it should be found automatically. If not, then usually you'll find it in something like: - **Qt5Core_DIR** (path) : /usr/lib64/cmake/Qt5Core - **Qt5Gui_DIR** (path): /usr/lib64/cmake/Qt5Gui - **Qt5Widgets_DIR** (path) : /usr/lib64/cmake/Qt5Widgets Just keep hitting configure until all the vars are filled out. Then hit generate. Then open a terminal in the build folder and type: ``` make -j4 sudo make install ``` NOTE: The Linux version of this plugin is dependent on libXScrnSaver, libcurl and libXtst. ### OS X In cmake-gui, you'll have to set these CMake variables : - **BUILD_OUT_OF_TREE** (bool) : true - **LIBOBS_INCLUDE_DIR** (path) : location of the libobs subfolder in the source code of OBS Studio, located at [source_directory]/libobs/. - **LIBOBS_LIB** (filepath) : location of the libobs.0.dylib file (usually in /Applications/OBS.app/Contents/Resources/bin/libobs.0.dylib) - **LIBOBS_FRONTEND_API_LIB** (filepath) : location of the libobs-frontend-api.0.dylib file (usually in usually in /Applications/OBS.app/Contents/Resources/bin/libobs-frontend-api.0.dylib) - **LIBOBS_FRONTEND_INCLUDE_DIR** (path) : location of the obs-frontend-api subfolder in the source code of OBS Studio, located at [source_directory]/UI/obs-frontend-api. Assuming that you installed Qt via the regular Qt App way: - **Qt5Core_DIR** (path) : Usually /Applications/Qt/5.10.1/clang_64/lib/cmake/Qt5Core - **Qt5Widgets_DIR** (path) : Usually /Applications/Qt/5.10.1/clang_64/lib/cmake/Qt5Widgets - **Qt5MacExtras_DIR** (path) : Usually /Applications/Qt/5.10.1/clang_64/lib/cmake/Qt5MacExtras Just keep hitting configure until all the vars are filled out. Then hit generate. Open xcode (or a terminal, depending on the build type you chose), build and copy the advanced-scene-switcher.so file to 'Library/Application Support/obs-studio/plugins/advanced-scene-switcher/bin/' And the 'data' folder to 'Library/Application Support/obs-studio/plugins/advanced-scene-switcher/'. Note that you might have to adjust the library search paths using the install_name_tool if you want the plugin to run on machines other than your build machine: ``` install_name_tool -change @rpath/libobs-frontend-api.dylib @executable_path/../Frameworks/libobs-frontend-api.dylib UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so install_name_tool -change @rpath/libobs.0.dylib @executable_path/../Frameworks/libobs.0.dylib UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so install_name_tool -change /usr/local/opt/qt5/lib/QtWidgets.framework/Versions/5/QtWidgets @executable_path/../Frameworks/QtWidgets.framework/Versions/5/QtWidgets UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so install_name_tool -change /usr/local/opt/qt5/lib/QtGui.framework/Versions/5/QtGui @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so install_name_tool -change /usr/local/opt/qt5/lib/QtCore.framework/Versions/5/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/5/QtCore UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so ``` SceneSwitcher-1.17.2/CI/000077500000000000000000000000001417525156400146555ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/check-format.sh000077500000000000000000000003561417525156400175630ustar00rootroot00000000000000#!/bin/bash dirty=$(git ls-files --modified) set +x if [[ $dirty ]]; then echo "=================================" echo "Files were not formatted properly" echo "$dirty" echo "=================================" exit 1 fiSceneSwitcher-1.17.2/CI/formatcode.sh000077500000000000000000000020211417525156400173320ustar00rootroot00000000000000#!/usr/bin/env bash # Original source https://github.com/Project-OSRM/osrm-backend/blob/master/scripts/format.sh set +x set -o errexit set -o pipefail set -o nounset SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" # Runs the Clang Formatter in parallel on the code base. # Return codes: # - 1 there are files to be formatted # - 0 everything looks fine # Get CPU count OS=$(uname) NPROC=1 if [[ $OS = "Linux" || $OS = "Darwin" ]] ; then NPROC=$(getconf _NPROCESSORS_ONLN) fi # Discover clang-format if type clang-format-10 2> /dev/null ; then CLANG_FORMAT=clang-format-10 elif type clang-format-8 2> /dev/null ; then CLANG_FORMAT=clang-format-8 else CLANG_FORMAT=clang-format fi find $SCRIPTPATH/.. -type d \( -path $SCRIPTPATH/../deps \ -o -path $SCRIPTPATH/../cmake \ -o -path $SCRIPTPATH/../build \) -prune -type f -o -name '*.h' -or -name '*.hpp' -or -name '*.m' -or -name '*.mm' -or -name '*.c' -or -name '*.cpp' \ | xargs -L100 -P${NPROC} ${CLANG_FORMAT} -i -style=file -fallback-style=none SceneSwitcher-1.17.2/CI/linux/000077500000000000000000000000001417525156400160145ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/linux/debian/000077500000000000000000000000001417525156400172365ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/linux/debian/changelog000066400000000000000000000002641417525156400211120ustar00rootroot00000000000000obs-scene-switcher (0.1+testonly) focal; urgency=medium * Initial release (Closes: #123456) -- Joao Eriberto Mota Filho Fri, 03 Sep 2021 11:39:52 -0300 SceneSwitcher-1.17.2/CI/linux/debian/control000066400000000000000000000013721417525156400206440ustar00rootroot00000000000000Source: obs-scene-switcher Section: video Priority: optional Maintainer: Joao Eriberto Mota Filho Build-Depends: cmake, debhelper-compat (= 12), libcurl4-openssl-dev, libobs-dev, libxtst-dev, qtbase5-dev, libxss-dev, libopencv-dev Standards-Version: 4.6.0 Homepage: https://obsproject.com/forum/resources/advanced-scene-switcher.395/ Rules-Requires-Root: no Package: obs-scene-switcher Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: automated scene switcher for OBS Studio (plugin) Advanced Scene Switcher is based on the built in scene switcher. It extends its functionality by adding several features. SceneSwitcher-1.17.2/CI/linux/debian/copyright000066400000000000000000000052371417525156400212000ustar00rootroot00000000000000Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SceneSwitcher Upstream-Contact: https://github.com/WarmUpTill/SceneSwitcher/issues Source: https://github.com/WarmUpTill/SceneSwitcher Files: * Copyright: 2016-2021 WarmUpTill License: GPL-2 Files: cmake/GetGitRevisionDescription.cmake cmake/GetGitRevisionDescription.cmake.in Copyright: 2009-2013 Iowa State University 2013-2020 Contributors 2013-2020 Ryan Pavlik License: BSL-1.0 Files: debian/* Copyright: 2021 Joao Eriberto Mota Filho License: BSL-1.0 License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: BSL-1.0 Boost Software License - Version 1.0 - August 17th, 2003 . Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SceneSwitcher-1.17.2/CI/linux/debian/rules000066400000000000000000000010071417525156400203110ustar00rootroot00000000000000#!/usr/bin/make -f #export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export QT_SELECT = qt5 %: dh $@ dh_auto_configure -- -DBUILD_OUT_OF_TREE=1 \ -DLIBOBS_INCLUDE_DIR=/usr/include/obs \ -DLIBOBS_LIB=/usr/lib/${DEB_TARGET_MULTIARCH}/libobs.so \ -DLIBOBS_FRONTEND_INCLUDE_DIR=/usr/include/obs \ -DLIBOBS_FRONTEND_API_LIB=/usr/lib/${DEB_TARGET_MULTIARCH}/libobs-frontend-api.so SceneSwitcher-1.17.2/CI/linux/debian/source/000077500000000000000000000000001417525156400205365ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/linux/debian/source/format000066400000000000000000000000151417525156400217450ustar00rootroot000000000000003.0 (native) SceneSwitcher-1.17.2/CI/macos/000077500000000000000000000000001417525156400157575ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/macos/Brewfile000066400000000000000000000001071417525156400174370ustar00rootroot00000000000000brew "jack" brew "speexdsp" brew "cmake" brew "freetype" brew "fdk-aac"SceneSwitcher-1.17.2/CI/macos/SceneSwitcher.pkgproj000066400000000000000000001006201417525156400221220ustar00rootroot00000000000000 PROJECT PACKAGE_FILES DEFAULT_INSTALL_LOCATION / HIERARCHY CHILDREN CHILDREN CHILDREN CHILDREN CHILDREN CHILDREN CHILDREN CHILDREN CHILDREN GID 80 PATH ../../../../../build/UI/frontend-plugins/SceneSwitcher/src/external-macro-modules/opencv/advanced-scene-switcher-opencv.so PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_objdetect.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_features2d.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_core.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_calib3d.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_calib3d.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_imgproc.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_features2d.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_core.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_flann.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_calib3d.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_objdetect.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_imgproc.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_flann.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_imgproc.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_flann.4.5.3.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_features2d.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_core.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 CHILDREN GID 80 PATH ../../deps/opencv/build/lib/libopencv_objdetect.4.5.dylib PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 GID 80 PATH adv-ss-plugins PATH_TYPE 0 PERMISSIONS 493 TYPE 2 UID 0 CHILDREN GID 80 PATH ../../../../../build/UI/frontend-plugins/SceneSwitcher/advanced-scene-switcher.so PATH_TYPE 3 PERMISSIONS 493 TYPE 3 UID 0 GID 80 PATH bin PATH_TYPE 0 PERMISSIONS 493 TYPE 2 UID 0 CHILDREN GID 80 PATH ../../data PATH_TYPE 1 PERMISSIONS 493 TYPE 3 UID 0 GID 80 PATH advanced-scene-switcher PATH_TYPE 0 PERMISSIONS 493 TYPE 2 UID 0 GID 80 PATH plugins PATH_TYPE 0 PERMISSIONS 493 TYPE 2 UID 0 GID 80 PATH obs-studio PATH_TYPE 0 PERMISSIONS 493 TYPE 2 UID 0 GID 80 PATH Application Support PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Automator PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Documentation PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Extensions PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Filesystems PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Frameworks PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Input Methods PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Internet Plug-Ins PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH LaunchAgents PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH LaunchDaemons PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH PreferencePanes PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Preferences PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 80 PATH Printers PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH PrivilegedHelperTools PATH_TYPE 0 PERMISSIONS 1005 TYPE 1 UID 0 CHILDREN GID 0 PATH QuickLook PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH QuickTime PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Screen Savers PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Scripts PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Services PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 0 PATH Widgets PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 GID 0 PATH Library PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN CHILDREN GID 0 PATH Shared PATH_TYPE 0 PERMISSIONS 1023 TYPE 1 UID 0 GID 80 PATH Users PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 CHILDREN GID 80 PATH Applications PATH_TYPE 0 PERMISSIONS 509 TYPE 1 UID 0 GID 0 PATH / PATH_TYPE 0 PERMISSIONS 493 TYPE 1 UID 0 PAYLOAD_TYPE 0 PRESERVE_EXTENDED_ATTRIBUTES SHOW_INVISIBLE SPLIT_FORKS TREAT_MISSING_FILES_AS_WARNING VERSION 5 PACKAGE_SCRIPTS POSTINSTALL_PATH PATH_TYPE 0 PREINSTALL_PATH PATH_TYPE 0 RESOURCES PACKAGE_SETTINGS AUTHENTICATION 1 CONCLUSION_ACTION 0 FOLLOW_SYMBOLIC_LINKS IDENTIFIER com.warmuptill.SceneSwitcher LOCATION 0 NAME OVERWRITE_PERMISSIONS PAYLOAD_SIZE -1 REFERENCE_PATH RELOCATABLE USE_HFS+_COMPRESSION VERSION 0.0.2 PROJECT_COMMENTS NOTES PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1M IDQuMDEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvVFIvaHRtbDQv c3RyaWN0LmR0ZCI+CjxodG1sPgo8aGVhZD4KPG1ldGEgaHR0cC1l cXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7 IGNoYXJzZXQ9VVRGLTgiPgo8bWV0YSBodHRwLWVxdWl2PSJDb250 ZW50LVN0eWxlLVR5cGUiIGNvbnRlbnQ9InRleHQvY3NzIj4KPHRp dGxlPjwvdGl0bGU+CjxtZXRhIG5hbWU9IkdlbmVyYXRvciIgY29u dGVudD0iQ29jb2EgSFRNTCBXcml0ZXIiPgo8bWV0YSBuYW1lPSJD b2NvYVZlcnNpb24iIGNvbnRlbnQ9IjE0MDQuMTMiPgo8c3R5bGUg dHlwZT0idGV4dC9jc3MiPgo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5 Pgo8L2JvZHk+CjwvaHRtbD4K PROJECT_SETTINGS BUILD_PATH PATH ../.. PATH_TYPE 1 EXCLUDED_FILES PATTERNS_ARRAY REGULAR_EXPRESSION STRING .DS_Store TYPE 0 PROTECTED PROXY_NAME Remove .DS_Store files PROXY_TOOLTIP Remove ".DS_Store" files created by the Finder. STATE PATTERNS_ARRAY REGULAR_EXPRESSION STRING .pbdevelopment TYPE 0 PROTECTED PROXY_NAME Remove .pbdevelopment files PROXY_TOOLTIP Remove ".pbdevelopment" files created by ProjectBuilder or Xcode. STATE PATTERNS_ARRAY REGULAR_EXPRESSION STRING CVS TYPE 1 REGULAR_EXPRESSION STRING .cvsignore TYPE 0 REGULAR_EXPRESSION STRING .cvspass TYPE 0 REGULAR_EXPRESSION STRING .svn TYPE 1 REGULAR_EXPRESSION STRING .git TYPE 1 REGULAR_EXPRESSION STRING .gitignore TYPE 0 PROTECTED PROXY_NAME Remove SCM metadata PROXY_TOOLTIP Remove helper files and folders used by the CVS, SVN or Git Source Code Management systems. STATE PATTERNS_ARRAY REGULAR_EXPRESSION STRING classes.nib TYPE 0 REGULAR_EXPRESSION STRING designable.db TYPE 0 REGULAR_EXPRESSION STRING info.nib TYPE 0 PROTECTED PROXY_NAME Optimize nib files PROXY_TOOLTIP Remove "classes.nib", "info.nib" and "designable.nib" files within .nib bundles. STATE PATTERNS_ARRAY REGULAR_EXPRESSION STRING Resources Disabled TYPE 1 PROTECTED PROXY_NAME Remove Resources Disabled folders PROXY_TOOLTIP Remove "Resources Disabled" folders. STATE SEPARATOR NAME SceneSwitcher PAYLOAD_ONLY TYPE 1 VERSION 2 SceneSwitcher-1.17.2/CI/release/000077500000000000000000000000001417525156400162755ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/release/README.txt000066400000000000000000000070431417525156400177770ustar00rootroot00000000000000Note that you will have to use OBS version 27 or newer! --- Windows --- Recommended: Run the provided installer. (You might have to click 'More info' and select 'Run anyway' if it is blocked by Windows) Alternatively manually copy the 'obs-plugins' and 'data' folders in the respective OBS Studio installation directory. It is usually located at 'C:\Program Files (x86)\obs-studio\'. Remember to install the Visual C++ Redistributable for Visual Studio 2019, if you have not done so already. (See plugin overview page) --- macOS --- Run the provided installer. (You might have to right-click or control-click and select 'open' if it is blocked) --- Linux --- Note that the plugin has dependencies to: * libXss * libopencv-imgproc * libopencv-objdetect Optional: * libXtst * libcurl If you are using snap you can install the following package for an OBS installation which comes bundled with the plugin: sudo snap install obs-studio The plugin is also available via the Flatpak package manager for users who installed OBS via Flatpak: flatpak install com.obsproject.Studio.Plugin.SceneSwitcher If you have installed OBS via other means, it is most likely necessary to install the plugin manually. To do so copy the advanced-scene-switcher.so file and into the OBS Studio plugin folder. The location of this folder can vary, so you might have to look around a bit. Examples are ... /usr/lib/obs-plugins/ /usr/lib/x86_64-linux-gnu/obs-plugins/ /usr/share/obs/obs-plugins/ ~/.config/obs-studio/plugins/advanced-scene-switcher/bin/64bit/ ~/.local/share/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/lib/obs-plugins/ /var/lib/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/lib/obs-plugins/ Unfortunately the expected location of the "locale" and "res" folder, which can be found in the data folder, can vary also. The data folder usually should be copied to "~/.config/obs-studio/plugins/advanced-scene-switcher/" and reflect the following structure: /home/user/.config/obs-studio/plugins/ └── advanced-scene-switcher ├── bin │ └── 64bit │ └── advanced-scene-switcher.so └── data ├── locale │ ├── de-DE.ini │ ├── en-US.ini │ ├── ru-RU.ini │ └── zh-CN.ini └── res ├── cascadeClassifiers │ ├── haarcascade_eye_tree_eyeglasses.xml │ ├── haarcascade_eye.xml │ ├── haarcascade_frontalface_alt2.xml │ ├── haarcascade_frontalface_alt_tree.xml │ ├── haarcascade_frontalface_alt.xml │ ├── haarcascade_frontalface_default.xml │ ├── haarcascade_fullbody.xml │ ├── haarcascade_lefteye_2splits.xml │ ├── haarcascade_lowerbody.xml │ ├── haarcascade_profileface.xml │ ├── haarcascade_righteye_2splits.xml │ └── haarcascade_upperbody.xml └── time.svg If this does not work you can try to copy the "locale" folder found inside the data folder to: /usr/share/obs/obs-plugins/advanced-scene-switcher/locale ~/.local/share/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/share/obs/obs-plugins/advanced-scene-switcher/locale /var/lib/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/share/obs/obs-plugins/advanced-scene-switcher/locale In doubt, please check where other "en-US.ini" files are located on your system. SceneSwitcher-1.17.2/CI/windows/000077500000000000000000000000001417525156400163475ustar00rootroot00000000000000SceneSwitcher-1.17.2/CI/windows/setup.iss.in000066400000000000000000000046411417525156400206410ustar00rootroot00000000000000; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Advanced Scene Switcher" #define MyAppVersion "@GIT_SHA1@" #define MyAppURL "https://github.com/WarmUpTill/SceneSwitcher" [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{A4ADDF26-4426-4D2E-B26A-C7C878DA8FC9} AppName={#MyAppName} AppVersion={#MyAppVersion} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={code:GetDefaultDirectory} DefaultGroupName={#MyAppName} AllowNoIcons=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputBaseFilename=AdvancedSceneSwitcherSetup Compression=lzma SolidCompression=yes WizardStyle=modern ArchitecturesInstallIn64BitMode=x64 [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "@ISS_MSVC_REDIST_HELPER_DIR@\msvc-redist-helper-64.exe"; DestDir: "{app}"; DestName: "msvc-redist-helper.exe"; Flags: ignoreversion dontcopy; Check: Is64BitInstallMode Source: "@ISS_MSVC_REDIST_HELPER_DIR@\msvc-redist-helper-32.exe"; DestDir: "{app}"; DestName: "msvc-redist-helper.exe"; Flags: ignoreversion dontcopy; Check: not Is64BitInstallMode Source: "@ISS_PLUGIN_FILES_DIR@\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" [Code] function GetDefaultDirectory(Value: String): String; var sInstallPath: String; begin sInstallPath := Value; if (sInstallPath = '') then RegQueryStringValue(HKLM64, 'SOFTWARE\OBS Studio', '', sInstallPath); if (sInstallPath = '') then RegQueryStringValue(HKCU64, 'SOFTWARE\OBS Studio', '', sInstallPath); if (sInstallPath = '') then sInstallPath := ExpandConstant('{commonpf}\obs-studio'); Result := sInstallPath end; procedure CurStepChanged(CurStep: TSetupStep); var ResultCode: Integer; begin if (CurStep=ssPostInstall) then begin ExtractTemporaryFile('msvc-redist-helper.exe'); Exec(ExpandConstant('{tmp}\msvc-redist-helper.exe'), '2019', '', SW_HIDE, ewWaitUntilTerminated, ResultCode); end; end; SceneSwitcher-1.17.2/CMakeLists.txt000066400000000000000000000354361417525156400171350ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.14) project(advanced-scene-switcher) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE RELWITHDEBINFO) endif() # Compiler settings set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED YES) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG) set(CMAKE_CXX_FLAGS "-Wall -Wextra -Wvla -Wno-unused-function -Wno-missing-field-initializers ${CMAKE_CXX_FLAGS} -fno-strict-aliasing" ) set(CMAKE_C_FLAGS "-Wall -Wextra -Wvla -Wno-unused-function -Werror-implicit-function-declaration -Wno-missing-braces -Wno-missing-field-initializers ${CMAKE_C_FLAGS} -std=gnu99 -fno-strict-aliasing" ) option(USE_LIBC++ "Use libc++ instead of libstdc++" ${APPLE}) if(USE_LIBC++) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++") endif() elseif(MSVC) if(CMAKE_CXX_FLAGS MATCHES "/W[0-4]") string(REGEX REPLACE "/W[0-4]" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") else() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4") endif() # Disable pointless constant condition warnings set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4127 /wd4201 /wd4456 /wd4457 /wd4458 /wd4459 /wd4595" ) add_definitions(-DUNICODE -D_UNICODE -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS) endif() # Generate version info list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") include(GetGitRevisionDescription) get_git_head_revision(GIT_REFSPEC GIT_SHA1) git_describe(GIT_TAG) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/version.cpp.in" "${CMAKE_CURRENT_BINARY_DIR}/src/version.cpp" @ONLY) # Windows installer if(WIN32) get_filename_component(ISS_PLUGIN_FILES_DIR "${CMAKE_BINARY_DIR}\\..\\package" ABSOLUTE) file(TO_NATIVE_PATH "${ISS_PLUGIN_FILES_DIR}" ISS_PLUGIN_FILES_DIR) get_filename_component(ISS_MSVC_REDIST_HELPER_DIR "${CMAKE_BINARY_DIR}\\.." ABSOLUTE) file(TO_NATIVE_PATH "${ISS_MSVC_REDIST_HELPER_DIR}" ISS_MSVC_REDIST_HELPER_DIR) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/CI/windows/setup.iss.in" "${CMAKE_CURRENT_BINARY_DIR}/CI/windows/setup.iss" @ONLY) endif() # Out of tree specific settings if(BUILD_OUT_OF_TREE) set(CMAKE_PREFIX_PATH "${QTDIR}") set(CMAKE_INCLUDE_CURRENT_DIR ON) find_package(Qt5Core REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(LibObs) find_package(LibObs-frontend-api) if(LibObs_FOUND) set(LIBOBS_LIB ${LIBOBS_LIBRARIES}) set(LIBOBS_INCLUDE_DIR ${LIBOBS_INCLUDE_DIRS}) endif() if(LibObs-frontend-api_FOUND) set(LIBOBS_FRONTEND_API_LIB ${LIBOBS-FRONTEND-API_LIBRARIES}) set(LIBOBS_FRONTEND_INCLUDE_DIR ${LIBOBS-FRONTEND-API_INCLUDE_DIR}) endif() if(NOT LIBOBS_LIB) message(FATAL_ERROR "obs library not found - please set LIBOBS_LIB") endif() if(NOT LIBOBS_FRONTEND_API_LIB) message( FATAL_ERROR "libobs frontend-api library not found - please set LIBOBS_FRONTEND_API_LIB" ) endif() if(NOT LIBOBS_INCLUDE_DIR) message( FATAL_ERROR "obs.hpp header not found - please set LIBOBS_INCLUDE_DIR") endif() if(NOT LIBOBS_FRONTEND_INCLUDE_DIR) message( FATAL_ERROR " obs-frontend-api.h not found - please set LIBOBS_FRONTEND_INCLUDE_DIR" ) endif() include_directories("${LIBOBS_INCLUDE_DIR}" "${LIBOBS_FRONTEND_INCLUDE_DIR}" ${Qt5Core_INCLUDES} ${Qt5Widgets_INCLUDES}) find_package(CURL REQUIRED) include_directories("${CURL_INCLUDE_DIRS}") else() find_package(Libcurl REQUIRED) include_directories("${LIBCURL_INCLUDE_DIRS}") add_definitions(-DVCAM_SUPPORTED) add_definitions(-DREPLAYBUFFER_SUPPORTED) endif() # Platform specific settings if(APPLE) set(CMAKE_SHARED_LIBRARY_SUFFIX ".so") find_library(COCOA Cocoa) if(BUILD_OUT_OF_TREE) find_package(Qt5MacExtras REQUIRED) endif() include_directories(${COCOA}) endif() if(UNIX AND NOT APPLE) find_package(X11 REQUIRED COMPONENTS Xtst Xss) find_path(PROCPS_INCLUDE_DIR NAMES proc/procps.h) if(NOT PROCPS_INCLUDE_DIR) message( FATAL_ERROR "procps include dir not found - please set PROCPS_INCLUDE_DIR" ) endif() find_library(PROCPS_LIBRARY NAMES procps) if(NOT PROCPS_LIBRARY) message(FATAL_ERROR "procps lib not found - please set PROCPS_LIBRARY") endif() link_libraries(${X11_LIBRARIES} ${procps_LIBRARIES}) include_directories("${X11_INCLUDE_DIR}" "${X11_Xtst_INCLUDE_PATH}" "${X11_Xss_INCLUDE_PATH}" "${PROCPS_INCLUDE_DIR}") endif() if(WIN32) set(advanced-scene-switcher_PLATFORM_SOURCES src/win/advanced-scene-switcher-win.cpp) elseif(APPLE) set(advanced-scene-switcher_PLATFORM_SOURCES src/osx/advanced-scene-switcher-osx.mm) set_source_files_properties(advanced-scene-switcher-osx.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc") set(advanced-scene-switcher_PLATFORM_LIBS ${COCOA}) else() set(advanced-scene-switcher_PLATFORM_SOURCES src/linux/advanced-scene-switcher-nix.cpp) set(advanced-scene-switcher_PLATFORM_LIBS Xss ${PROCPS_LIBRARY}) endif() # asio and websocketpp add_definitions(-DASIO_STANDALONE) include_directories("${CMAKE_CURRENT_SOURCE_DIR}/deps/asio/asio/include" "${CMAKE_CURRENT_SOURCE_DIR}/deps/websocketpp") if(WIN32) add_definitions(-D_WEBSOCKETPP_CPP11_STL_) endif() # Setup QT tools set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/forms") set(advanced-scene-switcher_UI ${advanced-scene-switcher_UI} forms/advanced-scene-switcher.ui) qt5_wrap_ui(advanced-scene-switcher_UI_HEADERS ${advanced-scene-switcher_UI} ${advanced-scene-switcher_PLATFORM_UI}) # The plugin sources set(advanced-scene-switcher_HEADERS ${advanced-scene-switcher_HEADERS} src/headers/advanced-scene-switcher.hpp src/headers/switcher-data-structs.hpp src/headers/scene-group.hpp src/headers/scene-trigger.hpp src/headers/switch-audio.hpp src/headers/switch-executable.hpp src/headers/switch-file.hpp src/headers/switch-idle.hpp src/headers/switch-media.hpp src/headers/switch-network.hpp src/headers/switch-pause.hpp src/headers/switch-random.hpp src/headers/switch-screen-region.hpp src/headers/switch-time.hpp src/headers/switch-transitions.hpp src/headers/switch-window.hpp src/headers/switch-sequence.hpp src/headers/switch-video.hpp src/headers/switch-generic.hpp src/headers/macro-action-edit.hpp src/headers/macro-action-audio.hpp src/headers/macro-action-file.hpp src/headers/macro-action-filter.hpp src/headers/macro-action-hotkey.hpp src/headers/macro-action-macro.hpp src/headers/macro-action-media.hpp src/headers/macro-action-plugin-state.hpp src/headers/macro-action-preview-scene.hpp src/headers/macro-action-profile.hpp src/headers/macro-action-random.hpp src/headers/macro-action-recording.hpp src/headers/macro-action-replay-buffer.hpp src/headers/macro-action-run.hpp src/headers/macro-action-scene-collection.hpp src/headers/macro-action-scene-order.hpp src/headers/macro-action-scene-swap.hpp src/headers/macro-action-scene-switch.hpp src/headers/macro-action-scene-transform.hpp src/headers/macro-action-scene-visibility.hpp src/headers/macro-action-screenshot.hpp src/headers/macro-action-sequence.hpp src/headers/macro-action-source.hpp src/headers/macro-action-streaming.hpp src/headers/macro-action-systray.hpp src/headers/macro-action-timer.hpp src/headers/macro-action-transition.hpp src/headers/macro-action-virtual-cam.hpp src/headers/macro-action-wait.hpp src/headers/macro-condition-edit.hpp src/headers/macro-condition-audio.hpp src/headers/macro-condition-cursor.hpp src/headers/macro-condition-date.hpp src/headers/macro-condition-file.hpp src/headers/macro-condition-filter.hpp src/headers/macro-condition-hotkey.hpp src/headers/macro-condition-idle.hpp src/headers/macro-condition-macro.hpp src/headers/macro-condition-media.hpp src/headers/macro-condition-plugin-state.hpp src/headers/macro-condition-process.hpp src/headers/macro-condition-recording.hpp src/headers/macro-condition-replay-buffer.hpp src/headers/macro-condition-scene-order.hpp src/headers/macro-condition-scene-transform.hpp src/headers/macro-condition-scene-visibility.hpp src/headers/macro-condition-scene.hpp src/headers/macro-condition-source.hpp src/headers/macro-condition-streaming.hpp src/headers/macro-condition-studio-mode.hpp src/headers/macro-condition-timer.hpp src/headers/macro-condition-transition.hpp src/headers/macro-condition-virtual-cam.hpp src/headers/macro-condition-window.hpp src/headers/macro.hpp src/headers/macro-controls.hpp src/headers/macro-segment.hpp src/headers/macro-selection.hpp src/headers/curl-helper.hpp src/headers/hotkey.hpp src/headers/scene-item-selection.hpp src/headers/scene-selection.hpp src/headers/screenshot-helper.hpp src/headers/transition-selection.hpp src/headers/name-dialog.hpp src/headers/duration-control.hpp src/headers/file-selection.hpp src/headers/section.hpp src/headers/status-control.hpp src/headers/platform-funcs.hpp src/headers/utility.hpp src/headers/volume-control.hpp src/headers/version.h) set(advanced-scene-switcher_SOURCES ${advanced-scene-switcher_SOURCES} src/advanced-scene-switcher.cpp src/advanced-scene-switcher-module.c src/switcher-data-structs.cpp src/scene-group.cpp src/scene-trigger.cpp src/switch-transitions.cpp src/switch-screen-region.cpp src/switch-priority.cpp src/switch-executable.cpp src/switch-idle.cpp src/switch-sequence.cpp src/switch-file.cpp src/switch-window.cpp src/switch-media.cpp src/switch-network.cpp src/file-selection.cpp src/hotkey.cpp src/general.cpp src/switch-pause.cpp src/switch-random.cpp src/switch-time.cpp src/switch-audio.cpp src/switch-video.cpp src/switch-generic.cpp src/macro-action-edit.cpp src/macro-action-audio.cpp src/macro-action-file.cpp src/macro-action-filter.cpp src/macro-action-hotkey.cpp src/macro-action-macro.cpp src/macro-action-media.cpp src/macro-action-plugin-state.cpp src/macro-action-preview-scene.cpp src/macro-action-profile.cpp src/macro-action-random.cpp src/macro-action-recording.cpp src/macro-action-replay-buffer.cpp src/macro-action-run.cpp src/macro-action-scene-collection.cpp src/macro-action-scene-order.cpp src/macro-action-scene-swap.cpp src/macro-action-scene-switch.cpp src/macro-action-scene-transform.cpp src/macro-action-scene-visibility.cpp src/macro-action-screenshot.cpp src/macro-action-sequence.cpp src/macro-action-source.cpp src/macro-action-streaming.cpp src/macro-action-systray.cpp src/macro-action-timer.cpp src/macro-action-transition.cpp src/macro-action-virtual-cam.cpp src/macro-action-wait.cpp src/macro-condition-edit.cpp src/macro-condition-audio.cpp src/macro-condition-cursor.cpp src/macro-condition-date.cpp src/macro-condition-file.cpp src/macro-condition-filter.cpp src/macro-condition-hotkey.cpp src/macro-condition-idle.cpp src/macro-condition-macro.cpp src/macro-condition-media.cpp src/macro-condition-plugin-state.cpp src/macro-condition-process.cpp src/macro-condition-recording.cpp src/macro-condition-replay-buffer.cpp src/macro-condition-scene-order.cpp src/macro-condition-scene-transform.cpp src/macro-condition-scene-visibility.cpp src/macro-condition-scene.cpp src/macro-condition-source.cpp src/macro-condition-streaming.cpp src/macro-condition-studio-mode.cpp src/macro-condition-timer.cpp src/macro-condition-transition.cpp src/macro-condition-virtual-cam.cpp src/macro-condition-window.cpp src/macro.cpp src/macro-controls.cpp src/macro-segment.cpp src/macro-selection.cpp src/macro-tab.cpp src/curl-helper.cpp src/scene-item-selection.cpp src/scene-selection.cpp src/screenshot-helper.cpp src/transition-selection.cpp src/name-dialog.cpp src/duration-control.cpp src/status-control.cpp src/section.cpp src/utility.cpp src/volume-control.cpp src/version.cpp) # Backwards compatability checks with older OBS versions if(DEFINED LibObs_VERSION_MAJOR) if(LibObs_VERSION_MAJOR GREATER_EQUAL 27) add_definitions(-DVCAM_SUPPORTED) else() message( WARNING "OBS version ${LibObs_VERSION_MAJOR} found - disabling virtual camera functionality" ) endif() if(LibObs_VERSION_MAJOR GREATER_EQUAL 26) add_definitions(-DREPLAYBUFFER_SUPPORTED) else() message( WARNING "OBS version ${LibObs_VERSION_MAJOR} found - disabling replay buffer and screenshot functionality" ) list(REMOVE_ITEM advanced-scene-switcher_SOURCES src/macro-action-screenshot.cpp) list(REMOVE_ITEM advanced-scene-switcher_HEADERS src/headers/macro-action-screenshot.hpp) endif() endif() add_library( advanced-scene-switcher SHARED ${advanced-scene-switcher_HEADERS} ${advanced-scene-switcher_SOURCES} ${advanced-scene-switcher_UI_HEADERS} ${advanced-scene-switcher_PLATFORM_SOURCES} ${advanced-scene-switcher_PLATFORM_HEADERS}) # Out of tree build if(BUILD_OUT_OF_TREE) target_link_libraries( advanced-scene-switcher ${advanced-scene-switcher_PLATFORM_LIBS} ${LIBOBS_LIB} ${LIBOBS_FRONTEND_API_LIB} Qt5::Core Qt5::Widgets) # Additional commands to install the module in the correct place. Find all the # translation files so we can copy them to the correct place later on. file(GLOB ASS_TRANSLATION_FILES "data/locale/*.ini") # OSX if(APPLE) set_target_properties(advanced-scene-switcher PROPERTIES PREFIX "") endif() # Linux if(UNIX AND NOT APPLE) if(NOT LIB_OUT_DIR) set(LIB_OUT_DIR "/lib/obs-plugins") endif() if(NOT DATA_OUT_DIR) set(DATA_OUT_DIR "/share/obs/obs-plugins/advanced-scene-switcher") endif() set_target_properties(advanced-scene-switcher PROPERTIES PREFIX "") install(TARGETS advanced-scene-switcher LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${LIB_OUT_DIR}) install(DIRECTORY data/locale DESTINATION ${CMAKE_INSTALL_PREFIX}/${DATA_OUT_DIR}) install(DIRECTORY data/res DESTINATION ${CMAKE_INSTALL_PREFIX}/${DATA_OUT_DIR}) endif() else() # In tree build target_link_libraries( advanced-scene-switcher ${advanced-scene-switcher_PLATFORM_LIBS} obs-frontend-api Qt5::Widgets libobs) install_obs_plugin_with_data(advanced-scene-switcher data) endif() add_subdirectory(src/external-macro-modules) SceneSwitcher-1.17.2/LICENSE000066400000000000000000000431761417525156400154020ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. {description} Copyright (C) {year} {fullname} This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. {signature of Ty Coon}, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. SceneSwitcher-1.17.2/README.md000066400000000000000000000021141417525156400156370ustar00rootroot00000000000000# SceneSwitcher An automated scene switcher for OBS Studio. More information can be found on https://obsproject.com/forum/resources/automatic-scene-switching.395/. ## Downloads Binaries for Windows, MacOS, and Linux are available in the [Releases](https://github.com/WarmUpTill/SceneSwitcher/releases) section. ## Installing the plugin For the Windows and MacOS platforms, it is recommended to run the provided installers. For Linux the Snap package manager offers an OBS Studio installation which is bundled with the plugin: ``` sudo snap install obs-studio ``` The plugin is also available via the Flatpak package manager for users who installed OBS via Flatpak: ``` flatpak install com.obsproject.Studio.Plugin.SceneSwitcher ``` If that is not an option you will have to ... 1. Copy the library to the plugins folder of you obs installation. 2. Copy the contents of the data directory to its respective folders of your obs installation. Unfortunately the exact location of these folders may vary from system to system. ## Compiling the plugin See the [build instructions](BUILDING.md). SceneSwitcher-1.17.2/cmake/000077500000000000000000000000001417525156400154425ustar00rootroot00000000000000SceneSwitcher-1.17.2/cmake/GetGitRevisionDescription.cmake000066400000000000000000000220761417525156400235610ustar00rootroot00000000000000# - Returns a version string from Git # # These functions force a re-configure on each git commit so that you can # trust the values of the variables in your build system. # # get_git_head_revision( [ ...]) # # Returns the refspec and sha hash of the current head revision # # git_describe( [ ...]) # # Returns the results of git describe on the source tree, and adjusting # the output so that it tests false if an error occurs. # # git_describe_working_tree( [ ...]) # # Returns the results of git describe on the working tree (--dirty option), # and adjusting the output so that it tests false if an error occurs. # # git_get_exact_tag( [ ...]) # # Returns the results of git describe --exact-match on the source tree, # and adjusting the output so that it tests false if there was no exact # matching tag. # # git_local_changes() # # Returns either "CLEAN" or "DIRTY" with respect to uncommitted changes. # Uses the return code of "git diff-index --quiet HEAD --". # Does not regard untracked files. # # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: # 2009-2020 Ryan Pavlik # http://academic.cleardefinition.com # # Copyright 2009-2013, Iowa State University. # Copyright 2013-2020, Ryan Pavlik # Copyright 2013-2020, Contributors # SPDX-License-Identifier: BSL-1.0 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) if(__get_git_revision_description) return() endif() set(__get_git_revision_description YES) # We must run the following at "include" time, not at function call time, # to find the path to this module rather than the path to a calling list file get_filename_component(_gitdescmoddir ${CMAKE_CURRENT_LIST_FILE} PATH) # Function _git_find_closest_git_dir finds the next closest .git directory # that is part of any directory in the path defined by _start_dir. # The result is returned in the parent scope variable whose name is passed # as variable _git_dir_var. If no .git directory can be found, the # function returns an empty string via _git_dir_var. # # Example: Given a path C:/bla/foo/bar and assuming C:/bla/.git exists and # neither foo nor bar contain a file/directory .git. This wil return # C:/bla/.git # function(_git_find_closest_git_dir _start_dir _git_dir_var) set(cur_dir "${_start_dir}") set(git_dir "${_start_dir}/.git") while(NOT EXISTS "${git_dir}") # .git dir not found, search parent directories set(git_previous_parent "${cur_dir}") get_filename_component(cur_dir ${cur_dir} DIRECTORY) if(cur_dir STREQUAL git_previous_parent) # We have reached the root directory, we are not in git set(${_git_dir_var} "" PARENT_SCOPE) return() endif() set(git_dir "${cur_dir}/.git") endwhile() set(${_git_dir_var} "${git_dir}" PARENT_SCOPE) endfunction() function(get_git_head_revision _refspecvar _hashvar) _git_find_closest_git_dir("${CMAKE_CURRENT_SOURCE_DIR}" GIT_DIR) if(NOT "${GIT_DIR}" STREQUAL "") file(RELATIVE_PATH _relative_to_source_dir "${CMAKE_SOURCE_DIR}" "${GIT_DIR}") if("${_relative_to_source_dir}" MATCHES "[.][.]") # We've gone above the CMake root dir. set(GIT_DIR "") endif() endif() if("${GIT_DIR}" STREQUAL "") set(${_refspecvar} "GITDIR-NOTFOUND" PARENT_SCOPE) set(${_hashvar} "GITDIR-NOTFOUND" PARENT_SCOPE) return() endif() # Check if the current source dir is a git submodule or a worktree. # In both cases .git is a file instead of a directory. # if(NOT IS_DIRECTORY ${GIT_DIR}) # The following git command will return a non empty string that # points to the super project working tree if the current # source dir is inside a git submodule. # Otherwise the command will return an empty string. # execute_process( COMMAND "${GIT_EXECUTABLE}" rev-parse --show-superproject-working-tree WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE out ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) if(NOT "${out}" STREQUAL "") # If out is empty, GIT_DIR/CMAKE_CURRENT_SOURCE_DIR is in a submodule file(READ ${GIT_DIR} submodule) string(REGEX REPLACE "gitdir: (.*)$" "\\1" GIT_DIR_RELATIVE ${submodule}) string(STRIP ${GIT_DIR_RELATIVE} GIT_DIR_RELATIVE) get_filename_component(SUBMODULE_DIR ${GIT_DIR} PATH) get_filename_component(GIT_DIR ${SUBMODULE_DIR}/${GIT_DIR_RELATIVE} ABSOLUTE) set(HEAD_SOURCE_FILE "${GIT_DIR}/HEAD") else() # GIT_DIR/CMAKE_CURRENT_SOURCE_DIR is in a worktree file(READ ${GIT_DIR} worktree_ref) # The .git directory contains a path to the worktree information directory # inside the parent git repo of the worktree. # string(REGEX REPLACE "gitdir: (.*)$" "\\1" git_worktree_dir ${worktree_ref}) string(STRIP ${git_worktree_dir} git_worktree_dir) _git_find_closest_git_dir("${git_worktree_dir}" GIT_DIR) set(HEAD_SOURCE_FILE "${git_worktree_dir}/HEAD") endif() else() set(HEAD_SOURCE_FILE "${GIT_DIR}/HEAD") endif() set(GIT_DATA "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/git-data") if(NOT EXISTS "${GIT_DATA}") file(MAKE_DIRECTORY "${GIT_DATA}") endif() if(NOT EXISTS "${HEAD_SOURCE_FILE}") return() endif() set(HEAD_FILE "${GIT_DATA}/HEAD") configure_file("${HEAD_SOURCE_FILE}" "${HEAD_FILE}" COPYONLY) configure_file("${_gitdescmoddir}/GetGitRevisionDescription.cmake.in" "${GIT_DATA}/grabRef.cmake" @ONLY) include("${GIT_DATA}/grabRef.cmake") set(${_refspecvar} "${HEAD_REF}" PARENT_SCOPE) set(${_hashvar} "${HEAD_HASH}" PARENT_SCOPE) endfunction() function(git_describe _var) if(NOT GIT_FOUND) find_package(Git QUIET) endif() get_git_head_revision(refspec hash) if(NOT GIT_FOUND) set(${_var} "GIT-NOTFOUND" PARENT_SCOPE) return() endif() if(NOT hash) set(${_var} "HEAD-HASH-NOTFOUND" PARENT_SCOPE) return() endif() # TODO sanitize #if((${ARGN}" MATCHES "&&") OR # (ARGN MATCHES "||") OR # (ARGN MATCHES "\\;")) # message("Please report the following error to the project!") # message(FATAL_ERROR "Looks like someone's doing something nefarious with git_describe! Passed arguments ${ARGN}") #endif() #message(STATUS "Arguments to execute_process: ${ARGN}") execute_process( COMMAND "${GIT_EXECUTABLE}" describe --tags --always ${hash} ${ARGN} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" RESULT_VARIABLE res OUTPUT_VARIABLE out ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) if(NOT res EQUAL 0) set(out "${out}-${res}-NOTFOUND") endif() set(${_var} "${out}" PARENT_SCOPE) endfunction() function(git_describe_working_tree _var) if(NOT GIT_FOUND) find_package(Git QUIET) endif() if(NOT GIT_FOUND) set(${_var} "GIT-NOTFOUND" PARENT_SCOPE) return() endif() execute_process( COMMAND "${GIT_EXECUTABLE}" describe --dirty ${ARGN} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" RESULT_VARIABLE res OUTPUT_VARIABLE out ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) if(NOT res EQUAL 0) set(out "${out}-${res}-NOTFOUND") endif() set(${_var} "${out}" PARENT_SCOPE) endfunction() function(git_get_exact_tag _var) git_describe(out --exact-match ${ARGN}) set(${_var} "${out}" PARENT_SCOPE) endfunction() function(git_local_changes _var) if(NOT GIT_FOUND) find_package(Git QUIET) endif() get_git_head_revision(refspec hash) if(NOT GIT_FOUND) set(${_var} "GIT-NOTFOUND" PARENT_SCOPE) return() endif() if(NOT hash) set(${_var} "HEAD-HASH-NOTFOUND" PARENT_SCOPE) return() endif() execute_process( COMMAND "${GIT_EXECUTABLE}" diff-index --quiet HEAD -- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" RESULT_VARIABLE res OUTPUT_VARIABLE out ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) if(res EQUAL 0) set(${_var} "CLEAN" PARENT_SCOPE) else() set(${_var} "DIRTY" PARENT_SCOPE) endif() endfunction() SceneSwitcher-1.17.2/cmake/GetGitRevisionDescription.cmake.in000066400000000000000000000024031417525156400241560ustar00rootroot00000000000000# # Internal file for GetGitRevisionDescription.cmake # # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: # 2009-2010 Ryan Pavlik # http://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC # # Copyright Iowa State University 2009-2010. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) set(HEAD_HASH) file(READ "@HEAD_FILE@" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) if(HEAD_CONTENTS MATCHES "ref") # named branch string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") if(EXISTS "@GIT_DIR@/${HEAD_REF}") configure_file("@GIT_DIR@/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY) else() configure_file("@GIT_DIR@/packed-refs" "@GIT_DATA@/packed-refs" COPYONLY) file(READ "@GIT_DATA@/packed-refs" PACKED_REFS) if(${PACKED_REFS} MATCHES "([0-9a-z]*) ${HEAD_REF}") set(HEAD_HASH "${CMAKE_MATCH_1}") endif() endif() else() # detached HEAD configure_file("@GIT_DIR@/HEAD" "@GIT_DATA@/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() SceneSwitcher-1.17.2/cmake/version.cpp.in000066400000000000000000000002401417525156400202340ustar00rootroot00000000000000#include "src/headers/version.h" #define GIT_SHA1 "@GIT_SHA1@" #define GIT_TAG "@GIT_TAG@" const char g_GIT_SHA1[] = GIT_SHA1; const char g_GIT_TAG[] = GIT_TAG;SceneSwitcher-1.17.2/data/000077500000000000000000000000001417525156400152735ustar00rootroot00000000000000SceneSwitcher-1.17.2/data/locale/000077500000000000000000000000001417525156400165325ustar00rootroot00000000000000SceneSwitcher-1.17.2/data/locale/de-DE.ini000066400000000000000000000701211417525156400201120ustar00rootroot00000000000000AdvSceneSwitcher.pluginName="Erweiterter Automatischer Szenenwechsler" AdvSceneSwitcher.windowTitle="Erweiterter Automatischer Szenenwechsler" ; General Tab AdvSceneSwitcher.generalTab.title="Allgemein" AdvSceneSwitcher.generalTab.status="Status" AdvSceneSwitcher.generalTab.status.hotkeytips="Hotkeys können in den OBS Einstellungen konfiguriert werden" AdvSceneSwitcher.generalTab.status.currentStatus="Erweiterter Automatischer Szenenwechsler ist:" AdvSceneSwitcher.generalTab.status.onStartup="Beim Start von OBS:" AdvSceneSwitcher.generalTab.status.onStartup.asLastRun="Aktiviere den Szenenwechsler wenn er aktiv war" AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart="Aktiviere den Szenenwechsler" AdvSceneSwitcher.generalTab.status.onStartup.doNotStart="Aktiviere den Szenenwechsler nicht" AdvSceneSwitcher.generalTab.status.start="Start" AdvSceneSwitcher.generalTab.status.stop="Stop" AdvSceneSwitcher.generalTab.status.autoStart="Starte auotmatischen den Szenenwechsler beim:" AdvSceneSwitcher.generalTab.status.autoStart.never="Niemals" AdvSceneSwitcher.generalTab.status.autoStart.recording="Aufnehmen" AdvSceneSwitcher.generalTab.status.autoStart.streaming="Streamen" AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming="Aufnehmen oder Streamen" AdvSceneSwitcher.generalTab.status.checkInterval="Teste Bedingungen alle" AdvSceneSwitcher.generalTab.generalBehavior="Allgemeines Verhalten" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet="Wenn keine Bedingung erfüllt ist für " AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip="Kann nur so genau sein wie das eingestellte Interval zum Testen der Bedingungen." AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch="Nicht wechseln" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom="Wechsle zu einer Szene auf dem Zufall-Tab" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo="Wechsle zu:" AdvSceneSwitcher.generalTab.generalBehavior.cooldown="Nach einem automatisierten Szenenwechsel wechsle nicht mehr für" AdvSceneSwitcher.generalTab.generalBehavior.cooldownHint="In diesem Zeitraum werden potentielle erfüllte Bedingungen ignoriert!" AdvSceneSwitcher.generalTab.generalBehavior.verboseLogging="Ausführliches Logging" AdvSceneSwitcher.generalTab.generalBehavior.saveWindowGeo="Fensterposition und -größe speichern" AdvSceneSwitcher.generalTab.generalBehavior.disableUIHints="Deaktiviere UI Tipps" AdvSceneSwitcher.generalTab.priority="Priorität" AdvSceneSwitcher.generalTab.priority.description="Szenenwechselmethoden sortiert nach Priorität" AdvSceneSwitcher.generalTab.priority.threadPriority="Benutze Thread Priorität" AdvSceneSwitcher.generalTab.priority.threadPriorityNotice="(Erhöhen der Priorität über \"Normal\" ist nicht empfohlen)" AdvSceneSwitcher.generalTab.saveOrLoadsettings="Speichern / Laden der Einstellungen" AdvSceneSwitcher.generalTab.saveOrLoadsettings.export="Exportieren" AdvSceneSwitcher.generalTab.saveOrLoadsettings.import="Importieren" AdvSceneSwitcher.generalTab.saveOrLoadsettings.exportWindowTitle="Exportiere Erweiterter Automatischer Szenenwechsler Einstellungen zu Datei ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle="Exportiere Erweiterter Automatischer Szenenwechsler Einstellungen von Datei ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType="Text Dateien (*.txt)" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadFail="Importieren der Einstellungen ist fehlgeschlagen" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadSuccess="Einstellungen wurden erfolgreich importiert" AdvSceneSwitcher.generalTab.priority.fileContent="Datei Inhalt" AdvSceneSwitcher.generalTab.priority.sceneSequence="Szenenfolge" AdvSceneSwitcher.generalTab.priority.idleDetection="Inaktivitätserkennung" AdvSceneSwitcher.generalTab.priority.executable="Prozess" AdvSceneSwitcher.generalTab.priority.screenRegion="Bildschirmbereich" AdvSceneSwitcher.generalTab.priority.windowTitle="Fenstername" AdvSceneSwitcher.generalTab.priority.media="Medien" AdvSceneSwitcher.generalTab.priority.time="Zeit" AdvSceneSwitcher.generalTab.priority.audio="Audio" AdvSceneSwitcher.generalTab.priority.video="Video" ; Transition Tab AdvSceneSwitcher.transitionTab.title="Szenenübergänge" AdvSceneSwitcher.transitionTab.setTransitionBy="Beim Ändern des Szenenübergangs:" AdvSceneSwitcher.transitionTab.transitionOverride="Verwende Übergangsüberschreibungen" AdvSceneSwitcher.transitionTab.adjustActiveTransitionType="Wechsle den aktiven Szenenübergangtyp" AdvSceneSwitcher.transitionTab.transitionBehaviorSelectionError="Mindestens eine Option muss aktiv sein:\n\n - Verwende Übergangsüberschreibungen\n\n - Wechsle den aktiven Szenenübergangtyp" AdvSceneSwitcher.transitionTab.transitionForAToB="Szenenübergänge für automatisierte Szenenwechsel von Szene A zu Szene B" AdvSceneSwitcher.transitionTab.transitionsHelp="

Diese Einstellungen beeinflussen nur vom Szenenwechsler ausgelöste Szenenübergänge - Siehe Transition Table um auch manuelle Szenenübergänge zu konfigurieren.
Einstellungen auf diesem Tab haben Vorrang, vor denen welche auf den übrigen Tabs konfiguriert wurden.

Klicke auf das Plus Symbol, um einen neuen Eintrag hinzuzufügen.

" AdvSceneSwitcher.transitionTab.defaultTransition="Ändere den Szenenübergang wenn eine Szene aktiv ist" AdvSceneSwitcher.transitionTab.entry="Wechsle von {{scenes}} zu {{scenes2}} mit {{transitions}} mit einer Dauer von {{duration}}" AdvSceneSwitcher.transitionTab.defaultTransitionEntry="Wenn {{scenes}} aktiv ist ändere den Szenenübergang zu {{transitions}}" AdvSceneSwitcher.transitionTab.defaultTransitionsHelp="Klicke auf das Plus Symbol, um einen neuen Eintrag hinzuzufügen." AdvSceneSwitcher.transitionTab.defaultTransition.delay="Wechsle Szenenübergang {{defTransitionDelay}} nach Szenenwechsel." AdvSceneSwitcher.transitionTab.defaultTransition.delay.help="Diese Verzögerung dient dazu Szenenwechsel zu unterbrechen.\nDies kann passieren, wenn der Szenenübergangtyp gewechselt wird während ein Szenenübergang grade noch im Gang ist." ; Pause Scenes Tab AdvSceneSwitcher.pauseTab.title="Pause" AdvSceneSwitcher.pauseTab.pauseOnScene="Pausiere den Szenenwechsler auf einer Szene" AdvSceneSwitcher.pauseTab.pauseInFocus1="Pausiere den Szenenwechsler wenn " AdvSceneSwitcher.pauseTab.pauseInFocus2="im Fokus ist" AdvSceneSwitcher.pauseTab.pauseTypeScene="Szene aktiv ist" AdvSceneSwitcher.pauseTab.pauseTypeWindow="Fenster im Fokus ist" AdvSceneSwitcher.pauseTab.pauseTargetAll="alle" AdvSceneSwitcher.pauseTab.pauseEntry="Pausiere {{pauseTargets}} Überprüfungen wenn {{scenes}} {{windows}} {{pauseTypes}}" AdvSceneSwitcher.pauseTab.help="Auf diesem Tab können einzelne Szenenwechselmethoden pausiert werden, wenn eine Szene aktiv oder ein Fenster im Fokus ist.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Window Title Tab AdvSceneSwitcher.windowTitleTab.title="Fenstername" AdvSceneSwitcher.windowTitleTab.regexrDescription="

Gib entweder den gesamten Fensternamen ein oder eine gültigen regulären Ausdruck. Die Syntax für regulärer Ausdrücke (regex) kann hier überprüft werden: RegExr

" AdvSceneSwitcher.windowTitleTab.stayInFocus1="Ignoriere diesen Fensternamen" AdvSceneSwitcher.windowTitleTab.stayInFocus2=" " AdvSceneSwitcher.windowTitleTab.fullscreen="wenn Vollbild" AdvSceneSwitcher.windowTitleTab.maximized="wenn maximiert" AdvSceneSwitcher.windowTitleTab.focused="wenn fokussiert" AdvSceneSwitcher.windowTitleTab.entry="{{windows}} {{scenes}} {{transitions}} {{fullscreen}} {{maximized}} {{focused}}" AdvSceneSwitcher.windowTitleTab.windowsHelp="Wechsle Szenen basiert auf dem Fensternamen eines laufenden Prozesses.\nFolgende zusätzliche Bedingungen können ausgewählt werden:\nDas Fenster ist im Vollbildmodus\nDas Fenster ist maximiert\nDas Fenster ist fokussiert\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." AdvSceneSwitcher.windowTitleTab.ignoreWindowsHelp="Ist ein Fenstername ignoriert so verhält sich der Szenenwechsler als ob das vorhergehende Fenster immer noch fokussiert ist.\nDies kann in Situationen nützlich sein, in den oft zwischen Fenster gewechselt wird, dies aber nicht immer einen Szenenwechsel auslösen soll.\n\nWähle oben ein Fenster aus oder gib einen Fensternamen ein und klicke auf das Plus Symbol um es zur Liste hinzuzufügen." ; Executable Tab AdvSceneSwitcher.executableTab.title="Prozess" AdvSceneSwitcher.executableTab.implemented="Implementiert von dasOven" AdvSceneSwitcher.executableTab.requiresFocus="nur wenn dieser fokussiert ist" AdvSceneSwitcher.executableTab.entry="Wenn {{processes}} läuft wechsle zu {{scenes}} mit {{transitions}} {{requiresFocus}}" AdvSceneSwitcher.executableTab.help="Dieser Tab erlaubt es Szenen zu wechseln, wenn bestimmte Prozesse laufen.\nDas kann nützlich sein, wenn sich der Name eines Fensters ändern kann oder dieser nicht bekannt ist.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Screen Region Tab AdvSceneSwitcher.screenRegionTab.title="Bildschirmbereich" AdvSceneSwitcher.screenRegionTab.currentPosition="Mauszeiger ist bei:" AdvSceneSwitcher.screenRegionTab.showGuideFrames="Hilfsrahmen einblenden" AdvSceneSwitcher.screenRegionTab.hideGuideFrames="Hilfsrahmen ausblenden" AdvSceneSwitcher.screenRegionTab.excludeScenes.None="Keine Auswahl" AdvSceneSwitcher.screenRegionTab.entry="Wenn der Mauszeiger in {{minX}} {{minY}} x {{maxX}} {{maxY}} ist wechsle zu {{scenes}} mit {{transitions}} außer wenn auf {{excludeScenes}}" AdvSceneSwitcher.screenRegionTab.help="Dieser Tab ermöglicht es basierend auf der Position des Mauszeigers Szenen zu wechseln.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Media Tab AdvSceneSwitcher.mediaTab.title="Medien" AdvSceneSwitcher.mediaTab.implemented="Implementiert von Exeldro" AdvSceneSwitcher.mediaTab.states.none="Keine Auswahl" AdvSceneSwitcher.mediaTab.states.playing="Abspielen" AdvSceneSwitcher.mediaTab.states.opening="Öffnen" AdvSceneSwitcher.mediaTab.states.buffering="Buffern" AdvSceneSwitcher.mediaTab.states.Paused="Pausiert" AdvSceneSwitcher.mediaTab.states.stopped="Gestoppt" AdvSceneSwitcher.mediaTab.states.ended="Beendet" AdvSceneSwitcher.mediaTab.states.error="Fehler" AdvSceneSwitcher.mediaTab.states.playedToEnd="Zu Ende gespielt" AdvSceneSwitcher.mediaTab.states.any="Beliebig" AdvSceneSwitcher.mediaTab.timeRestriction.none="Keine Auswahl" AdvSceneSwitcher.mediaTab.timeRestriction.shorter="Dauer kürzer" AdvSceneSwitcher.mediaTab.timeRestriction.longer="Dauer länger" AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter="übrige Zeit kürzer" AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger="übrige Zeit länger" AdvSceneSwitcher.mediaTab.entry="Wenn {{mediaSources}} im Status {{states}} ist und{{timeRestrictions}} {{time}} ist wechsle zu {{scenes}} mit {{transitions}}" AdvSceneSwitcher.mediaTab.help="Dieser Tab ermöglicht es basieren auf dem Status von Medienquellen Szenen zu wechseln.\nZum Beispiel kann automatisch zur vorhergehenden Szene gewechselt werden, sobald sich eine Medienquelle im Status Beendet befindet.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; File Tab AdvSceneSwitcher.fileTab.title="Datei Inhalt" AdvSceneSwitcher.fileTab.readWriteSceneFile="Lese / schreibe Szene von / zu Datei" AdvSceneSwitcher.fileTab.currentSceneOutputFile="Schreibe den Namen der aktiven Szene in folgende Datei:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFile="Aktiviere Lesen der Szene aus Datei" AdvSceneSwitcher.fileTab.switchSceneNameInputFile="Lies den Namen der Scene zu der gewechselt werden soll von folgender Datei:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFileContent="Wechsle Scene basierend auf Datei Inhalt" AdvSceneSwitcher.fileTab.remoteFileWarning="Vorsicht: Der Szenenwechsler wird versuchen den angegebenen Pfad alle x ms zu öffnen!" AdvSceneSwitcher.fileTab.remoteFileWarning1="Vorsicht: Der Szenenwechsler öffnet den angegebenen Pfad alle " AdvSceneSwitcher.fileTab.remoteFileWarning2="ms" AdvSceneSwitcher.fileTab.libcurlWarning="Laden von libcurl fehlgeschlagen! Erreichen von remote Dateien wird nicht möglich sein!" AdvSceneSwitcher.fileTab.selectWrite=Datei auswählen in die geschrieben werden soll ..." AdvSceneSwitcher.fileTab.selectRead="Datei auswählen die gelesen werden soll ..." AdvSceneSwitcher.fileTab.textFileType="Text Dateien (*.txt)" AdvSceneSwitcher.fileTab.anyFileType="Beliebige Dateien (*.*)" AdvSceneSwitcher.fileTab.remote="remote Datei" AdvSceneSwitcher.fileTab.local="lokale Datei" AdvSceneSwitcher.fileTab.useRegExp="verwende reguläre Ausdrücke" AdvSceneSwitcher.fileTab.checkfileContentTime="nur wenn sich das Änderungsdatum geändert" AdvSceneSwitcher.fileTab.checkfileContent="nur wenn sich der Inhalt geänder hat" AdvSceneSwitcher.fileTab.entry="Wechsle zu {{scenes}} mit {{transitions}} wenn der Inhalt von {{fileType}} {{filePath}} {{browseButton}} passt zu:" AdvSceneSwitcher.fileTab.entry2="{{matchText}}" AdvSceneSwitcher.fileTab.entry3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.fileTab.help="Dieser Tab erlaubt es Szenen zu wechseln basierend auf dem Inhalt von lokalen oder remote Dateien.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Random Tab AdvSceneSwitcher.randomTab.title="Zufall" AdvSceneSwitcher.randomTab.randomDisabledWarning="Funktionalität deaktiviert - Um diese zu aktivieren wähle \"Wenn keine Bedingung erfüllt ist wechsle zu einer Szene auf dem Zufall-Tab\" auf dem Allgemein-Tab aus" AdvSceneSwitcher.randomTab.entry="Wenn keine Bedingung erfüllt ist wechsle zu {{scenes}} mit {{transitions}} für {{delay}}" AdvSceneSwitcher.randomTab.help="Der Szenenwechsler wählt zufällig einen Eintrag auf diesem Tab aus, zu dem er für die angegebene Zeit wechseln wird.\nDer gleiche Eintrag wird nicht zweimal nacheinander ausgewählt werden.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Time Tab AdvSceneSwitcher.timeTab.title="Zeit" AdvSceneSwitcher.timeTab.anyDay="An allen Tagen" AdvSceneSwitcher.timeTab.mondays="Montags" AdvSceneSwitcher.timeTab.tuesdays="Dienstags" AdvSceneSwitcher.timeTab.wednesdays="Mittwochs" AdvSceneSwitcher.timeTab.thursdays="Donnerstags" AdvSceneSwitcher.timeTab.fridays="Freitags" AdvSceneSwitcher.timeTab.saturdays="Samstags" AdvSceneSwitcher.timeTab.sundays="Sonntags" AdvSceneSwitcher.timeTab.afterstart="Nach Streamen-/Aufnehmenstart" AdvSceneSwitcher.timeTab.afterstart.tip="Hier wird die Zeit relativ zum Starten des Streamen/Aufnehmen gemessen" AdvSceneSwitcher.timeTab.entry="{{triggers}} um {{time}} wechsle zu {{scenes}} mit {{transitions}}" AdvSceneSwitcher.timeTab.help="Dieser Tab ermöglicht es Szenen basierend auf der aktuellen Uhrzeit zu wechseln.\n\nDer Szenenwechsler versucht den Szenenwechsel nur zur eingestellten Uhrzeit auszulösen.\nBeachte, dass die Prioritätseinstellungen auf dem Allgemein Tab entsprechend konfiguriert sind, sodass keine andere Szenenwechselmethode hier konfiguriert Einstellungen zur gegebenen Uhrzeit übertrifft.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Idle Tab AdvSceneSwitcher.idleTab.title="Inaktivitätserkennung" AdvSceneSwitcher.idleTab.enable="Aktiviere Inaktivitätserkennung" AdvSceneSwitcher.idleTab.idleswitch="After {{duration}} ohne Keyboard- oder Mauseingaben wechsle zu {{scenes}} mit {{transitions}}" AdvSceneSwitcher.idleTab.dontSwitchIfFocus1="Wechsle nicht wenn" AdvSceneSwitcher.idleTab.dontSwitchIfFocus2="im Fokus ist" ; Scene Sequence Tab AdvSceneSwitcher.sceneSequenceTab.title="Szenenfolge" AdvSceneSwitcher.sceneSequenceTab.description="Eine Szenenfolge kann durch Pausieren, Stoppen des Szenenwechslers oder manuelle Szenenwechsel abgebrochen werden" AdvSceneSwitcher.sceneSequenceTab.save="Speichere Szenenfolgen in eine Datei" AdvSceneSwitcher.sceneSequenceTab.load="Lade Szenenfolgen von einer Datei" AdvSceneSwitcher.sceneSequenceTab.saveTitle="Speichere Szenenfolgen in eine Datei ..." AdvSceneSwitcher.sceneSequenceTab.loadTitle="Wähle eine Datei aus von der Szenenfolgen gelesen werden sollen ..." AdvSceneSwitcher.sceneSequenceTab.loadFail="Laden der Einstellungen ist fehlgeschlagen!" AdvSceneSwitcher.sceneSequenceTab.loadSuccess="Laden der Einstellungen war erfolgreich!" AdvSceneSwitcher.sceneSequenceTab.fileType="Text Dateien (*.txt)" AdvSceneSwitcher.sceneSequenceTab.interruptible="kann unterbrochen werden" AdvSceneSwitcher.sceneSequenceTab.interruptibleHint="Andere Szenenwechselmethoden können diese Sequenz unterbrechen" AdvSceneSwitcher.sceneSequenceTab.extendEdit="Szenenfolge erweitern" AdvSceneSwitcher.sceneSequenceTab.extendEntry="Nach {{delay}} wechsle zu {{scenes}} mit {{transitions}}" AdvSceneSwitcher.sceneSequenceTab.entry="Wenn {{startScenes}} aktiv ist wechsle zu {{scenes}} nach {{delay}} mit {{transitions}} {{interruptible}}" AdvSceneSwitcher.sceneSequenceTab.help="Dieser Tab ermöglicht es automatisiert zu einer anderen Szene zu wechseln, nachdem eine Szene für die konfigurierte Zeit aktiv war.\nZum Beispiel kann so automatisch zwischen zwei Szenen hin und her gewechselt werden.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Audio Tab AdvSceneSwitcher.audioTab.title="Audio" AdvSceneSwitcher.audioTab.condition.above="über" AdvSceneSwitcher.audioTab.condition.below="unter" AdvSceneSwitcher.audioTab.ignoreInactiveSource="außer Audio Quelle ist inaktiv" AdvSceneSwitcher.audioTab.entry="Wenn die Lautstärke von {{audioSources}} {{condition}} {{volumeWidget}} ist für {{duration}} Sekunden wechsle zu {{scenes}} mit {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.audioTab.multiMatchfallbackCondition="Wenn mehrere Einträge zutreffen ..." AdvSceneSwitcher.audioTab.multiMatchfallback="... für {{duration}} Sekunden wechsle zu {{scenes}} mit {{transitions}}" AdvSceneSwitcher.audioTab.help="Dieser Tab ermöglicht es basierend auf der Lautstärke von Audioquellen Szenen zu wechseln.\nSo kann zum Beispiel automatisch zu einer Szene gewechselt werden, wenn die Lautstärke eines Mikrofons eine konfigurierte Schwelle überschreitet.\n\nKlicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen." ; Video Tab AdvSceneSwitcher.videoTab.title="Video" AdvSceneSwitcher.videoTab.getScreenshot="Screenshot für ausgewählten Eintrag erstellen" AdvSceneSwitcher.videoTab.getScreenshotHelp="Erstellt einen Screenshot für die Video Quelle des ausgewählten Eintrag und setzt diesen als Ziel Bild" AdvSceneSwitcher.videoTab.condition.match="genau übereinstimmt mit" AdvSceneSwitcher.videoTab.condition.match.tooltip="Eine genaue Übereinstimmung setzt voraus, dass sowohl Zielquelle als auch das Bild die gleiche Auflösung besitzen.\nZusätzlich muss jeder einzelne Pixel zwischen beiden Bildquellen übereinstimmen weshalb Bildformate, welche das Bild komprimieren (z. B. .JPG) nicht zu empfehlen sind." AdvSceneSwitcher.videoTab.condition.differ="nicht übereinstimmt mit" AdvSceneSwitcher.videoTab.condition.hasNotChanged="sich nicht verändert" AdvSceneSwitcher.videoTab.condition.hasNotChanged="sich verändert" AdvSceneSwitcher.videoTab.ignoreInactiveSource="außer Video Quelle ist inaktiv" AdvSceneSwitcher.videoTab.entry="Wenn {{videoSources}} {{condition}} {{filePath}} {{browseButton}} für {{duration}} wechsle zu {{scenes}} mit {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.videoTab.help="

Dieser Tab ermöglicht es basierend auf der Videoausgabe von Quellen scenen zu wechseln.
Für eine noch bessere Implementierung dieser Funktionalität siehe Pixel Match Switcher.

Klicke auf das markierte Plus Symbol, um einen neuen Eintrag hinzuzufügen..

" ; Network Tab AdvSceneSwitcher.networkTab.title="Netzwerk" AdvSceneSwitcher.networkTab.warning="Die Verwendung des Servers außerhalb eines lokalen Netzwerks kann dazu führen, dass die aktive Szene von dritten Personen ausgelesen werden kann." AdvSceneSwitcher.networkTab.Disabledwarning="Diese Funktionalität musste unter macOS leider aufgrund von Bibliotheksinkompatibilitäten mit dem obs-websocket plugin deaktiviert werden." AdvSceneSwitcher.networkTab.server="Server starten (Sendet Szenenwechselnachrichten zu allen verbundenen Clients)" AdvSceneSwitcher.networkTab.server.port="Port" AdvSceneSwitcher.networkTab.server.lockToIPv4="Nur IPv4 verwenden (deaktiviert IPv6)" AdvSceneSwitcher.networkTab.server.sendSceneChange="Sende Nachrichten für Szenenwechsel" AdvSceneSwitcher.networkTab.server.restrictSendToAutomatedSwitches="Sende nur Szenenwechselnachrichten für automatisierte Szenenwechsel" AdvSceneSwitcher.networkTab.server.sendPreview="Sende Nachrichten für Vorschau Szenenwechsel im Studio-Modus" AdvSceneSwitcher.networkTab.startFailed.message="Der WebSocket-Server konnte nicht gestartet werden, mögliche Gründe:\n - Der TCP-Port %1 wird möglicherweise gerade von einem anderen Programm verwendet. Versuchen Sie einen anderen Port in den Websocket-Servereinstellungen zu setzen oder alle Programme zu beenden, die den Port möglicherweise verwenden.\n - Fehler: %2" AdvSceneSwitcher.networkTab.server.status.currentStatus="Aktueller Status" AdvSceneSwitcher.networkTab.server.status.notRunning="Nicht gestartet" AdvSceneSwitcher.networkTab.server.status.starting="Startet" AdvSceneSwitcher.networkTab.server.status.running="Server läuft" AdvSceneSwitcher.networkTab.server.restart="Server neu starten" AdvSceneSwitcher.networkTab.client="Client starten (Empfängt Szenenwechselnachrichten )" AdvSceneSwitcher.networkTab.client.address="Hostname oder IP-Adresse" AdvSceneSwitcher.networkTab.client.port="Port" AdvSceneSwitcher.networkTab.client.status.currentStatus="Aktueller status" AdvSceneSwitcher.networkTab.client.status.disconnected="Verbindung getrennt" AdvSceneSwitcher.networkTab.client.status.connecting="Verbinde" AdvSceneSwitcher.networkTab.client.status.connected="Verbunden" AdvSceneSwitcher.networkTab.client.reconnect="Erneutes Verbinden erzwingen" ; Scene Group Tab AdvSceneSwitcher.sceneGroupTab.title="Szenengruppe" AdvSceneSwitcher.sceneGroupTab.list="Szenengruppen" AdvSceneSwitcher.sceneGroupTab.edit="Szenengruppe bearbeiten" AdvSceneSwitcher.sceneGroupTab.edit.name="Name:" AdvSceneSwitcher.sceneGroupTab.edit.type="Typ: {{type}}" AdvSceneSwitcher.sceneGroupTab.type.count="Anzahl" AdvSceneSwitcher.sceneGroupTab.type.time="Zeit" AdvSceneSwitcher.sceneGroupTab.type.random="Zufall" AdvSceneSwitcher.sceneGroupTab.edit.count="Schreite zur nächsten Szene in dieser Gruppe fort nach {{count}} Szenewechseln" AdvSceneSwitcher.sceneGroupTab.edit.time="Schreite zur nächsten Szene in dieser Gruppe fort nach {{time}}" AdvSceneSwitcher.sceneGroupTab.edit.random="Wähle eine zufällig Szene in der Liste aus" AdvSceneSwitcher.sceneGroupTab.edit.repeat="Beginne von vorne wenn Ende der Szenenliste erreicht ist" AdvSceneSwitcher.sceneGroupTab.edit.addScene="Szene hinzufügen" AdvSceneSwitcher.sceneGroupTab.add="Szenengruppe hinzufügen" AdvSceneSwitcher.sceneGroupTab.defaultname="Szenengruppe %1" AdvSceneSwitcher.sceneGroupTab.exists="Szenengruppen- oder Szenenname existiert bereits" AdvSceneSwitcher.sceneGroupTab.help="Szenengruppen können, genau wie reguläre Szenen, als Ziel eines Szenenwechsler Eintrags ausgewählt werden.\n\nSzenengruppen bestehen aus einer Liste von Szenen.\nDie aktive Szene der Szenengruppe schreitet abhängig von den konfigurierten Einstellungen durch die Liste der zugewiesenen Szenen fort.\n\nMögliche Einstellungen zum Fortschreiten der aktiven Szene sind:\nAnzahl der Szenenwechsel.\nZeit seit dem letzten Szenenwechsel in der Szenengruppe.\nOder zufällig.\n\nSo kann zum Beispiel eine Szenengruppe welche die folgenden Szenen enthält ...\nSzene 1\nSzene 2\nSzene 3 \n... beim erstem Mal zu \"Szene 1\" wechseln.\nBeim zweiten Mal zu \"Szene 2\".\nDie restlichem Male wechselt die Szenengruppe zu \"Szene 3\".\n\nKlicke auf das markierte Plus Symbol, um eine neuen Szenengruppe hinzuzufügen." AdvSceneSwitcher.sceneGroupTab.scenes.help="Wähle die Szenengruppe, die du bearbeiten möchtest, auf der linken Seite aus.\n\nWähle oben eine Szene aus, die du zur Szenengruppe hinzufügen möchtest, und klicke das Plus Symbol.\n\nDie gleiche Szene kann mehrfach in derselben Szenengruppe auftauchen." ; Scene Trigger Tab AdvSceneSwitcher.sceneTriggerTab.title="Szenen Trigger" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.none="--Trigger auswählen--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneActive="aktiv ist" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneInactive="nicht aktiv ist" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneLeave="verlassen wird" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.none="--Aktion auswählen--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startRecording="Aufnahme starten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.pauseRecording="Aufnahme pausieren" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unpauseRecording="Aufnahme fortsetzen" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopRecording="Aufnahme stoppen" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopStreaming="Streamen stoppen" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startStreaming="Streamen starten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startReplayBuffer="Replay Buffer starten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopReplayBuffer="Replay Buffer stoppen" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.muteSource="Audio Quelle stumm schalten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unmuteSource="Audio Quelle aktiv schalten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startSwitcher="Szenenwechsler starten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopSwitcher="Szenenwechsler stoppen" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startVirtualCamera="Virtuelle Kamera starten" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopVirtualCamera="Virtuelle Kamera stoppen" AdvSceneSwitcher.sceneTriggerTab.entry="Wenn {{scenes}} {{triggers}} {{actions}} {{audioSources}} nach {{duration}} " AdvSceneSwitcher.sceneTriggerTab.help="Dieser Tab ermöglicht es automatisiert Handlungen, wie etwa das Stoppen von einer Aufnahme oder des Streamens, bei einem Szenenwechsel auszuführen." ; Hotkey AdvSceneSwitcher.hotkey.startSwitcherHotkey="Starte den Erweiteren Szenenwechsler" AdvSceneSwitcher.hotkey.stopSwitcherHotkey="Stoppe den Erweiteren Szenenwechsler" AdvSceneSwitcher.hotkey.startStopToggleSwitcherHotkey="Starte/Stoppe den Erweiteren Szenenwechsler" AdvSceneSwitcher.askBackup="Neue Version des Erweiterten Automatischen Szenenwechslers wurde erkannt.\nSoll ein Backup der alten Einstellungen angelegt werden?" AdvSceneSwitcher.close="Schließen" AdvSceneSwitcher.browse="Öffnen" AdvSceneSwitcher.selectScene="--Szene auswählen--" AdvSceneSwitcher.selectPreviousScene="Vorhergehende Szene" AdvSceneSwitcher.currentTransition="Aktueller Szenenübergang" AdvSceneSwitcher.selectTransition="--Szenenübergang auswählen--" AdvSceneSwitcher.selectWindow="--Fenster auswählen--" AdvSceneSwitcher.selectAudioSource="--Audio Quelle auswählen--" AdvSceneSwitcher.selectVideoSource="--Video Quelle auswählen--" AdvSceneSwitcher.selectMediaSource="--Medien Quelle auswählen--" AdvSceneSwitcher.selectProcess="--Prozess auswählen--" AdvSceneSwitcher.enterPath="--Pfad eingeben--" AdvSceneSwitcher.enterText="--Text eingeben--" AdvSceneSwitcher.invaildEntriesWillNotBeSaved="Ungültige Einträge werden nicht gespeichert" AdvSceneSwitcher.selectWindowTip="Benutze \"OBS\" um das OBS-Studio Fenster auszuwählen\nBenutze\"Task Switching\"um die ALT + TAB Tastenkombination auszuwählen" AdvSceneSwitcher.status.active="Aktiv" AdvSceneSwitcher.status.inactive="Inaktiv" AdvSceneSwitcher.unit.milliseconds="Millisekunden" AdvSceneSwitcher.unit.secends="Sekunden" AdvSceneSwitcher.unit.minutes="Minuten" AdvSceneSwitcher.unit.hours="Stunden" SceneSwitcher-1.17.2/data/locale/en-US.ini000066400000000000000000001504731417525156400201740ustar00rootroot00000000000000AdvSceneSwitcher.pluginName="Advanced Scene Switcher" AdvSceneSwitcher.windowTitle="Advanced Scene Switcher" ; General Tab AdvSceneSwitcher.generalTab.title="General" AdvSceneSwitcher.generalTab.status="Status" AdvSceneSwitcher.generalTab.status.hotkeytips="Hotkeys can be defined in the OBS settings" AdvSceneSwitcher.generalTab.status.currentStatus="Advanced Scene Switcher is:" AdvSceneSwitcher.generalTab.status.onStartup="On startup of OBS:" AdvSceneSwitcher.generalTab.status.onStartup.asLastRun="Start the scene switcher if it was running" AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart="Always start the scene switcher" AdvSceneSwitcher.generalTab.status.onStartup.doNotStart="Do not start the scene switcher" AdvSceneSwitcher.generalTab.status.start="Start" AdvSceneSwitcher.generalTab.status.stop="Stop" AdvSceneSwitcher.generalTab.status.autoStart="Automatically start the scene switcher when:" AdvSceneSwitcher.generalTab.status.autoStart.never="Never" AdvSceneSwitcher.generalTab.status.autoStart.recording="Recording" AdvSceneSwitcher.generalTab.status.autoStart.streaming="Streaming" AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming="Recording or Streaming" AdvSceneSwitcher.generalTab.status.checkInterval="Check switch conditions every" AdvSceneSwitcher.generalTab.generalBehavior="General behavior" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet="If no actions are performed for" AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip="Will only ever be as accurate as the configured check interval." AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch="Don't switch" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom="Switch to any scene in Random tab" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo="Switch to:" AdvSceneSwitcher.generalTab.generalBehavior.cooldown="After a match don't perform actions for" AdvSceneSwitcher.generalTab.generalBehavior.cooldownHint="During this time potential matches will be ignored!" AdvSceneSwitcher.generalTab.generalBehavior.verboseLogging="Enable verbose logging" AdvSceneSwitcher.generalTab.generalBehavior.saveWindowGeo="Save window position and size" AdvSceneSwitcher.generalTab.generalBehavior.showTrayNotifications="Show system tray notifications" AdvSceneSwitcher.generalTab.generalBehavior.disableUIHints="Disable UI hints" AdvSceneSwitcher.generalTab.priority="Priority" AdvSceneSwitcher.generalTab.priority.description="Switching methods priority (Highest priority is at the top)" AdvSceneSwitcher.generalTab.priority.threadPriority="Use thread priority" AdvSceneSwitcher.generalTab.priority.threadPriorityNotice="(Raising the priority above \"Normal\" is not recommended)" AdvSceneSwitcher.generalTab.saveOrLoadsettings="Save / load settings" AdvSceneSwitcher.generalTab.saveOrLoadsettings.export="Export" AdvSceneSwitcher.generalTab.saveOrLoadsettings.import="Import" AdvSceneSwitcher.generalTab.saveOrLoadsettings.exportWindowTitle="Export Advanced Scene Switcher settings to file ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle="Import Advanced Scene Switcher settings from file ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType="Text files (*.txt)" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadFail="Advanced Scene Switcher failed to import settings" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadSuccess="Advanced Scene Switcher settings imported successfully" AdvSceneSwitcher.generalTab.priority.fileContent="File Content" AdvSceneSwitcher.generalTab.priority.sceneSequence="Scene Sequence" AdvSceneSwitcher.generalTab.priority.idleDetection="Idle Detection" AdvSceneSwitcher.generalTab.priority.executable="Executable" AdvSceneSwitcher.generalTab.priority.screenRegion="Screen Region" AdvSceneSwitcher.generalTab.priority.windowTitle="Window Title" AdvSceneSwitcher.generalTab.priority.media="Media" AdvSceneSwitcher.generalTab.priority.time="Time" AdvSceneSwitcher.generalTab.priority.audio="Audio" AdvSceneSwitcher.generalTab.priority.video="Video" AdvSceneSwitcher.generalTab.priority.macro="Macro" ; Macro Tab AdvSceneSwitcher.macroTab.title="Macro" AdvSceneSwitcher.macroTab.macros="Macros" AdvSceneSwitcher.macroTab.priorityWarning="Note: It is recommended to configure macros to be the highest priority functionality.\nThis setting can be changed on the General tab." AdvSceneSwitcher.macroTab.help="Macros allow you to execute a string of actions depending on multiple conditions.\n\nClick on the highlighted plus symbol to add a new Macro." AdvSceneSwitcher.macroTab.editConditionHelp="This section allows you to define Macro conditions.\n\nSelect an existing or add a new Macro on the left.\nThen click the plus button below to add a new condition." AdvSceneSwitcher.macroTab.editActionHelp="This section allows you to define Macro actions.\n\nSelect an existing or add a new Macro on the left.\nThen click the plus button below to add a new action." AdvSceneSwitcher.macroTab.edit="Edit macro" AdvSceneSwitcher.macroTab.edit.logic="Logic type:" AdvSceneSwitcher.macroTab.edit.condition="Condition type:" AdvSceneSwitcher.macroTab.edit.action="Action type:" AdvSceneSwitcher.macroTab.add="Add new macro" AdvSceneSwitcher.macroTab.name="Name:" AdvSceneSwitcher.macroTab.run="Run macro" AdvSceneSwitcher.macroTab.runFail="Running \"%1\" failed!\nEither one of the actions failed or the macro is running already." AdvSceneSwitcher.macroTab.runInParallel="Run macro in parallel to other macros" AdvSceneSwitcher.macroTab.onChange="Perform actions only on condition change" AdvSceneSwitcher.macroTab.defaultname="Macro %1" AdvSceneSwitcher.macroTab.exists="Macro name exists already" AdvSceneSwitcher.macroTab.copy="Create copy" AdvSceneSwitcher.macroTab.expandAll="Expand all" AdvSceneSwitcher.macroTab.collapseAll="Collapse all" ; Macro Logic AdvSceneSwitcher.logic.none="Ignore entry" AdvSceneSwitcher.logic.and="And" AdvSceneSwitcher.logic.or="Or" AdvSceneSwitcher.logic.andNot="And not" AdvSceneSwitcher.logic.orNot="Or not" AdvSceneSwitcher.logic.rootNone="If" AdvSceneSwitcher.logic.not="If not" ; Macro Conditions AdvSceneSwitcher.condition.audio="Audio" AdvSceneSwitcher.condition.audio.state.below="below" AdvSceneSwitcher.condition.audio.state.exact="exactly" AdvSceneSwitcher.condition.audio.state.above="above" AdvSceneSwitcher.condition.audio.state.mute="muted" AdvSceneSwitcher.condition.audio.state.unmute="unmuted" AdvSceneSwitcher.condition.audio.type.output="Output volume" AdvSceneSwitcher.condition.audio.type.volume="Configured volume level" AdvSceneSwitcher.condition.audio.entry="{{checkType}} of {{audioSources}} is {{condition}} {{volume}}" AdvSceneSwitcher.condition.cursor="Cursor" AdvSceneSwitcher.condition.cursor.type.region="is in region" AdvSceneSwitcher.condition.cursor.type.moving="is moving" AdvSceneSwitcher.condition.cursor.showFrame="Show frame" AdvSceneSwitcher.condition.cursor.hideFrame="Hide frame" AdvSceneSwitcher.condition.cursor.entry.line1="Cursor is {{conditions}} {{minX}} {{minY}} {{maxX}} {{maxY}} - {{toggleFrameButton}}" AdvSceneSwitcher.condition.cursor.entry.line2="Cursor is currently at {{xPos}} x {{yPos}}" AdvSceneSwitcher.condition.scene="Scene" AdvSceneSwitcher.condition.scene.type.current="Current scene is" AdvSceneSwitcher.condition.scene.type.previous="Previous scene is" AdvSceneSwitcher.condition.scene.type.changed="Scene changed" AdvSceneSwitcher.condition.scene.type.notChanged="Scene has not changed" AdvSceneSwitcher.condition.scene.currentSceneTransitionBehaviour="During transition check for transition target scene" AdvSceneSwitcher.condition.scene.entry.line1="{{sceneType}} {{scenes}}" AdvSceneSwitcher.condition.scene.entry.line2="{{useTransitionTargetScene}}" AdvSceneSwitcher.condition.window="Window" AdvSceneSwitcher.condition.window.entry.line1="{{windows}} exist and ..." AdvSceneSwitcher.condition.window.entry.line2="... is {{fullscreen}} fullscreen {{maximized}} maximized {{focused}} focused {{windowFocusChanged}} foreground window changed" AdvSceneSwitcher.condition.file="File" AdvSceneSwitcher.condition.file.entry.line1="Content of {{fileType}} {{filePath}} matches:" AdvSceneSwitcher.condition.file.entry.line2="{{matchText}}" AdvSceneSwitcher.condition.file.entry.line3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.condition.media="Media" AdvSceneSwitcher.condition.media.anyOnScene="Any media source on" AdvSceneSwitcher.condition.media.allOnScene="All media sources on" AdvSceneSwitcher.condition.media.matchOnChange="Only match on change (Note: This option will be removed in a future version - please use time constraints instead)" AdvSceneSwitcher.condition.media.entry="{{mediaSources}}{{scenes}} state is {{states}} and {{timeRestrictions}} {{time}}" AdvSceneSwitcher.condition.video="Video" AdvSceneSwitcher.condition.video.condition.match="exactly matches" AdvSceneSwitcher.condition.video.condition.differ="does not match" AdvSceneSwitcher.condition.video.condition.hasChanged="has changed" AdvSceneSwitcher.condition.video.condition.hasNotChanged="has not changed" AdvSceneSwitcher.condition.video.condition.noImage="has no output" AdvSceneSwitcher.condition.video.condition.pattern="matches pattern" AdvSceneSwitcher.condition.video.condition.object="contains object" AdvSceneSwitcher.condition.video.askFileAction="Do you want to use an existing file or create a screenshot of the currently selected source?" AdvSceneSwitcher.condition.video.askFileAction.file="Use existing file" AdvSceneSwitcher.condition.video.askFileAction.screenshot="Create screenshot" AdvSceneSwitcher.condition.video.usePatternForChangedCheck="Use pattern matching" AdvSceneSwitcher.condition.video.usePatternForChangedCheck.tooltip="This will allow you to control how much the image has to change for the condition to be true." AdvSceneSwitcher.condition.video.patternThreshold="Threshold: " AdvSceneSwitcher.condition.video.patternThresholdDescription="A higher threshold value means that the pattern needs to match the video source more closely." AdvSceneSwitcher.condition.video.patternThresholdUseAlphaAsMask="Use alpha channel as mask for pattern." AdvSceneSwitcher.condition.video.objectScaleThreshold="Scale factor: " AdvSceneSwitcher.condition.video.objectScaleThresholdDescription="A lower scale factor will lead to more matches but higher CPU load." AdvSceneSwitcher.condition.video.minNeighborDescription="A higher minimum neighbors value will result in fewer but higher quality matches." AdvSceneSwitcher.condition.video.showMatch="Show match" AdvSceneSwitcher.condition.video.screenshotFail="Failed to get screenshot of source!" AdvSceneSwitcher.condition.video.patternMatchFail="Pattern was not found!" AdvSceneSwitcher.condition.video.objectMatchFail="Object was not found!" AdvSceneSwitcher.condition.video.modelLoadFail="Model data could not be loaded!" AdvSceneSwitcher.condition.video.entry="{{videoSources}} {{condition}} {{imagePath}}" AdvSceneSwitcher.condition.video.entry.modelPath="Model data (haar cascade classifier): {{modelDataPath}}" AdvSceneSwitcher.condition.video.entry.minNeighbor="Minimum neighbors: {{minNeighbors}}" AdvSceneSwitcher.condition.video.entry.minSize="Minimum size: {{minSizeX}} x {{minSizeY}}" AdvSceneSwitcher.condition.video.entry.maxSize="Maximum size: {{maxSizeX}} x {{maxSizeY}}" AdvSceneSwitcher.condition.video.entry.throttle="{{throttleEnable}}Reduce CPU load by performing check only every {{throttleCount}} milliseconds" AdvSceneSwitcher.condition.stream="Streaming" AdvSceneSwitcher.condition.stream.state.start="Stream running" AdvSceneSwitcher.condition.stream.state.stop="Stream stopped" AdvSceneSwitcher.condition.stream.state.starting="Stream starting" AdvSceneSwitcher.condition.stream.state.stopping="Stream stopping" AdvSceneSwitcher.condition.stream.entry="{{streamState}}" AdvSceneSwitcher.condition.record="Recording" AdvSceneSwitcher.condition.record.state.start="Recording running" AdvSceneSwitcher.condition.record.state.pause="Recording paused" AdvSceneSwitcher.condition.record.state.stop="Recording stopped" AdvSceneSwitcher.condition.record.entry="{{recordState}}" AdvSceneSwitcher.condition.process="Process" AdvSceneSwitcher.condition.process.entry="{{processes}} is running {{focused}} and is focused" AdvSceneSwitcher.condition.idle="Idle" AdvSceneSwitcher.condition.idle.entry="No keyboard or mouse inputs for {{duration}}" AdvSceneSwitcher.condition.pluginState="Plugin state" AdvSceneSwitcher.condition.pluginState.state.sceneSwitched="Automated scene change was triggered in this interval" AdvSceneSwitcher.condition.pluginState.state.running="Advanced scene switcher is running" AdvSceneSwitcher.condition.pluginState.entry="{{condition}}" AdvSceneSwitcher.condition.timer="Timer" AdvSceneSwitcher.condition.timer.type.fixed="Fixed" AdvSceneSwitcher.condition.timer.type.random="Random" AdvSceneSwitcher.condition.timer.pause="Pause" AdvSceneSwitcher.condition.timer.continue="Continue" AdvSceneSwitcher.condition.timer.entry.line1.fixed="{{type}} duration of {{duration}} has passed" AdvSceneSwitcher.condition.timer.entry.line1.random="{{type}} duration from {{duration}} to {{duration2}} has passed" AdvSceneSwitcher.condition.timer.entry.line2="Time remaining: {{remaining}} seconds" AdvSceneSwitcher.condition.timer.entry.line3="{{pauseContinue}} {{reset}} {{saveRemaining}} Save time remaining {{autoReset}} Automatically reset timer after duration was reached" AdvSceneSwitcher.condition.timer.reset="Reset" AdvSceneSwitcher.condition.macro="Macro" AdvSceneSwitcher.condition.macro.type.count="Count" AdvSceneSwitcher.condition.macro.type.state="State" AdvSceneSwitcher.condition.macro.type.selection="Condition type: {{types}}" AdvSceneSwitcher.condition.macro.count.type.below="Less than" AdvSceneSwitcher.condition.macro.count.type.above="More than" AdvSceneSwitcher.condition.macro.count.type.equal="Exactly" AdvSceneSwitcher.condition.macro.count.reset="Reset" AdvSceneSwitcher.condition.macro.pausedWarning="Selected macro is currently paused!" AdvSceneSwitcher.condition.macro.state.entry="Conditions of {{macros}} are true" AdvSceneSwitcher.condition.macro.count.entry.line1="{{macros}} was executed {{conditions}} {{count}} times" AdvSceneSwitcher.condition.macro.count.entry.line2="Current count: {{currentCount}} {{resetCount}}" AdvSceneSwitcher.condition.source="Source" AdvSceneSwitcher.condition.source.type.active="Is active" AdvSceneSwitcher.condition.source.type.showing="Is showing" AdvSceneSwitcher.condition.source.type.settings="Settings match" AdvSceneSwitcher.condition.source.regex="Use regular expressions" AdvSceneSwitcher.condition.source.getSettings="Get current settings" AdvSceneSwitcher.condition.source.entry.line1="{{sources}} {{conditions}}" AdvSceneSwitcher.condition.source.entry.line2="{{settings}}" AdvSceneSwitcher.condition.source.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.virtualCamera="Virtual camera" AdvSceneSwitcher.condition.virtualCamera.state.start="Virtual camera started" AdvSceneSwitcher.condition.virtualCamera.state.stop="Virtual camera stopped" AdvSceneSwitcher.condition.virtualCamera.entry="{{states}}" AdvSceneSwitcher.condition.filter="Filter" AdvSceneSwitcher.condition.filter.type.active="Is enabled" AdvSceneSwitcher.condition.filter.type.showing="Is disabled" AdvSceneSwitcher.condition.filter.type.settings="Settings match" AdvSceneSwitcher.condition.filter.regex="Use regular expressions" AdvSceneSwitcher.condition.filter.getSettings="Get current settings" AdvSceneSwitcher.condition.filter.entry.line1="On {{sources}} {{filters}} {{conditions}}" AdvSceneSwitcher.condition.filter.entry.line2="{{settings}}" AdvSceneSwitcher.condition.filter.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.sceneOrder="Scene item order" AdvSceneSwitcher.condition.sceneOrder.type.above="Is above" AdvSceneSwitcher.condition.sceneOrder.type.below="Is below" AdvSceneSwitcher.condition.sceneOrder.type.position="Is at position" AdvSceneSwitcher.condition.sceneOrder.positionInfo="The position value starts at the bottom with 0 and increases by one for each scene item including the ones in scene groups" AdvSceneSwitcher.condition.sceneOrder.entry="On{{scenes}}{{sources}}{{conditions}}{{sources2}}{{position}}" AdvSceneSwitcher.condition.hotkey="Hotkey" AdvSceneSwitcher.condition.hotkey.name="Macro trigger hotkey" AdvSceneSwitcher.condition.hotkey.tip="Note: You can configure the keybindings for this hotkey in the OBS settings window" AdvSceneSwitcher.condition.hotkey.entry.line1="Hotkey is pressed" AdvSceneSwitcher.condition.hotkey.entry.line2="Name: {{name}}" AdvSceneSwitcher.condition.replay="Replay buffer" AdvSceneSwitcher.condition.replay.state.stopped="Replay buffer stopped" AdvSceneSwitcher.condition.replay.state.started="Replay buffer started" AdvSceneSwitcher.condition.replay.state.saved="Replay buffer saved" AdvSceneSwitcher.condition.replay.entry="{{state}}" AdvSceneSwitcher.condition.date="Date" AdvSceneSwitcher.condition.date.state.at="At" AdvSceneSwitcher.condition.date.state.after="After" AdvSceneSwitcher.condition.date.state.before="Before" AdvSceneSwitcher.condition.date.state.between="Between" AdvSceneSwitcher.condition.date.entry.line1="{{condition}} {{dateTime}} {{dateTime2}} {{ignoreDate}} Ignore date component {{ignoreTime}} Ignore time component" AdvSceneSwitcher.condition.date.entry.line2="{{repeat}} Repeat every {{duration}} on date match" AdvSceneSwitcher.condition.sceneTransform="Scene item transform" AdvSceneSwitcher.condition.sceneTransform.getTransform="Get transform" AdvSceneSwitcher.condition.sceneTransform.regex="Use regular expressions" AdvSceneSwitcher.condition.sceneTransform.entry.line1="On{{scenes}}{{sources}}matches transform" AdvSceneSwitcher.condition.sceneTransform.entry.line2="{{settings}}" AdvSceneSwitcher.condition.sceneTransform.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.transition="Transition" AdvSceneSwitcher.condition.transition.type.current="Current transition type is" AdvSceneSwitcher.condition.transition.type.duration="Current transition duration is" AdvSceneSwitcher.condition.transition.type.started="Transition started" AdvSceneSwitcher.condition.transition.type.ended="Transition ended" AdvSceneSwitcher.condition.transition.type.transitionSource="Transitioning from" AdvSceneSwitcher.condition.transition.type.transitionTarget="Transitioning to" AdvSceneSwitcher.condition.transition.durationSuffix="seconds" AdvSceneSwitcher.condition.transition.entry="{{conditions}}{{transitions}}{{scenes}}{{duration}}{{durationSuffix}}" AdvSceneSwitcher.condition.sceneVisibility="Scene item visibility" AdvSceneSwitcher.condition.sceneVisibility.type.shown="Shown" AdvSceneSwitcher.condition.sceneVisibility.type.hidden="Hidden" AdvSceneSwitcher.condition.sceneVisibility.entry="On{{scenes}}{{sources}}is{{conditions}}" AdvSceneSwitcher.condition.studioMode="Studio mode" AdvSceneSwitcher.condition.studioMode.state.active="Studio mode is active" AdvSceneSwitcher.condition.studioMode.state.notActive="Studio mode is not active" AdvSceneSwitcher.condition.studioMode.state.previewScene="Preview scene is" AdvSceneSwitcher.condition.studioMode.entry="{{conditions}}{{scenes}}" AdvSceneSwitcher.condition.openvr="OpenVR" AdvSceneSwitcher.condition.errorStatus="OpenVR error: " AdvSceneSwitcher.condition.openvr.entry.line1="HMD is in ..." AdvSceneSwitcher.condition.openvr.entry.line2="{{controls}}" AdvSceneSwitcher.condition.openvr.entry.line3="HMD is currently at {{xPos}} x {{yPos}} x {{zPos}}" ; Macro Actions AdvSceneSwitcher.action.switchScene="Switch scene" AdvSceneSwitcher.action.scene.entry="Switch to scene {{scenes}} using {{transitions}} with a duration of {{duration}} seconds" AdvSceneSwitcher.action.scene.blockUntilTransitionDone="Wait until transition to target scene is complete" AdvSceneSwitcher.action.wait="Wait" AdvSceneSwitcher.action.wait.type.fixed="fixed" AdvSceneSwitcher.action.wait.type.random="random" AdvSceneSwitcher.action.wait.entry.fixed="Wait for {{waitType}} duration of {{duration}}" AdvSceneSwitcher.action.wait.entry.random="Wait for {{waitType}} duration from {{duration}} to {{duration2}}" AdvSceneSwitcher.action.audio="Audio" AdvSceneSwitcher.action.audio.type.mute="Mute" AdvSceneSwitcher.action.audio.type.unmute="Unmute" AdvSceneSwitcher.action.audio.type.sourceVolume="Set source volume" AdvSceneSwitcher.action.audio.type.masterVolume="Set master volume" AdvSceneSwitcher.action.audio.fade="{{fade}}Fade over {{duration}} seconds" AdvSceneSwitcher.action.audio.entry="{{actions}} {{audioSources}} {{volume}}" AdvSceneSwitcher.action.recording="Recording" AdvSceneSwitcher.action.recording.type.stop="Stop recording" AdvSceneSwitcher.action.recording.type.start="Start recording" AdvSceneSwitcher.action.recording.type.pause="Pause recording" AdvSceneSwitcher.action.recording.type.unpause="Unpause recording" AdvSceneSwitcher.action.recording.pause.hint="Note that depending on your recording settings you might not be able to pause recording" AdvSceneSwitcher.action.recording.entry="{{actions}}{{pauseHint}}" AdvSceneSwitcher.action.replay="Replay buffer" AdvSceneSwitcher.action.replay.type.stop="Stop replay buffer" AdvSceneSwitcher.action.replay.type.start="Start replay buffer" AdvSceneSwitcher.action.replay.type.save="Save replay buffer" AdvSceneSwitcher.action.replay.entry="{{actions}}" AdvSceneSwitcher.action.streaming="Streaming" AdvSceneSwitcher.action.streaming.type.stop="Stop streaming" AdvSceneSwitcher.action.streaming.type.start="Start streaming" AdvSceneSwitcher.action.streaming.entry="{{actions}}" AdvSceneSwitcher.action.run="Run" AdvSceneSwitcher.action.run.arguments="Arguments:" AdvSceneSwitcher.action.run.addArgument="Add argument" AdvSceneSwitcher.action.run.addArgumentDescription="Add new argument:" AdvSceneSwitcher.action.run.entry="Run {{filePath}}" AdvSceneSwitcher.action.sceneVisibility="Scene item visibility" AdvSceneSwitcher.action.sceneVisibility.type.show="Show" AdvSceneSwitcher.action.sceneVisibility.type.hide="Hide" AdvSceneSwitcher.action.sceneVisibility.type.source="Source" AdvSceneSwitcher.action.sceneVisibility.type.sourceGroup="Any" AdvSceneSwitcher.action.sceneVisibility.entry="On{{scenes}}{{actions}}{{sourceTypes}}{{sources}}{{sourceGroups}}" AdvSceneSwitcher.action.filter="Filter" AdvSceneSwitcher.action.filter.type.enable="Enable" AdvSceneSwitcher.action.filter.type.disable="Disable" AdvSceneSwitcher.action.filter.type.settings="Set settings" AdvSceneSwitcher.action.filter.entry="On {{sources}} {{actions}} {{filters}}" AdvSceneSwitcher.action.filter.getSettings="Get current settings" AdvSceneSwitcher.action.source="Source" AdvSceneSwitcher.action.source.type.enable="Enable" AdvSceneSwitcher.action.source.type.disable="Disable" AdvSceneSwitcher.action.source.type.settings="Set settings" AdvSceneSwitcher.action.source.entry="{{actions}} {{sources}}" AdvSceneSwitcher.action.source.warning="Warning: Enabling and disabling sources globally cannot be controlled by the OBS UI" AdvSceneSwitcher.action.source.getSettings="Get current settings" AdvSceneSwitcher.action.media="Media" AdvSceneSwitcher.action.media.type.play="Play" AdvSceneSwitcher.action.media.type.pause="Pause" AdvSceneSwitcher.action.media.type.stop="Stop" AdvSceneSwitcher.action.media.type.restart="Restart" AdvSceneSwitcher.action.media.type.next="Next" AdvSceneSwitcher.action.media.type.previous="Previous" AdvSceneSwitcher.action.media.entry="{{actions}} {{mediaSources}}" AdvSceneSwitcher.action.macro="Macro" AdvSceneSwitcher.action.macro.type.pause="Pause" AdvSceneSwitcher.action.macro.type.unpause="Unpause" AdvSceneSwitcher.action.macro.type.resetCounter="Reset counter" AdvSceneSwitcher.action.macro.type.run="Run" AdvSceneSwitcher.action.macro.type.stop="Stop" AdvSceneSwitcher.action.macro.entry="{{actions}} {{macros}}" AdvSceneSwitcher.action.pluginState="Plugin state" AdvSceneSwitcher.action.pluginState.type.stop="Stop the Advanced Scene Switcher plugin" AdvSceneSwitcher.action.pluginState.type.noMatch="Change the no-match behaviour:" AdvSceneSwitcher.action.pluginState.type.import="Import settings from" AdvSceneSwitcher.action.pluginState.importWarning="Note: Action will be ignored while settings window is opened." AdvSceneSwitcher.action.pluginState.entry="{{actions}}{{values}}{{scenes}}{{settings}}{{settingsWarning}}" AdvSceneSwitcher.action.virtualCamera="Virtual camera" AdvSceneSwitcher.action.virtualCamera.type.stop="Stop virtual camera" AdvSceneSwitcher.action.virtualCamera.type.start="Start virtual camera" AdvSceneSwitcher.action.virtualCamera.entry="{{actions}}" AdvSceneSwitcher.action.hotkey="Hotkey" AdvSceneSwitcher.action.hotkey.leftShift="Left Shift" AdvSceneSwitcher.action.hotkey.rightShift="Right Shift" AdvSceneSwitcher.action.hotkey.leftCtrl="Left Ctrl" AdvSceneSwitcher.action.hotkey.rightCtrl="Right Ctrl" AdvSceneSwitcher.action.hotkey.leftAlt="Left Alt" AdvSceneSwitcher.action.hotkey.rightAlt="Right Alt" AdvSceneSwitcher.action.hotkey.leftMeta="Left Meta" AdvSceneSwitcher.action.hotkey.rightMeta="Right Meta" AdvSceneSwitcher.action.hotkey.onlyOBS="Send keypress only to OBS" AdvSceneSwitcher.action.hotkey.disabled="Cannot simulate key presses - functionality disabled!" AdvSceneSwitcher.action.hotkey.entry="Press {{keys}} for {{duration}} milliseconds" AdvSceneSwitcher.action.sceneOrder="Scene item order" AdvSceneSwitcher.action.sceneOrder.type.moveUp="Move up" AdvSceneSwitcher.action.sceneOrder.type.moveDown="Move down" AdvSceneSwitcher.action.sceneOrder.type.moveTop="Move to top" AdvSceneSwitcher.action.sceneOrder.type.moveBottom="Move to bottom" AdvSceneSwitcher.action.sceneOrder.type.movePosition="Move to position" AdvSceneSwitcher.action.sceneOrder.entry="On{{scenes}}{{actions}}{{sources}}{{position}}" AdvSceneSwitcher.action.sceneTransform="Scene item transform" AdvSceneSwitcher.action.sceneTransform.getTransform="Get transform" AdvSceneSwitcher.action.sceneTransform.entry="On{{scenes}}transform{{sources}}" AdvSceneSwitcher.action.file="File" AdvSceneSwitcher.action.file.type.write="Write" AdvSceneSwitcher.action.file.type.append="Append" AdvSceneSwitcher.action.file.entry="{{actions}} to {{filePath}}:" AdvSceneSwitcher.action.previewScene="Switch preview scene" AdvSceneSwitcher.action.previewScene.entry="Switch preview scene to {{scenes}}" AdvSceneSwitcher.action.SceneSwap="Swap scene (Studio mode)" AdvSceneSwitcher.action.SceneSwap.entry="Swap preview and program scene in studio mode" AdvSceneSwitcher.action.transition="Transition" AdvSceneSwitcher.action.transition.entry.line1="{{setType}}Set transition type to {{transitions}}" AdvSceneSwitcher.action.transition.entry.line2="{{setDuration}}Set transition duration to {{duration}}seconds" AdvSceneSwitcher.action.timer="Timer" AdvSceneSwitcher.action.timer.type.pause="Pause" AdvSceneSwitcher.action.timer.type.continue="Continue" AdvSceneSwitcher.action.timer.type.reset="Reset" AdvSceneSwitcher.action.timer.type.setTimeRemaining="Set time remaining of" AdvSceneSwitcher.action.timer.entry="{{timerAction}} timers on {{macros}} {{duration}}" AdvSceneSwitcher.action.random="Random" AdvSceneSwitcher.action.random.entry="Randomly run any of the following macros (paused macros are ignored)" AdvSceneSwitcher.action.systray="System tray notification" AdvSceneSwitcher.action.systray.entry="Show notification: {{message}}" AdvSceneSwitcher.action.screenshot="Screenshot" AdvSceneSwitcher.action.screenshot.mainOutput="OBS's main output" AdvSceneSwitcher.action.screenshot.entry="Screenshot {{sources}}" AdvSceneSwitcher.action.profile="Profile" AdvSceneSwitcher.action.profile.entry="Switch active profile to {{profiles}}" AdvSceneSwitcher.action.sceneCollection="Scene collection" AdvSceneSwitcher.action.sceneCollection.entry="Switch active scene collection to {{sceneCollections}}" AdvSceneSwitcher.action.sceneCollection.warning="Note: Any actions following after this will not be executed as the changing scene collection will also reload the scene switcher settings.\nThe scene collection action will be ignored while the settings window is opened." AdvSceneSwitcher.action.sequence="Sequence" AdvSceneSwitcher.action.sequence.entry="Each time this action is performed run the next macro in the list (paused macros are ignored)" AdvSceneSwitcher.action.sequence.status="Last executed macro: %1 - Next macro to be executed: %2" AdvSceneSwitcher.action.sequence.status.none="none" AdvSceneSwitcher.action.sequence.restart="Restart from beginning once end of list is reached" AdvSceneSwitcher.action.sequence.continueFrom="Continue with selected item" ; Transition Tab AdvSceneSwitcher.transitionTab.title="Transition" AdvSceneSwitcher.transitionTab.setTransitionBy="When changing transitions:" AdvSceneSwitcher.transitionTab.transitionOverride="Set transition overrides" AdvSceneSwitcher.transitionTab.adjustActiveTransitionType="Change active transition type" AdvSceneSwitcher.transitionTab.transitionBehaviorSelectionError="At least one option must be enabled:\n\n - Use transition overrides\n\n - Change active transition type" AdvSceneSwitcher.transitionTab.transitionForAToB="Use transition for automated scene switch from scene A to scene B" AdvSceneSwitcher.transitionTab.transitionsHelp="

These settings only affect transitions caused by the scene switcher - Check out Transition Table if you want to configure this for manual scene changes.
Settings defined here take priority over transition settings configured elsewhere in the scene switcher.

Click the plus symbol below to add a new entry.

" AdvSceneSwitcher.transitionTab.defaultTransition="Change transition if scene is active" AdvSceneSwitcher.transitionTab.entry="Switch from {{scenes}} to {{scenes2}} using {{transitions}} with a duration of {{duration}}" AdvSceneSwitcher.transitionTab.defaultTransitionEntry="When scene {{scenes}} is active change default scene transition to {{transitions}}" AdvSceneSwitcher.transitionTab.defaultTransitionsHelp="Click on the plus symbol to add an entry." AdvSceneSwitcher.transitionTab.defaultTransition.delay="Switch transition {{defTransitionDelay}} after scene change." AdvSceneSwitcher.transitionTab.defaultTransition.delay.help="The delay is used to avoid cancelled scene switches, which can happen if the transition type is changed while a transition is still ongoing." ; Pause Scenes Tab AdvSceneSwitcher.pauseTab.title="Pause" AdvSceneSwitcher.pauseTab.pauseOnScene="Pause the Scene Switcher on scene" AdvSceneSwitcher.pauseTab.pauseInFocus1="Pause the Scene Switcher when " AdvSceneSwitcher.pauseTab.pauseInFocus2="is in focus" AdvSceneSwitcher.pauseTab.pauseTypeScene="scene is active" AdvSceneSwitcher.pauseTab.pauseTypeWindow="window is in focus" AdvSceneSwitcher.pauseTab.pauseTargetAll="all" AdvSceneSwitcher.pauseTab.pauseEntry="Pause {{pauseTargets}} checks when {{pauseTypes}} {{scenes}} {{windows}}" AdvSceneSwitcher.pauseTab.help="On this tab you can configure to pause individual switching methods if a scene is active or window is in focus.\n\nClick on the highlighted plus symbol to continue." ; Window Title Tab AdvSceneSwitcher.windowTitleTab.title="Title" AdvSceneSwitcher.windowTitleTab.regexrDescription="

Enter either direct window titles or valid regex. You can check syntax and matches for regular expressions using RegExr

" AdvSceneSwitcher.windowTitleTab.stayInFocus1="Ignore this window name" AdvSceneSwitcher.windowTitleTab.stayInFocus2=" " AdvSceneSwitcher.windowTitleTab.fullscreen="if fullscreen" AdvSceneSwitcher.windowTitleTab.maximized="if maximized" AdvSceneSwitcher.windowTitleTab.focused="if focused" AdvSceneSwitcher.windowTitleTab.entry="{{windows}} {{scenes}} {{transitions}} {{fullscreen}} {{maximized}} {{focused}}" AdvSceneSwitcher.windowTitleTab.windowsHelp="Switch scenes based on the window title of running applications.\nThe following additional conditions can be selected:\nThe window is Fullscreen\nThe window is maximized\nThe window is focused\n\nClick on the highlighted plus symbol to continue." AdvSceneSwitcher.windowTitleTab.ignoreWindowsHelp="If a window title is ignored the scene switcher will act as if the previously selected window is still in focus.\nThis will allow you to avoid scene switches, if you frequently switch to a different window, which shall not trigger a scene change.\n\nChoose a window or enter a window title above and click on the plus symbol below to add it to the list." ; Executable Tab AdvSceneSwitcher.executableTab.title="Executable" AdvSceneSwitcher.executableTab.implemented="Implemented by dasOven" AdvSceneSwitcher.executableTab.requiresFocus="only if focused" AdvSceneSwitcher.executableTab.entry="When {{processes}} is running switch to {{scenes}} using {{transitions}} {{requiresFocus}}" AdvSceneSwitcher.executableTab.help="This tab will allow you to automatically switch scenes if a process is running.\nThis can be useful in situations where the window name could change or is not known.\n\nClick on the highlighted plus symbol to continue." ; Screen Region Tab AdvSceneSwitcher.screenRegionTab.title="Region" AdvSceneSwitcher.screenRegionTab.currentPosition="Cursor is currently at:" AdvSceneSwitcher.screenRegionTab.showGuideFrames="Show guide frames" AdvSceneSwitcher.screenRegionTab.hideGuideFrames="Hide guide frames" AdvSceneSwitcher.screenRegionTab.excludeScenes.None="No selection" AdvSceneSwitcher.screenRegionTab.entry="If cursor is in {{minX}} {{minY}} x {{maxX}} {{maxY}} switch to {{scenes}} using {{transitions}} unless in {{excludeScenes}}" AdvSceneSwitcher.screenRegionTab.help="This tab will allow you to automatically switch scenes based on the current position of your mouse cursor.\n\nClick on the highlighted plus symbol to continue." ; Media Tab AdvSceneSwitcher.mediaTab.title="Media" AdvSceneSwitcher.mediaTab.implemented="Implemented by Exeldro" AdvSceneSwitcher.mediaTab.states.none="None" AdvSceneSwitcher.mediaTab.states.playing="Playing" AdvSceneSwitcher.mediaTab.states.opening="Opening" AdvSceneSwitcher.mediaTab.states.buffering="Buffering" AdvSceneSwitcher.mediaTab.states.Paused="Paused" AdvSceneSwitcher.mediaTab.states.stopped="Stopped" AdvSceneSwitcher.mediaTab.states.ended="Ended" AdvSceneSwitcher.mediaTab.states.error="Error" AdvSceneSwitcher.mediaTab.states.playedToEnd="Played to end" AdvSceneSwitcher.mediaTab.states.any="Any" AdvSceneSwitcher.mediaTab.timeRestriction.none="None" AdvSceneSwitcher.mediaTab.timeRestriction.shorter="Time shorter" AdvSceneSwitcher.mediaTab.timeRestriction.longer="Time longer" AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter="Time remaining shorter" AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger="Time remaining longer" AdvSceneSwitcher.mediaTab.entry="When {{mediaSources}} state is {{states}} and {{timeRestrictions}} {{time}} switch to {{scenes}} using {{transitions}}" AdvSceneSwitcher.mediaTab.help="This tab will allow you to switch scenes based on the states of media sources.\nFor example, you can automatically switch back to the previous scene once the selected media sourced ended its playback.\n\nClick on the highlighted plus symbol to continue." ; File Tab AdvSceneSwitcher.fileTab.title="File" AdvSceneSwitcher.fileTab.readWriteSceneFile="Read / write scene from / to file" AdvSceneSwitcher.fileTab.currentSceneOutputFile="Write the name of the current scene to this file:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFile="Enable switching of scenes based on file input" AdvSceneSwitcher.fileTab.switchSceneNameInputFile="Read scene name to be switched to from this file:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFileContent="Switch scene based on file contents" AdvSceneSwitcher.fileTab.remoteFileWarning="Please note that if you choose the remote option the scene switcher will try to access the remote location every x ms as specified on the General tab!" AdvSceneSwitcher.fileTab.remoteFileWarning1="Note that the scene switcher will try to access the remote location every " AdvSceneSwitcher.fileTab.remoteFileWarning2="ms" AdvSceneSwitcher.fileTab.libcurlWarning="Failed to load libcurl! Accessing remote files will not be possible!" AdvSceneSwitcher.fileTab.selectWrite="Select a file to write to ..." AdvSceneSwitcher.fileTab.selectRead="Select a file to read from ..." AdvSceneSwitcher.fileTab.textFileType="Text files (*.txt)" AdvSceneSwitcher.fileTab.anyFileType="Any files (*.*)" AdvSceneSwitcher.fileTab.remote="remote file" AdvSceneSwitcher.fileTab.local="local file" AdvSceneSwitcher.fileTab.useRegExp="use regular expressions (pattern matching)" AdvSceneSwitcher.fileTab.checkfileContentTime="if modification date changed" AdvSceneSwitcher.fileTab.checkfileContent="if content changed" AdvSceneSwitcher.fileTab.entry="Switch to {{scenes}} using {{transitions}} if content of {{fileType}} {{filePath}} {{browseButton}} matches:" AdvSceneSwitcher.fileTab.entry2="{{matchText}}" AdvSceneSwitcher.fileTab.entry3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.fileTab.help="This tab will allow you to automatically switch scenes based on the content of remote or local files.\n\nClick on the highlighted plus symbol to continue." ; Random Tab AdvSceneSwitcher.randomTab.title="Random" AdvSceneSwitcher.randomTab.randomDisabledWarning="Functionality disabled - To activate select \"If no switch condition is met switch to any scene in Random tab\" on General tab" AdvSceneSwitcher.randomTab.entry="If no switch condition is met switch to {{scenes}} using {{transitions}} for {{delay}}" AdvSceneSwitcher.randomTab.help="The scene switcher will randomly choose an entry on this tab to switch to for the configured time.\nNote that the same entry will not be chosen twice in a row.\n\nClick on the highlighted plus symbol to continue." ; Time Tab AdvSceneSwitcher.timeTab.title="Time" AdvSceneSwitcher.timeTab.anyDay="On any day" AdvSceneSwitcher.timeTab.mondays="Mondays" AdvSceneSwitcher.timeTab.tuesdays="Tuesdays" AdvSceneSwitcher.timeTab.wednesdays="Wednesdays" AdvSceneSwitcher.timeTab.thursdays="Thursdays" AdvSceneSwitcher.timeTab.fridays="Fridays" AdvSceneSwitcher.timeTab.saturdays="Saturdays" AdvSceneSwitcher.timeTab.sundays="Sundays" AdvSceneSwitcher.timeTab.afterstart="After streaming/recording start" AdvSceneSwitcher.timeTab.afterstart.tip="The time relative to the start of streaming / recording will be used" AdvSceneSwitcher.timeTab.entry="{{triggers}} at {{time}} switch to {{scenes}} using {{transitions}}" AdvSceneSwitcher.timeTab.help="This tab will allow you to automatically switch to a different scene based on the current local time.\n\nNote that the scene switcher will only switch scenes at the exact time you specified.\nMake sure you have configured the priority settings on the General tab to your liking so the selected time point will not be missed due to other switching methods having a higher priority.\n\nClick on the highlighted plus symbol to continue." ; Idle Tab AdvSceneSwitcher.idleTab.title="Idle" AdvSceneSwitcher.idleTab.enable="Enable Idle Detection" AdvSceneSwitcher.idleTab.idleswitch="After {{duration}} of no keyboard or mouse inputs switch to scene {{scenes}} using the {{transitions}}" AdvSceneSwitcher.idleTab.dontSwitchIfFocus1="Do not switch if" AdvSceneSwitcher.idleTab.dontSwitchIfFocus2="is in focus" ; Scene Sequence Tab AdvSceneSwitcher.sceneSequenceTab.title="Sequence" AdvSceneSwitcher.sceneSequenceTab.description="A sequence of automatic scene switches can be cancelled by either pausing/stopping the scene switcher or manually switching to a different scene" AdvSceneSwitcher.sceneSequenceTab.save="Save scene sequences to file" AdvSceneSwitcher.sceneSequenceTab.load="Load scene sequences from file" AdvSceneSwitcher.sceneSequenceTab.saveTitle="Save Scene Sequence to file ..." AdvSceneSwitcher.sceneSequenceTab.loadTitle="Select a file to read Scene Sequence from ..." AdvSceneSwitcher.sceneSequenceTab.loadFail="Advanced Scene Switcher failed to import settings!" AdvSceneSwitcher.sceneSequenceTab.loadSuccess="Advanced Scene Switcher settings imported successfully!" AdvSceneSwitcher.sceneSequenceTab.fileType="Text files (*.txt)" AdvSceneSwitcher.sceneSequenceTab.interruptible="interruptible" AdvSceneSwitcher.sceneSequenceTab.interruptibleHint="Other switching methods are allowed to interrupt this scene sequence" AdvSceneSwitcher.sceneSequenceTab.entry="When {{startScenes}} is active switch to {{scenes}} after {{delay}} using {{transitions}} {{interruptible}}" AdvSceneSwitcher.sceneSequenceTab.extendEdit="Extend Sequence" AdvSceneSwitcher.sceneSequenceTab.extendEntry="After {{delay}} switch to {{scenes}} using {{transitions}}" AdvSceneSwitcher.sceneSequenceTab.help="This tab will allow you to automatically switch to a different scene if a scene was active for a configured period of time.\nFor example, you could automatically cycle back and forth between two scenes automatically.\n\nClick on the highlighted plus symbol to continue." ; Audio Tab AdvSceneSwitcher.audioTab.title="Audio" AdvSceneSwitcher.audioTab.condition.above="above" AdvSceneSwitcher.audioTab.condition.below="below" AdvSceneSwitcher.audioTab.ignoreInactiveSource="unless source is inactive" AdvSceneSwitcher.audioTab.entry="When the volume of {{audioSources}} is {{condition}} {{volumeWidget}} for {{duration}} seconds switch to {{scenes}} using {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.audioTab.multiMatchfallbackCondition="If multiple entries match ..." AdvSceneSwitcher.audioTab.multiMatchfallback="... for {{duration}} seconds switch to {{scenes}} using {{transitions}}" AdvSceneSwitcher.audioTab.help="This tab will allow you to switch scenes based on the volume of sources.\nFor example, you could automatically switch to a different scene if the volume of your microphone reaches a certain threshold.\n\nClick on the highlighted plus symbol to continue." ; Video Tab AdvSceneSwitcher.videoTab.title="Video" AdvSceneSwitcher.videoTab.getScreenshot="Get screenshot for selected entry" AdvSceneSwitcher.videoTab.getScreenshotHelp="Get Screenshot of the currently selected entry's video source and automatically set it as the target image" AdvSceneSwitcher.videoTab.condition.match="exactly matches" AdvSceneSwitcher.videoTab.condition.match.tooltip="An exact match requires the target and the source image to be of the same resolution.\nAdditionally every single pixel needs to match, which is why use of image formats which use compression (e.g. .JPG) is not recommended!" AdvSceneSwitcher.videoTab.condition.differ="does not match" AdvSceneSwitcher.videoTab.condition.hasNotChanged="has not changed" AdvSceneSwitcher.videoTab.condition.hasChanged="has changed" AdvSceneSwitcher.videoTab.ignoreInactiveSource="unless source is inactive" AdvSceneSwitcher.videoTab.entry="When {{videoSources}} {{condition}} {{filePath}} {{browseButton}} for {{duration}} switch to {{scenes}} using {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.videoTab.help="

This tab will allow you to switch scenes based on the current video output of selected sources.
Make sure to check out Pixel Match Switcher for an even better implementation of this functionality.

Click on the highlighted plus symbol to continue.

" ; Network Tab AdvSceneSwitcher.networkTab.title="Network" AdvSceneSwitcher.networkTab.description="This tab will allow you to remotely control the active scene of another OBS instance.\nPlease note that the scene names have to match exactly on all OBS instances." AdvSceneSwitcher.networkTab.warning="Running the server outside of a local network will allow third parties to read the active scene." AdvSceneSwitcher.networkTab.DisabledWarning="This functionality unfortunately had to be disabled on macOS due to library incompatibilities when running the obs-websocket plugin in parallel." AdvSceneSwitcher.networkTab.server="Start server (Sends scene switch messages to all connected clients)" AdvSceneSwitcher.networkTab.server.port="Port" AdvSceneSwitcher.networkTab.server.lockToIPv4="Lock server to only using IPv4" AdvSceneSwitcher.networkTab.server.sendSceneChange="Send messages for scene changes" AdvSceneSwitcher.networkTab.server.restrictSendToAutomatedSwitches="Only send messages for automated scene switches" AdvSceneSwitcher.networkTab.server.sendPreview="Send messages for preview scene change when running in Studio mode" AdvSceneSwitcher.networkTab.startFailed.message="The WebSockets server failed to start, maybe because:\n - TCP port %1 may currently be in use elsewhere on this system, possibly by another application. Try setting a different TCP port in the WebSocket server settings, or stop any application that could be using this port.\n - Error message: %2" AdvSceneSwitcher.networkTab.server.status.currentStatus="Current status" AdvSceneSwitcher.networkTab.server.status.notRunning="Not running" AdvSceneSwitcher.networkTab.server.status.starting="Starting" AdvSceneSwitcher.networkTab.server.status.running="Running" AdvSceneSwitcher.networkTab.server.restart="Restart server" AdvSceneSwitcher.networkTab.client="Start client (Receives scene switches messages)" AdvSceneSwitcher.networkTab.client.address="Hostname or IP address" AdvSceneSwitcher.networkTab.client.port="Port" AdvSceneSwitcher.networkTab.client.status.currentStatus="Current status" AdvSceneSwitcher.networkTab.client.status.disconnected="Disconnected" AdvSceneSwitcher.networkTab.client.status.connecting="Connecting" AdvSceneSwitcher.networkTab.client.status.connected="Connected" AdvSceneSwitcher.networkTab.client.reconnect="Force reconnect" ; Scene Group Tab AdvSceneSwitcher.sceneGroupTab.title="Scene Group" AdvSceneSwitcher.sceneGroupTab.list="Scene Groups" AdvSceneSwitcher.sceneGroupTab.edit="Edit Scene Groups" AdvSceneSwitcher.sceneGroupTab.edit.name="Name:" AdvSceneSwitcher.sceneGroupTab.edit.type="Type: {{type}}" AdvSceneSwitcher.sceneGroupTab.type.count="Count" AdvSceneSwitcher.sceneGroupTab.type.time="Time" AdvSceneSwitcher.sceneGroupTab.type.random="Random" AdvSceneSwitcher.sceneGroupTab.edit.count="Advance to next scene in list after {{count}} matches" AdvSceneSwitcher.sceneGroupTab.edit.time="Advance to next scene in list after {{time}} has passed" AdvSceneSwitcher.sceneGroupTab.edit.random="Choose next scene in list at random" AdvSceneSwitcher.sceneGroupTab.edit.repeat="Start from beginning if end of scene list is reached" AdvSceneSwitcher.sceneGroupTab.edit.addScene="Add scene" AdvSceneSwitcher.sceneGroupTab.add="Add Scene Group" AdvSceneSwitcher.sceneGroupTab.defaultname="Scene Group %1" AdvSceneSwitcher.sceneGroupTab.exists="Scene Group or Scene name exists already" AdvSceneSwitcher.sceneGroupTab.help="Scene Groups can be selected as a target just like a regular scene.\n\nAs the name suggests a scene group is a collection of multiple scenes.\nThe scene group will advance through the list of its assigned scenes depending on the configured settings, which can be found on the right side.\n\nYou can configure the scene group to advance to the next scene in the list:\nAfter a number of times the scene group is selected as a target.\nAfter a certain amount of time has passed.\nOr randomly.\n\nFor example, a scene group containing the scenes ...\nScene 1\nScene 2\nScene 3 \n... will activate \"Scene 1\" the first time it is selected as a target.\nThe second time it will activate \"Scene 2\".\nThe remaining times \"Scene 3\" will be activated.\n\nClick the highlighted plus symbol below to add a new scene group." AdvSceneSwitcher.sceneGroupTab.scenes.help="Select the scene group you want to modify on the left.\n\nSelect a scene to add to this scene group by selecting the scene above and clicking the plus symbol below.\n\nA scene can be added multiple times to the same scene group." ; Scene Trigger Tab AdvSceneSwitcher.sceneTriggerTab.title="Scene Triggers" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.none="--select trigger--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneActive="is active" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneInactive="is not active" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneLeave="switched away from" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.none="--select action--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startRecording="start recording" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.pauseRecording="pause recording" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unpauseRecording="unpause recording" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopRecording="stop recording" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopStreaming="stop streaming" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startStreaming="start streaming" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startReplayBuffer="start replay buffer" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopReplayBuffer="stop replay buffer" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.muteSource="mute source" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unmuteSource="unmute source" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startSwitcher="start the scene switcher" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopSwitcher="stop the scene switcher" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startVirtualCamera="start virtual camera" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopVirtualCamera="stop virtual camera" AdvSceneSwitcher.sceneTriggerTab.entry="When {{scenes}} {{triggers}} {{actions}} {{audioSources}} after {{duration}}" AdvSceneSwitcher.sceneTriggerTab.help="This tab allows you to trigger actions on scene changes, like stopping recording or streaming." ; Hotkey AdvSceneSwitcher.hotkey.startSwitcherHotkey="Start the Advanced Scene Switcher" AdvSceneSwitcher.hotkey.stopSwitcherHotkey="Stop the Advanced Scene Switcher" AdvSceneSwitcher.hotkey.startStopToggleSwitcherHotkey="Toggle Start/Stop for the Advanced Scene Switcher" AdvSceneSwitcher.hotkey.macro.pause="Pause macro %1" AdvSceneSwitcher.hotkey.macro.unpause="Unpause macro %1" AdvSceneSwitcher.hotkey.macro.togglePause="Toggle pause of macro %1" AdvSceneSwitcher.askBackup="Detected a new version of the Advanced Scene Switcher.\nShould a backup of the old settings be created?" AdvSceneSwitcher.askForMacro="Select macro {{macroSelection}}" AdvSceneSwitcher.close="Close" AdvSceneSwitcher.browse="Browse" AdvSceneSwitcher.selectScene="--select scene--" AdvSceneSwitcher.selectPreviousScene="Previous Scene" AdvSceneSwitcher.selectCurrentScene="Current Scene" AdvSceneSwitcher.selectAnyScene="Any Scene" AdvSceneSwitcher.currentTransition="Current Transition" AdvSceneSwitcher.anyTransition="Any Transition" AdvSceneSwitcher.selectTransition="--select transition--" AdvSceneSwitcher.selectWindow="--select window--" AdvSceneSwitcher.selectSource="--select source--" AdvSceneSwitcher.selectAudioSource="--select audio source--" AdvSceneSwitcher.selectVideoSource="--select video source--" AdvSceneSwitcher.selectMediaSource="--select media source--" AdvSceneSwitcher.selectProcess="--select process--" AdvSceneSwitcher.selectFilter="--select filter--" AdvSceneSwitcher.selectMacro="--select macro--" AdvSceneSwitcher.selectItem="--select item--" AdvSceneSwitcher.selectProfile="--select profile--" AdvSceneSwitcher.selectSceneCollection="--select scene collection--" AdvSceneSwitcher.enterPath="--enter path--" AdvSceneSwitcher.enterText="--enter text--" AdvSceneSwitcher.invaildEntriesWillNotBeSaved="invalid entries will not be saved" AdvSceneSwitcher.selectWindowTip="Use \"OBS\" to specify OBS window\nUse \"Task Switching\"to specify ALT + TAB" AdvSceneSwitcher.sceneItemSelection.all="All" AdvSceneSwitcher.sceneItemSelection.any="Any" AdvSceneSwitcher.status.active="Active" AdvSceneSwitcher.status.inactive="Inactive" AdvSceneSwitcher.running="Plugin running" AdvSceneSwitcher.stopped="Plugin stopped" AdvSceneSwitcher.firstBootMessage="

This seems to be the first time the Advanced Scene Switcher was started.
Please have a look at the Wiki for a list of guides and examples.
Do not hesitate to ask questions in the plugin's thread on the OBS forums!

" AdvSceneSwitcher.unit.milliseconds="milliseconds" AdvSceneSwitcher.unit.secends="seconds" AdvSceneSwitcher.unit.minutes="minutes" AdvSceneSwitcher.unit.hours="hours" AdvSceneSwitcher.duration.condition.none="No time constraint" AdvSceneSwitcher.duration.condition.more="For at least" AdvSceneSwitcher.duration.condition.equal="For exactly" AdvSceneSwitcher.duration.condition.less="For at most" SceneSwitcher-1.17.2/data/locale/ru-RU.ini000066400000000000000000001335121417525156400202120ustar00rootroot00000000000000AdvSceneSwitcher.pluginName="Advanced Scene Switcher" AdvSceneSwitcher.windowTitle="Advanced Scene Switcher" ; General Tab AdvSceneSwitcher.generalTab.title="Общие" AdvSceneSwitcher.generalTab.status="Статус" AdvSceneSwitcher.generalTab.status.hotkeytips="Горячие клавиши можно определить в настройках OBS" AdvSceneSwitcher.generalTab.status.currentStatus="Advanced Scene Switcher сейчас:" AdvSceneSwitcher.generalTab.status.onStartup="При запуске OBS:" AdvSceneSwitcher.generalTab.status.onStartup.asLastRun="Запустить переключатель сцен, если он был запущен" AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart="Всегда запускать переключатель сцен" AdvSceneSwitcher.generalTab.status.onStartup.doNotStart="Не запускать переключатель сцен" AdvSceneSwitcher.generalTab.status.start="Старт" AdvSceneSwitcher.generalTab.status.stop="Стоп" AdvSceneSwitcher.generalTab.status.autoStart="Автоматически запускать переключатель сцен, когда:" AdvSceneSwitcher.generalTab.status.autoStart.never="Никогда" AdvSceneSwitcher.generalTab.status.autoStart.recording="Запись" AdvSceneSwitcher.generalTab.status.autoStart.streaming="Вещание" AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming="Запись или потоковое вещание" AdvSceneSwitcher.generalTab.status.checkInterval="Проверять условия переключения каждый раз" AdvSceneSwitcher.generalTab.generalBehavior="Общее поведение" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet="Если не выполняется условие переключения для" AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip="Будет только настолько точным, насколько настроен интервал проверки." AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch="Не переключаться" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom="Переключиться на любую сцену на вкладке Random" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo="Переключиться на:" AdvSceneSwitcher.generalTab.generalBehavior.cooldown="После совпадения не переключаться между сценами в течение" AdvSceneSwitcher.generalTab.generalBehavior.cooldownHint="В течение этого времени потенциальные совпадения будут игнорироваться!" AdvSceneSwitcher.generalTab.generalBehavior.verboseLogging="Включить ведение подробного журнала" AdvSceneSwitcher.generalTab.generalBehavior.saveWindowGeo="Сохранять положение и размер окна" AdvSceneSwitcher.generalTab.generalBehavior.disableUIHints="Отключить подсказки пользовательского интерфейса" AdvSceneSwitcher.generalTab.priority="Приоритет" AdvSceneSwitcher.generalTab.priority.description="Приоритет методов переключения (самый высокий приоритет - вверху)" AdvSceneSwitcher.generalTab.priority.threadPriority="Использовать приоритет потока" AdvSceneSwitcher.generalTab.priority.threadPriorityNotice="(Поднимать приоритет выше \"Нормальный\" не рекомендуется)" AdvSceneSwitcher.generalTab.saveOrLoadsettings="Сохранить / загрузить настройки" AdvSceneSwitcher.generalTab.saveOrLoadsettings.export="Экспорт" AdvSceneSwitcher.generalTab.saveOrLoadsettings.import="Импорт" AdvSceneSwitcher.generalTab.saveOrLoadsettings.exportWindowTitle="Экспортировать настройки расширенного переключателя сцен в файл ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle="Импортировать настройки Advanced Scene Switcher из файла ..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType="Текстовые файлы (*.txt)" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadFail="Advanced Scene Switcher не удалось импортировать настройки" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadSuccess="Настройки Advanced Scene Switcher импортированы успешно" AdvSceneSwitcher.generalTab.priority.fileContent="Содержание файла" AdvSceneSwitcher.generalTab.priority.sceneSequence="Последовательность сцены" AdvSceneSwitcher.generalTab.priority.idleDetection="Обнаружение простоя" AdvSceneSwitcher.generalTab.priority.executable="Исполняемый файл" AdvSceneSwitcher.generalTab.priority.screenRegion="Область экрана" AdvSceneSwitcher.generalTab.priority.windowTitle="Заголовок окна" AdvSceneSwitcher.generalTab.priority.media="Медиа" AdvSceneSwitcher.generalTab.priority.time="Время" AdvSceneSwitcher.generalTab.priority.audio="Аудио" AdvSceneSwitcher.generalTab.priority.video="Видео" AdvSceneSwitcher.generalTab.priority.macro="Макрос" ; Macro Tab AdvSceneSwitcher.macroTab.title="Макрос" AdvSceneSwitcher.macroTab.macros="Макросы" AdvSceneSwitcher.macroTab.help="Макросы позволяют выполнять ряд действий в зависимости от нескольких условий.\n\nНажмите на выделенный символ плюса, чтобы добавить новый макрос." AdvSceneSwitcher.macroTab.editConditionHelp="Этот раздел позволяет определить условия макроса.\n\nВыберите существующий или добавьте новый макрос слева." AdvSceneSwitcher.macroTab.editActionHelp="Этот раздел позволяет определить действия макроса.\n\n\nВыберите существующий или добавьте новый макрос слева." AdvSceneSwitcher.macroTab.edit="Редактировать макрос" AdvSceneSwitcher.macroTab.edit.logic="Тип логики:" AdvSceneSwitcher.macroTab.edit.condition="Тип условия:" AdvSceneSwitcher.macroTab.edit.action="Тип действия:" AdvSceneSwitcher.macroTab.add="Добавить новый макрос" AdvSceneSwitcher.macroTab.name="Имя:" AdvSceneSwitcher.macroTab.defaultname="Макрос %1" AdvSceneSwitcher.macroTab.exists="Имя макроса уже существует" AdvSceneSwitcher.macroTab.copy="Создать копию" ; Macro Logic AdvSceneSwitcher.logic.none="Игнорировать вход" AdvSceneSwitcher.logic.and="И" AdvSceneSwitcher.logic.or="Или" AdvSceneSwitcher.logic.andNot="И не" AdvSceneSwitcher.logic.orNot="Или нет" AdvSceneSwitcher.logic.rootNone="Если" AdvSceneSwitcher.logic.not="Если нет" ; Macro Conditions AdvSceneSwitcher.condition.audio="Аудио" AdvSceneSwitcher.ondition.audio.state.below="Ниже" AdvSceneSwitcher.ondition.audio.state.above="Выше" AdvSceneSwitcher.condition.audio.entry="Громкость {{audioSources}} равна {{condition}} {{volume}} в течении {{duration}} секунд" AdvSceneSwitcher.condition.cursor="Область экрана" AdvSceneSwitcher.condition.scene="Сцена" AdvSceneSwitcher.condition.scene.type.current="Текущий" AdvSceneSwitcher.condition.scene.type.previous="Предыдущий" AdvSceneSwitcher.condition.scene.entry="{{sceneType}} сцена является {{scenes}} на {{duration}}" AdvSceneSwitcher.condition.window="Окно" AdvSceneSwitcher.condition.window.entry.line1="{{windows}} существует и ..." AdvSceneSwitcher.condition.window.entry.line2="... это {{fullscreen}} полноэкранный {{maximized}} максимизированный {{focused}} сфокусированный" AdvSceneSwitcher.condition.file="Файл" AdvSceneSwitcher.condition.file.entry.line1="Содержимое {{fileType}} {{filePath}} {{browseButton}} соответствует:" AdvSceneSwitcher.condition.file.entry.line2="{{matchText}}" AdvSceneSwitcher.condition.file.entry.line3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.condition.media="Медиа" AdvSceneSwitcher.condition.media.entry="{{mediaSources}} состояние {{states}} и {{timeRestrictions}} {{time}}" AdvSceneSwitcher.condition.video="Видео" AdvSceneSwitcher.condition.video.condition.match="точно соответствует" AdvSceneSwitcher.condition.video.condition.differ="не совпадает" AdvSceneSwitcher.condition.video.condition.hasChanged="изменилось" AdvSceneSwitcher.condition.video.condition.hasNotChanged="не изменилось" AdvSceneSwitcher.condition.video.condition.noImage="не имеет вывода" AdvSceneSwitcher.condition.video.askFileAction="Вы хотите использовать существующий файл или создать скриншот текущего выбранного источника?" AdvSceneSwitcher.condition.video.askFileAction.file="Использовать существующий файл" AdvSceneSwitcher.condition.video.askFileAction.screenshot="Создать скриншот" AdvSceneSwitcher.condition.video.entry="{{videoSources}} {{condition}} {{filePath}} {{browseButton}} для {{duration}}" AdvSceneSwitcher.condition.stream="Потоковое вещание" AdvSceneSwitcher.condition.stream.state.start="Поток запущен" AdvSceneSwitcher.condition.stream.state.stop="Поток остановлен" AdvSceneSwitcher.condition.stream.entry="{{streamState}} для {{duration}}" AdvSceneSwitcher.condition.record="Запись" AdvSceneSwitcher.condition.record.state.start="Запись запущена" AdvSceneSwitcher.condition.record.state.pause="Запись приостановлена" AdvSceneSwitcher.condition.record.state.stop="Запись остановлена" AdvSceneSwitcher.condition.record.entry="{{recordState}} для {{duration}}" AdvSceneSwitcher.condition.process="Процесс" AdvSceneSwitcher.condition.process.entry="{{processes}} запущен {{focused}} и сфокусирован" AdvSceneSwitcher.condition.idle="Простой" AdvSceneSwitcher.condition.idle.entry="Не было ни клавиатуры, ни мыши в течении{{duration}}" AdvSceneSwitcher.condition.pluginState="Состояние плагина" AdvSceneSwitcher.condition.pluginState.state.sceneSwitched="Автоматическая смена сцены была запущена в этом интервале" AdvSceneSwitcher.condition.pluginState.entry="{{condition}}" ; Macro Actions AdvSceneSwitcher.action.switchScene="Переключить сцену" AdvSceneSwitcher.action.scene.entry="Перейти к сцене {{scenes}} используя {{transitions}} с продолжительностью {{duration}} секунд" AdvSceneSwitcher.action.wait="Подождать" AdvSceneSwitcher.action.wait.type.fixed="фиксированный" AdvSceneSwitcher.action.wait.type.random="случайный" AdvSceneSwitcher.action.wait.entry.fixed="Ожидать {{waitType}} в течении {{duration}}" AdvSceneSwitcher.action.wait.entry.random="Ожидание {{waitType}} длительностью от {{duration}} до {{duration2}}" AdvSceneSwitcher.action.audio="Аудио" AdvSceneSwitcher.action.audio.type.mute="Замьютить" AdvSceneSwitcher.action.audio.type.unmute="Размьютить" AdvSceneSwitcher.action.audio.type.sourceVolume="Установить громкость источника" AdvSceneSwitcher.action.audio.type.masterVolume="Установить главную громкость" AdvSceneSwitcher.action.audio.entry="{{actions}} {{audioSources}} {{volume}}" AdvSceneSwitcher.action.recording="Запись" AdvSceneSwitcher.action.recording.type.stop="Остановить запись" AdvSceneSwitcher.action.recording.type.start="Начать запись" AdvSceneSwitcher.action.recording.type.pause="Пауза записи" AdvSceneSwitcher.action.recording.type.unpause="Снять запись с паузы" AdvSceneSwitcher.action.recording.pause.hint="Обратите внимание, что в зависимости от настроек записи вы можете не иметь возможности приостановить запись" AdvSceneSwitcher.action.recording.entry="{{actions}}{{pauseHint}}" AdvSceneSwitcher.action.replay="Буфер воспроизведения" AdvSceneSwitcher.action.replay.type.stop="Остановить буфер воспроизведения" AdvSceneSwitcher.action.replay.type.start="Начать воспроизведение буфера" AdvSceneSwitcher.action.replay.type.save="Сохранить буфер воспроизведения" AdvSceneSwitcher.action.replay.entry="{{actions}}" AdvSceneSwitcher.action.streaming="Потоковое вещание" AdvSceneSwitcher.action.streaming.type.stop="Остановить потоковое вещание" AdvSceneSwitcher.action.streaming.type.start="Начать потоковое вещание" AdvSceneSwitcher.action.streaming.entry="{{actions}}" AdvSceneSwitcher.action.run="Запустить" AdvSceneSwitcher.action.run.entry="Запустить {{filePath}} {{browseButton}}" ; Transition Tab AdvSceneSwitcher.transitionTab.title="Переход" AdvSceneSwitcher.transitionTab.setTransitionBy="При изменении переходов:" AdvSceneSwitcher.transitionTab.transitionOverride="Установить переопределение переходов" AdvSceneSwitcher.transitionTab.adjustActiveTransitionType="Изменить тип активного перехода" AdvSceneSwitcher.transitionTab.transitionBehaviorSelectionError="Должна быть включена хотя бы одна опция:\n\n - Использовать переопределения переходов\n\n - Изменить тип активного перехода" AdvSceneSwitcher.transitionTab.transitionForAToB="Использовать переход для автоматического переключения сцены со сцены A на сцену B" AdvSceneSwitcher.transitionTab.transitionsHelp="

Эти настройки только влияют на переходы, вызванные переключателем сцен - Проверьте Transition Table если вы хотите настроить его для ручного изменения сцены.
Настройки, определенные здесь, имеют приоритет над настройками перехода, сконфигурированными в других местах переключателя сцен.

Нажмите на символ плюса ниже, чтобы добавить новую запись.

" AdvSceneSwitcher.transitionTab.defaultTransition="Изменить переход, если сцена активна" AdvSceneSwitcher.transitionTab.entry="Переход от {{scenes}} к {{scenes2}} с помощью {{transitions}} с длительностью {{duration}}" AdvSceneSwitcher.transitionTab.defaultTransitionEntry="Когда сцена {{scenes}} активна, изменить переход сцены по умолчанию на {{transitions}}" AdvSceneSwitcher.transitionTab.defaultTransitionsHelp="Нажмите на символ плюса, чтобы добавить запись." AdvSceneSwitcher.transitionTab.defaultTransition.delay="Переключить переход {{defTransitionDelay}} после смены сцены." AdvSceneSwitcher.transitionTab.defaultTransition.delay.help="Задержка используется для того, чтобы избежать отмены переключения сцены, что может произойти, если тип перехода будет изменен, когда переход еще продолжается." ; Pause Scenes Tab AdvSceneSwitcher.pauseTab.title="Пауза" AdvSceneSwitcher.pauseTab.pauseOnScene="Приостановить Scene Switcher на сцене" AdvSceneSwitcher.pauseTab.pauseInFocus1="Приостановить Scene Switcher когда " AdvSceneSwitcher.pauseTab.pauseInFocus2="находится в фокусе" AdvSceneSwitcher.pauseTab.pauseTypeScene="сцена активна" AdvSceneSwitcher.pauseTab.pauseTypeWindow="окно в фокусе" AdvSceneSwitcher.pauseTab.pauseTargetAll="все" AdvSceneSwitcher.pauseTab.pauseEntry="Пауза {{pauseTargets}} проверяет, когда {{pauseTypes}} {{scenes}} {{windows}}" AdvSceneSwitcher.pauseTab.help="На этой вкладке вы можете настроить приостановку отдельных методов переключения, если сцена активна или окно находится в фокусе.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Window Title Tab AdvSceneSwitcher.windowTitleTab.title="Название" AdvSceneSwitcher.windowTitleTab.regexrDescription="

Введите либо прямые заголовки окон, либо правильное регулярное выражение. Вы можете проверить синтаксис и соответствие регулярных выражений, используя RegExr

" AdvSceneSwitcher.windowTitleTab.stayInFocus1="Игнорировать имя этого окна" AdvSceneSwitcher.windowTitleTab.stayInFocus2=" " AdvSceneSwitcher.windowTitleTab.fullscreen="if fullscreen" AdvSceneSwitcher.windowTitleTab.maximized="if maximized" AdvSceneSwitcher.windowTitleTab.focused="if focused" AdvSceneSwitcher.windowTitleTab.entry="{{windows}} {{scenes}} {{transitions}} {{fullscreen}} {{maximized}} {{focused}}" AdvSceneSwitcher.windowTitleTab.windowsHelp="Переключение сцен на основе заголовков окон запущенных приложений.\nВы можете выбрать следующие дополнительные условия:\nОкно полноэкранное\nОкно максимизированное\nОкно сфокусированное\n\nНажмите на выделенный символ плюса, чтобы продолжить." AdvSceneSwitcher.windowTitleTab.ignoreWindowsHelp="Если заголовок окна игнорируется, переключатель сцен будет действовать так, как будто ранее выбранное окно все еще в фокусе.\nЭто позволит вам избежать переключения сцен, если вы часто переключаетесь на другое окно, которое не должно вызывать смену сцены.\n\nВыберите окно или введите заголовок окна выше и нажмите на символ плюса ниже, чтобы добавить его в список." ; Executable Tab AdvSceneSwitcher.executableTab.title="Исполняемый" AdvSceneSwitcher.executableTab.implemented="Implemented by dasOven" AdvSceneSwitcher.executableTab.requiresFocus="только если сфокусирован" AdvSceneSwitcher.executableTab.entry="Когда {{processes}} запущены, переключить на {{scenes}} используя {{transitions}} {{requiresFocus}}" AdvSceneSwitcher.executableTab.help="Эта вкладка позволит вам автоматически переключаться между сценами, если запущен процесс.\nЭто может быть полезно в ситуациях, когда имя окна может измениться или неизвестно.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Screen Region Tab AdvSceneSwitcher.screenRegionTab.title="Регион" AdvSceneSwitcher.screenRegionTab.currentPosition="Курсор в данный момент находится в:" AdvSceneSwitcher.screenRegionTab.showGuideFrames="Показать направляющие кадры" AdvSceneSwitcher.screenRegionTab.hideGuideFrames="Скрыть направляющие рамки" AdvSceneSwitcher.screenRegionTab.excludeScenes.None="Нет выбора" AdvSceneSwitcher.screenRegionTab.entry="Если курсор находится в {{minX}} {{minY}} x {{maxX}} {{maxY}} переключить на {{scenes}} используя {{transitions}} если не указано {{excludeScenes}}" AdvSceneSwitcher.screenRegionTab.help="Эта вкладка позволит вам автоматически переключать сцены, основываясь на текущем положении курсора мыши.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Media Tab AdvSceneSwitcher.mediaTab.title="Медиа" AdvSceneSwitcher.mediaTab.implemented="Implemented by Exeldro" AdvSceneSwitcher.mediaTab.states.none="Нет" AdvSceneSwitcher.mediaTab.states.playing="Играет" AdvSceneSwitcher.mediaTab.states.opening="Открытие" AdvSceneSwitcher.mediaTab.states.buffering="Буферизация" AdvSceneSwitcher.mediaTab.states.Paused="Приостановлено" AdvSceneSwitcher.mediaTab.states.stopped="Остановлено" AdvSceneSwitcher.mediaTab.states.ended="Закончилось" AdvSceneSwitcher.mediaTab.states.error="Ошибка" AdvSceneSwitcher.mediaTab.states.playedToEnd="Воспроизведено до конца" AdvSceneSwitcher.mediaTab.states.any="Любой" AdvSceneSwitcher.mediaTab.timeRestriction.none="Нет" AdvSceneSwitcher.mediaTab.timeRestriction.shorter="Время короче" AdvSceneSwitcher.mediaTab.timeRestriction.longer="Время больше" AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter="Оставшееся время короче" AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger="Время, оставшееся дольше" AdvSceneSwitcher.mediaTab.entry="Когда состояние {{mediaSources}} равно {{states}} и {{timeRestrictions}} {{time}} переключиться на {{scenes}} используя {{transitions}}" AdvSceneSwitcher.mediaTab.help="Эта вкладка позволит вам переключать сцены на основе состояний медиаисточников.\nНапример, вы можете автоматически переключиться на предыдущую сцену, когда выбранный медиаисточник закончил свое воспроизведение.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; File Tab AdvSceneSwitcher.fileTab.title="Файл" AdvSceneSwitcher.fileTab.readWriteSceneFile="Считать / записать сцену из / в файл" AdvSceneSwitcher.fileTab.currentSceneOutputFile="Записать имя текущей сцены в этот файл:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFile="Включить переключение сцен на основе ввода файла" AdvSceneSwitcher.fileTab.switchSceneNameInputFile="Считать имя сцены, на которую нужно переключиться, из этого файла:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFileContent="Переключать сцену на основе содержимого файла" AdvSceneSwitcher.fileTab.remoteFileWarning="Обратите внимание, что при выборе опции remote переключатель сцен будет пытаться получить доступ к удаленному местоположению каждые x мс, как указано на вкладке Общие" AdvSceneSwitcher.fileTab.remoteFileWarning1="Обратите внимание, что переключатель сцены будет пытаться получить доступ к удаленному местоположению каждые " AdvSceneSwitcher.fileTab.remoteFileWarning2="ms" AdvSceneSwitcher.fileTab.libcurlWarning="Не удалось загрузить libcurl! Доступ к удаленным файлам невозможен!" AdvSceneSwitcher.fileTab.selectWrite="Выберите файл для записи в ..." AdvSceneSwitcher.fileTab.selectRead="Выберите файл для чтения из ..." AdvSceneSwitcher.fileTab.textFileType="Текстовые файлы (*.txt)" AdvSceneSwitcher.fileTab.anyFileType="Любые файлы (*.*)" AdvSceneSwitcher.fileTab.remote="удаленный файл" AdvSceneSwitcher.fileTab.local="локальный файл" AdvSceneSwitcher.fileTab.useRegExp="использовать регулярные выражения (сопоставление шаблонов)" AdvSceneSwitcher.fileTab.checkfileContentTime="если дата модификации изменена" AdvSceneSwitcher.fileTab.checkfileContent="если содержимое изменено" AdvSceneSwitcher.fileTab.entry="Переключиться на {{scenes}} используя {{transitions}} если содержимое {{fileType}} {{filePath}} {{browseButton}} совпадает:" AdvSceneSwitcher.fileTab.entry2="{{matchText}}" AdvSceneSwitcher.fileTab.entry3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.fileTab.help="Эта вкладка позволит вам автоматически переключать сцены на основе содержимого удаленных или локальных файлов.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Random Tab AdvSceneSwitcher.randomTab.title="Рандом" AdvSceneSwitcher.randomTab.randomDisabledWarning="Функциональность отключена - для активации выберите \"Если условие переключения не выполнено, переключиться на любую сцену на вкладке Random\" на вкладке Общие" AdvSceneSwitcher.randomTab.entry="Если условие переключения не выполнено, переключиться на {{scenes}} используя {{transitions}} для {{delay}}" AdvSceneSwitcher.randomTab.help="Переключатель сцен будет случайным образом выбирать запись на этой вкладке для переключения на заданное время.\nЗаметьте, что одна и та же запись не будет выбрана дважды подряд.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Time Tab AdvSceneSwitcher.timeTab.title="Время" AdvSceneSwitcher.timeTab.anyDay="В любой день" AdvSceneSwitcher.timeTab.mondays="По понедельникам" AdvSceneSwitcher.timeTab.tuesdays="По вторникам" AdvSceneSwitcher.timeTab.wednesdays="По средам" AdvSceneSwitcher.timeTab.thursdays="По четвергам" AdvSceneSwitcher.timeTab.fridays="По пятницам" AdvSceneSwitcher.timeTab.saturdays="По субботам" AdvSceneSwitcher.timeTab.sundays="По воскресеньям" AdvSceneSwitcher.timeTab.afterstart="После начала потокового вещания/записи" AdvSceneSwitcher.timeTab.afterstart.tip="Будет использоваться время относительно начала потокового вещания/записи" AdvSceneSwitcher.timeTab.entry="{{triggers}} в {{time}} переключаются на {{scenes}} используя {{transitions}}" AdvSceneSwitcher.timeTab.help="Эта вкладка позволит вам автоматически переключаться на другую сцену на основе текущего местного времени.\n\nЗаметьте, что переключатель сцен будет переключаться только в точное время, которое вы указали.\nУбедитесь, что вы настроили параметры приоритета на вкладке Общие по своему вкусу, чтобы выбранная временная точка не была пропущена из-за других методов переключения, имеющих более высокий приоритет.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Idle Tab AdvSceneSwitcher.idleTab.title="Бездействие" AdvSceneSwitcher.idleTab.enable="Включить обнаружение простоя" AdvSceneSwitcher.idleTab.idleswitch="После {{duration}} отсутствия ввода с клавиатуры или мыши переключиться на сцену {{scenes}} используя {{transitions}}" AdvSceneSwitcher.idleTab.dontSwitchIfFocus1="Не переключаться, если" AdvSceneSwitcher.idleTab.dontSwitchIfFocus2="находится в фокусе" ; Scene Sequence Tab AdvSceneSwitcher.sceneSequenceTab.title="Последовательность" AdvSceneSwitcher.sceneSequenceTab.description="Последовательность автоматического переключения сцен может быть отменена либо паузой/остановкой переключателя сцен, либо ручным переключением на другую сцену" AdvSceneSwitcher.sceneSequenceTab.save="Сохранить последовательность сцен в файл" AdvSceneSwitcher.sceneSequenceTab.load="Загрузить последовательности сцен из файла" AdvSceneSwitcher.sceneSequenceTab.saveTitle="Сохранить последовательность сцен в файл ..." AdvSceneSwitcher.sceneSequenceTab.loadTitle="Выберите файл для чтения последовательности сцен из файла ..." AdvSceneSwitcher.sceneSequenceTab.loadFail="Advanced Scene Switcher не удалось импортировать настройки!" AdvSceneSwitcher.sceneSequenceTab.loadSuccess="Настройки Advanced Scene Switcher импортированы успешно!" AdvSceneSwitcher.sceneSequenceTab.fileType="Текстовые файлы (*.txt)" AdvSceneSwitcher.sceneSequenceTab.interruptible="прервать" AdvSceneSwitcher.sceneSequenceTab.interruptibleHint="Другие методы переключения разрешены для прерывания этой последовательности сцен" AdvSceneSwitcher.sceneSequenceTab.entry="Когда {{startScenes}} активен, переключить на {{scenes}} после {{delay}} используя {{transitions}} {{interruptible}}" AdvSceneSwitcher.sceneSequenceTab.extendEdit="Расширить последовательность" AdvSceneSwitcher.sceneSequenceTab.extendEntry="После {{delay}} переключиться на {{scenes}} используя {{transitions}}" AdvSceneSwitcher.sceneSequenceTab.help="Эта вкладка позволит вам автоматически переключаться на другую сцену, если сцена была активна в течение заданного периода времени.\nНапример, вы можете автоматически переключаться между двумя сценами.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Audio Tab AdvSceneSwitcher.audioTab.title="Аудио" AdvSceneSwitcher.audioTab.condition.above="выше" AdvSceneSwitcher.audioTab.condition.below="ниже" AdvSceneSwitcher.audioTab.ignoreInactiveSource="если источник неактивен" AdvSceneSwitcher.audioTab.entry="Когда громкость {{audioSources}} равна {{condition}} {{volumeWidget}} в течение {{duration}} секунд переключить на {{scenes}} используя {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.audioTab.multiMatchfallbackCondition="Если несколько записей совпадают ..." AdvSceneSwitcher.audioTab.multiMatchfallback="... в течение {{duration}} секунд переключить на {{scenes}} используя {{transitions}}" AdvSceneSwitcher.audioTab.help="Эта вкладка позволит вам переключать сцены в зависимости от громкости источников.\nНапример, вы можете автоматически переключиться на другую сцену, если громкость вашего микрофона достигнет определенного порога.\n\nНажмите на выделенный символ плюса, чтобы продолжить." ; Video Tab AdvSceneSwitcher.videoTab.title="Видео" AdvSceneSwitcher.videoTab.getScreenshot="Получить снимок экрана для выбранной записи" AdvSceneSwitcher.videoTab.getScreenshotHelp="Получить скриншот источника видео текущей выбранной записи и автоматически установить его в качестве целевого изображени" AdvSceneSwitcher.videoTab.condition.match="точно соответствует" AdvSceneSwitcher.videoTab.condition.match.tooltip="Точное совпадение требует, чтобы целевое и исходное изображение имели одинаковое разрешение.\nДаже каждый пиксель должен совпадать, поэтому не рекомендуется использовать форматы изображений, которые используют сжатие (например, .JPG)!" AdvSceneSwitcher.videoTab.condition.differ="не совпадает" AdvSceneSwitcher.videoTab.condition.hasNotChanged="не изменилось" AdvSceneSwitcher.videoTab.condition.hasChanged="изменилось" AdvSceneSwitcher.videoTab.ignoreInactiveSource="если источник неактивен" AdvSceneSwitcher.videoTab.entry="Когда {{videoSources}} {{condition}} {{filePath}} {{browseButton}} для {{duration}} переключиться на {{scenes}} используя {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.videoTab.help="

Эта вкладка позволит вам переключать сцены на основе текущего видеовыхода выбранных источников.
Обязательно проверьте Pixel Match Switcher для еще лучшей реализации этой функциональности.

Нажмите на выделенный символ плюса, чтобы продолжить.

" ; Network Tab AdvSceneSwitcher.networkTab.title="Сеть" AdvSceneSwitcher.networkTab.warning="Запуск сервера вне локальной сети позволит третьим лицам читать активную сцену." AdvSceneSwitcher.networkTab.DisabledWarning="ту функциональность, к сожалению, пришлось отключить на macOS из-за несовместимости библиотек при параллельном запуске плагина obs-websocket." AdvSceneSwitcher.networkTab.server="Запустить сервер (отправляет сообщения о переключении сцены всем подключенным клиентам)" AdvSceneSwitcher.networkTab.server.port="Порт" AdvSceneSwitcher.networkTab.server.lockToIPv4="Заблокировать сервер на использование только IPv4" AdvSceneSwitcher.networkTab.server.restrictSendToAutomatedSwitches="Отправлять сообщения только для автоматических переключателей сцен" AdvSceneSwitcher.networkTab.startFailed.message="Сервер WebSockets не удалось запустить, возможно потому, что:\n - TCP порт %1 может в настоящее время использоваться в другом месте в этой системе, возможно, другим приложением. Попробуйте установить другой TCP порт в настройках сервера WebSocket, или остановите любое приложение, которое может использовать этот порт.\n - Сообщение об ошибке: %2" AdvSceneSwitcher.networkTab.server.status.currentStatus="Текущий статус" AdvSceneSwitcher.networkTab.server.status.notRunning="Не запущен" AdvSceneSwitcher.networkTab.server.status.starting="Запуск" AdvSceneSwitcher.networkTab.server.status.running="Работает" AdvSceneSwitcher.networkTab.server.restart="Перезапустить сервер" AdvSceneSwitcher.networkTab.client="Запустить клиент (Получает сообщения о переключении сцен)" AdvSceneSwitcher.networkTab.client.address="Имя хоста или IP-адрес" AdvSceneSwitcher.networkTab.client.port="Порт" AdvSceneSwitcher.networkTab.client.status.currentStatus="Текущий статус" AdvSceneSwitcher.networkTab.client.status.disconnected="Отключено" AdvSceneSwitcher.networkTab.client.status.connecting="Подключение" AdvSceneSwitcher.networkTab.client.status.connected="Подключено" AdvSceneSwitcher.networkTab.client.reconnect="Принудительное переподключение" ; Scene Group Tab AdvSceneSwitcher.sceneGroupTab.title="Группа сцен" AdvSceneSwitcher.sceneGroupTab.list="Группы сцен" AdvSceneSwitcher.sceneGroupTab.edit="Редактировать группы сцен" AdvSceneSwitcher.sceneGroupTab.edit.name="Имя:" AdvSceneSwitcher.sceneGroupTab.edit.type="Тип: {{type}}" AdvSceneSwitcher.sceneGroupTab.type.count="Количество" AdvSceneSwitcher.sceneGroupTab.type.time="Время" AdvSceneSwitcher.sceneGroupTab.type.random="Случайно" AdvSceneSwitcher.sceneGroupTab.edit.count="Переход к следующей сцене в списке после {{count}} совпадений" AdvSceneSwitcher.sceneGroupTab.edit.time="Переход к следующей сцене в списке по истечении {{time}}" AdvSceneSwitcher.sceneGroupTab.edit.random="Выбирать следующую сцену в списке случайным образом" AdvSceneSwitcher.sceneGroupTab.edit.repeat="Начинать с начала, если достигнут конец списка сцен" AdvSceneSwitcher.sceneGroupTab.edit.addScene="Добавить сцену" AdvSceneSwitcher.sceneGroupTab.add="Добавить группу сцен" AdvSceneSwitcher.sceneGroupTab.defaultname="Группа сцен %1" AdvSceneSwitcher.sceneGroupTab.exists="Группа сцен или название сцены уже существует" AdvSceneSwitcher.sceneGroupTab.help="Группы сцен могут быть выбраны в качестве цели так же, как и обычные сцены.\n\nКак следует из названия, группа сцен представляет собой набор из нескольких сцен.\nГруппа сцен будет продвигаться по списку назначенных ей сцен в зависимости от настроенных параметров, которые можно найти справа.\n\nВы можете настроить группу сцен на переход к следующей сцене в списке:\nПосле определенного количества раз, когда группа сцен выбрана в качестве цели.\nПо истечении определенного времени.\nИли случайным образом.\n\nНапример, группа сцен, содержащая сцены ...\nScene 1\nScene 2\nScene 3 \n... активирует \"Scene 1\" в первый раз, когда он выбран в качестве цели.\nВо второй раз он активируется \"Scene 2\".\nОставшееся время \"Scene 3\" будет активирован.\n\nНажмите на выделенный символ плюса ниже, чтобы добавить новую группу сцен." AdvSceneSwitcher.sceneGroupTab.scenes.help="Выберите группу сцен, которую вы хотите изменить слева.\n\nВыберите сцену для добавления в эту группу сцен, выбрав сцену выше и нажав на символ плюса ниже.\n\nСцена может быть добавлена несколько раз в одну и ту же группу сцен." ; Scene Trigger Tab AdvSceneSwitcher.sceneTriggerTab.title="Триггеры сцены" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.none="--выбрать триггер--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneActive="активен" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneInactive="не активен" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneLeave="переключился с" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.none="--выбрать действие--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startRecording="начать запись" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.pauseRecording="приостановить запись" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unpauseRecording="отменить паузу записи" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopRecording="остановить запись" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopStreaming="остановить потоковое вещание" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startStreaming="начать потоковое вещание" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startReplayBuffer="запустить буфер воспроизведения" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopReplayBuffer="остановить буфер воспроизведения" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.muteSource="отключить источник" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unmuteSource="включить источник" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startSwitcher="запустить переключатель сцены" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopSwitcher="остановить переключатель сцены" AdvSceneSwitcher.sceneTriggerTab.entry="Когда {{scenes}} {{triggers}} {{actions}} {{audioSources}} после {{duration}}" AdvSceneSwitcher.sceneTriggerTab.help="Эта вкладка позволяет запускать действия при изменении сцены, например, остановку записи или потоковой передачи." ; Hotkey AdvSceneSwitcher.hotkey.startSwitcherHotkey="Запустить Advanced Scene Switcher" AdvSceneSwitcher.hotkey.stopSwitcherHotkey="становить Advanced Scene Switcher" AdvSceneSwitcher.hotkey.startStopToggleSwitcherHotkey="Переключить старт/стоп для Advanced Scene Switcher" AdvSceneSwitcher.askBackup="Обнаружена новая версия Advanced Scene Switcher.\nНужно ли создать резервную копию старых настроек?" AdvSceneSwitcher.close="Закрыть" AdvSceneSwitcher.browse="Обзор" AdvSceneSwitcher.selectScene="--выбрать сцену--" AdvSceneSwitcher.selectPreviousScene="Предыдущая сцена" AdvSceneSwitcher.currentTransition="Текущий переход" AdvSceneSwitcher.selectTransition="--выбрать переход--" AdvSceneSwitcher.selectWindow="--выбрать окно--" AdvSceneSwitcher.selectAudioSource="--выбрать источник звука--" AdvSceneSwitcher.selectVideoSource="--sвыбрать источник видео--" AdvSceneSwitcher.selectMediaSource="--выбрать источник мультимедиа--" AdvSceneSwitcher.selectProcess="--выбрать процесс--" AdvSceneSwitcher.enterPath="--ввести путь--" AdvSceneSwitcher.enterText="--ввести текст--" AdvSceneSwitcher.invaildEntriesWillNotBeSaved="недействительные записи не будут сохранены" AdvSceneSwitcher.selectWindowTip="Используйте \"OBS\" для указания окна OBS\nИспользуйте \"Переключение задач\"для указания ALT + TAB" AdvSceneSwitcher.status.active="Активный" AdvSceneSwitcher.status.inactive="Неактивен" AdvSceneSwitcher.unit.milliseconds="миллисекунды" AdvSceneSwitcher.unit.secends="секунды" AdvSceneSwitcher.unit.minutes="минуты" AdvSceneSwitcher.unit.hours="часы" SceneSwitcher-1.17.2/data/locale/zh-CN.ini000066400000000000000000001335221417525156400201600ustar00rootroot00000000000000AdvSceneSwitcher.pluginName="高级场景切换器" AdvSceneSwitcher.windowTitle="高级场景切换器" ; General Tab AdvSceneSwitcher.generalTab.title="通用" AdvSceneSwitcher.generalTab.status="状态" AdvSceneSwitcher.generalTab.status.hotkeytips="快捷键可在OBS设置中设置" AdvSceneSwitcher.generalTab.status.currentStatus="当前状态:" AdvSceneSwitcher.generalTab.status.onStartup="在OBS启动时" AdvSceneSwitcher.generalTab.status.onStartup.asLastRun="按照最后运行时的状态" AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart="总是自动启动" AdvSceneSwitcher.generalTab.status.onStartup.doNotStart="不要启动" AdvSceneSwitcher.generalTab.status.start="启动" AdvSceneSwitcher.generalTab.status.stop="停止" AdvSceneSwitcher.generalTab.status.autoStart="在以下情况下自动启动场景切换程序:" AdvSceneSwitcher.generalTab.status.autoStart.never="从不" AdvSceneSwitcher.generalTab.status.autoStart.recording="录制" AdvSceneSwitcher.generalTab.status.autoStart.streaming="推流" AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming="录制和推流" AdvSceneSwitcher.generalTab.status.checkInterval="检查切换条件时间间隔" AdvSceneSwitcher.generalTab.generalBehavior="全局行为" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet="如果不符合任何切换条件" AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip="时间精度最高只能达到配置的轮询间隔" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch="不切换" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom="切换到随机场景列表中任意随机场景" AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo="切换到" AdvSceneSwitcher.generalTab.generalBehavior.cooldown="比赛结束多少秒后切换场景" AdvSceneSwitcher.generalTab.generalBehavior.cooldownHint="在此期间,可能的匹配项将被忽略!" AdvSceneSwitcher.generalTab.generalBehavior.verboseLogging="详细日志输出" AdvSceneSwitcher.generalTab.generalBehavior.saveWindowGeo="保存窗口位置和大小" AdvSceneSwitcher.generalTab.generalBehavior.showTrayNotifications="显示系统托盘通知" AdvSceneSwitcher.generalTab.generalBehavior.disableUIHints="禁用UI提示" AdvSceneSwitcher.generalTab.priority="优先级" AdvSceneSwitcher.generalTab.priority.description="切换场景优先级 (最上方的项优先级最高)" AdvSceneSwitcher.generalTab.priority.threadPriority="使用线程优先级" AdvSceneSwitcher.generalTab.priority.threadPriorityNotice="(不推荐使用高于 \"Normal\" 的优先级)" AdvSceneSwitcher.generalTab.saveOrLoadsettings="导出或导入设置" AdvSceneSwitcher.generalTab.saveOrLoadsettings.export="导出设置" AdvSceneSwitcher.generalTab.saveOrLoadsettings.import="导入设置" AdvSceneSwitcher.generalTab.saveOrLoadsettings.exportWindowTitle="导出高级场景切换器到文件..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle="导入高级场景切换器到文件..." AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType="文本文件 (*.txt)" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadFail="高级场景切换器导入设置失败" AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadSuccess="高级场景切换器导入设置成功" AdvSceneSwitcher.generalTab.priority.fileContent="文件内容" AdvSceneSwitcher.generalTab.priority.sceneSequence="场景序列" AdvSceneSwitcher.generalTab.priority.idleDetection="闲置检测" AdvSceneSwitcher.generalTab.priority.executable="程序" AdvSceneSwitcher.generalTab.priority.screenRegion="屏幕区域" AdvSceneSwitcher.generalTab.priority.windowTitle="窗口标题" AdvSceneSwitcher.generalTab.priority.media="媒体" AdvSceneSwitcher.generalTab.priority.time="时间" AdvSceneSwitcher.generalTab.priority.audio="音频" AdvSceneSwitcher.generalTab.priority.video="视频" AdvSceneSwitcher.generalTab.priority.macro="宏" ; Macro Tab AdvSceneSwitcher.macroTab.title="宏" AdvSceneSwitcher.macroTab.macros="宏文件" AdvSceneSwitcher.macroTab.help="宏允许您根据多种条件执行一系列操作。\n\n单击突出显示的加号可添加新宏." AdvSceneSwitcher.macroTab.editConditionHelp="此部分允许您定义宏条件。\n\n在左侧选择现有宏或添加新宏。\n然后单击下面的加号按钮添加新条件。" AdvSceneSwitcher.macroTab.editActionHelp="此部分允许您定义宏操作。\n\n在左侧选择现有宏或添加新宏。\n然后单击下面的加号按钮添加新操作." AdvSceneSwitcher.macroTab.edit="编辑宏" AdvSceneSwitcher.macroTab.edit.logic="逻辑类型:" AdvSceneSwitcher.macroTab.edit.condition="条件类型:" AdvSceneSwitcher.macroTab.edit.action="动作类型:" AdvSceneSwitcher.macroTab.add="添加新宏" AdvSceneSwitcher.macroTab.name="名称:" AdvSceneSwitcher.macroTab.defaultname="宏 %1" AdvSceneSwitcher.macroTab.exists="宏名称已存在" AdvSceneSwitcher.macroTab.copy="创建副本" AdvSceneSwitcher.macroTab.expandAll="全部展开" AdvSceneSwitcher.macroTab.collapseAll="全部收回" ; Macro Logic AdvSceneSwitcher.logic.none="忽略条目" AdvSceneSwitcher.logic.and="和" AdvSceneSwitcher.logic.or="或" AdvSceneSwitcher.logic.andNot="和 不" AdvSceneSwitcher.logic.orNot="或 不" AdvSceneSwitcher.logic.rootNone="如果" AdvSceneSwitcher.logic.not="如果 不" ; Macro Conditions AdvSceneSwitcher.condition.audio="音频" AdvSceneSwitcher.condition.audio.state.below="小于" AdvSceneSwitcher.condition.audio.state.above="大于" AdvSceneSwitcher.condition.audio.entry="音量 来源 {{audioSources}} 是 {{condition}} {{volume}}" AdvSceneSwitcher.condition.cursor="光标" AdvSceneSwitcher.condition.cursor.type.region="当前位置" AdvSceneSwitcher.condition.cursor.type.moving="正在移动" AdvSceneSwitcher.condition.cursor.showFrame="显示帧率" AdvSceneSwitcher.condition.cursor.hideFrame="隐藏帧率" AdvSceneSwitcher.condition.cursor.entry.line1="光标 处于{{conditions}} {{minX}} {{minY}} {{maxX}} {{maxY}} - {{toggleFrameButton}}" AdvSceneSwitcher.condition.cursor.entry.line2="光标当前位于 {{xPos}} x {{yPos}}" AdvSceneSwitcher.condition.scene="场景" AdvSceneSwitcher.condition.scene.type.current="当前场景是" AdvSceneSwitcher.condition.scene.type.previous="上一个场景是" AdvSceneSwitcher.condition.scene.type.changed="场景改变了" AdvSceneSwitcher.condition.scene.type.notChanged="场景没有改变" AdvSceneSwitcher.condition.scene.waitForTransition="等待过渡完成" AdvSceneSwitcher.condition.scene.entry="{{sceneType}} {{scenes}} {{waitForTransition}}" AdvSceneSwitcher.condition.window="窗口" AdvSceneSwitcher.condition.window.entry.line1="{{windows}} 存在..." AdvSceneSwitcher.condition.window.entry.line2="... 并且是 {{fullscreen}} 全屏 {{maximized}} 最大化 {{focused}} 获得焦点 {{windowFocusChanged}} 焦点窗口已更改" AdvSceneSwitcher.condition.file="文件" AdvSceneSwitcher.condition.file.entry.line1="内容 {{fileType}} {{filePath}} (本地是文本,网络是获取的网页)完全匹配:" AdvSceneSwitcher.condition.file.entry.line2="{{matchText}}" AdvSceneSwitcher.condition.file.entry.line3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.condition.media="媒体" AdvSceneSwitcher.condition.media.entry="{{mediaSources}} 状态是 {{states}} 和 {{timeRestrictions}} {{time}}" AdvSceneSwitcher.condition.video="视频" AdvSceneSwitcher.condition.video.condition.match="完全匹配" AdvSceneSwitcher.condition.video.condition.differ="不匹配" AdvSceneSwitcher.condition.video.condition.hasChanged="改变了" AdvSceneSwitcher.condition.video.condition.hasNotChanged="没有改变" AdvSceneSwitcher.condition.video.condition.noImage="没有输出" AdvSceneSwitcher.condition.video.condition.pattern="匹配模式" AdvSceneSwitcher.condition.video.condition.object="包含对象" AdvSceneSwitcher.condition.video.askFileAction="是否要使用现有文件或创建当前选定源的屏幕截图?" AdvSceneSwitcher.condition.video.askFileAction.file="使用现有文件" AdvSceneSwitcher.condition.video.askFileAction.screenshot="创建屏幕截图" AdvSceneSwitcher.condition.video.usePatternForChangedCheck="使用模式匹配" AdvSceneSwitcher.condition.video.usePatternForChangedCheck.tooltip="这将允许您控制图像必须更改多少才能使条件为真." AdvSceneSwitcher.condition.video.patternThreshold="阈值: " AdvSceneSwitcher.condition.video.patternThresholdDescription="较高的阈值意味着模式需要更紧密地匹配视频源." AdvSceneSwitcher.condition.video.patternThresholdUseAlphaAsMask="使用alpha通道作为图案的遮罩." AdvSceneSwitcher.condition.video.objectScaleThreshold="模型比例: " AdvSceneSwitcher.condition.video.objectScaleThresholdDescription="较低的模比例将导致更多的匹配,但会导致更高的CPU负载." AdvSceneSwitcher.condition.video.minNeighborDescription="较高的“最小区域”值将导致较少但质量较高的匹配." AdvSceneSwitcher.condition.video.showMatch="显示模式" AdvSceneSwitcher.condition.video.screenshotFail="无法获取源的屏幕截图!" AdvSceneSwitcher.condition.video.patternMatchFail="没有找到模式!" AdvSceneSwitcher.condition.video.objectMatchFail="找不到对象!" AdvSceneSwitcher.condition.video.modelLoadFail="无法加载模型数据!" AdvSceneSwitcher.condition.video.entry="{{videoSources}} {{condition}} {{imagePath}}" AdvSceneSwitcher.condition.video.entry.modelPath="模型数据 (haar级联分类器): {{modelDataPath}}" AdvSceneSwitcher.condition.video.entry.minNeighbor="最小区域: {{minNeighbors}}" AdvSceneSwitcher.condition.video.entry.minSize="最小尺寸: {{minSizeX}} x {{minSizeY}}" AdvSceneSwitcher.condition.video.entry.maxSize="最大尺寸: {{maxSizeX}} x {{maxSizeY}}" AdvSceneSwitcher.condition.video.entry.throttle="{{throttleEnable}}通过只执行每一次检查来减少CPU负载 {{throttleCount}} 毫秒" AdvSceneSwitcher.condition.stream="推流" AdvSceneSwitcher.condition.stream.state.start="推流启动" AdvSceneSwitcher.condition.stream.state.stop="推流停止" AdvSceneSwitcher.condition.stream.state.starting="推流启动中" AdvSceneSwitcher.condition.stream.state.stopping="推流停止中" AdvSceneSwitcher.condition.stream.entry="{{streamState}}" AdvSceneSwitcher.condition.record="录制" AdvSceneSwitcher.condition.record.state.start="录制运行中" AdvSceneSwitcher.condition.record.state.pause="录制暂停" AdvSceneSwitcher.condition.record.state.stop="录制停止" AdvSceneSwitcher.condition.record.entry="{{recordState}}" AdvSceneSwitcher.condition.process="进程" AdvSceneSwitcher.condition.process.entry="{{processes}} 正在运行 {{focused}} 而且是获得焦点" AdvSceneSwitcher.condition.idle="闲置检测" AdvSceneSwitcher.condition.idle.entry="没有键盘或鼠标输入{{duration}}" AdvSceneSwitcher.condition.pluginState="插件状态" AdvSceneSwitcher.condition.pluginState.state.sceneSwitched="在此时间间隔内触发了自动场景更改" AdvSceneSwitcher.condition.pluginState.entry="{{condition}}" AdvSceneSwitcher.condition.timer="计时器" AdvSceneSwitcher.condition.timer.pause="暂停" AdvSceneSwitcher.condition.timer.continue="继续" AdvSceneSwitcher.condition.timer.entry.line1="{{duration}} 时间倒计时" AdvSceneSwitcher.condition.timer.entry.line2="剩余时间: {{remaining}} 秒" AdvSceneSwitcher.condition.timer.entry.line3="{{pauseContinue}} {{reset}} {{saveRemaining}} 保存剩余时间 {{autoReset}} 达到时间后自动重置计时器" AdvSceneSwitcher.condition.timer.reset="重置" AdvSceneSwitcher.condition.macro="宏" AdvSceneSwitcher.condition.macro.type.count="计数" AdvSceneSwitcher.condition.macro.type.state="状态" AdvSceneSwitcher.condition.macro.type.selection="条件类型: {{types}}" AdvSceneSwitcher.condition.macro.count.type.below="少于" AdvSceneSwitcher.condition.macro.count.type.above="大于" AdvSceneSwitcher.condition.macro.count.type.equal="等于" AdvSceneSwitcher.condition.macro.count.reset="重置" AdvSceneSwitcher.condition.macro.pausedWarning="所选宏当前已暂停!" AdvSceneSwitcher.condition.macro.state.entry="条件 {{macros}} 是真的" AdvSceneSwitcher.condition.macro.count.entry.line1="{{macros}} 运行 {{conditions}} {{count}} 次(相对于下面计数匹配)" AdvSceneSwitcher.condition.macro.count.entry.line2="当前计数: {{currentCount}} {{resetCount}}" AdvSceneSwitcher.condition.source="源" AdvSceneSwitcher.condition.source.type.active="激活状态" AdvSceneSwitcher.condition.source.type.showing="显示状态" AdvSceneSwitcher.condition.source.type.settings="设置完全匹配" AdvSceneSwitcher.condition.source.regex="使用正则表达式" AdvSceneSwitcher.condition.source.getSettings="获取当前设置" AdvSceneSwitcher.condition.source.entry.line1="{{sources}} {{conditions}}" AdvSceneSwitcher.condition.source.entry.line2="{{settings}}" AdvSceneSwitcher.condition.source.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.virtualCamera="虚拟摄像机" AdvSceneSwitcher.condition.virtualCamera.state.start="虚拟摄像机启动" AdvSceneSwitcher.condition.virtualCamera.state.stop="虚拟摄像机停止" AdvSceneSwitcher.condition.virtualCamera.entry="{{states}}" AdvSceneSwitcher.condition.filter="滤镜" AdvSceneSwitcher.condition.filter.type.active="已启用" AdvSceneSwitcher.condition.filter.type.showing="已关闭" AdvSceneSwitcher.condition.filter.type.settings="设置完全匹配" AdvSceneSwitcher.condition.filter.regex="使用正则表达式" AdvSceneSwitcher.condition.filter.getSettings="获取当前设置" AdvSceneSwitcher.condition.filter.entry.line1="在 {{sources}} {{filters}} {{conditions}}" AdvSceneSwitcher.condition.filter.entry.line2="{{settings}}" AdvSceneSwitcher.condition.filter.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.sceneOrder="场景项目顺序" AdvSceneSwitcher.condition.sceneOrder.type.above="高于" AdvSceneSwitcher.condition.sceneOrder.type.below="低于" AdvSceneSwitcher.condition.sceneOrder.type.position="位置值排比" AdvSceneSwitcher.condition.sceneOrder.positionInfo="位置值从底部以0开始,对于每个场景项目(包括场景组中的项目)增加1,自行测试,按照上下往上排比数值。" AdvSceneSwitcher.condition.sceneOrder.entry="在 {{scenes}} {{sources}} {{conditions}} {{sources2}} {{position}}" AdvSceneSwitcher.condition.hotkey="热键" AdvSceneSwitcher.condition.hotkey.name="宏触发热键" AdvSceneSwitcher.condition.hotkey.tip="注意:您可以在OBS设置窗口中为此热键配置按键绑定" AdvSceneSwitcher.condition.hotkey.entry="名称: {{name}}" AdvSceneSwitcher.condition.replay="回放缓存" AdvSceneSwitcher.condition.replay.state.stopped="回放缓存已停止" AdvSceneSwitcher.condition.replay.state.started="回放缓存已启动" AdvSceneSwitcher.condition.replay.state.saved="已保存回放缓存" AdvSceneSwitcher.condition.replay.entry="{{state}}" AdvSceneSwitcher.condition.date="日期" AdvSceneSwitcher.condition.date.state.at="现在" AdvSceneSwitcher.condition.date.state.after="之后" AdvSceneSwitcher.condition.date.state.before="之前" AdvSceneSwitcher.condition.date.state.between="之间" AdvSceneSwitcher.condition.date.entry.line1="{{condition}} {{dateTime}} {{dateTime2}} {{ignoreDate}} 忽略日期 {{ignoreTime}} 忽略时间" AdvSceneSwitcher.condition.date.entry.line2="{{repeat}} 重复的每一次 {{duration}} 匹配的时间" AdvSceneSwitcher.condition.sceneTransform="场景项目被改变" AdvSceneSwitcher.condition.sceneTransform.getTransform="内容或者设置被改变了" AdvSceneSwitcher.condition.sceneTransform.regex="使用正则表达式" AdvSceneSwitcher.condition.sceneTransform.entry.line1="在 {{scenes}} {{sources}} 匹配变换" AdvSceneSwitcher.condition.sceneTransform.entry.line2="{{settings}}" AdvSceneSwitcher.condition.sceneTransform.entry.line3="{{regex}} {{getSettings}}" AdvSceneSwitcher.condition.transition="转场" AdvSceneSwitcher.condition.transition.type.current="当前转场特效类型为" AdvSceneSwitcher.condition.transition.type.duration="当前转场特效持续时间为" AdvSceneSwitcher.condition.transition.type.started="转场特效开始" AdvSceneSwitcher.condition.transition.type.ended="转场特效结束" AdvSceneSwitcher.condition.transition.durationSuffix="秒" AdvSceneSwitcher.condition.transition.entry="{{conditions}}{{transitions}}{{duration}}{{durationSuffix}}" AdvSceneSwitcher.condition.sceneVisibility="场景项目可见" AdvSceneSwitcher.condition.sceneVisibility.type.shown="显示的" AdvSceneSwitcher.condition.sceneVisibility.type.hidden="隐藏的" AdvSceneSwitcher.condition.sceneVisibility.entry="在 {{scenes}} {{sources}} 是 {{conditions}} " ; Macro Actions AdvSceneSwitcher.action.switchScene="切换场景" AdvSceneSwitcher.action.scene.entry="切换场景 {{scenes}} 使用 {{transitions}} 时长 {{duration}} 秒" AdvSceneSwitcher.action.wait="等待" AdvSceneSwitcher.action.wait.type.fixed="固定数值" AdvSceneSwitcher.action.wait.type.random="随机数值" AdvSceneSwitcher.action.wait.entry.fixed="等待 {{waitType}} 持续时间为 {{duration}}" AdvSceneSwitcher.action.wait.entry.random="等待 {{waitType}} 持续时间为 {{duration}} 到 {{duration2}}" AdvSceneSwitcher.action.audio="音频" AdvSceneSwitcher.action.audio.type.mute="静音" AdvSceneSwitcher.action.audio.type.unmute="取消静音" AdvSceneSwitcher.action.audio.type.sourceVolume="来源音量" AdvSceneSwitcher.action.audio.type.masterVolume="主音量" AdvSceneSwitcher.action.audio.fade="{{fade}}淡出 {{duration}} 秒" AdvSceneSwitcher.action.audio.entry="{{actions}} {{audioSources}} {{volume}}" AdvSceneSwitcher.action.recording="录制" AdvSceneSwitcher.action.recording.type.stop="停止录制" AdvSceneSwitcher.action.recording.type.start="开始录制" AdvSceneSwitcher.action.recording.type.pause="暂停录制" AdvSceneSwitcher.action.recording.type.unpause="取消录制暂停" AdvSceneSwitcher.action.recording.pause.hint="请注意,根据您的录制设置,您可能无法暂停录制" AdvSceneSwitcher.action.recording.entry="{{actions}}{{pauseHint}}" AdvSceneSwitcher.action.replay="回放缓冲区" AdvSceneSwitcher.action.replay.type.stop="停止回放缓冲区" AdvSceneSwitcher.action.replay.type.start="启动回放缓冲区" AdvSceneSwitcher.action.replay.type.save="保存回放缓冲区" AdvSceneSwitcher.action.replay.entry="{{actions}}" AdvSceneSwitcher.action.streaming="推流" AdvSceneSwitcher.action.streaming.type.stop="停止推流" AdvSceneSwitcher.action.streaming.type.start="开始推流" AdvSceneSwitcher.action.streaming.entry="{{actions}}" AdvSceneSwitcher.action.run="运行" AdvSceneSwitcher.action.run.arguments="参数:" AdvSceneSwitcher.action.run.addArgument="添加参数" AdvSceneSwitcher.action.run.addArgumentDescription="添加新参数:" AdvSceneSwitcher.action.run.entry="运行 {{filePath}}" AdvSceneSwitcher.action.sceneVisibility="场景项目可见性" AdvSceneSwitcher.action.sceneVisibility.type.show="显示" AdvSceneSwitcher.action.sceneVisibility.type.hide="隐藏" AdvSceneSwitcher.action.sceneVisibility.type.source="来源" AdvSceneSwitcher.action.sceneVisibility.type.sourceGroup="全部" AdvSceneSwitcher.action.sceneVisibility.entry="在 {{scenes}} {{actions}} {{sourceTypes}} {{sources}}" AdvSceneSwitcher.action.filter="滤镜" AdvSceneSwitcher.action.filter.type.enable="开启" AdvSceneSwitcher.action.filter.type.disable="关闭" AdvSceneSwitcher.action.filter.type.settings="参数设置" AdvSceneSwitcher.action.filter.entry="在 {{sources}} {{actions}} {{filters}}" AdvSceneSwitcher.action.filter.getSettings="获取当前设置" AdvSceneSwitcher.action.source="来源" AdvSceneSwitcher.action.source.type.enable="启用" AdvSceneSwitcher.action.source.type.disable="停用" AdvSceneSwitcher.action.source.type.settings="配置设置" AdvSceneSwitcher.action.source.entry="{{actions}} {{sources}}" AdvSceneSwitcher.action.source.warning="警告:OBS UI无法控制全局启用和禁用源,注意,通过这个设置禁用,我测试,你必须通过这个在启用才行,不然点击小眼睛你无法显示!" AdvSceneSwitcher.action.source.getSettings="获取当前设置" AdvSceneSwitcher.action.media="媒体" AdvSceneSwitcher.action.media.type.play="开始" AdvSceneSwitcher.action.media.type.pause="暂停" AdvSceneSwitcher.action.media.type.stop="停止" AdvSceneSwitcher.action.media.type.restart="重新启动" AdvSceneSwitcher.action.media.type.next="下一个" AdvSceneSwitcher.action.media.type.previous="上一个" AdvSceneSwitcher.action.media.entry="{{actions}} {{mediaSources}}" AdvSceneSwitcher.action.macro="宏" AdvSceneSwitcher.action.macro.type.pause="暂停" AdvSceneSwitcher.action.macro.type.unpause="取消暂停" AdvSceneSwitcher.action.macro.type.resetCounter="复位计数器" AdvSceneSwitcher.action.macro.entry="{{actions}} {{macros}}" AdvSceneSwitcher.action.pluginState="插件状态" AdvSceneSwitcher.action.pluginState.type.stop="停止高级场景切换插件" AdvSceneSwitcher.action.pluginState.type.noMatch="没有匹配项:" AdvSceneSwitcher.action.pluginState.entry="{{actions}} {{values}} {{scenes}}" AdvSceneSwitcher.action.virtualCamera="虚拟摄像机" AdvSceneSwitcher.action.virtualCamera.type.stop="停止虚拟摄像机" AdvSceneSwitcher.action.virtualCamera.type.start="启动虚拟摄像机" AdvSceneSwitcher.action.virtualCamera.entry="{{actions}}" AdvSceneSwitcher.action.hotkey="热键" AdvSceneSwitcher.action.hotkey.leftShift="左 Shift" AdvSceneSwitcher.action.hotkey.rightShift="右 Shift" AdvSceneSwitcher.action.hotkey.leftCtrl="左 Ctrl" AdvSceneSwitcher.action.hotkey.rightCtrl="右 Ctrl" AdvSceneSwitcher.action.hotkey.leftAlt="左 Alt" AdvSceneSwitcher.action.hotkey.rightAlt="右 Alt" AdvSceneSwitcher.action.hotkey.leftMeta="左 Meta" AdvSceneSwitcher.action.hotkey.rightMeta="右 Meta" AdvSceneSwitcher.action.hotkey.onlyOBS="仅向OBS发送按键" AdvSceneSwitcher.action.hotkey.disabled="无法模拟按键-功能已禁用!" AdvSceneSwitcher.action.hotkey.entry="按下 {{keys}} for {{duration}} 毫秒" AdvSceneSwitcher.action.sceneOrder="场景项目顺序" AdvSceneSwitcher.action.sceneOrder.type.moveUp="上移" AdvSceneSwitcher.action.sceneOrder.type.moveDown="下移" AdvSceneSwitcher.action.sceneOrder.type.moveTop="顶部" AdvSceneSwitcher.action.sceneOrder.type.moveBottom="底部" AdvSceneSwitcher.action.sceneOrder.type.movePosition="移动到数值位置" AdvSceneSwitcher.action.sceneOrder.entry="在 {{scenes}} {{actions}} {{sources}} {{position}}" AdvSceneSwitcher.action.sceneTransform="场景项变换" AdvSceneSwitcher.action.sceneTransform.getTransform="得到变换" AdvSceneSwitcher.action.sceneTransform.entry="On {{scenes}} transform {{sources}}" AdvSceneSwitcher.action.file="文件" AdvSceneSwitcher.action.file.type.write="写入" AdvSceneSwitcher.action.file.type.append="追加写入" AdvSceneSwitcher.action.file.entry="{{actions}} to {{filePath}}:" AdvSceneSwitcher.action.previewScene="切换预览场景" AdvSceneSwitcher.action.previewScene.entry="将预览场景切换到 {{scenes}}" AdvSceneSwitcher.action.SceneSwap="交换场景 (Studio mode)" AdvSceneSwitcher.action.SceneSwap.entry="在studio模式下交换预览和编程场景" AdvSceneSwitcher.action.transition="过场特效" AdvSceneSwitcher.action.transition.entry.line1="{{setType}}将过场特效类型设置为 {{transitions}}" AdvSceneSwitcher.action.transition.entry.line2="{{setDuration}}将过场特效持续时间设置为 {{duration}}seconds" AdvSceneSwitcher.action.timer="计时器" AdvSceneSwitcher.action.timer.type.pause="暂停" AdvSceneSwitcher.action.timer.type.continue="继续" AdvSceneSwitcher.action.timer.type.reset="重置" AdvSceneSwitcher.action.timer.type.setTimeRemaining="设置剩余时间" AdvSceneSwitcher.action.timer.entry="{{timerAction}} 定时在 {{macros}} {{duration}}" AdvSceneSwitcher.action.random="随机" AdvSceneSwitcher.action.random.arguments="宏:" AdvSceneSwitcher.action.random.addArgument="增加 宏" AdvSceneSwitcher.action.random.entry="运行 {{macroSelection}}" ; Transition Tab AdvSceneSwitcher.transitionTab.title="转场特效" AdvSceneSwitcher.transitionTab.setTransitionBy="更改转场特效时:" AdvSceneSwitcher.transitionTab.transitionOverride="在场景切换器中设定的转场特效优先级高于场景设定的转场特效" AdvSceneSwitcher.transitionTab.adjustActiveTransitionType="更改激活转场特效类型" AdvSceneSwitcher.transitionTab.transitionForAToB="当自动从场景A切换到场景B时使用的转场特效" AdvSceneSwitcher.transitionTab.transitionsHelp="

这里的设定只影响由场景切换器引起的转场有效,不影响你手动的引起的转场。
在这里设定的转场特效优先级高于场景切换器其他地方设置的

单击加号添加项目.

" AdvSceneSwitcher.transitionTab.defaultTransition="当切换到这个场景时修改默认转场特效" AdvSceneSwitcher.transitionTab.switchDefaultLabel="活跃时切换默认转场特效为" AdvSceneSwitcher.transitionTab.entry="从场景 {{scenes}} 切换到场景 {{scenes2}} 时使用转场特效 {{transitions}}" AdvSceneSwitcher.transitionTab.defaultTransitionEntry="当场景 {{scenes}} 被激活时更改默认转场特效为 {{transitions}}" AdvSceneSwitcher.transitionTab.defaultTransitionsHelp="单击加号添加项目." AdvSceneSwitcher.transitionTab.defaultTransition.delay="场景更改 {{defTransitionDelay}} 后切换转换特效." AdvSceneSwitcher.transitionTab.defaultTransition.delay.help="延迟用于避免取消场景切换,如果在转换仍在进行时更改了转换类型,则可能会发生这种情况." ; Pause Scenes Tab AdvSceneSwitcher.pauseTab.title="暂停" AdvSceneSwitcher.pauseTab.pauseOnScene="当切换到这个场景时暂停场景切换器" AdvSceneSwitcher.pauseTab.pauseInFocus1="当窗口" AdvSceneSwitcher.pauseTab.pauseInFocus2="获得焦点时暂停场景切换器" AdvSceneSwitcher.pauseTab.pauseTypeScene="场景处于活动状态" AdvSceneSwitcher.pauseTab.pauseTypeWindow="窗口处于焦点位置" AdvSceneSwitcher.pauseTab.pauseTargetAll="全部" AdvSceneSwitcher.pauseTab.pauseEntry="暂停 {{pauseTargets}} 检查时 {{pauseTypes}} {{scenes}} {{windows}}" AdvSceneSwitcher.pauseTab.help="在此选项卡上,您可以配置在场景处于活动状态或窗口处于焦点时暂停各个切换方法。\n\n单击高亮显示的加号继续." ; Window Title Tab AdvSceneSwitcher.windowTitleTab.title="窗口标题" AdvSceneSwitcher.windowTitleTab.regexrDescription="

你可以直接输入窗口标题或正则表达式. 你可以使用RegExr来检查验证你的正则表达式

" AdvSceneSwitcher.windowTitleTab.stayInFocus1="当前焦点窗口标题为" AdvSceneSwitcher.windowTitleTab.stayInFocus2="时保持当前场景" AdvSceneSwitcher.windowTitleTab.fullscreen="全屏时" AdvSceneSwitcher.windowTitleTab.maximized="最大化时" AdvSceneSwitcher.windowTitleTab.focused="窗口聚集时" AdvSceneSwitcher.windowTitleTab.entry="{{windows}} {{scenes}} {{transitions}} {{fullscreen}} {{maximized}} {{focused}}" AdvSceneSwitcher.windowTitleTab.windowsHelp="根据正在运行的应用程序的窗口标题切换场景。\n可以选择以下附加条件:\n窗口全屏显示\n窗口最大化\n窗口聚焦\n\n单击高亮显示的加号继续." AdvSceneSwitcher.windowTitleTab.ignoreWindowsHelp="如果忽略某个窗口标题,则场景切换程序的作用将与之前选择的窗口仍处于焦点状态一样。\n如果您经常切换到其他窗口,则这将允许您避免场景切换,不会触发场景更改。\n\n请选择窗口或在上面输入窗口标题,然后单击下面的加号将其添加到列表中." ; Executable Tab AdvSceneSwitcher.executableTab.title="程序" AdvSceneSwitcher.executableTab.implemented="感谢dasOven的实现" AdvSceneSwitcher.executableTab.requiresFocus="仅获得焦点时" AdvSceneSwitcher.executableTab.entry="当 {{processes}} 正在运行时使用 {{transitions}} 切换到 {{scenes}} {{requiresFocus}}" AdvSceneSwitcher.executableTab.help="如果进程正在运行,此选项卡将允许您自动切换场景。\n这在窗口名称可能更改或未知的情况下非常有用。\n\n单击突出显示的加号继续." ; Screen Region Tab AdvSceneSwitcher.screenRegionTab.title="屏幕区域" AdvSceneSwitcher.screenRegionTab.currentPosition="鼠标当前位置:" AdvSceneSwitcher.screenRegionTab.showGuideFrames="显示区域边界" AdvSceneSwitcher.screenRegionTab.hideGuideFrames="隐藏区域边界" AdvSceneSwitcher.screenRegionTab.excludeScenes.None="没有选择" AdvSceneSwitcher.screenRegionTab.entry="如果鼠标在 {{minX}} {{minY}} x {{maxX}} {{maxY}} 使用转场特效 {{transitions}} 切换到场景 {{scenes}} unless in {{excludeScenes}}" AdvSceneSwitcher.screenRegionTab.help="此选项卡允许您根据鼠标光标的当前位置自动切换场景。\n\n单击高亮显示的加号继续." ; Media Tab AdvSceneSwitcher.mediaTab.title="媒体" AdvSceneSwitcher.mediaTab.implemented="感谢Exeldro的实现" AdvSceneSwitcher.mediaTab.states.none="无" AdvSceneSwitcher.mediaTab.states.playing="播放中" AdvSceneSwitcher.mediaTab.states.opening="打开中" AdvSceneSwitcher.mediaTab.states.buffering="缓冲中" AdvSceneSwitcher.mediaTab.states.Paused="暂停" AdvSceneSwitcher.mediaTab.states.stopped="停止" AdvSceneSwitcher.mediaTab.states.ended="结束" AdvSceneSwitcher.mediaTab.states.error="错误" AdvSceneSwitcher.mediaTab.states.playedToEnd="播放结束" AdvSceneSwitcher.mediaTab.states.any="任意" AdvSceneSwitcher.mediaTab.timeRestriction.none="无" AdvSceneSwitcher.mediaTab.timeRestriction.shorter="播放时间小于" AdvSceneSwitcher.mediaTab.timeRestriction.longer="播放时间大于" AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter="剩余时间少于" AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger="剩余时间多于" AdvSceneSwitcher.mediaTab.entry="当 {{mediaSources}} 状态为 {{states}} 并且 {{timeRestrictions}} {{time}} 时使用转场特效 {{transitions}} 切换到场景 {{scenes}}" AdvSceneSwitcher.mediaTab.help="此选项卡允许您根据媒体源的状态切换场景。\n例如,一旦所选媒体源结束播放,您可以自动切换回上一个场景。\n\n单击高亮显示的加号继续." ; File Tab AdvSceneSwitcher.fileTab.title="文件" AdvSceneSwitcher.fileTab.readWriteSceneFile="从文件加载或保存当前场景名" AdvSceneSwitcher.fileTab.currentSceneOutputFile="将当前场景写入到这个文件:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFile="启用从文件读取应切换到的场景名" AdvSceneSwitcher.fileTab.switchSceneNameInputFile="从这个文件读取应切换到的场景名:" AdvSceneSwitcher.fileTab.switchSceneBaseOnFileContent="根据文件内容切换场景" AdvSceneSwitcher.fileTab.remoteFileWarning="请注意 如果你使用网络文件,场景切换器会按照你在通用页设置的间隔时间尝试访问网络文件!" AdvSceneSwitcher.fileTab.remoteFileWarning1="注意,场景切换器会每 " AdvSceneSwitcher.fileTab.remoteFileWarning2="毫秒尝试访问网络文件" AdvSceneSwitcher.fileTab.libcurlWarning="无法加载 libcurl 库! 访问网络文件功能将不可用!" AdvSceneSwitcher.fileTab.selectWrite="写入到文件..." AdvSceneSwitcher.fileTab.selectRead="从文件读取..." AdvSceneSwitcher.fileTab.textFileType="文本文件 (*.txt)" AdvSceneSwitcher.fileTab.anyFileType="任意文件 (*.*)" AdvSceneSwitcher.fileTab.remote="网络" AdvSceneSwitcher.fileTab.local="本地" AdvSceneSwitcher.fileTab.useRegExp="使用正则表达式(模式匹配)" AdvSceneSwitcher.fileTab.checkfileContentTime="仅当文件修改时间改变时检查文件内容" AdvSceneSwitcher.fileTab.checkfileContent="仅当文件发生修改时" AdvSceneSwitcher.fileTab.entry="如果 {{fileType}} 文件 {{filePath}} {{browseButton}} 匹配下列规则,使用转场特效 {{transitions}} 切换到场景 {{scenes}}" AdvSceneSwitcher.fileTab.entry2="{{matchText}}" AdvSceneSwitcher.fileTab.entry3="{{useRegex}} {{checkModificationDate}} {{checkFileContent}}" AdvSceneSwitcher.fileTab.help="此选项卡允许您根据远程或本地文件的内容自动切换场景。\n\n单击突出显示的加号继续." ; Random Tab AdvSceneSwitcher.randomTab.title="随机场景列表" AdvSceneSwitcher.randomTab.randomDisabledWarning="功能已被禁用 - 可通过在通用页设置\"如果不符合任何切换条件切换到随机场景列表中任意随机场景\"启用" AdvSceneSwitcher.randomTab.entry="如果没有切换器条件满足,使用转场特效 {{transitions}} 切换到场景 {{scenes}} 并停留 {{delay}}" AdvSceneSwitcher.randomTab.help="场景切换程序将在此选项卡上随机选择一个条目,以便在配置的时间内切换到该条目。\n请注意,同一条目不会连续选择两次。\n\n单击高亮显示的加号继续." ; Time Tab AdvSceneSwitcher.timeTab.title="时间" AdvSceneSwitcher.timeTab.anyDay="每天" AdvSceneSwitcher.timeTab.mondays="每周一" AdvSceneSwitcher.timeTab.tuesdays="每周二" AdvSceneSwitcher.timeTab.wednesdays="每周三" AdvSceneSwitcher.timeTab.thursdays="每周四" AdvSceneSwitcher.timeTab.fridays="每周五" AdvSceneSwitcher.timeTab.saturdays="每周六" AdvSceneSwitcher.timeTab.sundays="每周日" AdvSceneSwitcher.timeTab.afterstart="推流或录制开始后" AdvSceneSwitcher.timeTab.afterstart.tip="相对于直播或录制开始之后的时间点" AdvSceneSwitcher.timeTab.entry="{{triggers}} 的 {{time}} 使用转场特效 {{transitions}} 切换到场景 {{scenes}}" AdvSceneSwitcher.timeTab.help="此选项卡将允许您根据当前本地时间自动切换到其他场景。\n\n请注意,场景切换程序仅在您指定的确切时间切换场景。\n请确保您已根据自己的喜好在“常规”选项卡上配置了优先级设置,以便不会因其他切换而错过选定的时间点具有较高优先级的方法。\n\n单击突出显示的加号继续." ; Idle Tab AdvSceneSwitcher.idleTab.title="闲置检测" AdvSceneSwitcher.idleTab.enable="启用闲置检测" AdvSceneSwitcher.idleTab.idleswitch="超过 {{duration}} 如果没有键盘或鼠标输入,则切换到场景 {{scenes}} 使用 {{transitions}}" AdvSceneSwitcher.idleTab.dontSwitchIfFocus1="如果当前窗口焦点在" AdvSceneSwitcher.idleTab.dontSwitchIfFocus2="时不切换" ; Scene Sequence Tab AdvSceneSwitcher.sceneSequenceTab.title="场景序列" AdvSceneSwitcher.sceneSequenceTab.description="自动场景序列可以通过暂停或停止场景切换器或者手动切换到其他场景来取消" AdvSceneSwitcher.sceneSequenceTab.save="保存当前序列到文件" AdvSceneSwitcher.sceneSequenceTab.load="从文件加载序列" AdvSceneSwitcher.sceneSequenceTab.saveTitle="保存当前序列到文件 ..." AdvSceneSwitcher.sceneSequenceTab.loadTitle="从文件加载序列 ..." AdvSceneSwitcher.sceneSequenceTab.loadFail="导入失败" AdvSceneSwitcher.sceneSequenceTab.loadSuccess="导入失败成功" AdvSceneSwitcher.sceneSequenceTab.fileType="文本文件 (*.txt)" AdvSceneSwitcher.sceneSequenceTab.entry="当场景 {{startScenes}} 被激活 {{delay}} 后使用转场特效 {{transitions}} 切换到场景 {{scenes}} {{interruptible}}" AdvSceneSwitcher.sceneSequenceTab.interruptible="中断" AdvSceneSwitcher.sceneSequenceTab.interruptibleHint="允许使用其他切换方法中断此场景序列" AdvSceneSwitcher.sceneSequenceTab.extendEdit="扩展序列" AdvSceneSwitcher.sceneSequenceTab.extendEntry="之后 {{delay}} 切换到 {{scenes}} 使用 {{transitions}}" AdvSceneSwitcher.sceneSequenceTab.help="如果某个场景在配置的时间段内处于活动状态,此选项卡将允许您自动切换到其他场景。\n例如,您可以自动在两个场景之间来回循环。\n\n单击高亮显示的加号继续." ; Audio Tab AdvSceneSwitcher.audioTab.title="音频" AdvSceneSwitcher.audioTab.condition.above="高于" AdvSceneSwitcher.audioTab.condition.below="低于" AdvSceneSwitcher.audioTab.ignoreInactiveSource="除非源处于非活动状态" AdvSceneSwitcher.audioTab.entry="当{{audioSources}} 在 {{condition}} {{volumeWidget}} for {{duration}} 使用转场特效 {{transitions}} 切换到场景 {{scenes}}" AdvSceneSwitcher.audioTab.multiMatchfallbackCondition="如果多个条目匹配 ..." AdvSceneSwitcher.audioTab.multiMatchfallback="... for {{duration}} 秒切换到 {{scenes}} 使用 {{transitions}}" AdvSceneSwitcher.audioTab.help="此选项卡允许您根据源音量切换场景。\n例如,如果麦克风音量达到某个阈值,您可以自动切换到其他场景。\n\n单击高亮显示的加号继续." ; Video Tab AdvSceneSwitcher.videoTab.title="视频" AdvSceneSwitcher.videoTab.getScreenshot="获取所选条目的屏幕截图" AdvSceneSwitcher.videoTab.getScreenshotHelp="获取当前选定项目的视频源的屏幕截图,并自动将其设置为目标图像" AdvSceneSwitcher.videoTab.condition.match="完全匹配" AdvSceneSwitcher.videoTab.condition.match.tooltip="精确匹配要求目标图像和源图像具有相同的分辨率。\n另外,每个像素都需要匹配,这就是为什么不建议使用使用压缩(例如.JPG)的图像格式!" AdvSceneSwitcher.videoTab.condition.differ="不匹配" AdvSceneSwitcher.videoTab.condition.hasNotChanged="没有改变" AdvSceneSwitcher.videoTab.condition.hasChanged="改变了" AdvSceneSwitcher.videoTab.entry="当 {{videoSources}} {{condition}} {{filePath}} {{browseButton}} for {{duration}} 切换 {{scenes}} using {{transitions}} {{ignoreInactiveSource}}" AdvSceneSwitcher.videoTab.ignoreInactiveSource="除非源处于非活动状态" AdvSceneSwitcher.videoTab.help="

此选项卡将允许您根据选定源的当前视频输出切换场景。
请确保退出 Pixel Match Switcher 以便更好地实现此功能.

单击高亮显示的加号继续.

" ; Network Tab AdvSceneSwitcher.networkTab.title="网络" AdvSceneSwitcher.networkTab.description="此选项卡将允许您远程控制另一个OBS实例的活动场景。\n请注意,所有OBS实例上的场景名称必须完全匹配." AdvSceneSwitcher.networkTab.warning="在本地网络之外运行服务器将允许第三方读取活动场景." AdvSceneSwitcher.networkTab.DisabledWarning="不幸的是,在并行运行obs websocket插件时,由于库不兼容,不得不在macOS上禁用此功能." AdvSceneSwitcher.networkTab.server="启动服务器(向所有连接的客户端发送场景切换消息)" AdvSceneSwitcher.networkTab.server.port="端口" AdvSceneSwitcher.networkTab.server.lockToIPv4="锁定为仅使用IPv4将服务器" AdvSceneSwitcher.networkTab.server.sendSceneChange="发送更改场景的消息" AdvSceneSwitcher.networkTab.server.restrictSendToAutomatedSwitches="仅为自动场景切换发送消息" AdvSceneSwitcher.networkTab.server.sendPreview="在Studio模式下运行时发送预览场景更改消息" AdvSceneSwitcher.networkTab.startFailed.message="WebSockets服务器无法启动,可能是因为:\n-TCP端口%1当前可能正在该系统的其他位置使用,可能是由其他应用程序使用。请尝试在WebSocket服务器设置中设置其他TCP端口,或停止可能正在使用此端口的任何应用程序。\n-错误消息: %2" AdvSceneSwitcher.networkTab.server.status.currentStatus="状态" AdvSceneSwitcher.networkTab.server.status.notRunning="未运行" AdvSceneSwitcher.networkTab.server.status.starting="启动中" AdvSceneSwitcher.networkTab.server.status.running="运行中" AdvSceneSwitcher.networkTab.server.restart="重新启动服务" AdvSceneSwitcher.networkTab.client="启动客户端(接收场景切换消息)" AdvSceneSwitcher.networkTab.client.address="主机名或IP地址" AdvSceneSwitcher.networkTab.client.port="端口" AdvSceneSwitcher.networkTab.client.status.currentStatus="状态" AdvSceneSwitcher.networkTab.client.status.disconnected="未连接" AdvSceneSwitcher.networkTab.client.status.connecting="连接中" AdvSceneSwitcher.networkTab.client.status.connected="已连接" AdvSceneSwitcher.networkTab.client.reconnect="强制重新连接" ; Scene Group Tab AdvSceneSwitcher.sceneGroupTab.title="场景组" AdvSceneSwitcher.sceneGroupTab.list="场景组" AdvSceneSwitcher.sceneGroupTab.edit="编辑场景组" AdvSceneSwitcher.sceneGroupTab.edit.name="名字:" AdvSceneSwitcher.sceneGroupTab.edit.type="类型: {{type}}" AdvSceneSwitcher.sceneGroupTab.type.count="计数" AdvSceneSwitcher.sceneGroupTab.type.time="时间" AdvSceneSwitcher.sceneGroupTab.type.random="随机" AdvSceneSwitcher.sceneGroupTab.edit.count="完成后前进到列表中的下一个场景 {{count}} 完全匹配" AdvSceneSwitcher.sceneGroupTab.edit.time="完成后前进到列表中的下一个场景 {{time}} 过去了" AdvSceneSwitcher.sceneGroupTab.edit.random="随机选择列表中的下一个场景" AdvSceneSwitcher.sceneGroupTab.edit.repeat="如果到达“场景结束”列表,则从头开始" AdvSceneSwitcher.sceneGroupTab.edit.addScene="添加场景" AdvSceneSwitcher.sceneGroupTab.add="添加场景组" AdvSceneSwitcher.sceneGroupTab.defaultname="场景组 %1" AdvSceneSwitcher.sceneGroupTab.exists="场景组或场景名称已存在" AdvSceneSwitcher.sceneGroupTab.help="可以选择场景组作为目标,就像选择常规场景一样。\n\n名称表明场景组是多个场景的集合。\n场景组将根据配置的设置在其指定场景的列表中前进,可以在右侧找到。\n\n您可以将场景组配置为前进到列表中的下一个场景:\n在多次选择场景组作为目标后。\n在经过一定时间后。\n也可以是随机的。\n\n例如,包含场景的场景组…\n场景1\n场景2\n场景3\n。。。将在第一次选择“场景1”作为目标时激活它。\n第二次将激活“场景2”\n剩余时间将激活“场景3”。\n\n单击下面突出显示的加号以添加新的场景组." AdvSceneSwitcher.sceneGroupTab.scenes.help="在左侧选择要修改的场景组。\n\n通过选择上面的场景并单击下面的加号,选择要添加到此场景组的场景。\n\n可以多次将场景添加到同一场景组." ; Scene Trigger Tab AdvSceneSwitcher.sceneTriggerTab.title="场景触发器" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.none="--选择触发器--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneActive="已激活" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneInactive="未激活" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneLeave="离开" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.none="--选择动作--" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startRecording="开始录制" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.pauseRecording="暂停录制" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unpauseRecording="取消暂停录制" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopRecording="停止录制" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopStreaming="停止推流" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startStreaming="开始推流" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startReplayBuffer="启动重播缓冲区" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopReplayBuffer="停止重放缓冲区" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.muteSource="静音源" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unmuteSource="取消静音源" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startSwitcher="启动场景切换程序" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopSwitcher="停止场景切换" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startVirtualCamera="启动虚拟摄像机" AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopVirtualCamera="停止虚拟摄像机" AdvSceneSwitcher.sceneTriggerTab.entry="当 {{scenes}} {{triggers}} {{actions}} {{audioSources}} 在 {{duration}} 后" AdvSceneSwitcher.sceneTriggerTab.help="此选项卡允许您在场景更改时触发操作,如停止录制或流式处理." ; Hotkey AdvSceneSwitcher.hotkey.startSwitcherHotkey="启动高级场景切换器" AdvSceneSwitcher.hotkey.stopSwitcherHotkey="停止高级场景切换器" AdvSceneSwitcher.hotkey.startStopToggleSwitcherHotkey="切换(启动/停止)高级场景切换器" AdvSceneSwitcher.hotkey.macro.pause="暂停宏 %1" AdvSceneSwitcher.hotkey.macro.unpause="取消暂停宏 %1" AdvSceneSwitcher.askBackup="检测到新版本的高级场景切换程序。\n是否要创建旧设置的备份?" AdvSceneSwitcher.close="关闭" AdvSceneSwitcher.browse="浏览文件" AdvSceneSwitcher.selectScene="--选择场景--" AdvSceneSwitcher.selectPreviousScene="上个场景" AdvSceneSwitcher.selectCurrentScene="当前场景" AdvSceneSwitcher.selectAnyScene="任何场景" AdvSceneSwitcher.currentTransition="当前转场特效" AdvSceneSwitcher.anyTransition="任何转场特效" AdvSceneSwitcher.selectTransition="--选择转场特效--" AdvSceneSwitcher.selectWindow="--选择窗口--" AdvSceneSwitcher.selectSource="--选择源--" AdvSceneSwitcher.selectAudioSource="--选择音频源--" AdvSceneSwitcher.selectVideoSource="--选择视频源--" AdvSceneSwitcher.selectMediaSource="--选择媒体源--" AdvSceneSwitcher.selectProcess="--选择进程--" AdvSceneSwitcher.selectFilter="--select filter--" AdvSceneSwitcher.selectMacro="--选择宏--" AdvSceneSwitcher.selectItem="--选择项目--" AdvSceneSwitcher.enterPath="--输入路径--" AdvSceneSwitcher.enterText="--输入文本--" AdvSceneSwitcher.invaildEntriesWillNotBeSaved="无效项将不会被保存" AdvSceneSwitcher.selectWindowTip="使用 \"OBS\" 来指定OBS窗口\n使用 \"任务切换\" 来指定 Alt + Tab" AdvSceneSwitcher.status.active="运行中" AdvSceneSwitcher.status.inactive="已停止" AdvSceneSwitcher.running="插件运行" AdvSceneSwitcher.stopped="插件停止" AdvSceneSwitcher.unit.milliseconds="毫秒" AdvSceneSwitcher.unit.secends="秒" AdvSceneSwitcher.unit.minutes="分钟" AdvSceneSwitcher.unit.hours="小时" AdvSceneSwitcher.duration.condition.none="没有时间限制" AdvSceneSwitcher.duration.condition.more="时间少于" AdvSceneSwitcher.duration.condition.equal="时间等于" AdvSceneSwitcher.duration.condition.less="时间大于" SceneSwitcher-1.17.2/data/res/000077500000000000000000000000001417525156400160645ustar00rootroot00000000000000SceneSwitcher-1.17.2/data/res/cascadeClassifiers/000077500000000000000000000000001417525156400216375ustar00rootroot00000000000000SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_eye.xml000066400000000000000000017347121417525156400254610ustar00rootroot00000000000000 20 20 <_> <_> <_> <_> 0 8 20 12 -1. <_> 0 14 20 6 2. 0 0.1296395957469940 -0.7730420827865601 0.6835014820098877 <_> <_> <_> 9 1 4 15 -1. <_> 9 6 4 5 3. 0 -0.0463268086314201 0.5735275149345398 -0.4909768998622894 <_> <_> <_> 6 10 9 2 -1. <_> 9 10 3 2 3. 0 -0.0161730907857418 0.6025434136390686 -0.3161070942878723 <_> <_> <_> 7 0 10 9 -1. <_> 7 3 10 3 3. 0 -0.0458288416266441 0.6417754888534546 -0.1554504036903381 <_> <_> <_> 12 2 2 18 -1. <_> 12 8 2 6 3. 0 -0.0537596195936203 0.5421931743621826 -0.2048082947731018 <_> <_> <_> 8 6 8 6 -1. <_> 8 9 8 3 2. 0 0.0341711901128292 -0.2338819056749344 0.4841090142726898 -1.4562760591506958 -1 -1 <_> <_> <_> <_> 2 0 17 18 -1. <_> 2 6 17 6 3. 0 -0.2172762006521225 0.7109889984130859 -0.5936073064804077 <_> <_> <_> 10 10 1 8 -1. <_> 10 14 1 4 2. 0 0.0120719699189067 -0.2824048101902008 0.5901355147361755 <_> <_> <_> 7 10 9 2 -1. <_> 10 10 3 2 3. 0 -0.0178541392087936 0.5313752293586731 -0.2275896072387695 <_> <_> <_> 5 1 6 6 -1. <_> 5 3 6 2 3. 0 0.0223336108028889 -0.1755609959363937 0.6335613727569580 <_> <_> <_> 3 1 15 9 -1. <_> 3 4 15 3 3. 0 -0.0914200171828270 0.6156309247016907 -0.1689953058958054 <_> <_> <_> 6 3 9 6 -1. <_> 6 5 9 2 3. 0 0.0289736501872540 -0.1225007995963097 0.7440117001533508 <_> <_> <_> 8 17 6 3 -1. <_> 10 17 2 3 3. 0 7.8203463926911354e-003 0.1697437018156052 -0.6544165015220642 <_> <_> <_> 9 10 9 1 -1. <_> 12 10 3 1 3. 0 0.0203404892235994 -0.1255664974451065 0.8271045088768005 <_> <_> <_> 1 7 6 11 -1. <_> 3 7 2 11 3. 0 -0.0119261499494314 0.3860568106174469 -0.2099234014749527 <_> <_> <_> 9 18 3 1 -1. <_> 10 18 1 1 3. 0 -9.7281101625412703e-004 -0.6376119256019592 0.1295239031314850 <_> <_> <_> 16 16 1 2 -1. <_> 16 17 1 1 2. 0 1.8322050891583785e-005 -0.3463147878646851 0.2292426973581314 <_> <_> <_> 9 17 6 3 -1. <_> 11 17 2 3 3. 0 -8.0854417756199837e-003 -0.6366580128669739 0.1307865977287293 -1.2550230026245117 0 -1 <_> <_> <_> <_> 8 0 5 18 -1. <_> 8 6 5 6 3. 0 -0.1181226968765259 0.6784452199935913 -0.5004578232765198 <_> <_> <_> 6 7 9 7 -1. <_> 9 7 3 7 3. 0 -0.0343327596783638 0.6718636155128479 -0.3574487864971161 <_> <_> <_> 14 6 6 10 -1. <_> 16 6 2 10 3. 0 -0.0215307995676994 0.7222070097923279 -0.1819241940975189 <_> <_> <_> 9 8 9 5 -1. <_> 12 8 3 5 3. 0 -0.0219099707901478 0.6652938723564148 -0.2751022875308991 <_> <_> <_> 3 7 9 6 -1. <_> 6 7 3 6 3. 0 -0.0287135392427444 0.6995570063591003 -0.1961558014154434 <_> <_> <_> 1 7 6 6 -1. <_> 3 7 2 6 3. 0 -0.0114674801006913 0.5926734805107117 -0.2209735065698624 <_> <_> <_> 16 0 4 18 -1. <_> 16 6 4 6 3. 0 -0.0226111691445112 0.3448306918144226 -0.3837955892086029 <_> <_> <_> 0 17 3 3 -1. <_> 0 18 3 1 3. 0 -1.9308089977130294e-003 -0.7944571971893311 0.1562865972518921 <_> <_> <_> 16 0 2 1 -1. <_> 17 0 1 1 2. 0 5.6419910833938047e-005 -0.3089601099491119 0.3543108999729157 -1.3728189468383789 1 -1 <_> <_> <_> <_> 0 8 20 12 -1. <_> 0 14 20 6 2. 0 0.1988652050495148 -0.5286070108413696 0.3553672134876251 <_> <_> <_> 6 6 9 8 -1. <_> 9 6 3 8 3. 0 -0.0360089391469955 0.4210968911647797 -0.3934898078441620 <_> <_> <_> 5 3 12 9 -1. <_> 5 6 12 3 3. 0 -0.0775698497891426 0.4799154102802277 -0.2512216866016388 <_> <_> <_> 4 16 1 2 -1. <_> 4 17 1 1 2. 0 8.2630853285081685e-005 -0.3847548961639404 0.3184922039508820 <_> <_> <_> 18 10 2 1 -1. <_> 19 10 1 1 2. 0 3.2773229759186506e-004 -0.2642731964588165 0.3254724144935608 <_> <_> <_> 9 8 6 5 -1. <_> 11 8 2 5 3. 0 -0.0185748506337404 0.4673658907413483 -0.1506727039813995 <_> <_> <_> 0 0 2 1 -1. <_> 1 0 1 1 2. 0 -7.0008762122597545e-005 0.2931315004825592 -0.2536509931087494 <_> <_> <_> 6 8 6 6 -1. <_> 8 8 2 6 3. 0 -0.0185521300882101 0.4627366065979004 -0.1314805001020432 <_> <_> <_> 11 7 6 7 -1. <_> 13 7 2 7 3. 0 -0.0130304200574756 0.4162721931934357 -0.1775148957967758 <_> <_> <_> 19 14 1 2 -1. <_> 19 15 1 1 2. 0 6.5694141085259616e-005 -0.2803510129451752 0.2668074071407318 <_> <_> <_> 6 17 1 2 -1. <_> 6 18 1 1 2. 0 1.7005260451696813e-004 -0.2702724933624268 0.2398165017366409 <_> <_> <_> 14 7 2 7 -1. <_> 15 7 1 7 2. 0 -3.3129199873656034e-003 0.4441143870353699 -0.1442888975143433 <_> <_> <_> 6 8 2 4 -1. <_> 7 8 1 4 2. 0 1.7583490116521716e-003 -0.1612619012594223 0.4294076859951019 <_> <_> <_> 5 8 12 6 -1. <_> 5 10 12 2 3. 0 -0.0251947492361069 0.4068729877471924 -0.1820258051156998 <_> <_> <_> 2 17 1 3 -1. <_> 2 18 1 1 3. 0 1.4031709870323539e-003 0.0847597867250443 -0.8001856803894043 <_> <_> <_> 6 7 3 6 -1. <_> 7 7 1 6 3. 0 -7.3991729877889156e-003 0.5576609969139099 -0.1184315979480743 -1.2879480123519897 2 -1 <_> <_> <_> <_> 6 7 9 12 -1. <_> 9 7 3 12 3. 0 -0.0299430806189775 0.3581081032752991 -0.3848763108253479 <_> <_> <_> 6 2 11 12 -1. <_> 6 6 11 4 3. 0 -0.1256738007068634 0.3931693136692047 -0.3001225888729096 <_> <_> <_> 1 12 5 8 -1. <_> 1 16 5 4 2. 0 5.3635272197425365e-003 -0.4390861988067627 0.1925701051950455 <_> <_> <_> 14 7 6 7 -1. <_> 16 7 2 7 3. 0 -8.0971820279955864e-003 0.3990666866302490 -0.2340787053108215 <_> <_> <_> 10 8 6 6 -1. <_> 12 8 2 6 3. 0 -0.0165979098528624 0.4209528863430023 -0.2267484068870544 <_> <_> <_> 16 18 4 2 -1. <_> 16 19 4 1 2. 0 -2.0199299324303865e-003 -0.7415673136711121 0.1260118931531906 <_> <_> <_> 18 17 2 3 -1. <_> 18 18 2 1 3. 0 -1.5202340437099338e-003 -0.7615460157394409 0.0863736122846603 <_> <_> <_> 9 7 3 7 -1. <_> 10 7 1 7 3. 0 -4.9663940444588661e-003 0.4218223989009857 -0.1790491938591003 <_> <_> <_> 5 6 6 8 -1. <_> 7 6 2 8 3. 0 -0.0192076005041599 0.4689489901065826 -0.1437875032424927 <_> <_> <_> 2 6 6 11 -1. <_> 4 6 2 11 3. 0 -0.0122226802632213 0.3284207880496979 -0.2180214971303940 <_> <_> <_> 8 10 12 8 -1. <_> 8 14 12 4 2. 0 0.0575486682355404 -0.3676880896091461 0.2435711026191711 <_> <_> <_> 7 17 6 3 -1. <_> 9 17 2 3 3. 0 -9.5794079825282097e-003 -0.7224506735801697 0.0636645630002022 <_> <_> <_> 10 9 3 3 -1. <_> 11 9 1 3 3. 0 -2.9545740690082312e-003 0.3584643900394440 -0.1669632941484451 <_> <_> <_> 8 8 3 6 -1. <_> 9 8 1 6 3. 0 -4.2017991654574871e-003 0.3909480869770050 -0.1204179003834724 <_> <_> <_> 7 0 6 5 -1. <_> 9 0 2 5 3. 0 -0.0136249903589487 -0.5876771807670593 0.0884047299623489 <_> <_> <_> 6 17 1 3 -1. <_> 6 18 1 1 3. 0 6.2853112467564642e-005 -0.2634845972061157 0.2141927927732468 <_> <_> <_> 0 18 4 2 -1. <_> 0 19 4 1 2. 0 -2.6782939676195383e-003 -0.7839016914367676 0.0805269628763199 <_> <_> <_> 4 1 11 9 -1. <_> 4 4 11 3 3. 0 -0.0705971792340279 0.4146926105022430 -0.1398995965719223 <_> <_> <_> 3 1 14 9 -1. <_> 3 4 14 3 3. 0 0.0920936465263367 -0.1305518001317978 0.5043578147888184 <_> <_> <_> 0 9 6 4 -1. <_> 2 9 2 4 3. 0 -8.8004386052489281e-003 0.3660975098609924 -0.1403664946556091 <_> <_> <_> 18 13 1 2 -1. <_> 18 14 1 1 2. 0 7.5080977694597095e-005 -0.2970443964004517 0.2070294022560120 <_> <_> <_> 13 5 3 11 -1. <_> 14 5 1 11 3. 0 -2.9870450962334871e-003 0.3561570048332214 -0.1544596999883652 <_> <_> <_> 0 18 8 2 -1. <_> 0 18 4 1 2. <_> 4 19 4 1 2. 0 -2.6441509835422039e-003 -0.5435351729393005 0.1029511019587517 -1.2179850339889526 3 -1 <_> <_> <_> <_> 5 8 12 5 -1. <_> 9 8 4 5 3. 0 -0.0478624701499939 0.4152823984622955 -0.3418582081794739 <_> <_> <_> 4 7 11 10 -1. <_> 4 12 11 5 2. 0 0.0873505324125290 -0.3874978125095367 0.2420420050621033 <_> <_> <_> 14 9 6 4 -1. <_> 16 9 2 4 3. 0 -0.0168494991958141 0.5308247804641724 -0.1728291064500809 <_> <_> <_> 0 7 6 8 -1. <_> 3 7 3 8 2. 0 -0.0288700293749571 0.3584350943565369 -0.2240259051322937 <_> <_> <_> 0 16 3 3 -1. <_> 0 17 3 1 3. 0 2.5679389946162701e-003 0.1499049961566925 -0.6560940742492676 <_> <_> <_> 7 11 12 1 -1. <_> 11 11 4 1 3. 0 -0.0241166595369577 0.5588967800140381 -0.1481028050184250 <_> <_> <_> 4 8 9 4 -1. <_> 7 8 3 4 3. 0 -0.0328266583383083 0.4646868109703064 -0.1078552976250649 <_> <_> <_> 5 16 6 4 -1. <_> 7 16 2 4 3. 0 -0.0152330603450537 -0.7395442724227905 0.0562368817627430 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -3.0209511169232428e-004 -0.4554882049560547 0.0970698371529579 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 7.5365108205005527e-004 0.0951472967863083 -0.5489501953125000 <_> <_> <_> 4 9 4 10 -1. <_> 4 9 2 5 2. <_> 6 14 2 5 2. 0 -0.0106389503926039 0.4091297090053558 -0.1230840981006622 <_> <_> <_> 4 8 6 4 -1. <_> 6 8 2 4 3. 0 -7.5217830017209053e-003 0.4028914868831635 -0.1604878008365631 <_> <_> <_> 10 2 2 18 -1. <_> 10 8 2 6 3. 0 -0.1067709997296333 0.6175932288169861 -0.0730911865830421 <_> <_> <_> 0 5 8 6 -1. <_> 0 5 4 3 2. <_> 4 8 4 3 2. 0 0.0162569191306829 -0.1310368031263351 0.3745365142822266 <_> <_> <_> 6 0 6 5 -1. <_> 8 0 2 5 3. 0 -0.0206793602555990 -0.7140290737152100 0.0523900091648102 <_> <_> <_> 18 0 2 14 -1. <_> 18 7 2 7 2. 0 0.0170523691922426 0.1282286047935486 -0.3108068108558655 <_> <_> <_> 8 18 4 2 -1. <_> 10 18 2 2 2. 0 -5.7122060097754002e-003 -0.6055650711059570 0.0818847566843033 <_> <_> <_> 1 17 6 3 -1. <_> 1 18 6 1 3. 0 2.0851430235779844e-005 -0.2681298851966858 0.1445384025573731 <_> <_> <_> 11 8 3 5 -1. <_> 12 8 1 5 3. 0 7.9284431412816048e-003 -0.0787953510880470 0.5676258206367493 <_> <_> <_> 11 8 3 4 -1. <_> 12 8 1 4 3. 0 -2.5217379443347454e-003 0.3706862926483154 -0.1362057030200958 <_> <_> <_> 11 0 6 5 -1. <_> 13 0 2 5 3. 0 -0.0224261991679668 -0.6870499849319458 0.0510628595948219 <_> <_> <_> 1 7 6 7 -1. <_> 3 7 2 7 3. 0 -7.6451441273093224e-003 0.2349222004413605 -0.1790595948696137 <_> <_> <_> 0 13 1 3 -1. <_> 0 14 1 1 3. 0 -1.1175329564139247e-003 -0.5986905097961426 0.0743244364857674 <_> <_> <_> 3 2 9 6 -1. <_> 3 4 9 2 3. 0 0.0192127898335457 -0.1570255011320114 0.2973746955394745 <_> <_> <_> 8 6 9 2 -1. <_> 8 7 9 1 2. 0 5.6293429806828499e-003 -0.0997690185904503 0.4213027060031891 <_> <_> <_> 0 14 3 6 -1. <_> 0 16 3 2 3. 0 -9.5671862363815308e-003 -0.6085879802703857 0.0735062584280968 <_> <_> <_> 1 11 6 4 -1. <_> 3 11 2 4 3. 0 0.0112179601565003 -0.1032081022858620 0.4190984964370728 -1.2905240058898926 4 -1 <_> <_> <_> <_> 6 9 9 3 -1. <_> 9 9 3 3 3. 0 -0.0174864400178194 0.3130728006362915 -0.3368118107318878 <_> <_> <_> 6 0 9 6 -1. <_> 6 2 9 2 3. 0 0.0307146497070789 -0.1876619011163712 0.5378080010414124 <_> <_> <_> 8 5 6 6 -1. <_> 8 7 6 2 3. 0 -0.0221887193620205 0.3663788139820099 -0.1612481027841568 <_> <_> <_> 1 12 2 1 -1. <_> 2 12 1 1 2. 0 -5.0700771680567414e-005 0.2124571055173874 -0.2844462096691132 <_> <_> <_> 10 10 6 2 -1. <_> 12 10 2 2 3. 0 -7.0170420221984386e-003 0.3954311013221741 -0.1317359060049057 <_> <_> <_> 13 8 6 6 -1. <_> 15 8 2 6 3. 0 -6.8563609384000301e-003 0.3037385940551758 -0.2065781950950623 <_> <_> <_> 6 16 6 4 -1. <_> 8 16 2 4 3. 0 -0.0141292596235871 -0.7650300860404968 0.0982131883502007 <_> <_> <_> 8 0 9 9 -1. <_> 8 3 9 3 3. 0 -0.0479154810309410 0.4830738902091980 -0.1300680935382843 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 4.7032979637151584e-005 -0.2521657049655914 0.2438668012619019 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 1.0221180273219943e-003 0.0688576027750969 -0.6586114168167114 <_> <_> <_> 7 10 3 3 -1. <_> 8 10 1 3 3. 0 -2.6056109927594662e-003 0.4294202923774719 -0.1302246004343033 <_> <_> <_> 9 14 2 2 -1. <_> 9 14 1 1 2. <_> 10 15 1 1 2. 0 5.4505340813193470e-005 -0.1928862035274506 0.2895849943161011 <_> <_> <_> 9 14 2 2 -1. <_> 9 14 1 1 2. <_> 10 15 1 1 2. 0 -6.6721157054416835e-005 0.3029071092605591 -0.1985436975955963 <_> <_> <_> 0 8 19 12 -1. <_> 0 14 19 6 2. 0 0.2628143131732941 -0.2329394072294235 0.2369246035814285 <_> <_> <_> 7 6 9 14 -1. <_> 10 6 3 14 3. 0 -0.0235696695744991 0.1940104067325592 -0.2848461866378784 <_> <_> <_> 13 8 3 4 -1. <_> 14 8 1 4 3. 0 -3.9120172150433064e-003 0.5537897944450378 -0.0956656783819199 <_> <_> <_> 4 17 1 3 -1. <_> 4 18 1 1 3. 0 5.0788799853762612e-005 -0.2391265928745270 0.2179948985576630 <_> <_> <_> 4 9 6 3 -1. <_> 6 9 2 3 3. 0 -7.8732017427682877e-003 0.4069742858409882 -0.1276804059743881 <_> <_> <_> 2 18 5 2 -1. <_> 2 19 5 1 2. 0 -1.6778609715402126e-003 -0.5774465799331665 0.0973247885704041 <_> <_> <_> 7 8 2 2 -1. <_> 7 8 1 1 2. <_> 8 9 1 1 2. 0 -2.6832430739887059e-004 0.2902188003063202 -0.1683126986026764 <_> <_> <_> 7 8 2 2 -1. <_> 7 8 1 1 2. <_> 8 9 1 1 2. 0 7.8687182394787669e-005 -0.1955157071352005 0.2772096991539002 <_> <_> <_> 5 10 13 2 -1. <_> 5 11 13 1 2. 0 0.0129535002633929 -0.0968383178114891 0.4032387137413025 <_> <_> <_> 10 8 1 9 -1. <_> 10 11 1 3 3. 0 -0.0130439596250653 0.4719856977462769 -0.0892875492572784 <_> <_> <_> 15 8 2 12 -1. <_> 15 8 1 6 2. <_> 16 14 1 6 2. 0 3.0261781066656113e-003 -0.1362338066101074 0.3068627119064331 <_> <_> <_> 4 0 3 5 -1. <_> 5 0 1 5 3. 0 -6.0438038781285286e-003 -0.7795410156250000 0.0573163107037544 <_> <_> <_> 12 6 3 7 -1. <_> 13 6 1 7 3. 0 -2.2507249377667904e-003 0.3087705969810486 -0.1500630974769592 <_> <_> <_> 7 16 6 4 -1. <_> 9 16 2 4 3. 0 0.0158268101513386 0.0645518898963928 -0.7245556712150574 <_> <_> <_> 9 16 2 1 -1. <_> 10 16 1 1 2. 0 6.5864507632795721e-005 -0.1759884059429169 0.2321038991212845 -1.1600480079650879 5 -1 <_> <_> <_> <_> 6 10 9 2 -1. <_> 9 10 3 2 3. 0 -0.0278548691421747 0.4551844894886017 -0.1809991002082825 <_> <_> <_> 0 6 15 14 -1. <_> 0 13 15 7 2. 0 0.1289504021406174 -0.5256553292274475 0.1618890017271042 <_> <_> <_> 9 1 5 6 -1. <_> 9 3 5 2 3. 0 0.0244031809270382 -0.1497496068477631 0.4235737919807434 <_> <_> <_> 3 9 3 4 -1. <_> 4 9 1 4 3. 0 -2.4458570405840874e-003 0.3294866979122162 -0.1744769066572189 <_> <_> <_> 5 7 3 6 -1. <_> 6 7 1 6 3. 0 -3.5336529836058617e-003 0.4742664098739624 -0.0736183598637581 <_> <_> <_> 17 16 1 2 -1. <_> 17 17 1 1 2. 0 5.1358150813030079e-005 -0.3042193055152893 0.1563327014446259 <_> <_> <_> 9 8 6 12 -1. <_> 11 8 2 12 3. 0 -0.0162256807088852 0.2300218045711517 -0.2035982012748718 <_> <_> <_> 6 10 6 1 -1. <_> 8 10 2 1 3. 0 -4.6007009223103523e-003 0.4045926928520203 -0.1348544061183929 <_> <_> <_> 7 17 9 3 -1. <_> 10 17 3 3 3. 0 -0.0219289995729923 -0.6872448921203613 0.0806842669844627 <_> <_> <_> 14 18 6 2 -1. <_> 14 19 6 1 2. 0 -2.8971210122108459e-003 -0.6961960792541504 0.0485452190041542 <_> <_> <_> 9 5 3 14 -1. <_> 10 5 1 14 3. 0 -4.4074649922549725e-003 0.2516626119613648 -0.1623664945363998 <_> <_> <_> 8 16 9 4 -1. <_> 11 16 3 4 3. 0 0.0284371692687273 0.0603942610323429 -0.6674445867538452 <_> <_> <_> 0 0 4 14 -1. <_> 0 7 4 7 2. 0 0.0832128822803497 0.0643579214811325 -0.5362604260444641 <_> <_> <_> 8 1 6 3 -1. <_> 10 1 2 3 3. 0 -0.0124193299561739 -0.7081686258316040 0.0575266107916832 <_> <_> <_> 6 8 3 4 -1. <_> 7 8 1 4 3. 0 -4.6992599964141846e-003 0.5125433206558228 -0.0873508006334305 <_> <_> <_> 4 8 3 4 -1. <_> 5 8 1 4 3. 0 -7.8025809489190578e-004 0.2668766081333160 -0.1796150952577591 <_> <_> <_> 5 1 6 5 -1. <_> 7 1 2 5 3. 0 -0.0197243392467499 -0.6756373047828674 0.0729419067502022 <_> <_> <_> 1 18 1 2 -1. <_> 1 19 1 1 2. 0 1.0269250487908721e-003 0.0539193190634251 -0.5554018020629883 <_> <_> <_> 7 0 6 6 -1. <_> 7 2 6 2 3. 0 -0.0259571895003319 0.5636252760887146 -0.0718983933329582 <_> <_> <_> 0 18 4 2 -1. <_> 0 19 4 1 2. 0 -1.2552699772641063e-003 -0.5034663081169128 0.0896914526820183 <_> <_> <_> 12 3 8 12 -1. <_> 12 7 8 4 3. 0 -0.0499705784022808 0.1768511980772018 -0.2230195999145508 <_> <_> <_> 12 9 3 4 -1. <_> 13 9 1 4 3. 0 -2.9899610672146082e-003 0.3912242054939270 -0.1014975011348724 <_> <_> <_> 12 8 3 5 -1. <_> 13 8 1 5 3. 0 4.8546842299401760e-003 -0.1177017986774445 0.4219093918800354 <_> <_> <_> 16 0 2 1 -1. <_> 17 0 1 1 2. 0 1.0448860120959580e-004 -0.1733397990465164 0.2234444022178650 <_> <_> <_> 5 17 1 3 -1. <_> 5 18 1 1 3. 0 5.9689260524464771e-005 -0.2340963035821915 0.1655824035406113 <_> <_> <_> 10 2 3 6 -1. <_> 10 4 3 2 3. 0 -0.0134239196777344 0.4302381873130798 -0.0997236520051956 <_> <_> <_> 4 17 2 3 -1. <_> 4 18 2 1 3. 0 2.2581999655812979e-003 0.0727209895849228 -0.5750101804733276 <_> <_> <_> 12 7 1 9 -1. <_> 12 10 1 3 3. 0 -0.0125462803989649 0.3618457913398743 -0.1145701035857201 <_> <_> <_> 7 6 3 9 -1. <_> 8 6 1 9 3. 0 -2.8705769218504429e-003 0.2821053862571716 -0.1236755028367043 <_> <_> <_> 17 13 3 6 -1. <_> 17 15 3 2 3. 0 0.0197856407612562 0.0478767491877079 -0.8066623806953430 <_> <_> <_> 7 7 3 8 -1. <_> 8 7 1 8 3. 0 4.7588930465281010e-003 -0.1092538982629776 0.3374697864055634 <_> <_> <_> 5 0 3 5 -1. <_> 6 0 1 5 3. 0 -6.9974269717931747e-003 -0.8029593825340271 0.0457067005336285 <_> <_> <_> 4 6 9 8 -1. <_> 7 6 3 8 3. 0 -0.0130334803834558 0.1868043988943100 -0.1768891066312790 <_> <_> <_> 2 9 3 3 -1. <_> 3 9 1 3 3. 0 -1.3742579612880945e-003 0.2772547900676727 -0.1280900985002518 <_> <_> <_> 16 18 4 2 -1. <_> 16 19 4 1 2. 0 2.7657810132950544e-003 0.0907589420676231 -0.4259473979473114 <_> <_> <_> 17 10 3 10 -1. <_> 17 15 3 5 2. 0 2.8941841446794569e-004 -0.3881632983684540 0.0892677977681160 -1.2257250547409058 6 -1 <_> <_> <_> <_> 8 9 6 4 -1. <_> 10 9 2 4 3. 0 -0.0144692296162248 0.3750782907009125 -0.2492828965187073 <_> <_> <_> 5 2 10 12 -1. <_> 5 6 10 4 3. 0 -0.1331762969493866 0.3016637861728668 -0.2241407036781311 <_> <_> <_> 6 9 6 3 -1. <_> 8 9 2 3 3. 0 -0.0101321600377560 0.3698559105396271 -0.1785001009702683 <_> <_> <_> 11 7 3 7 -1. <_> 12 7 1 7 3. 0 -7.8511182218790054e-003 0.4608676135540009 -0.1293139010667801 <_> <_> <_> 12 8 6 4 -1. <_> 14 8 2 4 3. 0 -0.0142958397045732 0.4484142959117889 -0.1022624000906944 <_> <_> <_> 14 8 6 5 -1. <_> 16 8 2 5 3. 0 -5.9606940485537052e-003 0.2792798876762390 -0.1532382965087891 <_> <_> <_> 12 12 2 4 -1. <_> 12 14 2 2 2. 0 0.0109327696263790 -0.1514174044132233 0.3988964855670929 <_> <_> <_> 3 15 1 2 -1. <_> 3 16 1 1 2. 0 5.0430990086169913e-005 -0.2268157005310059 0.2164438962936401 <_> <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 -5.8431681245565414e-003 0.4542014896869659 -0.1258715987205505 <_> <_> <_> 10 0 6 6 -1. <_> 12 0 2 6 3. 0 -0.0223462097346783 -0.6269019246101379 0.0824031233787537 <_> <_> <_> 10 6 3 8 -1. <_> 11 6 1 8 3. 0 -4.8836669884622097e-003 0.2635925114154816 -0.1468663066625595 <_> <_> <_> 16 17 1 2 -1. <_> 16 18 1 1 2. 0 7.5506002758629620e-005 -0.2450702041387558 0.1667888015508652 <_> <_> <_> 16 16 1 3 -1. <_> 16 17 1 1 3. 0 -4.9026997294276953e-004 -0.4264996051788330 0.0899735614657402 <_> <_> <_> 11 11 1 2 -1. <_> 11 12 1 1 2. 0 1.4861579984426498e-003 -0.1204025000333786 0.3009765148162842 <_> <_> <_> 3 7 6 9 -1. <_> 5 7 2 9 3. 0 -0.0119883399456739 0.2785247862339020 -0.1224434003233910 <_> <_> <_> 4 18 9 1 -1. <_> 7 18 3 1 3. 0 0.0105022396892309 0.0404527597129345 -0.7405040860176086 <_> <_> <_> 0 11 4 9 -1. <_> 0 14 4 3 3. 0 -0.0309630092233419 -0.6284269094467163 0.0480137616395950 <_> <_> <_> 9 17 6 3 -1. <_> 11 17 2 3 3. 0 0.0114145204424858 0.0394052118062973 -0.7167412042617798 <_> <_> <_> 7 8 6 12 -1. <_> 9 8 2 12 3. 0 -0.0123370001092553 0.1994132995605469 -0.1927430033683777 <_> <_> <_> 6 8 3 4 -1. <_> 7 8 1 4 3. 0 -5.9942267835140228e-003 0.5131816267967224 -0.0616580583155155 <_> <_> <_> 3 17 1 3 -1. <_> 3 18 1 1 3. 0 -1.1923230485990644e-003 -0.7260529994964600 0.0506527200341225 <_> <_> <_> 11 9 6 4 -1. <_> 13 9 2 4 3. 0 -7.4582789093255997e-003 0.2960307896137238 -0.1175478994846344 <_> <_> <_> 6 1 3 2 -1. <_> 7 1 1 2 3. 0 2.7877509128302336e-003 0.0450687110424042 -0.6953541040420532 <_> <_> <_> 1 0 2 1 -1. <_> 2 0 1 1 2. 0 -2.2503209766000509e-004 0.2004725039005280 -0.1577524989843369 <_> <_> <_> 1 0 2 14 -1. <_> 1 0 1 7 2. <_> 2 7 1 7 2. 0 -5.0367889925837517e-003 0.2929981946945190 -0.1170049980282784 <_> <_> <_> 5 5 11 8 -1. <_> 5 9 11 4 2. 0 0.0747421607375145 -0.1139231994748116 0.3025662004947662 <_> <_> <_> 9 3 5 6 -1. <_> 9 5 5 2 3. 0 0.0202555190771818 -0.1051589027047157 0.4067046046257019 <_> <_> <_> 7 9 5 10 -1. <_> 7 14 5 5 2. 0 0.0442145094275475 -0.2763164043426514 0.1236386969685555 <_> <_> <_> 15 10 2 2 -1. <_> 16 10 1 2 2. 0 -8.7259558495134115e-004 0.2435503005981445 -0.1330094933509827 <_> <_> <_> 0 18 8 2 -1. <_> 0 19 8 1 2. 0 -2.4453739169985056e-003 -0.5386617183685303 0.0625106468796730 <_> <_> <_> 7 17 1 3 -1. <_> 7 18 1 1 3. 0 8.2725353422574699e-005 -0.2077220976352692 0.1627043932676315 <_> <_> <_> 7 2 11 6 -1. <_> 7 4 11 2 3. 0 -0.0366271100938320 0.3656840920448303 -0.0903302803635597 <_> <_> <_> 8 3 9 3 -1. <_> 8 4 9 1 3. 0 3.0996399000287056e-003 -0.1318302005529404 0.2535429894924164 <_> <_> <_> 0 9 2 2 -1. <_> 0 10 2 1 2. 0 -2.4709280114620924e-003 -0.5685349702835083 0.0535054318606853 <_> <_> <_> 0 5 3 6 -1. <_> 0 7 3 2 3. 0 -0.0141146704554558 -0.4859901070594788 0.0584852509200573 <_> <_> <_> 6 7 2 2 -1. <_> 6 7 1 1 2. <_> 7 8 1 1 2. 0 8.4537261864170432e-004 -0.0800936371088028 0.4026564955711365 <_> <_> <_> 7 6 3 6 -1. <_> 8 6 1 6 3. 0 -7.1098632179200649e-003 0.4470323920249939 -0.0629474371671677 <_> <_> <_> 12 1 6 4 -1. <_> 14 1 2 4 3. 0 -0.0191259607672691 -0.6642286777496338 0.0498227700591087 <_> <_> <_> 9 11 6 8 -1. <_> 11 11 2 8 3. 0 -5.0773010589182377e-003 0.1737940013408661 -0.1685059964656830 <_> <_> <_> 17 15 3 3 -1. <_> 17 16 3 1 3. 0 -2.9198289848864079e-003 -0.6011028289794922 0.0574279390275478 <_> <_> <_> 6 6 3 9 -1. <_> 6 9 3 3 3. 0 -0.0249021500349045 0.2339798063039780 -0.1181845963001251 <_> <_> <_> 0 5 8 6 -1. <_> 0 5 4 3 2. <_> 4 8 4 3 2. 0 0.0201477799564600 -0.0894598215818405 0.3602440059185028 <_> <_> <_> 0 6 1 3 -1. <_> 0 7 1 1 3. 0 1.7597640398889780e-003 0.0494584403932095 -0.6310262084007263 <_> <_> <_> 17 0 2 6 -1. <_> 18 0 1 6 2. 0 1.3812039978802204e-003 -0.1521805971860886 0.1897173970937729 <_> <_> <_> 10 17 6 3 -1. <_> 12 17 2 3 3. 0 -0.0109045403078198 -0.5809738039970398 0.0448627285659313 <_> <_> <_> 13 15 2 2 -1. <_> 13 15 1 1 2. <_> 14 16 1 1 2. 0 7.5157178798690438e-005 -0.1377734988927841 0.1954316049814224 <_> <_> <_> 4 0 12 3 -1. <_> 4 1 12 1 3. 0 3.8649770431220531e-003 -0.1030222997069359 0.2537496984004974 -1.2863140106201172 7 -1 <_> <_> <_> <_> 5 3 10 9 -1. <_> 5 6 10 3 3. 0 -0.1021588966250420 0.4168125987052918 -0.1665562987327576 <_> <_> <_> 7 7 9 7 -1. <_> 10 7 3 7 3. 0 -0.0519398190081120 0.3302395045757294 -0.2071571052074432 <_> <_> <_> 5 8 9 6 -1. <_> 8 8 3 6 3. 0 -0.0427177809178829 0.2609373033046722 -0.1601389050483704 <_> <_> <_> 0 16 6 2 -1. <_> 0 17 6 1 2. 0 4.3890418601222336e-004 -0.3475053012371063 0.1391891986131668 <_> <_> <_> 12 6 7 14 -1. <_> 12 13 7 7 2. 0 0.0242643896490335 -0.4255205988883972 0.1357838064432144 <_> <_> <_> 13 7 6 8 -1. <_> 15 7 2 8 3. 0 -0.0238205995410681 0.3174980878829956 -0.1665204018354416 <_> <_> <_> 2 10 6 3 -1. <_> 4 10 2 3 3. 0 -7.0518180727958679e-003 0.3094717860221863 -0.1333830058574677 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -6.8517157342284918e-004 -0.6008226275444031 0.0877470001578331 <_> <_> <_> 7 1 6 2 -1. <_> 7 2 6 1 2. 0 5.3705149330198765e-003 -0.1231144964694977 0.3833355009555817 <_> <_> <_> 6 0 6 4 -1. <_> 6 2 6 2 2. 0 -0.0134035395458341 0.3387736976146698 -0.1014048978686333 <_> <_> <_> 8 18 6 2 -1. <_> 10 18 2 2 3. 0 -6.6856360062956810e-003 -0.6119359731674194 0.0477402210235596 <_> <_> <_> 7 6 5 2 -1. <_> 7 7 5 1 2. 0 -4.2887418530881405e-003 0.2527579069137573 -0.1443451046943665 <_> <_> <_> 6 7 3 6 -1. <_> 7 7 1 6 3. 0 -0.0108767496421933 0.5477573275566101 -0.0594554804265499 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 3.7882640026509762e-004 0.0834103003144264 -0.4422636926174164 <_> <_> <_> 16 8 3 7 -1. <_> 17 8 1 7 3. 0 -2.4550149682909250e-003 0.2333099991083145 -0.1396448016166687 <_> <_> <_> 0 16 2 3 -1. <_> 0 17 2 1 3. 0 1.2721839593723416e-003 0.0604802891612053 -0.4945608973503113 <_> <_> <_> 5 19 6 1 -1. <_> 7 19 2 1 3. 0 -4.8933159559965134e-003 -0.6683326959609985 0.0462184995412827 <_> <_> <_> 9 5 6 6 -1. <_> 9 7 6 2 3. 0 0.0264499895274639 -0.0732353627681732 0.4442596137523651 <_> <_> <_> 0 10 2 4 -1. <_> 0 12 2 2 2. 0 -3.3706070389598608e-003 -0.4246433973312378 0.0686765611171722 <_> <_> <_> 0 9 4 3 -1. <_> 2 9 2 3 2. 0 -2.9559480026364326e-003 0.1621803939342499 -0.1822299957275391 <_> <_> <_> 1 10 6 9 -1. <_> 3 10 2 9 3. 0 0.0306199099868536 -0.0586433410644531 0.5326362848281860 <_> <_> <_> 9 0 6 2 -1. <_> 11 0 2 2 3. 0 -9.5765907317399979e-003 -0.6056268215179443 0.0533459894359112 <_> <_> <_> 14 1 2 1 -1. <_> 15 1 1 1 2. 0 6.6372493165545166e-005 -0.1668083965778351 0.1928416043519974 <_> <_> <_> 0 8 1 4 -1. <_> 0 10 1 2 2. 0 5.0975950434803963e-003 0.0441195107996464 -0.5745884180068970 <_> <_> <_> 15 6 2 2 -1. <_> 15 6 1 1 2. <_> 16 7 1 1 2. 0 3.7112718564458191e-004 -0.1108639985322952 0.2310539036989212 <_> <_> <_> 7 5 3 6 -1. <_> 8 5 1 6 3. 0 -8.6607588455080986e-003 0.4045628905296326 -0.0624460913240910 <_> <_> <_> 19 17 1 3 -1. <_> 19 18 1 1 3. 0 8.7489158613607287e-004 0.0648751482367516 -0.4487104117870331 <_> <_> <_> 7 10 3 1 -1. <_> 8 10 1 1 3. 0 1.1120870476588607e-003 -0.0938614606857300 0.3045391142368317 <_> <_> <_> 12 1 6 6 -1. <_> 14 1 2 6 3. 0 -0.0238378196954727 -0.5888742804527283 0.0466594211757183 <_> <_> <_> 15 5 2 1 -1. <_> 16 5 1 1 2. 0 2.2272899514064193e-004 -0.1489859968423843 0.1770195066928864 <_> <_> <_> 8 2 7 4 -1. <_> 8 4 7 2 2. 0 0.0244674701243639 -0.0557896010577679 0.4920830130577087 <_> <_> <_> 4 0 14 15 -1. <_> 4 5 14 5 3. 0 -0.1423932015895844 0.1519200056791306 -0.1877889931201935 <_> <_> <_> 7 8 6 6 -1. <_> 9 8 2 6 3. 0 -0.0201231203973293 0.2178010046482086 -0.1208190023899078 <_> <_> <_> 11 17 1 3 -1. <_> 11 18 1 1 3. 0 1.1513679783092812e-004 -0.1685658991336823 0.1645192950963974 <_> <_> <_> 12 16 2 4 -1. <_> 12 16 1 2 2. <_> 13 18 1 2 2. 0 -2.7556740678846836e-003 -0.6944203972816467 0.0394494682550430 <_> <_> <_> 10 13 2 1 -1. <_> 11 13 1 1 2. 0 -7.5843912782147527e-005 0.1894136965274811 -0.1518384069204330 <_> <_> <_> 11 8 3 3 -1. <_> 12 8 1 3 3. 0 -7.0697711780667305e-003 0.4706459939479828 -0.0579276196658611 <_> <_> <_> 2 0 6 8 -1. <_> 4 0 2 8 3. 0 -0.0373931787908077 -0.7589244842529297 0.0341160483658314 <_> <_> <_> 3 5 6 6 -1. <_> 3 5 3 3 2. <_> 6 8 3 3 2. 0 -0.0159956105053425 0.3067046999931335 -0.0875255763530731 <_> <_> <_> 10 8 3 3 -1. <_> 11 8 1 3 3. 0 -3.1183990649878979e-003 0.2619537115097046 -0.0912148877978325 <_> <_> <_> 5 17 4 2 -1. <_> 5 18 4 1 2. 0 1.0651360498741269e-003 -0.1742756068706513 0.1527764052152634 <_> <_> <_> 8 16 5 2 -1. <_> 8 17 5 1 2. 0 -1.6029420075938106e-003 0.3561263084411621 -0.0766299962997437 <_> <_> <_> 0 4 3 3 -1. <_> 0 5 3 1 3. 0 4.3619908392429352e-003 0.0493569709360600 -0.5922877192497253 <_> <_> <_> 6 3 6 2 -1. <_> 8 3 2 2 3. 0 -0.0107799097895622 -0.6392217874526978 0.0332045406103134 <_> <_> <_> 4 4 9 3 -1. <_> 7 4 3 3 3. 0 -4.3590869754552841e-003 0.1610738933086395 -0.1522132009267807 <_> <_> <_> 0 13 1 4 -1. <_> 0 15 1 2 2. 0 7.4596069753170013e-003 0.0331729613244534 -0.7500774264335632 <_> <_> <_> 0 17 8 3 -1. <_> 0 18 8 1 3. 0 8.1385448575019836e-003 0.0263252798467875 -0.7173116207122803 <_> <_> <_> 6 1 11 6 -1. <_> 6 3 11 2 3. 0 -0.0333384908735752 0.3353661000728607 -0.0708035901188850 -1.1189440488815308 8 -1 <_> <_> <_> <_> 4 10 6 2 -1. <_> 6 10 2 2 3. 0 0.0195539798587561 -0.1043972000479698 0.5312895178794861 <_> <_> <_> 10 8 1 12 -1. <_> 10 14 1 6 2. 0 0.0221229195594788 -0.2474727034568787 0.2084725052118301 <_> <_> <_> 5 8 3 4 -1. <_> 6 8 1 4 3. 0 -4.1829389519989491e-003 0.3828943967819214 -0.1471157968044281 <_> <_> <_> 0 17 1 3 -1. <_> 0 18 1 1 3. 0 -8.6381728760898113e-004 -0.6263288855552673 0.1199325993657112 <_> <_> <_> 0 17 1 3 -1. <_> 0 18 1 1 3. 0 7.9958612332120538e-004 0.0925734713673592 -0.5516883134841919 <_> <_> <_> 13 8 3 4 -1. <_> 14 8 1 4 3. 0 9.1527570039033890e-003 -0.0729298070073128 0.5551251173019409 <_> <_> <_> 1 5 5 4 -1. <_> 1 7 5 2 2. 0 -3.9388681761920452e-003 0.2019603997468948 -0.2091203927993774 <_> <_> <_> 18 14 1 2 -1. <_> 18 15 1 1 2. 0 1.4613410166930407e-004 -0.2786181867122650 0.1381741017103195 <_> <_> <_> 13 8 2 4 -1. <_> 14 8 1 4 2. 0 -3.1691689509898424e-003 0.3668589890003204 -0.0763082429766655 <_> <_> <_> 10 6 6 8 -1. <_> 12 6 2 8 3. 0 -0.0221893899142742 0.3909659981727600 -0.1097154021263123 <_> <_> <_> 8 6 6 10 -1. <_> 10 6 2 10 3. 0 -7.4523608200252056e-003 0.1283859014511108 -0.2415986955165863 <_> <_> <_> 17 16 1 3 -1. <_> 17 17 1 1 3. 0 7.7997002517804503e-004 0.0719780698418617 -0.4397650063037872 <_> <_> <_> 1 7 2 10 -1. <_> 2 7 1 10 2. 0 -4.6783639118075371e-003 0.2156984955072403 -0.1420592069625855 <_> <_> <_> 5 9 6 3 -1. <_> 7 9 2 3 3. 0 -0.0151886399835348 0.3645878136157990 -0.0826759263873100 <_> <_> <_> 0 8 5 12 -1. <_> 0 14 5 6 2. 0 5.0619798712432384e-003 -0.3438040912151337 0.0920682325959206 <_> <_> <_> 0 11 1 3 -1. <_> 0 12 1 1 3. 0 -1.7351920250803232e-003 -0.6172549724578857 0.0492144785821438 <_> <_> <_> 6 16 6 4 -1. <_> 8 16 2 4 3. 0 -0.0124234501272440 -0.5855895280838013 0.0461126007139683 <_> <_> <_> 0 6 2 6 -1. <_> 0 8 2 2 3. 0 -0.0130314296111465 -0.5971078872680664 0.0406724587082863 <_> <_> <_> 11 18 2 1 -1. <_> 12 18 1 1 2. 0 -1.2369629694148898e-003 -0.6833416819572449 0.0331561788916588 <_> <_> <_> 5 1 9 2 -1. <_> 5 2 9 1 2. 0 6.1022108420729637e-003 -0.0947292372584343 0.3010224103927612 <_> <_> <_> 0 0 1 2 -1. <_> 0 1 1 1 2. 0 6.6952849738299847e-004 0.0818168669939041 -0.3519603013992310 <_> <_> <_> 15 9 3 3 -1. <_> 16 9 1 3 3. 0 -1.7970580374822021e-003 0.2371897995471954 -0.1176870986819267 <_> <_> <_> 18 16 1 3 -1. <_> 18 17 1 1 3. 0 -7.1074528386816382e-004 -0.4476378858089447 0.0576824806630611 <_> <_> <_> 11 10 6 1 -1. <_> 13 10 2 1 3. 0 -5.9126471169292927e-003 0.4342541098594666 -0.0668685734272003 <_> <_> <_> 1 3 4 4 -1. <_> 3 3 2 4 2. 0 -3.3132149837911129e-003 0.1815001070499420 -0.1418032050132752 <_> <_> <_> 11 2 1 18 -1. <_> 11 8 1 6 3. 0 -0.0608146600425243 0.4722171127796173 -0.0614106394350529 <_> <_> <_> 9 1 5 12 -1. <_> 9 5 5 4 3. 0 -0.0967141836881638 0.2768316864967346 -0.0944900363683701 <_> <_> <_> 12 0 8 1 -1. <_> 16 0 4 1 2. 0 3.9073550142347813e-003 -0.1227853000164032 0.2105740010738373 <_> <_> <_> 8 6 3 10 -1. <_> 9 6 1 10 3. 0 -9.0431869029998779e-003 0.3564156889915466 -0.0778062269091606 <_> <_> <_> 19 2 1 6 -1. <_> 19 4 1 2 3. 0 -4.8800031654536724e-003 -0.4103479087352753 0.0696943774819374 <_> <_> <_> 18 6 2 2 -1. <_> 18 7 2 1 2. 0 -4.3547428213059902e-003 -0.7301788926124573 0.0366551503539085 <_> <_> <_> 7 7 3 4 -1. <_> 8 7 1 4 3. 0 -9.6500627696514130e-003 0.5518112778663635 -0.0531680807471275 <_> <_> <_> 5 0 6 5 -1. <_> 7 0 2 5 3. 0 -0.0173973105847836 -0.5708423256874085 0.0502140894532204 <_> <_> <_> 0 3 7 3 -1. <_> 0 4 7 1 3. 0 -6.8304329179227352e-003 -0.4618028104305267 0.0502026900649071 <_> <_> <_> 1 6 2 1 -1. <_> 2 6 1 1 2. 0 3.3255619928240776e-004 -0.0953627303242683 0.2598375976085663 <_> <_> <_> 4 8 2 10 -1. <_> 4 8 1 5 2. <_> 5 13 1 5 2. 0 -2.3100529797375202e-003 0.2287247031927109 -0.1053353026509285 <_> <_> <_> 2 18 18 2 -1. <_> 2 18 9 1 2. <_> 11 19 9 1 2. 0 -7.5426651164889336e-003 -0.5699051022529602 0.0488634593784809 <_> <_> <_> 2 7 4 4 -1. <_> 2 7 2 2 2. <_> 4 9 2 2 2. 0 -5.2723060362040997e-003 0.3514518141746521 -0.0823901072144508 <_> <_> <_> 17 3 3 4 -1. <_> 18 3 1 4 3. 0 -4.8578968271613121e-003 -0.6041762232780457 0.0445394404232502 <_> <_> <_> 16 9 2 8 -1. <_> 16 9 1 4 2. <_> 17 13 1 4 2. 0 1.5867310576140881e-003 -0.1034090965986252 0.2328201979398727 <_> <_> <_> 15 7 1 6 -1. <_> 15 9 1 2 3. 0 -4.7427811659872532e-003 0.2849028110504150 -0.0980904996395111 <_> <_> <_> 14 2 2 2 -1. <_> 14 3 2 1 2. 0 -1.3515240279957652e-003 0.2309643030166626 -0.1136184036731720 <_> <_> <_> 17 0 2 3 -1. <_> 17 1 2 1 3. 0 2.2526069078594446e-003 0.0644783228635788 -0.4220589101314545 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 -3.8038659840822220e-004 -0.3807620108127594 0.0600432902574539 <_> <_> <_> 10 4 4 3 -1. <_> 10 5 4 1 3. 0 4.9043921753764153e-003 -0.0761049985885620 0.3323217034339905 <_> <_> <_> 0 2 8 6 -1. <_> 4 2 4 6 2. 0 -9.0969670563936234e-003 0.1428779065608978 -0.1688780039548874 <_> <_> <_> 7 14 6 6 -1. <_> 7 16 6 2 3. 0 -6.9317929446697235e-003 0.2725540995597839 -0.0928795635700226 <_> <_> <_> 11 15 2 2 -1. <_> 11 16 2 1 2. 0 1.1471060570329428e-003 -0.1527305990457535 0.1970240026712418 <_> <_> <_> 7 1 9 4 -1. <_> 10 1 3 4 3. 0 -0.0376628898084164 -0.5932043790817261 0.0407386012375355 <_> <_> <_> 9 7 3 7 -1. <_> 10 7 1 7 3. 0 -6.8165571428835392e-003 0.2549408972263336 -0.0940819606184959 <_> <_> <_> 6 17 2 2 -1. <_> 6 17 1 1 2. <_> 7 18 1 1 2. 0 6.6205562325194478e-004 0.0467957183718681 -0.4845437109470367 <_> <_> <_> 4 6 3 9 -1. <_> 5 6 1 9 3. 0 -4.2202551849186420e-003 0.2468214929103851 -0.0946739763021469 <_> <_> <_> 0 10 19 10 -1. <_> 0 15 19 5 2. 0 -0.0689865127205849 -0.6651480197906494 0.0359263904392719 <_> <_> <_> 5 17 6 1 -1. <_> 7 17 2 1 3. 0 6.1707608401775360e-003 0.0258333198726177 -0.7268627285957336 <_> <_> <_> 0 12 6 3 -1. <_> 3 12 3 3 2. 0 0.0105362497270107 -0.0818289965391159 0.2976079881191254 -1.1418989896774292 9 -1 <_> <_> <_> <_> 2 5 18 5 -1. <_> 8 5 6 5 3. 0 -0.0627587288618088 0.2789908051490784 -0.2965610921382904 <_> <_> <_> 1 15 6 4 -1. <_> 1 17 6 2 2. 0 3.4516479354351759e-003 -0.3463588058948517 0.2090384066104889 <_> <_> <_> 14 10 6 6 -1. <_> 16 10 2 6 3. 0 -7.8699486330151558e-003 0.2414488941431046 -0.1920557022094727 <_> <_> <_> 0 14 4 3 -1. <_> 0 15 4 1 3. 0 -3.4624869003891945e-003 -0.5915178060531616 0.1248644962906838 <_> <_> <_> 1 7 6 11 -1. <_> 3 7 2 11 3. 0 -9.4818761572241783e-003 0.1839154064655304 -0.2485826015472412 <_> <_> <_> 13 17 7 2 -1. <_> 13 18 7 1 2. 0 2.3226840130519122e-004 -0.3304725885391235 0.1099926009774208 <_> <_> <_> 0 14 2 3 -1. <_> 0 15 2 1 3. 0 1.8101120367646217e-003 0.0987440124154091 -0.4963478147983551 <_> <_> <_> 0 0 6 2 -1. <_> 3 0 3 2 2. 0 -5.4422430694103241e-003 0.2934441864490509 -0.1309475004673004 <_> <_> <_> 0 1 6 3 -1. <_> 3 1 3 3 2. 0 7.4148122221231461e-003 -0.1476269960403442 0.3327716886997223 <_> <_> <_> 0 8 2 6 -1. <_> 0 10 2 2 3. 0 -0.0155651401728392 -0.6840490102767944 0.0998726934194565 <_> <_> <_> 1 2 6 14 -1. <_> 1 2 3 7 2. <_> 4 9 3 7 2. 0 0.0287205204367638 -0.1483328044414520 0.3090257942676544 <_> <_> <_> 17 5 2 2 -1. <_> 17 5 1 1 2. <_> 18 6 1 1 2. 0 9.6687392215244472e-005 -0.1743104010820389 0.2140295952558518 <_> <_> <_> 11 10 9 4 -1. <_> 14 10 3 4 3. 0 0.0523710586130619 -0.0701568573713303 0.4922299087047577 <_> <_> <_> 2 9 12 4 -1. <_> 6 9 4 4 3. 0 -0.0864856913685799 0.5075724720954895 -0.0752942115068436 <_> <_> <_> 7 10 12 2 -1. <_> 11 10 4 2 3. 0 -0.0421698689460754 0.4568096101284027 -0.0902199000120163 <_> <_> <_> 2 13 1 2 -1. <_> 2 14 1 1 2. 0 4.5369830331765115e-005 -0.2653827965259552 0.1618953943252564 <_> <_> <_> 16 7 4 3 -1. <_> 16 8 4 1 3. 0 5.2918000146746635e-003 0.0748901516199112 -0.5405467152595520 <_> <_> <_> 19 16 1 3 -1. <_> 19 17 1 1 3. 0 -7.5511651812121272e-004 -0.4926199018955231 0.0587239488959312 <_> <_> <_> 18 11 1 2 -1. <_> 18 12 1 1 2. 0 7.5108138844370842e-005 -0.2143210023641586 0.1407776027917862 <_> <_> <_> 12 7 8 2 -1. <_> 12 7 4 1 2. <_> 16 8 4 1 2. 0 4.9981209449470043e-003 -0.0905473381280899 0.3571606874465942 <_> <_> <_> 14 9 2 4 -1. <_> 15 9 1 4 2. 0 -1.4929979806765914e-003 0.2562345862388611 -0.1422906965017319 <_> <_> <_> 14 2 6 4 -1. <_> 14 2 3 2 2. <_> 17 4 3 2 2. 0 2.7239411137998104e-003 -0.1564925014972687 0.2108871042728424 <_> <_> <_> 14 0 6 1 -1. <_> 17 0 3 1 2. 0 2.2218320518732071e-003 -0.1507298946380615 0.2680186927318573 <_> <_> <_> 3 12 2 1 -1. <_> 4 12 1 1 2. 0 -7.3993072146549821e-004 0.2954699099063873 -0.1069239005446434 <_> <_> <_> 17 2 3 1 -1. <_> 18 2 1 1 3. 0 2.0113459322601557e-003 0.0506143495440483 -0.7168337106704712 <_> <_> <_> 1 16 18 2 -1. <_> 7 16 6 2 3. 0 0.0114528704434633 -0.1271906942129135 0.2415277957916260 <_> <_> <_> 2 19 8 1 -1. <_> 6 19 4 1 2. 0 -1.0782170575112104e-003 0.2481300979852676 -0.1346119940280914 <_> <_> <_> 1 17 4 3 -1. <_> 1 18 4 1 3. 0 3.3417691010981798e-003 0.0535783097147942 -0.5227416753768921 <_> <_> <_> 19 13 1 2 -1. <_> 19 14 1 1 2. 0 6.9398651248775423e-005 -0.2169874012470245 0.1281217932701111 <_> <_> <_> 9 16 10 4 -1. <_> 9 16 5 2 2. <_> 14 18 5 2 2. 0 -4.0982551872730255e-003 0.2440188974142075 -0.1157058998942375 <_> <_> <_> 12 9 2 4 -1. <_> 12 9 1 2 2. <_> 13 11 1 2 2. 0 -1.6289720078930259e-003 0.2826147079467773 -0.1065946966409683 <_> <_> <_> 19 11 1 9 -1. <_> 19 14 1 3 3. 0 0.0139848599210382 0.0427158996462822 -0.7364631295204163 -1.1255199909210205 10 -1 <_> <_> <_> <_> 6 6 14 14 -1. <_> 6 13 14 7 2. 0 0.1641651988029480 -0.4896030128002167 0.1760770976543427 <_> <_> <_> 2 17 4 2 -1. <_> 2 18 4 1 2. 0 8.3413062384352088e-004 -0.2822043001651764 0.2419957965612412 <_> <_> <_> 0 2 1 3 -1. <_> 0 3 1 1 3. 0 -1.7193210078403354e-003 -0.7148588895797730 0.0861622169613838 <_> <_> <_> 0 12 1 3 -1. <_> 0 13 1 1 3. 0 -1.5654950402677059e-003 -0.7297238111495972 0.0940706729888916 <_> <_> <_> 15 15 4 4 -1. <_> 15 17 4 2 2. 0 1.9124479731544852e-003 -0.3118715882301331 0.1814339011907578 <_> <_> <_> 2 5 18 7 -1. <_> 8 5 6 7 3. 0 -0.1351236999034882 0.2957729995250702 -0.2217925041913986 <_> <_> <_> 1 16 5 3 -1. <_> 1 17 5 1 3. 0 -4.0300549007952213e-003 -0.6659513711929321 0.0854310169816017 <_> <_> <_> 0 4 2 3 -1. <_> 0 5 2 1 3. 0 -2.8640460222959518e-003 -0.6208636164665222 0.0531060211360455 <_> <_> <_> 0 6 2 6 -1. <_> 1 6 1 6 2. 0 -1.4065420255064964e-003 0.2234628945589066 -0.2021100968122482 <_> <_> <_> 16 14 4 3 -1. <_> 16 15 4 1 3. 0 -3.5820449702441692e-003 -0.5403040051460266 0.0682136192917824 <_> <_> <_> 0 0 10 6 -1. <_> 0 0 5 3 2. <_> 5 3 5 3 2. 0 0.0415444709360600 -0.0652158409357071 0.6210923194885254 <_> <_> <_> 2 2 3 6 -1. <_> 3 2 1 6 3. 0 -9.1709550470113754e-003 -0.7555329799652100 0.0526404492557049 <_> <_> <_> 2 0 3 10 -1. <_> 3 0 1 10 3. 0 6.1552738770842552e-003 0.0909394025802612 -0.4424613118171692 <_> <_> <_> 5 5 2 2 -1. <_> 5 6 2 1 2. 0 -1.0043520014733076e-003 0.2429233044385910 -0.1866979002952576 <_> <_> <_> 12 6 4 4 -1. <_> 12 8 4 2 2. 0 0.0115198297426105 -0.1176315024495125 0.3672345876693726 <_> <_> <_> 13 5 7 3 -1. <_> 13 6 7 1 3. 0 -8.9040733873844147e-003 -0.4893133044242859 0.1089702025055885 <_> <_> <_> 10 13 1 2 -1. <_> 10 14 1 1 2. 0 5.3973670583218336e-004 -0.2185039967298508 0.1848998963832855 <_> <_> <_> 16 16 4 2 -1. <_> 18 16 2 2 2. 0 1.3727260520681739e-003 -0.1507291048765183 0.2917312979698181 <_> <_> <_> 16 12 4 7 -1. <_> 18 12 2 7 2. 0 -0.0108073903247714 0.4289745092391968 -0.1028013974428177 <_> <_> <_> 16 17 1 3 -1. <_> 16 18 1 1 3. 0 1.2670770520344377e-003 0.0741921588778496 -0.6420825123786926 <_> <_> <_> 19 9 1 3 -1. <_> 19 10 1 1 3. 0 2.2991129662841558e-003 0.0471002794802189 -0.7233523130416870 <_> <_> <_> 18 7 2 6 -1. <_> 19 7 1 6 2. 0 2.7187510859221220e-003 -0.1708686947822571 0.2351350933313370 <_> <_> <_> 8 1 3 4 -1. <_> 9 1 1 4 3. 0 -6.6619180142879486e-003 -0.7897542715072632 0.0450846701860428 <_> <_> <_> 14 0 6 9 -1. <_> 16 0 2 9 3. 0 -0.0482666492462158 -0.6957991719245911 0.0419760793447495 <_> <_> <_> 4 2 10 2 -1. <_> 9 2 5 2 2. 0 0.0152146900072694 -0.1081828027963638 0.3646062016487122 <_> <_> <_> 2 12 8 4 -1. <_> 2 12 4 2 2. <_> 6 14 4 2 2. 0 -6.0080131515860558e-003 0.3097099065780640 -0.1135921031236649 <_> <_> <_> 0 4 7 3 -1. <_> 0 5 7 1 3. 0 6.6127157770097256e-003 0.0806653425097466 -0.4665853083133698 <_> <_> <_> 14 14 3 3 -1. <_> 15 14 1 3 3. 0 -7.9607013612985611e-003 -0.8720194101333618 0.0367745906114578 <_> <_> <_> 0 3 4 3 -1. <_> 2 3 2 3 2. 0 3.8847199175506830e-003 -0.1166628971695900 0.3307026922702789 <_> <_> <_> 1 0 2 7 -1. <_> 2 0 1 7 2. 0 -1.0988810099661350e-003 0.2387257069349289 -0.1765675991773605 -1.1729990243911743 11 -1 <_> <_> <_> <_> 15 16 4 4 -1. <_> 15 18 4 2 2. 0 3.5903379321098328e-003 -0.2368807941675186 0.2463164031505585 <_> <_> <_> 5 8 12 4 -1. <_> 5 10 12 2 2. 0 6.4815930090844631e-003 -0.3137362003326416 0.1867575943470001 <_> <_> <_> 3 17 1 2 -1. <_> 3 18 1 1 2. 0 7.3048402555286884e-005 -0.2764435112476349 0.1649623960256577 <_> <_> <_> 6 1 3 4 -1. <_> 7 1 1 4 3. 0 -3.8514640182256699e-003 -0.5601450800895691 0.1129473969340324 <_> <_> <_> 6 2 3 4 -1. <_> 7 2 1 4 3. 0 3.8588210009038448e-003 0.0398489981889725 -0.5807185769081116 <_> <_> <_> 6 8 9 12 -1. <_> 9 8 3 12 3. 0 -0.0246512200683355 0.1675501018762589 -0.2534367144107819 <_> <_> <_> 8 1 8 6 -1. <_> 8 3 8 2 3. 0 0.0472455210983753 -0.1066208034753799 0.3945198059082031 <_> <_> <_> 14 2 6 3 -1. <_> 17 2 3 3 2. 0 6.5964651294052601e-003 -0.1774425059556961 0.2728019058704376 <_> <_> <_> 0 6 1 3 -1. <_> 0 7 1 1 3. 0 -1.3177490327507257e-003 -0.5427265167236328 0.0486065894365311 <_> <_> <_> 10 0 10 2 -1. <_> 15 0 5 2 2. 0 -5.0261709839105606e-003 0.2439424991607666 -0.1314364969730377 <_> <_> <_> 11 0 3 2 -1. <_> 12 0 1 2 3. 0 3.4632768947631121e-003 0.0690493434667587 -0.7033624053001404 <_> <_> <_> 3 19 10 1 -1. <_> 8 19 5 1 2. 0 2.1692588925361633e-003 -0.1328946053981781 0.2209852933883667 <_> <_> <_> 0 4 7 16 -1. <_> 0 12 7 8 2. 0 0.0293958708643913 -0.2853052020072937 0.1354399025440216 <_> <_> <_> 2 16 1 3 -1. <_> 2 17 1 1 3. 0 -9.6181448316201568e-004 -0.5804138183593750 0.0374506488442421 <_> <_> <_> 7 8 12 6 -1. <_> 11 8 4 6 3. 0 -0.1082099974155426 0.3946728110313416 -0.0786559432744980 <_> <_> <_> 14 9 6 7 -1. <_> 16 9 2 7 3. 0 -0.0180248692631722 0.2735562920570374 -0.1341529935598373 <_> <_> <_> 12 17 6 1 -1. <_> 14 17 2 1 3. 0 6.2509840354323387e-003 0.0233880598098040 -0.8008859157562256 <_> <_> <_> 16 1 3 1 -1. <_> 17 1 1 1 3. 0 -1.6088379779830575e-003 -0.5676252245903015 0.0412156693637371 <_> <_> <_> 0 17 8 2 -1. <_> 0 17 4 1 2. <_> 4 18 4 1 2. 0 7.7564752427861094e-004 -0.1489126980304718 0.1908618062734604 <_> <_> <_> 17 0 2 1 -1. <_> 18 0 1 1 2. 0 8.7122338300105184e-005 -0.1555753052234650 0.1942822039127350 <_> <_> <_> 4 15 6 5 -1. <_> 6 15 2 5 3. 0 -0.0207553207874298 -0.6300653219223023 0.0361343808472157 <_> <_> <_> 7 2 8 2 -1. <_> 7 3 8 1 2. 0 -6.2931738793849945e-003 0.2560924887657166 -0.1058826968073845 <_> <_> <_> 4 1 8 4 -1. <_> 4 3 8 2 2. 0 0.0108441496267915 -0.1012485027313232 0.3032212853431702 <_> <_> <_> 5 19 2 1 -1. <_> 6 19 1 1 2. 0 -6.3752777350600809e-005 0.1911157965660095 -0.1384923011064529 <_> <_> <_> 5 19 2 1 -1. <_> 6 19 1 1 2. 0 6.6480963141657412e-005 -0.1520525068044663 0.2170630991458893 <_> <_> <_> 16 17 1 3 -1. <_> 16 18 1 1 3. 0 1.3560829684138298e-003 0.0494317896664143 -0.6427984237670898 <_> <_> <_> 0 11 2 3 -1. <_> 1 11 1 3 2. 0 -9.0662558795884252e-004 0.1798201054334641 -0.1404460966587067 <_> <_> <_> 0 19 4 1 -1. <_> 2 19 2 1 2. 0 1.0473709553480148e-003 -0.1093354970216751 0.2426594048738480 <_> <_> <_> 0 18 4 2 -1. <_> 2 18 2 2 2. 0 -1.0243969736620784e-003 0.2716268002986908 -0.1182091981172562 <_> <_> <_> 2 17 1 3 -1. <_> 2 18 1 1 3. 0 -1.2024149764329195e-003 -0.7015110254287720 0.0394898988306522 <_> <_> <_> 5 7 11 2 -1. <_> 5 8 11 1 2. 0 7.6911649666726589e-003 -0.0922189131379128 0.3104628920555115 <_> <_> <_> 9 2 4 10 -1. <_> 9 7 4 5 2. 0 -0.1396654993295670 0.6897938847541809 -0.0397061184048653 <_> <_> <_> 0 2 4 3 -1. <_> 0 3 4 1 3. 0 2.1276050247251987e-003 0.0972776114940643 -0.2884179949760437 <_> <_> <_> 10 19 10 1 -1. <_> 15 19 5 1 2. 0 -2.7594310231506824e-003 0.2416867017745972 -0.1127782016992569 <_> <_> <_> 11 17 8 3 -1. <_> 15 17 4 3 2. 0 5.2236132323741913e-003 -0.1143027991056442 0.2425678074359894 <_> <_> <_> 8 19 3 1 -1. <_> 9 19 1 1 3. 0 -1.2590440455824137e-003 -0.5967938899993897 0.0476639606058598 <_> <_> <_> 14 0 3 4 -1. <_> 15 0 1 4 3. 0 -3.7192099262028933e-003 -0.4641413092613220 0.0528476908802986 <_> <_> <_> 10 6 4 3 -1. <_> 10 7 4 1 3. 0 5.9696151874959469e-003 -0.0732442885637283 0.3874309062957764 <_> <_> <_> 0 8 3 2 -1. <_> 0 9 3 1 2. 0 -5.1776720210909843e-003 -0.7419322729110718 0.0404967106878757 <_> <_> <_> 7 12 3 6 -1. <_> 7 14 3 2 3. 0 5.0035100430250168e-003 -0.1388880014419556 0.1876762062311173 <_> <_> <_> 1 18 1 2 -1. <_> 1 19 1 1 2. 0 -5.2013457752764225e-004 -0.5494061708450317 0.0494178496301174 <_> <_> <_> 0 12 4 4 -1. <_> 2 12 2 4 2. 0 5.3168768063187599e-003 -0.0824829787015915 0.3174056112766266 <_> <_> <_> 1 8 6 7 -1. <_> 3 8 2 7 3. 0 -0.0147745897993445 0.2081609964370728 -0.1211555972695351 <_> <_> <_> 0 8 4 5 -1. <_> 2 8 2 5 2. 0 -0.0414164513349533 -0.8243780732154846 0.0333291888237000 -1.0368299484252930 12 -1 <_> <_> <_> <_> 19 16 1 3 -1. <_> 19 17 1 1 3. 0 9.0962520334869623e-004 0.0845799669623375 -0.5611841082572937 <_> <_> <_> 1 5 18 6 -1. <_> 7 5 6 6 3. 0 -0.0561397895216942 0.1534174978733063 -0.2696731984615326 <_> <_> <_> 2 15 4 2 -1. <_> 2 16 4 1 2. 0 1.0292009683325887e-003 -0.2048998028039932 0.2015317976474762 <_> <_> <_> 18 6 2 11 -1. <_> 19 6 1 11 2. 0 2.8783010784536600e-003 -0.1735114008188248 0.2129794955253601 <_> <_> <_> 0 12 2 6 -1. <_> 0 14 2 2 3. 0 -7.4144392274320126e-003 -0.5962486863136292 0.0470779500901699 <_> <_> <_> 12 5 3 2 -1. <_> 12 6 3 1 2. 0 -1.4831849839538336e-003 0.1902461051940918 -0.1598639041185379 <_> <_> <_> 1 3 2 3 -1. <_> 1 4 2 1 3. 0 4.5968941412866116e-003 0.0314471311867237 -0.6869434118270874 <_> <_> <_> 16 14 4 4 -1. <_> 16 16 4 2 2. 0 2.4255330208688974e-003 -0.2360935956239700 0.1103610992431641 <_> <_> <_> 6 8 12 5 -1. <_> 10 8 4 5 3. 0 -0.0849505662918091 0.2310716062784195 -0.1377653032541275 <_> <_> <_> 13 7 2 7 -1. <_> 14 7 1 7 2. 0 -5.0145681016147137e-003 0.3867610991001129 -0.0562173798680305 <_> <_> <_> 1 8 2 6 -1. <_> 2 8 1 6 2. 0 -2.1482061129063368e-003 0.1819159984588623 -0.1761569976806641 <_> <_> <_> 15 0 3 7 -1. <_> 16 0 1 7 3. 0 -0.0103967702016234 -0.7535138130187988 0.0240919701755047 <_> <_> <_> 4 2 6 2 -1. <_> 6 2 2 2 3. 0 -0.0134667502716184 -0.7211886048316956 0.0349493697285652 <_> <_> <_> 0 9 20 9 -1. <_> 0 12 20 3 3. 0 -0.0844354778528214 -0.3379263877868652 0.0711138173937798 <_> <_> <_> 10 14 2 2 -1. <_> 10 15 2 1 2. 0 2.4771490134298801e-003 -0.1176510974764824 0.2254198938608170 <_> <_> <_> 6 5 10 4 -1. <_> 6 7 10 2 2. 0 0.0158280506730080 -0.0695362165570259 0.3139536976814270 <_> <_> <_> 6 1 5 9 -1. <_> 6 4 5 3 3. 0 0.0649169832468033 -0.0750435888767242 0.4067733883857727 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 2.9652469675056636e-004 0.0739533603191376 -0.3454400897026062 <_> <_> <_> 0 14 2 4 -1. <_> 0 16 2 2 2. 0 1.3129520229995251e-003 -0.1690943986177445 0.1525837033987045 <_> <_> <_> 10 8 2 5 -1. <_> 11 8 1 5 2. 0 -5.8032129891216755e-003 0.3526014983654022 -0.0834440663456917 <_> <_> <_> 3 7 12 7 -1. <_> 7 7 4 7 3. 0 -0.1479167938232422 0.4300465881824493 -0.0573099292814732 <_> <_> <_> 0 0 6 6 -1. <_> 3 0 3 6 2. 0 -0.0165841504931450 0.2343268990516663 -0.1090764030814171 <_> <_> <_> 1 0 4 4 -1. <_> 3 0 2 4 2. 0 3.0183270573616028e-003 -0.1360093951225281 0.2640928924083710 <_> <_> <_> 0 0 6 8 -1. <_> 2 0 2 8 3. 0 -0.0364719182252884 -0.6280974149703980 0.0435451082885265 <_> <_> <_> 0 0 2 1 -1. <_> 1 0 1 1 2. 0 -7.3119226726703346e-005 0.1647063046693802 -0.1646378040313721 <_> <_> <_> 0 0 3 3 -1. <_> 0 1 3 1 3. 0 -3.6719450727105141e-003 -0.4742136001586914 0.0485869199037552 <_> <_> <_> 5 4 2 4 -1. <_> 5 6 2 2 2. 0 -4.0151178836822510e-003 0.1822218000888825 -0.1409751027822495 <_> <_> <_> 2 10 9 1 -1. <_> 5 10 3 1 3. 0 0.0199480205774307 -0.0697876587510109 0.3670746088027954 <_> <_> <_> 1 17 1 3 -1. <_> 1 18 1 1 3. 0 7.6699437340721488e-004 0.0557292997837067 -0.4458543062210083 <_> <_> <_> 0 17 2 3 -1. <_> 0 18 2 1 3. 0 -1.1806039838120341e-003 -0.4687662124633789 0.0489022210240364 <_> <_> <_> 0 15 16 3 -1. <_> 8 15 8 3 2. 0 0.0158473495393991 -0.1212020963430405 0.2056653052568436 <_> <_> <_> 0 5 4 1 -1. <_> 2 5 2 1 2. 0 -1.1985700111836195e-003 0.2026209980249405 -0.1282382011413574 <_> <_> <_> 1 0 6 20 -1. <_> 3 0 2 20 3. 0 -0.1096495985984802 -0.8661919236183167 0.0303518492728472 <_> <_> <_> 2 5 4 6 -1. <_> 2 5 2 3 2. <_> 4 8 2 3 2. 0 -9.2532606795430183e-003 0.2934311926364899 -0.0853619500994682 <_> <_> <_> 9 16 6 3 -1. <_> 11 16 2 3 3. 0 0.0146865304559469 0.0327986218035221 -0.7755656242370606 <_> <_> <_> 11 17 6 1 -1. <_> 14 17 3 1 2. 0 -1.3514430029317737e-003 0.2442699968814850 -0.1150325015187264 <_> <_> <_> 3 17 15 2 -1. <_> 8 17 5 2 3. 0 -4.3728090822696686e-003 0.2168767005205154 -0.1398448050022125 <_> <_> <_> 18 0 2 3 -1. <_> 18 1 2 1 3. 0 3.4263390116393566e-003 0.0456142202019691 -0.5456771254539490 <_> <_> <_> 13 1 7 4 -1. <_> 13 3 7 2 2. 0 -3.8404068909585476e-003 0.1494950056076050 -0.1506250947713852 <_> <_> <_> 13 6 4 4 -1. <_> 13 6 2 2 2. <_> 15 8 2 2 2. 0 3.7988980766385794e-003 -0.0873016268014908 0.2548153102397919 <_> <_> <_> 17 6 3 4 -1. <_> 17 8 3 2 2. 0 -2.0094281062483788e-003 0.1725907027721405 -0.1428847014904022 <_> <_> <_> 14 9 2 2 -1. <_> 15 9 1 2 2. 0 -2.4370709434151649e-003 0.2684809863567352 -0.0818982198834419 <_> <_> <_> 17 17 1 3 -1. <_> 17 18 1 1 3. 0 1.0485399980098009e-003 0.0461132600903511 -0.4724327921867371 <_> <_> <_> 3 19 8 1 -1. <_> 7 19 4 1 2. 0 1.7460780218243599e-003 -0.1103043034672737 0.2037972956895828 <_> <_> <_> 0 9 3 6 -1. <_> 0 12 3 3 2. 0 5.8608627878129482e-003 -0.1561965942382813 0.1592743992805481 <_> <_> <_> 4 7 15 5 -1. <_> 9 7 5 5 3. 0 -0.0277249794453382 0.1134911999106407 -0.2188514024019241 <_> <_> <_> 6 9 9 5 -1. <_> 9 9 3 5 3. 0 0.0470806397497654 -0.0416887290775776 0.5363004803657532 <_> <_> <_> 8 1 6 2 -1. <_> 10 1 2 2 3. 0 -7.9283770173788071e-003 -0.5359513163566589 0.0442375093698502 <_> <_> <_> 4 0 12 2 -1. <_> 10 0 6 2 2. 0 -0.0128805404528975 0.2323794960975647 -0.1024625003337860 <_> <_> <_> 7 0 10 3 -1. <_> 12 0 5 3 2. 0 0.0236047692596912 -0.0882914364337921 0.3056105971336365 <_> <_> <_> 5 0 9 6 -1. <_> 5 2 9 2 3. 0 0.0159022007137537 -0.1223810985684395 0.1784912049770355 <_> <_> <_> 8 3 6 4 -1. <_> 8 5 6 2 2. 0 7.9939495772123337e-003 -0.0837290063500404 0.3231959044933319 <_> <_> <_> 17 4 2 3 -1. <_> 17 5 2 1 3. 0 5.7100867852568626e-003 0.0384792089462280 -0.6813815236091614 -1.0492420196533203 13 -1 <_> <_> <_> <_> 5 2 4 3 -1. <_> 5 3 4 1 3. 0 2.2480720654129982e-003 -0.1641687005758286 0.4164853096008301 <_> <_> <_> 5 9 2 6 -1. <_> 6 9 1 6 2. 0 4.5813550241291523e-003 -0.1246595978736877 0.4038512110710144 <_> <_> <_> 14 10 2 6 -1. <_> 15 10 1 6 2. 0 -1.6073239967226982e-003 0.2608245909214020 -0.2028252035379410 <_> <_> <_> 7 4 3 3 -1. <_> 7 5 3 1 3. 0 2.5205370038747787e-003 -0.1055722981691361 0.3666911125183106 <_> <_> <_> 12 4 8 2 -1. <_> 12 4 4 1 2. <_> 16 5 4 1 2. 0 2.4119189474731684e-003 -0.1387760043144226 0.2995991110801697 <_> <_> <_> 15 8 1 6 -1. <_> 15 10 1 2 3. 0 5.7156179100275040e-003 -0.0776834636926651 0.4848192036151886 <_> <_> <_> 4 17 11 3 -1. <_> 4 18 11 1 3. 0 3.1093840952962637e-003 -0.1122900024056435 0.2921550869941711 <_> <_> <_> 3 0 16 20 -1. <_> 3 10 16 10 2. 0 -0.0868366286158562 -0.3677960038185120 0.0725972428917885 <_> <_> <_> 12 4 4 6 -1. <_> 12 6 4 2 3. 0 5.2652182057499886e-003 -0.1089029014110565 0.3179126083850861 <_> <_> <_> 11 0 6 6 -1. <_> 13 0 2 6 3. 0 -0.0199135299772024 -0.5337343811988831 0.0705857127904892 <_> <_> <_> 13 1 6 4 -1. <_> 13 1 3 2 2. <_> 16 3 3 2 2. 0 3.8297839928418398e-003 -0.1357591003179550 0.2278887927532196 <_> <_> <_> 11 0 6 4 -1. <_> 13 0 2 4 3. 0 0.0104318596422672 0.0887979120016098 -0.4795897006988525 <_> <_> <_> 8 6 6 9 -1. <_> 10 6 2 9 3. 0 -0.0200404394418001 0.1574553996324539 -0.1777157038450241 <_> <_> <_> 7 0 3 4 -1. <_> 8 0 1 4 3. 0 -5.2967290394008160e-003 -0.6843491792678833 0.0356714613735676 <_> <_> <_> 0 17 14 2 -1. <_> 0 17 7 1 2. <_> 7 18 7 1 2. 0 -2.1624139044433832e-003 0.2831803858280182 -0.0985112786293030 <_> <_> <_> 6 18 2 2 -1. <_> 6 18 1 1 2. <_> 7 19 1 1 2. 0 -3.5464888787828386e-004 -0.3707734048366547 0.0809329524636269 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -1.8152060511056334e-004 -0.3220703005790710 0.0775510594248772 <_> <_> <_> 17 18 2 2 -1. <_> 17 18 1 1 2. <_> 18 19 1 1 2. 0 -2.7563021285459399e-004 -0.3244127929210663 0.0879494771361351 <_> <_> <_> 5 7 1 9 -1. <_> 5 10 1 3 3. 0 6.3823810778558254e-003 -0.0889247134327888 0.3172721862792969 <_> <_> <_> 5 3 6 4 -1. <_> 7 3 2 4 3. 0 0.0111509095877409 0.0710198432207108 -0.4049403965473175 <_> <_> <_> 1 9 6 2 -1. <_> 1 9 3 1 2. <_> 4 10 3 1 2. 0 -1.0593760525807738e-003 0.2605066895484924 -0.1176564022898674 <_> <_> <_> 6 9 2 3 -1. <_> 7 9 1 3 2. 0 2.3906480055302382e-003 -0.0843886211514473 0.3123055100440979 <_> <_> <_> 6 8 6 12 -1. <_> 8 8 2 12 3. 0 -0.0110007496550679 0.1915224939584732 -0.1521002054214478 <_> <_> <_> 4 18 2 2 -1. <_> 4 18 1 1 2. <_> 5 19 1 1 2. 0 -2.4643228971399367e-004 -0.3176515996456146 0.0865822583436966 <_> <_> <_> 9 1 6 6 -1. <_> 9 3 6 2 3. 0 0.0230532698333263 -0.1008976027369499 0.2576929032802582 <_> <_> <_> 6 17 6 2 -1. <_> 6 18 6 1 2. 0 -2.2135660983622074e-003 0.4568921029567719 -0.0524047911167145 <_> <_> <_> 3 18 16 2 -1. <_> 3 19 16 1 2. 0 -9.7139709396287799e-004 -0.3551838099956513 0.0800943821668625 <_> <_> <_> 3 0 3 11 -1. <_> 4 0 1 11 3. 0 1.5676229959353805e-003 0.1009142026305199 -0.2160304039716721 <_> <_> <_> 13 18 3 1 -1. <_> 14 18 1 1 3. 0 7.5460801599547267e-004 0.0578961782157421 -0.4046111106872559 <_> <_> <_> 6 0 9 6 -1. <_> 6 2 9 2 3. 0 -0.0206989701837301 0.3154363036155701 -0.0807130485773087 <_> <_> <_> 1 2 12 4 -1. <_> 1 2 6 2 2. <_> 7 4 6 2 2. 0 -0.0206199400126934 0.2718166112899780 -0.0763586163520813 <_> <_> <_> 3 3 6 4 -1. <_> 5 3 2 4 3. 0 0.0216111298650503 0.0394934490323067 -0.5942965149879456 <_> <_> <_> 12 0 8 1 -1. <_> 16 0 4 1 2. 0 6.5676742233335972e-003 -0.0983536690473557 0.2364927977323532 <_> <_> <_> 9 0 6 2 -1. <_> 11 0 2 2 3. 0 -8.8434796780347824e-003 -0.5252342820167542 0.0430999211966991 <_> <_> <_> 3 3 12 1 -1. <_> 9 3 6 1 2. 0 -9.4260741025209427e-003 0.2466513067483902 -0.0941307172179222 <_> <_> <_> 2 7 6 2 -1. <_> 2 7 3 1 2. <_> 5 8 3 1 2. 0 -1.9830230157822371e-003 0.2674370110034943 -0.0900693163275719 <_> <_> <_> 0 8 4 6 -1. <_> 0 10 4 2 3. 0 -1.7358399927616119e-003 0.1594001948833466 -0.1578941047191620 <_> <_> <_> 9 6 3 7 -1. <_> 10 6 1 7 3. 0 -0.0135138696059585 0.4079233109951019 -0.0642231181263924 <_> <_> <_> 9 6 6 13 -1. <_> 11 6 2 13 3. 0 -0.0193940103054047 0.1801564991474152 -0.1373140066862106 <_> <_> <_> 11 12 6 1 -1. <_> 13 12 2 1 3. 0 -3.2684770412743092e-003 0.2908039093017578 -0.0801619067788124 <_> <_> <_> 18 9 2 6 -1. <_> 18 12 2 3 2. 0 4.1773589327931404e-004 -0.2141298055648804 0.1127343997359276 <_> <_> <_> 17 2 3 9 -1. <_> 18 2 1 9 3. 0 -7.6351119205355644e-003 -0.4536595940589905 0.0546250604093075 <_> <_> <_> 13 8 4 6 -1. <_> 13 8 2 3 2. <_> 15 11 2 3 2. 0 -8.3652976900339127e-003 0.2647292017936707 -0.0943341106176376 <_> <_> <_> 4 2 12 6 -1. <_> 10 2 6 6 2. 0 0.0277684498578310 -0.1013671010732651 0.2074397951364517 <_> <_> <_> 4 14 16 6 -1. <_> 12 14 8 6 2. 0 -0.0548912286758423 0.2884030938148499 -0.0753120407462120 <_> <_> <_> 6 19 10 1 -1. <_> 11 19 5 1 2. 0 2.5793339591473341e-003 -0.1108852997422218 0.2172496020793915 <_> <_> <_> 6 17 1 3 -1. <_> 6 18 1 1 3. 0 6.6196516854688525e-005 -0.1887210011482239 0.1444068998098373 <_> <_> <_> 4 14 10 3 -1. <_> 4 15 10 1 3. 0 5.0907251425087452e-003 -0.0776012316346169 0.2939837872982025 <_> <_> <_> 6 0 12 12 -1. <_> 6 4 12 4 3. 0 -0.1044425964355469 0.2013310939073563 -0.1090397015213966 <_> <_> <_> 5 7 4 2 -1. <_> 5 7 2 1 2. <_> 7 8 2 1 2. 0 -6.7273090826347470e-004 0.1794590055942535 -0.1202367022633553 <_> <_> <_> 17 5 3 2 -1. <_> 18 5 1 2 3. 0 3.2412849832326174e-003 0.0406881310045719 -0.5460057258605957 -1.1122100353240967 14 -1 <_> <_> <_> <_> 8 13 6 3 -1. <_> 8 14 6 1 3. 0 5.2965320646762848e-003 -0.1215452998876572 0.6442037224769592 <_> <_> <_> 8 13 5 3 -1. <_> 8 14 5 1 3. 0 -2.5326260365545750e-003 0.5123322010040283 -0.1110825985670090 <_> <_> <_> 13 2 1 18 -1. <_> 13 11 1 9 2. 0 -2.9183230362832546e-003 -0.5061542987823486 0.1150197982788086 <_> <_> <_> 6 10 9 2 -1. <_> 9 10 3 2 3. 0 -0.0236923396587372 0.3716728091239929 -0.1467268019914627 <_> <_> <_> 11 0 7 4 -1. <_> 11 2 7 2 2. 0 0.0201774705201387 -0.1738884001970291 0.4775949120521545 <_> <_> <_> 1 0 6 8 -1. <_> 3 0 2 8 3. 0 -0.0217232108116150 -0.4388009011745453 0.1357689946889877 <_> <_> <_> 9 15 3 3 -1. <_> 9 16 3 1 3. 0 2.8369780629873276e-003 -0.1251206994056702 0.4678902924060822 <_> <_> <_> 9 17 9 3 -1. <_> 9 18 9 1 3. 0 2.7148420922458172e-003 -0.0880188569426537 0.3686651885509491 <_> <_> <_> 12 12 3 3 -1. <_> 12 13 3 1 3. 0 3.2625689636915922e-003 -0.0853353068232536 0.5164473056793213 <_> <_> <_> 4 1 3 5 -1. <_> 5 1 1 5 3. 0 -3.5618850961327553e-003 -0.4450393021106720 0.0917381718754768 <_> <_> <_> 10 14 2 3 -1. <_> 10 15 2 1 3. 0 1.9227749435231090e-003 -0.1107731014490128 0.3941699862480164 <_> <_> <_> 18 17 2 2 -1. <_> 18 17 1 1 2. <_> 19 18 1 1 2. 0 -3.5111969918943942e-004 -0.3777570128440857 0.1216617003083229 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 1.9121779769193381e-004 0.0748160183429718 -0.4076710045337677 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 -2.6525629800744355e-004 -0.3315171897411346 0.1129112020134926 <_> <_> <_> 4 10 9 1 -1. <_> 7 10 3 1 3. 0 0.0200867000967264 -0.0615981183946133 0.5612881779670715 <_> <_> <_> 3 9 6 5 -1. <_> 5 9 2 5 3. 0 0.0367832481861115 -0.0602513886988163 0.5219249129295349 <_> <_> <_> 18 8 1 12 -1. <_> 18 14 1 6 2. 0 1.3941619545221329e-003 -0.3550305068492889 0.1086302027106285 <_> <_> <_> 0 2 8 6 -1. <_> 0 2 4 3 2. <_> 4 5 4 3 2. 0 -0.0151816699653864 0.2273965030908585 -0.1625299006700516 <_> <_> <_> 9 4 3 3 -1. <_> 9 5 3 1 3. 0 4.6796840615570545e-003 -0.0575350411236286 0.4812423884868622 <_> <_> <_> 3 18 2 2 -1. <_> 3 18 1 1 2. <_> 4 19 1 1 2. 0 -1.7988319450523704e-004 -0.3058767020702362 0.1086815968155861 <_> <_> <_> 6 4 4 3 -1. <_> 6 5 4 1 3. 0 -3.5850999411195517e-003 0.3859694004058838 -0.0921940729022026 <_> <_> <_> 16 7 4 2 -1. <_> 16 7 2 1 2. <_> 18 8 2 1 2. 0 1.0793360415846109e-003 -0.1119038984179497 0.3112520873546600 <_> <_> <_> 5 17 1 3 -1. <_> 5 18 1 1 3. 0 7.3285802500322461e-005 -0.2023991048336029 0.1558668017387390 <_> <_> <_> 2 0 15 20 -1. <_> 2 10 15 10 2. 0 0.1367873996496201 -0.2167285978794098 0.1442039012908936 <_> <_> <_> 8 11 6 4 -1. <_> 8 11 3 2 2. <_> 11 13 3 2 2. 0 -0.0117292599752545 0.4350377023220062 -0.0748865306377411 <_> <_> <_> 8 16 4 3 -1. <_> 8 17 4 1 3. 0 3.9230841211974621e-003 -0.0502893291413784 0.5883116126060486 <_> <_> <_> 8 18 2 2 -1. <_> 8 18 1 1 2. <_> 9 19 1 1 2. 0 -2.9819121118634939e-004 -0.3823240101337433 0.0924511328339577 <_> <_> <_> 2 16 13 3 -1. <_> 2 17 13 1 3. 0 -4.7992770560085773e-003 0.4848878979682922 -0.0731365233659744 <_> <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 -3.0155890271998942e-004 -0.3575735986232758 0.1058188006281853 <_> <_> <_> 8 1 6 3 -1. <_> 10 1 2 3 3. 0 0.0103907696902752 0.0529204681515694 -0.5724965929985046 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 -9.4488041941076517e-004 0.4496682882308960 -0.0830755233764648 <_> <_> <_> 14 7 4 2 -1. <_> 14 7 2 1 2. <_> 16 8 2 1 2. 0 1.2651870492845774e-003 -0.0966954380273819 0.3130227029323578 <_> <_> <_> 4 0 14 1 -1. <_> 11 0 7 1 2. 0 0.0170945394784212 -0.0812489762902260 0.3611383140087128 <_> <_> <_> 10 4 8 2 -1. <_> 10 4 4 1 2. <_> 14 5 4 1 2. 0 2.5973359588533640e-003 -0.1133835017681122 0.2223394960165024 <_> <_> <_> 8 2 3 2 -1. <_> 9 2 1 2 3. 0 1.4527440071105957e-003 0.0697504431009293 -0.3672071099281311 <_> <_> <_> 12 11 6 3 -1. <_> 12 12 6 1 3. 0 4.7638658434152603e-003 -0.0657889619469643 0.3832854032516480 <_> <_> <_> 1 5 1 4 -1. <_> 1 7 1 2 2. 0 -6.2501081265509129e-003 -0.7075446844100952 0.0383501984179020 <_> <_> <_> 1 1 1 18 -1. <_> 1 7 1 6 3. 0 -3.1765329185873270e-003 0.1375540047883987 -0.2324002981185913 <_> <_> <_> 11 13 3 2 -1. <_> 11 14 3 1 2. 0 3.2191169448196888e-003 -0.1293545067310333 0.2273788005113602 <_> <_> <_> 0 1 12 2 -1. <_> 0 1 6 1 2. <_> 6 2 6 1 2. 0 -5.6365579366683960e-003 0.3806715011596680 -0.0672468394041061 <_> <_> <_> 10 18 2 2 -1. <_> 10 18 1 1 2. <_> 11 19 1 1 2. 0 -2.3844049428589642e-004 -0.3112238049507141 0.0838383585214615 <_> <_> <_> 4 5 4 4 -1. <_> 4 5 2 2 2. <_> 6 7 2 2 2. 0 -4.1017560288310051e-003 0.2606728076934815 -0.1044974029064179 <_> <_> <_> 6 7 1 3 -1. <_> 6 8 1 1 3. 0 1.3336989795789123e-003 -0.0582501403987408 0.4768244028091431 <_> <_> <_> 14 10 6 2 -1. <_> 16 10 2 2 3. 0 -1.2090239906683564e-003 0.1483450978994370 -0.1732946932315826 -1.2529590129852295 15 -1 <_> <_> <_> <_> 16 8 3 6 -1. <_> 17 8 1 6 3. 0 -3.1760931015014648e-003 0.3333333134651184 -0.1664234995841980 <_> <_> <_> 4 10 6 2 -1. <_> 6 10 2 2 3. 0 0.0248580798506737 -0.0727288722991943 0.5667458176612854 <_> <_> <_> 6 5 3 7 -1. <_> 7 5 1 7 3. 0 -7.7597280032932758e-003 0.4625856876373291 -0.0931121781468391 <_> <_> <_> 0 13 6 6 -1. <_> 0 16 6 3 2. 0 7.8239021822810173e-003 -0.2741461098194122 0.1324304938316345 <_> <_> <_> 12 5 1 9 -1. <_> 12 8 1 3 3. 0 -0.0109488395974040 0.2234548032283783 -0.1496544927358627 <_> <_> <_> 5 9 3 3 -1. <_> 6 9 1 3 3. 0 -3.4349008928984404e-003 0.3872498869895935 -0.0661217272281647 <_> <_> <_> 7 5 6 13 -1. <_> 9 5 2 13 3. 0 -0.0311562903225422 0.2407827973365784 -0.1140690967440605 <_> <_> <_> 19 8 1 10 -1. <_> 19 13 1 5 2. 0 1.1100519914180040e-003 -0.2820797860622406 0.1327542960643768 <_> <_> <_> 11 18 6 1 -1. <_> 13 18 2 1 3. 0 3.1762740109115839e-003 0.0345859304070473 -0.5137431025505066 <_> <_> <_> 9 7 6 12 -1. <_> 11 7 2 12 3. 0 -0.0279774591326714 0.2392677962779999 -0.1325591951608658 <_> <_> <_> 12 7 6 6 -1. <_> 14 7 2 6 3. 0 -0.0230979397892952 0.3901962041854858 -0.0784780085086823 <_> <_> <_> 15 8 3 4 -1. <_> 16 8 1 4 3. 0 -3.9731930010020733e-003 0.3069106936454773 -0.0706014037132263 <_> <_> <_> 6 11 4 2 -1. <_> 6 12 4 1 2. 0 3.0335749033838511e-003 -0.1400219053030014 0.1913485974073410 <_> <_> <_> 1 6 6 8 -1. <_> 3 6 2 8 3. 0 -0.0108443703502417 0.1654873043298721 -0.1565777957439423 <_> <_> <_> 11 15 6 5 -1. <_> 13 15 2 5 3. 0 -0.0181505102664232 -0.6324359178543091 0.0395618192851543 <_> <_> <_> 15 17 4 2 -1. <_> 15 18 4 1 2. 0 7.1052298881113529e-004 -0.1851557046175003 0.1340880990028381 <_> <_> <_> 13 11 6 1 -1. <_> 15 11 2 1 3. 0 0.0108933402225375 -0.0267302300781012 0.6097180247306824 <_> <_> <_> 5 18 2 2 -1. <_> 5 18 1 1 2. <_> 6 19 1 1 2. 0 -2.8780900174751878e-004 -0.3006514012813568 0.0731714591383934 <_> <_> <_> 4 8 4 4 -1. <_> 4 8 2 2 2. <_> 6 10 2 2 2. 0 -3.5855069290846586e-003 0.2621760964393616 -0.0797140970826149 <_> <_> <_> 11 7 9 3 -1. <_> 11 8 9 1 3. 0 -0.0197592806071043 -0.5903922915458679 0.0406989715993404 <_> <_> <_> 0 3 10 4 -1. <_> 0 3 5 2 2. <_> 5 5 5 2 2. 0 -0.0108452104032040 0.1636455953121185 -0.1258606016635895 <_> <_> <_> 7 18 6 1 -1. <_> 9 18 2 1 3. 0 -4.3183090165257454e-003 -0.5747488141059876 0.0376443117856979 <_> <_> <_> 0 8 3 3 -1. <_> 0 9 3 1 3. 0 1.4913700288161635e-003 0.0609134696424007 -0.3022292852401733 <_> <_> <_> 0 0 6 8 -1. <_> 0 0 3 4 2. <_> 3 4 3 4 2. 0 0.0156756993383169 -0.0731459110975266 0.2937945127487183 <_> <_> <_> 7 6 3 8 -1. <_> 8 6 1 8 3. 0 -0.0110335601493716 0.3931880891323090 -0.0470843203365803 <_> <_> <_> 13 7 7 3 -1. <_> 13 8 7 1 3. 0 8.8555756956338882e-003 0.0376013815402985 -0.4910849034786224 <_> <_> <_> 3 3 2 2 -1. <_> 3 4 2 1 2. 0 -8.9665671112015843e-004 0.1795202046632767 -0.1108623966574669 <_> <_> <_> 0 3 3 3 -1. <_> 0 4 3 1 3. 0 -3.0592409893870354e-003 -0.4442946016788483 0.0510054305195808 <_> <_> <_> 9 3 5 2 -1. <_> 9 4 5 1 2. 0 6.3201179727911949e-003 -0.0528410896658897 0.3719710111618042 <_> <_> <_> 6 5 9 4 -1. <_> 9 5 3 4 3. 0 0.0206828303635120 0.0576671697199345 -0.3690159916877747 <_> <_> <_> 3 10 12 3 -1. <_> 7 10 4 3 3. 0 0.0998226627707481 -0.0373770184814930 0.5816559195518494 <_> <_> <_> 8 7 3 6 -1. <_> 9 7 1 6 3. 0 -6.5854229032993317e-003 0.2850944101810455 -0.0609780699014664 <_> <_> <_> 5 5 6 5 -1. <_> 8 5 3 5 2. 0 -0.0609003007411957 -0.5103176832199097 0.0377874001860619 <_> <_> <_> 0 5 2 3 -1. <_> 0 6 2 1 3. 0 -2.9991709161549807e-003 -0.4794301092624664 0.0388338901102543 <_> <_> <_> 9 7 3 4 -1. <_> 10 7 1 4 3. 0 -9.8906438797712326e-003 0.4060907959938049 -0.0478696487843990 <_> <_> <_> 1 0 6 15 -1. <_> 3 0 2 15 3. 0 -0.0826889276504517 -0.7067118287086487 0.0274877492338419 <_> <_> <_> 15 1 3 5 -1. <_> 16 1 1 5 3. 0 5.0060399807989597e-003 0.0282084401696920 -0.5290969014167786 <_> <_> <_> 9 2 3 10 -1. <_> 10 2 1 10 3. 0 6.1695030890405178e-003 -0.0545548610389233 0.3283798098564148 <_> <_> <_> 8 8 6 12 -1. <_> 10 8 2 12 3. 0 -3.3914761152118444e-003 0.0921176671981812 -0.2163711041212082 <_> <_> <_> 16 4 3 4 -1. <_> 16 6 3 2 2. 0 -2.6131230406463146e-003 0.1365101933479309 -0.1378113031387329 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 8.0490659456700087e-004 -0.0686371102929115 0.3358106911182404 <_> <_> <_> 13 0 6 9 -1. <_> 13 3 6 3 3. 0 -0.0381065085530281 0.2944543063640595 -0.0682392269372940 <_> <_> <_> 7 17 1 3 -1. <_> 7 18 1 1 3. 0 7.2450799052603543e-005 -0.1675013005733490 0.1217823028564453 <_> <_> <_> 12 1 4 2 -1. <_> 12 2 4 1 2. 0 1.5837959945201874e-003 -0.0920428484678268 0.2134899049997330 <_> <_> <_> 17 3 1 3 -1. <_> 17 4 1 1 3. 0 1.2924340553581715e-003 0.0629172325134277 -0.3617450892925263 <_> <_> <_> 0 16 9 3 -1. <_> 0 17 9 1 3. 0 9.9146775901317596e-003 0.0195340607315302 -0.8101503849029541 <_> <_> <_> 3 6 2 4 -1. <_> 3 6 1 2 2. <_> 4 8 1 2 2. 0 -1.7086310544982553e-003 0.2552523910999298 -0.0682294592261314 <_> <_> <_> 13 18 3 1 -1. <_> 14 18 1 1 3. 0 2.1844399161636829e-003 0.0233140494674444 -0.8429678082466126 <_> <_> <_> 0 18 4 2 -1. <_> 2 18 2 2 2. 0 -3.4244330599904060e-003 0.2721368968486786 -0.0763952285051346 <_> <_> <_> 1 19 2 1 -1. <_> 2 19 1 1 2. 0 2.7591470279730856e-004 -0.1074284017086029 0.2288897037506104 <_> <_> <_> 0 18 4 2 -1. <_> 0 19 4 1 2. 0 -6.0005177510902286e-004 -0.2985421121120453 0.0634797364473343 <_> <_> <_> 2 17 1 3 -1. <_> 2 18 1 1 3. 0 -2.5001438916660845e-004 -0.2717896997928619 0.0696150064468384 <_> <_> <_> 4 8 3 5 -1. <_> 5 8 1 5 3. 0 6.8751391954720020e-003 -0.0571858994662762 0.3669595122337341 <_> <_> <_> 2 1 6 7 -1. <_> 4 1 2 7 3. 0 0.0127619002014399 0.0679556876420975 -0.2853415012359619 <_> <_> <_> 3 6 2 8 -1. <_> 3 6 1 4 2. <_> 4 10 1 4 2. 0 -1.4752789866179228e-003 0.2068066000938416 -0.1005939021706581 <_> <_> <_> 4 5 11 10 -1. <_> 4 10 11 5 2. 0 0.1213881969451904 -0.0971267968416214 0.1978961974382401 <_> <_> <_> 0 13 20 2 -1. <_> 10 13 10 2 2. 0 -0.0500812791287899 0.2841717898845673 -0.0678799971938133 <_> <_> <_> 1 13 16 3 -1. <_> 9 13 8 3 2. 0 0.0314549505710602 -0.0894686728715897 0.2129842042922974 <_> <_> <_> 16 4 4 4 -1. <_> 16 4 2 2 2. <_> 18 6 2 2 2. 0 1.8878319533541799e-003 -0.1165644004940987 0.1666352003812790 <_> <_> <_> 16 0 4 12 -1. <_> 16 0 2 6 2. <_> 18 6 2 6 2. 0 -5.7211960665881634e-003 0.2370214015245438 -0.0907766073942184 <_> <_> <_> 14 15 3 1 -1. <_> 15 15 1 1 3. 0 -1.8076719425152987e-004 0.1795192956924439 -0.1079348027706146 <_> <_> <_> 3 4 12 10 -1. <_> 3 9 12 5 2. 0 -0.1976184993982315 0.4567429125308991 -0.0404801592230797 <_> <_> <_> 9 18 2 2 -1. <_> 9 18 1 1 2. <_> 10 19 1 1 2. 0 -2.3846809926908463e-004 -0.2373300939798355 0.0759221613407135 <_> <_> <_> 9 18 2 2 -1. <_> 9 18 1 1 2. <_> 10 19 1 1 2. 0 2.1540730085689574e-004 0.0816880166530609 -0.2868503034114838 <_> <_> <_> 13 4 2 14 -1. <_> 13 4 1 7 2. <_> 14 11 1 7 2. 0 0.0101630901917815 -0.0412500202655792 0.4803834855556488 <_> <_> <_> 4 2 6 4 -1. <_> 7 2 3 4 2. 0 -7.2184870950877666e-003 0.1745858043432236 -0.1014650017023087 <_> <_> <_> 0 0 18 20 -1. <_> 0 0 9 10 2. <_> 9 10 9 10 2. 0 0.2426317036151886 0.0534264817833900 -0.3231852948665619 <_> <_> <_> 15 11 1 2 -1. <_> 15 12 1 1 2. 0 6.9304101634770632e-004 -0.1149917989969254 0.1479393988847733 <_> <_> <_> 16 10 2 4 -1. <_> 16 10 1 2 2. <_> 17 12 1 2 2. 0 3.5475199110805988e-003 -0.0394249781966209 0.5312618017196655 <_> <_> <_> 18 17 2 2 -1. <_> 18 17 1 1 2. <_> 19 18 1 1 2. 0 2.1403690334409475e-004 0.0697538331151009 -0.2731958031654358 <_> <_> <_> 9 17 1 2 -1. <_> 9 18 1 1 2. 0 -5.7119462871924043e-004 0.3436990082263947 -0.0576990097761154 <_> <_> <_> 8 4 9 6 -1. <_> 11 4 3 6 3. 0 -6.6290069371461868e-003 0.1175848990678787 -0.1502013951539993 -1.1188739538192749 16 -1 <_> <_> <_> <_> 6 9 9 10 -1. <_> 9 9 3 10 3. 0 -0.0265134498476982 0.2056864053010941 -0.2647390067577362 <_> <_> <_> 5 0 5 4 -1. <_> 5 2 5 2 2. 0 9.7727458924055099e-003 -0.1119284033775330 0.3257054984569550 <_> <_> <_> 5 7 11 4 -1. <_> 5 9 11 2 2. 0 0.0322903506457806 -0.0985747575759888 0.3177917003631592 <_> <_> <_> 2 4 2 14 -1. <_> 3 4 1 14 2. 0 -2.8103240765631199e-003 0.1521389931440353 -0.1968640983104706 <_> <_> <_> 8 6 3 5 -1. <_> 9 6 1 5 3. 0 -0.0109914299100637 0.5140765905380249 -0.0437072105705738 <_> <_> <_> 8 4 3 9 -1. <_> 9 4 1 9 3. 0 6.3133831135928631e-003 -0.0927810221910477 0.3470247089862824 <_> <_> <_> 0 8 20 6 -1. <_> 0 10 20 2 3. 0 0.0871059820055962 0.0300536490976810 -0.8281481862068176 <_> <_> <_> 14 16 6 1 -1. <_> 17 16 3 1 2. 0 1.1799359926953912e-003 -0.1292842030525208 0.2064612060785294 <_> <_> <_> 17 18 2 2 -1. <_> 17 19 2 1 2. 0 -9.3056890182197094e-004 -0.5002143979072571 0.0936669930815697 <_> <_> <_> 8 17 6 3 -1. <_> 10 17 2 3 3. 0 -0.0136871701106429 -0.7935814857482910 -6.6733639687299728e-003 <_> <_> <_> 4 1 9 15 -1. <_> 7 1 3 15 3. 0 -0.0759174525737762 0.3046964108943939 -0.0796558931469917 <_> <_> <_> 11 5 3 12 -1. <_> 12 5 1 12 3. 0 -2.8559709899127483e-003 0.2096146047115326 -0.1273255050182343 <_> <_> <_> 0 15 4 3 -1. <_> 0 16 4 1 3. 0 -4.0231510065495968e-003 -0.6581727862358093 0.0506836399435997 <_> <_> <_> 0 0 15 1 -1. <_> 5 0 5 1 3. 0 0.0175580400973558 -0.0853826925158501 0.3617455959320068 <_> <_> <_> 6 0 6 4 -1. <_> 8 0 2 4 3. 0 0.0219882391393185 0.0629436969757080 -0.7089633941650391 <_> <_> <_> 2 0 9 3 -1. <_> 5 0 3 3 3. 0 -2.8599589131772518e-003 0.1468378007411957 -0.1646597981452942 <_> <_> <_> 13 6 3 7 -1. <_> 14 6 1 7 3. 0 -0.0100308498367667 0.4957993924617767 -0.0271883402019739 <_> <_> <_> 7 6 4 2 -1. <_> 7 7 4 1 2. 0 -6.9560329429805279e-003 0.2797777950763702 -0.0779533311724663 <_> <_> <_> 6 18 6 1 -1. <_> 8 18 2 1 3. 0 -3.8356808945536613e-003 -0.5816398262977600 0.0357399396598339 <_> <_> <_> 18 6 2 2 -1. <_> 18 7 2 1 2. 0 -3.2647319603711367e-003 -0.4994508028030396 0.0469864904880524 <_> <_> <_> 6 4 7 3 -1. <_> 6 5 7 1 3. 0 -7.8412350267171860e-003 0.3453283011913300 -0.0688104033470154 <_> <_> <_> 12 7 3 1 -1. <_> 13 7 1 1 3. 0 -8.1718113506212831e-005 0.1504171043634415 -0.1414667963981628 <_> <_> <_> 15 1 2 10 -1. <_> 15 1 1 5 2. <_> 16 6 1 5 2. 0 -3.2448628917336464e-003 0.2272451072931290 -0.0928602069616318 <_> <_> <_> 0 18 2 2 -1. <_> 0 19 2 1 2. 0 -7.8561151167377830e-004 -0.4431901872158051 0.0578124411404133 <_> <_> <_> 19 4 1 8 -1. <_> 19 8 1 4 2. 0 -6.2474247533828020e-004 0.1395238935947418 -0.1466871947050095 <_> <_> <_> 1 17 1 3 -1. <_> 1 18 1 1 3. 0 -3.2942948746494949e-004 -0.2990157008171082 0.0760667398571968 <_> <_> <_> 0 15 6 4 -1. <_> 0 15 3 2 2. <_> 3 17 3 2 2. 0 1.2605739757418633e-003 -0.1612560003995895 0.1395380049943924 <_> <_> <_> 19 0 1 18 -1. <_> 19 6 1 6 3. 0 -0.0516670197248459 -0.5314283967018127 0.0407195203006268 <_> <_> <_> 10 2 6 2 -1. <_> 12 2 2 2 3. 0 -0.0152856195345521 -0.7820637822151184 0.0271837692707777 <_> <_> <_> 2 8 12 2 -1. <_> 6 8 4 2 3. 0 0.0690298229455948 -0.0364270210266113 0.7110251784324646 <_> <_> <_> 16 0 4 1 -1. <_> 18 0 2 1 2. 0 1.4522749697789550e-003 -0.0968905165791512 0.2166842073202133 <_> <_> <_> 8 4 2 6 -1. <_> 8 7 2 3 2. 0 -2.4765590205788612e-003 0.1164531037211418 -0.1822797954082489 <_> <_> <_> 14 5 2 10 -1. <_> 15 5 1 10 2. 0 -1.5134819550439715e-003 0.1786397993564606 -0.1221496984362602 <_> <_> <_> 13 4 2 2 -1. <_> 13 5 2 1 2. 0 -1.5099470037966967e-003 0.1808623969554901 -0.1144606992602348 <_> <_> <_> 11 1 3 6 -1. <_> 11 3 3 2 3. 0 -6.7054620012640953e-003 0.2510659992694855 -0.0918714627623558 <_> <_> <_> 6 9 12 2 -1. <_> 10 9 4 2 3. 0 -0.0140752000734210 0.1370750963687897 -0.1733350008726120 <_> <_> <_> 9 16 4 2 -1. <_> 9 17 4 1 2. 0 -2.2400720044970512e-003 0.4009298086166382 -0.0475768782198429 <_> <_> <_> 5 14 15 4 -1. <_> 5 16 15 2 2. 0 0.0197823699563742 -0.1904035061597824 0.1492341011762619 <_> <_> <_> 18 16 2 2 -1. <_> 18 17 2 1 2. 0 2.6002870872616768e-003 0.0469717681407928 -0.4330765902996063 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 -5.3445628145709634e-004 -0.4374423027038574 0.0415201894938946 <_> <_> <_> 6 4 3 8 -1. <_> 7 4 1 8 3. 0 -0.0174665097147226 0.6581817269325256 -0.0344474911689758 <_> <_> <_> 5 9 3 1 -1. <_> 6 9 1 1 3. 0 -2.0425589755177498e-003 0.3965792953968048 -0.0440524294972420 <_> <_> <_> 0 8 1 6 -1. <_> 0 10 1 2 3. 0 2.6661779265850782e-003 0.0587709583342075 -0.3280636966228485 <_> <_> <_> 11 2 9 6 -1. <_> 14 2 3 6 3. 0 -0.0559823699295521 -0.5173547267913818 0.0357918404042721 <_> <_> <_> 12 2 6 4 -1. <_> 14 2 2 4 3. 0 -1.5066330088302493e-003 0.1512386947870255 -0.1252018064260483 <_> <_> <_> 1 7 2 4 -1. <_> 1 9 2 2 2. 0 -0.0114723695442081 -0.6293053030967712 0.0347043313086033 <_> <_> <_> 13 1 6 4 -1. <_> 13 3 6 2 2. 0 0.0234096292406321 -0.0580633506178856 0.3866822123527527 <_> <_> <_> 4 10 2 10 -1. <_> 4 10 1 5 2. <_> 5 15 1 5 2. 0 -2.3243729956448078e-003 0.1875409930944443 -0.0983946695923805 <_> <_> <_> 2 16 9 3 -1. <_> 5 16 3 3 3. 0 -0.0290392991155386 -0.5448690056800842 0.0409263409674168 <_> <_> <_> 1 2 3 9 -1. <_> 2 2 1 9 3. 0 -0.0144746499136090 -0.6724839210510254 0.0231288503855467 <_> <_> <_> 19 7 1 4 -1. <_> 19 9 1 2 2. 0 -5.2086091600358486e-003 -0.4327144026756287 0.0437806509435177 <_> <_> <_> 14 11 6 8 -1. <_> 14 11 3 4 2. <_> 17 15 3 4 2. 0 4.9382899887859821e-003 -0.1087862029671669 0.1934258937835693 <_> <_> <_> 15 12 4 6 -1. <_> 15 12 2 3 2. <_> 17 15 2 3 2. 0 -4.3193930760025978e-003 0.2408093065023422 -0.1038080006837845 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 2.3705669445917010e-004 -0.0873490720987320 0.2046623975038528 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 4.7858079778961837e-004 0.0456245802342892 -0.3885467052459717 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 -8.5342838428914547e-004 -0.5507794022560120 0.0358258895576000 <_> <_> <_> 2 3 2 2 -1. <_> 2 3 1 1 2. <_> 3 4 1 1 2. 0 5.4772121075075120e-005 -0.1122523993253708 0.1750351935625076 <_> <_> <_> 10 10 3 3 -1. <_> 11 10 1 3 3. 0 -3.8445889949798584e-003 0.2452670037746429 -0.0811325684189796 <_> <_> <_> 5 9 7 8 -1. <_> 5 13 7 4 2. 0 -0.0401284582912922 -0.6312270760536194 0.0269726701080799 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 -1.7886360001284629e-004 0.1985509991645813 -0.1033368036150932 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 1.7668239888735116e-004 -0.0913590118288994 0.1984872072935104 <_> <_> <_> 9 8 10 3 -1. <_> 14 8 5 3 2. 0 0.0727633833885193 0.0500755794346333 -0.3385263085365295 <_> <_> <_> 6 7 4 8 -1. <_> 6 7 2 4 2. <_> 8 11 2 4 2. 0 0.0101816300302744 -0.0932299792766571 0.2005959004163742 <_> <_> <_> 1 6 4 3 -1. <_> 1 7 4 1 3. 0 2.4409969337284565e-003 0.0646366328001022 -0.2692174017429352 <_> <_> <_> 6 10 6 10 -1. <_> 8 10 2 10 3. 0 -3.6227488890290260e-003 0.1316989064216614 -0.1251484006643295 <_> <_> <_> 4 6 3 6 -1. <_> 5 6 1 6 3. 0 -1.3635610230267048e-003 0.1635046005249023 -0.1066593974828720 -1.0888810157775879 17 -1 <_> <_> <_> <_> 3 10 4 4 -1. <_> 3 10 2 2 2. <_> 5 12 2 2 2. 0 -9.6991164609789848e-003 0.6112532019615173 -0.0662253126502037 <_> <_> <_> 3 10 4 4 -1. <_> 3 10 2 2 2. <_> 5 12 2 2 2. 0 -9.6426531672477722e-003 -1. 2.7699959464371204e-003 <_> <_> <_> 3 10 4 4 -1. <_> 3 10 2 2 2. <_> 5 12 2 2 2. 0 -9.6381865441799164e-003 1. -2.9904270195402205e-004 <_> <_> <_> 14 8 2 6 -1. <_> 15 8 1 6 2. 0 -4.2553939856588840e-003 0.2846438884735107 -0.1554012000560761 <_> <_> <_> 3 10 4 4 -1. <_> 3 10 2 2 2. <_> 5 12 2 2 2. 0 -9.6223521977663040e-003 -1. 0.0439991801977158 <_> <_> <_> 3 10 4 4 -1. <_> 3 10 2 2 2. <_> 5 12 2 2 2. 0 -9.1231241822242737e-003 0.8686934113502502 -2.7267890982329845e-003 <_> <_> <_> 12 4 3 9 -1. <_> 13 4 1 9 3. 0 -8.6240433156490326e-003 0.4535248875617981 -0.0860713794827461 <_> <_> <_> 12 3 1 12 -1. <_> 12 7 1 4 3. 0 -8.9324144646525383e-003 0.1337555944919586 -0.2601251900196075 <_> <_> <_> 2 0 18 1 -1. <_> 8 0 6 1 3. 0 -0.0142078101634979 0.3207764029502869 -0.0972264111042023 <_> <_> <_> 10 0 10 6 -1. <_> 10 0 5 3 2. <_> 15 3 5 3 2. 0 0.0259110108017921 -0.1296408027410507 0.2621864974498749 <_> <_> <_> 18 16 2 2 -1. <_> 18 17 2 1 2. 0 2.0531509653665125e-004 -0.1240428015589714 0.2106295973062515 <_> <_> <_> 3 5 4 2 -1. <_> 3 5 2 1 2. <_> 5 6 2 1 2. 0 -5.4795680625829846e-005 0.1197429969906807 -0.2320127934217453 <_> <_> <_> 11 8 3 3 -1. <_> 12 8 1 3 3. 0 6.8555199541151524e-003 -0.0632761269807816 0.4104425013065338 <_> <_> <_> 11 7 3 5 -1. <_> 12 7 1 5 3. 0 -0.0122530404478312 0.5488333106040955 -0.0397311002016068 <_> <_> <_> 3 19 15 1 -1. <_> 8 19 5 1 3. 0 -3.9058770053088665e-003 0.2419098019599915 -0.0970960110425949 <_> <_> <_> 8 13 3 2 -1. <_> 8 14 3 1 2. 0 2.7560980524867773e-003 -0.1256967931985855 0.1945665031671524 <_> <_> <_> 2 12 8 4 -1. <_> 2 12 4 2 2. <_> 6 14 4 2 2. 0 -7.7662160620093346e-003 0.2976570129394531 -0.0968181565403938 <_> <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 3.8997188676148653e-004 0.0621884018182755 -0.4204089939594269 <_> <_> <_> 7 0 3 2 -1. <_> 8 0 1 2 3. 0 3.3579880837351084e-003 0.0474981404840946 -0.6321688294410706 <_> <_> <_> 6 7 2 5 -1. <_> 7 7 1 5 2. 0 -0.0167455393821001 0.7109813094139099 -0.0391573496162891 <_> <_> <_> 18 0 2 17 -1. <_> 19 0 1 17 2. 0 -6.5409899689257145e-003 -0.3504317104816437 0.0706169530749321 <_> <_> <_> 16 16 1 3 -1. <_> 16 17 1 1 3. 0 3.0016340315341949e-004 0.0919024571776390 -0.2461867034435272 <_> <_> <_> 14 8 3 7 -1. <_> 15 8 1 7 3. 0 0.0149189904332161 -0.0519094504415989 0.5663604140281677 <_> <_> <_> 10 17 2 2 -1. <_> 10 17 1 1 2. <_> 11 18 1 1 2. 0 4.8153079114854336e-004 0.0646595582365990 -0.3659060895442963 <_> <_> <_> 4 9 1 3 -1. <_> 4 10 1 1 3. 0 -3.0211321427486837e-004 0.1792656928300858 -0.1141066029667854 <_> <_> <_> 18 10 2 3 -1. <_> 18 11 2 1 3. 0 3.8521419628523290e-004 0.1034561991691589 -0.2007246017456055 <_> <_> <_> 12 1 3 10 -1. <_> 13 1 1 10 3. 0 8.0837132409214973e-003 -0.0660734623670578 0.3028424978256226 <_> <_> <_> 8 12 9 1 -1. <_> 11 12 3 1 3. 0 -0.0228049699217081 0.5296235084533691 -0.0401189997792244 <_> <_> <_> 5 18 2 2 -1. <_> 5 18 1 1 2. <_> 6 19 1 1 2. 0 1.9440450705587864e-004 0.0818548202514648 -0.2466336041688919 <_> <_> <_> 19 6 1 9 -1. <_> 19 9 1 3 3. 0 -0.0128480903804302 -0.3497331142425537 0.0569162294268608 <_> <_> <_> 4 7 2 4 -1. <_> 4 7 1 2 2. <_> 5 9 1 2 2. 0 -1.0937290498986840e-003 0.2336868047714233 -0.0916048064827919 <_> <_> <_> 1 4 6 14 -1. <_> 3 4 2 14 3. 0 1.0032650316134095e-003 0.1185218021273613 -0.1846919059753418 <_> <_> <_> 10 5 9 3 -1. <_> 13 5 3 3 3. 0 -0.0446884296834469 -0.6436246037483215 0.0303632691502571 <_> <_> <_> 18 7 2 6 -1. <_> 18 9 2 2 3. 0 8.1657543778419495e-003 0.0436746589839458 -0.4300208985805512 <_> <_> <_> 5 6 2 7 -1. <_> 6 6 1 7 2. 0 -0.0117178102955222 0.4178147912025452 -0.0482336990535259 <_> <_> <_> 10 4 6 8 -1. <_> 13 4 3 8 2. 0 0.0842771306633949 0.0534612797200680 -0.3795219063758850 <_> <_> <_> 0 8 2 9 -1. <_> 0 11 2 3 3. 0 0.0142118399962783 0.0449009388685226 -0.4298149943351746 <_> <_> <_> 0 7 5 3 -1. <_> 0 8 5 1 3. 0 1.5028340276330709e-003 0.0822276398539543 -0.2470639944076538 <_> <_> <_> 8 1 7 2 -1. <_> 8 2 7 1 2. 0 0.0100035797804594 -0.0572216697037220 0.3460937142372131 <_> <_> <_> 7 5 3 5 -1. <_> 8 5 1 5 3. 0 -9.0706320479512215e-003 0.4505808949470520 -0.0427953191101551 <_> <_> <_> 19 2 1 2 -1. <_> 19 3 1 1 2. 0 -3.3141620224341750e-004 0.1833691000938416 -0.1075994968414307 <_> <_> <_> 6 7 10 11 -1. <_> 11 7 5 11 2. 0 0.1972327977418900 -0.0303638298064470 0.6642342805862427 <_> <_> <_> 9 19 6 1 -1. <_> 11 19 2 1 3. 0 -7.1258801035583019e-003 -0.8922504782676697 0.0256699901074171 <_> <_> <_> 3 0 12 1 -1. <_> 7 0 4 1 3. 0 8.6921341717243195e-003 -0.0707643702626228 0.2821052968502045 <_> <_> <_> 4 1 6 5 -1. <_> 6 1 2 5 3. 0 8.9262127876281738e-003 0.0710782334208488 -0.3023256063461304 <_> <_> <_> 6 12 12 6 -1. <_> 10 12 4 6 3. 0 0.0572860091924667 0.0509741306304932 -0.3919695019721985 <_> <_> <_> 16 13 2 3 -1. <_> 16 14 2 1 3. 0 3.7920880131423473e-003 0.0338419415056705 -0.5101628899574280 <_> <_> <_> 7 14 4 2 -1. <_> 7 15 4 1 2. 0 -1.4508679741993546e-003 0.3087914884090424 -0.0638450831174850 <_> <_> <_> 7 14 2 2 -1. <_> 7 15 2 1 2. 0 9.8390132188796997e-004 -0.1302956938743591 0.1460441052913666 <_> <_> <_> 3 10 2 4 -1. <_> 3 10 1 2 2. <_> 4 12 1 2 2. 0 -1.7221809830516577e-003 0.2915700972080231 -0.0685495585203171 <_> <_> <_> 0 3 2 6 -1. <_> 0 5 2 2 3. 0 0.0109482500702143 0.0343514084815979 -0.4770225882530212 <_> <_> <_> 1 10 2 2 -1. <_> 1 10 1 1 2. <_> 2 11 1 1 2. 0 -1.7176309484057128e-005 0.1605526953935623 -0.1169084012508392 <_> <_> <_> 16 4 4 3 -1. <_> 16 5 4 1 3. 0 -5.4884208366274834e-003 -0.4341588914394379 0.0461062416434288 <_> <_> <_> 5 10 2 4 -1. <_> 5 10 1 2 2. <_> 6 12 1 2 2. 0 -3.0975250992923975e-003 0.3794333934783936 -0.0568605512380600 <_> <_> <_> 5 11 13 2 -1. <_> 5 12 13 1 2. 0 6.4182081259787083e-003 -0.1585821062326431 0.1233541965484619 <_> <_> <_> 10 2 3 11 -1. <_> 11 2 1 11 3. 0 0.0118312397971749 -0.0409292913973331 0.4587895870208740 <_> <_> <_> 10 2 4 4 -1. <_> 10 4 4 2 2. 0 0.0135404998436570 -0.0537255592644215 0.3505612015724182 <_> <_> <_> 8 8 6 2 -1. <_> 10 8 2 2 3. 0 -2.5932150892913342e-003 0.1101052016019821 -0.1675221025943756 <_> <_> <_> 11 2 3 3 -1. <_> 12 2 1 3 3. 0 1.6856270376592875e-003 0.0665743574500084 -0.3083502054214478 <_> <_> <_> 6 18 14 2 -1. <_> 6 18 7 1 2. <_> 13 19 7 1 2. 0 2.6524690911173820e-003 0.0663184821605682 -0.2786133885383606 <_> <_> <_> 17 7 1 12 -1. <_> 17 11 1 4 3. 0 -7.7341729775071144e-003 0.1971835941076279 -0.1078291982412338 <_> <_> <_> 10 5 10 3 -1. <_> 10 6 10 1 3. 0 5.0944271497428417e-003 0.0853374898433685 -0.2484700977802277 <_> <_> <_> 6 1 3 3 -1. <_> 7 1 1 3 3. 0 -2.9162371065467596e-003 -0.4747635126113892 0.0335664898157120 <_> <_> <_> 13 8 3 1 -1. <_> 14 8 1 1 3. 0 3.0121419113129377e-003 -0.0475753806531429 0.4258680045604706 <_> <_> <_> 10 14 2 6 -1. <_> 10 16 2 2 3. 0 3.1694869976490736e-003 -0.1051945015788078 0.1716345995664597 <_> <_> <_> 4 1 12 14 -1. <_> 8 1 4 14 3. 0 0.2232756018638611 -0.0143702095374465 0.9248365163803101 <_> <_> <_> 14 1 6 14 -1. <_> 16 1 2 14 3. 0 -0.0955850481987000 -0.7420663833618164 0.0278189703822136 <_> <_> <_> 3 16 2 2 -1. <_> 3 16 1 1 2. <_> 4 17 1 1 2. 0 3.4773729566950351e-005 -0.1276578009128571 0.1292666941881180 <_> <_> <_> 0 16 2 2 -1. <_> 0 17 2 1 2. 0 7.2459770308341831e-005 -0.1651857942342758 0.1003680974245071 -1.0408929586410522 18 -1 <_> <_> <_> <_> 15 6 4 6 -1. <_> 15 6 2 3 2. <_> 17 9 2 3 2. 0 -6.5778270363807678e-003 0.3381525874137878 -0.1528190970420837 <_> <_> <_> 12 5 2 2 -1. <_> 12 6 2 1 2. 0 -1.0922809597104788e-003 0.2228236943483353 -0.1930849999189377 <_> <_> <_> 7 6 6 13 -1. <_> 9 6 2 13 3. 0 -0.0297595895826817 0.2595987021923065 -0.1540940999984741 <_> <_> <_> 1 9 6 5 -1. <_> 3 9 2 5 3. 0 -0.0131475403904915 0.1903381049633026 -0.1654399931430817 <_> <_> <_> 0 5 3 4 -1. <_> 0 7 3 2 2. 0 -1.4396329643204808e-003 0.2007171064615250 -0.1233894005417824 <_> <_> <_> 4 1 16 2 -1. <_> 4 1 8 1 2. <_> 12 2 8 1 2. 0 -3.5928250290453434e-003 0.2398552000522614 -0.1292214989662170 <_> <_> <_> 1 18 4 2 -1. <_> 1 18 2 1 2. <_> 3 19 2 1 2. 0 -1.5314699849113822e-003 -0.4901489913463593 0.1027503013610840 <_> <_> <_> 7 7 3 4 -1. <_> 8 7 1 4 3. 0 -6.2372139655053616e-003 0.3121463954448700 -0.1140562966465950 <_> <_> <_> 3 4 9 3 -1. <_> 6 4 3 3 3. 0 -0.0333646498620510 -0.4952087998390198 0.0513284504413605 <_> <_> <_> 4 6 6 10 -1. <_> 6 6 2 10 3. 0 -0.0228276997804642 0.3255882859230042 -0.0650893077254295 <_> <_> <_> 9 0 8 10 -1. <_> 13 0 4 10 2. 0 -0.0861990973353386 -0.6764633059501648 0.0269856993108988 <_> <_> <_> 8 0 8 1 -1. <_> 12 0 4 1 2. 0 -2.1065981127321720e-003 0.2245243042707443 -0.1261022984981537 <_> <_> <_> 6 2 8 16 -1. <_> 6 2 4 8 2. <_> 10 10 4 8 2. 0 0.0391201488673687 0.1132939979434013 -0.2686063051223755 <_> <_> <_> 14 10 2 10 -1. <_> 14 10 1 5 2. <_> 15 15 1 5 2. 0 3.5082739777863026e-003 -0.1135995984077454 0.2564977109432221 <_> <_> <_> 12 11 1 2 -1. <_> 12 12 1 1 2. 0 5.9289898490533233e-004 -0.1494296938180924 0.1640983968973160 <_> <_> <_> 16 0 3 8 -1. <_> 17 0 1 8 3. 0 7.1766850305721164e-004 0.0999056920409203 -0.2196796983480454 <_> <_> <_> 14 0 6 10 -1. <_> 17 0 3 10 2. 0 -0.0218036007136106 -0.3171172142028809 0.0828895866870880 <_> <_> <_> 16 0 3 5 -1. <_> 17 0 1 5 3. 0 -3.2962779514491558e-003 -0.3804872930049896 0.0608193799853325 <_> <_> <_> 4 5 11 2 -1. <_> 4 6 11 1 2. 0 2.4196270387619734e-003 -0.0960130169987679 0.2854058146476746 <_> <_> <_> 1 0 2 1 -1. <_> 2 0 1 1 2. 0 -4.4187481398694217e-004 0.2212793976068497 -0.0974349081516266 <_> <_> <_> 0 0 2 3 -1. <_> 0 1 2 1 3. 0 3.4523929934948683e-003 0.0375531204044819 -0.5796905159950256 <_> <_> <_> 11 6 6 11 -1. <_> 13 6 2 11 3. 0 -0.0218346007168293 0.2956213951110840 -0.0800483003258705 <_> <_> <_> 14 0 3 1 -1. <_> 15 0 1 1 3. 0 -2.1309500152710825e-004 0.2281450927257538 -0.1011418998241425 <_> <_> <_> 19 7 1 2 -1. <_> 19 8 1 1 2. 0 -1.6166249988600612e-003 -0.5054119825363159 0.0447645410895348 <_> <_> <_> 17 0 3 9 -1. <_> 18 0 1 9 3. 0 7.5959609821438789e-003 0.0459865406155586 -0.4119768142700195 <_> <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 3.8601809646934271e-003 -0.0865631699562073 0.2480999976396561 <_> <_> <_> 0 1 14 2 -1. <_> 0 1 7 1 2. <_> 7 2 7 1 2. 0 6.0622231103479862e-003 -0.0755573734641075 0.2843326032161713 <_> <_> <_> 3 1 3 2 -1. <_> 4 1 1 2 3. 0 -1.7097420059144497e-003 -0.3529582023620606 0.0584104992449284 <_> <_> <_> 4 0 15 2 -1. <_> 9 0 5 2 3. 0 0.0165155790746212 -0.0804869532585144 0.2353743016719818 <_> <_> <_> 10 2 6 1 -1. <_> 12 2 2 1 3. 0 4.8465100117027760e-003 0.0418952181935310 -0.4844304919242859 <_> <_> <_> 9 4 6 11 -1. <_> 11 4 2 11 3. 0 -0.0311671700328588 0.1919230967760086 -0.1026815995573998 <_> <_> <_> 2 16 2 4 -1. <_> 2 18 2 2 2. 0 6.1892281519249082e-004 -0.2108577042818070 0.0938869267702103 <_> <_> <_> 6 17 6 3 -1. <_> 8 17 2 3 3. 0 0.0119463102892041 0.0390961691737175 -0.6224862933158875 <_> <_> <_> 7 9 6 2 -1. <_> 9 9 2 2 3. 0 -7.5677200220525265e-003 0.1593683958053589 -0.1225078031420708 <_> <_> <_> 6 8 9 2 -1. <_> 9 8 3 2 3. 0 -0.0537474118173122 -0.5562217831611633 0.0411900095641613 <_> <_> <_> 6 6 2 10 -1. <_> 6 6 1 5 2. <_> 7 11 1 5 2. 0 0.0155135300010443 -0.0398268811404705 0.6240072846412659 <_> <_> <_> 0 11 2 3 -1. <_> 0 12 2 1 3. 0 1.5246650436893106e-003 0.0701386779546738 -0.3078907132148743 <_> <_> <_> 11 15 4 1 -1. <_> 13 15 2 1 2. 0 -4.8315100139006972e-004 0.1788765937089920 -0.1095862016081810 <_> <_> <_> 6 17 1 2 -1. <_> 6 18 1 1 2. 0 2.7374739293009043e-003 0.0274785906076431 -0.8848956823348999 <_> <_> <_> 0 0 6 20 -1. <_> 2 0 2 20 3. 0 -0.0657877177000046 -0.4643214046955109 0.0350371487438679 <_> <_> <_> 3 10 2 2 -1. <_> 4 10 1 2 2. 0 1.2409730115905404e-003 -0.0964792370796204 0.2877922058105469 <_> <_> <_> 4 7 3 5 -1. <_> 5 7 1 5 3. 0 8.1398809561505914e-004 0.1151171997189522 -0.1676616072654724 <_> <_> <_> 3 12 6 2 -1. <_> 5 12 2 2 3. 0 0.0239018201828003 -0.0326031893491745 0.6001734733581543 <_> <_> <_> 6 15 7 4 -1. <_> 6 17 7 2 2. 0 0.0275566000491381 -0.0661373436450958 0.2999447882175446 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 -3.8070970913395286e-004 -0.3388118147850037 0.0644507706165314 <_> <_> <_> 15 1 3 16 -1. <_> 16 1 1 16 3. 0 -1.3335429830476642e-003 0.1458866000175476 -0.1321762055158615 <_> <_> <_> 6 16 6 3 -1. <_> 8 16 2 3 3. 0 -9.3507990241050720e-003 -0.5117782950401306 0.0349694713950157 <_> <_> <_> 15 14 3 2 -1. <_> 15 15 3 1 2. 0 7.6215229928493500e-003 0.0232495293021202 -0.6961941123008728 <_> <_> <_> 12 16 1 2 -1. <_> 12 17 1 1 2. 0 -5.3407860832521692e-005 0.2372737973928452 -0.0869107097387314 <_> <_> <_> 0 2 4 4 -1. <_> 0 2 2 2 2. <_> 2 4 2 2 2. 0 -1.5332329785451293e-003 0.1922841072082520 -0.1042239964008331 <_> <_> <_> 1 1 6 4 -1. <_> 1 1 3 2 2. <_> 4 3 3 2 2. 0 4.3135890737175941e-003 -0.0962195470929146 0.2560121119022369 <_> <_> <_> 1 18 1 2 -1. <_> 1 19 1 1 2. 0 -2.3042880638968199e-004 -0.3156475126743317 0.0588385984301567 <_> <_> <_> 4 7 2 3 -1. <_> 4 8 2 1 3. 0 -7.8411828726530075e-003 -0.6634092926979065 0.0245009995996952 <_> <_> <_> 1 0 9 14 -1. <_> 1 7 9 7 2. 0 0.1710374057292938 0.0338314995169640 -0.4561594128608704 <_> <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -1.6011140542104840e-003 0.2157489061355591 -0.0836225301027298 <_> <_> <_> 3 9 4 3 -1. <_> 5 9 2 3 2. 0 -0.0105357803404331 0.2455231994390488 -0.0823844894766808 <_> <_> <_> 0 9 2 4 -1. <_> 0 11 2 2 2. 0 -5.8351638726890087e-003 -0.4780732989311218 0.0440862216055393 <_> <_> <_> 16 6 3 10 -1. <_> 17 6 1 10 3. 0 -0.0187061093747616 -0.6002402901649475 0.0214100405573845 <_> <_> <_> 16 11 2 1 -1. <_> 17 11 1 1 2. 0 -9.3307439237833023e-004 0.2432359009981155 -0.0741657167673111 -1.0566600561141968 19 -1 <_> <_> <_> <_> 5 7 4 4 -1. <_> 5 9 4 2 2. 0 0.0106462296098471 -0.1386138945817947 0.2649407088756561 <_> <_> <_> 10 11 9 2 -1. <_> 13 11 3 2 3. 0 0.0352982692420483 -0.0758217275142670 0.3902106881141663 <_> <_> <_> 15 10 2 2 -1. <_> 15 10 1 1 2. <_> 16 11 1 1 2. 0 7.5638387352228165e-004 -0.0955214425921440 0.2906199991703033 <_> <_> <_> 10 6 6 14 -1. <_> 10 13 6 7 2. 0 0.0924977064132690 -0.2770423889160156 0.0794747024774551 <_> <_> <_> 14 7 3 5 -1. <_> 15 7 1 5 3. 0 -2.9340879991650581e-003 0.2298953980207443 -0.0785500109195709 <_> <_> <_> 6 11 12 3 -1. <_> 10 11 4 3 3. 0 -0.0865358486771584 0.4774481058120728 -6.8231220357120037e-003 <_> <_> <_> 17 16 1 2 -1. <_> 17 17 1 1 2. 0 5.4699288739357144e-005 -0.2264260947704315 0.0881921127438545 <_> <_> <_> 8 5 5 4 -1. <_> 8 7 5 2 2. 0 -0.0365925207734108 0.2735387086868286 -0.0986067429184914 <_> <_> <_> 11 6 4 2 -1. <_> 11 7 4 1 2. 0 2.6469118893146515e-003 -0.0440839789807796 0.3144528865814209 <_> <_> <_> 3 4 8 2 -1. <_> 3 4 4 1 2. <_> 7 5 4 1 2. 0 -4.4271810911595821e-003 0.2382272928953171 -0.0867842733860016 <_> <_> <_> 0 8 6 6 -1. <_> 2 8 2 6 3. 0 -5.1882481202483177e-003 0.1504276990890503 -0.1267210990190506 <_> <_> <_> 7 4 6 2 -1. <_> 7 5 6 1 2. 0 4.5530400238931179e-003 -0.0559450201690197 0.3650163114070892 <_> <_> <_> 7 3 6 3 -1. <_> 9 3 2 3 3. 0 0.0145624103024602 0.0363977700471878 -0.5355919003486633 <_> <_> <_> 2 17 3 3 -1. <_> 2 18 3 1 3. 0 6.8677567469421774e-005 -0.1747962981462479 0.1106870993971825 <_> <_> <_> 3 10 6 1 -1. <_> 5 10 2 1 3. 0 -5.9744901955127716e-003 0.3107787072658539 -0.0665302276611328 <_> <_> <_> 7 2 6 2 -1. <_> 9 2 2 2 3. 0 -5.8691250160336494e-003 -0.3190149068832398 0.0639318302273750 <_> <_> <_> 4 11 9 1 -1. <_> 7 11 3 1 3. 0 -0.0111403102055192 0.2436479032039642 -0.0809351801872253 <_> <_> <_> 7 7 11 12 -1. <_> 7 13 11 6 2. 0 -0.0586435310542583 -0.7608326077461243 0.0308096297085285 <_> <_> <_> 3 2 3 4 -1. <_> 4 2 1 4 3. 0 -4.6097282320261002e-003 -0.4531502127647400 0.0298790596425533 <_> <_> <_> 9 7 9 3 -1. <_> 12 7 3 3 3. 0 -9.3032103031873703e-003 0.1451337933540344 -0.1103316992521286 <_> <_> <_> 15 11 2 6 -1. <_> 15 11 1 3 2. <_> 16 14 1 3 2. 0 1.3253629440441728e-003 -0.0976989567279816 0.1964644044637680 <_> <_> <_> 0 5 5 3 -1. <_> 0 6 5 1 3. 0 4.9800761044025421e-003 0.0336480811238289 -0.3979220986366272 <_> <_> <_> 8 1 6 12 -1. <_> 10 1 2 12 3. 0 -7.6542161405086517e-003 0.0908419936895370 -0.1596754938364029 <_> <_> <_> 3 7 15 13 -1. <_> 8 7 5 13 3. 0 -0.3892059028148651 -0.6657109260559082 0.0190288294106722 <_> <_> <_> 0 9 9 9 -1. <_> 0 12 9 3 3. 0 -0.1001966968178749 -0.5755926966667175 0.0242827795445919 <_> <_> <_> 16 0 3 8 -1. <_> 17 0 1 8 3. 0 7.3541211895644665e-004 0.0879198014736176 -0.1619534045457840 <_> <_> <_> 16 2 4 2 -1. <_> 18 2 2 2 2. 0 -3.4802639856934547e-003 0.2606449127197266 -0.0602008104324341 <_> <_> <_> 13 0 6 5 -1. <_> 16 0 3 5 2. 0 8.4000425413250923e-003 -0.1097972989082336 0.1570730954408646 <_> <_> <_> 15 1 3 2 -1. <_> 16 1 1 2 3. 0 2.3786011151969433e-003 0.0360582396388054 -0.4727719128131867 <_> <_> <_> 11 8 3 2 -1. <_> 12 8 1 2 3. 0 7.3831682093441486e-003 -0.0357563607394695 0.4949859082698822 <_> <_> <_> 1 8 2 12 -1. <_> 1 8 1 6 2. <_> 2 14 1 6 2. 0 3.2115620560944080e-003 -0.1012556031346321 0.1574798971414566 <_> <_> <_> 0 1 6 12 -1. <_> 2 1 2 12 3. 0 -0.0782096683979034 -0.7662708163261414 0.0229658298194408 <_> <_> <_> 19 17 1 3 -1. <_> 19 18 1 1 3. 0 5.3303989261621609e-005 -0.1341435015201569 0.1111491993069649 <_> <_> <_> 11 3 3 10 -1. <_> 12 3 1 10 3. 0 -9.6419155597686768e-003 0.2506802976131439 -0.0666081383824348 <_> <_> <_> 8 1 9 8 -1. <_> 11 1 3 8 3. 0 -0.0710926726460457 -0.4005681872367859 0.0402977913618088 <_> <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 3.5171560011804104e-004 0.0418611802160740 -0.3296119868755341 <_> <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 -3.3458150574006140e-004 -0.2602983117103577 0.0678927376866341 <_> <_> <_> 6 13 2 6 -1. <_> 6 15 2 2 3. 0 -4.1451421566307545e-003 0.2396769970655441 -0.0720933377742767 <_> <_> <_> 9 14 2 2 -1. <_> 9 15 2 1 2. 0 3.1754500232636929e-003 -0.0712352693080902 0.2412845045328140 <_> <_> <_> 14 10 2 4 -1. <_> 14 10 1 2 2. <_> 15 12 1 2 2. 0 -5.5184490047395229e-003 0.5032023787498474 -0.0296866800636053 <_> <_> <_> 0 15 2 2 -1. <_> 0 15 1 1 2. <_> 1 16 1 1 2. 0 -3.0242869979701936e-004 0.2487905025482178 -0.0567585788667202 <_> <_> <_> 6 7 2 2 -1. <_> 6 7 1 1 2. <_> 7 8 1 1 2. 0 -1.3125919504091144e-003 0.3174780011177063 -0.0418458618223667 <_> <_> <_> 11 18 2 2 -1. <_> 11 18 1 1 2. <_> 12 19 1 1 2. 0 -2.7123570907860994e-004 -0.2704207003116608 0.0568289905786514 <_> <_> <_> 0 0 6 4 -1. <_> 0 0 3 2 2. <_> 3 2 3 2 2. 0 -7.3241777718067169e-003 0.2755667865276337 -0.0542529709637165 <_> <_> <_> 4 1 6 6 -1. <_> 6 1 2 6 3. 0 -0.0168517101556063 -0.3485291004180908 0.0453689992427826 <_> <_> <_> 15 13 5 4 -1. <_> 15 15 5 2 2. 0 0.0299021005630493 0.0316210798919201 -0.4311437010765076 <_> <_> <_> 7 17 6 1 -1. <_> 9 17 2 1 3. 0 2.8902660124003887e-003 0.0380299612879753 -0.3702709972858429 <_> <_> <_> 16 19 4 1 -1. <_> 18 19 2 1 2. 0 -1.9242949783802032e-003 0.2480027973651886 -0.0593332983553410 <_> <_> <_> 16 16 4 4 -1. <_> 18 16 2 4 2. 0 4.9354149959981441e-003 -0.0830684006214142 0.2204380929470062 <_> <_> <_> 7 8 9 4 -1. <_> 10 8 3 4 3. 0 0.0820756033062935 -0.0194134395569563 0.6908928751945496 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 -2.4699489586055279e-004 -0.2466056942939758 0.0647764503955841 <_> <_> <_> 2 9 2 4 -1. <_> 2 9 1 2 2. <_> 3 11 1 2 2. 0 -1.8365769647061825e-003 0.2883616089820862 -0.0533904582262039 <_> <_> <_> 0 3 8 4 -1. <_> 0 3 4 2 2. <_> 4 5 4 2 2. 0 -4.9553811550140381e-003 0.1274082958698273 -0.1255941987037659 <_> <_> <_> 0 1 8 1 -1. <_> 4 1 4 1 2. 0 -8.3086621016263962e-003 0.2347811013460159 -0.0716764926910400 <_> <_> <_> 0 5 8 9 -1. <_> 4 5 4 9 2. 0 -0.1087991967797279 -0.2599223852157593 0.0586897395551205 <_> <_> <_> 7 18 6 2 -1. <_> 9 18 2 2 3. 0 -9.6786450594663620e-003 -0.7072042822837830 0.0187492594122887 <_> <_> <_> 0 4 1 12 -1. <_> 0 8 1 4 3. 0 -0.0271368306130171 -0.5838422775268555 0.0216841306537390 <_> <_> <_> 19 13 1 6 -1. <_> 19 15 1 2 3. 0 -6.5389778465032578e-003 -0.5974891185760498 0.0214803107082844 <_> <_> <_> 2 8 6 8 -1. <_> 4 8 2 8 3. 0 -0.0120956301689148 0.1326903998851776 -0.0997227206826210 <_> <_> <_> 0 0 9 17 -1. <_> 3 0 3 17 3. 0 -0.1677609980106354 -0.5665506720542908 0.0321230888366699 <_> <_> <_> 7 9 6 8 -1. <_> 9 9 2 8 3. 0 -0.0132625503465533 0.1149559020996094 -0.1173838973045349 <_> <_> <_> 5 10 9 4 -1. <_> 8 10 3 4 3. 0 0.0767445191740990 -0.0314132310450077 0.5993549227714539 <_> <_> <_> 5 0 8 3 -1. <_> 5 1 8 1 3. 0 5.0785229541361332e-003 -0.0529119409620762 0.2334239929914475 <_> <_> <_> 16 6 4 4 -1. <_> 16 6 2 2 2. <_> 18 8 2 2 2. 0 3.1800279393792152e-003 -0.0777343884110451 0.1765290945768356 <_> <_> <_> 17 4 2 8 -1. <_> 17 4 1 4 2. <_> 18 8 1 4 2. 0 -1.7729829996824265e-003 0.1959162950515747 -0.0797521993517876 <_> <_> <_> 2 16 1 3 -1. <_> 2 17 1 1 3. 0 -4.8560940194875002e-004 -0.2880037128925324 0.0490471199154854 <_> <_> <_> 2 16 1 3 -1. <_> 2 17 1 1 3. 0 3.6554320831783116e-004 0.0679228976368904 -0.2249943017959595 <_> <_> <_> 11 0 1 3 -1. <_> 11 1 1 1 3. 0 -2.6938671362586319e-004 0.1658217012882233 -0.0897440984845161 <_> <_> <_> 11 2 9 7 -1. <_> 14 2 3 7 3. 0 0.0786842331290245 0.0260816793888807 -0.5569373965263367 <_> <_> <_> 10 2 3 6 -1. <_> 11 2 1 6 3. 0 -7.3774810880422592e-004 0.1403687000274658 -0.1180030032992363 <_> <_> <_> 5 9 15 2 -1. <_> 5 10 15 1 2. 0 0.0239578299224377 0.0304707400500774 -0.4615997970104218 <_> <_> <_> 8 16 6 2 -1. <_> 8 17 6 1 2. 0 -1.6239080578088760e-003 0.2632707953453064 -0.0567653700709343 <_> <_> <_> 9 16 10 2 -1. <_> 9 16 5 1 2. <_> 14 17 5 1 2. 0 -9.0819748584181070e-004 0.1546245962381363 -0.1108706966042519 <_> <_> <_> 9 17 2 2 -1. <_> 9 17 1 1 2. <_> 10 18 1 1 2. 0 3.9806248969398439e-004 0.0556303709745407 -0.2833195924758911 <_> <_> <_> 10 15 6 4 -1. <_> 10 15 3 2 2. <_> 13 17 3 2 2. 0 2.0506449509412050e-003 -0.0916048362851143 0.1758553981781006 <_> <_> <_> 4 5 15 12 -1. <_> 9 5 5 12 3. 0 0.0267425496131182 0.0620030313730240 -0.2448700070381165 <_> <_> <_> 11 13 2 3 -1. <_> 11 14 2 1 3. 0 -2.1497008856385946e-003 0.2944929897785187 -0.0532181486487389 <_> <_> <_> 8 13 7 3 -1. <_> 8 14 7 1 3. 0 5.6671658530831337e-003 -0.0642982423305511 0.2490568011999130 <_> <_> <_> 1 12 1 2 -1. <_> 1 13 1 1 2. 0 6.8317902332637459e-005 -0.1681963056325913 0.0965485796332359 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 1.7600439605303109e-004 0.0653080120682716 -0.2426788061857224 <_> <_> <_> 1 19 18 1 -1. <_> 7 19 6 1 3. 0 4.1861608624458313e-003 -0.0979885831475258 0.1805288940668106 <_> <_> <_> 1 17 6 1 -1. <_> 4 17 3 1 2. 0 -2.1808340679854155e-003 0.1923127025365830 -0.0941239297389984 <_> <_> <_> 1 3 1 12 -1. <_> 1 9 1 6 2. 0 0.0217304006218910 0.0355785116553307 -0.4508853852748871 <_> <_> <_> 0 9 3 6 -1. <_> 0 11 3 2 3. 0 -0.0147802699357271 -0.4392701089382172 0.0317355915904045 <_> <_> <_> 5 4 3 10 -1. <_> 6 4 1 10 3. 0 -3.6145891062915325e-003 0.1981147974729538 -0.0777014195919037 <_> <_> <_> 6 17 2 1 -1. <_> 7 17 1 1 2. 0 1.8892709631472826e-003 0.0199624393135309 -0.7204172015190125 <_> <_> <_> 1 0 6 12 -1. <_> 3 0 2 12 3. 0 -1.3822480104863644e-003 0.0984669476747513 -0.1488108038902283 <_> <_> <_> 4 7 9 2 -1. <_> 7 7 3 2 3. 0 -3.9505911991000175e-003 0.1159323006868362 -0.1279197037220001 -0.9769343137741089 20 -1 <_> <_> <_> <_> 6 11 9 1 -1. <_> 9 11 3 1 3. 0 -0.0193955395370722 0.4747475087642670 -0.1172109022736549 <_> <_> <_> 17 10 2 10 -1. <_> 17 15 2 5 2. 0 0.0131189199164510 -0.2555212974548340 0.1637880057096481 <_> <_> <_> 4 10 2 10 -1. <_> 4 10 1 5 2. <_> 5 15 1 5 2. 0 -5.1606801571324468e-004 0.1945261955261231 -0.1744889020919800 <_> <_> <_> 12 3 3 12 -1. <_> 13 3 1 12 3. 0 -0.0131841599941254 0.4418145120143890 -0.0900487527251244 <_> <_> <_> 15 3 4 6 -1. <_> 15 3 2 3 2. <_> 17 6 2 3 2. 0 3.4657081123441458e-003 -0.1347709000110626 0.1805634051561356 <_> <_> <_> 12 8 3 3 -1. <_> 13 8 1 3 3. 0 6.2980200164020061e-003 -0.0541649796068668 0.3603338003158569 <_> <_> <_> 4 14 2 4 -1. <_> 4 16 2 2 2. 0 1.6879989998415112e-003 -0.1999794989824295 0.1202159970998764 <_> <_> <_> 6 16 1 3 -1. <_> 6 17 1 1 3. 0 3.6039709812030196e-004 0.1052414029836655 -0.2411606013774872 <_> <_> <_> 1 1 2 3 -1. <_> 2 1 1 3 2. 0 -1.5276849735528231e-003 0.2813552916049957 -0.0689648166298866 <_> <_> <_> 0 2 4 1 -1. <_> 2 2 2 1 2. 0 3.5033570602536201e-003 -0.0825195834040642 0.4071359038352966 <_> <_> <_> 8 17 12 3 -1. <_> 12 17 4 3 3. 0 -4.7337161377072334e-003 0.1972700953483582 -0.1171014010906220 <_> <_> <_> 9 16 6 4 -1. <_> 11 16 2 4 3. 0 -0.0115571497008204 -0.5606111288070679 0.0681709572672844 <_> <_> <_> 4 6 3 6 -1. <_> 4 9 3 3 2. 0 -0.0274457205086946 0.4971862137317658 -0.0623801499605179 <_> <_> <_> 6 2 12 9 -1. <_> 6 5 12 3 3. 0 -0.0528257787227631 0.1692122071981430 -0.1309355050325394 <_> <_> <_> 6 0 14 20 -1. <_> 6 0 7 10 2. <_> 13 10 7 10 2. 0 -0.2984969913959503 -0.6464967131614685 0.0400768183171749 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -2.6307269581593573e-004 0.2512794137001038 -0.0894948393106461 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 2.3261709429789335e-004 -0.0868439897894859 0.2383197993040085 <_> <_> <_> 19 8 1 3 -1. <_> 19 9 1 1 3. 0 2.3631360090803355e-004 0.1155446022748947 -0.1893634945154190 <_> <_> <_> 13 4 1 2 -1. <_> 13 5 1 1 2. 0 2.0742209162563086e-003 -0.0485948510468006 0.5748599171638489 <_> <_> <_> 0 4 4 2 -1. <_> 0 5 4 1 2. 0 -7.0308889262378216e-003 -0.5412080883979797 0.0487437509000301 <_> <_> <_> 19 5 1 6 -1. <_> 19 7 1 2 3. 0 8.2652270793914795e-003 0.0264945197850466 -0.6172845959663391 <_> <_> <_> 16 0 2 1 -1. <_> 17 0 1 1 2. 0 2.0042760297656059e-004 -0.1176863014698029 0.1633386015892029 <_> <_> <_> 13 1 1 3 -1. <_> 13 2 1 1 3. 0 1.6470040427520871e-003 -0.0599549189209938 0.3517970144748688 <_> <_> <_> 17 17 1 3 -1. <_> 17 18 1 1 3. 0 -3.5642538568936288e-004 -0.3442029953002930 0.0649482533335686 <_> <_> <_> 5 4 8 8 -1. <_> 5 4 4 4 2. <_> 9 8 4 4 2. 0 -0.0309358704835176 0.1997970044612885 -0.0976936966180801 <_> <_> <_> 1 2 2 2 -1. <_> 1 2 1 1 2. <_> 2 3 1 1 2. 0 -6.3578772824257612e-004 -0.3148139119148254 0.0594250410795212 <_> <_> <_> 0 0 8 6 -1. <_> 0 0 4 3 2. <_> 4 3 4 3 2. 0 -0.0118621801957488 0.2004369050264359 -0.0894475430250168 <_> <_> <_> 6 3 4 2 -1. <_> 6 4 4 1 2. 0 7.1508930996060371e-003 -0.0390060618519783 0.5332716107368469 <_> <_> <_> 1 0 3 3 -1. <_> 1 1 3 1 3. 0 -2.0059191156178713e-003 -0.2846972048282623 0.0707236081361771 <_> <_> <_> 6 1 7 2 -1. <_> 6 2 7 1 2. 0 3.6412389017641544e-003 -0.1066031977534294 0.2494480013847351 <_> <_> <_> 2 6 12 6 -1. <_> 6 6 4 6 3. 0 -0.1346742957830429 0.4991008043289185 -0.0403322204947472 <_> <_> <_> 1 16 9 2 -1. <_> 4 16 3 2 3. 0 -2.2547659464180470e-003 0.1685169041156769 -0.1111928001046181 <_> <_> <_> 7 15 6 4 -1. <_> 9 15 2 4 3. 0 4.3842289596796036e-003 0.0861394926905632 -0.2743177115917206 <_> <_> <_> 6 15 12 1 -1. <_> 12 15 6 1 2. 0 -7.3361168615520000e-003 0.2487521022558212 -0.0959191620349884 <_> <_> <_> 17 17 1 3 -1. <_> 17 18 1 1 3. 0 6.4666912658140063e-004 0.0674315765500069 -0.3375408053398132 <_> <_> <_> 17 15 2 2 -1. <_> 17 15 1 1 2. <_> 18 16 1 1 2. 0 2.2983769304119051e-004 -0.0839030519127846 0.2458409965038300 <_> <_> <_> 3 13 3 3 -1. <_> 3 14 3 1 3. 0 6.7039071582257748e-003 0.0290793292224407 -0.6905593872070313 <_> <_> <_> 10 17 1 3 -1. <_> 10 18 1 1 3. 0 5.0734888645820320e-005 -0.1569671928882599 0.1196542978286743 <_> <_> <_> 4 0 14 8 -1. <_> 11 0 7 8 2. 0 -0.2033555954694748 -0.6950634717941284 0.0275075193494558 <_> <_> <_> 2 0 12 2 -1. <_> 6 0 4 2 3. 0 9.4939414411783218e-003 -0.0874493718147278 0.2396833002567291 <_> <_> <_> 2 0 4 3 -1. <_> 4 0 2 3 2. 0 -2.4055240210145712e-003 0.2115096002817154 -0.1314893066883087 <_> <_> <_> 13 1 1 2 -1. <_> 13 2 1 1 2. 0 -1.1342419747961685e-004 0.1523378938436508 -0.1272590011358261 <_> <_> <_> 7 5 3 6 -1. <_> 8 5 1 6 3. 0 0.0149922100827098 -0.0341279692947865 0.5062407255172730 <_> <_> <_> 18 2 2 2 -1. <_> 18 2 1 1 2. <_> 19 3 1 1 2. 0 7.4068200774490833e-004 0.0487647503614426 -0.4022532105445862 <_> <_> <_> 15 1 2 14 -1. <_> 16 1 1 14 2. 0 -4.2459447868168354e-003 0.2155476063489914 -0.0871269926428795 <_> <_> <_> 15 6 2 2 -1. <_> 15 6 1 1 2. <_> 16 7 1 1 2. 0 6.8655109498649836e-004 -0.0754187181591988 0.2640590965747833 <_> <_> <_> 3 1 6 3 -1. <_> 5 1 2 3 3. 0 -0.0167514607310295 -0.6772903203964233 0.0329187288880348 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 -2.6301678735762835e-004 0.2272586971521378 -0.0905348733067513 <_> <_> <_> 5 17 2 2 -1. <_> 5 17 1 1 2. <_> 6 18 1 1 2. 0 4.3398610432632267e-004 0.0558943785727024 -0.3559266924858093 <_> <_> <_> 9 10 6 10 -1. <_> 11 10 2 10 3. 0 -0.0201501492410898 0.1916276067495346 -0.0949299708008766 <_> <_> <_> 10 17 6 3 -1. <_> 12 17 2 3 3. 0 -0.0144521296024323 -0.6851034164428711 0.0254221707582474 <_> <_> <_> 14 5 2 10 -1. <_> 14 10 2 5 2. 0 -0.0211497396230698 0.3753319084644318 -0.0514965802431107 <_> <_> <_> 11 12 6 2 -1. <_> 11 13 6 1 2. 0 0.0211377702653408 0.0290830805897713 -0.8943036794662476 <_> <_> <_> 8 1 1 3 -1. <_> 8 2 1 1 3. 0 1.1524349683895707e-003 -0.0696949362754822 0.2729980051517487 <_> <_> <_> 12 15 2 2 -1. <_> 12 15 1 1 2. <_> 13 16 1 1 2. 0 -1.9070580310653895e-004 0.1822811961174011 -0.0983670726418495 <_> <_> <_> 6 8 6 4 -1. <_> 6 8 3 2 2. <_> 9 10 3 2 2. 0 -0.0363496318459511 -0.8369309902191162 0.0250557605177164 <_> <_> <_> 7 5 3 5 -1. <_> 8 5 1 5 3. 0 -9.0632075443863869e-003 0.4146350026130676 -0.0544134490191936 <_> <_> <_> 0 5 7 3 -1. <_> 0 6 7 1 3. 0 -2.0535490475594997e-003 -0.1975031048059464 0.1050689965486527 -1.0129359960556030 21 -1 <_> <_> <_> <_> 7 9 6 6 -1. <_> 9 9 2 6 3. 0 -0.0227170195430517 0.2428855001926422 -0.1474552005529404 <_> <_> <_> 5 7 8 8 -1. <_> 5 11 8 4 2. 0 0.0255059506744146 -0.2855173945426941 0.1083720996975899 <_> <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -2.6640091091394424e-003 0.2927573025226593 -0.1037271022796631 <_> <_> <_> 10 11 6 1 -1. <_> 12 11 2 1 3. 0 -3.8115289062261581e-003 0.2142689973115921 -0.1381113976240158 <_> <_> <_> 13 6 6 11 -1. <_> 15 6 2 11 3. 0 -0.0167326908558607 0.2655026018619537 -0.0439113304018974 <_> <_> <_> 8 17 2 2 -1. <_> 8 17 1 1 2. <_> 9 18 1 1 2. 0 4.9277010839432478e-004 0.0211045593023300 -0.4297136068344116 <_> <_> <_> 4 12 12 1 -1. <_> 8 12 4 1 3. 0 -0.0366911105811596 0.5399242043495178 -0.0436488017439842 <_> <_> <_> 11 17 3 2 -1. <_> 11 18 3 1 2. 0 1.2615970335900784e-003 -0.1293386965990067 0.1663877069950104 <_> <_> <_> 8 17 6 1 -1. <_> 10 17 2 1 3. 0 -8.4106856957077980e-003 -0.9469841122627258 0.0214658491313457 <_> <_> <_> 4 1 14 6 -1. <_> 4 3 14 2 3. 0 0.0649027228355408 -0.0717277601361275 0.2661347985267639 <_> <_> <_> 14 2 2 12 -1. <_> 14 8 2 6 2. 0 0.0303050000220537 -0.0827824920415878 0.2769432067871094 <_> <_> <_> 12 13 3 2 -1. <_> 12 14 3 1 2. 0 2.5875340215861797e-003 -0.1296616941690445 0.1775663048028946 <_> <_> <_> 6 1 6 1 -1. <_> 8 1 2 1 3. 0 -7.0240451022982597e-003 -0.6424317955970764 0.0399432107806206 <_> <_> <_> 10 6 6 1 -1. <_> 12 6 2 1 3. 0 -1.0099769569933414e-003 0.1417661011219025 -0.1165997013449669 <_> <_> <_> 3 19 2 1 -1. <_> 4 19 1 1 2. 0 -4.1179071558872238e-005 0.1568766981363297 -0.1112734004855156 <_> <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 -4.7293151146732271e-004 -0.3355455994606018 0.0459777303040028 <_> <_> <_> 16 11 3 7 -1. <_> 17 11 1 7 3. 0 -1.7178079579025507e-003 0.1695290952920914 -0.1057806983590126 <_> <_> <_> 19 5 1 6 -1. <_> 19 8 1 3 2. 0 -0.0133331697434187 -0.5825781226158142 0.0309784300625324 <_> <_> <_> 9 8 4 3 -1. <_> 9 9 4 1 3. 0 -1.8783430568873882e-003 0.1426687985658646 -0.1113125979900360 <_> <_> <_> 16 8 4 4 -1. <_> 16 8 2 2 2. <_> 18 10 2 2 2. 0 -6.5765981562435627e-003 0.2756136059761047 -0.0531003288924694 <_> <_> <_> 2 8 2 2 -1. <_> 2 8 1 1 2. <_> 3 9 1 1 2. 0 -7.7210381277836859e-005 0.1324024051427841 -0.1116779968142510 <_> <_> <_> 3 5 6 4 -1. <_> 3 5 3 2 2. <_> 6 7 3 2 2. 0 0.0219685398042202 -0.0269681606441736 0.5006716847419739 <_> <_> <_> 2 3 8 16 -1. <_> 2 3 4 8 2. <_> 6 11 4 8 2. 0 -0.0274457503110170 -0.2408674061298370 0.0604782700538635 <_> <_> <_> 17 17 1 3 -1. <_> 17 18 1 1 3. 0 7.8305849456228316e-005 -0.1333488970994949 0.1012346968054771 <_> <_> <_> 7 2 8 11 -1. <_> 11 2 4 11 2. 0 0.0701906830072403 -0.0548637807369232 0.2480994015932083 <_> <_> <_> 13 3 6 14 -1. <_> 16 3 3 14 2. 0 -0.0719021335244179 -0.3784669041633606 0.0422109998762608 <_> <_> <_> 0 9 18 2 -1. <_> 6 9 6 2 3. 0 -0.1078097969293594 -0.3748658895492554 0.0428334400057793 <_> <_> <_> 6 10 14 3 -1. <_> 6 11 14 1 3. 0 1.4364200178533792e-003 0.0804763585329056 -0.1726378947496414 <_> <_> <_> 10 9 9 3 -1. <_> 13 9 3 3 3. 0 0.0682891905307770 -0.0355957895517349 0.4076131880283356 <_> <_> <_> 3 5 4 6 -1. <_> 3 5 2 3 2. <_> 5 8 2 3 2. 0 -6.8037179298698902e-003 0.1923379004001617 -0.0823680236935616 <_> <_> <_> 3 7 3 7 -1. <_> 4 7 1 7 3. 0 -5.6193489581346512e-004 0.1305712014436722 -0.1435514986515045 <_> <_> <_> 2 8 11 6 -1. <_> 2 10 11 2 3. 0 -0.0582766495645046 -0.3012543916702271 0.0528196506202221 <_> <_> <_> 8 9 6 3 -1. <_> 8 10 6 1 3. 0 -6.1205718666315079e-003 0.2204390019178391 -0.0756917521357536 <_> <_> <_> 3 3 3 11 -1. <_> 4 3 1 11 3. 0 -0.0135943097993732 -0.3904936015605927 0.0418571084737778 <_> <_> <_> 0 19 6 1 -1. <_> 3 19 3 1 2. 0 1.3626200379803777e-003 -0.0953634232282639 0.1497032046318054 <_> <_> <_> 18 18 1 2 -1. <_> 18 19 1 1 2. 0 -1.5074219845701009e-004 -0.2394558042287827 0.0647983327507973 <_> <_> <_> 8 0 12 6 -1. <_> 8 0 6 3 2. <_> 14 3 6 3 2. 0 -0.0774142593145370 0.5594198107719421 -0.0245168805122375 <_> <_> <_> 19 5 1 3 -1. <_> 19 6 1 1 3. 0 9.2117872554808855e-004 0.0549288615584373 -0.2793481051921845 <_> <_> <_> 5 8 2 1 -1. <_> 6 8 1 1 2. 0 1.0250780032947659e-003 -0.0621673092246056 0.2497636973857880 <_> <_> <_> 13 11 2 1 -1. <_> 14 11 1 1 2. 0 -8.1174750812351704e-004 0.2343793958425522 -0.0657258108258247 <_> <_> <_> 3 6 15 13 -1. <_> 8 6 5 13 3. 0 0.0834310203790665 0.0509548000991344 -0.3102098107337952 <_> <_> <_> 4 3 6 2 -1. <_> 6 3 2 2 3. 0 -9.2014456167817116e-003 -0.3924253880977631 0.0329269506037235 <_> <_> <_> 0 18 1 2 -1. <_> 0 19 1 1 2. 0 -2.9086650465615094e-004 -0.3103975057601929 0.0497118197381496 <_> <_> <_> 7 8 2 6 -1. <_> 8 8 1 6 2. 0 7.7576898038387299e-003 -0.0440407507121563 0.3643135130405426 <_> <_> <_> 3 0 6 19 -1. <_> 5 0 2 19 3. 0 -0.1246609017252922 -0.8195707798004150 0.0191506408154964 <_> <_> <_> 3 1 6 5 -1. <_> 5 1 2 5 3. 0 0.0132425501942635 0.0389888398349285 -0.3323068022727966 <_> <_> <_> 17 14 3 6 -1. <_> 17 16 3 2 3. 0 -6.6770128905773163e-003 -0.3579013943672180 0.0404602102935314 <_> <_> <_> 17 13 2 6 -1. <_> 18 13 1 6 2. 0 -2.7479929849505424e-003 0.2525390088558197 -0.0564278215169907 <_> <_> <_> 17 18 2 2 -1. <_> 18 18 1 2 2. 0 8.2659651525318623e-004 -0.0719886571168900 0.2278047949075699 <_> <_> <_> 11 14 9 4 -1. <_> 14 14 3 4 3. 0 -0.0501534007489681 -0.6303647160530090 0.0274620503187180 <_> <_> <_> 15 8 4 6 -1. <_> 15 8 2 3 2. <_> 17 11 2 3 2. 0 7.4203149415552616e-003 -0.0666107162833214 0.2778733968734741 <_> <_> <_> 1 16 1 3 -1. <_> 1 17 1 1 3. 0 -6.7951780511066318e-004 -0.3632706105709076 0.0427954308688641 <_> <_> <_> 7 0 3 14 -1. <_> 8 0 1 14 3. 0 -1.9305750029161572e-003 0.1419623047113419 -0.1075998023152351 <_> <_> <_> 12 0 2 1 -1. <_> 13 0 1 1 2. 0 -3.8132671033963561e-004 0.2159176021814346 -0.0702026635408401 <_> <_> <_> 7 9 6 5 -1. <_> 10 9 3 5 2. 0 -0.0709903463721275 0.4526660144329071 -0.0407504811882973 <_> <_> <_> 15 5 4 9 -1. <_> 17 5 2 9 2. 0 -0.0533680804073811 -0.6767405867576599 0.0192883405834436 <_> <_> <_> 11 0 6 6 -1. <_> 13 0 2 6 3. 0 -0.0200648494064808 -0.4336543083190918 0.0318532884120941 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 1.1976360110566020e-003 -0.0265598706901073 0.5079718232154846 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 -2.2697300300933421e-004 0.1801259964704514 -0.0836065486073494 <_> <_> <_> 13 2 2 18 -1. <_> 13 11 2 9 2. 0 0.0152626996859908 -0.2023892998695374 0.0674220174551010 <_> <_> <_> 8 4 8 10 -1. <_> 8 9 8 5 2. 0 -0.2081176936626434 0.6694386005401611 -0.0224521104246378 <_> <_> <_> 8 3 2 3 -1. <_> 8 4 2 1 3. 0 1.5514369588345289e-003 -0.0751218423247337 0.1732691973447800 <_> <_> <_> 11 1 6 9 -1. <_> 11 4 6 3 3. 0 -0.0529240109026432 0.2499251961708069 -0.0628791674971581 <_> <_> <_> 15 4 5 6 -1. <_> 15 6 5 2 3. 0 -0.0216488502919674 -0.2919428050518036 0.0526144914329052 <_> <_> <_> 12 18 2 2 -1. <_> 12 18 1 1 2. <_> 13 19 1 1 2. 0 -2.2905069636180997e-004 -0.2211730033159256 0.0631683394312859 <_> <_> <_> 1 17 1 3 -1. <_> 1 18 1 1 3. 0 5.0170070608146489e-005 -0.1151070967316628 0.1161144003272057 <_> <_> <_> 12 19 2 1 -1. <_> 13 19 1 1 2. 0 -1.6416069411206990e-004 0.1587152034044266 -0.0826006010174751 <_> <_> <_> 8 10 6 6 -1. <_> 10 10 2 6 3. 0 -0.0120032895356417 0.1221809014678001 -0.1122969985008240 <_> <_> <_> 14 2 6 5 -1. <_> 16 2 2 5 3. 0 -0.0177841000258923 -0.3507278859615326 0.0313419215381145 <_> <_> <_> 9 5 2 6 -1. <_> 9 7 2 2 3. 0 -6.3457582145929337e-003 0.1307806968688965 -0.1057441011071205 <_> <_> <_> 1 15 2 2 -1. <_> 2 15 1 2 2. 0 -7.9523242311552167e-004 0.1720467060804367 -0.0860019922256470 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -3.1029590172693133e-004 -0.2843317091464996 0.0518171191215515 <_> <_> <_> 10 14 4 6 -1. <_> 10 16 4 2 3. 0 -0.0170537102967501 0.3924242854118347 -0.0401432700455189 <_> <_> <_> 9 7 3 2 -1. <_> 10 7 1 2 3. 0 4.6504959464073181e-003 -0.0318375602364540 0.4123769998550415 <_> <_> <_> 6 9 6 2 -1. <_> 6 9 3 1 2. <_> 9 10 3 1 2. 0 -0.0103587601333857 -0.5699319839477539 0.0292483791708946 <_> <_> <_> 0 2 1 12 -1. <_> 0 6 1 4 3. 0 -0.0221962407231331 -0.4560528993606567 0.0262859892100096 <_> <_> <_> 4 0 15 1 -1. <_> 9 0 5 1 3. 0 -7.0536029525101185e-003 0.1599832028150559 -0.0915948599576950 <_> <_> <_> 9 0 8 2 -1. <_> 9 0 4 1 2. <_> 13 1 4 1 2. 0 -5.7094299700111151e-004 -0.1407632976770401 0.1028741970658302 <_> <_> <_> 12 2 8 1 -1. <_> 16 2 4 1 2. 0 -2.2152599412947893e-003 0.1659359931945801 -0.0852739885449409 <_> <_> <_> 7 1 10 6 -1. <_> 7 3 10 2 3. 0 -0.0280848909169436 0.2702234089374542 -0.0558738112449646 <_> <_> <_> 18 6 2 3 -1. <_> 18 7 2 1 3. 0 2.1515151020139456e-003 0.0424728915095329 -0.3200584948062897 <_> <_> <_> 4 12 2 2 -1. <_> 4 12 1 1 2. <_> 5 13 1 1 2. 0 -2.9733829433098435e-004 0.1617716997861862 -0.0851155892014503 <_> <_> <_> 6 6 6 2 -1. <_> 8 6 2 2 3. 0 -0.0166947804391384 -0.4285877048969269 0.0305416099727154 <_> <_> <_> 0 9 9 6 -1. <_> 3 9 3 6 3. 0 0.1198299005627632 -0.0162772908806801 0.7984678149223328 <_> <_> <_> 17 18 2 2 -1. <_> 18 18 1 2 2. 0 -3.5499420482665300e-004 0.1593593955039978 -0.0832728818058968 <_> <_> <_> 11 2 6 16 -1. <_> 13 2 2 16 3. 0 -0.0182262696325779 0.1952728033065796 -0.0739398896694183 <_> <_> <_> 2 4 15 13 -1. <_> 7 4 5 13 3. 0 -4.0238600922748446e-004 0.0791018083691597 -0.2080612927675247 <_> <_> <_> 16 2 3 10 -1. <_> 17 2 1 10 3. 0 4.0892060496844351e-004 0.1003663018345833 -0.1512821018695831 <_> <_> <_> 6 10 2 1 -1. <_> 7 10 1 1 2. 0 9.5368112670257688e-004 -0.0730116665363312 0.2175202071666718 <_> <_> <_> 1 1 18 16 -1. <_> 10 1 9 16 2. 0 0.4308179914951325 -0.0274506993591785 0.5706158280372620 <_> <_> <_> 14 4 3 15 -1. <_> 15 4 1 15 3. 0 5.3564831614494324e-004 0.1158754006028175 -0.1279056072235107 <_> <_> <_> 19 13 1 2 -1. <_> 19 14 1 1 2. 0 2.4430730263702571e-005 -0.1681662946939468 0.0804499834775925 <_> <_> <_> 2 6 5 8 -1. <_> 2 10 5 4 2. 0 -0.0553456507623196 0.4533894956111908 -0.0312227793037891 -0.9774749279022217 22 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_eye_tree_eyeglasses.xml000066400000000000000000041325731417525156400307240ustar00rootroot00000000000000 20 20 <_> <_> <_> <_> 8 7 12 1 -1. <_> 8 7 6 1 2. 1 -0.0269871093332767 2 1 <_> <_> 4 7 8 6 -1. <_> 6 7 4 6 2. 0 0.0506705306470394 -0.8039547204971314 0.6049140095710754 <_> <_> 5 3 12 12 -1. <_> 9 7 4 4 9. 0 -0.1291539072990418 0.9054458141326904 0.0440708100795746 <_> <_> <_> 1 8 12 12 -1. <_> 1 14 12 6 2. 0 0.0888277366757393 2 1 <_> <_> 5 9 9 5 -1. <_> 8 9 3 5 3. 0 -0.0203982405364513 0.7921888232231140 0.0406922996044159 <_> <_> 5 7 9 6 -1. <_> 8 7 3 6 3. 0 -0.0612617582082748 0.4258536100387573 -0.7032520771026611 <_> <_> <_> 2 0 18 15 -1. <_> 2 5 18 5 3. 0 -0.2049081027507782 2 1 <_> <_> 7 1 9 9 -1. <_> 7 4 9 3 3. 0 0.0949330478906631 -0.4401764869689941 0.5364052057266235 <_> <_> 8 19 3 1 -1. <_> 9 19 1 1 3. 0 1.2091030366718769e-003 0.6877645850181580 -0.5587934851646423 <_> <_> <_> 5 17 2 2 -1. <_> 5 17 1 1 2. <_> 6 18 1 1 2. 0 9.2227972345426679e-004 1 -0.7268440127372742 <_> <_> 5 17 2 2 -1. <_> 5 17 1 1 2. <_> 6 18 1 1 2. 0 -7.2678289143368602e-004 -0.5802800059318543 2 <_> <_> 10 18 3 1 -1. <_> 11 18 1 1 3. 0 6.8421510513871908e-004 0.5617753267288208 -0.2983418107032776 <_> <_> <_> 7 7 9 7 -1. <_> 10 7 3 7 3. 0 -0.0511505901813507 0.5984076261520386 1 <_> <_> 6 8 12 5 -1. <_> 9 8 6 5 2. 0 0.0616220608353615 2 0.7474393248558044 <_> <_> 13 1 6 7 -1. <_> 13 1 3 7 2. 1 0.0728734731674194 -0.4970377981662750 0.2812925875186920 -1.6473180055618286 -1 -1 <_> <_> <_> <_> 5 2 12 15 -1. <_> 9 7 4 5 9. 0 -0.4199487864971161 2 1 <_> <_> 6 5 14 1 -1. <_> 6 5 7 1 2. 1 -0.0561862885951996 0.2758620083332062 -0.6462321877479553 <_> <_> 9 9 10 1 -1. <_> 9 9 5 1 2. 1 -0.0237111095339060 0.8524125218391419 8.3703370764851570e-003 <_> <_> <_> 2 9 9 3 -1. <_> 5 9 3 3 3. 0 0.0405234396457672 1 0.7427021861076355 <_> <_> 0 8 20 12 -1. <_> 0 14 20 6 2. 0 0.2738890051841736 -0.4928669035434723 2 <_> <_> 0 5 4 13 -1. <_> 2 5 2 13 2. 0 -0.0142938001081347 0.7178478837013245 -0.0422239787876606 <_> <_> <_> 11 18 3 2 -1. <_> 12 18 1 2 3. 0 -2.1144729107618332e-003 -0.8019660115242004 1 <_> <_> 11 18 3 1 -1. <_> 12 18 1 1 3. 0 1.0659949621185660e-003 2 -0.6602591276168823 <_> <_> 11 19 3 1 -1. <_> 12 19 1 1 3. 0 1.0812469990924001e-003 0.4791637063026428 -0.5164529085159302 <_> <_> <_> 10 9 9 3 -1. <_> 13 9 3 3 3. 0 0.0301982890814543 1 0.5132756233215332 <_> <_> 5 8 8 7 -1. <_> 7 8 4 7 2. 0 0.0405695512890816 2 0.6664149761199951 <_> <_> 8 6 9 8 -1. <_> 11 6 3 8 3. 0 0.0706797391176224 -0.4529865980148315 0.5548071861267090 <_> <_> <_> 4 18 2 2 -1. <_> 4 18 1 1 2. <_> 5 19 1 1 2. 0 -7.8928138827905059e-004 -0.7252629995346069 1 <_> <_> 4 18 2 2 -1. <_> 4 18 1 1 2. <_> 5 19 1 1 2. 0 8.0574717139825225e-004 2 -0.5647987127304077 <_> <_> 7 6 8 14 -1. <_> 9 6 4 14 2. 0 -0.0209765601903200 0.6999353766441345 0.0685004666447639 <_> <_> <_> 16 13 4 3 -1. <_> 15 14 4 1 3. 1 0.0127949602901936 1 -0.8640956878662109 <_> <_> 16 13 4 2 -1. <_> 16 13 2 2 2. 1 -8.1120636314153671e-003 0.4444836080074310 2 <_> <_> 5 6 6 14 -1. <_> 7 6 2 14 3. 0 -0.0155065301805735 0.3667531013488770 -0.2918907105922699 <_> <_> <_> 0 7 8 11 -1. <_> 2 7 4 11 2. 0 -0.0129156503826380 2 1 <_> <_> 0 7 8 7 -1. <_> 2 7 4 7 2. 0 6.6297221928834915e-003 -0.4756678044795990 0.1035035029053688 <_> <_> 2 16 3 1 -1. <_> 3 17 1 1 3. 1 -3.6532930098474026e-003 -0.6172305941581726 0.5438253283500671 -1.4257860183715820 0 -1 <_> <_> <_> <_> 3 0 15 18 -1. <_> 8 6 5 6 9. 0 -0.7873197197914124 0.7126883864402771 1 <_> <_> 0 6 20 14 -1. <_> 0 13 20 7 2. 0 0.1690800935029984 -0.7190899848937988 2 <_> <_> 6 7 9 7 -1. <_> 9 7 3 7 3. 0 -0.0403696894645691 0.4414893090724945 -0.4225192964076996 <_> <_> <_> 3 9 6 2 -1. <_> 5 9 2 2 3. 0 0.0191323608160019 1 0.6918622851371765 <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 6.4184539951384068e-004 2 -0.7611696720123291 <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 -7.8941037645563483e-004 -0.6814042925834656 0.1600991934537888 <_> <_> <_> 14 8 6 5 -1. <_> 16 8 2 5 3. 0 -7.1503049694001675e-003 1 2 <_> <_> 16 18 4 2 -1. <_> 16 19 4 1 2. 0 -2.3156129755079746e-003 -0.5591660737991333 0.5128449797630310 <_> <_> 8 8 9 12 -1. <_> 11 8 3 12 3. 0 -0.0415212698280811 0.2442256957292557 -0.4688340127468109 <_> <_> <_> 8 18 3 1 -1. <_> 9 18 1 1 3. 0 9.1200548922643065e-004 1 -0.6952788829803467 <_> <_> 8 18 3 2 -1. <_> 9 18 1 2 3. 0 -1.5798299573361874e-003 -0.6350964903831482 2 <_> <_> 0 8 4 11 -1. <_> 2 8 2 11 2. 0 -0.0115736499428749 0.6468638181686401 6.9198559504002333e-004 <_> <_> <_> 10 0 10 1 -1. <_> 15 0 5 1 2. 0 2.1843519061803818e-003 2 1 <_> <_> 13 1 3 3 -1. <_> 14 1 1 3 3. 0 2.9345690272748470e-003 0.4563289880752564 -0.5884143710136414 <_> <_> 2 8 12 12 -1. <_> 6 8 4 12 3. 0 -0.0587881505489349 0.2670420110225678 -0.3834899067878723 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -5.5392808280885220e-004 -0.4891336858272553 1 <_> <_> 18 18 1 2 -1. <_> 18 19 1 1 2. 0 -5.3035060409456491e-004 -0.3842155039310455 2 <_> <_> 8 10 6 5 -1. <_> 10 10 2 5 3. 0 -6.8775108084082603e-003 0.6684569716453552 0.0931582599878311 <_> <_> <_> 13 17 3 2 -1. <_> 14 17 1 2 3. 0 1.6710379859432578e-003 1 -0.6036937236785889 <_> <_> 0 4 6 12 -1. <_> 0 8 6 4 3. 0 1.4162790030241013e-003 2 -0.3041876852512360 <_> <_> 0 8 5 4 -1. <_> 0 9 5 2 2. 0 7.7876187860965729e-003 0.3969906866550446 -0.6668758988380432 <_> <_> <_> 13 6 4 6 -1. <_> 14 7 2 6 2. 1 -0.0129167800769210 1 2 <_> <_> 4 2 3 2 -1. <_> 5 2 1 2 3. 0 -3.0156269203871489e-003 -0.7123972773551941 0.4625298976898193 <_> <_> 11 2 8 17 -1. <_> 13 2 4 17 2. 0 -0.0197859406471252 0.2833831906318665 -0.3531793057918549 <_> <_> <_> 15 0 3 3 -1. <_> 16 0 1 3 3. 0 3.3207770902663469e-003 1 -0.7329139709472656 <_> <_> 10 5 9 13 -1. <_> 13 5 3 13 3. 0 0.0296062398701906 2 0.4953075945377350 <_> <_> 5 8 8 6 -1. <_> 7 8 4 6 2. 0 0.0446147881448269 -0.1950280964374542 0.7981641888618469 -1.4711019992828369 1 -1 <_> <_> <_> <_> 3 1 15 18 -1. <_> 8 7 5 6 9. 0 -0.9236614108085632 0.7691580057144165 1 <_> <_> 6 7 9 8 -1. <_> 9 7 3 8 3. 0 -0.0481939390301704 2 -0.5136122703552246 <_> <_> 0 6 20 14 -1. <_> 0 13 20 7 2. 0 0.2866987884044647 -0.2967190146446228 0.6202818751335144 <_> <_> <_> 1 7 6 7 -1. <_> 3 7 2 7 3. 0 -0.0130381602793932 1 2 <_> <_> 9 19 3 1 -1. <_> 10 19 1 1 3. 0 -1.4749659458175302e-003 -0.7129424810409546 0.5911517739295960 <_> <_> 4 6 9 7 -1. <_> 7 6 3 7 3. 0 -0.0469217486679554 0.3130356073379517 -0.3674969077110291 <_> <_> <_> 18 10 1 10 -1. <_> 18 15 1 5 2. 0 2.4459899868816137e-003 -0.4693000018596649 1 <_> <_> 12 16 2 4 -1. <_> 12 16 1 2 2. <_> 13 18 1 2 2. 0 -2.5321498978883028e-003 -0.7745016217231751 2 <_> <_> 12 19 4 1 -1. <_> 13 19 2 1 2. 0 1.4651260571554303e-003 0.3641478121280670 -0.5744588971138001 <_> <_> <_> 9 5 6 15 -1. <_> 11 5 2 15 3. 0 -0.0113074202090502 1 2 <_> <_> 10 18 4 1 -1. <_> 11 18 2 1 2. 0 -1.2048849603161216e-003 -0.5572764873504639 0.4787167012691498 <_> <_> 1 0 12 16 -1. <_> 5 0 4 16 3. 0 -0.0627528727054596 0.2278853058815002 -0.4366796910762787 <_> <_> <_> 0 13 3 3 -1. <_> 0 14 3 1 3. 0 -4.0173111483454704e-003 -0.7356877923011780 1 <_> <_> 1 13 1 3 -1. <_> 1 14 1 1 3. 0 1.5160309849306941e-003 2 -0.5848069787025452 <_> <_> 14 0 6 1 -1. <_> 17 0 3 1 2. 0 1.9954680465161800e-003 0.0215440206229687 0.5587568879127502 <_> <_> <_> 12 0 3 3 -1. <_> 13 0 1 3 3. 0 3.4435209818184376e-003 1 -0.7656589746475220 <_> <_> 12 1 3 2 -1. <_> 13 1 1 2 3. 0 -2.6550020556896925e-003 -0.6544749736785889 2 <_> <_> 14 2 6 13 -1. <_> 16 2 2 13 3. 0 -0.0114076901227236 0.5363308191299439 -0.0388491712510586 <_> <_> <_> 12 4 6 1 -1. <_> 14 6 2 1 3. 1 -2.3805440869182348e-003 1 2 <_> <_> 15 6 5 2 -1. <_> 15 7 5 1 2. 0 6.6475258208811283e-003 0.3398441076278687 -0.6502509117126465 <_> <_> 9 0 5 12 -1. <_> 9 4 5 4 3. 0 0.1401824057102203 -0.3249109089374542 0.7506706714630127 <_> <_> <_> 6 1 13 9 -1. <_> 6 4 13 3 3. 0 -0.0623583607375622 0.4577716886997223 1 <_> <_> 16 0 3 2 -1. <_> 17 0 1 2 3. 0 1.3628599699586630e-003 2 -0.6320266127586365 <_> <_> 6 0 4 2 -1. <_> 6 0 2 2 2. 1 -4.4609848409891129e-003 0.4059796035289764 -0.2085406929254532 <_> <_> <_> 4 2 3 3 -1. <_> 3 3 3 1 3. 1 -0.0100468397140503 -0.7478982806205750 1 <_> <_> 7 1 13 6 -1. <_> 5 3 13 2 3. 1 -0.0292748194187880 2 -0.1799547970294952 <_> <_> 3 2 2 3 -1. <_> 2 3 2 1 3. 1 7.7389390207827091e-003 0.4778284132480621 -0.6511334180831909 <_> <_> <_> 17 0 3 1 -1. <_> 18 0 1 1 3. 0 1.4774020528420806e-003 1 -0.6626989841461182 <_> <_> 1 12 5 6 -1. <_> 1 15 5 3 2. 0 0.0149898203089833 -0.1669555008411408 2 <_> <_> 5 14 3 1 -1. <_> 6 15 1 1 3. 1 4.5073241926729679e-003 0.3870205879211426 -0.7340937256813049 <_> <_> <_> 0 7 7 3 -1. <_> 0 8 7 1 3. 0 1.4901049435138702e-003 1 -0.3428083956241608 <_> <_> 0 8 2 4 -1. <_> 0 9 2 2 2. 0 8.9141662465408444e-004 2 -0.2803674042224884 <_> <_> 7 2 4 3 -1. <_> 6 3 4 1 3. 1 -0.0115582197904587 -0.4252395927906036 0.4525966942310333 <_> <_> <_> 6 7 6 10 -1. <_> 8 7 2 10 3. 0 -0.0200119502842426 0.4013311862945557 1 <_> <_> 2 5 8 12 -1. <_> 4 5 4 12 2. 0 -0.0170923005789518 0.3697001039981842 2 <_> <_> 4 0 12 4 -1. <_> 4 2 12 2 2. 0 -0.0676851719617844 0.7443867921829224 -0.3825584053993225 -1.3850779533386230 2 -1 <_> <_> <_> <_> 7 8 8 12 -1. <_> 9 8 4 12 2. 0 -0.0209111496806145 1 2 <_> <_> 8 6 11 14 -1. <_> 8 13 11 7 2. 0 0.1430570930242539 -0.3496556878089905 0.7013456225395203 <_> <_> 16 9 4 9 -1. <_> 18 9 2 9 2. 0 0.0119250295683742 -0.6040462851524353 0.0856159031391144 <_> <_> <_> 12 9 6 2 -1. <_> 14 9 2 2 3. 0 0.0247420091181993 1 0.8536558747291565 <_> <_> 6 1 10 6 -1. <_> 6 3 10 2 3. 0 0.0457321181893349 2 0.4187641143798828 <_> <_> 5 0 4 5 -1. <_> 5 0 2 5 2. 1 0.0432044304907322 -0.3909491896629334 0.2738798856735230 <_> <_> <_> 2 17 1 3 -1. <_> 2 18 1 1 3. 0 -7.2548422031104565e-004 -0.6201112270355225 1 <_> <_> 2 17 1 3 -1. <_> 2 18 1 1 3. 0 1.4243220211938024e-003 2 -0.6158943772315979 <_> <_> 8 0 12 2 -1. <_> 12 0 4 2 3. 0 -5.3335479460656643e-003 0.6059644818305969 0.0158404801040888 <_> <_> <_> 0 8 6 5 -1. <_> 2 8 2 5 3. 0 -7.1891010738909245e-003 1 -0.2085282951593399 <_> <_> 8 18 4 1 -1. <_> 9 18 2 1 2. 0 1.8233320442959666e-003 2 -0.8133838176727295 <_> <_> 10 18 2 1 -1. <_> 11 18 1 1 2. 0 1.6109029529616237e-003 0.5678064823150635 -0.8704625964164734 <_> <_> <_> 7 2 9 3 -1. <_> 10 5 3 3 3. 1 -0.0483502782881260 2 1 <_> <_> 8 3 5 6 -1. <_> 8 5 5 2 3. 0 0.0317461714148521 -0.3533582091331482 0.4407657086849213 <_> <_> 0 14 1 3 -1. <_> 0 15 1 1 3. 0 1.9233829807490110e-003 0.4073063135147095 -0.5959256887435913 <_> <_> <_> 12 17 3 2 -1. <_> 13 17 1 2 3. 0 1.3614529743790627e-003 1 -0.5530725121498108 <_> <_> 12 17 3 3 -1. <_> 13 17 1 3 3. 0 -3.6934199742972851e-003 -0.7316309809684753 2 <_> <_> 7 9 1 4 -1. <_> 6 10 1 2 2. 1 -8.5378461517393589e-004 0.4389067888259888 -0.0630091726779938 <_> <_> <_> 12 7 8 8 -1. <_> 14 7 4 8 2. 0 -0.0109507702291012 0.3926307857036591 1 <_> <_> 7 10 4 6 -1. <_> 5 12 4 2 3. 1 -7.2186449542641640e-003 0.2722525000572205 2 <_> <_> 0 6 4 10 -1. <_> 2 6 2 10 2. 0 0.0185482893139124 -0.4120861887931824 0.6379063725471497 <_> <_> <_> 19 9 1 3 -1. <_> 19 10 1 1 3. 0 1.0859060566872358e-003 1 -0.5085721015930176 <_> <_> 16 1 4 15 -1. <_> 17 2 2 15 2. 1 -6.5618362277746201e-003 0.3538672924041748 2 <_> <_> 14 5 6 7 -1. <_> 16 7 2 7 3. 1 -0.0617774203419685 0.5756828188896179 -0.2847724854946137 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 4.9480778397992253e-004 1 -0.4958389103412628 <_> <_> 0 7 4 6 -1. <_> 0 9 4 2 3. 0 0.0116068804636598 2 -0.5132020115852356 <_> <_> 16 9 4 4 -1. <_> 17 9 2 4 2. 0 -1.6142609529197216e-003 0.5266572833061218 0.0309171602129936 <_> <_> <_> 0 15 1 3 -1. <_> 0 16 1 1 3. 0 2.0437680650502443e-003 1 -0.7094858884811401 <_> <_> 7 5 10 3 -1. <_> 6 6 10 1 3. 1 -8.2394909113645554e-003 0.3418981134891510 2 <_> <_> 9 7 9 7 -1. <_> 12 7 3 7 3. 0 -0.0396992117166519 0.4738334119319916 -0.2506085038185120 <_> <_> <_> 14 4 6 8 -1. <_> 14 6 6 4 2. 0 -8.0377282574772835e-004 1 2 <_> <_> 17 6 3 1 -1. <_> 18 7 1 1 3. 1 -5.4273242130875587e-003 -0.5138400793075562 0.2975271046161652 <_> <_> 17 1 3 8 -1. <_> 17 3 3 4 2. 0 -5.2662738598883152e-003 0.1457702964544296 -0.4600752890110016 <_> <_> <_> 0 10 1 3 -1. <_> 0 11 1 1 3. 0 6.3841522205621004e-004 1 -0.3641282916069031 <_> <_> 5 2 3 1 -1. <_> 6 2 1 1 3. 0 -1.5458120033144951e-003 -0.5808160901069641 2 <_> <_> 5 2 3 1 -1. <_> 6 2 1 1 3. 0 1.1863360414281487e-003 0.2929860949516296 -0.5142071843147278 -1.4432040452957153 3 -1 <_> <_> <_> <_> 6 2 9 15 -1. <_> 9 7 3 5 9. 0 -0.2774501144886017 1 2 <_> <_> 0 9 6 3 -1. <_> 2 9 2 3 3. 0 -3.1200000084936619e-003 0.8326563835144043 0.1023318991065025 <_> <_> 9 6 6 9 -1. <_> 11 9 2 3 9. 0 -0.0802809223532677 0.2377357929944992 -0.6454666256904602 <_> <_> <_> 4 3 12 9 -1. <_> 4 6 12 3 3. 0 -0.0693915486335754 0.4600824117660523 1 <_> <_> 8 5 6 4 -1. <_> 8 6 6 2 2. 0 5.3355181589722633e-003 2 0.2913798987865448 <_> <_> 0 1 17 8 -1. <_> 0 3 17 4 2. 0 -0.0541896186769009 0.4702672958374023 -0.5772340297698975 <_> <_> <_> 2 10 9 1 -1. <_> 5 10 3 1 3. 0 0.0185629595071077 1 0.7055550217628479 <_> <_> 2 11 9 8 -1. <_> 2 15 9 4 2. 0 0.0463057309389114 -0.5283988118171692 2 <_> <_> 14 0 6 15 -1. <_> 16 0 2 15 3. 0 -8.8262781500816345e-003 0.4395360946655273 -0.1388749033212662 <_> <_> <_> 17 6 2 9 -1. <_> 17 9 2 3 3. 0 -2.8772179502993822e-003 1 -0.2747583091259003 <_> <_> 16 16 1 3 -1. <_> 15 17 1 1 3. 1 -2.6457069907337427e-003 -0.5774679780006409 2 <_> <_> 7 0 4 2 -1. <_> 8 0 2 2 2. 0 3.3441530540585518e-003 0.3661524057388306 -0.6358674168586731 <_> <_> <_> 6 0 12 15 -1. <_> 10 0 4 15 3. 0 -0.0837423726916313 2 1 <_> <_> 7 8 12 6 -1. <_> 11 8 4 6 3. 0 0.1016476973891258 -0.2966451942920685 0.5614004731178284 <_> <_> 11 18 4 1 -1. <_> 12 18 2 1 2. 0 -2.1541758906096220e-003 -0.7544627189636231 0.3960126042366028 <_> <_> <_> 8 18 4 1 -1. <_> 9 18 2 1 2. 0 -1.7133549554273486e-003 -0.7374163269996643 1 <_> <_> 7 0 8 4 -1. <_> 7 2 8 2 2. 0 0.0138994101434946 2 0.4824739098548889 <_> <_> 8 0 12 8 -1. <_> 8 2 12 4 2. 0 -0.0284981206059456 0.4197104871273041 -0.2002128958702087 <_> <_> <_> 4 9 6 3 -1. <_> 6 9 2 3 3. 0 -4.9728769809007645e-003 0.3763135075569153 1 <_> <_> 0 4 9 12 -1. <_> 3 8 3 4 9. 0 -0.0347518809139729 2 -0.4479779005050659 <_> <_> 6 18 1 2 -1. <_> 6 19 1 1 2. 0 -8.7171117775142193e-004 -0.6999509930610657 0.1564090996980667 <_> <_> <_> 9 2 4 2 -1. <_> 10 2 2 2 2. 0 -3.3666230738162994e-003 -0.6772192120552063 1 <_> <_> 6 1 8 17 -1. <_> 8 1 4 17 2. 0 -0.0213788300752640 0.3395152986049652 2 <_> <_> 13 9 4 4 -1. <_> 14 10 2 4 2. 1 -0.0118692498654127 0.5405067205429077 -0.2407158017158508 <_> <_> <_> 7 1 4 3 -1. <_> 8 1 2 3 2. 0 -4.4268160127103329e-003 -0.7396550774574280 1 <_> <_> 12 8 6 4 -1. <_> 14 8 2 4 3. 0 0.0414053983986378 2 0.8290563821792603 <_> <_> 13 1 7 15 -1. <_> 13 6 7 5 3. 0 -0.0378844104707241 0.1703073978424072 -0.2449869960546494 <_> <_> <_> 17 18 2 2 -1. <_> 17 18 1 1 2. <_> 18 19 1 1 2. 0 3.7567419349215925e-004 1 -0.4510369896888733 <_> <_> 3 6 4 10 -1. <_> 4 6 2 10 2. 0 -3.7140299100428820e-003 0.3834812939167023 2 <_> <_> 6 4 4 11 -1. <_> 7 4 2 11 2. 0 -6.1806719750165939e-003 0.3609752058982849 -0.2064443975687027 <_> <_> <_> 7 18 4 1 -1. <_> 8 18 2 1 2. 0 -1.2373559875413775e-003 -0.5816687941551209 1 <_> <_> 15 0 4 2 -1. <_> 15 0 4 1 2. 1 -2.1339580416679382e-003 0.4166969060897827 2 <_> <_> 8 0 10 3 -1. <_> 8 1 10 1 3. 0 2.8985869139432907e-003 -0.2472126036882401 0.3505684137344360 <_> <_> <_> 8 0 12 3 -1. <_> 12 1 4 1 9. 0 -4.4636861421167850e-003 1 2 <_> <_> 16 0 3 2 -1. <_> 17 0 1 2 3. 0 1.6411510296165943e-003 0.3562541007995606 -0.4104009866714478 <_> <_> 16 10 4 6 -1. <_> 17 11 2 6 2. 1 -7.3051019571721554e-003 0.2021612972021103 -0.3423452079296112 -1.5415630340576172 4 -1 <_> <_> <_> <_> 11 4 5 6 -1. <_> 9 6 5 2 3. 1 -0.0519426092505455 1 2 <_> <_> 12 3 6 10 -1. <_> 14 5 2 10 3. 1 -0.0472685284912586 0.8819893002510071 0.0648292377591133 <_> <_> 9 7 5 3 -1. <_> 8 8 5 1 3. 1 -7.8969672322273254e-003 0.0886627584695816 -0.5900781154632568 <_> <_> <_> 4 10 2 1 -1. <_> 5 10 1 1 2. 0 9.0199249098077416e-004 1 0.5904089808464050 <_> <_> 4 2 16 16 -1. <_> 4 6 16 8 2. 0 -0.1728982031345367 2 -0.5202903151512146 <_> <_> 15 8 4 6 -1. <_> 16 8 2 6 2. 0 -2.3374119773507118e-003 0.5298172831535339 -0.1498585045337677 <_> <_> <_> 15 7 2 6 -1. <_> 15 7 1 6 2. 1 -0.0175349507480860 0.5326902866363525 1 <_> <_> 6 17 1 2 -1. <_> 6 18 1 1 2. 0 5.8875310060102493e-005 -0.4570972025394440 2 <_> <_> 7 4 12 12 -1. <_> 11 8 4 4 9. 0 -0.3224102854728699 0.5738016963005066 -0.1286648064851761 <_> <_> <_> 18 16 1 2 -1. <_> 18 17 1 1 2. 0 8.3220787928439677e-005 1 2 <_> <_> 17 17 2 1 -1. <_> 18 17 1 1 2. 0 -1.1180160072399303e-004 0.0900062099099159 -0.5635238885879517 <_> <_> 6 4 3 6 -1. <_> 7 5 1 6 3. 1 -0.0103449802845716 0.6327341794967651 0.0500642694532871 <_> <_> <_> 4 10 4 1 -1. <_> 5 10 2 1 2. 0 -9.4440882094204426e-004 0.4438664019107819 1 <_> <_> 6 10 6 9 -1. <_> 8 10 2 9 3. 0 -3.7474210839718580e-003 2 -0.3499991893768311 <_> <_> 1 8 2 12 -1. <_> 1 14 2 6 2. 0 4.0574651211500168e-003 -0.4529821872711182 0.3092019855976105 <_> <_> <_> 16 0 2 1 -1. <_> 17 0 1 1 2. 0 5.5205920943990350e-005 1 2 <_> <_> 8 2 7 9 -1. <_> 8 5 7 3 3. 0 -0.0756782889366150 0.3554409146308899 -0.3604736030101776 <_> <_> 0 0 20 20 -1. <_> 0 0 10 10 2. <_> 10 10 10 10 2. 0 -0.3097536861896515 -0.6495401859283447 0.3067927956581116 <_> <_> <_> 18 6 1 2 -1. <_> 18 7 1 1 2. 0 -7.9595847637392581e-005 1 2 <_> <_> 18 5 2 1 -1. <_> 18 5 1 1 2. 1 4.0613119490444660e-003 0.3385047018527985 -0.5327190160751343 <_> <_> 7 4 10 6 -1. <_> 7 6 10 2 3. 0 0.0432408712804317 -0.3259232938289642 0.5507627129554749 <_> <_> <_> 15 9 3 3 -1. <_> 16 10 1 3 3. 1 -6.7015928216278553e-003 0.5010917186737061 1 <_> <_> 17 18 3 2 -1. <_> 17 19 3 1 2. 0 -1.0451120324432850e-003 -0.5888198018074036 2 <_> <_> 15 9 3 2 -1. <_> 16 10 1 2 3. 1 8.3967261016368866e-003 -0.0952375978231430 0.5651699900627136 <_> <_> <_> 0 0 2 1 -1. <_> 1 0 1 1 2. 0 -6.5531006839592010e-005 2 1 <_> <_> 1 14 1 2 -1. <_> 1 15 1 1 2. 0 7.8218057751655579e-005 -0.4655671119689941 0.0545097813010216 <_> <_> 0 18 20 1 -1. <_> 10 18 10 1 2. 0 0.0329881682991982 0.3524878919124603 -0.5272294878959656 <_> <_> <_> 9 7 6 2 -1. <_> 9 7 6 1 2. 1 -0.0141614498570561 0.3681178092956543 1 <_> <_> 10 9 6 5 -1. <_> 12 9 2 5 3. 0 0.0315004400908947 2 0.5204042196273804 <_> <_> 11 8 4 5 -1. <_> 12 8 2 5 2. 0 -2.1956730633974075e-003 0.1160352975130081 -0.3098528087139130 <_> <_> <_> 18 0 2 18 -1. <_> 18 9 2 9 2. 0 -0.0400998890399933 -0.4514637887477875 1 <_> <_> 3 15 9 3 -1. <_> 6 16 3 1 9. 0 -0.0325696393847466 -0.6439204812049866 2 <_> <_> 16 16 1 3 -1. <_> 15 17 1 1 3. 1 -4.2014168575406075e-003 -0.8259450197219849 0.1925954073667526 <_> <_> <_> 2 16 9 4 -1. <_> 2 17 9 2 2. 0 2.0385689567774534e-003 2 1 <_> <_> 0 18 5 2 -1. <_> 0 19 5 1 2. 0 -1.6212540213018656e-003 -0.3772337138652802 0.3391883075237274 <_> <_> 17 7 2 3 -1. <_> 16 8 2 1 3. 1 -8.6220083758234978e-003 0.4898692071437836 -0.2753207087516785 <_> <_> <_> 17 17 2 1 -1. <_> 18 17 1 1 2. 0 9.2185800895094872e-005 1 0.2422374933958054 <_> <_> 16 18 2 1 -1. <_> 17 18 1 1 2. 0 -7.1932889113668352e-005 2 -0.4218919873237610 <_> <_> 17 18 1 2 -1. <_> 17 19 1 1 2. 0 4.4952900498174131e-004 0.2940784096717835 -0.4402804970741272 -1.4762729406356812 5 -1 <_> <_> <_> <_> 6 10 9 2 -1. <_> 9 10 3 2 3. 0 -0.0196384508162737 1 2 <_> <_> 2 8 18 12 -1. <_> 2 14 18 6 2. 0 0.1136429980397224 -0.3244445025920868 0.7460201978683472 <_> <_> 12 6 3 3 -1. <_> 11 7 3 1 3. 1 -0.0101121496409178 0.3333333134651184 -0.5643565058708191 <_> <_> <_> 15 8 3 3 -1. <_> 16 9 1 3 3. 1 0.0121308797970414 1 0.7221491932868958 <_> <_> 2 3 17 12 -1. <_> 2 6 17 6 2. 0 -0.1595885008573532 2 -0.3927459120750427 <_> <_> 2 7 4 9 -1. <_> 3 7 2 9 2. 0 -2.3524949792772532e-003 0.5615249276161194 -0.1376848071813583 <_> <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -4.1118920780718327e-003 0.6355608105659485 1 <_> <_> 1 6 12 9 -1. <_> 5 9 4 3 9. 0 -0.1783290058374405 0.3337314128875732 2 <_> <_> 8 2 1 8 -1. <_> 8 4 1 4 2. 0 -7.8500732779502869e-003 0.3953677117824554 -0.3338043093681335 <_> <_> <_> 3 16 2 1 -1. <_> 4 16 1 1 2. 0 -4.6880490117473528e-005 2 1 <_> <_> 3 16 2 1 -1. <_> 4 16 1 1 2. 0 5.2934719860786572e-005 -0.6611827015876770 -0.0482321903109550 <_> <_> 4 17 1 3 -1. <_> 4 18 1 1 3. 0 2.0851430235779844e-005 -0.0988383591175079 0.4452841877937317 <_> <_> <_> 6 17 9 3 -1. <_> 9 17 3 3 3. 0 -0.0184252895414829 -0.6569089889526367 1 <_> <_> 14 8 3 4 -1. <_> 15 9 1 4 3. 1 -7.6133902184665203e-003 0.5341367721557617 2 <_> <_> 17 8 3 6 -1. <_> 18 9 1 6 3. 1 -6.0353721491992474e-003 0.3617104887962341 -0.2047843039035797 <_> <_> <_> 16 17 1 3 -1. <_> 16 18 1 1 3. 0 4.3712720071198419e-005 2 1 <_> <_> 14 18 3 2 -1. <_> 14 19 3 1 2. 0 -7.8823999501764774e-004 -0.4532682895660400 0.3551769852638245 <_> <_> 6 8 3 3 -1. <_> 7 8 1 3 3. 0 -4.5693209394812584e-003 0.6172103285789490 -0.2970770001411438 <_> <_> <_> 3 0 16 11 -1. <_> 7 0 8 11 2. 0 -0.0380585715174675 1 2 <_> <_> 1 0 18 20 -1. <_> 1 5 18 10 2. 0 -0.1179768964648247 0.3500399887561798 -0.2725766897201538 <_> <_> 15 5 4 4 -1. <_> 15 5 2 2 2. <_> 17 7 2 2 2. 0 4.6841651201248169e-003 -0.3255917131900787 0.3773747086524963 <_> <_> <_> 15 10 2 1 -1. <_> 16 10 1 1 2. 0 -2.6372840511612594e-004 1 2 <_> <_> 7 18 6 2 -1. <_> 9 18 2 2 3. 0 6.2580420635640621e-003 0.3742173910140991 -0.5892670154571533 <_> <_> 15 10 2 1 -1. <_> 16 10 1 1 2. 0 5.6767999922158197e-005 -0.4885902106761932 -0.0186237301677465 <_> <_> <_> 2 0 18 4 -1. <_> 2 1 18 2 2. 0 9.2742107808589935e-003 1 0.3093354105949402 <_> <_> 5 0 9 4 -1. <_> 5 1 9 2 2. 0 -3.8514519110321999e-003 2 -0.3451372981071472 <_> <_> 0 0 2 1 -1. <_> 1 0 1 1 2. 0 -5.3287498303689063e-005 0.5234032869338989 -0.0911594033241272 <_> <_> <_> 0 18 1 2 -1. <_> 0 19 1 1 2. 0 9.8315975628793240e-004 1 -0.5018535256385803 <_> <_> 18 0 2 2 -1. <_> 18 1 2 1 2. 0 8.2858657697215676e-004 2 -0.3052954971790314 <_> <_> 17 0 2 4 -1. <_> 17 0 1 4 2. 1 0.0112297898158431 0.2621921002864838 -0.4796982109546661 <_> <_> <_> 4 2 3 4 -1. <_> 3 3 3 2 2. 1 -0.0103276399895549 -0.5631508231163025 1 <_> <_> 0 4 6 11 -1. <_> 2 4 2 11 3. 0 -6.9197742268443108e-003 0.3122507035732269 2 <_> <_> 0 4 8 4 -1. <_> 0 4 4 2 2. <_> 4 6 4 2 2. 0 -5.0027170218527317e-003 0.1782077997922897 -0.3009114861488342 <_> <_> <_> 4 3 1 2 -1. <_> 4 4 1 1 2. 0 -1.1156810069223866e-004 0.1888367980718613 1 <_> <_> 0 1 6 4 -1. <_> 0 1 3 2 2. <_> 3 3 3 2 2. 0 4.2464961297810078e-003 -0.4010157883167267 2 <_> <_> 3 5 4 2 -1. <_> 3 5 2 1 2. <_> 5 6 2 1 2. 0 -4.7280951548600569e-005 0.4650590121746063 -0.2986364066600800 <_> <_> <_> 4 9 4 1 -1. <_> 5 9 2 1 2. 0 -1.8891280051320791e-003 0.5696374773979187 1 <_> <_> 8 15 2 2 -1. <_> 8 15 1 1 2. <_> 9 16 1 1 2. 0 -5.8536308642942458e-005 0.1800824999809265 2 <_> <_> 8 15 2 2 -1. <_> 8 15 1 1 2. <_> 9 16 1 1 2. 0 2.0671950551331975e-005 -0.5865960121154785 -5.4875258356332779e-003 <_> <_> <_> 2 18 5 2 -1. <_> 2 19 5 1 2. 0 -1.1267509544268250e-003 -0.4026159942150116 1 <_> <_> 4 12 10 8 -1. <_> 4 14 10 4 2. 0 0.0213784407824278 2 0.3923035860061646 <_> <_> 9 7 5 3 -1. <_> 8 8 5 1 3. 1 -0.0125460401177406 0.4947456121444702 -0.1732252985239029 <_> <_> <_> 2 18 6 2 -1. <_> 2 18 3 1 2. <_> 5 19 3 1 2. 0 -7.2257901774719357e-004 -0.3038032948970795 1 <_> <_> 6 16 12 4 -1. <_> 6 17 12 2 2. 0 6.4563672058284283e-003 2 0.4717349112033844 <_> <_> 10 9 1 4 -1. <_> 10 11 1 2 2. 0 4.9086650833487511e-003 -0.1638054996728897 0.3770849108695984 -1.4963719844818115 6 -1 <_> <_> <_> <_> 5 9 12 3 -1. <_> 9 10 4 1 9. 0 -0.0726175606250763 2 1 <_> <_> 9 7 3 3 -1. <_> 10 8 1 1 9. 0 -6.9059380330145359e-003 0.2660279870033264 -0.4932517111301422 <_> <_> 1 6 19 14 -1. <_> 1 13 19 7 2. 0 0.2172794938087463 -0.1076923012733460 0.8266112208366394 <_> <_> <_> 15 9 4 2 -1. <_> 16 9 2 2 2. 0 -2.0319509785622358e-003 1 2 <_> <_> 8 9 3 8 -1. <_> 8 13 3 4 2. 0 0.0289315897971392 -0.0379631407558918 0.8023043870925903 <_> <_> 6 8 4 3 -1. <_> 7 8 2 3 2. 0 -4.6076569706201553e-003 0.4246839880943298 -0.2937937974929810 <_> <_> <_> 5 1 8 4 -1. <_> 5 2 8 2 2. 0 6.9408868439495564e-003 1 2 <_> <_> 8 1 3 4 -1. <_> 8 2 3 2 2. 0 -5.9231962077319622e-003 0.4173704981803894 -0.2555258870124817 <_> <_> 2 10 18 10 -1. <_> 2 15 18 5 2. 0 0.0511281602084637 -0.3861986100673676 0.4707686007022858 <_> <_> <_> 8 8 5 3 -1. <_> 7 9 5 1 3. 1 0.0152013301849365 1 0.5435479879379273 <_> <_> 7 9 7 2 -1. <_> 7 9 7 1 2. 1 -0.0180963408201933 0.2665114104747772 2 <_> <_> 5 17 1 3 -1. <_> 5 18 1 1 3. 0 7.9378951340913773e-005 -0.4392774999141693 2.5831260718405247e-003 <_> <_> <_> 7 18 13 2 -1. <_> 7 19 13 1 2. 0 -5.3462558425962925e-003 -0.6630896925926209 1 <_> <_> 16 16 2 2 -1. <_> 16 16 2 1 2. 1 -6.9701080210506916e-003 -0.7031068205833435 2 <_> <_> 3 14 1 2 -1. <_> 3 15 1 1 2. 0 8.4738981968257576e-005 -0.1788080930709839 0.2599329948425293 <_> <_> <_> 12 9 3 4 -1. <_> 13 9 1 4 3. 0 -2.8513800352811813e-003 0.4505367875099182 1 <_> <_> 12 9 3 2 -1. <_> 13 9 1 2 3. 0 2.2954840678721666e-003 2 0.3056051135063171 <_> <_> 7 9 2 3 -1. <_> 6 10 2 1 3. 1 -3.5036220215260983e-003 0.1504087001085281 -0.3328307867050171 <_> <_> <_> 10 3 9 12 -1. <_> 10 7 9 4 3. 0 -0.0695702284574509 1 2 <_> <_> 15 5 2 1 -1. <_> 16 5 1 1 2. 0 5.9261121350573376e-005 -0.0368997193872929 0.4092730879783630 <_> <_> 1 0 15 9 -1. <_> 1 3 15 3 3. 0 -0.0590583495795727 0.1382637023925781 -0.3821440935134888 <_> <_> <_> 3 15 2 3 -1. <_> 3 15 1 3 2. 1 -8.9645627886056900e-003 -0.5813472867012024 1 <_> <_> 2 16 1 2 -1. <_> 2 17 1 1 2. 0 4.9211819714400917e-005 -0.1848174035549164 2 <_> <_> 12 1 8 4 -1. <_> 11 2 8 2 2. 1 9.9640293046832085e-003 0.0876854732632637 0.5850980281829834 <_> <_> <_> 6 5 3 6 -1. <_> 7 6 1 6 3. 1 -0.0193026997148991 0.5326346158981323 1 <_> <_> 5 7 2 2 -1. <_> 5 7 1 1 2. <_> 6 8 1 1 2. 0 -4.3869198998436332e-004 0.2889113128185272 2 <_> <_> 17 7 3 1 -1. <_> 18 7 1 1 3. 0 6.5669846662785858e-005 -0.3349359929561615 0.0595667511224747 <_> <_> <_> 12 0 6 5 -1. <_> 14 0 2 5 3. 0 -0.0202245190739632 -0.6553608179092407 1 <_> <_> 17 0 2 1 -1. <_> 18 0 1 1 2. 0 8.7082196841947734e-005 -0.1221178993582726 2 <_> <_> 10 1 6 5 -1. <_> 12 1 2 5 3. 0 -0.0162027198821306 -0.4707683920860291 0.3099077045917511 <_> <_> <_> 17 14 3 2 -1. <_> 17 14 3 1 2. 1 4.4353529810905457e-003 1 -0.5403993129730225 <_> <_> 5 10 4 1 -1. <_> 6 10 2 1 2. 0 -9.0544822160154581e-004 0.4287880063056946 2 <_> <_> 3 8 3 6 -1. <_> 4 8 1 6 3. 0 -1.4297979651018977e-003 0.2232273966073990 -0.1819442063570023 <_> <_> <_> 8 16 5 4 -1. <_> 8 17 5 2 2. 0 3.2359519973397255e-003 1 2 <_> <_> 14 15 2 2 -1. <_> 14 15 1 1 2. <_> 15 16 1 1 2. 0 1.0716189717641100e-004 -0.2921822071075440 0.1391046047210693 <_> <_> 4 18 1 2 -1. <_> 4 19 1 1 2. 0 -5.8802281273528934e-004 -0.4692608118057251 0.3808549940586090 <_> <_> <_> 8 15 2 3 -1. <_> 8 15 1 3 2. 1 -9.0546347200870514e-003 -0.5042654275894165 1 <_> <_> 19 0 1 20 -1. <_> 19 10 1 10 2. 0 -8.6048766970634460e-003 -0.2755903005599976 2 <_> <_> 7 9 8 1 -1. <_> 9 9 4 1 2. 0 -1.2719300575554371e-003 0.3602210879325867 -0.0264849700033665 <_> <_> <_> 14 10 3 1 -1. <_> 15 10 1 1 3. 0 -3.9098240085877478e-004 0.2665173113346100 1 <_> <_> 15 11 2 1 -1. <_> 16 11 1 1 2. 0 -3.6405251012183726e-004 0.1472164988517761 2 <_> <_> 18 11 2 8 -1. <_> 18 11 1 4 2. <_> 19 15 1 4 2. 0 -6.6685711499303579e-004 -0.4971973896026611 -0.0615798495709896 <_> <_> <_> 6 1 8 4 -1. <_> 8 1 4 4 2. 0 -0.0248455703258514 -0.7082098126411438 1 <_> <_> 6 0 5 4 -1. <_> 5 1 5 2 2. 1 -0.0154363997280598 -0.4720689058303833 2 <_> <_> 6 5 12 15 -1. <_> 10 10 4 5 9. 0 -0.5657231211662293 0.6396523118019104 0.0520693287253380 <_> <_> <_> 7 2 8 9 -1. <_> 7 5 8 3 3. 0 -0.0574801415205002 0.2929739058017731 1 <_> <_> 2 1 10 3 -1. <_> 2 2 10 1 3. 0 -0.0146138202399015 0.6012967228889465 2 <_> <_> 2 5 15 12 -1. <_> 7 9 5 4 9. 0 -0.3399373888969421 0.0190412998199463 -0.3325459957122803 <_> <_> <_> 7 8 3 6 -1. <_> 8 8 1 6 3. 0 -3.1427140347659588e-003 2 1 <_> <_> 7 6 3 7 -1. <_> 8 6 1 7 3. 0 2.1966299973428249e-003 -0.2297272980213165 0.2236734032630920 <_> <_> 4 16 9 4 -1. <_> 7 16 3 4 3. 0 -0.0248585902154446 -0.5621296763420105 0.3954285979270935 <_> <_> <_> 15 18 5 2 -1. <_> 15 19 5 1 2. 0 -1.6135630430653691e-003 -0.4825679063796997 1 <_> <_> 15 16 1 4 -1. <_> 15 17 1 2 2. 0 1.1416019697207958e-004 2 0.2687731981277466 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 1.3170539750717580e-004 -0.3907892107963562 0.1715344041585922 <_> <_> <_> 6 15 2 2 -1. <_> 6 15 1 1 2. <_> 7 16 1 1 2. 0 -8.5256207967177033e-005 0.2175457030534744 1 <_> <_> 6 15 2 2 -1. <_> 6 15 1 1 2. <_> 7 16 1 1 2. 0 6.4925159676931798e-005 -0.4746862053871155 2 <_> <_> 8 16 8 3 -1. <_> 10 16 4 3 2. 0 -0.0126896398141980 -0.6653857827186585 0.1234709024429321 -1.5243699550628662 7 -1 <_> <_> <_> <_> 5 10 12 1 -1. <_> 9 10 4 1 3. 0 -0.0298446398228407 2 1 <_> <_> 6 2 9 15 -1. <_> 9 7 3 5 9. 0 -0.4548766016960144 0.3922204077243805 -0.3931488096714020 <_> <_> 17 6 1 14 -1. <_> 17 13 1 7 2. 0 2.7445149607956409e-003 -0.1592357009649277 0.8269670009613037 <_> <_> <_> 9 7 3 3 -1. <_> 8 8 3 1 3. 1 -0.0105846701189876 2 1 <_> <_> 16 5 4 3 -1. <_> 15 6 4 1 3. 1 -0.0163083802908659 0.4595468938350678 -0.2162012010812759 <_> <_> 13 7 4 9 -1. <_> 13 7 2 9 2. 1 -0.0487874411046505 0.7510365247726440 0.0745579674839973 <_> <_> <_> 3 10 2 2 -1. <_> 3 10 2 1 2. 1 -2.9621229041367769e-003 1 -0.2445227056741715 <_> <_> 0 4 3 15 -1. <_> 0 9 3 5 3. 0 0.0173005294054747 2 -0.3309040963649750 <_> <_> 7 8 9 6 -1. <_> 10 8 3 6 3. 0 -0.0167311690747738 0.5375185012817383 0.0291538201272488 <_> <_> <_> 5 17 9 2 -1. <_> 8 17 3 2 3. 0 0.0123261800035834 1 -0.5482481122016907 <_> <_> 7 2 6 18 -1. <_> 7 11 6 9 2. 0 0.0549282990396023 -0.2195277065038681 2 <_> <_> 15 9 2 10 -1. <_> 15 9 1 5 2. <_> 16 14 1 5 2. 0 2.7763319667428732e-003 0.0364636890590191 0.5063378214836121 <_> <_> <_> 12 7 6 4 -1. <_> 14 9 2 4 3. 1 -0.0451169982552528 0.4233931005001068 1 <_> <_> 13 8 3 2 -1. <_> 14 9 1 2 3. 1 0.0112079400569201 2 0.3998400866985321 <_> <_> 17 4 3 2 -1. <_> 18 5 1 2 3. 1 -5.7006389833986759e-003 -0.5972918272018433 -0.0985576510429382 <_> <_> <_> 10 5 8 2 -1. <_> 10 6 8 1 2. 0 -5.3951311856508255e-003 1 2 <_> <_> 18 4 2 2 -1. <_> 18 4 1 2 2. 1 7.8587066382169724e-003 0.3473469018936157 -0.4728192090988159 <_> <_> 7 4 7 4 -1. <_> 7 5 7 2 2. 0 0.0106666395440698 -0.2331566959619522 0.2436001002788544 <_> <_> <_> 1 15 6 4 -1. <_> 1 17 6 2 2. 0 2.8001810424029827e-003 2 1 <_> <_> 0 13 2 6 -1. <_> 0 15 2 2 3. 0 -7.9198479652404785e-003 -0.4835455119609833 0.1832112073898315 <_> <_> 10 13 4 2 -1. <_> 10 13 4 1 2. 1 -2.3832279257476330e-003 0.0321684814989567 -0.5047625899314880 <_> <_> <_> 16 14 2 4 -1. <_> 15 15 2 2 2. 1 -9.7674019634723663e-003 -0.7441521286964417 1 <_> <_> 7 4 3 4 -1. <_> 8 5 1 4 3. 1 -0.0138972597196698 0.4542512893676758 2 <_> <_> 5 9 4 3 -1. <_> 6 9 2 3 2. 0 -6.4803068526089191e-003 0.4829286932945252 -0.1025857031345367 <_> <_> <_> 4 1 2 4 -1. <_> 3 2 2 2 2. 1 9.4482619315385818e-003 1 -0.5332602262496948 <_> <_> 2 1 2 3 -1. <_> 3 1 1 3 2. 0 -7.0351187605410814e-004 0.2943583130836487 2 <_> <_> 1 2 8 4 -1. <_> 1 2 4 2 2. <_> 5 4 4 2 2. 0 -4.2770579457283020e-003 0.1550199985504150 -0.3086796998977661 <_> <_> <_> 6 0 4 4 -1. <_> 7 0 2 4 2. 0 5.8752358891069889e-003 1 -0.6049131751060486 <_> <_> 6 4 3 5 -1. <_> 7 5 1 5 3. 1 9.5629561692476273e-003 2 0.4403988122940064 <_> <_> 3 5 1 2 -1. <_> 3 6 1 1 2. 0 -6.8425266363192350e-005 0.1020627021789551 -0.2562403082847595 <_> <_> <_> 6 8 3 3 -1. <_> 7 8 1 3 3. 0 5.4002371616661549e-003 1 0.4537158012390137 <_> <_> 5 16 3 1 -1. <_> 6 17 1 1 3. 1 2.9745819047093391e-003 2 -0.6096798777580261 <_> <_> 6 9 4 4 -1. <_> 7 9 2 4 2. 0 -2.5536341127008200e-003 0.2211160957813263 -0.1280117034912109 <_> <_> <_> 9 11 9 2 -1. <_> 9 12 9 1 2. 0 4.0425839833915234e-003 -0.1926402002573013 1 <_> <_> 5 2 7 2 -1. <_> 5 3 7 1 2. 0 7.6407291926443577e-003 2 0.6117882132530212 <_> <_> 12 18 8 2 -1. <_> 12 19 8 1 2. 0 -1.0939979692921042e-003 -0.3797368109226227 0.1643894016742706 <_> <_> <_> 19 0 1 4 -1. <_> 19 2 1 2 2. 0 -1.1377089685993269e-004 1 2 <_> <_> 14 1 6 2 -1. <_> 17 1 3 2 2. 0 5.2979402244091034e-003 -0.0277704801410437 0.4301962852478027 <_> <_> 14 2 6 4 -1. <_> 14 2 3 2 2. <_> 17 4 3 2 2. 0 2.9510098975151777e-003 -0.3791233897209168 0.1013085022568703 <_> <_> <_> 7 7 3 6 -1. <_> 8 7 1 6 3. 0 6.3235480338335037e-003 1 0.4041346013545990 <_> <_> 11 6 5 4 -1. <_> 11 7 5 2 2. 0 3.9955950342118740e-003 -0.1509774029254913 2 <_> <_> 17 7 3 3 -1. <_> 18 7 1 3 3. 0 -5.3595582721754909e-004 0.5952280163764954 -0.0343801714479923 <_> <_> <_> 15 16 1 2 -1. <_> 15 16 1 1 2. 1 3.6193430423736572e-003 1 -0.7445452213287354 <_> <_> 7 0 4 4 -1. <_> 7 1 4 2 2. 0 3.4626820124685764e-003 2 0.2850461006164551 <_> <_> 6 1 8 8 -1. <_> 6 3 8 4 2. 0 0.0290308594703674 -0.1856544017791748 0.1582998931407929 <_> <_> <_> 0 0 1 2 -1. <_> 0 1 1 1 2. 0 6.0747697716578841e-004 1 -0.3378897011280060 <_> <_> 2 0 4 2 -1. <_> 2 0 4 1 2. 1 9.4140451401472092e-003 2 -0.3675057888031006 <_> <_> 10 0 6 5 -1. <_> 12 0 2 5 3. 0 -0.0222306102514267 -0.6420571804046631 0.1752641052007675 <_> <_> <_> 7 7 4 7 -1. <_> 8 7 2 7 2. 0 -4.6881791204214096e-003 2 1 <_> <_> 9 3 2 8 -1. <_> 10 3 1 8 2. 0 -3.9184167981147766e-003 0.1647686958312988 -0.2272956073284149 <_> <_> 6 1 4 4 -1. <_> 7 2 2 4 2. 1 -6.3269808888435364e-003 0.5738862752914429 0.0579312816262245 <_> <_> <_> 0 18 1 2 -1. <_> 0 19 1 1 2. 0 -3.7428940413519740e-004 -0.3528814017772675 1 <_> <_> 17 2 3 1 -1. <_> 18 3 1 1 3. 1 2.8672320768237114e-003 2 -0.4141938984394074 <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 2.4337199283763766e-004 0.2002764046192169 -0.2826314866542816 <_> <_> <_> 17 13 3 4 -1. <_> 16 14 3 2 2. 1 -9.1555183753371239e-003 -0.5450873970985413 1 <_> <_> 3 10 4 3 -1. <_> 4 10 2 3 2. 0 -1.2892490485683084e-003 0.2532123923301697 2 <_> <_> 0 8 4 5 -1. <_> 1 8 2 5 2. 0 -1.6453899443149567e-003 0.1763567030429840 -0.2305361926555634 <_> <_> <_> 4 8 14 12 -1. <_> 4 14 14 6 2. 0 -0.0764855369925499 -0.7048028707504273 1 <_> <_> 16 16 2 2 -1. <_> 17 16 1 2 2. 0 3.8297360879369080e-004 2 0.2237505018711090 <_> <_> 16 18 4 2 -1. <_> 17 18 2 2 2. 0 -2.6448920834809542e-004 0.1425154060125351 -0.2460895031690598 <_> <_> <_> 17 1 3 4 -1. <_> 18 2 1 4 3. 1 -7.9496540129184723e-003 -0.4212369918823242 1 <_> <_> 3 0 4 7 -1. <_> 4 0 2 7 2. 0 -7.7398279681801796e-003 -0.4647572934627533 2 <_> <_> 6 1 6 3 -1. <_> 8 1 2 3 3. 0 -0.0104679800570011 -0.4731298089027405 0.1359892934560776 <_> <_> <_> 12 8 4 4 -1. <_> 13 8 2 4 2. 0 9.4248689711093903e-003 1 0.3558753132820129 <_> <_> 6 1 5 2 -1. <_> 6 2 5 1 2. 0 -3.7210211157798767e-003 2 -0.1589923948049545 <_> <_> 1 7 5 12 -1. <_> 1 13 5 6 2. 0 -0.0165391005575657 -0.6114267110824585 0.3377831876277924 <_> <_> <_> 8 17 6 3 -1. <_> 10 18 2 1 9. 0 0.0182581394910812 1 -0.7012097239494324 <_> <_> 12 4 3 12 -1. <_> 13 4 1 12 3. 0 -6.1498139984905720e-003 0.3841418921947479 2 <_> <_> 3 11 8 1 -1. <_> 5 13 4 1 2. 1 0.0143966302275658 0.0228735599666834 -0.4802901148796082 <_> <_> <_> 7 2 9 6 -1. <_> 5 4 9 2 3. 1 -0.0489275082945824 1 -0.1221953034400940 <_> <_> 14 1 1 2 -1. <_> 14 1 1 1 2. 1 -4.9874751130118966e-004 0.4489968121051788 2 <_> <_> 0 1 16 1 -1. <_> 8 1 8 1 2. 0 -0.0123383998870850 0.5830662250518799 -0.1559246033430100 <_> <_> <_> 8 8 3 2 -1. <_> 9 8 1 2 3. 0 4.9237860366702080e-003 1 0.5788943767547607 <_> <_> 0 14 1 2 -1. <_> 0 15 1 1 2. 0 6.4515617850702256e-005 -0.2225205004215241 2 <_> <_> 11 5 3 8 -1. <_> 11 7 3 4 2. 0 -9.0754460543394089e-003 0.2511818110942841 -0.1191598027944565 <_> <_> <_> 7 9 3 3 -1. <_> 6 10 3 1 3. 1 -2.2913129068911076e-003 0.2020304948091507 1 <_> <_> 0 5 6 11 -1. <_> 2 5 2 11 3. 0 -0.0116182295605540 2 -0.2499044984579086 <_> <_> 1 0 4 14 -1. <_> 2 0 2 14 2. 0 -0.0262312907725573 -0.7285898923873901 0.2248336970806122 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 2.1525719785131514e-004 1 -0.3023762106895447 <_> <_> 16 0 3 3 -1. <_> 17 1 1 3 3. 1 5.4147760383784771e-003 2 -0.3446780145168304 <_> <_> 19 5 1 4 -1. <_> 19 7 1 2 2. 0 -6.8281739950180054e-003 -0.5147011876106262 0.1876202970743179 -1.3592849969863892 8 -1 <_> <_> <_> <_> 3 10 6 1 -1. <_> 5 10 2 1 3. 0 8.8577903807163239e-003 1 2 <_> <_> 6 10 3 1 -1. <_> 7 10 1 1 3. 0 2.2660400718450546e-003 -0.3619781136512756 0.3453562855720520 <_> <_> 8 7 2 10 -1. <_> 8 12 2 5 2. 0 0.0155092002823949 -0.2281450033187866 0.8052160143852234 <_> <_> <_> 12 9 6 2 -1. <_> 14 9 2 2 3. 0 0.0197306293994188 1 2 <_> <_> 18 3 1 12 -1. <_> 14 7 1 4 3. 1 -0.0528041310608387 0.2216223031282425 -0.2630726099014282 <_> <_> 13 3 2 8 -1. <_> 11 5 2 4 2. 1 -0.0341235511004925 0.8768774271011353 0.1514794975519180 <_> <_> <_> 3 2 2 3 -1. <_> 2 3 2 1 3. 1 -4.4995918869972229e-003 -0.5152047872543335 1 <_> <_> 0 3 6 4 -1. <_> 0 3 3 2 2. <_> 3 5 3 2 2. 0 -3.8060150109231472e-003 0.3156319856643677 2 <_> <_> 3 2 2 1 -1. <_> 4 2 1 1 2. 0 -6.5935899328906089e-005 0.1105265021324158 -0.3001616001129150 <_> <_> <_> 12 8 3 5 -1. <_> 13 8 1 5 3. 0 9.5838904380798340e-003 1 0.5280817747116089 <_> <_> 15 15 2 3 -1. <_> 14 16 2 1 3. 1 4.2877299711108208e-003 2 -0.6369404196739197 <_> <_> 0 18 3 2 -1. <_> 0 19 3 1 2. 0 3.2141651026904583e-003 0.0359101705253124 -0.5433439016342163 <_> <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -7.9250690760090947e-004 -0.4786733984947205 1 <_> <_> 5 6 2 2 -1. <_> 5 7 2 1 2. 0 -1.5514569822698832e-003 2 -0.0914622768759727 <_> <_> 2 7 16 2 -1. <_> 6 7 8 2 2. 0 -0.0177905503660440 0.4561277925968170 0.0106282597407699 <_> <_> <_> 16 8 4 7 -1. <_> 17 8 2 7 2. 0 -2.5881261099129915e-003 2 1 <_> <_> 14 9 4 5 -1. <_> 15 9 2 5 2. 0 -2.7412150520831347e-003 0.1619894951581955 -0.2911323904991150 <_> <_> 0 6 3 14 -1. <_> 0 13 3 7 2. 0 4.4753181282430887e-004 -0.2848221957683563 0.3390209078788757 <_> <_> <_> 17 3 3 1 -1. <_> 18 4 1 1 3. 1 -3.6593680270016193e-003 -0.5108960270881653 1 <_> <_> 18 5 2 1 -1. <_> 18 5 1 1 2. 1 2.4432500358670950e-003 2 -0.3215484917163849 <_> <_> 18 0 2 18 -1. <_> 18 6 2 6 3. 0 -0.0135464100167155 0.2735697925090790 -0.1206268966197968 <_> <_> <_> 4 0 13 12 -1. <_> 4 3 13 6 2. 0 0.1124157011508942 1 0.3650527894496918 <_> <_> 12 9 4 2 -1. <_> 13 9 2 2 2. 0 -4.5845299027860165e-003 0.4477399885654450 2 <_> <_> 4 2 3 3 -1. <_> 3 3 3 1 3. 1 6.3416222110390663e-003 -0.0975437536835670 -0.6169824004173279 <_> <_> <_> 8 10 6 3 -1. <_> 10 10 2 3 3. 0 -9.1398190706968307e-003 2 1 <_> <_> 11 5 4 6 -1. <_> 11 5 2 6 2. 1 -0.0823714733123779 0.6147822737693787 -0.1761246025562286 <_> <_> 10 2 4 2 -1. <_> 11 2 2 2 2. 0 3.1728888861835003e-003 0.2746239900588989 -0.5383396148681641 <_> <_> <_> 4 16 2 4 -1. <_> 4 18 2 2 2. 0 8.2914117956534028e-004 2 1 <_> <_> 5 18 8 2 -1. <_> 9 18 4 2 2. 0 -0.0170792303979397 -0.4366978108882904 0.1793588995933533 <_> <_> 19 9 1 8 -1. <_> 19 9 1 4 2. 1 -4.8665981739759445e-003 -0.0620177090167999 -0.5914124846458435 <_> <_> <_> 0 15 5 3 -1. <_> 0 16 5 1 3. 0 -3.3614661078900099e-003 -0.4343728125095367 1 <_> <_> 19 4 1 15 -1. <_> 19 9 1 5 3. 0 -0.0444822013378143 -0.6815791726112366 2 <_> <_> 7 19 4 1 -1. <_> 8 19 2 1 2. 0 -1.8765870481729507e-003 -0.6866797208786011 0.1165793016552925 <_> <_> <_> 6 2 12 4 -1. <_> 6 3 12 2 2. 0 0.0231923200190067 1 0.4077670872211456 <_> <_> 4 1 11 6 -1. <_> 4 3 11 2 3. 0 -0.0450414307415485 0.3713751137256622 2 <_> <_> 0 14 2 4 -1. <_> 0 15 2 2 2. 0 2.3778830654919147e-003 -0.0711813867092133 -0.5389872789382935 <_> <_> <_> 1 9 4 5 -1. <_> 2 9 2 5 2. 0 -1.3468379620462656e-003 1 2 <_> <_> 4 5 2 4 -1. <_> 3 6 2 2 2. 1 4.3169260025024414e-003 0.2318418025970459 -0.3844893872737885 <_> <_> 1 17 6 3 -1. <_> 3 18 2 1 9. 0 4.5682261697947979e-003 -0.2485719025135040 0.1251966953277588 <_> <_> <_> 11 0 6 6 -1. <_> 13 0 2 6 3. 0 0.0110577996820211 1 -0.3822847008705139 <_> <_> 17 18 3 2 -1. <_> 17 19 3 1 2. 0 -6.6700251772999763e-004 -0.2738777995109558 2 <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 4.8536141548538581e-005 -0.0296645890921354 0.2838588953018189 <_> <_> <_> 3 7 15 3 -1. <_> 8 8 5 1 9. 0 -0.0399723909795284 2 1 <_> <_> 10 8 3 3 -1. <_> 11 9 1 1 9. 0 -0.0168807804584503 0.6357060074806213 -0.1918942034244537 <_> <_> 0 10 6 8 -1. <_> 0 12 6 4 2. 0 -0.0560820512473583 -0.9009236097335815 0.1914550960063934 <_> <_> <_> 9 8 3 3 -1. <_> 10 8 1 3 3. 0 3.4141261130571365e-003 1 0.4213257133960724 <_> <_> 10 7 3 8 -1. <_> 11 7 1 8 3. 0 9.1075859963893890e-003 2 0.5507156252861023 <_> <_> 12 4 4 1 -1. <_> 13 4 2 1 2. 0 -1.3897320022806525e-003 -0.5044754147529602 -0.0408022701740265 <_> <_> <_> 2 1 11 4 -1. <_> 2 2 11 2 2. 0 0.0172317195683718 2 1 <_> <_> 0 3 3 4 -1. <_> 0 4 3 2 2. 0 -2.0052720792591572e-003 -0.3156726956367493 0.5516824722290039 <_> <_> 17 0 3 2 -1. <_> 17 1 3 1 2. 0 3.5111181205138564e-004 0.0567363388836384 -0.2655394971370697 <_> <_> <_> 19 14 1 4 -1. <_> 19 15 1 2 2. 0 -2.0616729743778706e-003 -0.4963766038417816 1 <_> <_> 1 16 2 4 -1. <_> 2 16 1 4 2. 0 -1.0434100404381752e-003 0.2562547922134399 2 <_> <_> 3 13 4 3 -1. <_> 2 14 4 1 3. 1 2.0041360985487700e-003 -0.2363777011632919 0.1256282031536102 <_> <_> <_> 0 14 4 3 -1. <_> 0 15 4 1 3. 0 -4.6680038794875145e-003 -0.5133150815963745 1 <_> <_> 9 3 5 4 -1. <_> 9 4 5 2 2. 0 0.0103520900011063 2 0.3521429896354675 <_> <_> 12 0 8 4 -1. <_> 12 1 8 2 2. 0 2.9808359686285257e-003 -0.1662887930870056 0.1664941012859345 <_> <_> <_> 18 0 2 5 -1. <_> 18 0 1 5 2. 1 0.0108351903036237 1 -0.3892920911312103 <_> <_> 14 3 1 4 -1. <_> 14 5 1 2 2. 0 -3.8211939390748739e-003 0.3546645939350128 2 <_> <_> 5 15 3 2 -1. <_> 6 16 1 2 3. 1 -3.4161040093749762e-003 -0.4581452012062073 0.0458530187606812 <_> <_> <_> 9 7 4 8 -1. <_> 10 7 2 8 2. 0 -5.8807642199099064e-003 2 1 <_> <_> 14 5 1 12 -1. <_> 10 9 1 4 3. 1 -0.0349138900637627 0.1024037972092629 -0.2594524919986725 <_> <_> 5 0 2 3 -1. <_> 4 1 2 1 3. 1 4.8959217965602875e-003 0.2677854895591736 -0.4895980060100555 <_> <_> <_> 18 1 2 2 -1. <_> 18 1 2 1 2. 1 5.8120768517255783e-003 1 0.3037706017494202 <_> <_> 6 8 9 2 -1. <_> 6 9 9 1 2. 0 3.5575949586927891e-003 -0.1806481927633286 2 <_> <_> 7 8 13 4 -1. <_> 7 9 13 2 2. 0 2.5241500698029995e-003 0.4148091077804565 -0.1979449987411499 <_> <_> <_> 6 7 3 4 -1. <_> 7 8 1 4 3. 1 0.0154929701238871 1 0.4780220985412598 <_> <_> 9 18 2 2 -1. <_> 9 18 1 1 2. <_> 10 19 1 1 2. 0 2.3261269961949438e-004 2 -0.3089103996753693 <_> <_> 6 18 6 2 -1. <_> 6 18 3 1 2. <_> 9 19 3 1 2. 0 -2.1607619710266590e-003 -0.4022316038608551 0.1109884977340698 <_> <_> <_> 5 6 3 4 -1. <_> 6 7 1 4 3. 1 3.5326189827173948e-003 1 0.2248906046152115 <_> <_> 5 8 2 12 -1. <_> 5 8 1 6 2. <_> 6 14 1 6 2. 0 -3.3474999945610762e-003 0.1663186997175217 2 <_> <_> 19 0 1 8 -1. <_> 19 0 1 4 2. 1 0.0291682109236717 -0.0740267783403397 -0.4574469923973084 <_> <_> <_> 1 11 4 6 -1. <_> 1 13 4 2 3. 0 -0.0162425003945827 -0.4349718987941742 1 <_> <_> 6 12 4 4 -1. <_> 6 12 2 4 2. 1 -7.5024510733783245e-003 0.1664609014987946 2 <_> <_> 18 13 1 6 -1. <_> 18 16 1 3 2. 0 1.7816389445215464e-003 -0.3915584981441498 0.0805713534355164 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 -7.2545823059044778e-005 2 1 <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 6.1626458773389459e-005 -0.4167973101139069 6.0808397829532623e-003 <_> <_> 14 15 4 4 -1. <_> 14 15 2 2 2. <_> 16 17 2 2 2. 0 -4.3781189015135169e-004 0.3192054927349091 -0.0775062665343285 <_> <_> <_> 4 3 1 2 -1. <_> 4 4 1 1 2. 0 -3.0576970311813056e-004 1 2 <_> <_> 6 3 3 4 -1. <_> 5 4 3 2 2. 1 -0.0131078995764256 -0.3646284043788910 0.2239166051149368 <_> <_> 2 1 3 1 -1. <_> 3 2 1 1 3. 1 -7.4203108670189977e-004 0.0683436170220375 -0.2959760129451752 <_> <_> <_> 6 8 3 5 -1. <_> 7 8 1 5 3. 0 -7.7575328759849072e-003 0.4574872851371765 1 <_> <_> 8 9 1 8 -1. <_> 8 11 1 4 2. 0 3.0043099541217089e-003 2 0.1805900037288666 <_> <_> 14 10 4 4 -1. <_> 14 10 2 4 2. 1 -0.0585617609322071 0.2655555903911591 -0.2038139998912811 <_> <_> <_> 5 16 9 3 -1. <_> 8 16 3 3 3. 0 -0.0252952892333269 -0.5870481133460999 1 <_> <_> 14 11 6 6 -1. <_> 14 13 6 2 3. 0 -0.0498106591403484 -0.8444283008575440 2 <_> <_> 9 16 5 2 -1. <_> 9 17 5 1 2. 0 -2.4564980994910002e-003 0.4401744008064270 3.7946549709886312e-003 -1.3664239645004272 9 -1 <_> <_> <_> <_> 5 10 12 1 -1. <_> 8 10 6 1 2. 0 -0.0237959995865822 2 1 <_> <_> 1 5 18 5 -1. <_> 7 5 6 5 3. 0 -0.0429167188704014 2.1881549619138241e-003 -0.4964042007923126 <_> <_> 15 9 2 3 -1. <_> 16 9 1 3 2. 0 -9.9466904066503048e-004 0.8371809720993042 -0.0302797593176365 <_> <_> <_> 0 14 20 6 -1. <_> 0 17 20 3 2. 0 0.0138956503942609 -0.3949576914310455 1 <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -2.2832138929516077e-003 2 -0.0386893004179001 <_> <_> 5 1 12 15 -1. <_> 9 6 4 5 9. 0 -0.4844757914543152 0.8393334746360779 0.2311190962791443 <_> <_> <_> 0 0 20 1 -1. <_> 5 0 10 1 2. 0 -7.3761418461799622e-003 0.2309499979019165 1 <_> <_> 0 0 12 1 -1. <_> 6 0 6 1 2. 0 3.3793840557336807e-003 2 0.0916085317730904 <_> <_> 0 0 10 6 -1. <_> 5 0 5 6 2. 0 -0.0334152691066265 0.1146292984485626 -0.5480918288230896 <_> <_> <_> 3 0 4 3 -1. <_> 2 1 4 1 3. 1 -7.6022851280868053e-003 -0.5795956850051880 1 <_> <_> 2 0 15 6 -1. <_> 7 2 5 2 9. 0 0.0762296169996262 2 0.3466677963733673 <_> <_> 0 2 6 4 -1. <_> 3 2 3 4 2. 0 -3.7729479372501373e-003 0.1189967021346092 -0.2798354029655457 <_> <_> <_> 14 10 2 1 -1. <_> 15 10 1 1 2. 0 -4.2590490193106234e-004 2 1 <_> <_> 2 7 6 9 -1. <_> 4 7 2 9 3. 0 -9.4475867226719856e-003 0.1440328955650330 -0.2805388867855072 <_> <_> 1 0 15 18 -1. <_> 6 6 5 6 9. 0 -0.8022003173828125 0.6643000841140747 0.0548347681760788 <_> <_> <_> 3 5 1 3 -1. <_> 2 6 1 1 3. 1 -2.8851430397480726e-003 -0.3883669972419739 1 <_> <_> 19 12 1 3 -1. <_> 19 13 1 1 3. 0 -1.2341480469331145e-003 -0.3673455119132996 2 <_> <_> 19 13 1 2 -1. <_> 19 14 1 1 2. 0 4.8669218813301995e-005 -0.0789823234081268 0.3018474876880646 <_> <_> <_> 7 5 7 12 -1. <_> 7 8 7 6 2. 0 -0.1649180054664612 0.3888623118400574 1 <_> <_> 15 9 3 2 -1. <_> 15 10 3 1 2. 0 1.0784890037029982e-003 -0.2447739988565445 2 <_> <_> 16 9 4 4 -1. <_> 17 9 2 4 2. 0 -2.8511860873550177e-003 0.4575313925743103 -0.0534997694194317 <_> <_> <_> 10 15 9 2 -1. <_> 13 15 3 2 3. 0 -3.2212301157414913e-003 2 1 <_> <_> 2 15 10 1 -1. <_> 7 15 5 1 2. 0 3.4995030146092176e-003 -0.2430385053157806 0.1588134020566940 <_> <_> 15 13 4 3 -1. <_> 14 14 4 1 3. 1 -0.0100987795740366 -0.5581660866737366 0.3219622969627380 <_> <_> <_> 3 17 2 3 -1. <_> 4 17 1 3 2. 0 -6.6468201112002134e-004 0.2457288950681686 1 <_> <_> 12 18 8 2 -1. <_> 16 18 4 2 2. 0 -3.6263898946344852e-003 0.1809433996677399 2 <_> <_> 8 7 12 6 -1. <_> 12 7 4 6 3. 0 -0.0767914205789566 0.2663452923297882 -0.3505102992057800 <_> <_> <_> 18 16 1 2 -1. <_> 18 16 1 1 2. 1 -2.7685859240591526e-003 -0.4350436031818390 1 <_> <_> 17 11 3 9 -1. <_> 17 14 3 3 3. 0 0.0256765298545361 2 -0.3514328002929688 <_> <_> 16 9 4 2 -1. <_> 17 10 2 2 2. 1 -4.6753739006817341e-003 0.4104990959167481 0.0331448204815388 <_> <_> <_> 16 0 4 7 -1. <_> 17 0 2 7 2. 0 6.7022559233009815e-003 1 -0.4973830878734589 <_> <_> 5 2 2 18 -1. <_> 5 11 2 9 2. 0 0.0162080004811287 -0.1794546991586685 2 <_> <_> 5 9 8 9 -1. <_> 7 9 4 9 2. 0 -0.0110248699784279 0.4045715034008026 -0.0430775806307793 <_> <_> <_> 5 10 2 1 -1. <_> 6 10 1 1 2. 0 7.7911361586302519e-004 2 1 <_> <_> 5 5 15 9 -1. <_> 10 8 5 3 9. 0 -0.1813969016075134 0.5186663866043091 -0.0753649696707726 <_> <_> 0 18 4 2 -1. <_> 0 19 4 1 2. 0 -1.2972550466656685e-003 -0.5064393281936646 -0.0172262992709875 <_> <_> <_> 0 12 10 3 -1. <_> 0 13 10 1 3. 0 0.0204316601157188 1 -0.7058460116386414 <_> <_> 1 14 1 2 -1. <_> 1 15 1 1 2. 0 1.6622639959678054e-003 2 -0.4510225057601929 <_> <_> 5 1 4 2 -1. <_> 6 1 2 2 2. 0 -2.7155179996043444e-003 -0.4459821879863739 0.1388610005378723 <_> <_> <_> 2 13 1 2 -1. <_> 2 14 1 1 2. 0 4.2074210796272382e-005 -0.2217022925615311 1 <_> <_> 0 13 7 3 -1. <_> 0 14 7 1 3. 0 9.3489577993750572e-003 2 -0.4655444920063019 <_> <_> 15 6 3 5 -1. <_> 16 7 1 5 3. 1 -0.0132266096770763 0.5485987067222595 0.0679701790213585 <_> <_> <_> 13 10 2 1 -1. <_> 14 10 1 1 2. 0 -1.5071720117703080e-003 0.4648112952709198 1 <_> <_> 5 3 3 5 -1. <_> 6 4 1 5 3. 1 8.7646767497062683e-003 2 0.2799291014671326 <_> <_> 5 3 3 5 -1. <_> 6 4 1 5 3. 1 -0.0105426497757435 0.2123970985412598 -0.2251451015472412 <_> <_> <_> 17 5 3 2 -1. <_> 18 6 1 2 3. 1 -6.4357798546552658e-003 -0.4181163012981415 1 <_> <_> 4 0 2 3 -1. <_> 3 1 2 1 3. 1 7.8919027000665665e-003 2 -0.6221169829368591 <_> <_> 11 5 2 1 -1. <_> 12 5 1 1 2. 0 -7.8666176705155522e-005 0.2718409001827240 -0.0429345592856407 <_> <_> <_> 16 6 3 3 -1. <_> 15 7 3 1 3. 1 8.2855960354208946e-003 1 0.3466930985450745 <_> <_> 2 16 1 4 -1. <_> 2 17 1 2 2. 0 5.4834279580973089e-005 2 0.0720087885856628 <_> <_> 2 13 5 2 -1. <_> 2 13 5 1 2. 1 2.4197530001401901e-003 -0.3777442872524262 0.1787102967500687 <_> <_> <_> 12 5 1 2 -1. <_> 12 6 1 1 2. 0 -6.7930121440440416e-004 2 1 <_> <_> 10 3 6 4 -1. <_> 10 4 6 2 2. 0 -5.6035388261079788e-003 0.1681724041700363 -0.2765980958938599 <_> <_> 13 8 4 6 -1. <_> 13 8 2 3 2. <_> 15 11 2 3 2. 0 8.4534510970115662e-003 0.0695867314934731 0.6728498935699463 <_> <_> <_> 6 15 3 2 -1. <_> 7 16 1 2 3. 1 4.4707441702485085e-003 1 -0.4218375980854034 <_> <_> 16 10 4 3 -1. <_> 17 11 2 3 2. 1 -9.1664772480726242e-003 0.3631944060325623 2 <_> <_> 1 2 6 8 -1. <_> 4 2 3 8 2. 0 -0.0711680129170418 -0.5952010750770569 0.0233220793306828 <_> <_> <_> 4 0 15 1 -1. <_> 9 0 5 1 3. 0 -3.6344379186630249e-003 1 2 <_> <_> 15 13 2 2 -1. <_> 15 13 2 1 2. 1 -5.8278841897845268e-003 -0.3510842025279999 0.2736631035804749 <_> <_> 14 2 6 1 -1. <_> 17 2 3 1 2. 0 -2.5245670694857836e-003 0.1498972028493881 -0.2493329048156738 <_> <_> <_> 15 0 3 3 -1. <_> 16 1 1 3 3. 1 5.6592230685055256e-003 1 -0.3473316133022308 <_> <_> 18 7 2 1 -1. <_> 18 7 1 1 2. 1 4.0714079514145851e-003 2 -0.4735985994338989 <_> <_> 4 3 3 4 -1. <_> 3 4 3 2 2. 1 -0.0119215501472354 -0.4001652896404266 0.1576768010854721 <_> <_> <_> 16 8 4 4 -1. <_> 16 9 4 2 2. 0 9.8874024115502834e-004 1 2 <_> <_> 7 4 2 4 -1. <_> 6 5 2 2 2. 1 1.4633700484409928e-003 0.2103355973958969 -0.1531770974397659 <_> <_> 16 14 4 6 -1. <_> 18 14 2 6 2. 0 -7.6617081649601460e-003 0.2348176985979080 -0.3718707859516144 <_> <_> <_> 7 9 6 3 -1. <_> 9 10 2 1 9. 0 -0.0177705697715282 2 1 <_> <_> 8 9 3 4 -1. <_> 9 9 1 4 3. 0 8.8388901203870773e-003 -0.1641412973403931 0.4824588894844055 <_> <_> 8 0 6 3 -1. <_> 10 0 2 3 3. 0 -0.0100585296750069 -0.5438815951347351 0.2812717854976654 <_> <_> <_> 0 8 3 3 -1. <_> 0 9 3 1 3. 0 2.8392190579324961e-003 1 -0.3857780098915100 <_> <_> 18 16 1 3 -1. <_> 18 17 1 1 3. 0 -7.8546267468482256e-004 -0.3286094963550568 2 <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 4.2725168896140531e-005 -0.0466547682881355 0.2774116992950440 <_> <_> <_> 17 5 3 3 -1. <_> 16 6 3 1 3. 1 5.1506902091205120e-003 1 0.2734803855419159 <_> <_> 12 8 1 6 -1. <_> 10 10 1 2 3. 1 -8.3640925586223602e-003 0.1431567072868347 2 <_> <_> 10 3 6 12 -1. <_> 12 3 2 12 3. 0 -8.8340323418378830e-003 0.0540493614971638 -0.3626655936241150 -1.3621879816055298 10 -1 <_> <_> <_> <_> 8 6 5 14 -1. <_> 8 13 5 7 2. 0 0.1711488962173462 1 2 <_> <_> 1 17 19 2 -1. <_> 1 18 19 1 2. 0 3.2740959431976080e-003 -0.5564535856246948 0.0550181306898594 <_> <_> 14 7 2 4 -1. <_> 14 9 2 2 2. 0 4.8062200658023357e-003 0.0111902002245188 0.7955148816108704 <_> <_> <_> 3 13 2 4 -1. <_> 3 15 2 2 2. 0 1.8143800552934408e-003 2 1 <_> <_> 1 2 18 12 -1. <_> 7 6 6 4 9. 0 -0.4279597103595734 0.5840831995010376 -0.0139401797205210 <_> <_> 0 0 4 5 -1. <_> 2 0 2 5 2. 0 -6.3261981122195721e-003 0.1665998995304108 -0.5016152262687683 <_> <_> <_> 14 14 6 6 -1. <_> 17 14 3 6 2. 0 0.0107020195573568 1 2 <_> <_> 4 16 16 3 -1. <_> 8 16 8 3 2. 0 7.3792198672890663e-003 -0.4065352082252502 0.1287705004215241 <_> <_> 8 17 8 1 -1. <_> 10 17 4 1 2. 0 4.8895571380853653e-003 0.4399087131023407 -0.7899739742279053 <_> <_> <_> 4 7 4 4 -1. <_> 4 9 4 2 2. 0 0.0100123202428222 1 2 <_> <_> 0 0 18 9 -1. <_> 6 3 6 3 9. 0 0.3435631096363068 -0.2561636865139008 0.4637744128704071 <_> <_> 0 9 6 2 -1. <_> 2 9 2 2 3. 0 -7.2859530337154865e-003 0.5801448822021484 -0.0546094514429569 <_> <_> <_> 15 0 3 1 -1. <_> 16 0 1 1 3. 0 -1.5099609736353159e-003 -0.6405451893806458 1 <_> <_> 16 0 2 1 -1. <_> 17 0 1 1 2. 0 2.9597719549201429e-004 2 0.3895671069622040 <_> <_> 18 14 1 2 -1. <_> 18 15 1 1 2. 0 1.0984730033669621e-004 -0.3411337137222290 0.1111171990633011 <_> <_> <_> 4 0 3 2 -1. <_> 5 0 1 2 3. 0 -3.2580990809947252e-003 -0.7341446280479431 1 <_> <_> 6 14 3 1 -1. <_> 7 15 1 1 3. 1 -3.8750080857425928e-003 -0.6350858211517334 2 <_> <_> 0 11 7 3 -1. <_> 0 12 7 1 3. 0 0.0145424697548151 0.1763252019882202 -0.6669527292251587 <_> <_> <_> 1 14 19 3 -1. <_> 1 15 19 1 3. 0 0.0266160704195499 1 -0.7583190202713013 <_> <_> 15 1 3 5 -1. <_> 16 1 1 5 3. 0 5.2236141636967659e-003 2 -0.6262210011482239 <_> <_> 14 2 6 4 -1. <_> 14 2 3 2 2. <_> 17 4 3 2 2. 0 5.8677811175584793e-003 -0.0318109504878521 0.4103187918663025 <_> <_> <_> 15 10 2 2 -1. <_> 16 10 1 2 2. 0 -1.0499180061742663e-003 2 1 <_> <_> 14 11 3 4 -1. <_> 14 13 3 2 2. 0 2.3986180312931538e-003 -0.5293647050857544 0.0226202793419361 <_> <_> 16 5 3 15 -1. <_> 17 5 1 15 3. 0 0.0110095301643014 0.3052845001220703 -0.7465983033180237 <_> <_> <_> 6 10 14 3 -1. <_> 6 11 14 1 3. 0 -0.0239578895270824 -0.5802757143974304 1 <_> <_> 2 17 12 3 -1. <_> 6 17 4 3 3. 0 -3.6849190946668386e-003 0.3098559081554413 2 <_> <_> 0 16 16 2 -1. <_> 4 16 8 2 2. 0 3.4864700865000486e-003 -0.3149890899658203 0.1321973055601120 <_> <_> <_> 7 3 6 16 -1. <_> 7 7 6 8 2. 0 -0.1915034055709839 0.4364647865295410 1 <_> <_> 7 1 12 3 -1. <_> 10 1 6 3 2. 0 -8.0496361479163170e-003 0.1716579943895340 2 <_> <_> 13 1 4 4 -1. <_> 13 3 4 2 2. 0 0.0122363399714231 -0.3638201951980591 0.2396752983331680 <_> <_> <_> 6 18 3 2 -1. <_> 7 18 1 2 3. 0 -2.0347100216895342e-003 -0.5976858139038086 1 <_> <_> 2 2 3 5 -1. <_> 3 2 1 5 3. 0 -5.5528031662106514e-003 -0.5416460037231445 2 <_> <_> 10 0 3 3 -1. <_> 11 0 1 3 3. 0 -3.2379259355366230e-003 -0.5387029051780701 0.1844422966241837 <_> <_> <_> 10 0 10 4 -1. <_> 10 0 5 2 2. <_> 15 2 5 2 2. 0 9.0606305748224258e-003 1 0.3103973865509033 <_> <_> 0 16 6 3 -1. <_> 3 16 3 3 2. 0 -4.1239038109779358e-003 0.1805239021778107 2 <_> <_> 0 17 6 3 -1. <_> 3 17 3 3 2. 0 3.5246899351477623e-003 -0.4734764099121094 0.0153494598343968 <_> <_> <_> 16 1 3 2 -1. <_> 17 2 1 2 3. 1 5.2378959953784943e-003 1 -0.4585973918437958 <_> <_> 4 1 3 3 -1. <_> 3 2 3 1 3. 1 -9.4280708581209183e-003 -0.6332333087921143 2 <_> <_> 6 0 4 5 -1. <_> 7 0 2 5 2. 0 -7.9351589083671570e-003 -0.6153936982154846 0.1692043989896774 <_> <_> <_> 4 17 3 3 -1. <_> 5 18 1 1 9. 0 -7.7211041934788227e-003 -0.6586161255836487 1 <_> <_> 4 15 3 3 -1. <_> 5 16 1 1 9. 0 9.0800300240516663e-003 2 -0.7144613862037659 <_> <_> 1 10 6 1 -1. <_> 3 10 2 1 3. 0 -4.3125250376760960e-003 0.3433657884597778 -0.0462658591568470 <_> <_> <_> 0 3 20 2 -1. <_> 5 3 10 2 2. 0 0.0231790505349636 1 0.3633871078491211 <_> <_> 2 1 15 4 -1. <_> 7 1 5 4 3. 0 -0.0213900804519653 0.1827684044837952 2 <_> <_> 1 10 18 8 -1. <_> 10 10 9 8 2. 0 -0.2376140952110291 0.6167513728141785 -0.3426147103309631 <_> <_> <_> 16 7 1 4 -1. <_> 16 9 1 2 2. 0 2.1705040708184242e-003 1 0.3005678951740265 <_> <_> 17 9 2 1 -1. <_> 18 9 1 1 2. 0 7.8210679930634797e-005 -0.3411675989627838 2 <_> <_> 17 5 3 7 -1. <_> 18 5 1 7 3. 0 5.5145919322967529e-003 0.2338685989379883 -0.4215052127838135 -1.3905019760131836 11 -1 <_> <_> <_> <_> 5 10 12 1 -1. <_> 8 10 6 1 2. 0 -0.0227433796972036 1 2 <_> <_> 15 9 2 6 -1. <_> 15 9 1 3 2. <_> 16 12 1 3 2. 0 1.8450849456712604e-003 -0.0895522683858871 0.7477834224700928 <_> <_> 1 6 16 10 -1. <_> 1 11 16 5 2. 0 0.1333817988634110 -0.4450423121452332 -0.0175809208303690 <_> <_> <_> 1 12 19 8 -1. <_> 1 16 19 4 2. 0 0.0636084899306297 -0.3773922026157379 1 <_> <_> 4 4 12 9 -1. <_> 8 7 4 3 9. 0 -0.2519995868206024 0.4908803105354309 2 <_> <_> 5 2 9 9 -1. <_> 5 5 9 3 3. 0 -0.1214423030614853 0.6382591724395752 -0.1182217001914978 <_> <_> <_> 13 0 3 6 -1. <_> 14 0 1 6 3. 0 2.6287150103598833e-003 1 -0.4692674875259399 <_> <_> 19 16 1 3 -1. <_> 18 17 1 1 3. 1 3.0568530783057213e-003 2 -0.6510121822357178 <_> <_> 17 17 1 2 -1. <_> 17 18 1 1 2. 0 8.1901780504267663e-005 -0.1163925975561142 0.3018881976604462 <_> <_> <_> 0 9 4 2 -1. <_> 2 9 2 2 2. 0 -1.6189720481634140e-003 1 -0.2089190930128098 <_> <_> 3 0 3 19 -1. <_> 4 0 1 19 3. 0 1.8283469835296273e-003 2 -0.1985930055379868 <_> <_> 4 13 4 1 -1. <_> 5 14 2 1 2. 1 -3.9073298685252666e-003 -0.3445425927639008 0.3714081943035126 <_> <_> <_> 16 0 4 1 -1. <_> 18 0 2 1 2. 0 8.3928240928798914e-004 -0.1535657048225403 1 <_> <_> 10 0 4 4 -1. <_> 11 0 2 4 2. 0 3.7175789475440979e-003 2 -0.5090423822402954 <_> <_> 9 0 3 5 -1. <_> 10 0 1 5 3. 0 5.1694628782570362e-003 0.3561800122261047 -0.5577322840690613 <_> <_> <_> 3 4 1 3 -1. <_> 2 5 1 1 3. 1 2.5797619018703699e-003 1 -0.4209643900394440 <_> <_> 3 4 2 3 -1. <_> 2 5 2 1 3. 1 -6.0318140313029289e-003 -0.4399986863136292 2 <_> <_> 5 14 3 3 -1. <_> 6 15 1 3 3. 1 6.4257727935910225e-003 0.1887357980012894 -0.4519174993038178 <_> <_> <_> 2 0 2 2 -1. <_> 2 0 1 2 2. 1 3.4354510717093945e-003 1 0.2739546895027161 <_> <_> 0 2 6 1 -1. <_> 3 2 3 1 2. 0 2.3672808893024921e-003 2 0.2380850017070770 <_> <_> 0 2 4 5 -1. <_> 2 2 2 5 2. 0 -2.0294289570301771e-003 -0.0475861504673958 -0.4815962910652161 <_> <_> <_> 2 0 4 4 -1. <_> 3 0 2 4 2. 0 -4.8436429351568222e-003 -0.4932515025138855 1 <_> <_> 6 16 3 1 -1. <_> 7 17 1 1 3. 1 3.0318649951368570e-003 2 -0.4710946083068848 <_> <_> 16 3 4 2 -1. <_> 17 4 2 2 2. 1 -0.0116912499070168 -0.5876376032829285 0.1484048962593079 <_> <_> <_> 16 19 2 1 -1. <_> 17 19 1 1 2. 0 6.5642758272588253e-005 1 0.2078777998685837 <_> <_> 17 18 2 1 -1. <_> 18 18 1 1 2. 0 -6.9199966674204916e-005 2 -0.4219917058944702 <_> <_> 17 16 1 3 -1. <_> 17 17 1 1 3. 0 -2.8953890432603657e-004 -0.3465768992900848 0.2480928003787994 <_> <_> <_> 9 8 3 3 -1. <_> 9 9 3 1 3. 0 4.0080421604216099e-003 1 2 <_> <_> 2 17 5 2 -1. <_> 2 18 5 1 2. 0 5.0496991025283933e-004 -0.2973163127899170 0.0631331875920296 <_> <_> 6 10 8 3 -1. <_> 8 10 4 3 2. 0 -8.1637818366289139e-003 0.6349964141845703 -0.1496534943580627 <_> <_> <_> 17 15 2 3 -1. <_> 16 16 2 1 3. 1 4.9255997873842716e-003 1 -0.5870906710624695 <_> <_> 6 8 5 2 -1. <_> 6 8 5 1 2. 1 -0.0199859905987978 0.4194697141647339 2 <_> <_> 11 0 3 4 -1. <_> 11 2 3 2 2. 0 6.5322928130626678e-003 -0.1339398026466370 0.2613128125667572 <_> <_> <_> 17 2 3 3 -1. <_> 18 3 1 3 3. 1 5.1231118850409985e-003 1 -0.3639743030071259 <_> <_> 16 4 3 2 -1. <_> 16 5 3 1 2. 0 -4.0335211087949574e-004 2 -0.1177612021565437 <_> <_> 14 0 6 6 -1. <_> 14 0 3 3 2. <_> 17 3 3 3 2. 0 2.9234900139272213e-003 -0.0125295100733638 0.4613231122493744 <_> <_> <_> 6 2 10 4 -1. <_> 6 4 10 2 2. 0 0.0359676703810692 1 0.4599137902259827 <_> <_> 5 6 9 2 -1. <_> 5 7 9 1 2. 0 6.5072569996118546e-003 2 0.3218939006328583 <_> <_> 7 6 6 3 -1. <_> 7 7 6 1 3. 0 -0.0108210500329733 0.3042351901531220 -0.2076997011899948 <_> <_> <_> 17 0 3 1 -1. <_> 18 1 1 1 3. 1 -3.7279170937836170e-003 -0.4705623984336853 1 <_> <_> 8 0 12 2 -1. <_> 14 0 6 2 2. 0 -8.9352466166019440e-003 0.3136189877986908 2 <_> <_> 16 2 4 2 -1. <_> 18 2 2 2 2. 0 3.9792140014469624e-003 -0.1855935007333756 0.3081119060516357 <_> <_> <_> 9 4 4 1 -1. <_> 10 4 2 1 2. 0 1.9110339926555753e-003 1 -0.4499742984771729 <_> <_> 5 4 2 3 -1. <_> 4 5 2 1 3. 1 -6.8130958825349808e-003 -0.4466395080089569 2 <_> <_> 16 8 4 8 -1. <_> 17 8 2 8 2. 0 -6.4241990912705660e-004 0.2537398934364319 -0.0677948668599129 <_> <_> <_> 1 19 16 1 -1. <_> 9 19 8 1 2. 0 4.8487721942365170e-003 1 0.2177778035402298 <_> <_> 4 19 12 1 -1. <_> 10 19 6 1 2. 0 -2.2816660348325968e-003 0.0741510093212128 2 <_> <_> 2 19 4 1 -1. <_> 4 19 2 1 2. 0 -1.1166459880769253e-003 0.1376267969608307 -0.4571655094623566 <_> <_> <_> 12 5 2 8 -1. <_> 12 7 2 4 2. 0 -5.7191308587789536e-003 1 -0.2020619958639145 <_> <_> 8 10 1 2 -1. <_> 8 10 1 1 2. 1 1.9458220340311527e-003 2 0.5161374211311340 <_> <_> 15 3 3 12 -1. <_> 16 3 1 12 3. 0 1.7544110305607319e-003 0.1820991933345795 -0.2492770999670029 <_> <_> <_> 16 14 4 3 -1. <_> 16 15 4 1 3. 0 6.5033212304115295e-003 1 -0.6083135008811951 <_> <_> 3 0 3 2 -1. <_> 4 0 1 2 3. 0 2.3260021116584539e-003 2 -0.4578379094600678 <_> <_> 13 13 3 6 -1. <_> 14 13 1 6 3. 0 -5.0675291568040848e-003 -0.4626454114913940 0.1311458945274353 <_> <_> <_> 2 12 2 2 -1. <_> 2 12 2 1 2. 1 -1.4921430265530944e-003 1 2 <_> <_> 1 8 1 9 -1. <_> 1 11 1 3 3. 0 -0.0137552004307508 -0.4348564147949219 0.2038159966468811 <_> <_> 1 9 2 2 -1. <_> 2 9 1 2 2. 0 6.3531019259244204e-004 -0.3248085975646973 0.1967971026897430 <_> <_> <_> 13 9 2 3 -1. <_> 12 10 2 1 3. 1 -1.0971709853038192e-003 1 2 <_> <_> 10 14 4 6 -1. <_> 11 14 2 6 2. 0 2.1464130841195583e-003 0.2235444039106369 -0.2503635883331299 <_> <_> 11 6 4 8 -1. <_> 12 6 2 8 2. 0 0.0103435898199677 -0.2750056982040405 0.3284736871719360 <_> <_> <_> 5 6 14 14 -1. <_> 5 13 14 7 2. 0 -0.1307681053876877 -0.7797464132308960 1 <_> <_> 6 4 8 3 -1. <_> 6 5 8 1 3. 0 -8.7650436908006668e-003 0.3835664987564087 2 <_> <_> 1 16 1 3 -1. <_> 1 17 1 1 3. 0 -3.0066180624999106e-004 -0.3084929883480072 0.0557130500674248 <_> <_> <_> 5 1 4 3 -1. <_> 4 2 4 1 3. 1 -0.0107763102278113 -0.5307996869087219 1 <_> <_> 17 3 3 3 -1. <_> 16 4 3 1 3. 1 7.3227831162512302e-003 2 0.3077637851238251 <_> <_> 15 3 5 15 -1. <_> 15 8 5 5 3. 0 -0.2126387953758240 -0.6519067287445068 2.3253040853887796e-003 <_> <_> <_> 15 9 4 6 -1. <_> 15 9 2 3 2. <_> 17 12 2 3 2. 0 6.5717170946300030e-003 1 0.2429659962654114 <_> <_> 16 7 3 3 -1. <_> 15 8 3 1 3. 1 -0.0163672100752592 0.4086779057979584 2 <_> <_> 11 5 6 9 -1. <_> 13 5 2 9 3. 0 -0.0150867896154523 0.1529923975467682 -0.2556149959564209 <_> <_> <_> 16 15 2 3 -1. <_> 15 16 2 1 3. 1 4.5563760213553905e-003 1 2 <_> <_> 0 17 7 3 -1. <_> 0 18 7 1 3. 0 7.2980518452823162e-003 0.0862513035535812 -0.5142557024955750 <_> <_> 16 8 4 7 -1. <_> 17 9 2 7 2. 1 0.0239712093025446 -0.6849169731140137 0.3926008045673370 <_> <_> <_> 15 16 1 3 -1. <_> 14 17 1 1 3. 1 3.5279770381748676e-003 1 -0.5898901820182800 <_> <_> 12 17 8 1 -1. <_> 16 17 4 1 2. 0 -5.4452237673103809e-003 0.4199798107147217 2 <_> <_> 14 16 2 4 -1. <_> 14 18 2 2 2. 0 8.1267702626064420e-004 -0.2560532987117767 0.0793930068612099 -1.3378640413284302 12 -1 <_> <_> <_> <_> 4 10 12 1 -1. <_> 8 10 4 1 3. 0 -0.0276914592832327 1 2 <_> <_> 4 9 2 2 -1. <_> 5 9 1 2 2. 0 1.3043059734627604e-003 -0.1303724944591522 0.7810835838317871 <_> <_> 7 10 9 2 -1. <_> 10 10 3 2 3. 0 -0.0194304604083300 0.0144807295873761 -0.3718458116054535 <_> <_> <_> 5 3 13 9 -1. <_> 5 6 13 3 3. 0 -0.1223504021763802 2 1 <_> <_> 6 7 5 2 -1. <_> 6 8 5 1 2. 0 -9.8456647247076035e-003 0.2843722999095917 -0.2367583066225052 <_> <_> 5 5 12 14 -1. <_> 9 5 4 14 3. 0 -0.0743500962853432 0.5817487835884094 -0.0280415508896112 <_> <_> <_> 18 8 2 10 -1. <_> 18 13 2 5 2. 0 5.4055661894381046e-003 -0.3374863862991333 1 <_> <_> 8 1 4 4 -1. <_> 9 1 2 4 2. 0 -3.7805580068379641e-003 -0.4623272120952606 2 <_> <_> 0 0 20 7 -1. <_> 5 0 10 7 2. 0 -0.0629970878362656 0.4207010865211487 -1.6759809805080295e-003 <_> <_> <_> 10 0 4 4 -1. <_> 11 0 2 4 2. 0 -5.5793630890548229e-003 -0.6461235284805298 1 <_> <_> 13 1 3 2 -1. <_> 14 1 1 2 3. 0 -2.2814329713582993e-003 -0.4679610133171082 2 <_> <_> 12 0 8 1 -1. <_> 16 0 4 1 2. 0 3.9111520163714886e-003 -0.0255948100239038 0.3346031010150909 <_> <_> <_> 0 3 4 6 -1. <_> 0 3 2 3 2. <_> 2 6 2 3 2. 0 -3.5144959110766649e-003 2 1 <_> <_> 1 0 4 5 -1. <_> 3 0 2 5 2. 0 -5.8226250112056732e-003 0.1114350035786629 -0.3054972887039185 <_> <_> 4 5 1 3 -1. <_> 3 6 1 1 3. 1 -3.5309740342199802e-003 -0.3778940141201019 0.2932415902614594 <_> <_> <_> 4 14 4 2 -1. <_> 4 14 2 2 2. 1 -1.6653330530971289e-003 2 1 <_> <_> 3 13 16 7 -1. <_> 11 13 8 7 2. 0 -0.0533260181546211 0.1723686009645462 -0.3902606070041657 <_> <_> 5 1 9 4 -1. <_> 5 2 9 2 2. 0 8.0891316756606102e-003 -0.0162908006459475 0.3943473100662231 <_> <_> <_> 4 1 3 3 -1. <_> 5 1 1 3 3. 0 -3.7783260922878981e-003 -0.5994725823402405 1 <_> <_> 0 0 10 1 -1. <_> 5 0 5 1 2. 0 6.9123809225857258e-003 2 0.3475525975227356 <_> <_> 8 6 5 4 -1. <_> 7 7 5 2 2. 1 -0.0216761007905006 0.3396619856357575 -0.1272906959056854 <_> <_> <_> 18 4 2 2 -1. <_> 18 4 1 2 2. 1 4.8390422016382217e-003 1 -0.3686085939407349 <_> <_> 11 7 3 3 -1. <_> 12 8 1 1 9. 0 -8.3583313971757889e-003 0.3608345091342926 2 <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 3.7209360743872821e-004 0.0551498308777809 -0.3888871073722839 <_> <_> <_> 3 5 1 3 -1. <_> 2 6 1 1 3. 1 2.4114940315485001e-003 1 -0.3484646081924439 <_> <_> 7 10 2 3 -1. <_> 6 11 2 1 3. 1 -2.2250239271670580e-003 0.2563999891281128 2 <_> <_> 0 5 2 14 -1. <_> 0 12 2 7 2. 0 5.9994249604642391e-003 -0.3308643996715546 0.0639430880546570 <_> <_> <_> 14 12 5 2 -1. <_> 14 13 5 1 2. 0 0.0126534597948194 1 -0.6538289189338684 <_> <_> 5 4 3 5 -1. <_> 6 5 1 5 3. 1 9.6980258822441101e-003 2 0.3273011147975922 <_> <_> 0 8 20 6 -1. <_> 0 10 20 2 3. 0 0.0466881617903709 6.1174212023615837e-003 -0.5096886754035950 <_> <_> <_> 15 10 2 2 -1. <_> 15 10 1 2 2. 1 1.7876239726319909e-003 1 0.2580803036689758 <_> <_> 1 15 14 2 -1. <_> 8 15 7 2 2. 0 0.0123152304440737 2 0.1836757063865662 <_> <_> 2 14 4 5 -1. <_> 4 14 2 5 2. 0 -5.9714429080486298e-003 0.0930178835988045 -0.3348929882049561 <_> <_> <_> 17 15 2 3 -1. <_> 16 16 2 1 3. 1 -4.6226778067648411e-003 -0.6085343956947327 1 <_> <_> 5 0 6 4 -1. <_> 7 0 2 4 3. 0 -0.0189499892294407 -0.6218826770782471 2 <_> <_> 6 0 14 20 -1. <_> 6 10 14 10 2. 0 -0.2678753137588501 -0.4450582861900330 0.1146159991621971 <_> <_> <_> 13 1 1 9 -1. <_> 13 4 1 3 3. 0 5.3505371324717999e-003 1 2 <_> <_> 15 0 1 4 -1. <_> 15 1 1 2 2. 0 2.8202211251482368e-004 -0.3321433067321777 0.1135293990373612 <_> <_> 13 3 2 2 -1. <_> 14 3 1 2 2. 0 -2.1514539548661560e-004 0.3994983136653900 -0.0724125802516937 <_> <_> <_> 16 18 3 2 -1. <_> 16 19 3 1 2. 0 -7.1091961581259966e-004 -0.3457595109939575 1 <_> <_> 17 17 2 3 -1. <_> 17 18 2 1 3. 0 3.9453650970244780e-005 -0.1411426067352295 2 <_> <_> 4 6 8 6 -1. <_> 4 6 4 3 2. <_> 8 9 4 3 2. 0 -0.0156620703637600 0.4707077145576477 0.0871639028191566 <_> <_> <_> 0 3 18 3 -1. <_> 6 3 6 3 3. 0 -0.0298166107386351 2 1 <_> <_> 16 1 3 2 -1. <_> 17 1 1 2 3. 0 8.2333059981465340e-004 -0.0149779003113508 -0.4176484048366547 <_> <_> 4 7 4 3 -1. <_> 4 7 2 3 2. 1 -4.9664578400552273e-003 0.4401878118515015 -2.0097310189157724e-003 <_> <_> <_> 0 17 20 3 -1. <_> 5 17 10 3 2. 0 9.6796536818146706e-003 1 2 <_> <_> 15 16 4 2 -1. <_> 17 16 2 2 2. 0 1.4388150302693248e-003 -0.2845151126384735 0.1168095991015434 <_> <_> 5 13 2 5 -1. <_> 5 13 1 5 2. 1 -6.5185758285224438e-004 0.3425802886486054 -0.2702035903930664 <_> <_> <_> 1 8 10 1 -1. <_> 1 8 5 1 2. 1 -0.0468712188303471 -0.3965913057327271 1 <_> <_> 9 15 9 5 -1. <_> 12 15 3 5 3. 0 -0.0228672102093697 -0.3472704887390137 2 <_> <_> 15 8 4 7 -1. <_> 16 8 2 7 2. 0 -1.1887500295415521e-003 0.2603670954704285 -0.0428488589823246 <_> <_> <_> 12 4 3 1 -1. <_> 13 4 1 1 3. 0 4.3433779501356184e-004 1 -0.2283560931682587 <_> <_> 15 3 4 11 -1. <_> 16 3 2 11 2. 0 -0.0206000600010157 -0.5013595223426819 2 <_> <_> 3 15 3 1 -1. <_> 4 16 1 1 3. 1 3.2824440859258175e-003 0.1668307036161423 -0.5025215744972229 <_> <_> <_> 13 8 3 4 -1. <_> 14 9 1 4 3. 1 -0.0190873108804226 0.4138129949569702 1 <_> <_> 4 2 12 2 -1. <_> 10 2 6 2 2. 0 -0.0112160202115774 0.1549807041883469 2 <_> <_> 2 1 16 7 -1. <_> 10 1 8 7 2. 0 0.0777101665735245 -0.2989561855792999 0.1754198074340820 <_> <_> <_> 12 1 3 4 -1. <_> 12 2 3 2 2. 0 3.1873160041868687e-003 -0.0854795798659325 1 <_> <_> 10 8 10 12 -1. <_> 10 12 10 4 3. 0 -0.1065699011087418 -0.5129529237747192 2 <_> <_> 17 0 3 8 -1. <_> 17 4 3 4 2. 0 -0.0517798885703087 -0.5017983913421631 0.3846678137779236 <_> <_> <_> 6 2 3 2 -1. <_> 7 2 1 2 3. 0 1.5107400249689817e-003 1 -0.3387457132339478 <_> <_> 4 1 3 8 -1. <_> 5 1 1 8 3. 0 3.1244980636984110e-003 2 -0.2165389955043793 <_> <_> 4 18 6 2 -1. <_> 7 18 3 2 2. 0 -1.3240240514278412e-003 0.3359499871730804 -0.0120858000591397 <_> <_> <_> 8 0 2 6 -1. <_> 8 0 1 6 2. 1 -0.0169750303030014 0.5149319767951965 1 <_> <_> 2 1 3 14 -1. <_> 3 1 1 14 3. 0 7.9635268775746226e-004 2 -0.2236790955066681 <_> <_> 17 0 3 9 -1. <_> 18 0 1 9 3. 0 -8.4425378590822220e-003 -0.5463718175888062 0.1247764974832535 <_> <_> <_> 6 5 3 5 -1. <_> 7 6 1 5 3. 1 0.0147975198924541 1 0.4093017876148224 <_> <_> 6 8 2 5 -1. <_> 7 8 1 5 2. 0 3.8537830114364624e-003 2 0.2596664130687714 <_> <_> 5 8 9 11 -1. <_> 8 8 3 11 3. 0 -0.0256849396973848 0.0465078204870224 -0.3138757944107056 <_> <_> <_> 7 16 3 4 -1. <_> 8 16 1 4 3. 0 -1.9678380340337753e-003 -0.3434877097606659 1 <_> <_> 10 12 3 6 -1. <_> 11 12 1 6 3. 0 1.9392849644646049e-003 2 -0.2307102978229523 <_> <_> 8 17 6 2 -1. <_> 10 17 2 2 3. 0 -5.7980217970907688e-003 -0.4230223000049591 0.1847063004970551 <_> <_> <_> 12 0 8 4 -1. <_> 12 0 4 2 2. <_> 16 2 4 2 2. 0 6.0432781465351582e-003 1 0.2098508030176163 <_> <_> 19 0 1 2 -1. <_> 19 1 1 1 2. 0 2.2162510140333325e-004 2 -0.3434562981128693 <_> <_> 18 1 2 1 -1. <_> 19 1 1 1 2. 0 -2.5901809567585588e-004 -0.4024589955806732 0.0962833613157272 <_> <_> <_> 5 6 1 3 -1. <_> 4 7 1 1 3. 1 -4.6646450646221638e-003 -0.4014798104763031 1 <_> <_> 6 6 2 1 -1. <_> 6 6 1 1 2. 1 1.8331389874219894e-003 -0.0741280466318130 2 <_> <_> 0 7 2 3 -1. <_> 0 8 2 1 3. 0 -5.4393261671066284e-003 -0.7130433917045593 0.2514117062091827 <_> <_> <_> 14 7 2 5 -1. <_> 15 7 1 5 2. 0 -4.2101307772099972e-003 1 2 <_> <_> 16 5 2 7 -1. <_> 16 5 1 7 2. 1 -8.6573585867881775e-003 0.5525010824203491 -0.0883102416992188 <_> <_> 14 8 4 6 -1. <_> 15 9 2 6 2. 1 -0.0256198290735483 0.4051348865032196 -0.1208684965968132 <_> <_> <_> 4 8 4 4 -1. <_> 4 8 2 4 2. 1 -9.3565601855516434e-003 0.1485918015241623 1 <_> <_> 16 1 4 2 -1. <_> 18 1 2 2 2. 0 -9.7968382760882378e-004 0.1527637988328934 2 <_> <_> 8 0 12 2 -1. <_> 14 0 6 2 2. 0 0.0450819917023182 -0.3300775885581970 0.4955345094203949 <_> <_> <_> 7 2 4 1 -1. <_> 8 2 2 1 2. 0 2.0435510668903589e-003 1 -0.5489503145217896 <_> <_> 18 7 2 3 -1. <_> 18 8 2 1 3. 0 -5.1532210782170296e-003 -0.5994563102722168 2 <_> <_> 13 3 4 4 -1. <_> 13 4 4 2 2. 0 2.5609789881855249e-003 -0.0361974090337753 0.2546384930610657 <_> <_> <_> 0 8 17 4 -1. <_> 0 9 17 2 2. 0 -2.8830259107053280e-003 2 1 <_> <_> 11 8 1 4 -1. <_> 11 9 1 2 2. 0 2.4457499966956675e-004 0.3666768074035645 -0.0893483608961105 <_> <_> 12 8 8 2 -1. <_> 12 8 4 1 2. <_> 16 9 4 1 2. 0 3.4641250967979431e-003 -0.2252389043569565 0.1634045988321304 -1.2140669822692871 13 -1 <_> <_> <_> <_> 12 10 6 1 -1. <_> 14 10 2 1 3. 0 6.3124410808086395e-003 2 1 <_> <_> 5 8 2 5 -1. <_> 5 8 1 5 2. 1 -2.9899911023676395e-003 0.8207129836082459 0.0564621984958649 <_> <_> 12 9 2 1 -1. <_> 12 9 1 1 2. 1 -5.2643599919974804e-003 0.1824080049991608 -0.4248731136322022 <_> <_> <_> 5 10 3 1 -1. <_> 6 10 1 1 3. 0 2.4592089466750622e-003 1 2 <_> <_> 0 6 20 14 -1. <_> 0 13 20 7 2. 0 0.4271934926509857 -0.3385855853557587 0.1510023027658463 <_> <_> 9 5 4 8 -1. <_> 9 5 4 4 2. 1 0.0302951093763113 0.7872424125671387 -0.5837361812591553 <_> <_> <_> 6 1 9 2 -1. <_> 6 2 9 1 2. 0 5.7569369673728943e-003 1 0.4281027019023895 <_> <_> 7 1 8 4 -1. <_> 7 2 8 2 2. 0 -9.9140219390392303e-003 0.3532198965549469 2 <_> <_> 3 0 12 4 -1. <_> 3 1 12 2 2. 0 8.0783478915691376e-003 -0.4010753929615021 0.1252329051494598 <_> <_> <_> 0 1 9 7 -1. <_> 3 1 3 7 3. 0 -0.0358294509351254 -0.3896307051181793 1 <_> <_> 5 9 6 3 -1. <_> 7 9 2 3 3. 0 0.0306645501405001 2 0.6770191788673401 <_> <_> 6 4 10 3 -1. <_> 5 5 10 1 3. 1 -0.0135759301483631 0.3078981041908264 -0.1121499016880989 <_> <_> <_> 12 0 8 7 -1. <_> 14 0 4 7 2. 0 -0.0311886090785265 -0.5055090785026550 1 <_> <_> 8 0 6 6 -1. <_> 10 0 2 6 3. 0 -0.0178854204714298 -0.5299097895622253 2 <_> <_> 1 14 4 1 -1. <_> 1 14 2 1 2. 1 2.3879480431787670e-004 0.2611249089241028 -0.1288256049156189 <_> <_> <_> 5 9 3 4 -1. <_> 6 10 1 4 3. 1 8.5746757686138153e-003 1 0.4892117977142334 <_> <_> 5 17 10 3 -1. <_> 5 18 10 1 3. 0 2.3016470950096846e-003 2 0.1597906053066254 <_> <_> 7 14 6 4 -1. <_> 7 15 6 2 2. 0 4.6683140099048615e-003 -0.3868542015552521 0.2400287985801697 <_> <_> <_> 8 13 7 3 -1. <_> 8 14 7 1 3. 0 5.3485399112105370e-003 1 0.3482562899589539 <_> <_> 8 7 8 3 -1. <_> 7 8 8 1 3. 1 0.0237267091870308 2 0.5232967138290405 <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 -3.0209170654416084e-004 -0.4404784142971039 -0.0333583392202854 <_> <_> <_> 9 3 9 6 -1. <_> 7 5 9 2 3. 1 -0.1688126027584076 -0.6563115715980530 1 <_> <_> 18 18 1 2 -1. <_> 18 19 1 1 2. 0 -1.8069280486088246e-004 -0.2755700945854187 2 <_> <_> 16 11 4 1 -1. <_> 17 12 2 1 2. 1 -2.7342080138623714e-003 0.4099690020084381 0.0312450490891933 <_> <_> <_> 5 0 4 3 -1. <_> 5 1 4 1 3. 0 -3.1896680593490601e-003 2 1 <_> <_> 13 10 4 1 -1. <_> 14 10 2 1 2. 0 -1.6777559649199247e-003 0.3167428076267242 -0.1304755955934525 <_> <_> 15 7 2 10 -1. <_> 15 7 1 5 2. <_> 16 12 1 5 2. 0 7.5925810961052775e-004 0.0823821797966957 0.7472177743911743 <_> <_> <_> 6 0 3 20 -1. <_> 6 10 3 10 2. 0 0.0176041796803474 1 2 <_> <_> 4 4 9 16 -1. <_> 4 8 9 8 2. 0 -0.2593610882759094 0.2695355117321014 -0.3399210870265961 <_> <_> 2 9 3 3 -1. <_> 3 9 1 3 3. 0 -2.4794649798423052e-003 0.5064327120780945 0.0279949903488159 <_> <_> <_> 3 1 9 6 -1. <_> 6 1 3 6 3. 0 -0.0572446398437023 -0.6963682174682617 1 <_> <_> 5 18 1 2 -1. <_> 5 19 1 1 2. 0 -2.9133851057849824e-004 -0.3191956877708435 2 <_> <_> 4 0 6 5 -1. <_> 6 0 2 5 3. 0 0.0308086797595024 0.1323781013488770 -0.7674993872642517 <_> <_> <_> 16 8 3 7 -1. <_> 17 9 1 7 3. 1 0.0280466601252556 1 0.6983258724212647 <_> <_> 15 3 3 7 -1. <_> 16 4 1 7 3. 1 -3.7829200737178326e-003 2 -0.2143892049789429 <_> <_> 18 3 1 15 -1. <_> 18 8 1 5 3. 0 -0.0139114698395133 0.3377845883369446 -0.0969437137246132 <_> <_> <_> 5 10 4 1 -1. <_> 6 10 2 1 2. 0 -9.6410012338310480e-004 0.2730368077754974 1 <_> <_> 7 8 3 12 -1. <_> 8 8 1 12 3. 0 -4.1028819978237152e-003 0.1893198043107987 2 <_> <_> 14 6 4 2 -1. <_> 14 6 2 1 2. <_> 16 7 2 1 2. 0 7.6512782834470272e-004 -0.3208284974098206 0.0818710774183273 <_> <_> <_> 5 18 2 2 -1. <_> 5 18 1 1 2. <_> 6 19 1 1 2. 0 -2.2203559638001025e-004 -0.2967920005321503 1 <_> <_> 8 18 2 2 -1. <_> 8 18 1 1 2. <_> 9 19 1 1 2. 0 -2.5135980104096234e-004 -0.2725948095321655 2 <_> <_> 3 18 2 2 -1. <_> 3 18 1 1 2. <_> 4 19 1 1 2. 0 -1.7842829402070493e-004 -0.2255162000656128 0.2910535037517548 <_> <_> <_> 6 4 3 6 -1. <_> 7 5 1 6 3. 1 0.0226796790957451 1 0.6059411168098450 <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 -1.4839429641142488e-003 0.5834652781486511 2 <_> <_> 0 8 12 3 -1. <_> 6 8 6 3 2. 0 -0.0977759063243866 -0.5198913812637329 -0.0213510394096375 <_> <_> <_> 9 10 6 2 -1. <_> 11 10 2 2 3. 0 -2.1942430175840855e-003 2 1 <_> <_> 8 5 9 8 -1. <_> 11 5 3 8 3. 0 0.0962721705436707 -0.2386004030704498 0.4520868062973023 <_> <_> 16 8 4 12 -1. <_> 16 14 4 6 2. 0 2.5899629108607769e-003 -0.3229970932006836 0.2317180931568146 <_> <_> <_> 9 16 10 4 -1. <_> 9 17 10 2 2. 0 5.4749320261180401e-003 1 0.2666141986846924 <_> <_> 12 0 1 20 -1. <_> 12 10 1 10 2. 0 -0.0149764101952314 -0.4752564132213593 2 <_> <_> 8 9 3 3 -1. <_> 9 10 1 1 9. 0 -7.3499558493494987e-003 0.3693670034408569 -0.1043708026409149 <_> <_> <_> 5 4 3 2 -1. <_> 6 4 1 2 3. 0 8.0258701927959919e-004 1 -0.2654511928558350 <_> <_> 4 0 4 5 -1. <_> 5 0 2 5 2. 0 -3.1779240816831589e-003 -0.2674618065357208 2 <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 -1.6361019515898079e-004 -0.1390241980552673 0.2970061004161835 <_> <_> <_> 4 10 5 3 -1. <_> 3 11 5 1 3. 1 -3.0408808961510658e-003 1 -0.1060713976621628 <_> <_> 0 0 4 12 -1. <_> 1 0 2 12 2. 0 -0.0129456296563149 -0.4286445081233978 2 <_> <_> 7 1 8 14 -1. <_> 9 1 4 14 2. 0 -0.0179836507886648 0.5325013995170593 6.2068658880889416e-003 <_> <_> <_> 5 14 7 3 -1. <_> 5 15 7 1 3. 0 3.5721210297197104e-003 1 0.2864323854446411 <_> <_> 15 7 4 2 -1. <_> 15 7 2 1 2. <_> 17 8 2 1 2. 0 3.3481561113148928e-003 2 0.5270841717720032 <_> <_> 8 18 3 1 -1. <_> 9 18 1 1 3. 0 -2.7103780303150415e-004 -0.4008390009403229 -0.0115977097302675 <_> <_> <_> 1 9 6 6 -1. <_> 1 12 6 3 2. 0 -0.0353154800832272 -0.6424800157546997 1 <_> <_> 9 4 5 3 -1. <_> 8 5 5 1 3. 1 -3.3448180183768272e-003 0.1679971069097519 2 <_> <_> 14 6 6 2 -1. <_> 14 6 3 2 2. 1 -0.0362117998301983 -0.4404557943344116 7.2158249095082283e-003 <_> <_> <_> 8 18 3 2 -1. <_> 9 18 1 2 3. 0 9.7624881891533732e-004 1 -0.3322376906871796 <_> <_> 9 16 2 2 -1. <_> 9 16 1 1 2. <_> 10 17 1 1 2. 0 3.9304429083131254e-004 2 -0.2951816916465759 <_> <_> 0 8 13 8 -1. <_> 0 10 13 4 2. 0 -0.0909601002931595 -0.2659667134284973 0.1909102052450180 <_> <_> <_> 12 6 4 7 -1. <_> 13 6 2 7 2. 0 -9.7260335460305214e-003 0.4341684877872467 1 <_> <_> 5 6 5 3 -1. <_> 5 7 5 1 3. 0 6.3109961338341236e-003 2 0.3677924871444702 <_> <_> 11 18 2 2 -1. <_> 11 18 1 1 2. <_> 12 19 1 1 2. 0 -1.8113269470632076e-004 -0.3860920071601868 -0.0214635804295540 -1.3826370239257813 14 -1 <_> <_> <_> <_> 12 9 6 2 -1. <_> 14 9 2 2 3. 0 0.0210841801017523 2 1 <_> <_> 0 9 6 2 -1. <_> 2 9 2 2 3. 0 -2.1115990821272135e-003 0.7790507078170776 -0.0917176082730293 <_> <_> 2 7 4 6 -1. <_> 3 7 2 6 2. 0 -3.7253301125019789e-003 0.0356180481612682 -0.3550969958305359 <_> <_> <_> 6 4 10 4 -1. <_> 6 6 10 2 2. 0 -0.0492248684167862 2 1 <_> <_> 9 5 2 4 -1. <_> 9 7 2 2 2. 0 -0.0122567899525166 0.2337438017129898 -0.2072678953409195 <_> <_> 15 9 2 2 -1. <_> 16 9 1 2 2. 0 -1.7591969808563590e-003 0.7123113274574280 0.1546854972839356 <_> <_> <_> 0 15 20 4 -1. <_> 5 15 10 4 2. 0 -0.0130725698545575 1 -0.1741334944963455 <_> <_> 10 9 1 8 -1. <_> 10 13 1 4 2. 0 0.0107139898464084 -0.1303748935461044 2 <_> <_> 8 17 4 3 -1. <_> 9 17 2 3 2. 0 2.7589630335569382e-003 0.4328486919403076 -0.6620224118232727 <_> <_> <_> 0 17 1 3 -1. <_> 0 18 1 1 3. 0 -7.0322921965271235e-004 -0.4283882081508637 1 <_> <_> 18 6 2 1 -1. <_> 18 6 1 1 2. 1 3.2859561033546925e-003 2 -0.4592688083648682 <_> <_> 0 15 1 4 -1. <_> 0 16 1 2 2. 0 -1.5731799649074674e-003 -0.4618245959281921 0.1785615980625153 <_> <_> <_> 7 16 6 2 -1. <_> 9 16 2 2 3. 0 -6.4174369908869267e-003 -0.5426235198974609 1 <_> <_> 5 10 3 1 -1. <_> 6 10 1 1 3. 0 1.6610589809715748e-003 -0.0642739832401276 2 <_> <_> 4 16 8 4 -1. <_> 6 16 4 4 2. 0 0.0150998104363680 0.4024465978145599 -0.6233041882514954 <_> <_> <_> 0 6 1 3 -1. <_> 0 7 1 1 3. 0 1.6554270405322313e-003 1 -0.4595316052436829 <_> <_> 1 7 4 1 -1. <_> 2 8 2 1 2. 1 -3.3705390524119139e-003 0.3076973855495453 2 <_> <_> 5 4 1 8 -1. <_> 5 8 1 4 2. 0 -0.0105688702315092 0.2830668985843658 -0.1551387012004852 <_> <_> <_> 7 1 5 4 -1. <_> 7 3 5 2 2. 0 -0.0154609903693199 2 1 <_> <_> 7 1 5 4 -1. <_> 7 3 5 2 2. 0 0.0105630801990628 -0.2353373020887375 0.1786361038684845 <_> <_> 18 0 2 4 -1. <_> 18 1 2 2 2. 0 -2.5313820224255323e-003 -0.3978996872901917 0.3467324972152710 <_> <_> <_> 0 0 8 3 -1. <_> 4 0 4 3 2. 0 -0.0113705396652222 1 2 <_> <_> 0 0 2 2 -1. <_> 0 1 2 1 2. 0 5.1206751959398389e-004 0.3586297035217285 -0.2671576142311096 <_> <_> 14 0 6 1 -1. <_> 17 0 3 1 2. 0 2.0633509848266840e-003 -0.2380741983652115 0.0895444527268410 <_> <_> <_> 6 2 3 3 -1. <_> 5 3 3 1 3. 1 6.1831250786781311e-003 1 -0.3458926081657410 <_> <_> 13 4 2 2 -1. <_> 13 5 2 1 2. 0 -1.5297930222004652e-003 2 -0.0577442608773708 <_> <_> 18 4 2 3 -1. <_> 18 5 2 1 3. 0 -1.4521819539368153e-003 -0.2264368981122971 0.3349255919456482 <_> <_> <_> 17 0 3 4 -1. <_> 18 1 1 4 3. 1 9.1494834050536156e-003 1 -0.4510245919227600 <_> <_> 16 1 4 4 -1. <_> 17 2 2 4 2. 1 -7.8258356079459190e-003 -0.2057424038648605 2 <_> <_> 6 9 6 9 -1. <_> 8 9 2 9 3. 0 -9.1795083135366440e-003 0.2806491851806641 -0.0194000694900751 <_> <_> <_> 6 8 2 5 -1. <_> 7 8 1 5 2. 0 5.2864141762256622e-003 1 0.3874262869358063 <_> <_> 4 3 3 4 -1. <_> 5 4 1 4 3. 1 -0.0118954097852111 0.3312286138534546 2 <_> <_> 0 18 1 2 -1. <_> 0 19 1 1 2. 0 -2.9768719105049968e-004 -0.4147309958934784 -0.0460053011775017 <_> <_> <_> 15 13 5 4 -1. <_> 15 14 5 2 2. 0 -9.9406214430928230e-003 -0.6051043868064880 1 <_> <_> 19 11 1 2 -1. <_> 19 12 1 1 2. 0 1.8322050891583785e-005 -0.1504936069250107 2 <_> <_> 12 8 3 2 -1. <_> 13 9 1 2 3. 1 -8.9074727147817612e-003 0.4375177025794983 0.0445320010185242 <_> <_> <_> 15 15 1 2 -1. <_> 15 16 1 1 2. 0 2.7458940166980028e-004 1 2 <_> <_> 14 15 2 3 -1. <_> 15 15 1 3 2. 0 -1.0605080024106428e-004 0.0342435203492641 -0.3191792070865631 <_> <_> 14 4 4 3 -1. <_> 13 5 4 1 3. 1 0.0134314503520727 0.0542852804064751 0.5108212828636169 <_> <_> <_> 3 17 1 3 -1. <_> 3 18 1 1 3. 0 1.7373449736624025e-005 -0.1385859996080399 1 <_> <_> 2 18 6 2 -1. <_> 2 19 6 1 2. 0 2.6647070626495406e-005 2 0.2907449901103973 <_> <_> 2 16 3 3 -1. <_> 2 17 3 1 3. 0 2.8135200409451500e-005 -0.5269315838813782 0.0616778694093227 <_> <_> <_> 16 0 4 19 -1. <_> 17 0 2 19 2. 0 -1.4079789980314672e-004 1 -0.1432975977659226 <_> <_> 5 16 6 4 -1. <_> 7 16 2 4 3. 0 -0.0103112598881125 -0.4795865118503571 2 <_> <_> 5 6 6 6 -1. <_> 7 8 2 2 9. 0 -0.0278668403625488 0.3822689950466156 0.0106300497427583 <_> <_> <_> 17 0 2 2 -1. <_> 17 0 2 1 2. 1 5.8228662237524986e-003 1 0.2977659106254578 <_> <_> 8 1 12 2 -1. <_> 14 1 6 2 2. 0 -8.7669547647237778e-003 2 -0.1812476068735123 <_> <_> 0 0 20 2 -1. <_> 0 1 20 1 2. 0 -2.8466230724006891e-003 -0.2423758953809738 0.3013916015625000 <_> <_> <_> 18 0 2 2 -1. <_> 18 0 1 2 2. 1 6.4540808089077473e-003 1 -0.4791144132614136 <_> <_> 17 2 3 3 -1. <_> 18 3 1 3 3. 1 6.9421119987964630e-003 2 -0.3898383080959320 <_> <_> 3 0 4 3 -1. <_> 2 1 4 1 3. 1 -7.1991360746324062e-003 -0.3809966146945953 0.1302327960729599 <_> <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 0.0130202602595091 1 0.4958218038082123 <_> <_> 12 0 1 6 -1. <_> 12 2 1 2 3. 0 -0.0101138101890683 0.4556333124637604 2 <_> <_> 6 4 3 4 -1. <_> 7 5 1 4 3. 1 -0.0191832892596722 0.3351813852787018 -0.1193813011050224 <_> <_> <_> 9 13 2 2 -1. <_> 9 14 2 1 2. 0 1.0314499959349632e-003 1 2 <_> <_> 15 15 2 2 -1. <_> 16 15 1 2 2. 0 5.7669691159389913e-005 -0.3597772121429443 0.0260546803474426 <_> <_> 15 12 5 6 -1. <_> 15 15 5 3 2. 0 0.0504474304616451 0.1676117032766342 -0.2897059917449951 <_> <_> <_> 3 1 1 3 -1. <_> 2 2 1 1 3. 1 3.7453400436788797e-003 1 -0.4643307924270630 <_> <_> 15 14 2 2 -1. <_> 15 14 1 1 2. <_> 16 15 1 1 2. 0 4.7667181206634268e-005 2 0.1861021071672440 <_> <_> 15 14 2 2 -1. <_> 15 14 1 1 2. <_> 16 15 1 1 2. 0 -5.3708041377831250e-005 0.0562889389693737 -0.4242719113826752 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 2 2. 1 -6.5939482301473618e-003 -0.4742371141910553 1 <_> <_> 13 0 6 6 -1. <_> 15 0 2 6 3. 0 -0.0215480793267488 -0.4293774068355560 2 <_> <_> 15 3 5 3 -1. <_> 14 4 5 1 3. 1 0.0131881395354867 0.0116776097565889 0.4244090020656586 <_> <_> <_> 5 15 10 2 -1. <_> 10 15 5 2 2. 0 0.0120911896228790 1 0.2361122965812683 <_> <_> 9 16 2 1 -1. <_> 10 16 1 1 2. 0 -6.2589373555965722e-005 2 -0.2182220071554184 <_> <_> 2 14 4 2 -1. <_> 2 14 4 1 2. 1 1.9446300575509667e-003 -0.0254042092710733 0.4290224015712738 <_> <_> <_> 17 14 3 3 -1. <_> 16 15 3 1 3. 1 7.7299331314861774e-003 1 -0.5352454781532288 <_> <_> 18 14 1 4 -1. <_> 17 15 1 2 2. 1 -3.7915860302746296e-003 -0.4354627132415772 2 <_> <_> 1 13 5 3 -1. <_> 1 14 5 1 3. 0 4.3860040605068207e-003 0.1257684975862503 -0.2814899981021881 <_> <_> <_> 3 12 1 2 -1. <_> 3 12 1 1 2. 1 -9.4350852305069566e-004 1 -0.1702273041009903 <_> <_> 18 4 2 4 -1. <_> 18 6 2 2 2. 0 -1.1670179665088654e-003 0.2614187002182007 2 <_> <_> 18 0 1 2 -1. <_> 18 0 1 1 2. 1 2.9260620940476656e-003 -0.1743763983249664 0.3853029906749725 <_> <_> <_> 1 14 8 2 -1. <_> 1 15 8 1 2. 0 0.0145933004096150 1 -0.5510435104370117 <_> <_> 16 2 4 3 -1. <_> 15 3 4 1 3. 1 7.9177077859640121e-003 2 0.2770389020442963 <_> <_> 16 2 2 4 -1. <_> 16 4 2 2 2. 0 -3.1372120138257742e-003 0.1309324055910111 -0.1695434004068375 <_> <_> <_> 19 5 1 3 -1. <_> 19 6 1 1 3. 0 -9.2021061573177576e-004 1 2 <_> <_> 11 6 4 6 -1. <_> 12 6 2 6 2. 0 -0.0104462597519159 0.4446859955787659 -0.3947739899158478 <_> <_> 3 9 6 3 -1. <_> 5 9 2 3 3. 0 -8.3597414195537567e-003 0.3490968048572540 -0.0108871804550290 <_> <_> <_> 2 8 4 12 -1. <_> 2 8 2 6 2. <_> 4 14 2 6 2. 0 -9.7741633653640747e-003 0.2115772068500519 1 <_> <_> 12 5 6 1 -1. <_> 12 5 3 1 2. 1 0.0125870797783136 -0.1454294025897980 2 <_> <_> 7 9 12 5 -1. <_> 13 9 6 5 2. 0 -1.4933859929442406e-003 -0.1509823054075241 0.5079010128974915 <_> <_> <_> 13 9 6 3 -1. <_> 13 10 6 1 3. 0 -5.0530377775430679e-003 -0.2384579032659531 1 <_> <_> 19 18 1 2 -1. <_> 19 19 1 1 2. 0 -2.5890849065035582e-004 -0.2515332102775574 2 <_> <_> 19 17 1 3 -1. <_> 19 18 1 1 3. 0 4.8418638471048325e-005 -0.0245332103222609 0.3037635087966919 <_> <_> <_> 15 9 2 4 -1. <_> 15 9 1 2 2. <_> 16 11 1 2 2. 0 2.3038890212774277e-003 1 0.2812586128711700 <_> <_> 16 5 4 3 -1. <_> 16 6 4 1 3. 0 3.6540660075843334e-003 2 -0.3696573972702026 <_> <_> 5 0 3 3 -1. <_> 4 1 3 1 3. 1 -3.3346249256283045e-003 -0.3026607930660248 0.0882874205708504 <_> <_> <_> 10 1 6 3 -1. <_> 12 1 2 3 3. 0 -0.0119753498584032 -0.4636023938655853 1 <_> <_> 13 9 3 1 -1. <_> 14 9 1 1 3. 0 -1.8564870115369558e-003 0.3994201123714447 2 <_> <_> 0 2 6 4 -1. <_> 0 2 3 2 2. <_> 3 4 3 2 2. 0 1.5760740498080850e-003 -0.1105775013566017 0.1678290963172913 <_> <_> <_> 0 8 19 4 -1. <_> 0 9 19 2 2. 0 0.0412103496491909 1 -0.6894599199295044 <_> <_> 7 5 3 6 -1. <_> 8 7 1 2 9. 0 -0.0106351096183062 2 -0.0958253890275955 <_> <_> 4 4 1 3 -1. <_> 3 5 1 1 3. 1 -3.3335660118609667e-003 -0.4643732011318207 0.2210482060909271 <_> <_> <_> 0 2 4 4 -1. <_> 0 2 2 2 2. <_> 2 4 2 2 2. 0 -2.4082309100776911e-003 0.2012844979763031 1 <_> <_> 5 0 3 3 -1. <_> 6 1 1 1 9. 0 5.5890781804919243e-003 2 -0.5231484174728394 <_> <_> 19 2 1 3 -1. <_> 19 3 1 1 3. 0 1.2177750468254089e-003 0.0313679501414299 -0.4103857874870300 <_> <_> <_> 7 6 5 3 -1. <_> 7 7 5 1 3. 0 8.6324941366910934e-003 1 0.3174157142639160 <_> <_> 7 5 1 4 -1. <_> 6 6 1 2 2. 1 3.8473210297524929e-003 2 -0.4385162889957428 <_> <_> 14 10 2 1 -1. <_> 15 10 1 1 2. 0 -1.8842349527403712e-003 0.3814085125923157 -0.0601031705737114 -1.2412749528884888 15 -1 <_> <_> <_> <_> 6 10 9 2 -1. <_> 9 10 3 2 3. 0 -0.0236759595572948 1 -0.3530888855457306 <_> <_> 15 5 2 6 -1. <_> 15 5 1 3 2. <_> 16 8 1 3 2. 0 -2.0480139646679163e-003 0.6987838745117188 2 <_> <_> 5 10 2 2 -1. <_> 6 10 1 2 2. 0 8.1840698840096593e-004 -0.2836767137050629 0.4166736900806427 <_> <_> <_> 6 10 2 2 -1. <_> 6 10 1 1 2. <_> 7 11 1 1 2. 0 1.2784999562427402e-003 1 2 <_> <_> 5 9 4 2 -1. <_> 6 9 2 2 2. 0 -3.4423400647938251e-003 0.3380788862705231 -0.1665703952312470 <_> <_> 12 10 4 4 -1. <_> 12 10 4 2 2. 1 -7.4483961798250675e-003 0.6459196805953980 -0.2201852947473526 <_> <_> <_> 0 9 3 10 -1. <_> 0 14 3 5 2. 0 0.0111794704571366 -0.3255267143249512 1 <_> <_> 3 3 15 9 -1. <_> 8 6 5 3 9. 0 -0.2319609969854355 2 -0.0831679776310921 <_> <_> 8 1 8 18 -1. <_> 8 1 4 9 2. <_> 12 10 4 9 2. 0 -0.0431337095797062 -0.1617254018783569 0.4620975852012634 <_> <_> <_> 3 6 3 11 -1. <_> 4 6 1 11 3. 0 -1.9728920597117394e-004 1 -0.1566779017448425 <_> <_> 11 8 4 3 -1. <_> 12 8 2 3 2. 0 -2.3259329609572887e-003 0.3691489994525909 2 <_> <_> 17 8 2 3 -1. <_> 16 9 2 1 3. 1 -0.0103200804442167 0.4801501929759979 -0.0890616029500961 <_> <_> <_> 3 1 6 5 -1. <_> 5 1 2 5 3. 0 -0.0200409702956676 -0.5696743726730347 1 <_> <_> 6 18 2 2 -1. <_> 6 18 1 1 2. <_> 7 19 1 1 2. 0 -2.4495070101693273e-004 -0.2371329963207245 2 <_> <_> 9 18 3 2 -1. <_> 10 18 1 2 3. 0 -1.1836830526590347e-003 -0.3467139005661011 0.1447501927614212 <_> <_> <_> 15 6 4 9 -1. <_> 16 6 2 9 2. 0 -2.6744368951767683e-003 1 -0.1266171038150787 <_> <_> 6 9 6 5 -1. <_> 8 9 2 5 3. 0 -5.1904888823628426e-003 2 -0.0646489933133125 <_> <_> 15 4 3 15 -1. <_> 16 4 1 15 3. 0 -0.0198881290853024 -0.4544137120246887 0.3984945118427277 <_> <_> <_> 14 4 2 16 -1. <_> 14 12 2 8 2. 0 -5.7462421245872974e-003 -0.3676187098026276 1 <_> <_> 12 2 4 2 -1. <_> 12 3 4 1 2. 0 4.4583589769899845e-003 2 0.3843587040901184 <_> <_> 19 5 1 6 -1. <_> 19 8 1 3 2. 0 -0.0125189498066902 -0.6190282702445984 0.0190506093204021 <_> <_> <_> 5 0 9 6 -1. <_> 5 2 9 2 3. 0 -0.0777342766523361 0.5540528297424316 1 <_> <_> 6 3 3 3 -1. <_> 5 4 3 1 3. 1 6.7193829454481602e-003 2 -0.4130884110927582 <_> <_> 17 4 3 1 -1. <_> 18 5 1 1 3. 1 1.6520710196346045e-003 0.0732806622982025 -0.2858909070491791 <_> <_> <_> 8 5 9 4 -1. <_> 8 6 9 2 2. 0 0.0212263502180576 1 0.3687183856964111 <_> <_> 9 7 4 3 -1. <_> 8 8 4 1 3. 1 0.0112314503639936 2 0.3559111058712006 <_> <_> 0 18 2 2 -1. <_> 0 18 1 1 2. <_> 1 19 1 1 2. 0 -1.8163130152970552e-004 -0.3378145992755890 -8.1584807485342026e-003 <_> <_> <_> 0 9 10 4 -1. <_> 0 10 10 2 2. 0 0.0287261605262756 1 -0.7275102138519287 <_> <_> 17 8 3 3 -1. <_> 16 9 3 1 3. 1 5.0780461169779301e-003 2 0.2664999961853027 <_> <_> 14 4 3 16 -1. <_> 15 4 1 16 3. 0 -5.1352521404623985e-004 0.1107368022203445 -0.1820607930421829 <_> <_> <_> 15 4 4 1 -1. <_> 16 5 2 1 2. 1 -3.8125980645418167e-003 -0.2837412953376770 1 <_> <_> 14 6 4 2 -1. <_> 14 6 2 1 2. <_> 16 7 2 1 2. 0 9.1425428399816155e-004 2 0.2425926029682159 <_> <_> 15 5 5 3 -1. <_> 15 6 5 1 3. 0 1.0090490104630589e-003 0.0601511783897877 -0.2703930139541626 <_> <_> <_> 0 0 6 20 -1. <_> 2 0 2 20 3. 0 -0.0785531401634216 -0.5580484271049500 1 <_> <_> 1 7 4 9 -1. <_> 2 7 2 9 2. 0 -6.5192081965506077e-003 0.2555760145187378 2 <_> <_> 1 19 4 1 -1. <_> 3 19 2 1 2. 0 2.0706290379166603e-003 -0.1060080006718636 0.2722511887550354 <_> <_> <_> 2 0 5 2 -1. <_> 2 0 5 1 2. 1 0.0135557800531387 1 -0.4807383120059967 <_> <_> 18 16 1 2 -1. <_> 18 17 1 1 2. 0 7.0873757067602128e-005 -0.1349904984235764 2 <_> <_> 7 9 3 1 -1. <_> 8 9 1 1 3. 0 -1.4444560511037707e-003 0.4376215040683746 0.0483292602002621 <_> <_> <_> 5 5 1 8 -1. <_> 5 7 1 4 2. 0 -3.6353049799799919e-003 1 -0.1274320930242539 <_> <_> 9 9 3 2 -1. <_> 10 10 1 2 3. 1 -2.7163419872522354e-003 0.3370848894119263 2 <_> <_> 9 5 2 7 -1. <_> 10 5 1 7 2. 0 -7.4552530422806740e-003 0.5489431023597717 -0.1023833006620407 <_> <_> <_> 0 17 11 3 -1. <_> 0 18 11 1 3. 0 1.8306199926882982e-003 1 2 <_> <_> 6 14 5 4 -1. <_> 6 15 5 2 2. 0 3.5198179539293051e-003 -0.2461228072643280 0.1589493006467819 <_> <_> 3 18 1 2 -1. <_> 3 19 1 1 2. 0 -3.0126908677630126e-004 -0.2778500020503998 0.2390199005603790 <_> <_> <_> 2 7 11 2 -1. <_> 2 8 11 1 2. 0 3.1999459024518728e-003 2 1 <_> <_> 7 7 3 6 -1. <_> 7 9 3 2 3. 0 1.4862619573250413e-003 0.4773843884468079 -0.0313458889722824 <_> <_> 12 0 8 3 -1. <_> 14 0 4 3 2. 0 -1.3004139764234424e-003 0.0710472464561462 -0.2155686020851135 <_> <_> <_> 2 2 16 1 -1. <_> 10 2 8 1 2. 0 0.0155830001458526 1 0.2718724906444550 <_> <_> 10 0 6 3 -1. <_> 12 0 2 3 3. 0 7.6356581412255764e-003 2 -0.5107421875000000 <_> <_> 11 8 7 4 -1. <_> 11 9 7 2 2. 0 -1.4318820321932435e-003 -0.1514018028974533 0.1420744955539703 <_> <_> <_> 8 7 4 3 -1. <_> 8 8 4 1 3. 0 -6.7814798094332218e-003 1 2 <_> <_> 5 8 11 12 -1. <_> 5 12 11 4 3. 0 -0.1180920004844666 -0.6956285834312439 0.3327071070671082 <_> <_> 11 7 6 3 -1. <_> 13 9 2 3 3. 1 -0.0282771904021502 0.1113525032997131 -0.1749171018600464 <_> <_> <_> 3 2 15 6 -1. <_> 3 4 15 2 3. 0 -0.0370332412421703 0.2888549864292145 1 <_> <_> 3 0 3 9 -1. <_> 4 0 1 9 3. 0 -4.9177031032741070e-003 -0.4096606075763702 2 <_> <_> 8 18 2 2 -1. <_> 8 18 1 1 2. <_> 9 19 1 1 2. 0 -2.7518879505805671e-004 -0.3116033077239990 0.0609950199723244 <_> <_> <_> 15 0 4 1 -1. <_> 16 0 2 1 2. 0 -2.3584270384162664e-003 -0.5984649062156677 1 <_> <_> 17 0 3 2 -1. <_> 17 0 3 1 2. 1 -3.5775059368461370e-003 0.2460305988788605 2 <_> <_> 10 0 9 6 -1. <_> 13 0 3 6 3. 0 -4.1078119538724422e-003 0.0851800069212914 -0.2062902003526688 <_> <_> <_> 15 6 3 6 -1. <_> 16 7 1 6 3. 1 0.0153008503839374 1 0.3005751073360443 <_> <_> 14 7 5 3 -1. <_> 14 8 5 1 3. 0 -0.0154834799468517 -0.6835088133811951 2 <_> <_> 16 11 4 4 -1. <_> 17 12 2 4 2. 1 -5.7852710597217083e-003 0.2010021060705185 -0.0906077399849892 <_> <_> <_> 16 10 4 5 -1. <_> 17 11 2 5 2. 1 0.0144483102485538 1 0.2673301100730896 <_> <_> 10 4 9 3 -1. <_> 13 4 3 3 3. 0 -0.0313303098082542 -0.5228815078735352 2 <_> <_> 5 9 2 4 -1. <_> 5 9 1 2 2. <_> 6 11 1 2 2. 0 -3.0594000127166510e-003 0.4095020890235901 -0.0658239796757698 <_> <_> <_> 18 6 2 8 -1. <_> 19 6 1 8 2. 0 -1.8781309481710196e-003 -0.2546320855617523 1 <_> <_> 19 3 1 15 -1. <_> 19 8 1 5 3. 0 -5.8503728359937668e-003 2 -0.1226999983191490 <_> <_> 8 9 12 2 -1. <_> 14 9 6 2 2. 0 2.6462681125849485e-003 -0.0792164579033852 0.2920346856117249 <_> <_> <_> 18 1 2 10 -1. <_> 19 1 1 10 2. 0 1.3989449944347143e-003 0.1214852035045624 1 <_> <_> 5 4 3 4 -1. <_> 6 5 1 4 3. 1 9.7635984420776367e-003 2 0.2711051106452942 <_> <_> 4 4 4 3 -1. <_> 5 5 2 3 2. 1 -9.4864349812269211e-003 0.1017689034342766 -0.3215374052524567 <_> <_> <_> 10 18 4 1 -1. <_> 11 18 2 1 2. 0 1.5739769442006946e-003 1 -0.5990861058235169 <_> <_> 0 4 3 3 -1. <_> 0 5 3 1 3. 0 4.9365921877324581e-003 2 -0.3875274062156677 <_> <_> 8 5 4 1 -1. <_> 9 5 2 1 2. 0 -5.0848699174821377e-004 -0.1305653005838394 0.1271194070577622 <_> <_> <_> 12 8 8 8 -1. <_> 12 10 8 4 2. 0 -0.0963752716779709 -0.6882132887840271 1 <_> <_> 7 7 8 7 -1. <_> 11 7 4 7 2. 0 -0.0803755968809128 0.4142817854881287 2 <_> <_> 11 7 4 4 -1. <_> 10 8 4 2 2. 1 -5.4449690505862236e-003 0.0821799263358116 -0.1803694069385529 <_> <_> <_> 5 5 9 3 -1. <_> 4 6 9 1 3. 1 -7.6126731000840664e-003 0.1751305013895035 1 <_> <_> 6 9 4 3 -1. <_> 5 10 4 1 3. 1 -3.1007949728518724e-003 2 -0.2153412997722626 <_> <_> 12 4 8 6 -1. <_> 10 6 8 2 3. 1 -0.0207996107637882 0.2902660965919495 -0.2175351977348328 <_> <_> <_> 9 3 10 5 -1. <_> 9 3 5 5 2. 1 -0.1721380054950714 0.2273959070444107 1 <_> <_> 15 11 4 2 -1. <_> 16 11 2 2 2. 0 -1.7464880365878344e-003 0.1324007064104080 2 <_> <_> 8 8 8 10 -1. <_> 8 8 4 5 2. <_> 12 13 4 5 2. 0 -0.0684165209531784 -0.6243054270744324 -0.1054963991045952 <_> <_> <_> 16 0 4 3 -1. <_> 15 1 4 1 3. 1 -0.0190705303102732 0.5503386855125427 1 <_> <_> 17 18 1 2 -1. <_> 17 19 1 1 2. 0 -2.8794098761864007e-004 -0.3456557989120483 2 <_> <_> 13 18 7 2 -1. <_> 13 19 7 1 2. 0 7.3958968278020620e-004 0.1893478035926819 -0.0887412428855896 <_> <_> <_> 5 5 1 4 -1. <_> 4 6 1 2 2. 1 -7.5153419747948647e-003 -0.4579710066318512 1 <_> <_> 2 4 2 4 -1. <_> 2 6 2 2 2. 0 -1.2848030310124159e-003 0.1282548010349274 2 <_> <_> 1 3 4 4 -1. <_> 1 3 2 2 2. <_> 3 5 2 2 2. 0 1.2194210430607200e-003 -0.2963027954101563 0.1925449967384338 <_> <_> <_> 0 0 7 12 -1. <_> 0 6 7 6 2. 0 -0.1616967022418976 1 2 <_> <_> 1 0 15 4 -1. <_> 1 1 15 2 2. 0 0.0147475600242615 -0.4486814141273499 0.1394135057926178 <_> <_> 14 3 3 14 -1. <_> 15 3 1 14 3. 0 -8.4396981401368976e-004 0.2038775980472565 -0.0569351091980934 <_> <_> <_> 19 16 1 2 -1. <_> 19 16 1 1 2. 1 -1.2965890346094966e-004 1 -0.1472209990024567 <_> <_> 3 4 4 6 -1. <_> 3 7 4 3 2. 0 -0.0137764196842909 0.2403997033834457 2 <_> <_> 9 5 5 3 -1. <_> 9 6 5 1 3. 0 -9.4375656917691231e-003 0.5507773756980896 -0.1587789058685303 <_> <_> <_> 17 16 2 1 -1. <_> 18 16 1 1 2. 0 1.1291690316284075e-004 1 0.1376917958259583 <_> <_> 8 17 12 3 -1. <_> 11 17 6 3 2. 0 6.6032530739903450e-003 -0.2590306997299194 2 <_> <_> 1 12 3 3 -1. <_> 1 13 3 1 3. 0 2.0985701121389866e-003 0.2329708933830261 -0.3715226054191589 <_> <_> <_> 7 17 8 2 -1. <_> 11 17 4 2 2. 0 -1.8329389858990908e-003 2 1 <_> <_> 13 17 4 2 -1. <_> 13 18 4 1 2. 0 -1.6420709434896708e-003 0.3599174916744232 -0.1540133953094482 <_> <_> 11 17 6 3 -1. <_> 13 17 2 3 3. 0 6.7886798642575741e-003 0.1858129054307938 -0.6726999878883362 <_> <_> <_> 6 8 3 4 -1. <_> 6 10 3 2 2. 0 1.6932019498199224e-003 -0.1325549930334091 1 <_> <_> 6 8 3 6 -1. <_> 7 10 1 2 9. 0 -0.0100552495568991 0.3814426064491272 2 <_> <_> 7 4 3 5 -1. <_> 8 4 1 5 3. 0 -3.1679549720138311e-003 0.3222404122352600 -0.0853457227349281 <_> <_> <_> 16 18 2 2 -1. <_> 16 18 1 1 2. <_> 17 19 1 1 2. 0 2.4724518880248070e-004 2 1 <_> <_> 12 0 8 1 -1. <_> 14 0 4 1 2. 0 -2.4610899854451418e-003 0.2450456023216248 -0.4206804931163788 <_> <_> 16 17 2 2 -1. <_> 16 17 1 1 2. <_> 17 18 1 1 2. 0 4.2370590381324291e-004 0.0967313721776009 -0.3669528067111969 <_> <_> <_> 1 0 4 1 -1. <_> 2 1 2 1 2. 1 -2.3991330526769161e-003 1 2 <_> <_> 3 0 5 10 -1. <_> 3 5 5 5 2. 0 -0.1054356992244721 -0.7381129860877991 0.2855102121829987 <_> <_> 4 2 3 2 -1. <_> 4 3 3 1 2. 0 -2.9867719858884811e-003 0.1929198950529099 -0.1480572968721390 <_> <_> <_> 8 9 8 2 -1. <_> 10 9 4 2 2. 0 -4.0492648258805275e-003 0.1076650023460388 1 <_> <_> 13 10 2 3 -1. <_> 14 10 1 3 2. 0 -1.1622729944065213e-003 2 -0.2770144939422607 <_> <_> 11 6 1 10 -1. <_> 11 6 1 5 2. 1 -0.0278573296964169 0.3959366083145142 -0.2095472067594528 <_> <_> <_> 5 15 12 2 -1. <_> 11 15 6 2 2. 0 8.1511605530977249e-003 2 1 <_> <_> 6 3 14 2 -1. <_> 6 3 14 1 2. 1 0.0151263196021318 0.0686264634132385 0.5377206802368164 <_> <_> 15 1 5 10 -1. <_> 15 6 5 5 2. 0 -0.1102060005068779 -0.4916143119335175 -0.0447802394628525 <_> <_> <_> 18 10 2 2 -1. <_> 18 10 2 1 2. 1 -1.6588929574936628e-003 1 2 <_> <_> 12 4 8 3 -1. <_> 14 6 4 3 2. 1 -0.0345302782952785 0.3673436939716339 -0.0255865901708603 <_> <_> 2 0 16 2 -1. <_> 2 0 8 1 2. <_> 10 1 8 1 2. 0 1.0060180211439729e-003 0.0274656191468239 -0.3497331142425537 <_> <_> <_> 0 11 4 8 -1. <_> 0 13 4 4 2. 0 -0.0288439095020294 -0.6510087847709656 1 <_> <_> 8 16 2 2 -1. <_> 8 16 1 1 2. <_> 9 17 1 1 2. 0 2.4647780810482800e-004 2 -0.1841081976890564 <_> <_> 6 0 12 2 -1. <_> 6 0 6 1 2. <_> 12 1 6 1 2. 0 -7.4189889710396528e-004 -0.0909421071410179 0.2252171933650971 -1.2084549665451050 16 -1 <_> <_> <_> <_> 0 8 6 3 -1. <_> 2 8 2 3 3. 0 -0.0124075999483466 1 2 <_> <_> 2 2 13 2 -1. <_> 2 2 13 1 2. 1 -0.0119028203189373 0.6896551847457886 -0.1357915997505188 <_> <_> 0 7 20 13 -1. <_> 5 7 10 13 2. 0 -0.0552386492490768 -0.0443371683359146 -0.4544630050659180 <_> <_> <_> 15 10 4 2 -1. <_> 15 10 2 1 2. <_> 17 11 2 1 2. 0 3.3332619350403547e-003 1 2 <_> <_> 16 12 2 6 -1. <_> 16 15 2 3 2. 0 4.8620607703924179e-003 -0.3187302947044373 0.0701810494065285 <_> <_> 17 11 1 3 -1. <_> 16 12 1 1 3. 1 -3.1632129102945328e-003 -0.3216075897216797 0.7013186812400818 <_> <_> <_> 0 0 16 9 -1. <_> 0 3 16 3 3. 0 0.1859204024076462 1 0.3419271111488342 <_> <_> 0 15 6 4 -1. <_> 0 17 6 2 2. 0 3.1807690393179655e-003 -0.3331351876258850 2 <_> <_> 14 5 3 6 -1. <_> 14 7 3 2 3. 0 -9.4139128923416138e-003 0.3209159076213837 -0.1249106004834175 <_> <_> <_> 16 8 3 5 -1. <_> 17 8 1 5 3. 0 6.5205397550016642e-004 1 -0.2381155937910080 <_> <_> 7 10 6 8 -1. <_> 9 10 2 8 3. 0 -5.0521180965006351e-003 2 -0.1415542066097260 <_> <_> 14 11 5 4 -1. <_> 13 12 5 2 2. 1 7.6105687767267227e-003 0.3218216896057129 -0.2479781061410904 <_> <_> <_> 14 9 4 3 -1. <_> 15 9 2 3 2. 0 -1.6043110517784953e-003 0.1988386064767838 1 <_> <_> 5 9 9 1 -1. <_> 8 9 3 1 3. 0 -0.0274497494101524 -0.6958116888999939 2 <_> <_> 16 1 3 6 -1. <_> 17 1 1 6 3. 0 5.6960887741297483e-004 0.0507239289581776 -0.2921861112117767 <_> <_> <_> 10 3 10 2 -1. <_> 10 3 5 1 2. <_> 15 4 5 1 2. 0 2.7564789634197950e-003 1 0.2091111987829208 <_> <_> 2 1 18 1 -1. <_> 8 1 6 1 3. 0 -0.0110589200630784 2 -0.2451695054769516 <_> <_> 14 3 5 4 -1. <_> 13 4 5 2 2. 1 5.1102549768984318e-003 -0.1065843999385834 0.4021154940128326 <_> <_> <_> 4 0 4 4 -1. <_> 5 0 2 4 2. 0 4.5064617879688740e-003 1 -0.4630064070224762 <_> <_> 12 1 4 5 -1. <_> 13 1 2 5 2. 0 4.2800018563866615e-003 2 -0.3939634859561920 <_> <_> 9 9 7 3 -1. <_> 9 10 7 1 3. 0 7.8124259598553181e-003 0.1413034051656723 -0.2867102026939392 <_> <_> <_> 19 3 1 16 -1. <_> 19 11 1 8 2. 0 0.0448360592126846 1 -0.5025771260261536 <_> <_> 4 0 16 3 -1. <_> 8 0 8 3 2. 0 0.0179867409169674 2 0.3131875991821289 <_> <_> 8 0 12 3 -1. <_> 12 0 4 3 3. 0 -6.0726520605385303e-003 0.0985042825341225 -0.2250078022480011 <_> <_> <_> 11 0 6 5 -1. <_> 13 0 2 5 3. 0 -0.0185787305235863 -0.5145397782325745 1 <_> <_> 12 4 5 8 -1. <_> 12 8 5 4 2. 0 0.0357174314558506 2 0.3184826970100403 <_> <_> 6 9 2 4 -1. <_> 5 10 2 2 2. 1 -1.8269789870828390e-003 0.1409046947956085 -0.1866911053657532 <_> <_> <_> 13 6 2 3 -1. <_> 12 7 2 1 3. 1 -5.4818098433315754e-003 0.1932141035795212 1 <_> <_> 10 5 3 1 -1. <_> 11 5 1 1 3. 0 -6.0164718888700008e-004 -0.3816767036914825 2 <_> <_> 10 6 4 5 -1. <_> 11 6 2 5 2. 0 9.9322739988565445e-003 -0.0585194192826748 0.4897005856037140 <_> <_> <_> 15 17 4 2 -1. <_> 17 17 2 2 2. 0 1.4053160557523370e-003 2 1 <_> <_> 17 16 2 2 -1. <_> 17 16 2 1 2. 1 5.2271760068833828e-003 0.2507211863994598 -0.6575474739074707 <_> <_> 15 7 3 6 -1. <_> 13 9 3 2 3. 1 -0.0149310501292348 0.0556698516011238 -0.2466907948255539 <_> <_> <_> 3 0 4 3 -1. <_> 4 1 2 3 2. 1 -0.0128263598307967 1 2 <_> <_> 0 2 6 3 -1. <_> 2 3 2 1 9. 0 -0.0275873504579067 -0.3222570121288300 0.5648475289344788 <_> <_> 2 15 3 2 -1. <_> 3 16 1 2 3. 1 -4.7543710097670555e-003 -0.4914292991161346 -8.8634714484214783e-003 <_> <_> <_> 19 8 1 2 -1. <_> 19 9 1 1 2. 0 -2.7212230488657951e-003 -0.5790050029754639 1 <_> <_> 7 8 4 2 -1. <_> 8 8 2 2 2. 0 6.6132671199738979e-003 2 0.4555436074733734 <_> <_> 4 8 9 2 -1. <_> 7 8 3 2 3. 0 -0.0114358402788639 0.1525050997734070 -0.1216759979724884 <_> <_> <_> 6 10 11 6 -1. <_> 6 13 11 3 2. 0 -0.0190959908068180 -0.4441640079021454 1 <_> <_> 0 8 20 5 -1. <_> 5 8 10 5 2. 0 -0.1267229020595551 2 0.1162242963910103 <_> <_> 8 12 6 3 -1. <_> 10 12 2 3 3. 0 -0.0183735191822052 0.4124867916107178 -0.3030383884906769 <_> <_> <_> 2 2 14 18 -1. <_> 9 2 7 18 2. 0 -0.3242569863796234 0.4472106099128723 1 <_> <_> 10 3 1 8 -1. <_> 8 5 1 4 2. 1 -3.8764779455959797e-003 0.0759313032031059 2 <_> <_> 0 14 8 2 -1. <_> 2 14 4 2 2. 0 -7.5138150714337826e-004 0.0119768800213933 -0.3627575933933258 <_> <_> <_> 6 13 3 3 -1. <_> 7 14 1 3 3. 1 6.7106341011822224e-003 1 -0.3952117860317230 <_> <_> 3 2 4 3 -1. <_> 2 3 4 1 3. 1 -6.5366760827600956e-003 -0.3031159937381744 2 <_> <_> 5 6 3 1 -1. <_> 6 6 1 1 3. 0 -5.5684632388874888e-004 -0.1583296060562134 0.1712387949228287 <_> <_> <_> 2 5 9 1 -1. <_> 5 5 3 1 3. 0 -3.9269351400434971e-003 0.2003450989723206 1 <_> <_> 6 2 8 3 -1. <_> 6 3 8 1 3. 0 -0.0163224693387747 0.4127106964588165 2 <_> <_> 1 0 16 5 -1. <_> 5 0 8 5 2. 0 0.0550387613475323 -0.1792605072259903 0.2630352973937988 <_> <_> <_> 8 3 3 2 -1. <_> 9 3 1 2 3. 0 1.0095089673995972e-003 1 2 <_> <_> 0 0 20 1 -1. <_> 5 0 10 1 2. 0 -9.8581332713365555e-003 0.2488421946763992 -0.0392008610069752 <_> <_> 9 4 3 4 -1. <_> 9 5 3 2 2. 0 -7.0780781097710133e-003 0.3724318146705627 -0.3773984909057617 <_> <_> <_> 18 4 1 2 -1. <_> 18 4 1 1 2. 1 2.1169960964471102e-003 1 0.1766545027494431 <_> <_> 8 0 9 4 -1. <_> 11 3 3 4 3. 1 0.1588390022516251 2 0.7263122200965881 <_> <_> 5 12 9 2 -1. <_> 8 12 3 2 3. 0 -0.0424889884889126 0.4856871962547302 -0.1442703008651733 <_> <_> <_> 3 15 2 2 -1. <_> 3 15 1 1 2. <_> 4 16 1 1 2. 0 -9.4166352937463671e-005 0.1704587936401367 1 <_> <_> 3 15 2 2 -1. <_> 3 15 1 1 2. <_> 4 16 1 1 2. 0 8.1764090282376856e-005 -0.3194082975387573 2 <_> <_> 8 13 3 4 -1. <_> 9 14 1 4 3. 1 5.4165818728506565e-003 0.0998466610908508 -0.4105955064296722 <_> <_> <_> 8 13 3 4 -1. <_> 9 14 1 4 3. 1 -6.1865211464464664e-003 -0.3849251866340637 1 <_> <_> 14 17 1 3 -1. <_> 14 18 1 1 3. 0 6.5089072450064123e-005 2 0.1631945967674255 <_> <_> 15 16 1 2 -1. <_> 15 17 1 1 2. 0 -6.8352972448337823e-005 0.2118214070796967 -0.2531152069568634 <_> <_> <_> 13 18 3 2 -1. <_> 13 19 3 1 2. 0 -4.0968839311972260e-004 1 2 <_> <_> 13 17 6 2 -1. <_> 13 18 6 1 2. 0 3.5239830613136292e-003 -0.1185958012938500 -0.7978060841560364 <_> <_> 5 19 2 1 -1. <_> 6 19 1 1 2. 0 -8.3400387666188180e-005 0.2294069975614548 -0.0387824587523937 <_> <_> <_> 2 9 2 4 -1. <_> 2 11 2 2 2. 0 -2.7096238918602467e-003 1 2 <_> <_> 5 1 3 3 -1. <_> 4 2 3 1 3. 1 -6.8883160129189491e-003 -0.5997892022132874 0.3474820852279663 <_> <_> 3 10 1 2 -1. <_> 3 11 1 1 2. 0 1.1571759823709726e-003 -0.1540699005126953 0.1357392072677612 <_> <_> <_> 8 8 3 2 -1. <_> 8 9 3 1 2. 0 9.5913361292332411e-004 -0.1023603007197380 1 <_> <_> 2 5 7 2 -1. <_> 2 6 7 1 2. 0 -0.0183335691690445 -0.5540021061897278 2 <_> <_> 0 0 12 3 -1. <_> 3 0 6 3 2. 0 0.0242580901831388 0.1427007019519806 0.7207757830619812 <_> <_> <_> 12 5 5 4 -1. <_> 12 5 5 2 2. 1 0.0105414101853967 2 1 <_> <_> 17 1 3 17 -1. <_> 18 1 1 17 3. 0 9.1231325641274452e-003 0.1921480000019074 -0.3619061112403870 <_> <_> 7 12 2 2 -1. <_> 7 13 2 1 2. 0 -1.4598550042137504e-003 0.2895075082778931 -0.1876741051673889 <_> <_> <_> 19 4 1 8 -1. <_> 19 6 1 4 2. 0 -0.0118190702050924 -0.5365375876426697 1 <_> <_> 11 3 6 3 -1. <_> 14 3 3 3 2. 0 -0.0324460007250309 -0.6871374845504761 2 <_> <_> 3 0 17 2 -1. <_> 3 1 17 1 2. 0 -2.3319718893617392e-003 -0.0887513682246208 0.1599199026823044 <_> <_> <_> 15 1 3 4 -1. <_> 15 3 3 2 2. 0 -6.5151029266417027e-003 1 2 <_> <_> 12 8 2 2 -1. <_> 12 8 1 2 2. 1 2.5015550199896097e-003 0.0682858899235725 0.5796269178390503 <_> <_> 7 17 4 2 -1. <_> 9 17 2 2 2. 0 7.8799802577123046e-004 -0.1912872046232224 0.0972898602485657 <_> <_> <_> 6 1 6 1 -1. <_> 8 1 2 1 3. 0 6.0783070512115955e-003 1 -0.6114767193794251 <_> <_> 13 3 2 10 -1. <_> 13 3 1 5 2. <_> 14 8 1 5 2. 0 -8.7201576679944992e-003 0.4764815866947174 2 <_> <_> 18 1 2 4 -1. <_> 18 1 1 2 2. <_> 19 3 1 2 2. 0 3.5847601247951388e-004 0.0901171192526817 -0.1677066981792450 <_> <_> <_> 15 2 4 8 -1. <_> 16 3 2 8 2. 1 -0.0131786298006773 1 -0.1275572031736374 <_> <_> 17 3 3 14 -1. <_> 17 3 3 7 2. 1 -0.0853650718927383 0.2692433893680573 2 <_> <_> 8 7 4 3 -1. <_> 9 7 2 3 2. 0 3.3002009149640799e-003 -0.1848026961088181 0.5876078009605408 <_> <_> <_> 8 9 4 3 -1. <_> 7 10 4 1 3. 1 -0.0116014601662755 0.3384912014007568 1 <_> <_> 10 13 3 3 -1. <_> 11 14 1 3 3. 1 9.9076535552740097e-003 2 -0.5580905079841614 <_> <_> 7 15 7 4 -1. <_> 7 16 7 2 2. 0 4.3782261200249195e-003 -0.0789330974221230 0.2238557934761047 <_> <_> <_> 6 0 10 4 -1. <_> 6 1 10 2 2. 0 -0.0470821782946587 0.6891711950302124 1 <_> <_> 15 14 3 1 -1. <_> 16 15 1 1 3. 1 -3.2685339101590216e-004 0.1213957965373993 2 <_> <_> 4 10 3 2 -1. <_> 4 11 3 1 2. 0 7.8715756535530090e-003 -0.0758802965283394 -0.6519117951393127 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 -3.9275310700759292e-004 1 2 <_> <_> 0 18 1 2 -1. <_> 0 19 1 1 2. 0 -3.4211258753202856e-004 -0.3408266901969910 0.3723052144050598 <_> <_> 11 12 2 4 -1. <_> 11 12 1 2 2. <_> 12 14 1 2 2. 0 5.6030962150543928e-004 0.0182758700102568 -0.2719259858131409 <_> <_> <_> 10 8 3 8 -1. <_> 11 9 1 8 3. 1 -0.0244393497705460 -0.3489474058151245 1 <_> <_> 5 9 4 3 -1. <_> 6 9 2 3 2. 0 0.0121281202882528 -4.1957078501582146e-003 2 <_> <_> 11 11 3 2 -1. <_> 11 12 3 1 2. 0 2.2948130499571562e-003 -0.0208413004875183 0.8015155792236328 <_> <_> <_> 6 17 14 2 -1. <_> 6 17 7 1 2. <_> 13 18 7 1 2. 0 -3.6386020947247744e-003 1 2 <_> <_> 2 18 8 2 -1. <_> 2 18 4 1 2. <_> 6 19 4 1 2. 0 -6.3949287869036198e-004 -0.2538977861404419 0.3660629093647003 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 2.0897389913443476e-004 -0.1417797952890396 0.1414828002452850 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -6.7888460762333125e-005 2 1 <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 3.9580671000294387e-004 -0.2080799937248230 0.2369098067283630 <_> <_> 14 14 4 2 -1. <_> 15 14 2 2 2. 0 1.2493260437622666e-003 0.2467972040176392 -0.2203249931335449 <_> <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 -4.6679278602823615e-004 -0.3399092853069305 1 <_> <_> 19 15 1 3 -1. <_> 18 16 1 1 3. 1 1.1740219779312611e-003 0.1215322017669678 2 <_> <_> 16 8 4 6 -1. <_> 16 8 2 3 2. <_> 18 11 2 3 2. 0 -7.1949949488043785e-003 0.3354294002056122 -0.3917897939682007 <_> <_> <_> 6 17 2 2 -1. <_> 6 17 1 1 2. <_> 7 18 1 1 2. 0 3.2422799267806113e-004 1 -0.2559385895729065 <_> <_> 3 7 6 3 -1. <_> 5 9 2 3 3. 1 0.0243748798966408 2 0.4243488013744354 <_> <_> 3 0 3 18 -1. <_> 4 0 1 18 3. 0 2.6271429378539324e-003 0.1023764014244080 -0.2690742015838623 -1.2229189872741699 17 -1 <_> <_> <_> <_> 8 4 10 4 -1. <_> 7 5 10 2 2. 1 -0.0185865405946970 1 -0.3652325868606567 <_> <_> 3 9 4 6 -1. <_> 3 9 2 3 2. <_> 5 12 2 3 2. 0 -7.4109081178903580e-003 0.7742745280265808 2 <_> <_> 10 1 8 7 -1. <_> 12 3 4 7 2. 1 -0.0537111498415470 0.2421368062496185 -0.3780384063720703 <_> <_> <_> 14 8 3 1 -1. <_> 15 9 1 1 3. 1 6.9198510609567165e-003 1 2 <_> <_> 16 3 3 12 -1. <_> 17 7 1 4 9. 0 -0.0307591892778873 0.1352369040250778 -0.2795734107494354 <_> <_> 5 12 3 3 -1. <_> 6 13 1 3 3. 1 -8.9597534388303757e-003 -0.6068031787872315 0.6957908272743225 <_> <_> <_> 0 1 17 6 -1. <_> 0 3 17 2 3. 0 0.0718162879347801 1 0.3064750134944916 <_> <_> 0 18 18 2 -1. <_> 6 18 6 2 3. 0 -0.0116229997947812 2 -0.2269039005041122 <_> <_> 2 15 3 2 -1. <_> 2 15 3 1 2. 1 -1.0627550072968006e-003 0.4437439143657684 -0.3182457983493805 <_> <_> <_> 18 1 2 6 -1. <_> 19 1 1 6 2. 0 -7.3452957440167665e-004 -0.2268460988998413 1 <_> <_> 11 7 8 4 -1. <_> 11 7 8 2 2. 1 -0.0493037104606628 0.3425320088863373 2 <_> <_> 6 10 3 3 -1. <_> 7 11 1 1 9. 0 -3.2011170405894518e-003 0.3091321885585785 -0.2007824033498764 <_> <_> <_> 5 5 3 8 -1. <_> 6 5 1 8 3. 0 0.0147066498175263 2 1 <_> <_> 2 8 10 2 -1. <_> 2 8 5 2 2. 1 -0.1179851964116097 -0.9451779127120972 0.5742821097373962 <_> <_> 2 9 6 5 -1. <_> 4 9 2 5 3. 0 -0.0166953597217798 0.2456703037023544 -0.1170765012502670 <_> <_> <_> 8 7 5 3 -1. <_> 7 8 5 1 3. 1 -6.8853241391479969e-003 1 2 <_> <_> 2 8 3 10 -1. <_> 3 8 1 10 3. 0 7.8145717270672321e-004 0.3950872123241425 -0.1002305969595909 <_> <_> 4 2 15 9 -1. <_> 4 5 15 3 3. 0 0.2758679091930389 -0.1465985029935837 0.7794203162193298 <_> <_> <_> 9 7 9 3 -1. <_> 8 8 9 1 3. 1 -0.0264236796647310 -0.3286024928092957 1 <_> <_> 2 12 4 3 -1. <_> 2 13 4 1 3. 0 1.8955089617520571e-003 0.1504637002944946 2 <_> <_> 5 12 6 1 -1. <_> 5 12 3 1 2. 1 -5.7396688498556614e-003 -0.4049299061298370 0.1525736004114151 <_> <_> <_> 9 9 3 3 -1. <_> 10 10 1 1 9. 0 -7.8677870333194733e-003 0.2202492952346802 1 <_> <_> 1 18 1 2 -1. <_> 1 19 1 1 2. 0 -1.9029570103157312e-004 -0.3722215890884399 2 <_> <_> 0 18 2 2 -1. <_> 0 18 1 1 2. <_> 1 19 1 1 2. 0 2.9406580142676830e-004 0.1035036966204643 -0.3607507050037384 <_> <_> <_> 6 6 8 3 -1. <_> 8 6 4 3 2. 0 -6.1921158339828253e-004 2 1 <_> <_> 9 7 9 6 -1. <_> 12 7 3 6 3. 0 -0.0466256998479366 0.2524962127208710 -0.3234030902385712 <_> <_> 5 16 1 4 -1. <_> 5 17 1 2 2. 0 8.0430079833604395e-005 -0.0877122431993485 0.2522406876087189 <_> <_> <_> 9 9 4 1 -1. <_> 10 9 2 1 2. 0 2.9532159678637981e-003 1 0.4817107915878296 <_> <_> 14 1 4 4 -1. <_> 15 1 2 4 2. 0 -4.5338911004364491e-003 -0.4518854916095734 2 <_> <_> 0 0 6 3 -1. <_> 3 0 3 3 2. 0 -0.0115440804511309 0.2543467879295349 -0.0841404199600220 <_> <_> <_> 0 0 4 3 -1. <_> 2 0 2 3 2. 0 1.3043760554865003e-003 -0.1012134999036789 1 <_> <_> 0 12 8 2 -1. <_> 2 12 4 2 2. 0 -3.4115801099687815e-003 0.5219349861145020 2 <_> <_> 5 10 2 1 -1. <_> 6 10 1 1 2. 0 -1.5855060191825032e-003 0.6892321109771729 -0.1057000011205673 <_> <_> <_> 11 6 9 3 -1. <_> 10 7 9 1 3. 1 -0.0298677496612072 -0.4336254894733429 1 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -2.5652049225755036e-004 2 -0.0334308892488480 <_> <_> 16 14 3 3 -1. <_> 15 15 3 1 3. 1 -3.9234450086951256e-003 -0.2556918859481812 0.4426513016223908 <_> <_> <_> 11 4 1 3 -1. <_> 11 5 1 1 3. 0 4.6491571702063084e-003 1 0.6287816762924194 <_> <_> 0 6 12 9 -1. <_> 0 9 12 3 3. 0 -0.2772760987281799 0.7100644707679749 2 <_> <_> 1 9 18 10 -1. <_> 10 9 9 10 2. 0 -0.2244834005832672 0.3052004873752594 -0.0929472818970680 <_> <_> <_> 12 3 5 10 -1. <_> 12 8 5 5 2. 0 0.0387046895921230 2 1 <_> <_> 1 6 12 14 -1. <_> 1 13 12 7 2. 0 8.2667707465589046e-004 -0.7130023837089539 0.3403679132461548 <_> <_> 13 5 2 1 -1. <_> 13 5 1 1 2. 1 3.5339579335413873e-004 -0.2796030938625336 0.0412891283631325 <_> <_> <_> 0 0 16 3 -1. <_> 0 1 16 1 3. 0 0.0126039599999785 1 2 <_> <_> 1 11 2 1 -1. <_> 1 11 1 1 2. 1 -5.5078358855098486e-005 0.0658447295427322 -0.2029519975185394 <_> <_> 14 5 6 5 -1. <_> 16 5 2 5 3. 0 9.1213081032037735e-003 0.5057839751243591 -0.2880715131759644 <_> <_> <_> 16 8 3 4 -1. <_> 16 10 3 2 2. 0 -4.0084728971123695e-003 0.2149105966091156 1 <_> <_> 18 9 2 4 -1. <_> 17 10 2 2 2. 1 4.4780140742659569e-003 2 0.2184965014457703 <_> <_> 18 18 1 2 -1. <_> 18 19 1 1 2. 0 -4.7284600441344082e-004 -0.6747183203697205 -0.1088806986808777 <_> <_> <_> 5 5 2 1 -1. <_> 6 5 1 1 2. 0 -3.7310249172151089e-004 0.1715130954980850 1 <_> <_> 7 2 12 2 -1. <_> 7 2 6 1 2. <_> 13 3 6 1 2. 0 -0.0109225101768970 0.4233599007129669 2 <_> <_> 6 0 12 6 -1. <_> 9 0 6 6 2. 0 0.0254968907684088 -0.2346432954072952 0.1987193971872330 <_> <_> <_> 4 0 3 3 -1. <_> 3 1 3 1 3. 1 7.0709688588976860e-003 1 -0.4355168044567108 <_> <_> 12 19 4 1 -1. <_> 14 19 2 1 2. 0 3.5252509405836463e-004 -0.0617644004523754 2 <_> <_> 12 11 1 2 -1. <_> 12 12 1 1 2. 0 5.8937398716807365e-004 -0.0795122608542442 0.4049384891986847 <_> <_> <_> 0 0 20 2 -1. <_> 5 0 10 2 2. 0 -8.7519101798534393e-003 2 1 <_> <_> 13 0 4 2 -1. <_> 15 0 2 2 2. 0 -9.4158039428293705e-004 0.0711115673184395 -0.3181458115577698 <_> <_> 17 1 3 12 -1. <_> 18 5 1 4 9. 0 -0.0883662477135658 -0.5979667901992798 0.1942894011735916 <_> <_> <_> 0 0 10 2 -1. <_> 5 0 5 2 2. 0 4.5438520610332489e-003 2 1 <_> <_> 4 15 12 2 -1. <_> 10 15 6 2 2. 0 -0.0130414701998234 -0.2185557931661606 0.3056387007236481 <_> <_> 10 1 3 2 -1. <_> 10 2 3 1 2. 0 3.2197220716625452e-003 -0.1901039928197861 0.1879674047231674 <_> <_> <_> 5 2 15 6 -1. <_> 10 4 5 2 9. 0 0.0323706604540348 1 -0.1613540053367615 <_> <_> 7 6 3 5 -1. <_> 8 6 1 5 3. 0 8.7954197078943253e-003 2 0.6625928282737732 <_> <_> 15 2 3 3 -1. <_> 16 3 1 3 3. 1 -8.5182236507534981e-003 -0.3873386979103088 0.1308877021074295 <_> <_> <_> 6 2 9 6 -1. <_> 4 4 9 2 3. 1 -0.0542100295424461 1 2 <_> <_> 15 9 2 1 -1. <_> 15 9 1 1 2. 1 2.9004408861510456e-004 -1.8559680320322514e-003 0.5009918808937073 <_> <_> 3 8 4 6 -1. <_> 3 8 2 3 2. <_> 5 11 2 3 2. 0 -0.0126700000837445 0.2972706854343414 -0.1653084009885788 <_> <_> <_> 2 7 16 10 -1. <_> 2 12 16 5 2. 0 0.3799552917480469 1 0.4228976070880890 <_> <_> 7 3 9 16 -1. <_> 10 3 3 16 3. 0 -0.0480718500912189 0.1101149022579193 2 <_> <_> 15 9 1 6 -1. <_> 13 11 1 2 3. 1 6.4968131482601166e-003 -0.2605041861534119 0.1724424064159393 <_> <_> <_> 2 11 2 2 -1. <_> 2 11 2 1 2. 1 -2.0901230163872242e-003 1 -0.1485445946455002 <_> <_> 9 4 4 3 -1. <_> 10 5 2 3 2. 1 -6.2400829046964645e-003 0.3584120869636536 2 <_> <_> 13 13 4 4 -1. <_> 13 15 4 2 2. 0 8.5770338773727417e-003 -0.2148167937994003 0.2150458991527557 <_> <_> <_> 3 1 4 3 -1. <_> 4 2 2 3 2. 1 -6.6754068247973919e-003 1 2 <_> <_> 0 7 3 5 -1. <_> 1 7 1 5 3. 0 -3.8183759897947311e-003 -0.2390535026788712 0.4471901059150696 <_> <_> 3 0 3 6 -1. <_> 3 2 3 2 3. 0 5.5124791106209159e-004 -0.2530725896358490 0.0343074202537537 <_> <_> <_> 4 9 15 4 -1. <_> 4 10 15 2 2. 0 9.0955598279833794e-003 2 1 <_> <_> 3 0 12 20 -1. <_> 3 10 12 10 2. 0 0.1117129027843475 -0.6515430808067322 -0.0266023892909288 <_> <_> 0 18 2 2 -1. <_> 1 18 1 2 2. 0 -1.7274810234084725e-003 0.6179165244102478 0.0271436106413603 <_> <_> <_> 16 0 3 8 -1. <_> 17 0 1 8 3. 0 7.5292278779670596e-004 1 2 <_> <_> 16 3 3 4 -1. <_> 17 3 1 4 3. 0 -3.1208951259031892e-004 -0.0550610087811947 0.2793945074081421 <_> <_> 0 0 2 6 -1. <_> 0 0 1 3 2. <_> 1 3 1 3 2. 0 1.3574779732152820e-003 -0.2949683964252472 0.2376942038536072 <_> <_> <_> 16 10 4 5 -1. <_> 17 11 2 5 2. 1 0.0260011292994022 1 0.4836978018283844 <_> <_> 8 14 12 3 -1. <_> 12 15 4 1 9. 0 -5.1486152224242687e-003 2 -0.1456281989812851 <_> <_> 5 13 12 4 -1. <_> 8 13 6 4 2. 0 -0.0411377511918545 -0.4842303097248077 0.1962431073188782 <_> <_> <_> 3 9 4 3 -1. <_> 4 9 2 3 2. 0 0.0129211796447635 1 0.6053820848464966 <_> <_> 0 14 3 3 -1. <_> 0 15 3 1 3. 0 2.9845361132174730e-003 2 -0.4682064056396484 <_> <_> 14 3 1 14 -1. <_> 14 3 1 7 2. 1 0.0127328000962734 -0.0295403394848108 0.3618508875370026 <_> <_> <_> 9 0 3 1 -1. <_> 10 0 1 1 3. 0 -1.0869900143006817e-004 0.1660649031400681 1 <_> <_> 8 9 8 1 -1. <_> 10 9 4 1 2. 0 -8.9501799084246159e-004 0.0355176217854023 2 <_> <_> 16 8 3 2 -1. <_> 17 9 1 2 3. 1 5.3637558594346046e-003 -0.3598144948482513 0.4222416877746582 <_> <_> <_> 14 7 6 4 -1. <_> 14 8 6 2 2. 0 0.0149093698710203 1 -0.6630871295928955 <_> <_> 0 14 1 3 -1. <_> 0 15 1 1 3. 0 -1.0603530099615455e-003 -0.3890351951122284 2 <_> <_> 18 8 1 3 -1. <_> 18 9 1 1 3. 0 -3.6916081444360316e-004 -0.1129944026470184 0.1601088941097260 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 -3.8595579098910093e-004 0.1996158063411713 1 <_> <_> 15 0 3 17 -1. <_> 16 0 1 17 3. 0 5.9791578678414226e-004 2 -0.2548043131828308 <_> <_> 11 15 6 4 -1. <_> 13 15 2 4 3. 0 0.0104272998869419 0.1082042008638382 -0.5406097173690796 -1.2001949548721313 18 -1 <_> <_> <_> <_> 12 10 6 1 -1. <_> 14 10 2 1 3. 0 8.5305199027061462e-003 -0.2341289967298508 1 <_> <_> 9 7 1 4 -1. <_> 9 7 1 2 2. 1 -7.0295208133757114e-003 2 -0.1327330023050308 <_> <_> 9 10 1 10 -1. <_> 9 15 1 5 2. 0 0.0111814597621560 -0.1030640974640846 0.8199384808540344 <_> <_> <_> 4 6 16 14 -1. <_> 8 6 8 14 2. 0 -0.0333477109670639 1 -0.2050410956144333 <_> <_> 1 6 6 11 -1. <_> 3 6 2 11 3. 0 -5.7895448990166187e-003 2 -0.0721388235688210 <_> <_> 5 6 3 6 -1. <_> 5 9 3 3 2. 0 7.5207999907433987e-003 0.0925254523754120 0.6461619138717651 <_> <_> <_> 14 0 4 9 -1. <_> 15 0 2 9 2. 0 5.1975441165268421e-003 1 -0.3614475131034851 <_> <_> 9 13 3 6 -1. <_> 10 13 1 6 3. 0 2.7103458996862173e-003 2 -0.3431979119777679 <_> <_> 11 3 6 7 -1. <_> 13 5 2 7 3. 1 -0.0580999217927456 0.3215152919292450 -0.0302325803786516 <_> <_> <_> 18 12 1 2 -1. <_> 18 13 1 1 2. 0 4.1742541361600161e-004 1 2 <_> <_> 17 0 2 1 -1. <_> 18 0 1 1 2. 0 5.8975181309506297e-004 -0.2661269903182983 0.1444268971681595 <_> <_> 1 2 15 3 -1. <_> 1 3 15 1 3. 0 0.0135781299322844 0.0362939909100533 0.4427740871906281 <_> <_> <_> 3 1 3 5 -1. <_> 4 1 1 5 3. 0 -3.9278618060052395e-003 -0.4220382869243622 1 <_> <_> 4 3 6 3 -1. <_> 6 3 2 3 3. 0 -0.0164654608815908 -0.5703601241111755 2 <_> <_> 7 1 6 5 -1. <_> 9 1 2 5 3. 0 -9.0516731142997742e-003 -0.2434397041797638 0.1290111988782883 <_> <_> <_> 13 7 2 5 -1. <_> 14 7 1 5 2. 0 -4.0202909149229527e-003 0.3033615946769714 1 <_> <_> 8 10 2 2 -1. <_> 8 10 2 1 2. 1 1.9786891061812639e-003 -0.1188737973570824 2 <_> <_> 2 10 12 4 -1. <_> 2 12 12 2 2. 0 -0.0211679209023714 -0.5320934057235718 0.3761829137802124 <_> <_> <_> 3 5 3 3 -1. <_> 2 6 3 1 3. 1 -0.0133149595931172 -0.4772897958755493 1 <_> <_> 11 6 6 6 -1. <_> 9 8 6 2 3. 1 -0.0307342801243067 2 -0.1017197966575623 <_> <_> 4 5 9 12 -1. <_> 7 9 3 4 9. 0 -0.4937672019004822 -0.4974538087844849 0.1996598988771439 <_> <_> <_> 12 6 1 3 -1. <_> 11 7 1 1 3. 1 -2.2439099848270416e-003 1 -0.1081750020384789 <_> <_> 11 1 5 9 -1. <_> 11 4 5 3 3. 0 -0.0432838611304760 0.6458026170730591 2 <_> <_> 10 7 4 1 -1. <_> 11 7 2 1 2. 0 -9.8785851150751114e-005 0.2698537111282349 -0.1504461020231247 <_> <_> <_> 0 0 10 6 -1. <_> 0 0 5 3 2. <_> 5 3 5 3 2. 0 0.0284351296722889 1 0.2988390028476715 <_> <_> 2 0 3 6 -1. <_> 2 2 3 2 3. 0 2.7237860485911369e-003 -0.1879711002111435 2 <_> <_> 6 6 4 3 -1. <_> 7 6 2 3 2. 0 -4.7562850522808731e-004 0.2843309938907623 -0.1208563968539238 <_> <_> <_> 5 0 2 3 -1. <_> 4 1 2 1 3. 1 3.8944541011005640e-003 1 -0.2747336030006409 <_> <_> 13 15 2 3 -1. <_> 12 16 2 1 3. 1 4.3390938080847263e-003 2 -0.3716388046741486 <_> <_> 10 2 8 4 -1. <_> 12 2 4 4 2. 0 -0.0202638395130634 -0.3540920913219452 0.1319790929555893 <_> <_> <_> 6 8 2 6 -1. <_> 4 10 2 2 3. 1 -0.0554325692355633 -0.6383696794509888 1 <_> <_> 18 0 2 4 -1. <_> 17 1 2 2 2. 1 5.4974798113107681e-003 2 0.2411834001541138 <_> <_> 6 0 12 2 -1. <_> 10 0 4 2 3. 0 -4.8123318701982498e-003 0.1241810992360115 -0.1853886991739273 <_> <_> <_> 2 0 18 2 -1. <_> 2 0 9 1 2. <_> 11 1 9 1 2. 0 1.4174300013110042e-003 2 1 <_> <_> 17 8 3 2 -1. <_> 18 9 1 2 3. 1 -3.3114890102297068e-003 0.1094727963209152 -0.3143823146820068 <_> <_> 5 2 3 3 -1. <_> 4 3 3 1 3. 1 -9.4083733856678009e-003 -0.5081250071525574 0.1270896941423416 <_> <_> <_> 18 0 2 20 -1. <_> 19 0 1 20 2. 0 0.0160732604563236 1 -0.3289127051830292 <_> <_> 16 11 4 5 -1. <_> 17 12 2 5 2. 1 -3.9989468641579151e-003 0.2334906011819840 2 <_> <_> 7 0 6 1 -1. <_> 10 0 3 1 2. 0 1.0122359963133931e-003 -0.1782709956169128 0.1680624037981033 <_> <_> <_> 15 11 3 2 -1. <_> 16 12 1 2 3. 1 0.0156548805534840 1 0.6614280939102173 <_> <_> 13 11 7 2 -1. <_> 13 11 7 1 2. 1 0.0134161701425910 2 -0.5672596096992493 <_> <_> 0 1 2 17 -1. <_> 1 1 1 17 2. 0 2.4865430314093828e-003 0.0703968182206154 -0.2169540971517563 <_> <_> <_> 4 4 2 3 -1. <_> 3 5 2 1 3. 1 -4.5016291551291943e-003 -0.2900192141532898 1 <_> <_> 18 5 1 8 -1. <_> 18 9 1 4 2. 0 -0.0203104894608259 -0.5547152757644653 2 <_> <_> 13 7 2 1 -1. <_> 13 7 1 1 2. 1 2.0448309369385242e-003 -7.5903441756963730e-003 0.3011254966259003 <_> <_> <_> 7 4 12 2 -1. <_> 7 4 6 1 2. <_> 13 5 6 1 2. 0 3.3151761163026094e-003 2 1 <_> <_> 6 18 6 2 -1. <_> 9 18 3 2 2. 0 -0.0117674097418785 -0.6593903899192810 0.1951629966497421 <_> <_> 0 1 20 4 -1. <_> 5 1 10 4 2. 0 -0.0904577821493149 0.2378368973731995 -0.1613368988037109 <_> <_> <_> 14 10 2 1 -1. <_> 15 10 1 1 2. 0 -9.4386242562904954e-004 0.2026513069868088 1 <_> <_> 5 4 10 10 -1. <_> 10 4 5 10 2. 0 -0.0553004294633865 0.1321810036897659 2 <_> <_> 3 2 1 3 -1. <_> 2 3 1 1 3. 1 1.8430839991196990e-003 -0.0852324664592743 -0.5063471198081970 <_> <_> <_> 3 13 4 3 -1. <_> 3 13 2 3 2. 1 -4.4628758914768696e-003 2 1 <_> <_> 16 19 4 1 -1. <_> 18 19 2 1 2. 0 9.7493419889360666e-004 -0.2713629007339478 0.1594334989786148 <_> <_> 3 14 4 2 -1. <_> 4 14 2 2 2. 0 -3.1454759300686419e-004 0.2796511054039002 -0.0326710604131222 <_> <_> <_> 8 7 6 3 -1. <_> 10 9 2 3 3. 1 -0.0164477992802858 1 2 <_> <_> 12 2 8 6 -1. <_> 12 4 8 2 3. 0 0.0237773805856705 -4.1435249149799347e-003 0.3519138991832733 <_> <_> 0 0 6 1 -1. <_> 3 0 3 1 2. 0 2.8008338995277882e-003 -0.2279102951288223 0.1885368973016739 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 1.7503320123068988e-004 1 -0.2137672007083893 <_> <_> 17 17 2 3 -1. <_> 17 18 2 1 3. 0 1.3492659491021186e-004 -0.1350656002759934 2 <_> <_> 18 16 1 2 -1. <_> 18 17 1 1 2. 0 4.8691541451262310e-005 -0.2700988054275513 0.3277894854545593 <_> <_> <_> 15 9 2 4 -1. <_> 15 9 1 2 2. <_> 16 11 1 2 2. 0 2.4542049504816532e-003 1 0.2636328041553497 <_> <_> 4 10 16 4 -1. <_> 4 11 16 2 2. 0 -0.0232322607189417 -0.3830558955669403 2 <_> <_> 16 5 3 3 -1. <_> 15 6 3 1 3. 1 5.2798539400100708e-003 -0.0779421404004097 0.2402105033397675 <_> <_> <_> 16 12 4 4 -1. <_> 17 13 2 4 2. 1 7.0398352108895779e-003 1 0.2097240984439850 <_> <_> 18 3 2 15 -1. <_> 18 8 2 5 3. 0 0.0408946387469769 2 -0.7098786830902100 <_> <_> 13 4 1 12 -1. <_> 13 4 1 6 2. 1 -0.0797724798321724 0.5700777173042297 -0.0693547129631042 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 6.4237392507493496e-004 1 -0.4032141864299774 <_> <_> 0 0 2 2 -1. <_> 0 1 2 1 2. 0 1.8864229787141085e-003 0.0845034867525101 2 <_> <_> 5 4 1 2 -1. <_> 5 5 1 1 2. 0 -2.5151949375867844e-003 0.7396385073661804 -0.3700400888919830 <_> <_> <_> 2 2 3 18 -1. <_> 3 2 1 18 3. 0 9.2179048806428909e-004 2 1 <_> <_> 7 9 2 3 -1. <_> 6 10 2 1 3. 1 -6.6281789913773537e-003 0.2424131035804749 -0.2556374967098236 <_> <_> 8 2 7 4 -1. <_> 8 3 7 2 2. 0 -0.0124479699879885 0.4564546942710877 0.0358751006424427 <_> <_> <_> 16 0 4 1 -1. <_> 16 0 2 1 2. 1 9.8073864355683327e-003 1 -0.3572869002819061 <_> <_> 0 17 20 2 -1. <_> 5 17 10 2 2. 0 0.0117522301152349 2 0.2247792035341263 <_> <_> 1 18 6 1 -1. <_> 4 18 3 1 2. 0 -4.5835418859496713e-004 0.0926368832588196 -0.2275944054126740 <_> <_> <_> 5 18 6 2 -1. <_> 8 18 3 2 2. 0 0.0125219095498323 1 -0.5092602968215942 <_> <_> 9 8 3 2 -1. <_> 10 8 1 2 3. 0 5.4397471249103546e-003 2 0.4663091003894806 <_> <_> 11 1 3 1 -1. <_> 12 1 1 1 3. 0 -5.8840587735176086e-004 -0.2532685101032257 0.0485853999853134 <_> <_> <_> 0 18 20 2 -1. <_> 0 18 10 1 2. <_> 10 19 10 1 2. 0 -8.6136013269424438e-003 -0.4680160880088806 1 <_> <_> 15 9 1 2 -1. <_> 15 10 1 1 2. 0 4.8513390356674790e-004 2 0.1541222929954529 <_> <_> 17 1 2 1 -1. <_> 18 1 1 1 2. 0 -5.7645072229206562e-004 0.3352608084678650 -0.1342514008283615 <_> <_> <_> 15 0 4 1 -1. <_> 17 0 2 1 2. 0 1.5327259898185730e-003 -0.0846559330821037 1 <_> <_> 19 0 1 2 -1. <_> 19 1 1 1 2. 0 1.6712940123397857e-004 2 -0.2951262891292572 <_> <_> 2 18 18 2 -1. <_> 2 18 9 1 2. <_> 11 19 9 1 2. 0 5.0148408627137542e-004 0.4422815144062042 7.0311659947037697e-003 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -7.2751182597130537e-004 0.3696536123752594 1 <_> <_> 16 15 1 3 -1. <_> 15 16 1 1 3. 1 1.6298179980367422e-003 2 -0.3190909922122955 <_> <_> 2 9 1 2 -1. <_> 2 9 1 1 2. 1 -6.5518761985003948e-003 -0.5043709278106690 0.0487048700451851 <_> <_> <_> 6 4 4 3 -1. <_> 7 5 2 3 2. 1 -0.0182713493704796 0.2677851021289825 1 <_> <_> 3 5 12 12 -1. <_> 7 9 4 4 9. 0 -0.3105793893337250 2 -0.1564695984125137 <_> <_> 7 12 3 4 -1. <_> 8 12 1 4 3. 0 8.6849008221179247e-004 0.2213014066219330 -0.2330964952707291 <_> <_> <_> 17 4 3 3 -1. <_> 18 5 1 3 3. 1 -0.0107902800664306 -0.4155437946319580 1 <_> <_> 17 16 2 1 -1. <_> 17 16 1 1 2. 1 -6.7156221484765410e-004 2 -0.0802800208330154 <_> <_> 7 6 1 2 -1. <_> 7 6 1 1 2. 1 7.9050064086914063e-003 0.1747072041034699 -0.7785257101058960 <_> <_> <_> 1 0 12 1 -1. <_> 7 0 6 1 2. 0 0.0123526602983475 2 1 <_> <_> 0 7 18 8 -1. <_> 6 7 6 8 3. 0 0.0627035498619080 0.4316090047359467 -0.3922486901283264 <_> <_> 13 14 4 6 -1. <_> 14 14 2 6 2. 0 -7.1864388883113861e-003 -0.5800396800041199 -0.0258382204920053 <_> <_> <_> 6 10 3 3 -1. <_> 5 11 3 1 3. 1 -3.8558109663426876e-003 0.1596350073814392 1 <_> <_> 16 2 4 2 -1. <_> 18 2 2 2 2. 0 -1.5419459668919444e-003 0.1674184054136276 2 <_> <_> 9 13 8 4 -1. <_> 13 13 4 4 2. 0 -2.2120370995253325e-003 0.0291761104017496 -0.2882241904735565 <_> <_> <_> 12 0 6 20 -1. <_> 12 10 6 10 2. 0 -0.0214345902204514 -0.2261314988136292 1 <_> <_> 18 0 2 8 -1. <_> 19 0 1 8 2. 0 -1.9107710104435682e-003 2 0.1030728965997696 <_> <_> 18 5 2 14 -1. <_> 18 12 2 7 2. 0 0.0358044281601906 0.0753818526864052 -0.6326709985733032 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 1.4067400479689240e-003 1 0.3705731928348541 <_> <_> 9 13 8 4 -1. <_> 9 15 8 2 2. 0 9.6554737538099289e-003 -0.2045467048883438 2 <_> <_> 0 10 14 10 -1. <_> 0 15 14 5 2. 0 0.2405883073806763 0.2073563933372498 -0.1266141980886459 <_> <_> <_> 1 8 14 4 -1. <_> 1 9 14 2 2. 0 5.2541731856763363e-003 1 -0.2381245046854019 <_> <_> 2 8 11 4 -1. <_> 2 9 11 2 2. 0 -1.1480560060590506e-003 -0.0188075695186853 2 <_> <_> 4 0 6 2 -1. <_> 4 0 3 1 2. <_> 7 1 3 1 2. 0 5.2387482719495893e-004 0.5843573808670044 -0.0700021088123322 <_> <_> <_> 8 16 4 2 -1. <_> 9 16 2 2 2. 0 8.9346221648156643e-004 1 -0.2034371942281723 <_> <_> 7 4 4 12 -1. <_> 7 8 4 4 3. 0 -0.1466477960348129 0.4242913126945496 2 <_> <_> 17 10 2 6 -1. <_> 17 10 1 6 2. 1 6.4734317129477859e-004 -0.0725101232528687 0.2421600967645645 <_> <_> <_> 7 0 4 3 -1. <_> 8 0 2 3 2. 0 3.7285720463842154e-003 1 -0.4169087111949921 <_> <_> 16 7 4 1 -1. <_> 17 7 2 1 2. 0 1.0364309855503961e-004 2 0.1709198951721191 <_> <_> 17 3 2 8 -1. <_> 17 3 1 4 2. <_> 18 7 1 4 2. 0 -4.3523311614990234e-003 0.3136849999427795 -0.1338775008916855 <_> <_> <_> 9 8 10 8 -1. <_> 9 8 5 4 2. <_> 14 12 5 4 2. 0 -0.0826440304517746 1 2 <_> <_> 9 14 3 1 -1. <_> 10 14 1 1 3. 0 -8.3868228830397129e-004 0.6718220114707947 -0.4542999863624573 <_> <_> 9 0 6 14 -1. <_> 11 0 2 14 3. 0 -0.0261234194040298 0.2189783006906509 -0.0323770903050900 <_> <_> <_> 11 11 4 1 -1. <_> 12 12 2 1 2. 1 5.2059517474845052e-004 2 1 <_> <_> 2 14 9 6 -1. <_> 5 14 3 6 3. 0 -0.0291544608771801 -0.3632850050926209 0.1683413982391357 <_> <_> 14 2 6 1 -1. <_> 17 2 3 1 2. 0 -1.1165169999003410e-003 0.1581884026527405 -0.2313404977321625 <_> <_> <_> 2 16 9 2 -1. <_> 5 16 3 2 3. 0 -1.1460180394351482e-003 1 -0.1223717033863068 <_> <_> 4 5 3 8 -1. <_> 4 9 3 4 2. 0 0.0208730306476355 2 0.4071544110774994 <_> <_> 1 1 7 4 -1. <_> 1 3 7 2 2. 0 0.0404765792191029 -0.0487191304564476 0.6135951280593872 -1.2273980379104614 19 -1 <_> <_> <_> <_> 3 9 6 3 -1. <_> 5 9 2 3 3. 0 0.0231525506824255 2 1 <_> <_> 13 9 4 2 -1. <_> 14 9 2 2 2. 0 9.4490228220820427e-003 0.1621754020452499 0.8945853710174561 <_> <_> 7 10 2 2 -1. <_> 7 10 1 1 2. <_> 8 11 1 1 2. 0 1.2632790021598339e-003 -0.2992058992385864 0.2411431074142456 <_> <_> <_> 13 7 4 7 -1. <_> 13 7 2 7 2. 1 -0.0632881969213486 1 2 <_> <_> 19 6 1 4 -1. <_> 18 7 1 2 2. 1 -5.4630772210657597e-003 0.5872638821601868 0.0286706294864416 <_> <_> 1 14 4 2 -1. <_> 3 14 2 2 2. 0 -5.3964817197993398e-004 0.0210434291511774 -0.3309636116027832 <_> <_> <_> 0 2 16 16 -1. <_> 0 6 16 8 2. 0 -0.4357495009899139 0.2923555076122284 1 <_> <_> 1 1 6 1 -1. <_> 4 1 3 1 2. 0 -2.2997299674898386e-003 0.1057410016655922 2 <_> <_> 6 9 2 3 -1. <_> 7 9 1 3 2. 0 2.8589849825948477e-003 -0.3337055146694183 0.1699037998914719 <_> <_> <_> 16 5 4 9 -1. <_> 17 5 2 9 2. 0 -0.0218918491154909 -0.6286152005195618 1 <_> <_> 7 12 3 5 -1. <_> 8 13 1 5 3. 1 -9.2662516981363297e-003 -0.4396972060203552 2 <_> <_> 5 6 3 4 -1. <_> 6 7 1 4 3. 1 -0.0166252795606852 0.4039447903633118 1.1343320365995169e-003 <_> <_> <_> 16 1 4 1 -1. <_> 18 1 2 1 2. 0 2.4849560577422380e-003 2 1 <_> <_> 8 0 12 16 -1. <_> 8 0 6 8 2. <_> 14 8 6 8 2. 0 -0.0180932208895683 -0.1591285020112991 0.4453854858875275 <_> <_> 4 5 13 2 -1. <_> 4 5 13 1 2. 1 -0.0156092597171664 0.0692782625555992 -0.2265599966049194 <_> <_> <_> 17 17 1 2 -1. <_> 17 17 1 1 2. 1 -4.3753669597208500e-003 -0.7110478281974793 1 <_> <_> 17 18 3 2 -1. <_> 17 19 3 1 2. 0 -1.3602689432445914e-004 -0.1658290028572083 2 <_> <_> 16 10 3 3 -1. <_> 17 10 1 3 3. 0 3.8207470788620412e-004 0.2140810936689377 -0.1231082975864410 <_> <_> <_> 11 4 3 2 -1. <_> 11 5 3 1 2. 0 -5.7698809541761875e-003 0.2580862045288086 1 <_> <_> 8 2 8 4 -1. <_> 8 3 8 2 2. 0 -6.5253339707851410e-003 0.2006817013025284 2 <_> <_> 14 3 5 9 -1. <_> 14 6 5 3 3. 0 -0.0831495970487595 -0.6400523781776428 -0.0962928533554077 <_> <_> <_> 0 18 9 2 -1. <_> 0 19 9 1 2. 0 -1.7492580227553844e-003 -0.2799693048000336 1 <_> <_> 17 3 3 1 -1. <_> 18 4 1 1 3. 1 -3.5885178949683905e-003 -0.4255706071853638 2 <_> <_> 13 12 5 3 -1. <_> 12 13 5 1 3. 1 2.8363720048218966e-003 0.1710563004016876 -0.1154818981885910 <_> <_> <_> 10 13 4 2 -1. <_> 10 14 4 1 2. 0 3.7369329947978258e-003 2 1 <_> <_> 8 8 3 3 -1. <_> 7 9 3 1 3. 1 0.0203982908278704 0.0751420035958290 0.7144914865493774 <_> <_> 16 3 3 3 -1. <_> 15 4 3 1 3. 1 -0.0186053290963173 0.6674553751945496 -0.1301171928644180 <_> <_> <_> 15 18 4 1 -1. <_> 17 18 2 1 2. 0 1.2047400232404470e-003 1 0.1993627995252609 <_> <_> 5 0 2 3 -1. <_> 5 0 1 3 2. 1 -4.1799237951636314e-003 0.2062533944845200 2 <_> <_> 11 10 3 2 -1. <_> 12 10 1 2 3. 0 5.3556780330836773e-003 -0.2184738963842392 0.3918460011482239 <_> <_> <_> 0 2 2 18 -1. <_> 0 2 1 9 2. <_> 1 11 1 9 2. 0 -2.3561089765280485e-003 1 2 <_> <_> 1 8 8 7 -1. <_> 3 8 4 7 2. 0 -0.0597407482564449 0.6495192050933838 -0.2614704966545105 <_> <_> 12 18 4 2 -1. <_> 12 18 2 1 2. <_> 14 19 2 1 2. 0 1.4918210217729211e-003 0.1180087998509407 -0.3651857972145081 <_> <_> <_> 3 4 16 12 -1. <_> 7 4 8 12 2. 0 -0.2646600902080536 -0.4700730144977570 1 <_> <_> 5 8 6 1 -1. <_> 7 8 2 1 3. 0 -6.3644978217780590e-004 0.1539365053176880 2 <_> <_> 7 4 12 8 -1. <_> 11 4 4 8 3. 0 -0.1079884022474289 0.2816798985004425 -0.1963696032762528 <_> <_> <_> 8 16 2 2 -1. <_> 8 16 1 1 2. <_> 9 17 1 1 2. 0 -3.6950930370949209e-004 -0.2569453120231628 1 <_> <_> 3 4 3 3 -1. <_> 2 5 3 1 3. 1 -7.9222144559025764e-003 -0.3608905971050263 2 <_> <_> 8 5 3 6 -1. <_> 9 7 1 2 9. 0 -7.1997018530964851e-003 0.2118722051382065 -0.0603044107556343 <_> <_> <_> 2 5 18 2 -1. <_> 8 5 6 2 3. 0 0.0278659500181675 1 0.2754226028919220 <_> <_> 14 8 1 2 -1. <_> 14 9 1 1 2. 0 1.0313779785064980e-004 -0.2111312001943588 2 <_> <_> 5 1 4 1 -1. <_> 6 1 2 1 2. 0 9.8026450723409653e-004 0.1296983063220978 -0.3592596948146820 <_> <_> <_> 1 9 17 3 -1. <_> 1 10 17 1 3. 0 0.0108691602945328 1 -0.2870922088623047 <_> <_> 1 17 9 3 -1. <_> 1 18 9 1 3. 0 1.9162669777870178e-003 2 0.1922376006841660 <_> <_> 4 16 6 2 -1. <_> 4 17 6 1 2. 0 -6.9466588320210576e-004 0.2680231034755707 -0.1589346975088120 <_> <_> <_> 3 8 2 2 -1. <_> 3 8 1 1 2. <_> 4 9 1 1 2. 0 -1.5737100038677454e-003 0.4845055937767029 1 <_> <_> 17 8 3 3 -1. <_> 16 9 3 1 3. 1 2.8489651158452034e-003 2 0.1473242044448853 <_> <_> 7 3 4 2 -1. <_> 8 3 2 2 2. 0 1.2300360249355435e-003 -0.0220786295831203 -0.3536359965801239 <_> <_> <_> 4 9 2 1 -1. <_> 4 9 1 1 2. 1 -1.7871359596028924e-003 0.1513085961341858 1 <_> <_> 0 4 2 4 -1. <_> 1 4 1 4 2. 0 -7.5124297291040421e-004 -0.2584514915943146 2 <_> <_> 6 3 1 12 -1. <_> 6 9 1 6 2. 0 -0.0158108696341515 0.3902400135993958 -0.0832490324974060 <_> <_> <_> 0 7 4 2 -1. <_> 0 8 4 1 2. 0 -8.5817109793424606e-003 2 1 <_> <_> 2 0 5 16 -1. <_> 2 8 5 8 2. 0 0.1492594033479691 0.0652851834893227 -0.4483678042888641 <_> <_> 11 0 3 6 -1. <_> 9 2 3 2 3. 1 0.0509733483195305 -0.5980225205421448 0.7631481289863586 <_> <_> <_> 5 16 12 1 -1. <_> 8 16 6 1 2. 0 -1.4699130551889539e-003 2 1 <_> <_> 9 8 3 2 -1. <_> 10 8 1 2 3. 0 1.8571510445326567e-003 -0.1585713028907776 0.2062346935272217 <_> <_> 14 8 3 6 -1. <_> 15 9 1 6 3. 1 2.7572319377213717e-003 -0.0153697002679110 0.3574141860008240 <_> <_> <_> 13 8 4 7 -1. <_> 14 9 2 7 2. 1 -0.0124948704615235 0.2164631038904190 1 <_> <_> 16 7 3 4 -1. <_> 15 8 3 2 2. 1 -0.0205422304570675 0.3518325984477997 2 <_> <_> 13 1 1 16 -1. <_> 13 9 1 8 2. 0 9.8408637568354607e-003 -0.2510798871517181 0.0245974194258451 <_> <_> <_> 7 17 8 1 -1. <_> 9 17 4 1 2. 0 7.5531061738729477e-003 1 -0.7717052102088928 <_> <_> 9 10 3 5 -1. <_> 10 11 1 5 3. 1 8.6472760885953903e-003 2 -0.2653510868549347 <_> <_> 4 11 6 3 -1. <_> 6 13 2 3 3. 1 -0.0233432706445456 -0.3110235929489136 0.1075194031000137 <_> <_> <_> 3 16 1 2 -1. <_> 3 16 1 1 2. 1 -2.3739689495414495e-003 0.2483355998992920 1 <_> <_> 5 13 3 4 -1. <_> 4 14 3 2 2. 1 4.5531010255217552e-003 2 0.1276661008596420 <_> <_> 7 5 8 8 -1. <_> 9 5 4 8 2. 0 -0.0178197398781776 -0.0215389095246792 -0.3353056907653809 <_> <_> <_> 17 5 2 4 -1. <_> 17 5 1 4 2. 1 -0.0182177107781172 -0.4191550016403198 1 <_> <_> 0 14 3 4 -1. <_> 0 15 3 2 2. 0 -4.5768721029162407e-003 -0.4393653869628906 2 <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 -1.8008370534516871e-004 -0.1269751936197281 0.1353927999734879 <_> <_> <_> 6 16 6 4 -1. <_> 8 16 2 4 3. 0 -7.6008588075637817e-003 -0.3382278978824616 1 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 4.5034091453999281e-004 2 0.3159990906715393 <_> <_> 9 17 2 1 -1. <_> 10 17 1 1 2. 0 2.7170981047675014e-004 -0.0756601467728615 0.2307509928941727 <_> <_> <_> 14 5 5 8 -1. <_> 14 7 5 4 2. 0 -0.0597398914396763 -0.3995823860168457 1 <_> <_> 16 7 2 2 -1. <_> 16 8 2 1 2. 0 -2.4159778840839863e-003 2 -0.0291774198412895 <_> <_> 9 11 2 7 -1. <_> 10 11 1 7 2. 0 7.5702499598264694e-003 0.3620199859142304 -0.7877599000930786 <_> <_> <_> 2 5 1 2 -1. <_> 2 5 1 1 2. 1 4.8360861837863922e-003 1 -0.4798456132411957 <_> <_> 4 6 11 3 -1. <_> 4 7 11 1 3. 0 -0.0197947490960360 0.3172172009944916 2 <_> <_> 5 4 8 3 -1. <_> 5 5 8 1 3. 0 -5.3176241926848888e-003 0.2197144925594330 -0.0853022336959839 <_> <_> <_> 0 8 20 3 -1. <_> 0 9 20 1 3. 0 3.5097550135105848e-003 2 1 <_> <_> 15 8 3 3 -1. <_> 15 9 3 1 3. 0 -1.6063610091805458e-003 0.3470580875873566 -0.3219808042049408 <_> <_> 17 9 3 1 -1. <_> 18 9 1 1 3. 0 1.8238229677081108e-003 0.0975737273693085 -0.4178476929664612 <_> <_> <_> 15 6 5 3 -1. <_> 15 7 5 1 3. 0 2.2058039903640747e-003 2 1 <_> <_> 9 15 8 2 -1. <_> 9 15 4 1 2. <_> 13 16 4 1 2. 0 2.5601179804652929e-003 -0.2986601889133453 0.3208585977554321 <_> <_> 0 3 1 4 -1. <_> 0 4 1 2 2. 0 2.2490289993584156e-003 0.1041122972965241 -0.3094179034233093 <_> <_> <_> 9 3 5 2 -1. <_> 9 4 5 1 2. 0 2.2417849395424128e-003 1 2 <_> <_> 15 3 2 2 -1. <_> 15 3 1 1 2. <_> 16 4 1 1 2. 0 9.5781440904829651e-005 -0.1986119002103806 0.0804844871163368 <_> <_> 12 0 4 12 -1. <_> 12 0 2 12 2. 1 -0.1019918993115425 -0.6657344102859497 0.2654593884944916 <_> <_> <_> 10 6 8 2 -1. <_> 10 7 8 1 2. 0 2.9278239235281944e-003 2 1 <_> <_> 15 3 2 13 -1. <_> 16 3 1 13 2. 0 -2.3058110382407904e-003 0.4671154916286469 -0.0232933796942234 <_> <_> 11 11 5 2 -1. <_> 11 11 5 1 2. 1 -3.5818710457533598e-003 0.0197561495006084 -0.2589983940124512 <_> <_> <_> 0 0 6 2 -1. <_> 3 0 3 2 2. 0 4.8302081413567066e-003 2 1 <_> <_> 4 0 1 3 -1. <_> 3 1 1 1 3. 1 -2.7483499143272638e-003 -0.3690997064113617 0.2965056896209717 <_> <_> 1 0 2 1 -1. <_> 2 0 1 1 2. 0 -4.5970390783622861e-004 0.1048004031181335 -0.1618452966213226 <_> <_> <_> 3 0 16 5 -1. <_> 7 0 8 5 2. 0 -0.0101613495498896 2 1 <_> <_> 18 10 1 2 -1. <_> 18 10 1 1 2. 1 3.2342320773750544e-003 -0.1552353054285049 0.4881691038608551 <_> <_> 4 6 2 4 -1. <_> 4 7 2 2 2. 0 -1.1368689592927694e-003 0.2815929055213928 -0.0627904012799263 <_> <_> <_> 13 5 2 1 -1. <_> 13 5 1 1 2. 1 1.1411249870434403e-003 1 0.1208174973726273 <_> <_> 0 5 8 2 -1. <_> 0 5 4 1 2. <_> 4 6 4 1 2. 0 2.8695389628410339e-003 2 0.2099259942770004 <_> <_> 7 7 10 13 -1. <_> 12 7 5 13 2. 0 0.2473116964101791 -0.2419752925634384 0.6499055027961731 <_> <_> <_> 17 3 3 2 -1. <_> 18 4 1 2 3. 1 2.7829511091113091e-003 2 1 <_> <_> 2 0 9 2 -1. <_> 2 1 9 1 2. 0 -0.0137017201632261 0.4553816914558411 -0.3384790122509003 <_> <_> 4 8 12 6 -1. <_> 4 10 12 2 3. 0 0.0487684011459351 0.0896881222724915 -0.3157638013362885 <_> <_> <_> 13 8 3 2 -1. <_> 14 9 1 2 3. 1 0.0173298008739948 1 0.4255819022655487 <_> <_> 10 9 3 8 -1. <_> 11 9 1 8 3. 0 0.0148996300995350 2 0.6171193122863770 <_> <_> 13 13 4 6 -1. <_> 14 13 2 6 2. 0 -5.4528238251805305e-003 -0.4093998968601227 -0.0152154499664903 <_> <_> <_> 7 0 6 1 -1. <_> 9 0 2 1 3. 0 -4.6164509840309620e-003 -0.3599287867546082 1 <_> <_> 11 1 4 2 -1. <_> 11 2 4 1 2. 0 2.2072680294513702e-003 2 0.2005150020122528 <_> <_> 13 0 6 3 -1. <_> 13 1 6 1 3. 0 1.1780969798564911e-003 -0.1771039962768555 0.1328358054161072 <_> <_> <_> 7 18 2 1 -1. <_> 8 18 1 1 2. 0 -2.1226529497653246e-004 2 1 <_> <_> 6 15 6 4 -1. <_> 6 16 6 2 2. 0 6.6969380713999271e-003 -0.1455882936716080 0.3031922876834869 <_> <_> 13 15 2 3 -1. <_> 12 16 2 1 3. 1 4.8628589138388634e-003 0.2114765942096710 -0.6505087018013001 <_> <_> <_> 0 18 20 2 -1. <_> 0 18 10 1 2. <_> 10 19 10 1 2. 0 1.2855669483542442e-003 1 -0.1425379961729050 <_> <_> 2 18 18 2 -1. <_> 2 18 9 1 2. <_> 11 19 9 1 2. 0 -9.8538002930581570e-004 -0.0493023693561554 2 <_> <_> 4 0 3 17 -1. <_> 5 0 1 17 3. 0 3.6161120515316725e-003 0.4549635052680969 -0.1239833980798721 <_> <_> <_> 4 9 4 4 -1. <_> 4 9 2 2 2. <_> 6 11 2 2 2. 0 7.4739390984177589e-003 1 0.2563121020793915 <_> <_> 6 10 2 4 -1. <_> 5 11 2 2 2. 1 0.0147643499076366 2 0.5857235193252564 <_> <_> 12 2 2 12 -1. <_> 12 2 1 12 2. 1 5.4328311234712601e-003 0.0325299315154552 -0.2218718975782394 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -2.7086320915259421e-004 1 2 <_> <_> 1 9 2 4 -1. <_> 1 9 1 2 2. <_> 2 11 1 2 2. 0 4.2132260277867317e-003 0.2617512047290802 -0.5954037904739380 <_> <_> 15 17 2 1 -1. <_> 16 17 1 1 2. 0 1.9583420362323523e-004 -0.1915947049856186 0.0915200263261795 <_> <_> <_> 14 6 3 4 -1. <_> 15 7 1 4 3. 1 -7.1442658081650734e-003 0.1301265060901642 1 <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 2.3744559439364821e-004 2 -0.3883144855499268 <_> <_> 15 14 2 1 -1. <_> 16 14 1 1 2. 0 -8.4380080807022750e-005 0.2103091031312943 -0.1458714008331299 <_> <_> <_> 2 3 18 10 -1. <_> 2 3 9 5 2. <_> 11 8 9 5 2. 0 0.1216180026531220 1 0.2558324933052063 <_> <_> 15 17 2 2 -1. <_> 15 17 1 1 2. <_> 16 18 1 1 2. 0 6.9275178248062730e-005 2 0.1127222031354904 <_> <_> 6 1 3 10 -1. <_> 7 1 1 10 3. 0 -0.0159046594053507 0.7211254239082336 -0.1938516050577164 -1.1990439891815186 20 -1 <_> <_> <_> <_> 3 9 6 2 -1. <_> 5 9 2 2 3. 0 0.0178999304771423 2 1 <_> <_> 15 10 4 2 -1. <_> 15 10 2 1 2. <_> 17 11 2 1 2. 0 1.5925300540402532e-003 0.0461346395313740 0.8378713130950928 <_> <_> 0 11 1 4 -1. <_> 0 13 1 2 2. 0 1.8896949477493763e-003 -0.3689903914928436 0.0187077093869448 <_> <_> <_> 7 7 9 13 -1. <_> 10 7 3 13 3. 0 -0.0413366481661797 1 -0.1998350024223328 <_> <_> 8 5 11 6 -1. <_> 8 7 11 2 3. 0 -0.0407375991344452 0.5520309805870056 2 <_> <_> 7 15 3 3 -1. <_> 8 15 1 3 3. 0 -1.4306500088423491e-003 -0.5408322811126709 0.1318338066339493 <_> <_> <_> 0 9 2 11 -1. <_> 1 9 1 11 2. 0 1.4656609855592251e-003 2 1 <_> <_> 4 8 4 2 -1. <_> 5 8 2 2 2. 0 -1.3589359587058425e-003 0.1747702956199646 -0.4528546035289764 <_> <_> 9 6 4 1 -1. <_> 10 7 2 1 2. 1 -1.5437849797308445e-003 0.2215467989444733 -0.1143703013658524 <_> <_> <_> 5 1 5 4 -1. <_> 5 2 5 2 2. 0 6.6659757867455482e-003 2 1 <_> <_> 15 10 4 3 -1. <_> 16 10 2 3 2. 0 -1.7080729594454169e-003 0.5613545179367065 -7.5875748880207539e-003 <_> <_> 0 1 16 3 -1. <_> 0 2 16 1 3. 0 -0.0360501594841480 0.6939113736152649 -0.1337317973375320 <_> <_> <_> 8 9 4 3 -1. <_> 9 10 2 3 2. 1 -7.1983798407018185e-003 0.1885589957237244 1 <_> <_> 18 17 2 3 -1. <_> 18 18 2 1 3. 0 -6.5796967828646302e-004 -0.4713008105754852 2 <_> <_> 5 13 4 6 -1. <_> 5 13 2 3 2. <_> 7 16 2 3 2. 0 -1.2115390272811055e-003 0.1938109993934631 -0.1470918953418732 <_> <_> <_> 0 0 3 17 -1. <_> 1 0 1 17 3. 0 -0.0102727701887488 -0.4113506972789764 1 <_> <_> 10 7 3 3 -1. <_> 9 8 3 1 3. 1 -7.0025851018726826e-003 2 -0.0881777480244637 <_> <_> 9 7 3 3 -1. <_> 10 8 1 3 3. 1 -0.0249338597059250 -0.6346430182456970 0.2540309131145477 <_> <_> <_> 7 5 5 6 -1. <_> 7 8 5 3 2. 0 7.7693387866020203e-003 2 1 <_> <_> 12 4 2 9 -1. <_> 12 7 2 3 3. 0 -0.0448855496942997 -0.4544571936130524 0.3388448953628540 <_> <_> 14 0 3 2 -1. <_> 15 0 1 2 3. 0 1.9916899036616087e-003 -0.0530123300850391 -0.5726923942565918 <_> <_> <_> 11 8 3 3 -1. <_> 12 9 1 1 9. 0 -0.0147834504023194 0.3736591935157776 1 <_> <_> 4 16 2 3 -1. <_> 4 17 2 1 3. 0 1.1688449885696173e-003 2 -0.3016490936279297 <_> <_> 6 10 14 3 -1. <_> 6 11 14 1 3. 0 -1.2033269740641117e-004 0.1495850980281830 -0.1401439011096954 <_> <_> <_> 0 10 14 4 -1. <_> 0 11 14 2 2. 0 -0.0437300391495228 -0.7007855772972107 1 <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 -0.0178551804274321 0.8003244996070862 2 <_> <_> 3 2 3 3 -1. <_> 4 2 1 3 3. 0 8.3651271415874362e-004 0.0788257569074631 -0.2035211026668549 <_> <_> <_> 17 17 2 2 -1. <_> 17 17 1 1 2. <_> 18 18 1 1 2. 0 -6.6671593231149018e-005 2 1 <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 -9.8805947345681489e-005 -0.3720112144947052 0.0136403096839786 <_> <_> 17 16 1 3 -1. <_> 17 17 1 1 3. 0 -2.7336759376339614e-004 -0.1621610969305039 0.2611390054225922 <_> <_> <_> 6 8 2 1 -1. <_> 6 8 1 1 2. 1 4.2468630708754063e-003 1 0.2884271144866943 <_> <_> 8 7 3 1 -1. <_> 9 8 1 1 3. 1 -4.9197040498256683e-003 2 -0.1078727990388870 <_> <_> 9 6 3 1 -1. <_> 10 7 1 1 3. 1 -0.0141166700050235 -0.7010453939437866 0.3365927934646606 <_> <_> <_> 3 9 3 10 -1. <_> 4 9 1 10 3. 0 -4.4507419806905091e-004 1 2 <_> <_> 5 15 6 3 -1. <_> 7 15 2 3 3. 0 -0.0120754400268197 -0.7098736763000488 0.1517615020275116 <_> <_> 0 4 2 12 -1. <_> 0 4 1 6 2. <_> 1 10 1 6 2. 0 -2.3437689524143934e-003 -0.4089004099369049 -0.0170915406197309 <_> <_> <_> 4 2 2 10 -1. <_> 5 2 1 10 2. 0 0.0162486806511879 1 -0.6064110994338989 <_> <_> 4 9 2 1 -1. <_> 5 9 1 1 2. 0 1.9177920185029507e-003 2 0.3667005002498627 <_> <_> 14 7 4 6 -1. <_> 15 8 2 6 2. 1 -0.0103595601394773 0.1981362998485565 -0.1102034971117973 <_> <_> <_> 17 5 3 2 -1. <_> 18 6 1 2 3. 1 2.9234820976853371e-003 2 1 <_> <_> 2 10 16 5 -1. <_> 10 10 8 5 2. 0 0.0343232005834579 -0.4638245105743408 0.1546909958124161 <_> <_> 7 17 2 2 -1. <_> 7 17 1 1 2. <_> 8 18 1 1 2. 0 1.8238219490740448e-004 -0.0250765793025494 0.2705084979534149 <_> <_> <_> 4 17 4 1 -1. <_> 6 17 2 1 2. 0 -8.5055502131581306e-004 0.1745920032262802 1 <_> <_> 8 6 3 3 -1. <_> 9 6 1 3 3. 0 4.7644949518144131e-003 2 0.4094217121601105 <_> <_> 16 10 1 4 -1. <_> 16 12 1 2 2. 0 -2.5098009500652552e-003 0.3960174024105072 -0.1766722947359085 <_> <_> <_> 17 13 2 3 -1. <_> 16 14 2 1 3. 1 -5.0978600047528744e-003 -0.4439386129379273 1 <_> <_> 3 8 13 10 -1. <_> 3 13 13 5 2. 0 -0.0520951710641384 -0.6636319756507874 2 <_> <_> 9 6 9 1 -1. <_> 12 9 3 1 3. 1 0.0352931506931782 0.0278010293841362 0.5674421191215515 <_> <_> <_> 2 5 15 6 -1. <_> 7 7 5 2 9. 0 -0.3693830966949463 -0.5428128242492676 1 <_> <_> 16 0 3 2 -1. <_> 17 1 1 2 3. 1 5.7077431119978428e-003 2 -0.3800724148750305 <_> <_> 0 17 6 3 -1. <_> 0 18 6 1 3. 0 5.1315332530066371e-004 -0.0755631625652313 0.1811268925666809 <_> <_> <_> 11 1 2 2 -1. <_> 11 1 1 2 2. 1 -8.1165106967091560e-003 0.4375719130039215 1 <_> <_> 12 5 2 2 -1. <_> 12 5 1 1 2. <_> 13 6 1 1 2. 0 2.4742930690990761e-005 -0.1625289022922516 2 <_> <_> 8 0 12 2 -1. <_> 12 0 4 2 3. 0 -8.3282394334673882e-003 0.2923378050327301 -0.0525309517979622 <_> <_> <_> 10 9 3 3 -1. <_> 11 10 1 1 9. 0 -9.9733080714941025e-003 0.2301850020885468 1 <_> <_> 12 18 8 2 -1. <_> 12 19 8 1 2. 0 -1.6291439533233643e-003 -0.3883445858955383 2 <_> <_> 8 18 9 2 -1. <_> 8 19 9 1 2. 0 2.3081828840076923e-003 0.1543828994035721 -0.1624809950590134 <_> <_> <_> 6 0 9 4 -1. <_> 6 1 9 2 2. 0 7.0326360873878002e-003 -0.0825225785374641 1 <_> <_> 3 8 12 4 -1. <_> 3 9 12 2 2. 0 -8.7802913039922714e-003 2 0.3275951147079468 <_> <_> 13 4 2 9 -1. <_> 10 7 2 3 3. 1 -0.1104435026645660 0.6319488883018494 -0.2139869034290314 <_> <_> <_> 5 15 12 4 -1. <_> 5 15 6 2 2. <_> 11 17 6 2 2. 0 6.3772657886147499e-003 -0.0657749623060226 1 <_> <_> 6 3 14 10 -1. <_> 13 3 7 10 2. 0 -0.1442766040563583 -0.5236160159111023 2 <_> <_> 9 2 6 2 -1. <_> 11 2 2 2 3. 0 5.2613671869039536e-003 0.3768759965896606 -0.3729720115661621 <_> <_> <_> 11 16 3 1 -1. <_> 12 16 1 1 3. 0 -9.3407719396054745e-004 -0.3596082031726837 1 <_> <_> 15 16 2 4 -1. <_> 15 16 1 2 2. <_> 16 18 1 2 2. 0 7.0944131584838033e-004 2 0.2992331981658936 <_> <_> 3 11 14 4 -1. <_> 3 11 7 2 2. <_> 10 13 7 2 2. 0 -0.0209672898054123 -0.3073948025703430 0.0402094498276711 <_> <_> <_> 1 19 16 1 -1. <_> 5 19 8 1 2. 0 3.0113470274955034e-003 1 2 <_> <_> 3 18 2 1 -1. <_> 4 18 1 1 2. 0 -1.6325850447174162e-004 0.0819600969552994 -0.2398902028799057 <_> <_> 12 7 1 8 -1. <_> 10 9 1 4 2. 1 3.9222151972353458e-003 0.3235664963722229 -0.1214002966880798 <_> <_> <_> 18 3 2 16 -1. <_> 18 3 1 8 2. <_> 19 11 1 8 2. 0 1.9476639572530985e-003 1 -0.2012659013271332 <_> <_> 0 9 20 3 -1. <_> 5 9 10 3 2. 0 -0.1116667017340660 -0.3185023069381714 2 <_> <_> 7 15 2 3 -1. <_> 7 15 1 3 2. 1 -8.8221747428178787e-003 -0.4077777862548828 0.1749819070100784 <_> <_> <_> 7 1 2 2 -1. <_> 7 1 1 1 2. <_> 8 2 1 1 2. 0 4.4771569082513452e-004 1 0.2282689958810806 <_> <_> 5 5 12 11 -1. <_> 9 5 4 11 3. 0 -0.1538947969675064 0.2334679961204529 2 <_> <_> 14 0 4 14 -1. <_> 14 0 4 7 2. 1 0.0995200872421265 -0.1920678019523621 0.1927147954702377 <_> <_> <_> 15 1 2 8 -1. <_> 16 1 1 8 2. 0 -7.3821679688990116e-003 -0.4625790119171143 1 <_> <_> 0 1 3 4 -1. <_> 0 2 3 2 2. 0 3.8805850781500340e-003 2 -0.2373351007699966 <_> <_> 5 9 9 9 -1. <_> 8 12 3 3 9. 0 0.1633975952863693 0.0558625683188438 0.6196528077125549 <_> <_> <_> 12 7 4 6 -1. <_> 10 9 4 2 3. 1 -0.0880774110555649 -0.3803322017192841 1 <_> <_> 5 5 8 9 -1. <_> 7 5 4 9 2. 0 -0.0359460189938545 0.2692562043666840 2 <_> <_> 2 3 16 2 -1. <_> 10 3 8 2 2. 0 -0.0164416208863258 0.1450808942317963 -0.1621935963630676 <_> <_> <_> 7 1 4 3 -1. <_> 8 1 2 3 2. 0 -4.3592150323092937e-003 -0.5106449723243713 1 <_> <_> 8 1 12 3 -1. <_> 11 1 6 3 2. 0 0.0104855000972748 2 0.2832477092742920 <_> <_> 18 1 1 2 -1. <_> 18 2 1 1 2. 0 -6.1118233134038746e-005 0.0764861479401588 -0.1980006992816925 <_> <_> <_> 6 9 8 2 -1. <_> 8 9 4 2 2. 0 -0.0471047796308994 -0.7268381714820862 1 <_> <_> 5 7 2 4 -1. <_> 5 7 1 2 2. <_> 6 9 1 2 2. 0 4.4213151559233665e-003 2 0.3963114917278290 <_> <_> 2 15 9 1 -1. <_> 5 15 3 1 3. 0 7.0402962155640125e-003 0.0189202297478914 -0.3701989948749542 <_> <_> <_> 3 10 6 9 -1. <_> 5 13 2 3 9. 0 0.1425011008977890 1 0.8802040219306946 <_> <_> 0 9 7 3 -1. <_> 0 10 7 1 3. 0 -5.7172770611941814e-003 2 0.0435956716537476 <_> <_> 0 9 16 1 -1. <_> 8 9 8 1 2. 0 -0.0464815311133862 0.7650650143623352 -0.2761993110179901 <_> <_> <_> 6 1 12 3 -1. <_> 5 2 12 1 3. 1 -0.0448387488722801 -0.5154064297676086 1 <_> <_> 9 9 9 1 -1. <_> 12 9 3 1 3. 0 0.0309579093009233 2 0.5906879901885986 <_> <_> 12 10 4 10 -1. <_> 14 10 2 10 2. 0 -8.7462607771158218e-003 -0.2289946973323822 0.0638332962989807 <_> <_> <_> 5 10 4 8 -1. <_> 5 10 2 4 2. <_> 7 14 2 4 2. 0 -0.0157421696931124 1 2 <_> <_> 0 0 16 10 -1. <_> 0 0 8 5 2. <_> 8 5 8 5 2. 0 -0.0266405902802944 0.7833927869796753 -0.0287424307316542 <_> <_> 5 15 2 4 -1. <_> 5 15 1 2 2. <_> 6 17 1 2 2. 0 1.8860519630834460e-003 -5.8971941471099854e-003 -0.5225452780723572 <_> <_> <_> 14 2 6 16 -1. <_> 17 2 3 16 2. 0 0.0900170207023621 1 -0.2776674926280975 <_> <_> 7 5 6 1 -1. <_> 9 5 2 1 3. 0 4.1232812218368053e-003 2 -0.3348559141159058 <_> <_> 18 12 2 2 -1. <_> 18 12 1 2 2. 1 -3.1369640491902828e-003 0.2329771071672440 -0.0251014791429043 <_> <_> <_> 16 0 3 18 -1. <_> 17 6 1 6 9. 0 -0.1906867027282715 -0.4954926967620850 1 <_> <_> 0 2 20 3 -1. <_> 10 2 10 3 2. 0 -0.1257802993059158 -0.4126330912113190 2 <_> <_> 1 19 2 1 -1. <_> 2 19 1 1 2. 0 -4.1931928717531264e-004 0.3146471977233887 -1.8672699807211757e-003 <_> <_> <_> 8 0 6 3 -1. <_> 11 0 3 3 2. 0 -3.2330630347132683e-003 0.1256123930215836 1 <_> <_> 7 0 8 3 -1. <_> 11 0 4 3 2. 0 1.7340299673378468e-003 -0.3480119109153748 2 <_> <_> 18 9 1 6 -1. <_> 18 9 1 3 2. 1 -0.0220271795988083 0.4481570124626160 -0.0723131969571114 -1.1545649766921997 21 -1 <_> <_> <_> <_> 3 9 6 3 -1. <_> 5 10 2 1 9. 0 0.0334225483238697 2 1 <_> <_> 15 9 2 6 -1. <_> 15 9 1 3 2. <_> 16 12 1 3 2. 0 8.5403252160176635e-004 -0.1324736028909683 0.7673912048339844 <_> <_> 12 6 4 1 -1. <_> 13 7 2 1 2. 1 -7.3585510253906250e-003 0.1387142986059189 -0.3141536116600037 <_> <_> <_> 1 6 18 14 -1. <_> 7 6 6 14 3. 0 -0.1022270023822784 1 -0.2030275017023087 <_> <_> 15 10 4 2 -1. <_> 15 10 2 1 2. <_> 17 11 2 1 2. 0 3.4475249703973532e-003 2 0.6843457221984863 <_> <_> 14 8 6 7 -1. <_> 16 8 2 7 3. 0 -0.0176455806940794 0.4240447878837585 -0.0439768098294735 <_> <_> <_> 0 10 2 10 -1. <_> 1 10 1 10 2. 0 3.2828699331730604e-003 1 -0.3299095928668976 <_> <_> 18 0 2 12 -1. <_> 19 0 1 12 2. 0 -2.6843189261853695e-003 -0.3545944988727570 2 <_> <_> 4 7 10 1 -1. <_> 4 7 5 1 2. 1 2.6746080256998539e-003 0.2009472995996475 -0.2563773989677429 <_> <_> <_> 12 1 6 2 -1. <_> 12 2 6 1 2. 0 4.3111201375722885e-003 2 1 <_> <_> 8 8 3 2 -1. <_> 8 8 3 1 2. 1 -0.0100819598883390 0.6356294155120850 7.2961407713592052e-003 <_> <_> 14 10 4 3 -1. <_> 13 11 4 1 3. 1 -0.0126214595511556 -0.4796228110790253 -0.0238742306828499 <_> <_> <_> 10 7 5 6 -1. <_> 10 10 5 3 2. 0 0.0658511966466904 1 -0.4399583041667938 <_> <_> 11 5 5 8 -1. <_> 9 7 5 4 2. 1 0.0660912394523621 2 0.5881723165512085 <_> <_> 16 2 2 3 -1. <_> 16 2 1 3 2. 1 0.0106161599978805 0.0441447496414185 -0.5287160277366638 <_> <_> <_> 4 2 13 9 -1. <_> 4 5 13 3 3. 0 -0.1707732975482941 0.3545449078083038 1 <_> <_> 9 2 6 2 -1. <_> 11 2 2 2 3. 0 7.3064928874373436e-003 2 -0.4871669113636017 <_> <_> 0 0 9 2 -1. <_> 0 1 9 1 2. 0 -0.0162329506129026 0.5102052092552185 -0.0434316098690033 <_> <_> <_> 11 2 3 12 -1. <_> 12 2 1 12 3. 0 0.0174571499228477 1 0.6051520109176636 <_> <_> 19 17 1 3 -1. <_> 19 18 1 1 3. 0 1.8004700905294158e-005 -0.1725002974271774 2 <_> <_> 19 18 1 2 -1. <_> 19 19 1 1 2. 0 -1.8200390331912786e-004 -0.1930534988641739 0.1970009952783585 <_> <_> <_> 13 4 2 4 -1. <_> 13 4 1 2 2. <_> 14 6 1 2 2. 0 1.9662559498101473e-004 1 2 <_> <_> 14 7 1 4 -1. <_> 13 8 1 2 2. 1 -0.0111326295882463 0.5084788799285889 -0.1996293962001801 <_> <_> 1 10 3 1 -1. <_> 2 10 1 1 3. 0 2.1626690868288279e-003 0.1647807061672211 -0.4268808960914612 <_> <_> <_> 18 9 1 4 -1. <_> 17 10 1 2 2. 1 7.7909911051392555e-003 1 0.4067958891391754 <_> <_> 8 9 6 4 -1. <_> 8 9 3 2 2. <_> 11 11 3 2 2. 0 -0.0172339193522930 -0.3794116079807282 2 <_> <_> 0 9 15 3 -1. <_> 0 10 15 1 3. 0 0.0129388095811009 0.0505899190902710 -0.3916378021240234 <_> <_> <_> 16 6 4 3 -1. <_> 15 7 4 1 3. 1 -0.0173870604485273 0.3160330057144165 1 <_> <_> 11 8 9 4 -1. <_> 11 9 9 2 2. 0 -2.5230729952454567e-003 -0.1728754043579102 2 <_> <_> 16 5 1 6 -1. <_> 16 5 1 3 2. 1 6.4417538233101368e-003 -0.0904296115040779 0.3188948035240173 <_> <_> <_> 7 17 4 3 -1. <_> 8 17 2 3 2. 0 -6.1783548444509506e-003 -0.8673452734947205 1 <_> <_> 4 5 1 4 -1. <_> 3 6 1 2 2. 1 -6.8178442306816578e-003 -0.4489268958568573 2 <_> <_> 17 16 3 4 -1. <_> 17 17 3 2 2. 0 1.2576530571095645e-004 -0.0914771929383278 0.1524305045604706 <_> <_> <_> 14 17 4 3 -1. <_> 14 18 4 1 3. 0 3.7562008947134018e-003 1 -0.3925963938236237 <_> <_> 6 3 8 3 -1. <_> 6 4 8 1 3. 0 -7.1173519827425480e-003 2 -0.0193430203944445 <_> <_> 9 4 1 8 -1. <_> 9 6 1 4 2. 0 -4.5744940871372819e-004 0.5856549739837647 -3.0873420182615519e-003 <_> <_> <_> 14 0 6 1 -1. <_> 17 0 3 1 2. 0 1.8661000067368150e-003 1 0.1292482018470764 <_> <_> 15 3 2 1 -1. <_> 15 3 1 1 2. 1 4.5793029130436480e-004 -0.3067753016948700 2 <_> <_> 16 1 3 4 -1. <_> 17 1 1 4 3. 0 -7.0905109168961644e-004 -0.2763735055923462 0.1831604987382889 <_> <_> <_> 16 5 2 4 -1. <_> 17 5 1 4 2. 0 1.6472890274599195e-003 1 2 <_> <_> 12 7 2 3 -1. <_> 12 8 2 1 3. 0 3.3973839599639177e-003 0.0338318087160587 0.5398290157318115 <_> <_> 17 3 3 7 -1. <_> 18 3 1 7 3. 0 1.0479029733687639e-003 -0.3497217893600464 0.0340495593845844 <_> <_> <_> 15 7 5 2 -1. <_> 15 8 5 1 2. 0 -1.2611759593710303e-003 1 -0.1080186963081360 <_> <_> 16 7 3 1 -1. <_> 17 8 1 1 3. 1 -1.3892400311306119e-003 -0.0580673106014729 2 <_> <_> 0 10 3 6 -1. <_> 1 10 1 6 3. 0 -2.3636990226805210e-003 -0.1187075003981590 0.4269065856933594 <_> <_> <_> 8 4 8 13 -1. <_> 10 4 4 13 2. 0 0.0779760628938675 1 0.6127132177352905 <_> <_> 5 10 2 2 -1. <_> 6 10 1 2 2. 0 2.6837061159312725e-003 2 0.2089346945285797 <_> <_> 5 10 6 3 -1. <_> 7 11 2 1 9. 0 -0.0182154104113579 0.2202773988246918 -0.1441258043050766 <_> <_> <_> 5 9 3 2 -1. <_> 6 9 1 2 3. 0 -7.1908776590134948e-005 0.1383648067712784 1 <_> <_> 6 7 9 3 -1. <_> 9 8 3 1 9. 0 -0.0487381592392921 2 -0.1830586940050125 <_> <_> 0 6 4 6 -1. <_> 1 6 2 6 2. 0 0.0104421498253942 0.2634834945201874 -0.6350445151329041 <_> <_> <_> 10 17 1 3 -1. <_> 10 18 1 1 3. 0 9.3731992819812149e-005 1 2 <_> <_> 8 16 4 2 -1. <_> 8 17 4 1 2. 0 -8.5826592112425715e-005 0.1404695957899094 -0.2672165930271149 <_> <_> 1 18 10 2 -1. <_> 1 18 5 1 2. <_> 6 19 5 1 2. 0 -8.0251938197761774e-004 -0.1293610036373138 0.2332673966884613 <_> <_> <_> 5 0 4 2 -1. <_> 6 0 2 2 2. 0 -4.1836570017039776e-003 -0.6015346050262451 1 <_> <_> 8 5 6 3 -1. <_> 10 7 2 3 3. 1 -0.0727506130933762 2 0.0697076469659805 <_> <_> 6 5 7 9 -1. <_> 6 8 7 3 3. 0 -0.2173843979835510 0.5672767162322998 -0.4585438966751099 <_> <_> <_> 16 12 2 4 -1. <_> 16 14 2 2 2. 0 0.0116480998694897 2 1 <_> <_> 9 7 10 6 -1. <_> 9 7 5 3 2. <_> 14 10 5 3 2. 0 -0.0627012625336647 0.7899761795997620 -0.3938801884651184 <_> <_> 9 5 8 4 -1. <_> 8 6 8 2 2. 1 0.0216129794716835 0.0770598724484444 -0.3848417997360230 <_> <_> <_> 3 14 6 6 -1. <_> 3 16 6 2 3. 0 0.0140849500894547 2 1 <_> <_> 5 14 6 6 -1. <_> 5 14 3 3 2. <_> 8 17 3 3 2. 0 -0.0195486191660166 -0.8654221892356873 0.3049587011337280 <_> <_> 2 7 4 6 -1. <_> 3 7 2 6 2. 0 -3.8142129778862000e-003 0.0908238589763641 -0.1585984975099564 <_> <_> <_> 2 0 3 20 -1. <_> 3 0 1 20 3. 0 -0.0101528400555253 1 0.0449998304247856 <_> <_> 4 7 10 3 -1. <_> 4 7 5 3 2. 1 -0.0726965665817261 -0.5691456794738770 2 <_> <_> 1 10 4 6 -1. <_> 1 10 2 3 2. <_> 3 13 2 3 2. 0 6.2066782265901566e-003 -0.2067396938800812 0.9026889204978943 <_> <_> <_> 4 9 2 10 -1. <_> 4 14 2 5 2. 0 0.0691054835915565 1 -0.5945181250572205 <_> <_> 4 7 2 2 -1. <_> 4 7 1 1 2. <_> 5 8 1 1 2. 0 -1.4375509927049279e-003 0.4036371111869812 2 <_> <_> 0 18 6 2 -1. <_> 0 19 6 1 2. 0 -1.2960369931533933e-003 -0.3194175064563751 0.0359844416379929 <_> <_> <_> 19 0 1 10 -1. <_> 19 0 1 5 2. 1 0.0618669502437115 1 -0.2778705060482025 <_> <_> 9 2 2 12 -1. <_> 9 5 2 6 2. 0 -0.0120857404544950 2 -0.1351190060377121 <_> <_> 4 14 2 4 -1. <_> 3 15 2 2 2. 1 2.4474540259689093e-003 -0.0118337199091911 0.3794530034065247 <_> <_> <_> 8 17 4 1 -1. <_> 9 17 2 1 2. 0 -5.3315522382035851e-004 -0.2255983054637909 1 <_> <_> 1 9 10 4 -1. <_> 1 9 5 2 2. <_> 6 11 5 2 2. 0 0.0438313595950603 2 -0.4712449014186859 <_> <_> 5 4 3 1 -1. <_> 6 4 1 1 3. 0 3.1255939393304288e-004 0.1732459962368012 -0.1078950017690659 <_> <_> <_> 14 7 2 2 -1. <_> 14 7 1 1 2. <_> 15 8 1 1 2. 0 -3.2911780290305614e-003 0.7749202251434326 1 <_> <_> 13 7 3 3 -1. <_> 14 8 1 1 9. 0 -5.8774580247700214e-003 2 -0.0827562063932419 <_> <_> 6 2 6 1 -1. <_> 9 2 3 1 2. 0 1.7906239954754710e-003 0.0224716607481241 0.5206152796745300 <_> <_> <_> 8 0 12 7 -1. <_> 12 0 4 7 3. 0 -0.0282942093908787 1 2 <_> <_> 16 0 4 4 -1. <_> 16 0 2 4 2. 1 -0.0207379590719938 -0.2719640135765076 0.2441193014383316 <_> <_> 2 0 16 7 -1. <_> 10 0 8 7 2. 0 0.0604380518198013 -0.1886623054742813 0.1210281029343605 <_> <_> <_> 7 1 8 2 -1. <_> 9 1 4 2 2. 0 0.0106239402666688 1 -0.4354805052280426 <_> <_> 4 6 12 1 -1. <_> 7 9 6 1 2. 1 -0.0521783605217934 0.5596138238906860 2 <_> <_> 3 17 6 3 -1. <_> 5 17 2 3 3. 0 -0.0100805498659611 -0.4701203107833862 0.0358675904572010 <_> <_> <_> 0 19 12 1 -1. <_> 4 19 4 1 3. 0 -1.8482849700376391e-003 0.1697973012924194 1 <_> <_> 12 14 8 1 -1. <_> 14 14 4 1 2. 0 -1.9860679458361119e-004 0.0711328312754631 2 <_> <_> 4 10 12 6 -1. <_> 8 12 4 2 9. 0 0.1355244964361191 -0.2627255916595459 0.6101660728454590 <_> <_> <_> 12 4 8 6 -1. <_> 14 4 4 6 2. 0 -0.0159106291830540 1 2 <_> <_> 9 2 2 8 -1. <_> 9 2 1 8 2. 1 0.0260222908109427 -0.3087277114391327 0.4995445907115936 <_> <_> 1 18 19 2 -1. <_> 1 19 19 1 2. 0 4.9573001451790333e-003 0.1657734960317612 -0.0966539680957794 <_> <_> <_> 9 18 3 2 -1. <_> 10 18 1 2 3. 0 -7.6060830906499177e-005 0.1428806036710739 1 <_> <_> 10 3 8 3 -1. <_> 10 3 4 3 2. 1 -0.0751244574785233 0.2572224140167236 2 <_> <_> 4 0 9 1 -1. <_> 7 0 3 1 3. 0 -1.2995740398764610e-003 0.0536076202988625 -0.2859834134578705 <_> <_> <_> 9 2 8 1 -1. <_> 13 2 4 1 2. 0 -2.2266160231083632e-003 2 1 <_> <_> 7 1 10 2 -1. <_> 7 2 10 1 2. 0 -0.0178640093654394 0.4011777937412262 -0.1537975072860718 <_> <_> 0 11 3 3 -1. <_> 1 12 1 1 9. 0 -7.8721214085817337e-003 -0.5309259891510010 0.2048681974411011 <_> <_> <_> 0 10 12 9 -1. <_> 4 10 4 9 3. 0 7.2514810599386692e-003 2 1 <_> <_> 4 0 6 3 -1. <_> 6 0 2 3 3. 0 -3.3152610994875431e-003 0.4345374107360840 9.4297742471098900e-003 <_> <_> 17 2 3 2 -1. <_> 18 2 1 2 3. 0 1.1477110092528164e-004 -0.2559975087642670 0.0845300182700157 <_> <_> <_> 14 10 4 4 -1. <_> 14 10 2 4 2. 1 -0.0816278830170631 0.6330761909484863 1 <_> <_> 7 10 2 3 -1. <_> 6 11 2 1 3. 1 -3.0422580894082785e-003 0.1466089934110642 2 <_> <_> 4 5 1 2 -1. <_> 4 5 1 1 2. 1 9.5837161643430591e-004 -0.2002328038215637 0.0918232128024101 <_> <_> <_> 0 0 4 1 -1. <_> 2 0 2 1 2. 0 -2.9197218827903271e-004 0.1174108013510704 1 <_> <_> 1 18 3 2 -1. <_> 1 19 3 1 2. 0 -4.1077801142819226e-004 -0.4092074036598206 2 <_> <_> 0 0 4 6 -1. <_> 0 2 4 2 3. 0 -3.4885460045188665e-003 -0.3931092023849487 0.0910947769880295 <_> <_> <_> 0 10 12 10 -1. <_> 0 10 6 5 2. <_> 6 15 6 5 2. 0 -0.0804583877325058 -0.3972836136817932 1 <_> <_> 7 15 6 2 -1. <_> 7 16 6 1 2. 0 0.0148096196353436 2 -0.6790196895599365 <_> <_> 14 8 6 3 -1. <_> 13 9 6 1 3. 1 -0.0258316490799189 -0.4843156933784485 0.0728643834590912 <_> <_> <_> 6 0 1 2 -1. <_> 6 0 1 1 2. 1 -6.8509988486766815e-003 -0.6245741844177246 1 <_> <_> 17 1 2 2 -1. <_> 17 1 1 2 2. 1 7.2365561500191689e-003 2 -0.4125021100044251 <_> <_> 15 10 1 2 -1. <_> 15 11 1 1 2. 0 -1.5076539712026715e-003 0.4203371107578278 4.4630239717662334e-003 <_> <_> <_> 16 9 3 6 -1. <_> 17 10 1 6 3. 1 0.0314083211123943 1 0.5399547815322876 <_> <_> 2 8 16 9 -1. <_> 6 8 8 9 2. 0 -0.1517816036939621 -0.3085573911666870 2 <_> <_> 12 1 6 3 -1. <_> 14 1 2 3 3. 0 -0.0140147600322962 -0.5055071115493774 0.0475267507135868 <_> <_> <_> 9 6 9 4 -1. <_> 9 6 9 2 2. 1 -0.1447951942682266 -0.6749972105026245 1 <_> <_> 3 17 2 2 -1. <_> 4 17 1 2 2. 0 -3.5547069273889065e-004 2 -0.0696272179484367 <_> <_> 0 7 2 4 -1. <_> 0 8 2 2 2. 0 3.9468570612370968e-003 0.2031012028455734 -0.5764027833938599 -1.1791440248489380 22 -1 <_> <_> <_> <_> 5 10 12 1 -1. <_> 9 10 4 1 3. 0 -0.0370291210711002 1 2 <_> <_> 15 9 4 4 -1. <_> 15 9 2 2 2. <_> 17 11 2 2 2. 0 3.5863209050148726e-003 9.5846345648169518e-003 0.7999265789985657 <_> <_> 4 10 4 1 -1. <_> 5 10 2 1 2. 0 2.0645149052143097e-003 -0.2924740910530090 0.1464221030473709 <_> <_> <_> 13 9 3 2 -1. <_> 14 9 1 2 3. 0 5.5934679694473743e-003 2 1 <_> <_> 2 12 13 8 -1. <_> 2 16 13 4 2. 0 0.0221766307950020 -0.3940382003784180 0.5429170727729797 <_> <_> 16 17 1 3 -1. <_> 16 18 1 1 3. 0 4.8479600081918761e-005 -0.2406370937824249 0.0902139768004417 <_> <_> <_> 9 5 3 6 -1. <_> 10 7 1 2 9. 0 -0.0127223897725344 1 -0.1755008995532990 <_> <_> 1 9 12 4 -1. <_> 1 10 12 2 2. 0 0.0116103496402502 2 -0.3178780078887940 <_> <_> 12 2 6 17 -1. <_> 14 2 2 17 3. 0 0.0825203433632851 0.2879857122898102 -0.4405286908149719 <_> <_> <_> 8 18 8 2 -1. <_> 10 18 4 2 2. 0 -0.0142084099352360 -0.8258489966392517 1 <_> <_> 0 18 4 2 -1. <_> 2 18 2 2 2. 0 -8.1465748371556401e-004 0.1952175945043564 2 <_> <_> 10 15 10 4 -1. <_> 10 15 5 2 2. <_> 15 17 5 2 2. 0 -5.5117108859121799e-003 0.1862213015556335 -0.1941747963428497 <_> <_> <_> 15 1 3 14 -1. <_> 16 1 1 14 3. 0 1.0232779895886779e-003 1 -0.1756493002176285 <_> <_> 3 8 6 12 -1. <_> 3 14 6 6 2. 0 -0.0649678632616997 -0.6919707059860230 2 <_> <_> 4 8 1 2 -1. <_> 4 9 1 1 2. 0 2.5218280497938395e-003 0.0694763734936714 0.6793208718299866 <_> <_> <_> 3 8 12 6 -1. <_> 7 10 4 2 9. 0 0.1509754955768585 1 0.4614242017269135 <_> <_> 18 3 2 7 -1. <_> 19 3 1 7 2. 0 4.3899910524487495e-003 0.0428428389132023 2 <_> <_> 16 5 4 6 -1. <_> 14 7 4 2 3. 1 9.9906846880912781e-003 -0.4255102872848511 0.0328340306878090 <_> <_> <_> 14 9 2 4 -1. <_> 13 10 2 2 2. 1 -0.0218954402953386 -0.4762736856937408 1 <_> <_> 0 1 20 2 -1. <_> 10 1 10 2 2. 0 -0.0760505273938179 -0.3634809851646423 2 <_> <_> 0 0 6 5 -1. <_> 3 0 3 5 2. 0 -9.6018705517053604e-003 0.2462527006864548 -0.0147368600592017 <_> <_> <_> 18 0 2 1 -1. <_> 19 0 1 1 2. 0 6.1576829466503114e-005 -0.1297238022089005 1 <_> <_> 13 9 1 3 -1. <_> 12 10 1 1 3. 1 -2.2094589658081532e-003 0.3234235942363739 2 <_> <_> 8 12 6 2 -1. <_> 10 12 2 2 3. 0 -0.0130343995988369 0.4993732869625092 -0.1389435976743698 <_> <_> <_> 2 1 6 6 -1. <_> 4 1 2 6 3. 0 -0.0204114299267530 -0.4582552015781403 1 <_> <_> 4 1 6 12 -1. <_> 4 4 6 6 2. 0 -0.0683601871132851 2 -0.0532020106911659 <_> <_> 3 3 2 3 -1. <_> 2 4 2 1 3. 1 -4.1714729741215706e-003 -0.3381547033786774 0.2820979952812195 <_> <_> <_> 7 9 2 3 -1. <_> 6 10 2 1 3. 1 -2.2963550873100758e-003 1 -0.0875581130385399 <_> <_> 2 4 14 5 -1. <_> 9 4 7 5 2. 0 -0.0734226703643799 0.5838512778282166 2 <_> <_> 10 0 9 4 -1. <_> 13 3 3 4 3. 1 0.0351193211972713 -0.0783735290169716 0.5228450894355774 <_> <_> <_> 0 15 3 3 -1. <_> 0 16 3 1 3. 0 -2.3843089584261179e-003 -0.3607513010501862 1 <_> <_> 5 17 2 3 -1. <_> 5 18 2 1 3. 0 5.8223021915182471e-004 2 0.2103656977415085 <_> <_> 7 12 2 8 -1. <_> 7 14 2 4 2. 0 5.1109357737004757e-003 -0.1943690925836563 0.1368142068386078 <_> <_> <_> 3 18 5 2 -1. <_> 3 19 5 1 2. 0 -6.9154787342995405e-004 -0.2396291047334671 1 <_> <_> 18 10 1 2 -1. <_> 18 10 1 1 2. 1 -5.5549171520397067e-004 2 -0.1085866019129753 <_> <_> 0 0 1 18 -1. <_> 0 9 1 9 2. 0 -7.5950571335852146e-003 -0.0913985818624496 0.2757810950279236 <_> <_> <_> 8 1 4 2 -1. <_> 8 2 4 1 2. 0 2.8131629806011915e-003 -0.0737454965710640 1 <_> <_> 10 8 5 4 -1. <_> 10 8 5 2 2. 1 -0.0452725403010845 0.3989123106002808 2 <_> <_> 5 11 6 1 -1. <_> 7 11 2 1 3. 0 -2.6697120629251003e-003 0.3744007050991058 -0.2597860991954804 <_> <_> <_> 14 8 4 12 -1. <_> 14 12 4 4 3. 0 -0.0108492197468877 2 1 <_> <_> 1 6 2 4 -1. <_> 1 8 2 2 2. 0 -0.0167768504470587 -0.6767866015434265 -0.0492378585040569 <_> <_> 13 14 6 3 -1. <_> 15 15 2 1 9. 0 -0.0196302197873592 -0.4786553084850311 0.2230004966259003 <_> <_> <_> 10 12 4 8 -1. <_> 10 16 4 4 2. 0 0.0709011703729630 1 -0.2892636954784393 <_> <_> 5 11 2 2 -1. <_> 6 11 1 2 2. 0 7.0403231075033545e-004 -0.0535750314593315 2 <_> <_> 7 14 8 2 -1. <_> 7 15 8 1 2. 0 3.3363080583512783e-003 -8.7073008762672544e-004 0.4088867008686066 <_> <_> <_> 17 6 2 2 -1. <_> 17 6 1 2 2. 1 9.3207405880093575e-003 1 -0.5339909195899963 <_> <_> 5 1 3 2 -1. <_> 5 1 3 1 2. 1 0.0115120597183704 2 -0.5217738747596741 <_> <_> 0 16 2 3 -1. <_> 0 17 2 1 3. 0 -1.8639869813341647e-004 -0.1125406995415688 0.1309698969125748 <_> <_> <_> 7 0 5 3 -1. <_> 7 1 5 1 3. 0 1.5442570438608527e-003 -0.0836661010980606 1 <_> <_> 0 0 16 2 -1. <_> 0 1 16 1 2. 0 2.5775749236345291e-003 0.3254413008689880 2 <_> <_> 5 8 4 2 -1. <_> 5 8 2 1 2. <_> 7 9 2 1 2. 0 -1.2664040550589561e-003 0.3037044107913971 -0.2605242133140564 <_> <_> <_> 14 5 6 2 -1. <_> 14 5 3 1 2. <_> 17 6 3 1 2. 0 3.2941689714789391e-003 1 0.2150689065456390 <_> <_> 2 1 2 4 -1. <_> 3 1 1 4 2. 0 -2.3375200107693672e-003 0.1973852962255478 2 <_> <_> 2 7 1 2 -1. <_> 2 8 1 1 2. 0 -7.7096500899642706e-004 0.0699861720204353 -0.1983956992626190 <_> <_> <_> 0 0 2 4 -1. <_> 0 0 1 2 2. <_> 1 2 1 2 2. 0 -2.7190460241399705e-004 1 0.0832138881087303 <_> <_> 8 0 8 10 -1. <_> 8 0 4 5 2. <_> 12 5 4 5 2. 0 0.0272373892366886 -0.2842944860458374 2 <_> <_> 3 3 2 8 -1. <_> 3 5 2 4 2. 0 -0.0150807797908783 0.6894015073776245 -0.0576281510293484 <_> <_> <_> 7 9 9 2 -1. <_> 10 9 3 2 3. 0 -0.0657309368252754 -0.5248283147811890 1 <_> <_> 6 3 2 3 -1. <_> 6 3 1 3 2. 1 -7.4283648282289505e-003 0.3952344954013825 2 <_> <_> 11 13 2 2 -1. <_> 11 14 2 1 2. 0 3.4652319736778736e-003 -0.0736907795071602 0.2080066055059433 <_> <_> <_> 16 2 4 5 -1. <_> 17 2 2 5 2. 0 -0.0126130199059844 -0.6889349222183228 1 <_> <_> 7 10 12 6 -1. <_> 11 12 4 2 9. 0 0.2328812032938004 2 0.7079027295112610 <_> <_> 14 6 2 7 -1. <_> 15 6 1 7 2. 0 0.0219035092741251 -7.7761108987033367e-003 0.8437221050262451 <_> <_> <_> 18 16 1 3 -1. <_> 18 17 1 1 3. 0 1.0629750322550535e-003 1 -0.3424642086029053 <_> <_> 18 9 2 2 -1. <_> 18 9 1 1 2. <_> 19 10 1 1 2. 0 1.8193929281551391e-004 0.1065779030323029 2 <_> <_> 16 7 4 4 -1. <_> 16 7 2 2 2. <_> 18 9 2 2 2. 0 1.4717869926244020e-003 -0.3197098970413208 0.0705775693058968 <_> <_> <_> 14 10 6 6 -1. <_> 14 10 3 3 2. <_> 17 13 3 3 2. 0 7.5306659564375877e-003 1 2 <_> <_> 8 16 2 4 -1. <_> 8 17 2 2 2. 0 1.7505730502307415e-003 -0.1546027958393097 0.2133508026599884 <_> <_> 18 11 2 8 -1. <_> 18 11 1 4 2. <_> 19 15 1 4 2. 0 3.8401300553232431e-003 0.2380007058382034 -0.4105584025382996 <_> <_> <_> 7 4 6 12 -1. <_> 7 8 6 4 3. 0 -0.2504155039787293 1 2 <_> <_> 0 7 20 9 -1. <_> 5 7 10 9 2. 0 -0.2044478952884674 -0.3792730867862701 0.4987036883831024 <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 -0.0123830400407314 0.4634347856044769 -0.0676133036613464 <_> <_> <_> 6 3 3 4 -1. <_> 5 4 3 2 2. 1 1.9026029622182250e-003 2 1 <_> <_> 14 3 3 12 -1. <_> 14 3 3 6 2. 1 -0.1670543998479843 0.3535686135292053 -0.2480345964431763 <_> <_> 11 5 8 6 -1. <_> 11 7 8 2 3. 0 -0.0869375914335251 -0.5678138136863709 0.1012118980288506 <_> <_> <_> 17 7 3 5 -1. <_> 18 8 1 5 3. 1 -0.0103149497881532 1 -0.0525304488837719 <_> <_> 3 11 6 6 -1. <_> 5 13 2 2 9. 0 4.5044738799333572e-003 2 -0.0900711566209793 <_> <_> 15 6 4 5 -1. <_> 15 6 2 5 2. 1 0.0151721201837063 0.7175869941711426 -0.0377409495413303 <_> <_> <_> 8 9 3 3 -1. <_> 7 10 3 1 3. 1 -5.6233601644635201e-003 0.2332572042942047 1 <_> <_> 6 7 9 2 -1. <_> 9 10 3 2 3. 1 0.0545678585767746 2 0.4864645898342133 <_> <_> 7 8 2 12 -1. <_> 7 8 1 6 2. <_> 8 14 1 6 2. 0 9.7008212469518185e-004 -0.2460052967071533 0.0242243092507124 <_> <_> <_> 5 17 3 2 -1. <_> 6 17 1 2 3. 0 -2.7179729659110308e-003 -0.5363339185714722 1 <_> <_> 4 5 3 4 -1. <_> 5 6 1 4 3. 1 -0.0204196404665709 2 -0.0113616501912475 <_> <_> 11 1 6 10 -1. <_> 11 1 6 5 2. 1 -0.0333077609539032 0.6739841103553772 -0.1406348943710327 <_> <_> <_> 2 6 6 1 -1. <_> 2 6 3 1 2. 1 -0.0255001801997423 -0.3617782890796661 1 <_> <_> 16 6 1 6 -1. <_> 14 8 1 2 3. 1 -0.0406299084424973 -0.5457913279533386 2 <_> <_> 14 6 1 3 -1. <_> 13 7 1 1 3. 1 -9.0600941330194473e-003 0.5220224261283875 0.0227364692837000 <_> <_> <_> 0 6 18 3 -1. <_> 6 7 6 1 9. 0 -0.2563566863536835 -0.8332834839820862 1 <_> <_> 14 7 6 3 -1. <_> 14 7 3 3 2. 1 -0.0953407511115074 2 -0.0168354399502277 <_> <_> 7 12 4 3 -1. <_> 7 12 2 3 2. 1 -5.9463721700012684e-003 0.5690956711769104 -0.2497300952672958 <_> <_> <_> 18 8 2 8 -1. <_> 18 8 1 4 2. <_> 19 12 1 4 2. 0 -9.2139927437528968e-004 2 1 <_> <_> 15 1 4 2 -1. <_> 16 2 2 2 2. 1 -6.8437340669333935e-003 -0.3673509061336517 0.1601510941982269 <_> <_> 14 0 2 10 -1. <_> 14 0 1 5 2. <_> 15 5 1 5 2. 0 -8.2487165927886963e-003 0.5268660187721252 -0.1515123993158341 <_> <_> <_> 10 1 2 6 -1. <_> 10 1 1 3 2. <_> 11 4 1 3 2. 0 4.7555859200656414e-003 1 -0.4270030856132507 <_> <_> 16 2 2 3 -1. <_> 17 2 1 3 2. 0 9.3567231670022011e-004 2 0.1732777059078217 <_> <_> 12 2 4 1 -1. <_> 14 2 2 1 2. 0 -6.3907768344506621e-004 0.1315557062625885 -0.1864600032567978 <_> <_> <_> 0 1 4 2 -1. <_> 0 2 4 1 2. 0 -5.6550311855971813e-003 0.3129703998565674 1 <_> <_> 12 11 3 4 -1. <_> 13 12 1 4 3. 1 -0.0122124599292874 0.4675086140632629 2 <_> <_> 8 12 8 7 -1. <_> 10 12 4 7 2. 0 -0.0105503397062421 -0.2446123063564301 0.0165020301938057 <_> <_> <_> 2 5 6 8 -1. <_> 4 5 2 8 3. 0 -7.5216998811811209e-004 -0.1007530018687248 1 <_> <_> 18 17 2 2 -1. <_> 18 17 1 1 2. <_> 19 18 1 1 2. 0 3.0214080470614135e-004 2 -0.2886560857295990 <_> <_> 5 14 1 2 -1. <_> 5 15 1 1 2. 0 2.8510420816019177e-004 -0.0118444999679923 0.3669173121452332 <_> <_> <_> 1 10 6 1 -1. <_> 3 10 2 1 3. 0 -4.4020009227097034e-003 1 -0.0771671384572983 <_> <_> 6 6 6 12 -1. <_> 9 6 3 12 2. 0 0.0355682186782360 2 -0.4433585107326508 <_> <_> 18 2 2 12 -1. <_> 18 2 1 6 2. <_> 19 8 1 6 2. 0 6.4601990743540227e-005 0.0137816602364182 0.4531911909580231 <_> <_> <_> 2 16 9 3 -1. <_> 2 17 9 1 3. 0 9.3313469551503658e-004 1 -0.1205907016992569 <_> <_> 10 9 10 9 -1. <_> 10 12 10 3 3. 0 -0.0878381431102753 -0.4673660993576050 2 <_> <_> 13 14 3 4 -1. <_> 13 15 3 2 2. 0 2.8037109877914190e-003 0.0715188309550285 0.4459312856197357 <_> <_> <_> 8 9 1 3 -1. <_> 8 10 1 1 3. 0 2.3915059864521027e-003 1 -0.3327791988849640 <_> <_> 2 16 5 3 -1. <_> 2 17 5 1 3. 0 -1.8183189677074552e-003 2 0.0914784073829651 <_> <_> 11 19 6 1 -1. <_> 13 19 2 1 3. 0 1.9244100258219987e-004 0.0491212792694569 -0.4526689052581787 <_> <_> <_> 9 1 6 15 -1. <_> 11 6 2 5 9. 0 0.2178990989923477 1 0.7489240169525147 <_> <_> 15 10 2 8 -1. <_> 15 10 1 4 2. <_> 16 14 1 4 2. 0 1.0331439552828670e-003 -0.1063700020313263 2 <_> <_> 0 7 6 12 -1. <_> 2 11 2 4 9. 0 -0.1413833051919937 -0.4297462999820709 0.1617968976497650 <_> <_> <_> 11 2 9 4 -1. <_> 11 2 9 2 2. 1 -0.0591066889464855 -0.4077411890029907 1 <_> <_> 5 9 2 3 -1. <_> 5 9 1 3 2. 1 7.8279376029968262e-003 2 0.3923799097537994 <_> <_> 14 8 3 4 -1. <_> 15 8 1 4 3. 0 -3.1304039293900132e-004 0.1396436989307404 -0.0975623577833176 <_> <_> <_> 2 13 18 4 -1. <_> 11 13 9 4 2. 0 -0.0649378001689911 0.2259044051170349 1 <_> <_> 0 0 20 14 -1. <_> 10 0 10 14 2. 0 -0.2173981070518494 -0.3448418080806732 2 <_> <_> 0 9 6 11 -1. <_> 2 9 2 11 3. 0 -0.0202571507543325 0.2472362965345383 -0.0666092634201050 <_> <_> <_> 2 0 3 17 -1. <_> 3 0 1 17 3. 0 -0.0115484995767474 1 2 <_> <_> 1 0 18 7 -1. <_> 7 0 6 7 3. 0 -0.0678114071488380 0.1942711025476456 -0.5872799754142761 <_> <_> 7 3 4 6 -1. <_> 9 3 2 6 2. 0 -0.0349533893167973 0.7895535826683044 0.0152971902862191 <_> <_> <_> 6 0 14 20 -1. <_> 6 0 7 10 2. <_> 13 10 7 10 2. 0 -0.1718046963214874 -0.2961244881153107 1 <_> <_> 18 6 2 2 -1. <_> 18 6 1 1 2. <_> 19 7 1 1 2. 0 -2.5918710161931813e-004 2 0.1028172001242638 <_> <_> 13 9 4 3 -1. <_> 14 10 2 3 2. 1 0.0127416402101517 -0.3070206046104431 0.2169245034456253 <_> <_> <_> 10 11 2 6 -1. <_> 8 13 2 2 3. 1 -0.0312585905194283 0.5734878778457642 1 <_> <_> 18 15 2 1 -1. <_> 18 15 1 1 2. 1 3.5533700138330460e-003 2 0.5047500729560852 <_> <_> 8 16 4 2 -1. <_> 9 16 2 2 2. 0 -9.2502118786796927e-004 -0.2668665945529938 9.2138834297657013e-003 <_> <_> <_> 6 17 4 1 -1. <_> 7 17 2 1 2. 0 -1.2170480331405997e-003 -0.3917261958122253 1 <_> <_> 7 0 12 5 -1. <_> 10 0 6 5 2. 0 -0.0220239497721195 0.2069057971239090 2 <_> <_> 6 4 9 3 -1. <_> 6 5 9 1 3. 0 0.0295492298901081 -0.0603583417832851 0.6975278854370117 <_> <_> <_> 15 0 4 2 -1. <_> 15 1 4 1 2. 0 -7.2058511432260275e-004 1 2 <_> <_> 6 0 9 20 -1. <_> 6 5 9 10 2. 0 -0.2562567889690399 -0.3376376032829285 0.0572218708693981 <_> <_> 0 7 11 12 -1. <_> 0 13 11 6 2. 0 0.3281723856925964 0.0182681605219841 0.4586629867553711 <_> <_> <_> 1 8 10 1 -1. <_> 1 8 5 1 2. 1 -0.0524789504706860 -0.3749239146709442 1 <_> <_> 12 1 2 10 -1. <_> 12 6 2 5 2. 0 -0.0722610726952553 0.5687894821166992 2 <_> <_> 18 5 1 6 -1. <_> 18 8 1 3 2. 0 -0.0107512399554253 -0.3282316029071808 0.0504475384950638 -1.0878429412841797 23 -1 <_> <_> <_> <_> 5 10 12 1 -1. <_> 9 10 4 1 3. 0 -0.0364755988121033 1 2 <_> <_> 11 12 9 4 -1. <_> 14 12 3 4 3. 0 0.0125702396035194 0.7885584235191345 -0.0583554282784462 <_> <_> 12 8 7 4 -1. <_> 11 9 7 2 2. 1 -5.3332238458096981e-003 6.4850552007555962e-003 -0.3841140866279602 <_> <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -3.8449079729616642e-003 1 2 <_> <_> 15 8 2 8 -1. <_> 15 8 1 4 2. <_> 16 12 1 4 2. 0 1.8065240001305938e-003 -0.0883801206946373 0.6635612249374390 <_> <_> 1 16 9 2 -1. <_> 1 17 9 1 2. 0 4.4460720382630825e-003 -0.2265107035636902 0.1216852962970734 <_> <_> <_> 5 2 14 12 -1. <_> 5 5 14 6 2. 0 -0.1544134020805359 1 -0.1778910011053085 <_> <_> 2 10 2 10 -1. <_> 2 15 2 5 2. 0 0.0289659798145294 2 0.3892947137355804 <_> <_> 1 0 12 5 -1. <_> 5 0 4 5 3. 0 -0.0181120708584785 0.4213728904724121 -0.2065168023109436 <_> <_> <_> 16 17 1 2 -1. <_> 16 17 1 1 2. 1 -3.0437670648097992e-003 -0.4553112089633942 1 <_> <_> 12 1 8 2 -1. <_> 12 1 4 1 2. <_> 16 2 4 1 2. 0 -2.7257429901510477e-003 0.2557618021965027 2 <_> <_> 3 5 8 6 -1. <_> 5 5 4 6 2. 0 -0.0155355799943209 0.2946321964263916 -0.1257286071777344 <_> <_> <_> 5 1 4 4 -1. <_> 4 2 4 2 2. 1 -0.0141823999583721 -0.4784142971038818 1 <_> <_> 6 3 1 14 -1. <_> 6 10 1 7 2. 0 2.8875279240310192e-003 -0.1473912000656128 2 <_> <_> 15 10 2 10 -1. <_> 15 10 1 5 2. <_> 16 15 1 5 2. 0 1.9505630480125546e-003 -0.0116891004145145 0.3870835900306702 <_> <_> <_> 10 2 9 4 -1. <_> 13 2 3 4 3. 0 -4.1997907683253288e-003 2 1 <_> <_> 15 6 1 9 -1. <_> 15 9 1 3 3. 0 -0.0123431896790862 0.2106676995754242 -0.2423882931470871 <_> <_> 3 2 6 2 -1. <_> 5 2 2 2 3. 0 -6.5799211151897907e-003 -0.4170933961868286 0.1908935010433197 <_> <_> <_> 15 5 4 2 -1. <_> 15 5 2 1 2. <_> 17 6 2 1 2. 0 2.0319439936429262e-003 1 0.2752510905265808 <_> <_> 8 2 6 4 -1. <_> 8 3 6 2 2. 0 -0.0226531494408846 0.6185734868049622 2 <_> <_> 17 18 1 2 -1. <_> 17 19 1 1 2. 0 -2.4583860067650676e-004 -0.3790388107299805 -0.0193958599120378 <_> <_> <_> 1 13 6 3 -1. <_> 3 14 2 1 9. 0 -1.1686830548569560e-003 0.1391365975141525 1 <_> <_> 2 16 14 2 -1. <_> 2 16 7 1 2. <_> 9 17 7 1 2. 0 3.6638419260270894e-004 -0.2607316970825195 2 <_> <_> 4 0 2 3 -1. <_> 5 0 1 3 2. 0 -5.7184919569408521e-005 0.3036144077777863 -0.1714784055948257 <_> <_> <_> 8 6 3 1 -1. <_> 9 7 1 1 3. 1 -2.3458409123122692e-003 2 1 <_> <_> 11 6 2 3 -1. <_> 10 7 2 1 3. 1 -7.0121302269399166e-003 0.1751028001308441 -0.1713269054889679 <_> <_> 4 11 10 2 -1. <_> 4 12 10 1 2. 0 0.0233181491494179 0.2286964058876038 -0.3754465878009796 <_> <_> <_> 0 8 15 6 -1. <_> 0 10 15 2 3. 0 0.0272935591638088 1 -0.2868689000606537 <_> <_> 3 18 8 1 -1. <_> 5 18 4 1 2. 0 -7.4272030033171177e-003 -0.6916741132736206 2 <_> <_> 14 2 3 2 -1. <_> 15 3 1 2 3. 1 -7.8977271914482117e-003 -0.4157652854919434 0.1069445013999939 <_> <_> <_> 17 1 3 4 -1. <_> 18 1 1 4 3. 0 -3.6563118919730186e-003 -0.4258097112178803 1 <_> <_> 8 17 4 2 -1. <_> 10 17 2 2 2. 0 1.5060990117490292e-003 2 0.2382732927799225 <_> <_> 12 8 2 3 -1. <_> 11 9 2 1 3. 1 -0.0222113896161318 -0.6281852722167969 -0.0129952495917678 <_> <_> <_> 5 7 4 2 -1. <_> 5 7 2 1 2. <_> 7 8 2 1 2. 0 -1.0182500118389726e-003 1 2 <_> <_> 3 12 6 5 -1. <_> 6 12 3 5 2. 0 0.0276243705302477 0.2095236033201218 -0.3960365056991577 <_> <_> 7 7 10 6 -1. <_> 7 9 10 2 3. 0 -0.0302671492099762 -0.2925708889961243 0.0169497393071651 <_> <_> <_> 4 3 9 16 -1. <_> 7 3 3 16 3. 0 0.0826865285634995 1 0.3386377990245819 <_> <_> 5 10 6 8 -1. <_> 5 12 6 4 2. 0 0.0646551474928856 2 0.6164727807044983 <_> <_> 17 7 2 3 -1. <_> 17 7 1 3 2. 1 2.7647409588098526e-003 -0.1426669955253601 0.1238693967461586 <_> <_> <_> 16 0 1 12 -1. <_> 16 6 1 6 2. 0 -0.0311290994286537 -0.3793180882930756 1 <_> <_> 13 4 5 2 -1. <_> 13 5 5 1 2. 0 -1.5587930101901293e-003 2 -0.0929088592529297 <_> <_> 17 4 3 3 -1. <_> 17 5 3 1 3. 0 -5.9767777565866709e-004 -0.1053064987063408 0.2994554936885834 <_> <_> <_> 10 1 9 6 -1. <_> 13 1 3 6 3. 0 -0.0501030795276165 -0.4467842876911163 1 <_> <_> 7 7 13 4 -1. <_> 7 8 13 2 2. 0 0.0257102306932211 2 -0.4354937970638275 <_> <_> 13 11 6 2 -1. <_> 13 11 3 1 2. <_> 16 12 3 1 2. 0 -8.8613387197256088e-004 0.2097813934087753 -0.0386379286646843 <_> <_> <_> 10 2 5 3 -1. <_> 10 3 5 1 3. 0 -6.0174837708473206e-003 0.2975271940231323 1 <_> <_> 1 8 4 2 -1. <_> 1 8 2 1 2. <_> 3 9 2 1 2. 0 6.2055201269686222e-003 2 0.6669222712516785 <_> <_> 19 8 1 4 -1. <_> 19 9 1 2 2. 0 2.7212419081479311e-004 0.0216719508171082 -0.2713978886604309 <_> <_> <_> 4 9 3 2 -1. <_> 5 10 1 2 3. 1 -0.0136854397132993 0.4700508117675781 1 <_> <_> 4 4 15 9 -1. <_> 9 7 5 3 9. 0 -0.6164845824241638 -0.5266693830490112 2 <_> <_> 8 0 9 11 -1. <_> 11 0 3 11 3. 0 -0.0262534096837044 0.1348302066326141 -0.1063914969563484 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -4.1545720887370408e-004 1 2 <_> <_> 16 16 1 3 -1. <_> 16 17 1 1 3. 0 -3.6237420863471925e-004 -0.1858880966901779 0.5272755026817322 <_> <_> 14 16 3 3 -1. <_> 14 17 3 1 3. 0 5.5113807320594788e-004 0.0453800112009048 -0.2313341945409775 <_> <_> <_> 12 12 4 6 -1. <_> 13 12 2 6 2. 0 -3.1878859736025333e-003 1 2 <_> <_> 10 10 1 6 -1. <_> 8 12 1 2 3. 1 -6.2446491792798042e-003 0.2847540080547333 -0.4058375954627991 <_> <_> 8 19 12 1 -1. <_> 11 19 6 1 2. 0 -2.1054609678685665e-003 0.2600018978118897 -0.0163566097617149 <_> <_> <_> 14 16 2 2 -1. <_> 14 16 1 1 2. <_> 15 17 1 1 2. 0 2.2513020667247474e-004 1 -0.1877741962671280 <_> <_> 4 8 1 4 -1. <_> 3 9 1 2 2. 1 -5.1745050586760044e-003 2 0.1281276047229767 <_> <_> 6 9 4 2 -1. <_> 6 9 2 1 2. <_> 8 10 2 1 2. 0 -2.7152549009770155e-003 0.3443149030208588 -0.4265809953212738 <_> <_> <_> 2 2 6 1 -1. <_> 2 2 3 1 2. 1 0.0278465300798416 1 -0.2855379879474640 <_> <_> 12 8 3 1 -1. <_> 13 8 1 1 3. 0 4.3891910463571548e-003 2 0.6445503830909729 <_> <_> 13 3 2 6 -1. <_> 13 3 1 3 2. <_> 14 6 1 3 2. 0 1.9749049097299576e-003 -0.0828649625182152 0.1712259054183960 <_> <_> <_> 7 9 3 5 -1. <_> 8 9 1 5 3. 0 -3.1317298999056220e-004 1 -0.1244347989559174 <_> <_> 6 1 2 17 -1. <_> 7 1 1 17 2. 0 -0.0154862804338336 -0.1839528977870941 2 <_> <_> 15 1 4 11 -1. <_> 17 1 2 11 2. 0 9.5049021765589714e-003 0.3449529111385346 -0.0202865190804005 <_> <_> <_> 12 9 2 1 -1. <_> 13 9 1 1 2. 0 -3.7190609145909548e-004 2 1 <_> <_> 14 6 3 3 -1. <_> 15 6 1 3 3. 0 2.9666710179299116e-003 4.3022842146456242e-003 -0.3443658947944641 <_> <_> 1 6 2 4 -1. <_> 1 6 1 2 2. <_> 2 8 1 2 2. 0 -5.8068940415978432e-003 -0.8413407206535339 0.2839236855506897 <_> <_> <_> 3 7 2 12 -1. <_> 3 7 1 6 2. <_> 4 13 1 6 2. 0 -5.5204080417752266e-003 2 1 <_> <_> 2 18 2 2 -1. <_> 2 18 1 1 2. <_> 3 19 1 1 2. 0 -1.3792069512419403e-004 -0.2630021870136261 0.0267065204679966 <_> <_> 8 9 4 7 -1. <_> 8 9 2 7 2. 1 -0.0371873192489147 -0.2924501895904541 0.4064193964004517 <_> <_> <_> 19 5 1 4 -1. <_> 19 7 1 2 2. 0 -5.0016207387670875e-004 1 -0.1196566969156265 <_> <_> 5 18 3 2 -1. <_> 5 19 3 1 2. 0 -1.5453010564669967e-003 -0.4256510138511658 2 <_> <_> 8 14 8 5 -1. <_> 10 14 4 5 2. 0 1.9056679448112845e-003 0.2972406148910523 -0.0479630492627621 <_> <_> <_> 0 16 8 3 -1. <_> 4 16 4 3 2. 0 7.2636879049241543e-003 -0.0645833164453506 1 <_> <_> 2 4 1 4 -1. <_> 2 5 1 2 2. 0 1.9141070079058409e-003 2 -0.3514733016490936 <_> <_> 0 17 1 3 -1. <_> 0 18 1 1 3. 0 1.2875479296781123e-004 0.1119623035192490 0.5728499293327332 <_> <_> <_> 7 17 8 3 -1. <_> 9 17 4 3 2. 0 -0.0100926300510764 -0.3782644867897034 1 <_> <_> 7 19 8 1 -1. <_> 9 19 4 1 2. 0 -7.8368087997660041e-004 0.2328823953866959 2 <_> <_> 0 0 6 6 -1. <_> 0 0 3 3 2. <_> 3 3 3 3 2. 0 -9.8703950643539429e-003 0.2151077985763550 -0.1269751936197281 <_> <_> <_> 9 5 2 2 -1. <_> 9 5 1 1 2. <_> 10 6 1 1 2. 0 -1.0650960030034184e-003 -0.3217842876911163 1 <_> <_> 8 17 1 3 -1. <_> 8 18 1 1 3. 0 8.5762650996912271e-005 -0.0888321101665497 2 <_> <_> 8 18 12 2 -1. <_> 8 18 6 1 2. <_> 14 19 6 1 2. 0 8.1163638969883323e-004 0.3036557137966156 -0.0837790071964264 <_> <_> <_> 9 8 4 1 -1. <_> 10 9 2 1 2. 1 -4.8947618342936039e-003 0.1628282070159912 1 <_> <_> 8 18 3 2 -1. <_> 8 19 3 1 2. 0 5.5883510503917933e-004 2 -0.2539525926113129 <_> <_> 0 2 2 18 -1. <_> 1 2 1 18 2. 0 -1.9008320523425937e-003 -0.1388822048902512 0.2991946041584015 <_> <_> <_> 0 19 12 1 -1. <_> 3 19 6 1 2. 0 -2.0215269178152084e-003 1 2 <_> <_> 3 12 6 1 -1. <_> 3 12 3 1 2. 1 -4.4383360072970390e-003 0.3925105929374695 -0.0430695787072182 <_> <_> 6 11 14 5 -1. <_> 13 11 7 5 2. 0 0.0684899091720581 2.4472021032124758e-003 -0.2961803972721100 <_> <_> <_> 13 4 6 10 -1. <_> 15 4 2 10 3. 0 0.0503062792122364 1 0.4224973022937775 <_> <_> 0 0 6 1 -1. <_> 3 0 3 1 2. 0 -5.6435600854456425e-003 2 -0.0929016768932343 <_> <_> 15 7 1 12 -1. <_> 15 10 1 6 2. 0 -8.9875478297472000e-003 0.6678596138954163 0.0629851967096329 <_> <_> <_> 14 9 4 2 -1. <_> 15 9 2 2 2. 0 -7.9090101644396782e-004 1 2 <_> <_> 6 9 9 11 -1. <_> 9 9 3 11 3. 0 -0.0253009591251612 0.3084985017776489 -0.0636082515120506 <_> <_> 12 10 2 2 -1. <_> 12 10 1 1 2. <_> 13 11 1 1 2. 0 7.8745762584730983e-004 -0.1488312035799027 0.2623400092124939 <_> <_> <_> 2 3 6 13 -1. <_> 5 3 3 13 2. 0 0.0764041766524315 1 -0.4597732126712799 <_> <_> 16 7 4 3 -1. <_> 16 8 4 1 3. 0 -7.9231243580579758e-003 -0.3936483860015869 2 <_> <_> 6 7 2 6 -1. <_> 7 7 1 6 2. 0 1.9256339874118567e-003 -6.4516498241573572e-004 0.2857345938682556 <_> <_> <_> 17 0 3 1 -1. <_> 18 1 1 1 3. 1 3.3896900713443756e-003 1 -0.4161860048770905 <_> <_> 18 16 2 2 -1. <_> 18 16 1 1 2. <_> 19 17 1 1 2. 0 2.6566439191810787e-004 0.0872396975755692 2 <_> <_> 12 2 8 2 -1. <_> 12 2 4 1 2. <_> 16 3 4 1 2. 0 -7.0364158600568771e-003 0.5490266084671021 -0.3165821135044098 <_> <_> <_> 4 1 10 4 -1. <_> 4 2 10 2 2. 0 0.0277348607778549 1 0.3568336069583893 <_> <_> 4 0 2 3 -1. <_> 3 1 2 1 3. 1 3.3155460841953754e-003 0.0205454006791115 2 <_> <_> 12 7 3 8 -1. <_> 10 9 3 4 2. 1 0.0548077486455441 -0.3797985017299652 0.8219966292381287 <_> <_> <_> 1 15 2 2 -1. <_> 1 15 1 1 2. <_> 2 16 1 1 2. 0 -3.1911249971017241e-004 0.2349838018417358 1 <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 -2.3244849580805749e-004 0.1597696989774704 2 <_> <_> 0 8 2 12 -1. <_> 0 11 2 6 2. 0 0.0243891999125481 -0.1695279031991959 0.3883773982524872 <_> <_> <_> 10 6 4 8 -1. <_> 10 6 2 4 2. <_> 12 10 2 4 2. 0 0.0375212803483009 1 -0.5300439000129700 <_> <_> 12 6 2 4 -1. <_> 12 6 1 2 2. <_> 13 8 1 2 2. 0 5.3981738165020943e-004 -0.0929491966962814 2 <_> <_> 3 12 4 2 -1. <_> 3 12 2 2 2. 1 -1.1914219940081239e-003 0.2577297985553742 -0.1280487030744553 <_> <_> <_> 7 9 8 1 -1. <_> 9 9 4 1 2. 0 -0.0196286998689175 -0.4574907124042511 1 <_> <_> 3 1 3 16 -1. <_> 4 1 1 16 3. 0 -2.6430340949445963e-003 2 -0.0666390731930733 <_> <_> 8 10 6 9 -1. <_> 10 10 2 9 3. 0 -0.0104924999177456 0.3781771063804627 -7.0677888579666615e-003 <_> <_> <_> 16 14 3 3 -1. <_> 17 14 1 3 3. 0 -8.1244978355243802e-004 1 0.0715442225337029 <_> <_> 14 8 6 12 -1. <_> 14 11 6 6 2. 0 0.0143083697184920 2 -0.4697304964065552 <_> <_> 14 19 6 1 -1. <_> 16 19 2 1 3. 0 -2.6346129016019404e-004 0.3292655944824219 -0.2332254052162170 <_> <_> <_> 5 8 8 5 -1. <_> 9 8 4 5 2. 0 0.0959079265594482 1 0.9999045729637146 <_> <_> 9 3 8 3 -1. <_> 11 5 4 3 2. 1 -0.1287204027175903 0.5759937167167664 2 <_> <_> 9 9 6 10 -1. <_> 9 14 6 5 2. 0 -0.0319114513695240 -0.7334852814674377 -0.0180634502321482 <_> <_> <_> 16 8 3 2 -1. <_> 17 8 1 2 3. 0 3.7128551048226655e-004 1 2 <_> <_> 3 0 3 2 -1. <_> 4 0 1 2 3. 0 -2.8491979464888573e-003 -0.5432965159416199 0.1075500994920731 <_> <_> 13 10 2 1 -1. <_> 14 10 1 1 2. 0 -4.2754760943353176e-004 0.2207192033529282 -0.2616069912910461 <_> <_> <_> 17 17 2 3 -1. <_> 17 18 2 1 3. 0 9.7452866612002254e-005 1 2 <_> <_> 15 14 2 2 -1. <_> 15 14 1 1 2. <_> 16 15 1 1 2. 0 5.2659702487289906e-004 -0.2048878073692322 0.3193565011024475 <_> <_> 16 18 4 2 -1. <_> 16 18 2 1 2. <_> 18 19 2 1 2. 0 5.9415772557258606e-004 0.1521144956350327 -0.2879998981952667 <_> <_> <_> 4 17 3 2 -1. <_> 5 17 1 2 3. 0 -2.1307960560079664e-004 0.1520628035068512 1 <_> <_> 1 0 11 2 -1. <_> 1 1 11 1 2. 0 -1.2103560147807002e-003 -0.2391826063394547 2 <_> <_> 2 0 10 2 -1. <_> 2 1 10 1 2. 0 1.2572610285133123e-003 0.3735337853431702 -0.0815976932644844 -1.1713529825210571 24 -1 <_> <_> <_> <_> 4 10 12 1 -1. <_> 8 10 4 1 3. 0 -0.0310079604387283 1 2 <_> <_> 2 9 4 6 -1. <_> 2 9 2 3 2. <_> 4 12 2 3 2. 0 -3.1969440169632435e-003 0.6885427832603455 -0.0548366494476795 <_> <_> 15 6 4 14 -1. <_> 15 6 2 7 2. <_> 17 13 2 7 2. 0 -2.0676921121776104e-003 -0.3597443997859955 -0.0309737604111433 <_> <_> <_> 10 2 6 12 -1. <_> 12 6 2 4 9. 0 -0.1112271994352341 1 -0.1570387929677963 <_> <_> 8 5 6 15 -1. <_> 10 10 2 5 9. 0 0.0148440496996045 2 -0.2041358053684235 <_> <_> 17 8 3 5 -1. <_> 18 9 1 5 3. 1 -3.4631208982318640e-003 0.6624599099159241 0.1553433984518051 <_> <_> <_> 10 6 6 6 -1. <_> 12 8 2 6 3. 1 -0.1232047006487846 -0.5276066064834595 1 <_> <_> 17 8 3 12 -1. <_> 18 8 1 12 3. 0 0.0111032901331782 2 -0.4793223142623901 <_> <_> 5 8 3 4 -1. <_> 5 10 3 2 2. 0 4.7404197975993156e-003 -0.1007478013634682 0.1624976992607117 <_> <_> <_> 16 0 4 6 -1. <_> 16 0 2 3 2. <_> 18 3 2 3 2. 0 -5.8416109532117844e-003 1 2 <_> <_> 15 0 5 10 -1. <_> 15 5 5 5 2. 0 -0.0516660287976265 -0.3759180903434753 0.3733876943588257 <_> <_> 14 8 2 3 -1. <_> 15 8 1 3 2. 0 -3.9447061717510223e-003 0.2434733957052231 -0.1452299952507019 <_> <_> <_> 3 1 14 3 -1. <_> 2 2 14 1 3. 1 -0.0363209396600723 -0.3680419921875000 1 <_> <_> 0 0 2 13 -1. <_> 1 0 1 13 2. 0 3.7123491056263447e-003 0.1009477972984314 2 <_> <_> 2 8 6 12 -1. <_> 4 8 2 12 3. 0 -0.0282427798956633 0.4247690141201019 -0.4382835030555725 <_> <_> <_> 8 7 6 5 -1. <_> 10 9 2 5 3. 1 -0.0202501695603132 1 2 <_> <_> 9 8 1 12 -1. <_> 9 12 1 4 3. 0 0.0307808406651020 0.1635501980781555 -0.6377022862434387 <_> <_> 1 0 2 4 -1. <_> 2 0 1 4 2. 0 2.5205970741808414e-003 -0.1989925950765610 0.3125874102115631 <_> <_> <_> 6 8 8 2 -1. <_> 8 8 4 2 2. 0 -0.0424862615764141 -0.6110476851463318 1 <_> <_> 4 6 4 6 -1. <_> 5 6 2 6 2. 0 0.0302566401660442 2 0.7769976258277893 <_> <_> 12 1 4 6 -1. <_> 13 1 2 6 2. 0 1.2559810420498252e-003 0.0682232677936554 -0.1840278953313828 <_> <_> <_> 3 0 9 2 -1. <_> 3 0 9 1 2. 1 -0.0181112308055162 0.3739083111286163 1 <_> <_> 12 0 4 2 -1. <_> 12 1 4 1 2. 0 -7.0966721978038549e-004 2 0.0716732218861580 <_> <_> 14 18 2 2 -1. <_> 14 19 2 1 2. 0 2.0517550874501467e-003 -0.2372370958328247 0.4230437874794006 <_> <_> <_> 12 3 8 4 -1. <_> 12 5 8 2 2. 0 -0.0669398307800293 -0.6446484923362732 1 <_> <_> 4 11 1 2 -1. <_> 4 11 1 1 2. 1 -8.4355175495147705e-003 -0.5966771841049194 2 <_> <_> 8 4 9 6 -1. <_> 11 4 3 6 3. 0 -0.0766460075974464 -0.3536089062690735 0.0767010301351547 <_> <_> <_> 5 10 2 6 -1. <_> 5 10 1 3 2. <_> 6 13 1 3 2. 0 -1.8152770353481174e-003 0.1709956973791122 1 <_> <_> 5 10 4 3 -1. <_> 6 10 2 3 2. 0 -2.7247369289398193e-003 0.1626299023628235 2 <_> <_> 12 4 3 1 -1. <_> 13 4 1 1 3. 0 -5.4963980801403522e-004 -0.4476447105407715 -0.0742559134960175 <_> <_> <_> 2 11 18 6 -1. <_> 2 13 18 2 3. 0 -0.0413364097476006 -0.3007929027080536 1 <_> <_> 8 6 10 14 -1. <_> 8 6 5 7 2. <_> 13 13 5 7 2. 0 -0.1262717992067337 -0.2194923013448715 2 <_> <_> 2 2 12 2 -1. <_> 2 2 6 1 2. <_> 8 3 6 1 2. 0 -4.9632410518825054e-003 0.3171538114547730 0.0165228899568319 <_> <_> <_> 10 7 6 10 -1. <_> 10 7 3 5 2. <_> 13 12 3 5 2. 0 -0.0682557895779610 0.3762927949428558 1 <_> <_> 1 2 4 4 -1. <_> 3 2 2 4 2. 0 0.0172566995024681 2 0.6070305109024048 <_> <_> 3 0 13 2 -1. <_> 3 1 13 1 2. 0 1.8318969523534179e-003 0.0448393002152443 -0.1828462034463882 <_> <_> <_> 3 2 11 3 -1. <_> 3 3 11 1 3. 0 6.2703560106456280e-003 1 0.1501232981681824 <_> <_> 14 8 3 4 -1. <_> 14 9 3 2 2. 0 6.4142688643187284e-004 2 -0.2438793927431107 <_> <_> 9 8 10 4 -1. <_> 9 9 10 2 2. 0 -1.2087869690731168e-003 -0.0964861363172531 0.4525228142738342 <_> <_> <_> 6 8 6 12 -1. <_> 8 8 2 12 3. 0 -0.0130876302719116 1 2 <_> <_> 4 7 3 3 -1. <_> 5 8 1 1 9. 0 -2.0685649942606688e-003 0.3450832068920136 -0.0412324890494347 <_> <_> 1 5 12 15 -1. <_> 4 5 6 15 2. 0 -0.0996085479855537 -0.5494565963745117 -0.0519966594874859 <_> <_> <_> 8 8 8 2 -1. <_> 10 8 4 2 2. 0 -3.6486559547483921e-003 1 2 <_> <_> 18 0 2 6 -1. <_> 19 0 1 6 2. 0 -2.8182850219309330e-003 -0.3346072137355804 0.1543830931186676 <_> <_> 6 1 12 5 -1. <_> 12 1 6 5 2. 0 0.0553684607148170 -0.2000892013311386 0.2683075964450836 <_> <_> <_> 8 1 6 4 -1. <_> 10 1 2 4 3. 0 -7.4223391711711884e-003 -0.2599068880081177 1 <_> <_> 17 5 3 2 -1. <_> 18 6 1 2 3. 1 -4.4916807673871517e-003 2 0.0985599681735039 <_> <_> 11 1 6 9 -1. <_> 8 4 6 3 3. 1 -0.0606218315660954 -0.3548181056976318 0.4171189963817596 <_> <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 2.3197410337161273e-004 1 2 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -2.6323291240260005e-004 0.1180073022842407 -0.1846902072429657 <_> <_> 16 16 2 2 -1. <_> 16 16 1 1 2. <_> 17 17 1 1 2. 0 1.8173559510614723e-004 0.3364588916301727 -0.1644365042448044 <_> <_> <_> 18 16 1 3 -1. <_> 18 17 1 1 3. 0 -4.3080520117655396e-004 1 2 <_> <_> 5 7 8 2 -1. <_> 9 7 4 2 2. 0 8.4635447710752487e-003 -0.3505653142929077 0.3397991955280304 <_> <_> 8 3 1 16 -1. <_> 8 11 1 8 2. 0 3.2700230367481709e-003 -0.1930505037307739 0.1052542999386787 <_> <_> <_> 17 2 2 8 -1. <_> 17 2 1 8 2. 1 0.0123295998200774 2 1 <_> <_> 5 3 4 2 -1. <_> 7 3 2 2 2. 0 3.2368130632676184e-004 -0.0707827582955360 0.4269120097160339 <_> <_> 14 6 3 3 -1. <_> 15 7 1 1 9. 0 -7.1359151042997837e-003 0.2450741976499558 -0.1130456998944283 <_> <_> <_> 2 0 8 9 -1. <_> 4 0 4 9 2. 0 -0.0389145202934742 -0.4140121936798096 1 <_> <_> 16 0 3 8 -1. <_> 17 0 1 8 3. 0 6.6584121668711305e-004 2 -0.1295423060655594 <_> <_> 16 0 3 8 -1. <_> 17 0 1 8 3. 0 -9.3276530969887972e-004 -0.0287156794220209 0.2964037954807282 <_> <_> <_> 17 18 2 2 -1. <_> 18 18 1 2 2. 0 9.1005821013823152e-004 2 1 <_> <_> 11 10 8 4 -1. <_> 13 10 4 4 2. 0 7.4173710308969021e-003 0.0152255203574896 0.5187808871269226 <_> <_> 17 5 2 2 -1. <_> 17 6 2 1 2. 0 -5.9348379727452993e-004 0.0631586909294128 -0.1679065972566605 <_> <_> <_> 12 9 4 3 -1. <_> 13 9 2 3 2. 0 -1.6713090008124709e-003 0.1884631961584091 1 <_> <_> 15 7 3 7 -1. <_> 16 7 1 7 3. 0 -3.2247399212792516e-004 2 -0.2279613018035889 <_> <_> 1 5 4 6 -1. <_> 2 5 2 6 2. 0 -3.3846818841993809e-003 0.3056324124336243 -0.0810670405626297 <_> <_> <_> 2 2 18 10 -1. <_> 2 2 9 5 2. <_> 11 7 9 5 2. 0 0.0951890796422958 1 0.1982122957706451 <_> <_> 8 4 2 3 -1. <_> 9 4 1 3 2. 0 9.7679207101464272e-004 2 0.1467107981443405 <_> <_> 3 3 12 2 -1. <_> 6 6 6 2 2. 1 -0.1089377030730248 -0.6990993022918701 -0.1148874014616013 <_> <_> <_> 5 3 12 6 -1. <_> 9 3 4 6 3. 0 -0.0174487791955471 1 2 <_> <_> 15 7 2 3 -1. <_> 15 8 2 1 3. 0 -9.9434393632691354e-005 0.2406286001205444 -0.0894873514771461 <_> <_> 5 9 4 6 -1. <_> 5 12 4 3 2. 0 0.0642500296235085 -0.1715205013751984 0.5131412744522095 <_> <_> <_> 1 15 6 4 -1. <_> 1 15 3 2 2. <_> 4 17 3 2 2. 0 5.9518171474337578e-003 1 0.2330159991979599 <_> <_> 2 9 2 6 -1. <_> 3 9 1 6 2. 0 -9.0886192629113793e-004 0.0588105693459511 2 <_> <_> 1 18 3 2 -1. <_> 1 19 3 1 2. 0 -5.1080051343888044e-004 -0.5024080872535706 -0.0809629186987877 <_> <_> <_> 16 9 3 2 -1. <_> 17 10 1 2 3. 1 -0.0154671696946025 -0.4401049017906189 1 <_> <_> 7 10 3 4 -1. <_> 6 11 3 2 2. 1 0.0232218205928802 2 0.5154699087142944 <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 3.9248089888133109e-004 -0.0522902905941010 0.2155570983886719 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 -1.1872940231114626e-003 0.2868247032165527 1 <_> <_> 16 5 2 2 -1. <_> 16 5 1 1 2. <_> 17 6 1 1 2. 0 -1.1692909756675363e-003 0.3987117111682892 2 <_> <_> 0 1 2 8 -1. <_> 0 1 1 4 2. <_> 1 5 1 4 2. 0 -1.8374159699305892e-003 -0.2427344024181366 0.0259740799665451 <_> <_> <_> 7 17 6 3 -1. <_> 9 17 2 3 3. 0 -3.9783148095011711e-003 -0.2522419989109039 1 <_> <_> 1 2 3 1 -1. <_> 2 2 1 1 3. 0 -4.7793678822927177e-004 2 0.1049927994608879 <_> <_> 2 13 2 6 -1. <_> 2 13 1 3 2. <_> 3 16 1 3 2. 0 5.3964089602231979e-004 -0.4149760007858276 0.1063556969165802 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 -4.2262359056621790e-004 0.2108917981386185 1 <_> <_> 2 10 16 10 -1. <_> 2 15 16 5 2. 0 -0.1013846024870873 -0.9310188293457031 2 <_> <_> 10 18 4 2 -1. <_> 12 18 2 2 2. 0 -9.2142065986990929e-003 -0.8245233893394470 -0.0246822796761990 <_> <_> <_> 6 6 4 8 -1. <_> 7 6 2 8 2. 0 0.0431043095886707 1 0.9042475223541260 <_> <_> 9 10 3 1 -1. <_> 10 11 1 1 3. 1 -5.3224200382828712e-003 -0.2732084095478058 2 <_> <_> 1 13 4 3 -1. <_> 3 13 2 3 2. 0 3.7746389862149954e-003 -0.0295430198311806 0.2735638916492462 <_> <_> <_> 5 11 7 2 -1. <_> 5 12 7 1 2. 0 0.0238505005836487 1 -0.5100737810134888 <_> <_> 1 9 3 3 -1. <_> 1 10 3 1 3. 0 -8.8544972240924835e-003 0.4889008998870850 2 <_> <_> 10 7 6 6 -1. <_> 12 9 2 2 9. 0 -0.1369116008281708 -0.5536224246025085 0.0250627398490906 <_> <_> <_> 5 7 2 4 -1. <_> 4 8 2 2 2. 1 -0.0252747293561697 -0.7366992235183716 1 <_> <_> 5 10 2 4 -1. <_> 5 10 1 2 2. <_> 6 12 1 2 2. 0 2.6481070090085268e-003 2 0.2628318965435028 <_> <_> 14 16 2 2 -1. <_> 14 16 1 1 2. <_> 15 17 1 1 2. 0 -2.0161429711151868e-004 -0.2414816021919251 0.0516459494829178 <_> <_> <_> 2 9 2 10 -1. <_> 2 9 1 5 2. <_> 3 14 1 5 2. 0 -0.0118983704596758 -0.6380466222763062 1 <_> <_> 14 17 4 2 -1. <_> 14 18 4 1 2. 0 -1.9360600272193551e-003 0.3912102878093720 2 <_> <_> 4 16 1 3 -1. <_> 3 17 1 1 3. 1 2.1037699189037085e-003 -0.0529235601425171 0.2392546981573105 <_> <_> <_> 13 12 4 3 -1. <_> 14 13 2 3 2. 1 -0.0136466203257442 0.4553191959857941 1 <_> <_> 16 6 4 1 -1. <_> 17 7 2 1 2. 1 -8.8408291339874268e-003 -0.5277683138847351 2 <_> <_> 11 0 9 6 -1. <_> 11 3 9 3 2. 0 0.0372209809720516 -0.0524236895143986 0.2147915065288544 <_> <_> <_> 16 13 3 3 -1. <_> 15 14 3 1 3. 1 -4.2580282315611839e-003 1 2 <_> <_> 0 7 3 6 -1. <_> 1 9 1 2 9. 0 -4.6129771508276463e-003 -0.5809140205383301 0.0926668867468834 <_> <_> 11 5 7 2 -1. <_> 11 6 7 1 2. 0 5.9317899867892265e-003 -6.7499437136575580e-004 0.3676652908325195 <_> <_> <_> 6 17 6 3 -1. <_> 6 18 6 1 3. 0 9.4187082722783089e-003 1 -0.6134232282638550 <_> <_> 15 17 3 3 -1. <_> 16 18 1 1 9. 0 -4.1941772215068340e-003 -0.3831070065498352 2 <_> <_> 7 4 6 1 -1. <_> 9 4 2 1 3. 0 5.1073678769171238e-003 0.0672549977898598 -0.3977394998073578 <_> <_> <_> 8 10 6 3 -1. <_> 10 10 2 3 3. 0 -5.5304579436779022e-003 1 -0.1292635947465897 <_> <_> 1 5 1 4 -1. <_> 1 6 1 2 2. 0 -6.0295849107205868e-004 2 0.1872463971376419 <_> <_> 12 6 1 4 -1. <_> 12 8 1 2 2. 0 -7.0414398796856403e-003 0.4765154123306274 -0.2323850989341736 <_> <_> <_> 2 6 3 1 -1. <_> 3 7 1 1 3. 1 -1.3096419861540198e-003 1 -0.0836836099624634 <_> <_> 9 7 1 2 -1. <_> 9 8 1 1 2. 0 3.2035118783824146e-004 2 0.4480341076850891 <_> <_> 2 2 12 1 -1. <_> 8 2 6 1 2. 0 -3.3677490428090096e-003 0.2618486881256104 -0.2117661982774735 <_> <_> <_> 18 0 2 4 -1. <_> 18 0 1 4 2. 1 -0.0134199298918247 -0.5172548890113831 1 <_> <_> 1 6 2 1 -1. <_> 1 6 1 1 2. 1 4.5043388381600380e-003 2 -0.2485482990741730 <_> <_> 4 6 1 4 -1. <_> 4 7 1 2 2. 0 -7.8677892452105880e-004 0.2202686071395874 -0.0299894604831934 <_> <_> <_> 1 3 19 9 -1. <_> 1 6 19 3 3. 0 -0.4046784937381744 -0.8687620759010315 1 <_> <_> 0 0 4 20 -1. <_> 0 5 4 10 2. 0 -0.1647205054759979 -0.2633104920387268 2 <_> <_> 0 9 12 2 -1. <_> 6 9 6 2 2. 0 -0.0432119593024254 -0.1299685984849930 0.1273909956216812 <_> <_> <_> 6 8 6 11 -1. <_> 8 8 2 11 3. 0 -1.7417479539290071e-003 0.0828012526035309 1 <_> <_> 9 7 9 1 -1. <_> 12 7 3 1 3. 0 -8.3949731197208166e-004 2 -0.3846581876277924 <_> <_> 4 3 3 8 -1. <_> 5 3 1 8 3. 0 1.5101189492270350e-003 0.1393309980630875 -0.3560276925563812 <_> <_> <_> 7 3 2 11 -1. <_> 8 3 1 11 2. 0 3.6241519264876842e-003 1 0.2384703010320664 <_> <_> 18 4 2 1 -1. <_> 18 4 1 1 2. 1 1.6943299851845950e-004 2 0.0565829016268253 <_> <_> 3 8 4 9 -1. <_> 5 8 2 9 2. 0 -0.0554350689053535 0.8527231812477112 -0.1908454000949860 <_> <_> <_> 16 5 1 12 -1. <_> 12 9 1 4 3. 1 -0.0235116202384233 1 -0.1322612017393112 <_> <_> 2 19 2 1 -1. <_> 3 19 1 1 2. 0 -2.2539960627909750e-004 2 -2.0941901020705700e-003 <_> <_> 2 1 6 6 -1. <_> 5 1 3 6 2. 0 0.0166103690862656 0.4079250097274780 -0.2924768924713135 <_> <_> <_> 11 0 8 1 -1. <_> 15 0 4 1 2. 0 -6.3177421689033508e-003 0.2493789941072464 1 <_> <_> 14 0 4 1 -1. <_> 16 0 2 1 2. 0 8.5653591668233275e-004 -0.1568960994482040 2 <_> <_> 5 4 12 1 -1. <_> 11 4 6 1 2. 0 -0.0116383396089077 0.4269311130046845 -0.0134939197450876 <_> <_> <_> 10 6 8 2 -1. <_> 10 6 4 1 2. <_> 14 7 4 1 2. 0 -5.1630330272018909e-003 0.2823359966278076 1 <_> <_> 6 0 9 3 -1. <_> 5 1 9 1 3. 1 4.8902099952101707e-003 2 -0.2274976968765259 <_> <_> 0 8 4 6 -1. <_> 2 8 2 6 2. 0 -0.0299032703042030 -0.3131870031356812 0.0724510774016380 <_> <_> <_> 2 8 3 12 -1. <_> 3 8 1 12 3. 0 3.1764109735377133e-004 1 -0.1349464952945709 <_> <_> 1 17 7 3 -1. <_> 1 18 7 1 3. 0 5.2735407371073961e-004 -0.0948395580053329 2 <_> <_> 1 16 8 2 -1. <_> 1 17 8 1 2. 0 3.4350980422459543e-004 -0.2873711884021759 0.2640861868858337 -1.0940879583358765 25 -1 <_> <_> <_> <_> 15 9 2 6 -1. <_> 15 9 1 3 2. <_> 16 12 1 3 2. 0 2.0928289741277695e-003 -0.2405983060598373 1 <_> <_> 5 10 12 1 -1. <_> 8 10 6 1 2. 0 -0.0206675492227077 2 -0.0839496999979019 <_> <_> 14 11 4 3 -1. <_> 15 11 2 3 2. 0 4.1186730377376080e-003 0.7529411911964417 -0.2501004040241242 <_> <_> <_> 2 2 3 15 -1. <_> 3 7 1 5 9. 0 -0.0770380571484566 2 1 <_> <_> 4 5 3 9 -1. <_> 5 8 1 3 9. 0 0.0685263872146606 -0.1604792028665543 0.5806050896644592 <_> <_> 1 8 12 2 -1. <_> 7 8 6 2 2. 0 -9.1197844594717026e-003 0.4088833034038544 -0.0237115398049355 <_> <_> <_> 15 15 4 5 -1. <_> 17 15 2 5 2. 0 3.8453419692814350e-003 2 1 <_> <_> 10 13 9 7 -1. <_> 13 13 3 7 3. 0 -0.0406481996178627 -0.3622738122940064 0.2818987071514130 <_> <_> 9 5 5 3 -1. <_> 8 6 5 1 3. 1 -0.0351547896862030 -0.6393272280693054 -0.0883111804723740 <_> <_> <_> 9 0 8 4 -1. <_> 9 2 8 2 2. 0 0.0171937495470047 1 0.2161983996629715 <_> <_> 6 3 2 6 -1. <_> 4 5 2 2 3. 1 -0.0318345390260220 -0.6110637784004211 2 <_> <_> 10 10 1 4 -1. <_> 10 11 1 2 2. 0 5.9677828103303909e-003 -1.3163220137357712e-003 -0.6781039834022522 <_> <_> <_> 1 17 5 3 -1. <_> 1 18 5 1 3. 0 1.7432730237487704e-004 -0.1666038036346436 1 <_> <_> 2 4 10 1 -1. <_> 2 4 5 1 2. 1 -0.0104279099032283 0.3009907901287079 2 <_> <_> 4 18 1 2 -1. <_> 4 19 1 1 2. 0 -1.4324070070870221e-004 -0.3695777058601379 0.0759430825710297 <_> <_> <_> 5 7 1 3 -1. <_> 5 8 1 1 3. 0 -1.0312269441783428e-003 1 -0.0839846506714821 <_> <_> 6 11 4 3 -1. <_> 6 11 2 3 2. 1 -8.9528188109397888e-003 0.3335874974727631 2 <_> <_> 17 16 3 4 -1. <_> 17 18 3 2 2. 0 5.4365568794310093e-003 -0.2566685080528259 0.3691180944442749 <_> <_> <_> 6 11 11 4 -1. <_> 6 12 11 2 2. 0 2.0321870688349009e-003 1 -0.1162813007831574 <_> <_> 6 5 6 1 -1. <_> 8 5 2 1 3. 0 1.9954480230808258e-003 2 -0.2247720956802368 <_> <_> 17 12 2 8 -1. <_> 17 16 2 4 2. 0 0.0169222392141819 0.3650409877300263 0.0186716709285975 <_> <_> <_> 17 6 2 4 -1. <_> 17 8 2 2 2. 0 -1.4152450021356344e-003 1 2 <_> <_> 10 8 6 2 -1. <_> 10 9 6 1 2. 0 8.0416322452947497e-004 -0.0443723797798157 0.2629714012145996 <_> <_> 5 8 3 12 -1. <_> 5 12 3 4 3. 0 0.0621917918324471 -0.1499744951725006 0.5675997734069824 <_> <_> <_> 19 7 1 4 -1. <_> 19 9 1 2 2. 0 -4.4721928425133228e-003 -0.2952510118484497 1 <_> <_> 1 10 6 1 -1. <_> 3 10 2 1 3. 0 -0.0192474406212568 -0.7094137072563171 2 <_> <_> 7 10 3 2 -1. <_> 7 10 3 1 2. 1 5.2884127944707870e-003 4.9494709819555283e-003 0.3656916022300720 <_> <_> <_> 2 2 8 11 -1. <_> 6 2 4 11 2. 0 0.0915298089385033 1 -0.4758870899677277 <_> <_> 18 4 2 7 -1. <_> 18 4 1 7 2. 1 -0.0393091887235641 -0.4955871999263763 2 <_> <_> 11 3 2 8 -1. <_> 11 7 2 4 2. 0 -0.0691776722669601 0.7818046808242798 0.0351777710020542 <_> <_> <_> 16 6 3 3 -1. <_> 15 7 3 1 3. 1 0.0195012707263231 1 0.4510774016380310 <_> <_> 10 8 3 7 -1. <_> 11 9 1 7 3. 1 -5.4460992105305195e-003 0.0951542928814888 2 <_> <_> 14 9 2 6 -1. <_> 15 9 1 6 2. 0 0.0104959895834327 -0.1681549996137619 0.5101565718650818 <_> <_> <_> 9 17 6 1 -1. <_> 11 17 2 1 3. 0 5.7117962278425694e-003 1 -0.7465574145317078 <_> <_> 11 4 9 9 -1. <_> 14 7 3 3 9. 0 -0.2743963897228241 -0.6031035184860230 2 <_> <_> 14 7 4 7 -1. <_> 15 7 2 7 2. 0 -4.5373341999948025e-003 0.2324519008398056 -0.0412625484168530 <_> <_> <_> 16 2 3 6 -1. <_> 17 2 1 6 3. 0 4.7711891238577664e-004 1 -0.1540262997150421 <_> <_> 14 13 2 7 -1. <_> 15 13 1 7 2. 0 -6.9821202196180820e-003 -0.5260319113731384 2 <_> <_> 0 4 18 12 -1. <_> 6 8 6 4 9. 0 -1.0556570291519165 -0.5047724843025208 0.1489613950252533 <_> <_> <_> 3 6 7 9 -1. <_> 3 9 7 3 3. 0 -0.1786863058805466 0.6133384704589844 1 <_> <_> 17 4 3 4 -1. <_> 18 4 1 4 3. 0 9.6028903499245644e-005 -0.1257037073373795 2 <_> <_> 5 15 3 3 -1. <_> 6 15 1 3 3. 0 1.4864769764244556e-003 0.1585548967123032 -0.3241975009441376 <_> <_> <_> 0 12 2 1 -1. <_> 1 12 1 1 2. 0 -2.7532540843822062e-004 2 1 <_> <_> 5 8 11 4 -1. <_> 5 9 11 2 2. 0 1.9395699491724372e-003 0.2230170071125031 -0.1449283063411713 <_> <_> 8 13 4 7 -1. <_> 9 13 2 7 2. 0 -3.0006670858711004e-003 0.2536461949348450 -0.1906004995107651 <_> <_> <_> 7 7 5 2 -1. <_> 7 8 5 1 2. 0 2.6949180755764246e-003 2 1 <_> <_> 5 9 14 3 -1. <_> 5 10 14 1 3. 0 -0.0273548904806376 -0.6969723105430603 0.2698681056499481 <_> <_> 15 9 5 4 -1. <_> 15 10 5 2 2. 0 -0.0262785498052835 0.8340002894401550 -0.0814751833677292 <_> <_> <_> 13 9 3 3 -1. <_> 12 10 3 1 3. 1 -1.1615309631451964e-003 0.0991860702633858 1 <_> <_> 4 11 4 4 -1. <_> 3 12 4 2 2. 1 -7.9284235835075378e-003 0.2984429001808167 2 <_> <_> 13 7 2 13 -1. <_> 14 7 1 13 2. 0 -4.0769609622657299e-003 0.1143684014678001 -0.3525969088077545 <_> <_> <_> 8 8 5 2 -1. <_> 8 9 5 1 2. 0 1.3272130163386464e-003 2 1 <_> <_> 5 14 6 4 -1. <_> 7 14 2 4 3. 0 9.6542192623019218e-003 0.1869167983531952 -0.3328953087329865 <_> <_> 6 16 3 1 -1. <_> 7 17 1 1 3. 1 -1.8561830511316657e-003 -0.4854961037635803 -0.0408838614821434 <_> <_> <_> 1 0 18 3 -1. <_> 7 1 6 1 9. 0 0.0859222933650017 1 0.3638261854648590 <_> <_> 8 0 2 15 -1. <_> 8 5 2 5 3. 0 -0.0888733267784119 -0.3376666009426117 2 <_> <_> 13 1 2 4 -1. <_> 13 2 2 2 2. 0 -2.7235411107540131e-003 0.2419946044683456 -0.0420818105340004 <_> <_> <_> 11 11 9 4 -1. <_> 11 12 9 2 2. 0 -0.0130497701466084 -0.3009203970432282 1 <_> <_> 2 11 3 2 -1. <_> 2 11 3 1 2. 1 -3.2052190508693457e-003 2 -0.1007675006985664 <_> <_> 3 5 1 3 -1. <_> 2 6 1 1 3. 1 -3.4975090529769659e-003 -0.4027841091156006 0.1751174032688141 <_> <_> <_> 4 17 16 1 -1. <_> 8 17 8 1 2. 0 3.6366239655762911e-003 1 2 <_> <_> 4 16 8 3 -1. <_> 8 16 4 3 2. 0 -0.0115860803052783 0.1779648959636688 -0.1634896993637085 <_> <_> 4 2 4 1 -1. <_> 6 2 2 1 2. 0 3.9760980871506035e-004 6.7020449787378311e-003 0.4413064122200012 <_> <_> <_> 6 4 9 3 -1. <_> 6 5 9 1 3. 0 -0.0258807502686977 0.6071990728378296 1 <_> <_> 6 1 4 1 -1. <_> 7 1 2 1 2. 0 1.0445900261402130e-003 2 -0.3221668004989624 <_> <_> 3 0 7 3 -1. <_> 2 1 7 1 3. 1 -4.7445381060242653e-003 0.1865433007478714 -0.0586008094251156 <_> <_> <_> 6 9 3 2 -1. <_> 7 9 1 2 3. 0 7.0085371844470501e-003 1 0.3121924996376038 <_> <_> 18 3 2 10 -1. <_> 18 3 1 5 2. <_> 19 8 1 5 2. 0 -7.0238402113318443e-003 -0.4785158932209015 2 <_> <_> 0 9 10 4 -1. <_> 0 9 5 2 2. <_> 5 11 5 2 2. 0 8.1113204360008240e-003 -0.1146916970610619 0.1400589048862457 <_> <_> <_> 0 3 8 6 -1. <_> 0 3 4 3 2. <_> 4 6 4 3 2. 0 -0.0409088805317879 1 2 <_> <_> 14 8 6 4 -1. <_> 14 10 6 2 2. 0 6.7115128040313721e-003 0.1193569004535675 -0.4955360889434815 <_> <_> 17 6 1 2 -1. <_> 17 6 1 1 2. 1 4.7661857679486275e-003 2.9291590908542275e-004 0.3052360117435455 <_> <_> <_> 14 4 1 10 -1. <_> 14 9 1 5 2. 0 8.2969013601541519e-003 2 1 <_> <_> 16 15 2 1 -1. <_> 16 15 1 1 2. 1 -1.4058559900149703e-003 0.3839569985866547 -5.8064288459718227e-003 <_> <_> 4 11 4 8 -1. <_> 5 11 2 8 2. 0 3.8165580481290817e-003 8.5270447016227990e-005 -0.3176873028278351 <_> <_> <_> 6 13 8 1 -1. <_> 8 13 4 1 2. 0 -0.0159888491034508 0.5860596895217896 1 <_> <_> 13 0 6 11 -1. <_> 16 0 3 11 2. 0 -0.0425258092582226 2 0.0152009697631001 <_> <_> 10 1 8 12 -1. <_> 10 4 8 6 2. 0 0.1034146994352341 -0.4269818067550659 0.9107682108879089 <_> <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 1.5279020590241998e-004 1 -0.1834954023361206 <_> <_> 0 15 2 4 -1. <_> 0 16 2 2 2. 0 4.4353670091368258e-004 0.1838672012090683 2 <_> <_> 16 0 1 2 -1. <_> 16 1 1 1 2. 0 -2.1845809533260763e-004 -0.3045887053012848 0.0966794490814209 <_> <_> <_> 10 3 10 4 -1. <_> 10 3 5 2 2. <_> 15 5 5 2 2. 0 -6.9333161227405071e-003 0.1982986927032471 1 <_> <_> 16 7 3 3 -1. <_> 15 8 3 1 3. 1 0.0268246307969093 2 0.5770410895347595 <_> <_> 1 0 12 6 -1. <_> 4 0 6 6 2. 0 0.0288271196186543 -0.1359346956014633 0.1809305995702744 <_> <_> <_> 7 0 12 8 -1. <_> 10 0 6 8 2. 0 0.0344938188791275 1 0.2778271138668060 <_> <_> 5 8 2 3 -1. <_> 5 8 1 3 2. 1 -3.9107841439545155e-003 0.1009998023509979 2 <_> <_> 16 11 2 2 -1. <_> 16 11 1 1 2. <_> 17 12 1 1 2. 0 2.0955900254193693e-004 -0.0168890506029129 -0.3467237949371338 <_> <_> <_> 15 0 3 12 -1. <_> 16 0 1 12 3. 0 -0.0115038100630045 1 2 <_> <_> 14 1 3 5 -1. <_> 15 2 1 5 3. 1 -5.8503649197518826e-003 0.2906965017318726 -0.5793504714965820 <_> <_> 18 18 2 2 -1. <_> 18 18 1 1 2. <_> 19 19 1 1 2. 0 -1.9477239402476698e-004 -0.1554740071296692 0.0877076685428619 <_> <_> <_> 6 15 2 2 -1. <_> 6 15 1 1 2. <_> 7 16 1 1 2. 0 -2.4192599812522531e-004 1 2 <_> <_> 4 16 2 2 -1. <_> 4 16 1 1 2. <_> 5 17 1 1 2. 0 -8.7722227908670902e-004 -0.4995898008346558 0.2286749929189682 <_> <_> 9 8 3 3 -1. <_> 8 9 3 1 3. 1 -8.8649448007345200e-003 0.1481774002313614 -0.1403902024030685 <_> <_> <_> 3 8 3 8 -1. <_> 3 10 3 4 2. 0 6.6976482048630714e-003 1 -0.1773800998926163 <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 1.6602370305918157e-004 2 0.2565073072910309 <_> <_> 17 4 1 8 -1. <_> 17 4 1 4 2. 1 0.0568600408732891 0.0173611994832754 -0.7402126193046570 <_> <_> <_> 3 15 10 4 -1. <_> 3 15 5 2 2. <_> 8 17 5 2 2. 0 0.0240988899022341 1 -0.5394067764282227 <_> <_> 13 0 4 1 -1. <_> 15 0 2 1 2. 0 8.0347352195531130e-004 2 0.1438513994216919 <_> <_> 8 5 8 7 -1. <_> 8 5 4 7 2. 1 0.0697244033217430 -0.1067522987723351 0.5421742200851440 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 9.0714782709255815e-004 1 0.2437620013952255 <_> <_> 16 7 2 2 -1. <_> 16 7 1 1 2. <_> 17 8 1 1 2. 0 -7.3141716711688787e-005 0.0733250379562378 2 <_> <_> 15 10 2 3 -1. <_> 14 11 2 1 3. 1 -1.5573799610137939e-003 0.0498461984097958 -0.3109464049339294 <_> <_> <_> 11 9 2 3 -1. <_> 11 10 2 1 3. 0 -0.0138679901137948 -0.6642689108848572 1 <_> <_> 17 8 3 3 -1. <_> 17 9 3 1 3. 0 1.1202249443158507e-003 0.0706584379076958 2 <_> <_> 4 1 2 12 -1. <_> 4 4 2 6 2. 0 -0.0372063294053078 0.4209175109863281 -0.2558520138263702 <_> <_> <_> 11 6 2 2 -1. <_> 11 6 1 1 2. <_> 12 7 1 1 2. 0 -4.2576639680191875e-004 1 2 <_> <_> 5 2 9 12 -1. <_> 5 8 9 6 2. 0 0.0549342595040798 -0.3053053021430969 0.2711814939975739 <_> <_> 13 5 6 4 -1. <_> 13 5 3 2 2. <_> 16 7 3 2 2. 0 9.6833100542426109e-004 -0.0670412927865982 0.1727688014507294 <_> <_> <_> 14 0 4 3 -1. <_> 13 1 4 1 3. 1 7.9393703490495682e-003 -0.0536972694098949 1 <_> <_> 3 5 10 12 -1. <_> 3 5 5 6 2. <_> 8 11 5 6 2. 0 0.0507579483091831 0.4010989069938660 2 <_> <_> 0 9 9 6 -1. <_> 3 11 3 2 9. 0 -0.0321335606276989 0.4355114102363586 -0.4193628132343292 <_> <_> <_> 1 4 8 7 -1. <_> 5 4 4 7 2. 0 0.0996339321136475 1 -0.6199988722801209 <_> <_> 15 7 4 5 -1. <_> 16 7 2 5 2. 0 -4.5324079692363739e-003 0.1698444932699204 2 <_> <_> 18 6 2 4 -1. <_> 19 6 1 4 2. 0 7.6392642222344875e-004 0.1053330004215241 -0.2190054953098297 <_> <_> <_> 16 9 2 3 -1. <_> 16 9 1 3 2. 1 -0.0131202703341842 1 -0.0513724684715271 <_> <_> 3 2 3 17 -1. <_> 4 2 1 17 3. 0 -1.2095270212739706e-003 2 -0.1217354014515877 <_> <_> 18 9 2 10 -1. <_> 18 14 2 5 2. 0 -6.0685798525810242e-003 -0.3241882026195526 0.6556087732315064 <_> <_> <_> 6 0 14 4 -1. <_> 5 1 14 2 2. 1 -0.0443298891186714 -0.2650349140167236 1 <_> <_> 17 8 3 1 -1. <_> 18 9 1 1 3. 1 -0.0113345496356487 -0.7620555758476257 2 <_> <_> 8 13 4 3 -1. <_> 9 13 2 3 2. 0 -9.7028171876445413e-004 -0.0955015122890472 0.1526336073875427 <_> <_> <_> 6 8 6 3 -1. <_> 5 9 6 1 3. 1 -8.4918709471821785e-003 0.1997373998165131 1 <_> <_> 10 7 10 1 -1. <_> 10 7 5 1 2. 1 -0.0698465034365654 0.3132502138614655 2 <_> <_> 9 7 6 5 -1. <_> 12 7 3 5 2. 0 0.0924663618206978 -0.1173335984349251 0.7785034775733948 <_> <_> <_> 13 5 1 12 -1. <_> 13 5 1 6 2. 1 -0.0957997590303421 0.7844203710556030 1 <_> <_> 1 13 6 5 -1. <_> 4 13 3 5 2. 0 5.1276460289955139e-003 2 0.1538922041654587 <_> <_> 4 6 4 3 -1. <_> 5 7 2 3 2. 1 6.1059608124196529e-003 -0.1357762068510056 0.2157524973154068 <_> <_> <_> 3 16 2 3 -1. <_> 4 16 1 3 2. 0 -5.5722601246088743e-004 2 1 <_> <_> 7 2 5 4 -1. <_> 7 2 5 2 2. 1 0.0527722910046577 -0.1353441029787064 0.2937805950641632 <_> <_> 3 13 3 7 -1. <_> 4 13 1 7 3. 0 -3.7010889500379562e-003 -0.1729241013526917 0.2380526959896088 <_> <_> <_> 16 6 1 3 -1. <_> 16 7 1 1 3. 0 -1.3051830464974046e-003 1 -0.0550203695893288 <_> <_> 1 6 8 3 -1. <_> 5 6 4 3 2. 0 -0.0409033484756947 -0.3094097077846527 2 <_> <_> 14 9 3 4 -1. <_> 13 10 3 2 2. 1 -6.3687269575893879e-003 0.6578310132026672 0.0926436334848404 <_> <_> <_> 8 10 4 5 -1. <_> 9 10 2 5 2. 0 1.4673050027340651e-003 2 1 <_> <_> 0 11 13 6 -1. <_> 0 14 13 3 2. 0 0.0530805401504040 0.1134286969900131 -0.3880166113376617 <_> <_> 2 3 1 2 -1. <_> 2 3 1 1 2. 1 4.5696222223341465e-003 0.0872357115149498 -0.5533301234245300 <_> <_> <_> 3 15 12 4 -1. <_> 6 15 6 4 2. 0 2.7171480469405651e-003 2 1 <_> <_> 6 7 4 13 -1. <_> 7 7 2 13 2. 0 -7.5547560118138790e-003 0.4638605117797852 0.0220955107361078 <_> <_> 17 15 2 2 -1. <_> 17 15 1 1 2. <_> 18 16 1 1 2. 0 2.1428259788081050e-004 -0.1748296022415161 0.1678411960601807 <_> <_> <_> 12 15 5 2 -1. <_> 12 16 5 1 2. 0 1.1644139885902405e-003 1 2 <_> <_> 13 12 1 6 -1. <_> 13 14 1 2 3. 0 2.7417868841439486e-003 -0.3065463900566101 0.0574645698070526 <_> <_> 15 0 1 9 -1. <_> 12 3 1 3 3. 1 0.0515555888414383 0.1389189064502716 -0.4436255097389221 -1.1282010078430176 26 -1 <_> <_> <_> <_> 4 9 2 6 -1. <_> 4 9 1 3 2. <_> 5 12 1 3 2. 0 -1.9345199689269066e-003 1 -0.2903842926025391 <_> <_> 12 10 6 1 -1. <_> 14 10 2 1 3. 0 5.4789008572697639e-003 -0.0496000312268734 2 <_> <_> 11 11 2 3 -1. <_> 11 11 1 3 2. 1 1.3723999727517366e-003 0.8141210079193115 -0.4188863039016724 <_> <_> <_> 12 9 6 2 -1. <_> 14 9 2 2 3. 0 0.0264951102435589 1 2 <_> <_> 12 6 2 12 -1. <_> 12 6 2 6 2. 1 -0.1369757950305939 0.2446302026510239 -0.1482565999031067 <_> <_> 11 11 2 8 -1. <_> 11 11 1 4 2. <_> 12 15 1 4 2. 0 -3.0566600617021322e-004 0.6578198075294495 -0.0792365968227386 <_> <_> <_> 5 3 6 3 -1. <_> 7 3 2 3 3. 0 -0.0199251398444176 -0.7239953875541687 1 <_> <_> 8 7 12 6 -1. <_> 8 9 12 2 3. 0 -0.1342795938253403 0.5649064779281616 2 <_> <_> 3 15 1 2 -1. <_> 3 15 1 1 2. 1 -1.0180550161749125e-003 0.1079113036394119 -0.1449317038059235 <_> <_> <_> 12 1 8 3 -1. <_> 14 1 4 3 2. 0 -1.6956209437921643e-003 2 1 <_> <_> 0 0 12 7 -1. <_> 4 0 4 7 3. 0 -0.0392320081591606 0.2044267952442169 -0.2248439937829971 <_> <_> 18 2 2 6 -1. <_> 18 2 1 3 2. <_> 19 5 1 3 2. 0 -1.1985700111836195e-003 -0.0983124002814293 0.2521767914295197 <_> <_> <_> 4 0 6 16 -1. <_> 4 0 3 8 2. <_> 7 8 3 8 2. 0 0.0566372983157635 1 0.4215654134750366 <_> <_> 3 16 6 4 -1. <_> 5 16 2 4 3. 0 -0.0140888104215264 -0.5442442297935486 2 <_> <_> 4 7 6 3 -1. <_> 3 8 6 1 3. 1 0.0197420194745064 -0.0430385097861290 0.3966085016727448 <_> <_> <_> 11 6 5 3 -1. <_> 10 7 5 1 3. 1 -0.0377900190651417 -0.5374689102172852 1 <_> <_> 3 3 12 8 -1. <_> 3 7 12 4 2. 0 -0.2127849012613297 0.2974278032779694 2 <_> <_> 12 8 2 3 -1. <_> 12 9 2 1 3. 0 -7.5766840018332005e-004 -0.1723908931016922 0.0943711698055267 <_> <_> <_> 5 10 2 2 -1. <_> 6 10 1 2 2. 0 1.0515520116314292e-003 -0.0946061983704567 1 <_> <_> 17 4 1 14 -1. <_> 17 4 1 7 2. 1 -0.0469673387706280 0.3804990947246552 2 <_> <_> 5 10 2 3 -1. <_> 5 10 1 3 2. 1 -6.6702580079436302e-003 -0.3673529028892517 0.1813481003046036 <_> <_> <_> 6 5 4 9 -1. <_> 7 5 2 9 2. 0 -8.8434442877769470e-003 0.1973361968994141 1 <_> <_> 7 5 12 1 -1. <_> 7 5 6 1 2. 1 -0.0751628577709198 0.2871936857700348 2 <_> <_> 2 16 2 2 -1. <_> 2 16 1 1 2. <_> 3 17 1 1 2. 0 6.0678281442960724e-005 -0.2148146927356720 0.0454047694802284 <_> <_> <_> 15 5 3 3 -1. <_> 16 6 1 3 3. 1 -0.0261573195457459 -0.5991541147232056 1 <_> <_> 10 7 3 8 -1. <_> 11 8 1 8 3. 1 -0.0252653900533915 -0.3297339975833893 2 <_> <_> 7 3 3 3 -1. <_> 7 4 3 1 3. 0 -5.3271669894456863e-003 0.4338879883289337 0.0128962500020862 <_> <_> <_> 13 3 5 6 -1. <_> 13 5 5 2 3. 0 -0.0463506989181042 -0.4439637064933777 1 <_> <_> 0 15 5 3 -1. <_> 0 16 5 1 3. 0 8.5780251538380980e-004 2 -0.1040856018662453 <_> <_> 2 18 18 1 -1. <_> 11 18 9 1 2. 0 8.7990947067737579e-003 0.0267966501414776 0.3459241092205048 <_> <_> <_> 11 14 4 2 -1. <_> 13 14 2 2 2. 0 -8.6540228221565485e-004 2 1 <_> <_> 3 15 7 2 -1. <_> 3 16 7 1 2. 0 1.4915770152583718e-003 -0.3035647869110107 0.0245681907981634 <_> <_> 13 9 3 3 -1. <_> 12 10 3 1 3. 1 -0.0179942604154348 -0.3627789020538330 0.2386412024497986 <_> <_> <_> 13 0 3 12 -1. <_> 14 1 1 12 3. 1 0.0311420597136021 1 0.3871073126792908 <_> <_> 9 5 3 5 -1. <_> 10 5 1 5 3. 0 -0.0139366202056408 0.5235136747360230 2 <_> <_> 18 14 2 4 -1. <_> 18 14 1 2 2. <_> 19 16 1 2 2. 0 -2.1907410700805485e-004 -0.1773063987493515 0.0542970187962055 <_> <_> <_> 16 19 4 1 -1. <_> 18 19 2 1 2. 0 -1.5399450203403831e-003 2 1 <_> <_> 17 15 2 5 -1. <_> 18 15 1 5 2. 0 2.0680578891187906e-003 -0.1253232061862946 0.1558393985033035 <_> <_> 0 17 6 3 -1. <_> 0 18 6 1 3. 0 6.5148430876433849e-003 0.2785494029521942 -0.6919667124748230 <_> <_> <_> 0 4 1 14 -1. <_> 0 11 1 7 2. 0 0.0390564016997814 1 -0.4368160963058472 <_> <_> 5 11 3 5 -1. <_> 6 12 1 5 3. 1 -4.0204878896474838e-003 2 0.0837361887097359 <_> <_> 12 8 3 1 -1. <_> 13 8 1 1 3. 0 2.9492459725588560e-003 -0.2313725948333740 0.5877181887626648 <_> <_> <_> 18 0 2 7 -1. <_> 19 0 1 7 2. 0 4.0582148358225822e-003 2 1 <_> <_> 3 8 6 10 -1. <_> 3 13 6 5 2. 0 0.0545317307114601 0.2705658078193665 -0.3651250004768372 <_> <_> 17 0 2 5 -1. <_> 18 0 1 5 2. 0 2.4824589490890503e-003 -2.2614318877458572e-003 0.3562797904014587 <_> <_> <_> 18 0 2 12 -1. <_> 18 0 2 6 2. 1 -0.0459675006568432 -0.3647234141826630 1 <_> <_> 2 1 3 2 -1. <_> 2 1 3 1 2. 1 -7.7245971187949181e-003 -0.3595615923404694 2 <_> <_> 1 1 5 12 -1. <_> 1 4 5 6 2. 0 0.0105091398581862 -1.1801080545410514e-003 0.2665889859199524 <_> <_> <_> 2 5 1 14 -1. <_> 2 12 1 7 2. 0 0.0275093708187342 2 1 <_> <_> 6 0 9 7 -1. <_> 9 0 3 7 3. 0 -0.0384853184223175 -0.5831285715103149 0.2442165017127991 <_> <_> 16 1 4 6 -1. <_> 16 1 2 3 2. <_> 18 4 2 3 2. 0 8.4051601588726044e-003 -0.1206799000501633 0.2052854001522064 <_> <_> <_> 16 0 4 6 -1. <_> 16 0 2 3 2. <_> 18 3 2 3 2. 0 -4.0405229665338993e-003 1 2 <_> <_> 18 0 1 2 -1. <_> 18 1 1 1 2. 0 1.5476900443900377e-004 0.3129818141460419 -0.2559778094291687 <_> <_> 17 1 1 3 -1. <_> 17 2 1 1 3. 0 2.4814540665829554e-005 -0.2201624959707260 0.0547624789178371 <_> <_> <_> 1 8 3 4 -1. <_> 1 9 3 2 2. 0 -2.0571500062942505e-003 1 2 <_> <_> 6 0 4 15 -1. <_> 8 0 2 15 2. 0 -0.0254000294953585 0.1587581932544708 -0.2569526135921478 <_> <_> 18 17 1 3 -1. <_> 18 18 1 1 3. 0 -9.7940629348158836e-004 -0.4863390922546387 0.1370093971490860 <_> <_> <_> 3 7 6 3 -1. <_> 5 8 2 1 9. 0 2.1806131117045879e-003 1 -0.1520625948905945 <_> <_> 0 5 12 12 -1. <_> 4 5 4 12 3. 0 -0.0354556888341904 2 0.2207909971475601 <_> <_> 14 9 1 3 -1. <_> 13 10 1 1 3. 1 7.0310868322849274e-003 -0.1035237982869148 0.7839106917381287 <_> <_> <_> 4 4 2 2 -1. <_> 4 5 2 1 2. 0 -1.9015279831364751e-003 2 1 <_> <_> 6 4 2 10 -1. <_> 6 9 2 5 2. 0 -0.0275232102721930 0.2267062962055206 -0.1404857933521271 <_> <_> 14 6 6 14 -1. <_> 14 6 3 7 2. <_> 17 13 3 7 2. 0 0.0111403800547123 0.0380153395235538 0.4557718932628632 <_> <_> <_> 6 7 11 8 -1. <_> 6 11 11 4 2. 0 -0.0140770599246025 -0.3449122011661530 1 <_> <_> 17 8 3 5 -1. <_> 18 9 1 5 3. 1 -7.5063481926918030e-003 0.2452898025512695 2 <_> <_> 10 4 10 2 -1. <_> 10 4 5 1 2. <_> 15 5 5 1 2. 0 3.4938179887831211e-003 -0.1337188035249710 0.1503683030605316 <_> <_> <_> 5 1 8 8 -1. <_> 5 5 8 4 2. 0 0.0505389906466007 1 0.3967787921428680 <_> <_> 19 16 1 4 -1. <_> 19 18 1 2 2. 0 5.9616268845275044e-004 -0.1666477024555206 2 <_> <_> 19 0 1 10 -1. <_> 19 5 1 5 2. 0 -0.0204257499426603 -0.3469902873039246 0.1385073959827423 <_> <_> <_> 17 0 3 3 -1. <_> 17 1 3 1 3. 0 -5.2063791081309319e-003 -0.3667221963405609 1 <_> <_> 9 2 3 1 -1. <_> 10 2 1 1 3. 0 -7.5247389031574130e-004 -0.2641856968402863 2 <_> <_> 2 0 18 5 -1. <_> 8 0 6 5 3. 0 -0.0548328086733818 0.2729527056217194 -3.5999810788780451e-003 <_> <_> <_> 15 8 3 9 -1. <_> 15 11 3 3 3. 0 0.0173843093216419 1 2 <_> <_> 13 11 1 8 -1. <_> 13 13 1 4 2. 0 8.1398971378803253e-003 -0.0950326099991798 0.3222743868827820 <_> <_> 10 14 8 3 -1. <_> 14 14 4 3 2. 0 5.3603048436343670e-003 -0.0185867697000504 0.4857772886753082 <_> <_> <_> 7 8 2 8 -1. <_> 7 8 1 4 2. <_> 8 12 1 4 2. 0 -6.7889019846916199e-003 0.4356415867805481 1 <_> <_> 2 18 4 2 -1. <_> 2 18 2 1 2. <_> 4 19 2 1 2. 0 -2.6219699066132307e-004 -0.1897449046373367 2 <_> <_> 5 5 2 3 -1. <_> 4 6 2 1 3. 1 -6.3086668960750103e-003 -0.3214514851570129 0.0999888032674789 <_> <_> <_> 15 1 4 1 -1. <_> 17 1 2 1 2. 0 -7.5333809945732355e-004 1 -0.0643247812986374 <_> <_> 7 1 4 3 -1. <_> 6 2 4 1 3. 1 -5.1618018187582493e-004 0.4032961130142212 2 <_> <_> 3 1 6 19 -1. <_> 6 1 3 19 2. 0 0.0499719604849815 -0.1061998978257179 0.7884200811386108 <_> <_> <_> 8 3 5 8 -1. <_> 8 7 5 4 2. 0 -0.1677663028240204 0.8323891758918762 1 <_> <_> 0 0 20 2 -1. <_> 0 0 10 1 2. <_> 10 1 10 1 2. 0 1.5873169759288430e-003 2 -0.1416179984807968 <_> <_> 7 0 8 2 -1. <_> 7 0 4 1 2. <_> 11 1 4 1 2. 0 -1.5413289656862617e-003 -0.1122547015547752 0.2163020074367523 <_> <_> <_> 3 6 3 3 -1. <_> 4 7 1 1 9. 0 -6.0930051840841770e-003 1 2 <_> <_> 1 6 2 8 -1. <_> 1 6 1 4 2. <_> 2 10 1 4 2. 0 0.0120933195576072 0.2833209931850433 -0.7547317147254944 <_> <_> 18 9 2 3 -1. <_> 17 10 2 1 3. 1 -0.0103540001437068 0.3117344081401825 -0.0831472128629684 <_> <_> <_> 16 2 4 12 -1. <_> 13 5 4 6 2. 1 -0.2250819057226181 1 2 <_> <_> 8 0 7 20 -1. <_> 8 5 7 10 2. 0 -0.3941977918148041 0.7275367975234985 -0.4720552861690521 <_> <_> 11 6 4 3 -1. <_> 11 7 4 1 3. 0 -7.0281741209328175e-003 0.2674250900745392 -0.0236754398792982 <_> <_> <_> 12 2 4 12 -1. <_> 12 8 4 6 2. 0 -0.1097738966345787 0.3299573957920075 1 <_> <_> 11 9 7 4 -1. <_> 11 10 7 2 2. 0 -0.0189812593162060 -0.4110780060291290 2 <_> <_> 2 9 1 2 -1. <_> 2 10 1 1 2. 0 -1.5975029673427343e-003 0.3910059928894043 -0.0300548002123833 <_> <_> <_> 6 9 5 3 -1. <_> 6 10 5 1 3. 0 3.3699660561978817e-003 2 1 <_> <_> 8 6 12 2 -1. <_> 12 6 4 2 3. 0 0.0286084003746510 -0.2675782144069672 0.5492280721664429 <_> <_> 0 11 4 4 -1. <_> 0 11 2 2 2. <_> 2 13 2 2 2. 0 0.0112349800765514 0.0797982066869736 -0.4934751987457275 <_> <_> <_> 0 9 4 8 -1. <_> 0 9 2 4 2. <_> 2 13 2 4 2. 0 0.0100052701309323 2 1 <_> <_> 14 7 3 10 -1. <_> 14 7 3 5 2. 1 -0.1333305984735489 0.4337550997734070 0.0145957004278898 <_> <_> 0 1 2 7 -1. <_> 1 1 1 7 2. 0 1.0838189627975225e-003 9.0088322758674622e-003 -0.2667393088340759 <_> <_> <_> 1 1 8 2 -1. <_> 1 1 4 1 2. <_> 5 2 4 1 2. 0 1.8866240279749036e-003 1 0.1635895073413849 <_> <_> 0 2 4 10 -1. <_> 2 2 2 10 2. 0 -0.0195943191647530 2 0.0234282407909632 <_> <_> 15 11 4 9 -1. <_> 16 11 2 9 2. 0 -4.0433141402900219e-003 0.1810539066791534 -0.3762851953506470 <_> <_> <_> 8 1 12 3 -1. <_> 8 1 6 3 2. 1 -0.1328396052122116 1 2 <_> <_> 0 1 3 6 -1. <_> 1 1 1 6 3. 0 3.8986348954495043e-005 -0.0479175411164761 0.5767279863357544 <_> <_> 2 15 3 1 -1. <_> 3 15 1 1 3. 0 3.0710658757016063e-004 -0.1020087972283363 0.1361324042081833 <_> <_> <_> 2 1 11 3 -1. <_> 2 2 11 1 3. 0 -0.0400101505219936 0.7034252882003784 1 <_> <_> 6 6 1 2 -1. <_> 6 7 1 1 2. 0 -1.1752990540117025e-003 0.1145721971988678 2 <_> <_> 13 8 3 3 -1. <_> 14 9 1 3 3. 1 -4.5838830992579460e-003 0.0706219375133514 -0.2159709036350250 <_> <_> <_> 0 3 12 6 -1. <_> 4 5 4 2 9. 0 0.0532997399568558 1 -0.1644563972949982 <_> <_> 2 6 9 3 -1. <_> 5 6 3 3 3. 0 0.0199610106647015 2 0.4041951000690460 <_> <_> 1 5 5 4 -1. <_> 1 6 5 2 2. 0 -0.0149942701682448 -0.4986104071140289 0.0618227683007717 <_> <_> <_> 14 0 2 2 -1. <_> 15 0 1 2 2. 0 4.2854552157223225e-003 1 -0.7274947762489319 <_> <_> 5 0 15 2 -1. <_> 10 0 5 2 3. 0 -0.0139912702143192 0.1566503942012787 2 <_> <_> 10 5 8 1 -1. <_> 14 5 4 1 2. 0 9.9598374217748642e-003 -0.1215270981192589 0.2437576055526733 <_> <_> <_> 0 15 12 3 -1. <_> 4 16 4 1 9. 0 -0.0614636912941933 -0.4915964007377625 1 <_> <_> 7 16 2 1 -1. <_> 8 16 1 1 2. 0 8.1084080738946795e-004 2 0.4031282067298889 <_> <_> 0 8 2 12 -1. <_> 1 8 1 12 2. 0 1.4836339978501201e-003 0.0529072396457195 -0.2097142040729523 <_> <_> <_> 7 16 2 2 -1. <_> 7 16 1 1 2. <_> 8 17 1 1 2. 0 2.8651900356635451e-004 -0.0589058399200439 1 <_> <_> 11 2 2 10 -1. <_> 11 2 1 5 2. <_> 12 7 1 5 2. 0 -4.9405667232349515e-004 2 0.3814454972743988 <_> <_> 7 1 2 13 -1. <_> 8 1 1 13 2. 0 -1.3786340132355690e-003 -0.4463802874088287 0.4143705964088440 <_> <_> <_> 15 14 2 4 -1. <_> 14 15 2 2 2. 1 9.0396329760551453e-003 1 -0.5897920727729797 <_> <_> 13 7 2 1 -1. <_> 13 7 1 1 2. 1 1.5593219723086804e-004 2 0.1446985006332398 <_> <_> 6 8 10 2 -1. <_> 6 8 5 1 2. <_> 11 9 5 1 2. 0 -0.0114924497902393 -0.6230595111846924 -0.0280794203281403 <_> <_> <_> 7 6 8 4 -1. <_> 7 7 8 2 2. 0 -0.0100586703047156 0.1306374967098236 1 <_> <_> 9 5 4 2 -1. <_> 9 6 4 1 2. 0 2.8506040107458830e-003 -0.1589691042900085 2 <_> <_> 4 9 10 2 -1. <_> 4 9 5 1 2. <_> 9 10 5 1 2. 0 -0.0105501404032111 -0.5857840180397034 0.4151665866374970 <_> <_> <_> 14 4 6 2 -1. <_> 16 6 2 2 3. 1 -0.0268342494964600 -0.2398269027471542 1 <_> <_> 9 2 3 2 -1. <_> 10 3 1 2 3. 1 -6.7446259781718254e-003 -0.3073124885559082 2 <_> <_> 14 1 2 12 -1. <_> 15 1 1 12 2. 0 -1.9539019558578730e-003 0.2654568850994110 -2.7655568555928767e-004 <_> <_> <_> 6 0 12 14 -1. <_> 10 0 4 14 3. 0 -0.1529643982648850 1 2 <_> <_> 16 5 3 4 -1. <_> 16 5 3 2 2. 1 0.0135474000126123 0.5479670166969299 7.3741371743381023e-003 <_> <_> 0 3 3 3 -1. <_> 1 4 1 1 9. 0 4.4966558925807476e-003 -3.9956450928002596e-004 -0.3418357074260712 <_> <_> <_> 5 5 8 6 -1. <_> 9 5 4 6 2. 0 -0.0962591767311096 -0.3498184978961945 1 <_> <_> 9 7 4 2 -1. <_> 10 7 2 2 2. 0 6.0006431303918362e-003 2 0.4897741079330444 <_> <_> 0 18 18 2 -1. <_> 0 19 18 1 2. 0 4.8557221889495850e-003 0.0927255600690842 -0.1306017935276032 <_> <_> <_> 3 18 16 2 -1. <_> 3 19 16 1 2. 0 -1.2333790073171258e-003 1 2 <_> <_> 13 17 6 3 -1. <_> 13 18 6 1 3. 0 -4.2365258559584618e-004 0.2470467984676361 -0.3914980888366699 <_> <_> 1 17 17 3 -1. <_> 1 18 17 1 3. 0 8.3003565669059753e-003 9.2340186238288879e-003 0.4034841954708099 -1.0841189622879028 27 -1 <_> <_> <_> <_> 15 8 1 4 -1. <_> 15 9 1 2 2. 0 2.8592639137059450e-003 2 1 <_> <_> 1 9 6 6 -1. <_> 1 9 3 3 2. <_> 4 12 3 3 2. 0 -0.0155356796458364 0.8263546824455261 0.0227937400341034 <_> <_> 8 15 12 2 -1. <_> 12 15 4 2 3. 0 -2.3885839618742466e-003 0.0672957226634026 -0.3147684931755066 <_> <_> <_> 4 10 2 1 -1. <_> 5 10 1 1 2. 0 1.4029210433363914e-003 -0.1029068976640701 1 <_> <_> 5 11 2 1 -1. <_> 5 11 1 1 2. 1 -4.5515298843383789e-003 -0.3236832916736603 2 <_> <_> 9 0 6 17 -1. <_> 11 0 2 17 3. 0 9.4592738896608353e-003 0.5425099134445190 -0.3034853041172028 <_> <_> <_> 4 1 4 8 -1. <_> 4 1 2 4 2. <_> 6 5 2 4 2. 0 5.4062008857727051e-003 1 -0.2848654985427856 <_> <_> 6 13 2 2 -1. <_> 6 13 1 2 2. 1 -2.6852379087358713e-003 0.2602491974830627 2 <_> <_> 2 19 2 1 -1. <_> 3 19 1 1 2. 0 -6.2019047618377954e-005 0.1682700067758560 -0.2385973036289215 <_> <_> <_> 0 1 19 3 -1. <_> 0 2 19 1 3. 0 0.0241470802575350 1 0.4824096858501434 <_> <_> 4 8 13 6 -1. <_> 4 11 13 3 2. 0 1.3977369526401162e-003 -0.3623018860816956 2 <_> <_> 4 2 10 3 -1. <_> 4 3 10 1 3. 0 0.0201642792671919 -0.0361465811729431 0.5047339797019959 <_> <_> <_> 4 4 15 9 -1. <_> 9 7 5 3 9. 0 -0.6124429106712341 -0.4822031855583191 1 <_> <_> 6 2 2 2 -1. <_> 6 2 2 1 2. 1 9.0631619095802307e-003 2 -0.5785940289497376 <_> <_> 8 2 3 18 -1. <_> 8 11 3 9 2. 0 0.1781190931797028 0.0850123614072800 -0.6336212158203125 <_> <_> <_> 3 16 1 3 -1. <_> 3 17 1 1 3. 0 2.6881069061346352e-004 1 -0.1607538014650345 <_> <_> 3 12 15 2 -1. <_> 3 13 15 1 2. 0 -0.0121805602684617 -0.6573411822319031 2 <_> <_> 3 16 6 4 -1. <_> 3 16 3 2 2. <_> 6 18 3 2 2. 0 4.0606390684843063e-003 0.0540125593543053 0.4981768131256104 <_> <_> <_> 16 0 2 9 -1. <_> 17 0 1 9 2. 0 -3.6952861119061708e-003 -0.2982620000839233 1 <_> <_> 17 9 2 3 -1. <_> 17 10 2 1 3. 0 -6.8888221867382526e-003 0.6143739223480225 2 <_> <_> 14 4 4 4 -1. <_> 13 5 4 2 2. 1 2.7258940972387791e-003 -0.0830650478601456 0.1806645989418030 <_> <_> <_> 11 3 6 6 -1. <_> 11 3 3 3 2. <_> 14 6 3 3 2. 0 9.8391417413949966e-003 2 1 <_> <_> 3 15 1 4 -1. <_> 3 17 1 2 2. 0 1.4573390362784266e-003 -0.0488020703196526 0.2965075075626373 <_> <_> 2 0 2 1 -1. <_> 3 0 1 1 2. 0 -2.3016060004010797e-004 0.0835834369063377 -0.2445777952671051 <_> <_> <_> 4 9 3 2 -1. <_> 5 9 1 2 3. 0 -1.3347089989110827e-003 1 2 <_> <_> 7 5 6 9 -1. <_> 9 8 2 3 9. 0 -0.2351624965667725 -0.3978005945682526 0.2920047044754028 <_> <_> 11 7 2 2 -1. <_> 11 7 1 2 2. 1 -3.1839110888540745e-003 0.1548459976911545 -0.1391118019819260 <_> <_> <_> 0 11 5 9 -1. <_> 0 14 5 3 3. 0 -0.0594988390803337 -0.8024157881736755 1 <_> <_> 8 10 4 1 -1. <_> 9 10 2 1 2. 0 2.9865070246160030e-004 2 -0.1793211996555328 <_> <_> 4 3 1 4 -1. <_> 3 4 1 2 2. 1 -2.1592311095446348e-003 -0.1970307976007462 0.1590138971805573 <_> <_> <_> 1 2 18 12 -1. <_> 1 2 9 6 2. <_> 10 8 9 6 2. 0 -0.0877276435494423 0.2339181005954742 1 <_> <_> 5 2 1 4 -1. <_> 5 2 1 2 2. 1 1.8073969986289740e-003 -0.1977723985910416 2 <_> <_> 0 2 2 2 -1. <_> 1 2 1 2 2. 0 -3.0411710031330585e-004 -0.2278759926557541 0.2348029017448425 <_> <_> <_> 4 2 12 4 -1. <_> 4 3 12 2 2. 0 -0.0367789305746555 0.6347193717956543 1 <_> <_> 7 7 3 3 -1. <_> 8 7 1 3 3. 0 -8.4806662052869797e-003 0.3432014882564545 2 <_> <_> 4 6 6 6 -1. <_> 6 6 2 6 3. 0 0.0445268191397190 -3.2206610776484013e-003 -0.3305779099464417 <_> <_> <_> 0 6 2 3 -1. <_> 0 7 2 1 3. 0 -1.1732319835573435e-003 1 2 <_> <_> 17 11 3 3 -1. <_> 17 12 3 1 3. 0 1.4339870540425181e-003 -0.3289462924003601 0.2681246101856232 <_> <_> 16 0 3 9 -1. <_> 17 0 1 9 3. 0 7.7017117291688919e-004 0.1572207957506180 -0.1208091974258423 <_> <_> <_> 13 1 2 2 -1. <_> 14 1 1 2 2. 0 5.0579622620716691e-004 1 0.1691720932722092 <_> <_> 4 5 8 9 -1. <_> 8 5 4 9 2. 0 -0.1610991954803467 0.5483856797218323 2 <_> <_> 10 0 2 2 -1. <_> 11 0 1 2 2. 0 -9.3872181605547667e-004 0.1343251019716263 -0.1849029958248138 <_> <_> <_> 10 3 4 4 -1. <_> 10 3 2 2 2. <_> 12 5 2 2 2. 0 0.0105522796511650 1 -0.4074558913707733 <_> <_> 5 0 8 1 -1. <_> 7 2 4 1 2. 1 0.0411572083830833 2 0.7532612085342407 <_> <_> 0 3 2 12 -1. <_> 0 3 1 6 2. <_> 1 9 1 6 2. 0 -1.3245060108602047e-003 -0.1137211993336678 0.1174445971846581 <_> <_> <_> 5 8 2 4 -1. <_> 4 9 2 2 2. 1 -7.3126708157360554e-003 1 -0.0731876567006111 <_> <_> 0 1 1 12 -1. <_> 0 4 1 6 2. 0 -0.0158473607152700 -0.4724876880645752 2 <_> <_> 16 11 3 6 -1. <_> 16 14 3 3 2. 0 -5.2730008028447628e-003 -0.3943318128585815 0.3205418884754181 <_> <_> <_> 6 9 1 3 -1. <_> 5 10 1 1 3. 1 -0.0101639302447438 -0.5209981799125671 1 <_> <_> 13 0 4 18 -1. <_> 14 0 2 18 2. 0 -0.0142695996910334 0.4447200894355774 2 <_> <_> 15 11 2 2 -1. <_> 16 11 1 2 2. 0 -2.8677590307779610e-004 0.1078782007098198 -0.1323933005332947 <_> <_> <_> 15 16 3 3 -1. <_> 15 17 3 1 3. 0 -4.4711050577461720e-004 1 2 <_> <_> 16 9 4 1 -1. <_> 17 10 2 1 2. 1 6.9207558408379555e-003 -0.2118450999259949 0.7103831171989441 <_> <_> 4 0 8 2 -1. <_> 4 0 4 1 2. <_> 8 1 4 1 2. 0 -4.7490649740211666e-004 -0.0903684124350548 0.1933932006359100 <_> <_> <_> 9 15 8 4 -1. <_> 11 15 4 4 2. 0 -0.0141922300681472 -0.3877499103546143 1 <_> <_> 15 18 2 2 -1. <_> 15 18 1 1 2. <_> 16 19 1 1 2. 0 -5.9010402765125036e-004 0.4224196970462799 2 <_> <_> 15 2 4 4 -1. <_> 15 2 2 2 2. <_> 17 4 2 2 2. 0 2.2904858924448490e-003 -0.0804035365581512 0.1733590066432953 <_> <_> <_> 19 5 1 12 -1. <_> 19 8 1 6 2. 0 -0.0251043997704983 -0.6031293869018555 1 <_> <_> 15 14 5 3 -1. <_> 15 15 5 1 3. 0 -9.7052762284874916e-003 -0.6572173833847046 2 <_> <_> 15 18 2 2 -1. <_> 16 18 1 2 2. 0 2.7441041311249137e-004 -0.0520428605377674 0.1807800978422165 <_> <_> <_> 15 18 2 1 -1. <_> 16 18 1 1 2. 0 -2.6883379905484617e-004 0.1848616003990173 1 <_> <_> 0 0 18 2 -1. <_> 0 0 9 1 2. <_> 9 1 9 1 2. 0 8.5731758736073971e-004 0.0367018096148968 2 <_> <_> 5 6 2 4 -1. <_> 5 7 2 2 2. 0 -7.1471570990979671e-003 0.3801917135715485 -0.3131479024887085 <_> <_> <_> 16 11 2 3 -1. <_> 15 12 2 1 3. 1 -5.9650279581546783e-003 -0.3751834928989410 1 <_> <_> 8 4 4 7 -1. <_> 9 5 2 7 2. 1 6.5897651948034763e-003 2 0.2194893062114716 <_> <_> 5 8 2 4 -1. <_> 5 9 2 2 2. 0 5.0898519111797214e-004 0.0588558688759804 -0.2683170139789581 <_> <_> <_> 8 9 4 2 -1. <_> 9 10 2 2 2. 1 -0.0194063801318407 -0.4021354019641876 1 <_> <_> 11 10 3 3 -1. <_> 12 10 1 3 3. 0 0.0106824999675155 2 0.6616470813751221 <_> <_> 15 0 2 5 -1. <_> 16 0 1 5 2. 0 5.9157088398933411e-003 0.0367188192903996 -0.4788692891597748 <_> <_> <_> 4 8 3 1 -1. <_> 5 9 1 1 3. 1 -4.9229031428694725e-003 0.2202643007040024 1 <_> <_> 9 5 1 4 -1. <_> 9 7 1 2 2. 0 -0.0124171702191234 -0.4981400072574616 2 <_> <_> 12 11 2 1 -1. <_> 13 11 1 1 2. 0 5.5979369208216667e-003 -0.0401416011154652 0.7933250069618225 <_> <_> <_> 9 3 5 10 -1. <_> 9 8 5 5 2. 0 -0.1843589991331101 0.8239216208457947 1 <_> <_> 4 13 9 4 -1. <_> 4 15 9 2 2. 0 0.0642805770039558 2 -0.5153368711471558 <_> <_> 15 2 2 1 -1. <_> 16 2 1 1 2. 0 -1.6670690383762121e-003 -0.5789753794670105 0.0310206506401300 <_> <_> <_> 7 1 13 6 -1. <_> 7 3 13 2 3. 0 0.0474757887423038 1 0.1585211008787155 <_> <_> 3 0 15 2 -1. <_> 3 1 15 1 2. 0 2.5915699079632759e-003 2 -0.2813214957714081 <_> <_> 4 0 12 2 -1. <_> 4 1 12 1 2. 0 -6.8349228240549564e-004 -0.0844962075352669 0.3408535122871399 <_> <_> <_> 17 2 2 4 -1. <_> 17 3 2 2 2. 0 -8.0965347588062286e-003 0.6438406109809876 1 <_> <_> 5 6 4 6 -1. <_> 5 6 2 3 2. <_> 7 9 2 3 2. 0 0.0207502692937851 2 0.4547908902168274 <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 2.0832920563407242e-004 -0.1073665991425514 0.1325784027576447 <_> <_> <_> 16 15 2 2 -1. <_> 16 15 1 1 2. <_> 17 16 1 1 2. 0 -3.6361071397550404e-004 0.1899598985910416 1 <_> <_> 7 18 13 2 -1. <_> 7 19 13 1 2. 0 -6.1230720020830631e-003 -0.5525259971618652 2 <_> <_> 16 2 1 6 -1. <_> 16 4 1 2 3. 0 -4.2420169338583946e-003 0.2955805063247681 -0.0718816965818405 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 1 1 2. <_> 18 17 1 1 2. 0 -3.2453850144520402e-004 -0.2169762998819351 1 <_> <_> 4 4 5 2 -1. <_> 4 4 5 1 2. 1 0.0121402600780129 2 -0.3175399899482727 <_> <_> 14 17 2 2 -1. <_> 14 17 1 1 2. <_> 15 18 1 1 2. 0 -1.8192020070273429e-004 -0.1177702993154526 0.1720840930938721 <_> <_> <_> 15 1 2 2 -1. <_> 15 1 2 1 2. 1 -3.0392920598387718e-003 0.1813199073076248 1 <_> <_> 15 1 2 2 -1. <_> 15 1 1 1 2. <_> 16 2 1 1 2. 0 2.8347579063847661e-004 2 0.1475231945514679 <_> <_> 6 10 3 7 -1. <_> 7 10 1 7 3. 0 -2.0839450880885124e-003 0.1260271966457367 -0.2344800978899002 <_> <_> <_> 12 9 6 5 -1. <_> 15 9 3 5 2. 0 -0.0157358907163143 2 1 <_> <_> 7 4 3 6 -1. <_> 7 4 3 3 2. 1 -0.0597833395004272 -0.3762426972389221 0.1045283973217011 <_> <_> 2 6 8 10 -1. <_> 2 11 8 5 2. 0 0.0811482965946198 -0.4633106887340546 0.0149304503574967 <_> <_> <_> 3 13 2 3 -1. <_> 3 14 2 1 3. 0 5.8228247798979282e-003 1 -0.7126113176345825 <_> <_> 1 11 4 2 -1. <_> 1 12 4 1 2. 0 -5.7364261010661721e-004 2 -0.0392931401729584 <_> <_> 5 16 15 4 -1. <_> 5 17 15 2 2. 0 -3.6678448668681085e-004 -0.1019888967275620 0.4737910032272339 <_> <_> <_> 15 6 2 4 -1. <_> 15 7 2 2 2. 0 -9.1290572891011834e-004 1 2 <_> <_> 6 2 9 3 -1. <_> 6 3 9 1 3. 0 0.0125617701560259 0.0353643409907818 0.4816335141658783 <_> <_> 15 16 2 2 -1. <_> 15 16 1 1 2. <_> 16 17 1 1 2. 0 -7.6223909854888916e-004 0.4651660919189453 -0.1513921022415161 <_> <_> <_> 8 2 10 3 -1. <_> 8 3 10 1 3. 0 1.8540889723226428e-003 0.1185353025794029 1 <_> <_> 18 8 2 4 -1. <_> 17 9 2 2 2. 1 -0.0181880593299866 0.5080518722534180 2 <_> <_> 2 5 1 12 -1. <_> 2 11 1 6 2. 0 0.0256486795842648 -0.2364062964916229 0.2699171900749207 <_> <_> <_> 17 13 3 6 -1. <_> 18 15 1 2 9. 0 -0.0259394701570272 -0.6130409240722656 1 <_> <_> 13 5 3 2 -1. <_> 14 5 1 2 3. 0 9.7436201758682728e-004 2 -0.1675136983394623 <_> <_> 3 2 3 2 -1. <_> 4 2 1 2 3. 0 -1.2310179881751537e-003 -0.2617937028408051 0.1271860003471375 <_> <_> <_> 4 4 12 5 -1. <_> 7 4 6 5 2. 0 -0.0707698613405228 0.3649967014789581 1 <_> <_> 5 15 2 2 -1. <_> 5 15 1 1 2. <_> 6 16 1 1 2. 0 6.8592047318816185e-004 2 0.3191641867160797 <_> <_> 10 0 8 3 -1. <_> 12 0 4 3 2. 0 7.2288517840206623e-003 -0.1132650971412659 0.2313845008611679 <_> <_> <_> 11 0 8 6 -1. <_> 13 0 4 6 2. 0 -4.7549661248922348e-003 0.1224955022335053 1 <_> <_> 4 1 12 8 -1. <_> 10 1 6 8 2. 0 0.0385606810450554 -0.2296983003616333 2 <_> <_> 18 10 2 3 -1. <_> 17 11 2 1 3. 1 3.3737360499799252e-003 -0.0293230693787336 0.7321509122848511 <_> <_> <_> 12 1 6 3 -1. <_> 14 1 2 3 3. 0 -0.0146719701588154 -0.5239514708518982 1 <_> <_> 1 16 1 3 -1. <_> 1 17 1 1 3. 0 3.5087150172330439e-004 0.0981159806251526 2 <_> <_> 10 9 1 2 -1. <_> 10 10 1 1 2. 0 -2.0783280488103628e-003 0.4035033881664276 -0.2295967042446137 <_> <_> <_> 19 13 1 4 -1. <_> 19 13 1 2 2. 1 -3.7065339274704456e-003 1 -0.0920629724860191 <_> <_> 9 6 3 6 -1. <_> 9 9 3 3 2. 0 0.0401503294706345 2 -0.7132080197334290 <_> <_> 2 9 18 10 -1. <_> 2 9 9 5 2. <_> 11 14 9 5 2. 0 -0.0612767115235329 0.4461534023284912 0.0587144382297993 <_> <_> <_> 11 4 5 6 -1. <_> 11 4 5 3 2. 1 -0.0997300967574120 1 2 <_> <_> 17 0 2 4 -1. <_> 17 1 2 2 2. 0 -7.7125482494011521e-004 -0.1424691975116730 0.5118741989135742 <_> <_> 2 3 3 4 -1. <_> 3 3 1 4 3. 0 1.3902420178055763e-003 0.0180412400513887 -0.2572959065437317 <_> <_> <_> 19 0 1 10 -1. <_> 19 5 1 5 2. 0 -0.0253048893064260 -0.3936561048030853 1 <_> <_> 1 7 6 6 -1. <_> 1 7 3 3 2. <_> 4 10 3 3 2. 0 0.0251762606203556 -0.0172982700169086 2 <_> <_> 15 2 3 12 -1. <_> 11 6 3 4 3. 1 -0.2778967916965485 -0.5146418213844299 0.4142223894596100 <_> <_> <_> 3 9 7 6 -1. <_> 3 11 7 2 3. 0 0.0461887195706367 1 -0.4154655039310455 <_> <_> 8 8 1 3 -1. <_> 8 9 1 1 3. 0 -1.7873500473797321e-003 0.2935892045497894 2 <_> <_> 4 13 6 6 -1. <_> 4 15 6 2 3. 0 -0.0120765501633286 0.3050153851509094 -0.0831891372799873 <_> <_> <_> 1 13 4 3 -1. <_> 1 14 4 1 3. 0 -5.4004848934710026e-003 -0.4824295938014984 1 <_> <_> 7 1 4 4 -1. <_> 7 1 2 2 2. <_> 9 3 2 2 2. 0 -9.4532333314418793e-003 -0.4186420142650604 2 <_> <_> 2 4 2 2 -1. <_> 2 4 1 1 2. <_> 3 5 1 1 2. 0 -1.6526769613847136e-003 -0.4769079089164734 0.0699551627039909 <_> <_> <_> 2 4 16 3 -1. <_> 2 5 16 1 3. 0 -0.0311533100903034 0.6263319253921509 1 <_> <_> 0 6 17 3 -1. <_> 0 7 17 1 3. 0 5.1554460078477859e-003 2 -0.2215293049812317 <_> <_> 5 6 10 3 -1. <_> 5 7 10 1 3. 0 -2.7182319900020957e-004 -0.0289269406348467 0.3649964034557343 -1.1084890365600586 28 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_frontalface_alt.xml000066400000000000000000034044771417525156400300270ustar00rootroot00000000000000 20 20 <_> <_> <_> <_>3 7 14 4 -1. <_>3 9 14 2 2. 0 4.0141958743333817e-003 0.0337941907346249 0.8378106951713562 <_> <_> <_>1 2 18 4 -1. <_>7 2 6 4 3. 0 0.0151513395830989 0.1514132022857666 0.7488812208175659 <_> <_> <_>1 7 15 9 -1. <_>1 10 15 3 3. 0 4.2109931819140911e-003 0.0900492817163467 0.6374819874763489 0.8226894140243530 -1 -1 <_> <_> <_> <_>5 6 2 6 -1. <_>5 9 2 3 2. 0 1.6227109590545297e-003 0.0693085864186287 0.7110946178436279 <_> <_> <_>7 5 6 3 -1. <_>9 5 2 3 3. 0 2.2906649392098188e-003 0.1795803010463715 0.6668692231178284 <_> <_> <_>4 0 12 9 -1. <_>4 3 12 3 3. 0 5.0025708042085171e-003 0.1693672984838486 0.6554006934165955 <_> <_> <_>6 9 10 8 -1. <_>6 13 10 4 2. 0 7.9659894108772278e-003 0.5866332054138184 0.0914145186543465 <_> <_> <_>3 6 14 8 -1. <_>3 10 14 4 2. 0 -3.5227010957896709e-003 0.1413166970014572 0.6031895875930786 <_> <_> <_>14 1 6 10 -1. <_>14 1 3 10 2. 0 0.0366676896810532 0.3675672113895416 0.7920318245887756 <_> <_> <_>7 8 5 12 -1. <_>7 12 5 4 3. 0 9.3361474573612213e-003 0.6161385774612427 0.2088509947061539 <_> <_> <_>1 1 18 3 -1. <_>7 1 6 3 3. 0 8.6961314082145691e-003 0.2836230993270874 0.6360273957252502 <_> <_> <_>1 8 17 2 -1. <_>1 9 17 1 2. 0 1.1488880263641477e-003 0.2223580926656723 0.5800700783729553 <_> <_> <_>16 6 4 2 -1. <_>16 7 4 1 2. 0 -2.1484689787030220e-003 0.2406464070081711 0.5787054896354675 <_> <_> <_>5 17 2 2 -1. <_>5 18 2 1 2. 0 2.1219060290604830e-003 0.5559654831886292 0.1362237036228180 <_> <_> <_>14 2 6 12 -1. <_>14 2 3 12 2. 0 -0.0939491465687752 0.8502737283706665 0.4717740118503571 <_> <_> <_>4 0 4 12 -1. <_>4 0 2 6 2. <_>6 6 2 6 2. 0 1.3777789426967502e-003 0.5993673801422119 0.2834529876708984 <_> <_> <_>2 11 18 8 -1. <_>8 11 6 8 3. 0 0.0730631574988365 0.4341886043548584 0.7060034275054932 <_> <_> <_>5 7 10 2 -1. <_>5 8 10 1 2. 0 3.6767389974556863e-004 0.3027887940406799 0.6051574945449829 <_> <_> <_>15 11 5 3 -1. <_>15 12 5 1 3. 0 -6.0479710809886456e-003 0.1798433959484100 0.5675256848335266 6.9566087722778320 0 -1 <_> <_> <_> <_>5 3 10 9 -1. <_>5 6 10 3 3. 0 -0.0165106896311045 0.6644225120544434 0.1424857974052429 <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 2.7052499353885651e-003 0.6325352191925049 0.1288477033376694 <_> <_> <_>3 5 4 12 -1. <_>3 9 4 4 3. 0 2.8069869149476290e-003 0.1240288019180298 0.6193193197250366 <_> <_> <_>4 5 12 5 -1. <_>8 5 4 5 3. 0 -1.5402400167658925e-003 0.1432143002748489 0.5670015811920166 <_> <_> <_>5 6 10 8 -1. <_>5 10 10 4 2. 0 -5.6386279175058007e-004 0.1657433062791824 0.5905207991600037 <_> <_> <_>8 0 6 9 -1. <_>8 3 6 3 3. 0 1.9253729842603207e-003 0.2695507109165192 0.5738824009895325 <_> <_> <_>9 12 1 8 -1. <_>9 16 1 4 2. 0 -5.0214841030538082e-003 0.1893538981676102 0.5782774090766907 <_> <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 2.6365420781075954e-003 0.2309329062700272 0.5695425868034363 <_> <_> <_>7 0 6 17 -1. <_>9 0 2 17 3. 0 -1.5127769438549876e-003 0.2759602069854736 0.5956642031669617 <_> <_> <_>9 0 6 4 -1. <_>11 0 2 4 3. 0 -0.0101574398577213 0.1732538044452667 0.5522047281265259 <_> <_> <_>5 1 6 4 -1. <_>7 1 2 4 3. 0 -0.0119536602869630 0.1339409947395325 0.5559014081954956 <_> <_> <_>12 1 6 16 -1. <_>14 1 2 16 3. 0 4.8859491944313049e-003 0.3628703951835632 0.6188849210739136 <_> <_> <_>0 5 18 8 -1. <_>0 5 9 4 2. <_>9 9 9 4 2. 0 -0.0801329165697098 0.0912110507488251 0.5475944876670837 <_> <_> <_>8 15 10 4 -1. <_>13 15 5 2 2. <_>8 17 5 2 2. 0 1.0643280111253262e-003 0.3715142905712128 0.5711399912834168 <_> <_> <_>3 1 4 8 -1. <_>3 1 2 4 2. <_>5 5 2 4 2. 0 -1.3419450260698795e-003 0.5953313708305359 0.3318097889423370 <_> <_> <_>3 6 14 10 -1. <_>10 6 7 5 2. <_>3 11 7 5 2. 0 -0.0546011403203011 0.1844065934419632 0.5602846145629883 <_> <_> <_>2 1 6 16 -1. <_>4 1 2 16 3. 0 2.9071690514683723e-003 0.3594244122505188 0.6131715178489685 <_> <_> <_>0 18 20 2 -1. <_>0 19 20 1 2. 0 7.4718717951327562e-004 0.5994353294372559 0.3459562957286835 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 4.3013808317482471e-003 0.4172652065753937 0.6990845203399658 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 4.5017572119832039e-003 0.4509715139865875 0.7801457047462463 <_> <_> <_>0 12 9 6 -1. <_>0 14 9 2 3. 0 0.0241385009139776 0.5438212752342224 0.1319826990365982 9.4985427856445313 1 -1 <_> <_> <_> <_>5 7 3 4 -1. <_>5 9 3 2 2. 0 1.9212230108678341e-003 0.1415266990661621 0.6199870705604553 <_> <_> <_>9 3 2 16 -1. <_>9 11 2 8 2. 0 -1.2748669541906565e-004 0.6191074252128601 0.1884928941726685 <_> <_> <_>3 6 13 8 -1. <_>3 10 13 4 2. 0 5.1409931620582938e-004 0.1487396955490112 0.5857927799224854 <_> <_> <_>12 3 8 2 -1. <_>12 3 4 2 2. 0 4.1878609918057919e-003 0.2746909856796265 0.6359239816665649 <_> <_> <_>8 8 4 12 -1. <_>8 12 4 4 3. 0 5.1015717908740044e-003 0.5870851278305054 0.2175628989934921 <_> <_> <_>11 3 8 6 -1. <_>15 3 4 3 2. <_>11 6 4 3 2. 0 -2.1448440384119749e-003 0.5880944728851318 0.2979590892791748 <_> <_> <_>7 1 6 19 -1. <_>9 1 2 19 3. 0 -2.8977119363844395e-003 0.2373327016830444 0.5876647233963013 <_> <_> <_>9 0 6 4 -1. <_>11 0 2 4 3. 0 -0.0216106791049242 0.1220654994249344 0.5194202065467835 <_> <_> <_>3 1 9 3 -1. <_>6 1 3 3 3. 0 -4.6299318782985210e-003 0.2631230950355530 0.5817409157752991 <_> <_> <_>8 15 10 4 -1. <_>13 15 5 2 2. <_>8 17 5 2 2. 0 5.9393711853772402e-004 0.3638620078563690 0.5698544979095459 <_> <_> <_>0 3 6 10 -1. <_>3 3 3 10 2. 0 0.0538786612451077 0.4303531050682068 0.7559366226196289 <_> <_> <_>3 4 15 15 -1. <_>3 9 15 5 3. 0 1.8887349870055914e-003 0.2122603058815002 0.5613427162170410 <_> <_> <_>6 5 8 6 -1. <_>6 7 8 2 3. 0 -2.3635339457541704e-003 0.5631849169731140 0.2642767131328583 <_> <_> <_>4 4 12 10 -1. <_>10 4 6 5 2. <_>4 9 6 5 2. 0 0.0240177996456623 0.5797107815742493 0.2751705944538117 <_> <_> <_>6 4 4 4 -1. <_>8 4 2 4 2. 0 2.0543030404951423e-004 0.2705242037773132 0.5752568840980530 <_> <_> <_>15 11 1 2 -1. <_>15 12 1 1 2. 0 8.4790197433903813e-004 0.5435624718666077 0.2334876954555512 <_> <_> <_>3 11 2 2 -1. <_>3 12 2 1 2. 0 1.4091329649090767e-003 0.5319424867630005 0.2063155025243759 <_> <_> <_>16 11 1 3 -1. <_>16 12 1 1 3. 0 1.4642629539594054e-003 0.5418980717658997 0.3068861067295075 <_> <_> <_>3 15 6 4 -1. <_>3 15 3 2 2. <_>6 17 3 2 2. 0 1.6352549428120255e-003 0.3695372939109802 0.6112868189811707 <_> <_> <_>6 7 8 2 -1. <_>6 8 8 1 2. 0 8.3172752056270838e-004 0.3565036952495575 0.6025236248970032 <_> <_> <_>3 11 1 3 -1. <_>3 12 1 1 3. 0 -2.0998890977352858e-003 0.1913982033729553 0.5362827181816101 <_> <_> <_>6 0 12 2 -1. <_>6 1 12 1 2. 0 -7.4213981861248612e-004 0.3835555016994476 0.5529310107231140 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 3.2655049581080675e-003 0.4312896132469177 0.7101895809173584 <_> <_> <_>7 15 6 2 -1. <_>7 16 6 1 2. 0 8.9134991867467761e-004 0.3984830975532532 0.6391963958740234 <_> <_> <_>0 5 4 6 -1. <_>0 7 4 2 3. 0 -0.0152841797098517 0.2366732954978943 0.5433713793754578 <_> <_> <_>4 12 12 2 -1. <_>8 12 4 2 3. 0 4.8381411470472813e-003 0.5817500948905945 0.3239189088344574 <_> <_> <_>6 3 1 9 -1. <_>6 6 1 3 3. 0 -9.1093179071322083e-004 0.5540593862533569 0.2911868989467621 <_> <_> <_>10 17 3 2 -1. <_>11 17 1 2 3. 0 -6.1275060288608074e-003 0.1775255054235458 0.5196629166603088 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -4.4576259097084403e-004 0.3024170100688934 0.5533593893051148 <_> <_> <_>7 6 6 4 -1. <_>9 6 2 4 3. 0 0.0226465407758951 0.4414930939674377 0.6975377202033997 <_> <_> <_>7 17 3 2 -1. <_>8 17 1 2 3. 0 -1.8804960418492556e-003 0.2791394889354706 0.5497952103614807 <_> <_> <_>10 17 3 3 -1. <_>11 17 1 3 3. 0 7.0889107882976532e-003 0.5263199210166931 0.2385547012090683 <_> <_> <_>8 12 3 2 -1. <_>8 13 3 1 2. 0 1.7318050377070904e-003 0.4319379031658173 0.6983600854873657 <_> <_> <_>9 3 6 2 -1. <_>11 3 2 2 3. 0 -6.8482700735330582e-003 0.3082042932510376 0.5390920042991638 <_> <_> <_>3 11 14 4 -1. <_>3 13 14 2 2. 0 -1.5062530110299122e-005 0.5521922111511231 0.3120366036891937 <_> <_> <_>1 10 18 4 -1. <_>10 10 9 2 2. <_>1 12 9 2 2. 0 0.0294755697250366 0.5401322841644287 0.1770603060722351 <_> <_> <_>0 10 3 3 -1. <_>0 11 3 1 3. 0 8.1387329846620560e-003 0.5178617835044861 0.1211019009351730 <_> <_> <_>9 1 6 6 -1. <_>11 1 2 6 3. 0 0.0209429506212473 0.5290294289588928 0.3311221897602081 <_> <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 -9.5665529370307922e-003 0.7471994161605835 0.4451968967914581 18.4129695892333980 2 -1 <_> <_> <_> <_>1 0 18 9 -1. <_>1 3 18 3 3. 0 -2.8206960996612906e-004 0.2064086049795151 0.6076732277870178 <_> <_> <_>12 10 2 6 -1. <_>12 13 2 3 2. 0 1.6790600493550301e-003 0.5851997137069702 0.1255383938550949 <_> <_> <_>0 5 19 8 -1. <_>0 9 19 4 2. 0 6.9827912375330925e-004 0.0940184295177460 0.5728961229324341 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 7.8959012171253562e-004 0.1781987994909287 0.5694308876991272 <_> <_> <_>5 3 6 1 -1. <_>7 3 2 1 3. 0 -2.8560499195009470e-003 0.1638399064540863 0.5788664817810059 <_> <_> <_>11 3 6 1 -1. <_>13 3 2 1 3. 0 -3.8122469559311867e-003 0.2085440009832382 0.5508564710617065 <_> <_> <_>5 10 4 6 -1. <_>5 13 4 3 2. 0 1.5896620461717248e-003 0.5702760815620422 0.1857215017080307 <_> <_> <_>11 3 6 1 -1. <_>13 3 2 1 3. 0 0.0100783398374915 0.5116943120956421 0.2189770042896271 <_> <_> <_>4 4 12 6 -1. <_>4 6 12 2 3. 0 -0.0635263025760651 0.7131379842758179 0.4043813049793243 <_> <_> <_>15 12 2 6 -1. <_>15 14 2 2 3. 0 -9.1031491756439209e-003 0.2567181885242462 0.5463973283767700 <_> <_> <_>9 3 2 2 -1. <_>10 3 1 2 2. 0 -2.4035000242292881e-003 0.1700665950775147 0.5590974092483521 <_> <_> <_>9 3 3 1 -1. <_>10 3 1 1 3. 0 1.5226360410451889e-003 0.5410556793212891 0.2619054019451141 <_> <_> <_>1 1 4 14 -1. <_>3 1 2 14 2. 0 0.0179974399507046 0.3732436895370483 0.6535220742225647 <_> <_> <_>9 0 4 4 -1. <_>11 0 2 2 2. <_>9 2 2 2 2. 0 -6.4538191072642803e-003 0.2626481950283051 0.5537446141242981 <_> <_> <_>7 5 1 14 -1. <_>7 12 1 7 2. 0 -0.0118807600811124 0.2003753930330277 0.5544745922088623 <_> <_> <_>19 0 1 4 -1. <_>19 2 1 2 2. 0 1.2713660253211856e-003 0.5591902732849121 0.3031975924968720 <_> <_> <_>5 5 6 4 -1. <_>8 5 3 4 2. 0 1.1376109905540943e-003 0.2730407118797302 0.5646508932113648 <_> <_> <_>9 18 3 2 -1. <_>10 18 1 2 3. 0 -4.2651998810470104e-003 0.1405909061431885 0.5461820960044861 <_> <_> <_>8 18 3 2 -1. <_>9 18 1 2 3. 0 -2.9602861031889915e-003 0.1795035004615784 0.5459290146827698 <_> <_> <_>4 5 12 6 -1. <_>4 7 12 2 3. 0 -8.8448226451873779e-003 0.5736783146858215 0.2809219956398010 <_> <_> <_>3 12 2 6 -1. <_>3 14 2 2 3. 0 -6.6430689767003059e-003 0.2370675951242447 0.5503826141357422 <_> <_> <_>10 8 2 12 -1. <_>10 12 2 4 3. 0 3.9997808635234833e-003 0.5608199834823608 0.3304282128810883 <_> <_> <_>7 18 3 2 -1. <_>8 18 1 2 3. 0 -4.1221720166504383e-003 0.1640105992555618 0.5378993153572083 <_> <_> <_>9 0 6 2 -1. <_>11 0 2 2 3. 0 0.0156249096617103 0.5227649211883545 0.2288603931665421 <_> <_> <_>5 11 9 3 -1. <_>5 12 9 1 3. 0 -0.0103564197197557 0.7016193866729736 0.4252927899360657 <_> <_> <_>9 0 6 2 -1. <_>11 0 2 2 3. 0 -8.7960809469223022e-003 0.2767347097396851 0.5355830192565918 <_> <_> <_>1 1 18 5 -1. <_>7 1 6 5 3. 0 0.1622693985700607 0.4342240095138550 0.7442579269409180 <_> <_> <_>8 0 4 4 -1. <_>10 0 2 2 2. <_>8 2 2 2 2. 0 4.5542530715465546e-003 0.5726485848426819 0.2582125067710877 <_> <_> <_>3 12 1 3 -1. <_>3 13 1 1 3. 0 -2.1309209987521172e-003 0.2106848061084747 0.5361018776893616 <_> <_> <_>8 14 5 3 -1. <_>8 15 5 1 3. 0 -0.0132084200158715 0.7593790888786316 0.4552468061447144 <_> <_> <_>5 4 10 12 -1. <_>5 4 5 6 2. <_>10 10 5 6 2. 0 -0.0659966766834259 0.1252475976943970 0.5344039797782898 <_> <_> <_>9 6 9 12 -1. <_>9 10 9 4 3. 0 7.9142656177282333e-003 0.3315384089946747 0.5601043105125427 <_> <_> <_>2 2 12 14 -1. <_>2 2 6 7 2. <_>8 9 6 7 2. 0 0.0208942797034979 0.5506049990653992 0.2768838107585907 15.3241395950317380 3 -1 <_> <_> <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 1.1961159761995077e-003 0.1762690991163254 0.6156241297721863 <_> <_> <_>7 4 6 4 -1. <_>7 6 6 2 2. 0 -1.8679830245673656e-003 0.6118106842041016 0.1832399964332581 <_> <_> <_>4 5 11 8 -1. <_>4 9 11 4 2. 0 -1.9579799845814705e-004 0.0990442633628845 0.5723816156387329 <_> <_> <_>3 10 16 4 -1. <_>3 12 16 2 2. 0 -8.0255657667294145e-004 0.5579879879951477 0.2377282977104187 <_> <_> <_>0 0 16 2 -1. <_>0 1 16 1 2. 0 -2.4510810617357492e-003 0.2231457978487015 0.5858935117721558 <_> <_> <_>7 5 6 2 -1. <_>9 5 2 2 3. 0 5.0361850298941135e-004 0.2653993964195252 0.5794103741645813 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 4.0293349884450436e-003 0.5803827047348023 0.2484865039587021 <_> <_> <_>10 5 8 15 -1. <_>10 10 8 5 3. 0 -0.0144517095759511 0.1830351948738098 0.5484204888343811 <_> <_> <_>3 14 8 6 -1. <_>3 14 4 3 2. <_>7 17 4 3 2. 0 2.0380979403853416e-003 0.3363558948040009 0.6051092743873596 <_> <_> <_>14 2 2 2 -1. <_>14 3 2 1 2. 0 -1.6155190533027053e-003 0.2286642044782639 0.5441246032714844 <_> <_> <_>1 10 7 6 -1. <_>1 13 7 3 2. 0 3.3458340913057327e-003 0.5625913143157959 0.2392338067293167 <_> <_> <_>15 4 4 3 -1. <_>15 4 2 3 2. 0 1.6379579901695251e-003 0.3906993865966797 0.5964621901512146 <_> <_> <_>2 9 14 6 -1. <_>2 9 7 3 2. <_>9 12 7 3 2. 0 0.0302512105554342 0.5248482227325440 0.1575746983289719 <_> <_> <_>5 7 10 4 -1. <_>5 9 10 2 2. 0 0.0372519902884960 0.4194310903549194 0.6748418807983398 <_> <_> <_>6 9 8 8 -1. <_>6 9 4 4 2. <_>10 13 4 4 2. 0 -0.0251097902655602 0.1882549971342087 0.5473451018333435 <_> <_> <_>14 1 3 2 -1. <_>14 2 3 1 2. 0 -5.3099058568477631e-003 0.1339973062276840 0.5227110981941223 <_> <_> <_>1 4 4 2 -1. <_>3 4 2 2 2. 0 1.2086479691788554e-003 0.3762088119983673 0.6109635829925537 <_> <_> <_>11 10 2 8 -1. <_>11 14 2 4 2. 0 -0.0219076797366142 0.2663142979145050 0.5404006838798523 <_> <_> <_>0 0 5 3 -1. <_>0 1 5 1 3. 0 5.4116579703986645e-003 0.5363578796386719 0.2232273072004318 <_> <_> <_>2 5 18 8 -1. <_>11 5 9 4 2. <_>2 9 9 4 2. 0 0.0699463263154030 0.5358232855796814 0.2453698068857193 <_> <_> <_>6 6 1 6 -1. <_>6 9 1 3 2. 0 3.4520021290518343e-004 0.2409671992063522 0.5376930236816406 <_> <_> <_>19 1 1 3 -1. <_>19 2 1 1 3. 0 1.2627709656953812e-003 0.5425856709480286 0.3155693113803864 <_> <_> <_>7 6 6 6 -1. <_>9 6 2 6 3. 0 0.0227195098996162 0.4158405959606171 0.6597865223884583 <_> <_> <_>19 1 1 3 -1. <_>19 2 1 1 3. 0 -1.8111000536009669e-003 0.2811253070831299 0.5505244731903076 <_> <_> <_>3 13 2 3 -1. <_>3 14 2 1 3. 0 3.3469670452177525e-003 0.5260028243064880 0.1891465038061142 <_> <_> <_>8 4 8 12 -1. <_>12 4 4 6 2. <_>8 10 4 6 2. 0 4.0791751234792173e-004 0.5673509240150452 0.3344210088253021 <_> <_> <_>5 2 6 3 -1. <_>7 2 2 3 3. 0 0.0127347996458411 0.5343592166900635 0.2395612001419067 <_> <_> <_>6 1 9 10 -1. <_>6 6 9 5 2. 0 -7.3119727894663811e-003 0.6010890007019043 0.4022207856178284 <_> <_> <_>0 4 6 12 -1. <_>2 4 2 12 3. 0 -0.0569487512111664 0.8199151158332825 0.4543190896511078 <_> <_> <_>15 13 2 3 -1. <_>15 14 2 1 3. 0 -5.0116591155529022e-003 0.2200281023979187 0.5357710719108582 <_> <_> <_>7 14 5 3 -1. <_>7 15 5 1 3. 0 6.0334368608891964e-003 0.4413081109523773 0.7181751132011414 <_> <_> <_>15 13 3 3 -1. <_>15 14 3 1 3. 0 3.9437441155314445e-003 0.5478860735893250 0.2791733145713806 <_> <_> <_>6 14 8 3 -1. <_>6 15 8 1 3. 0 -3.6591119132936001e-003 0.6357867717742920 0.3989723920822144 <_> <_> <_>15 13 3 3 -1. <_>15 14 3 1 3. 0 -3.8456181064248085e-003 0.3493686020374298 0.5300664901733398 <_> <_> <_>2 13 3 3 -1. <_>2 14 3 1 3. 0 -7.1926261298358440e-003 0.1119614988565445 0.5229672789573669 <_> <_> <_>4 7 12 12 -1. <_>10 7 6 6 2. <_>4 13 6 6 2. 0 -0.0527989417314529 0.2387102991342545 0.5453451275825501 <_> <_> <_>9 7 2 6 -1. <_>10 7 1 6 2. 0 -7.9537667334079742e-003 0.7586917877197266 0.4439376890659332 <_> <_> <_>8 9 5 2 -1. <_>8 10 5 1 2. 0 -2.7344180271029472e-003 0.2565476894378662 0.5489321947097778 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -1.8507939530536532e-003 0.6734347939491272 0.4252474904060364 <_> <_> <_>9 6 2 8 -1. <_>9 10 2 4 2. 0 0.0159189198166132 0.5488352775573731 0.2292661964893341 <_> <_> <_>7 7 3 6 -1. <_>8 7 1 6 3. 0 -1.2687679845839739e-003 0.6104331016540527 0.4022389948368073 <_> <_> <_>11 3 3 3 -1. <_>12 3 1 3 3. 0 6.2883910723030567e-003 0.5310853123664856 0.1536193042993546 <_> <_> <_>5 4 6 1 -1. <_>7 4 2 1 3. 0 -6.2259892001748085e-003 0.1729111969470978 0.5241606235504150 <_> <_> <_>5 6 10 3 -1. <_>5 7 10 1 3. 0 -0.0121325999498367 0.6597759723663330 0.4325182139873505 21.0106391906738280 4 -1 <_> <_> <_> <_>7 3 6 9 -1. <_>7 6 6 3 3. 0 -3.9184908382594585e-003 0.6103435158729553 0.1469330936670303 <_> <_> <_>6 7 9 1 -1. <_>9 7 3 1 3. 0 1.5971299726516008e-003 0.2632363140583038 0.5896466970443726 <_> <_> <_>2 8 16 8 -1. <_>2 12 16 4 2. 0 0.0177801102399826 0.5872874259948731 0.1760361939668655 <_> <_> <_>14 6 2 6 -1. <_>14 9 2 3 2. 0 6.5334769897162914e-004 0.1567801982164383 0.5596066117286682 <_> <_> <_>1 5 6 15 -1. <_>1 10 6 5 3. 0 -2.8353091329336166e-004 0.1913153976202011 0.5732036232948303 <_> <_> <_>10 0 6 9 -1. <_>10 3 6 3 3. 0 1.6104689566418529e-003 0.2914913892745972 0.5623080730438232 <_> <_> <_>6 6 7 14 -1. <_>6 13 7 7 2. 0 -0.0977506190538406 0.1943476945161820 0.5648233294487000 <_> <_> <_>13 7 3 6 -1. <_>13 9 3 2 3. 0 5.5182358482852578e-004 0.3134616911411285 0.5504639744758606 <_> <_> <_>1 8 15 4 -1. <_>6 8 5 4 3. 0 -0.0128582203760743 0.2536481916904450 0.5760142803192139 <_> <_> <_>11 2 3 10 -1. <_>11 7 3 5 2. 0 4.1530239395797253e-003 0.5767722129821777 0.3659774065017700 <_> <_> <_>3 7 4 6 -1. <_>3 9 4 2 3. 0 1.7092459602281451e-003 0.2843191027641296 0.5918939113616943 <_> <_> <_>13 3 6 10 -1. <_>15 3 2 10 3. 0 7.5217359699308872e-003 0.4052427113056183 0.6183109283447266 <_> <_> <_>5 7 8 10 -1. <_>5 7 4 5 2. <_>9 12 4 5 2. 0 2.2479810286313295e-003 0.5783755183219910 0.3135401010513306 <_> <_> <_>4 4 12 12 -1. <_>10 4 6 6 2. <_>4 10 6 6 2. 0 0.0520062111318111 0.5541312098503113 0.1916636973619461 <_> <_> <_>1 4 6 9 -1. <_>3 4 2 9 3. 0 0.0120855299755931 0.4032655954360962 0.6644591093063355 <_> <_> <_>11 3 2 5 -1. <_>11 3 1 5 2. 0 1.4687820112158079e-005 0.3535977900028229 0.5709382891654968 <_> <_> <_>7 3 2 5 -1. <_>8 3 1 5 2. 0 7.1395188570022583e-006 0.3037444949150085 0.5610269904136658 <_> <_> <_>10 14 2 3 -1. <_>10 15 2 1 3. 0 -4.6001640148460865e-003 0.7181087136268616 0.4580326080322266 <_> <_> <_>5 12 6 2 -1. <_>8 12 3 2 2. 0 2.0058949012309313e-003 0.5621951818466187 0.2953684031963348 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 4.5050270855426788e-003 0.4615387916564941 0.7619017958641052 <_> <_> <_>4 11 12 6 -1. <_>4 14 12 3 2. 0 0.0117468303069472 0.5343837141990662 0.1772529035806656 <_> <_> <_>11 11 5 9 -1. <_>11 14 5 3 3. 0 -0.0583163388073444 0.1686245948076248 0.5340772271156311 <_> <_> <_>6 15 3 2 -1. <_>6 16 3 1 2. 0 2.3629379575140774e-004 0.3792056143283844 0.6026803851127625 <_> <_> <_>11 0 3 5 -1. <_>12 0 1 5 3. 0 -7.8156180679798126e-003 0.1512867063283920 0.5324323773384094 <_> <_> <_>5 5 6 7 -1. <_>8 5 3 7 2. 0 -0.0108761601150036 0.2081822007894516 0.5319945216178894 <_> <_> <_>13 0 1 9 -1. <_>13 3 1 3 3. 0 -2.7745519764721394e-003 0.4098246991634369 0.5210328102111816 <_> <_> <_>3 2 4 8 -1. <_>3 2 2 4 2. <_>5 6 2 4 2. 0 -7.8276381827890873e-004 0.5693274140357971 0.3478842079639435 <_> <_> <_>13 12 4 6 -1. <_>13 14 4 2 3. 0 0.0138704096898437 0.5326750874519348 0.2257698029279709 <_> <_> <_>3 12 4 6 -1. <_>3 14 4 2 3. 0 -0.0236749108880758 0.1551305055618286 0.5200707912445068 <_> <_> <_>13 11 3 4 -1. <_>13 13 3 2 2. 0 -1.4879409718560055e-005 0.5500566959381104 0.3820176124572754 <_> <_> <_>4 4 4 3 -1. <_>4 5 4 1 3. 0 3.6190641112625599e-003 0.4238683879375458 0.6639748215675354 <_> <_> <_>7 5 11 8 -1. <_>7 9 11 4 2. 0 -0.0198171101510525 0.2150038033723831 0.5382357835769653 <_> <_> <_>7 8 3 4 -1. <_>8 8 1 4 3. 0 -3.8154039066284895e-003 0.6675711274147034 0.4215297102928162 <_> <_> <_>9 1 6 1 -1. <_>11 1 2 1 3. 0 -4.9775829538702965e-003 0.2267289012670517 0.5386328101158142 <_> <_> <_>5 5 3 3 -1. <_>5 6 3 1 3. 0 2.2441020701080561e-003 0.4308691024780273 0.6855735778808594 <_> <_> <_>0 9 20 6 -1. <_>10 9 10 3 2. <_>0 12 10 3 2. 0 0.0122824599966407 0.5836614966392517 0.3467479050159454 <_> <_> <_>8 6 3 5 -1. <_>9 6 1 5 3. 0 -2.8548699337989092e-003 0.7016944885253906 0.4311453998088837 <_> <_> <_>11 0 1 3 -1. <_>11 1 1 1 3. 0 -3.7875669077038765e-003 0.2895345091819763 0.5224946141242981 <_> <_> <_>4 2 4 2 -1. <_>4 3 4 1 2. 0 -1.2201230274513364e-003 0.2975570857524872 0.5481644868850708 <_> <_> <_>12 6 4 3 -1. <_>12 7 4 1 3. 0 0.0101605998352170 0.4888817965984345 0.8182697892189026 <_> <_> <_>5 0 6 4 -1. <_>7 0 2 4 3. 0 -0.0161745697259903 0.1481492966413498 0.5239992737770081 <_> <_> <_>9 7 3 8 -1. <_>10 7 1 8 3. 0 0.0192924607545137 0.4786309897899628 0.7378190755844116 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 -3.2479539513587952e-003 0.7374222874641419 0.4470643997192383 <_> <_> <_>6 7 14 4 -1. <_>13 7 7 2 2. <_>6 9 7 2 2. 0 -9.3803480267524719e-003 0.3489154875278473 0.5537996292114258 <_> <_> <_>0 5 3 6 -1. <_>0 7 3 2 3. 0 -0.0126061299815774 0.2379686981439591 0.5315443277359009 <_> <_> <_>13 11 3 4 -1. <_>13 13 3 2 2. 0 -0.0256219301372766 0.1964688003063202 0.5138769745826721 <_> <_> <_>4 11 3 4 -1. <_>4 13 3 2 2. 0 -7.5741496402770281e-005 0.5590522885322571 0.3365853130817413 <_> <_> <_>5 9 12 8 -1. <_>11 9 6 4 2. <_>5 13 6 4 2. 0 -0.0892108827829361 0.0634046569466591 0.5162634849548340 <_> <_> <_>9 12 1 3 -1. <_>9 13 1 1 3. 0 -2.7670480776578188e-003 0.7323467731475830 0.4490706026554108 <_> <_> <_>10 15 2 4 -1. <_>10 17 2 2 2. 0 2.7152578695677221e-004 0.4114834964275360 0.5985518097877502 23.9187908172607420 5 -1 <_> <_> <_> <_>7 7 6 1 -1. <_>9 7 2 1 3. 0 1.4786219689995050e-003 0.2663545012474060 0.6643316745758057 <_> <_> <_>12 3 6 6 -1. <_>15 3 3 3 2. <_>12 6 3 3 2. 0 -1.8741659587249160e-003 0.6143848896026611 0.2518512904644013 <_> <_> <_>0 4 10 6 -1. <_>0 6 10 2 3. 0 -1.7151009524241090e-003 0.5766341090202332 0.2397463023662567 <_> <_> <_>8 3 8 14 -1. <_>12 3 4 7 2. <_>8 10 4 7 2. 0 -1.8939269939437509e-003 0.5682045817375183 0.2529144883155823 <_> <_> <_>4 4 7 15 -1. <_>4 9 7 5 3. 0 -5.3006052039563656e-003 0.1640675961971283 0.5556079745292664 <_> <_> <_>12 2 6 8 -1. <_>15 2 3 4 2. <_>12 6 3 4 2. 0 -0.0466625317931175 0.6123154163360596 0.4762830138206482 <_> <_> <_>2 2 6 8 -1. <_>2 2 3 4 2. <_>5 6 3 4 2. 0 -7.9431332414969802e-004 0.5707858800888062 0.2839404046535492 <_> <_> <_>2 13 18 7 -1. <_>8 13 6 7 3. 0 0.0148916700854898 0.4089672863483429 0.6006367206573486 <_> <_> <_>4 3 8 14 -1. <_>4 3 4 7 2. <_>8 10 4 7 2. 0 -1.2046529445797205e-003 0.5712450742721558 0.2705289125442505 <_> <_> <_>18 1 2 6 -1. <_>18 3 2 2 3. 0 6.0619381256401539e-003 0.5262504220008850 0.3262225985527039 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -2.5286648888140917e-003 0.6853830814361572 0.4199256896972656 <_> <_> <_>18 1 2 6 -1. <_>18 3 2 2 3. 0 -5.9010218828916550e-003 0.3266282081604004 0.5434812903404236 <_> <_> <_>0 1 2 6 -1. <_>0 3 2 2 3. 0 5.6702760048210621e-003 0.5468410849571228 0.2319003939628601 <_> <_> <_>1 5 18 6 -1. <_>1 7 18 2 3. 0 -3.0304100364446640e-003 0.5570667982101440 0.2708238065242767 <_> <_> <_>0 2 6 7 -1. <_>3 2 3 7 2. 0 2.9803649522364140e-003 0.3700568974018097 0.5890625715255737 <_> <_> <_>7 3 6 14 -1. <_>7 10 6 7 2. 0 -0.0758405104279518 0.2140070050954819 0.5419948101043701 <_> <_> <_>3 7 13 10 -1. <_>3 12 13 5 2. 0 0.0192625392228365 0.5526772141456604 0.2726590037345886 <_> <_> <_>11 15 2 2 -1. <_>11 16 2 1 2. 0 1.8888259364757687e-004 0.3958011865615845 0.6017209887504578 <_> <_> <_>2 11 16 4 -1. <_>2 11 8 2 2. <_>10 13 8 2 2. 0 0.0293695498257875 0.5241373777389526 0.1435758024454117 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 1.0417619487270713e-003 0.3385409116744995 0.5929983258247376 <_> <_> <_>6 10 3 9 -1. <_>6 13 3 3 3. 0 2.6125640142709017e-003 0.5485377907752991 0.3021597862243652 <_> <_> <_>14 6 1 6 -1. <_>14 9 1 3 2. 0 9.6977467183023691e-004 0.3375276029109955 0.5532032847404480 <_> <_> <_>5 10 4 1 -1. <_>7 10 2 1 2. 0 5.9512659208849072e-004 0.5631743073463440 0.3359399139881134 <_> <_> <_>3 8 15 5 -1. <_>8 8 5 5 3. 0 -0.1015655994415283 0.0637350380420685 0.5230425000190735 <_> <_> <_>1 6 5 4 -1. <_>1 8 5 2 2. 0 0.0361566990613937 0.5136963129043579 0.1029528975486755 <_> <_> <_>3 1 17 6 -1. <_>3 3 17 2 3. 0 3.4624140243977308e-003 0.3879320025444031 0.5558289289474487 <_> <_> <_>6 7 8 2 -1. <_>10 7 4 2 2. 0 0.0195549800992012 0.5250086784362793 0.1875859946012497 <_> <_> <_>9 7 3 2 -1. <_>10 7 1 2 3. 0 -2.3121440317481756e-003 0.6672028899192810 0.4679641127586365 <_> <_> <_>8 7 3 2 -1. <_>9 7 1 2 3. 0 -1.8605289515107870e-003 0.7163379192352295 0.4334670901298523 <_> <_> <_>8 9 4 2 -1. <_>8 10 4 1 2. 0 -9.4026362057775259e-004 0.3021360933780670 0.5650203227996826 <_> <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -5.2418331615626812e-003 0.1820009052753449 0.5250256061553955 <_> <_> <_>9 5 6 4 -1. <_>9 5 3 4 2. 0 1.1729019752237946e-004 0.3389188051223755 0.5445973277091980 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 1.1878840159624815e-003 0.4085349142551422 0.6253563165664673 <_> <_> <_>4 7 12 6 -1. <_>10 7 6 3 2. <_>4 10 6 3 2. 0 -0.0108813596889377 0.3378399014472961 0.5700082778930664 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 1.7354859737679362e-003 0.4204635918140411 0.6523038744926453 <_> <_> <_>9 7 3 3 -1. <_>9 8 3 1 3. 0 -6.5119052305817604e-003 0.2595216035842896 0.5428143739700317 <_> <_> <_>7 4 3 8 -1. <_>8 4 1 8 3. 0 -1.2136430013924837e-003 0.6165143847465515 0.3977893888950348 <_> <_> <_>10 0 3 6 -1. <_>11 0 1 6 3. 0 -0.0103542404249310 0.1628028005361557 0.5219504833221436 <_> <_> <_>6 3 4 8 -1. <_>8 3 2 8 2. 0 5.5858830455690622e-004 0.3199650943279266 0.5503574013710022 <_> <_> <_>14 3 6 13 -1. <_>14 3 3 13 2. 0 0.0152996499091387 0.4103994071483612 0.6122388243675232 <_> <_> <_>8 13 3 6 -1. <_>8 16 3 3 2. 0 -0.0215882100164890 0.1034912988543510 0.5197384953498840 <_> <_> <_>14 3 6 13 -1. <_>14 3 3 13 2. 0 -0.1283462941646576 0.8493865132331848 0.4893102943897247 <_> <_> <_>0 7 10 4 -1. <_>0 7 5 2 2. <_>5 9 5 2 2. 0 -2.2927189711481333e-003 0.3130157887935638 0.5471575260162354 <_> <_> <_>14 3 6 13 -1. <_>14 3 3 13 2. 0 0.0799151062965393 0.4856320917606354 0.6073989272117615 <_> <_> <_>0 3 6 13 -1. <_>3 3 3 13 2. 0 -0.0794410929083824 0.8394674062728882 0.4624533057212830 <_> <_> <_>9 1 4 1 -1. <_>9 1 2 1 2. 0 -5.2800010889768600e-003 0.1881695985794067 0.5306698083877564 <_> <_> <_>8 0 2 1 -1. <_>9 0 1 1 2. 0 1.0463109938427806e-003 0.5271229147911072 0.2583065927028656 <_> <_> <_>10 16 4 4 -1. <_>12 16 2 2 2. <_>10 18 2 2 2. 0 2.6317298761568964e-004 0.4235304892063141 0.5735440850257874 <_> <_> <_>9 6 2 3 -1. <_>10 6 1 3 2. 0 -3.6173160187900066e-003 0.6934396028518677 0.4495444893836975 <_> <_> <_>4 5 12 2 -1. <_>8 5 4 2 3. 0 0.0114218797534704 0.5900921225547791 0.4138193130493164 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -1.9963278900831938e-003 0.6466382741928101 0.4327239990234375 24.5278797149658200 6 -1 <_> <_> <_> <_>6 4 8 6 -1. <_>6 6 8 2 3. 0 -9.9691245704889297e-003 0.6142324209213257 0.2482212036848068 <_> <_> <_>9 5 2 12 -1. <_>9 11 2 6 2. 0 7.3073059320449829e-004 0.5704951882362366 0.2321965992450714 <_> <_> <_>4 6 6 8 -1. <_>4 10 6 4 2. 0 6.4045301405712962e-004 0.2112251967191696 0.5814933180809021 <_> <_> <_>12 2 8 5 -1. <_>12 2 4 5 2. 0 4.5424019917845726e-003 0.2950482070446014 0.5866311788558960 <_> <_> <_>0 8 18 3 -1. <_>0 9 18 1 3. 0 9.2477443104144186e-005 0.2990990877151489 0.5791326761245728 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -8.6603146046400070e-003 0.2813029885292053 0.5635542273521423 <_> <_> <_>0 2 8 5 -1. <_>4 2 4 5 2. 0 8.0515816807746887e-003 0.3535369038581848 0.6054757237434387 <_> <_> <_>13 11 3 4 -1. <_>13 13 3 2 2. 0 4.3835240649059415e-004 0.5596532225608826 0.2731510996818543 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -9.8168973636347800e-005 0.5978031754493713 0.3638561069965363 <_> <_> <_>11 3 3 1 -1. <_>12 3 1 1 3. 0 -1.1298790341243148e-003 0.2755252122879028 0.5432729125022888 <_> <_> <_>7 13 5 3 -1. <_>7 14 5 1 3. 0 6.4356150105595589e-003 0.4305641949176788 0.7069833278656006 <_> <_> <_>11 11 7 6 -1. <_>11 14 7 3 2. 0 -0.0568293295800686 0.2495242953300476 0.5294997096061707 <_> <_> <_>2 11 7 6 -1. <_>2 14 7 3 2. 0 4.0668169967830181e-003 0.5478553175926209 0.2497723996639252 <_> <_> <_>12 14 2 6 -1. <_>12 16 2 2 3. 0 4.8164798499783501e-005 0.3938601016998291 0.5706356167793274 <_> <_> <_>8 14 3 3 -1. <_>8 15 3 1 3. 0 6.1795017682015896e-003 0.4407606124877930 0.7394766807556152 <_> <_> <_>11 0 3 5 -1. <_>12 0 1 5 3. 0 6.4985752105712891e-003 0.5445243120193481 0.2479152977466583 <_> <_> <_>6 1 4 9 -1. <_>8 1 2 9 2. 0 -1.0211090557277203e-003 0.2544766962528229 0.5338971018791199 <_> <_> <_>10 3 6 1 -1. <_>12 3 2 1 3. 0 -5.4247528314590454e-003 0.2718858122825623 0.5324069261550903 <_> <_> <_>8 8 3 4 -1. <_>8 10 3 2 2. 0 -1.0559899965301156e-003 0.3178288042545319 0.5534508824348450 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 6.6465808777138591e-004 0.4284219145774841 0.6558194160461426 <_> <_> <_>5 18 4 2 -1. <_>5 19 4 1 2. 0 -2.7524109464138746e-004 0.5902860760688782 0.3810262978076935 <_> <_> <_>2 1 18 6 -1. <_>2 3 18 2 3. 0 4.2293202131986618e-003 0.3816489875316620 0.5709385871887207 <_> <_> <_>6 0 3 2 -1. <_>7 0 1 2 3. 0 -3.2868210691958666e-003 0.1747743934392929 0.5259544253349304 <_> <_> <_>13 8 6 2 -1. <_>16 8 3 1 2. <_>13 9 3 1 2. 0 1.5611879643984139e-004 0.3601722121238709 0.5725612044334412 <_> <_> <_>6 10 3 6 -1. <_>6 13 3 3 2. 0 -7.3621381488919724e-006 0.5401858091354370 0.3044497072696686 <_> <_> <_>0 13 20 4 -1. <_>10 13 10 2 2. <_>0 15 10 2 2. 0 -0.0147672500461340 0.3220770061016083 0.5573434829711914 <_> <_> <_>7 7 6 5 -1. <_>9 7 2 5 3. 0 0.0244895908981562 0.4301528036594391 0.6518812775611877 <_> <_> <_>11 0 2 2 -1. <_>11 1 2 1 2. 0 -3.7652091123163700e-004 0.3564583063125610 0.5598236918449402 <_> <_> <_>1 8 6 2 -1. <_>1 8 3 1 2. <_>4 9 3 1 2. 0 7.3657688517414499e-006 0.3490782976150513 0.5561897754669190 <_> <_> <_>0 2 20 2 -1. <_>10 2 10 1 2. <_>0 3 10 1 2. 0 -0.0150999398902059 0.1776272058486939 0.5335299968719482 <_> <_> <_>7 14 5 3 -1. <_>7 15 5 1 3. 0 -3.8316650316119194e-003 0.6149687767028809 0.4221394062042236 <_> <_> <_>7 13 6 6 -1. <_>10 13 3 3 2. <_>7 16 3 3 2. 0 0.0169254001230001 0.5413014888763428 0.2166585028171539 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -3.0477850232273340e-003 0.6449490785598755 0.4354617893695831 <_> <_> <_>16 11 1 6 -1. <_>16 13 1 2 3. 0 3.2140589319169521e-003 0.5400155186653137 0.3523217141628265 <_> <_> <_>3 11 1 6 -1. <_>3 13 1 2 3. 0 -4.0023201145231724e-003 0.2774524092674255 0.5338417291641235 <_> <_> <_>4 4 14 12 -1. <_>11 4 7 6 2. <_>4 10 7 6 2. 0 7.4182129465043545e-003 0.5676739215850830 0.3702817857265472 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -8.8764587417244911e-003 0.7749221920967102 0.4583688974380493 <_> <_> <_>12 3 3 3 -1. <_>13 3 1 3 3. 0 2.7311739977449179e-003 0.5338721871376038 0.3996661007404327 <_> <_> <_>6 6 8 3 -1. <_>6 7 8 1 3. 0 -2.5082379579544067e-003 0.5611963272094727 0.3777498900890350 <_> <_> <_>12 3 3 3 -1. <_>13 3 1 3 3. 0 -8.0541074275970459e-003 0.2915228903293610 0.5179182887077332 <_> <_> <_>3 1 4 10 -1. <_>3 1 2 5 2. <_>5 6 2 5 2. 0 -9.7938813269138336e-004 0.5536432862281799 0.3700192868709564 <_> <_> <_>5 7 10 2 -1. <_>5 7 5 2 2. 0 -5.8745909482240677e-003 0.3754391074180603 0.5679376125335693 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -4.4936719350516796e-003 0.7019699215888977 0.4480949938297272 <_> <_> <_>15 12 2 3 -1. <_>15 13 2 1 3. 0 -5.4389229044318199e-003 0.2310364991426468 0.5313386917114258 <_> <_> <_>7 8 3 4 -1. <_>8 8 1 4 3. 0 -7.5094640487805009e-004 0.5864868760108948 0.4129343032836914 <_> <_> <_>13 4 1 12 -1. <_>13 10 1 6 2. 0 1.4528800420521293e-005 0.3732407093048096 0.5619621276855469 <_> <_> <_>4 5 12 12 -1. <_>4 5 6 6 2. <_>10 11 6 6 2. 0 0.0407580696046352 0.5312091112136841 0.2720521986484528 <_> <_> <_>7 14 7 3 -1. <_>7 15 7 1 3. 0 6.6505931317806244e-003 0.4710015952587128 0.6693493723869324 <_> <_> <_>3 12 2 3 -1. <_>3 13 2 1 3. 0 4.5759351924061775e-003 0.5167819261550903 0.1637275964021683 <_> <_> <_>3 2 14 2 -1. <_>10 2 7 1 2. <_>3 3 7 1 2. 0 6.5269311890006065e-003 0.5397608876228333 0.2938531935214996 <_> <_> <_>0 1 3 10 -1. <_>1 1 1 10 3. 0 -0.0136603796854615 0.7086488008499146 0.4532200098037720 <_> <_> <_>9 0 6 5 -1. <_>11 0 2 5 3. 0 0.0273588690906763 0.5206481218338013 0.3589231967926025 <_> <_> <_>5 7 6 2 -1. <_>8 7 3 2 2. 0 6.2197551596909761e-004 0.3507075905799866 0.5441123247146606 <_> <_> <_>7 1 6 10 -1. <_>7 6 6 5 2. 0 -3.3077080734074116e-003 0.5859522819519043 0.4024891853332520 <_> <_> <_>1 1 18 3 -1. <_>7 1 6 3 3. 0 -0.0106311095878482 0.6743267178535461 0.4422602951526642 <_> <_> <_>16 3 3 6 -1. <_>16 5 3 2 3. 0 0.0194416493177414 0.5282716155052185 0.1797904968261719 27.1533508300781250 7 -1 <_> <_> <_> <_>6 3 7 6 -1. <_>6 6 7 3 2. 0 -5.5052167735993862e-003 0.5914731025695801 0.2626559138298035 <_> <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 1.9562279339879751e-003 0.2312581986188889 0.5741627216339111 <_> <_> <_>0 4 17 10 -1. <_>0 9 17 5 2. 0 -8.8924784213304520e-003 0.1656530052423477 0.5626654028892517 <_> <_> <_>3 4 15 16 -1. <_>3 12 15 8 2. 0 0.0836383774876595 0.5423449873924255 0.1957294940948486 <_> <_> <_>7 15 6 4 -1. <_>7 17 6 2 2. 0 1.2282270472496748e-003 0.3417904078960419 0.5992503762245178 <_> <_> <_>15 2 4 9 -1. <_>15 2 2 9 2. 0 5.7629169896245003e-003 0.3719581961631775 0.6079903841018677 <_> <_> <_>2 3 3 2 -1. <_>2 4 3 1 2. 0 -1.6417410224676132e-003 0.2577486038208008 0.5576915740966797 <_> <_> <_>13 6 7 9 -1. <_>13 9 7 3 3. 0 3.4113149158656597e-003 0.2950749099254608 0.5514171719551086 <_> <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 -0.0110693201422691 0.7569358944892883 0.4477078914642334 <_> <_> <_>0 2 20 6 -1. <_>10 2 10 3 2. <_>0 5 10 3 2. 0 0.0348659716546535 0.5583708882331848 0.2669621109962463 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 6.5701099811121821e-004 0.5627313256263733 0.2988890111446381 <_> <_> <_>13 10 3 4 -1. <_>13 12 3 2 2. 0 -0.0243391301482916 0.2771185040473938 0.5108863115310669 <_> <_> <_>4 10 3 4 -1. <_>4 12 3 2 2. 0 5.9435202274471521e-004 0.5580651760101318 0.3120341897010803 <_> <_> <_>7 5 6 3 -1. <_>9 5 2 3 3. 0 2.2971509024500847e-003 0.3330250084400177 0.5679075717926025 <_> <_> <_>7 6 6 8 -1. <_>7 10 6 4 2. 0 -3.7801829166710377e-003 0.2990534901618958 0.5344808101654053 <_> <_> <_>0 11 20 6 -1. <_>0 14 20 3 2. 0 -0.1342066973447800 0.1463858932256699 0.5392568111419678 <_> <_> <_>4 13 4 6 -1. <_>4 13 2 3 2. <_>6 16 2 3 2. 0 7.5224548345431685e-004 0.3746953904628754 0.5692734718322754 <_> <_> <_>6 0 8 12 -1. <_>10 0 4 6 2. <_>6 6 4 6 2. 0 -0.0405455417931080 0.2754747867584229 0.5484297871589661 <_> <_> <_>2 0 15 2 -1. <_>2 1 15 1 2. 0 1.2572970008477569e-003 0.3744584023952484 0.5756075978279114 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -7.4249948374927044e-003 0.7513859272003174 0.4728231132030487 <_> <_> <_>3 12 1 2 -1. <_>3 13 1 1 2. 0 5.0908129196614027e-004 0.5404896736145020 0.2932321131229401 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -1.2808450264856219e-003 0.6169779896736145 0.4273349046707153 <_> <_> <_>7 3 3 1 -1. <_>8 3 1 1 3. 0 -1.8348860321566463e-003 0.2048496007919312 0.5206472277641296 <_> <_> <_>17 7 3 6 -1. <_>17 9 3 2 3. 0 0.0274848695844412 0.5252984762191773 0.1675522029399872 <_> <_> <_>7 2 3 2 -1. <_>8 2 1 2 3. 0 2.2372419480234385e-003 0.5267782807350159 0.2777658104896545 <_> <_> <_>11 4 5 3 -1. <_>11 5 5 1 3. 0 -8.8635291904211044e-003 0.6954557895660400 0.4812048971652985 <_> <_> <_>4 4 5 3 -1. <_>4 5 5 1 3. 0 4.1753971017897129e-003 0.4291887879371643 0.6349195837974548 <_> <_> <_>19 3 1 2 -1. <_>19 4 1 1 2. 0 -1.7098189564421773e-003 0.2930536866188049 0.5361248850822449 <_> <_> <_>5 5 4 3 -1. <_>5 6 4 1 3. 0 6.5328548662364483e-003 0.4495325088500977 0.7409694194793701 <_> <_> <_>17 7 3 6 -1. <_>17 9 3 2 3. 0 -9.5372907817363739e-003 0.3149119913578033 0.5416501760482788 <_> <_> <_>0 7 3 6 -1. <_>0 9 3 2 3. 0 0.0253109894692898 0.5121892094612122 0.1311707943677902 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 0.0364609695971012 0.5175911784172058 0.2591339945793152 <_> <_> <_>0 4 5 6 -1. <_>0 6 5 2 3. 0 0.0208543296903372 0.5137140154838562 0.1582316011190414 <_> <_> <_>10 5 6 2 -1. <_>12 5 2 2 3. 0 -8.7207747856155038e-004 0.5574309825897217 0.4398978948593140 <_> <_> <_>4 5 6 2 -1. <_>6 5 2 2 3. 0 -1.5227000403683633e-005 0.5548940896987915 0.3708069920539856 <_> <_> <_>8 1 4 6 -1. <_>8 3 4 2 3. 0 -8.4316509310156107e-004 0.3387419879436493 0.5554211139678955 <_> <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 3.6037859972566366e-003 0.5358061790466309 0.3411171138286591 <_> <_> <_>6 6 8 3 -1. <_>6 7 8 1 3. 0 -6.8057891912758350e-003 0.6125202775001526 0.4345862865447998 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0470216609537601 0.2358165979385376 0.5193738937377930 <_> <_> <_>16 0 4 15 -1. <_>16 0 2 15 2. 0 -0.0369541086256504 0.7323111295700073 0.4760943949222565 <_> <_> <_>1 10 3 2 -1. <_>1 11 3 1 2. 0 1.0439479956403375e-003 0.5419455170631409 0.3411330878734589 <_> <_> <_>14 4 1 10 -1. <_>14 9 1 5 2. 0 -2.1050689974799752e-004 0.2821694016456604 0.5554947257041931 <_> <_> <_>0 1 4 12 -1. <_>2 1 2 12 2. 0 -0.0808315873146057 0.9129930138587952 0.4697434902191162 <_> <_> <_>11 11 4 2 -1. <_>11 11 2 2 2. 0 -3.6579059087671340e-004 0.6022670269012451 0.3978292942047119 <_> <_> <_>5 11 4 2 -1. <_>7 11 2 2 2. 0 -1.2545920617412776e-004 0.5613213181495667 0.3845539987087250 <_> <_> <_>3 8 15 5 -1. <_>8 8 5 5 3. 0 -0.0687864869832993 0.2261611968278885 0.5300496816635132 <_> <_> <_>0 0 6 10 -1. <_>3 0 3 10 2. 0 0.0124157899990678 0.4075691998004913 0.5828812122344971 <_> <_> <_>11 4 3 2 -1. <_>12 4 1 2 3. 0 -4.7174817882478237e-003 0.2827253937721252 0.5267757773399353 <_> <_> <_>8 12 3 8 -1. <_>8 16 3 4 2. 0 0.0381368584930897 0.5074741244316101 0.1023615971207619 <_> <_> <_>8 14 5 3 -1. <_>8 15 5 1 3. 0 -2.8168049175292253e-003 0.6169006824493408 0.4359692931175232 <_> <_> <_>7 14 4 3 -1. <_>7 15 4 1 3. 0 8.1303603947162628e-003 0.4524433016777039 0.7606095075607300 <_> <_> <_>11 4 3 2 -1. <_>12 4 1 2 3. 0 6.0056019574403763e-003 0.5240408778190613 0.1859712004661560 <_> <_> <_>3 15 14 4 -1. <_>3 15 7 2 2. <_>10 17 7 2 2. 0 0.0191393196582794 0.5209379196166992 0.2332071959972382 <_> <_> <_>2 2 16 4 -1. <_>10 2 8 2 2. <_>2 4 8 2 2. 0 0.0164457596838474 0.5450702905654907 0.3264234960079193 <_> <_> <_>0 8 6 12 -1. <_>3 8 3 12 2. 0 -0.0373568907380104 0.6999046802520752 0.4533241987228394 <_> <_> <_>5 7 10 2 -1. <_>5 7 5 2 2. 0 -0.0197279006242752 0.2653664946556091 0.5412809848785400 <_> <_> <_>9 7 2 5 -1. <_>10 7 1 5 2. 0 6.6972579807043076e-003 0.4480566084384918 0.7138652205467224 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 7.4457528535276651e-004 0.4231350123882294 0.5471320152282715 <_> <_> <_>0 13 8 2 -1. <_>0 14 8 1 2. 0 1.1790640419349074e-003 0.5341702103614807 0.3130455017089844 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 0.0349806100130081 0.5118659734725952 0.3430530130863190 <_> <_> <_>1 7 6 4 -1. <_>1 7 3 2 2. <_>4 9 3 2 2. 0 5.6859792675822973e-004 0.3532187044620514 0.5468639731407166 <_> <_> <_>12 6 1 12 -1. <_>12 12 1 6 2. 0 -0.0113406497985125 0.2842353880405426 0.5348700881004334 <_> <_> <_>9 5 2 6 -1. <_>10 5 1 6 2. 0 -6.6228108480572701e-003 0.6883640289306641 0.4492664933204651 <_> <_> <_>14 12 2 3 -1. <_>14 13 2 1 3. 0 -8.0160330981016159e-003 0.1709893941879273 0.5224308967590332 <_> <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 1.4206819469109178e-003 0.5290846228599548 0.2993383109569550 <_> <_> <_>8 12 4 3 -1. <_>8 13 4 1 3. 0 -2.7801711112260818e-003 0.6498854160308838 0.4460499882698059 <_> <_> <_>5 2 2 4 -1. <_>5 2 1 2 2. <_>6 4 1 2 2. 0 -1.4747589593753219e-003 0.3260438144207001 0.5388113260269165 <_> <_> <_>5 5 11 3 -1. <_>5 6 11 1 3. 0 -0.0238303393125534 0.7528941035270691 0.4801219999790192 <_> <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 6.9369790144264698e-003 0.5335165858268738 0.3261427879333496 <_> <_> <_>12 13 8 5 -1. <_>12 13 4 5 2. 0 8.2806255668401718e-003 0.4580394029617310 0.5737829804420471 <_> <_> <_>7 6 1 12 -1. <_>7 12 1 6 2. 0 -0.0104395002126694 0.2592320144176483 0.5233827829360962 34.5541114807128910 8 -1 <_> <_> <_> <_>1 2 6 3 -1. <_>4 2 3 3 2. 0 7.2006587870419025e-003 0.3258886039257050 0.6849808096885681 <_> <_> <_>9 5 6 10 -1. <_>12 5 3 5 2. <_>9 10 3 5 2. 0 -2.8593589086085558e-003 0.5838881134986877 0.2537829875946045 <_> <_> <_>5 5 8 12 -1. <_>5 5 4 6 2. <_>9 11 4 6 2. 0 6.8580528022721410e-004 0.5708081722259522 0.2812424004077911 <_> <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 7.9580191522836685e-003 0.2501051127910614 0.5544260740280151 <_> <_> <_>4 2 2 2 -1. <_>4 3 2 1 2. 0 -1.2124150525778532e-003 0.2385368049144745 0.5433350205421448 <_> <_> <_>4 18 12 2 -1. <_>8 18 4 2 3. 0 7.9426132142543793e-003 0.3955070972442627 0.6220757961273193 <_> <_> <_>7 4 4 16 -1. <_>7 12 4 8 2. 0 2.4630590341985226e-003 0.5639708042144775 0.2992357909679413 <_> <_> <_>7 6 7 8 -1. <_>7 10 7 4 2. 0 -6.0396599583327770e-003 0.2186512947082520 0.5411676764488220 <_> <_> <_>6 3 3 1 -1. <_>7 3 1 1 3. 0 -1.2988339876756072e-003 0.2350706011056900 0.5364584922790527 <_> <_> <_>11 15 2 4 -1. <_>11 17 2 2 2. 0 2.2299369447864592e-004 0.3804112970829010 0.5729606151580811 <_> <_> <_>3 5 4 8 -1. <_>3 9 4 4 2. 0 1.4654280385002494e-003 0.2510167956352234 0.5258268713951111 <_> <_> <_>7 1 6 12 -1. <_>7 7 6 6 2. 0 -8.1210042117163539e-004 0.5992823839187622 0.3851158916950226 <_> <_> <_>4 6 6 2 -1. <_>6 6 2 2 3. 0 -1.3836020370945334e-003 0.5681396126747131 0.3636586964130402 <_> <_> <_>16 4 4 6 -1. <_>16 6 4 2 3. 0 -0.0279364492744207 0.1491317003965378 0.5377560257911682 <_> <_> <_>3 3 5 2 -1. <_>3 4 5 1 2. 0 -4.6919551095925272e-004 0.3692429959774017 0.5572484731674194 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -4.9829659983515739e-003 0.6758509278297424 0.4532504081726074 <_> <_> <_>2 16 4 2 -1. <_>2 17 4 1 2. 0 1.8815309740602970e-003 0.5368022918701172 0.2932539880275726 <_> <_> <_>7 13 6 6 -1. <_>10 13 3 3 2. <_>7 16 3 3 2. 0 -0.0190675500780344 0.1649377048015595 0.5330067276954651 <_> <_> <_>7 0 3 4 -1. <_>8 0 1 4 3. 0 -4.6906559728085995e-003 0.1963925957679749 0.5119361877441406 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 5.9777139686048031e-003 0.4671171903610230 0.7008398175239563 <_> <_> <_>0 4 4 6 -1. <_>0 6 4 2 3. 0 -0.0333031304180622 0.1155416965484619 0.5104162096977234 <_> <_> <_>5 6 12 3 -1. <_>9 6 4 3 3. 0 0.0907441079616547 0.5149660110473633 0.1306173056364059 <_> <_> <_>7 6 6 14 -1. <_>9 6 2 14 3. 0 9.3555898638442159e-004 0.3605481088161469 0.5439859032630920 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 0.0149016501381993 0.4886212050914764 0.7687569856643677 <_> <_> <_>6 12 2 4 -1. <_>6 14 2 2 2. 0 6.1594118596985936e-004 0.5356813073158264 0.3240939080715179 <_> <_> <_>10 12 7 6 -1. <_>10 14 7 2 3. 0 -0.0506709888577461 0.1848621964454651 0.5230404138565064 <_> <_> <_>1 0 15 2 -1. <_>1 1 15 1 2. 0 6.8665749859064817e-004 0.3840579986572266 0.5517945885658264 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 8.3712432533502579e-003 0.4288564026355743 0.6131753921508789 <_> <_> <_>5 3 3 1 -1. <_>6 3 1 1 3. 0 -1.2953069526702166e-003 0.2913674116134644 0.5280737876892090 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0419416800141335 0.7554799914360046 0.4856030941009522 <_> <_> <_>0 3 20 10 -1. <_>0 8 20 5 2. 0 -0.0235293805599213 0.2838279902935028 0.5256081223487854 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 0.0408574491739273 0.4870935082435608 0.6277297139167786 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0254068691283464 0.7099707722663879 0.4575029015541077 <_> <_> <_>19 15 1 2 -1. <_>19 16 1 1 2. 0 -4.1415440500713885e-004 0.4030886888504028 0.5469412207603455 <_> <_> <_>0 2 4 8 -1. <_>2 2 2 8 2. 0 0.0218241196125746 0.4502024054527283 0.6768701076507568 <_> <_> <_>2 1 18 4 -1. <_>11 1 9 2 2. <_>2 3 9 2 2. 0 0.0141140399500728 0.5442860722541809 0.3791700005531311 <_> <_> <_>8 12 1 2 -1. <_>8 13 1 1 2. 0 6.7214590671937913e-005 0.4200463891029358 0.5873476266860962 <_> <_> <_>5 2 10 6 -1. <_>10 2 5 3 2. <_>5 5 5 3 2. 0 -7.9417638480663300e-003 0.3792561888694763 0.5585265755653381 <_> <_> <_>9 7 2 4 -1. <_>10 7 1 4 2. 0 -7.2144409641623497e-003 0.7253103852272034 0.4603548943996429 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 2.5817339774221182e-003 0.4693301916122437 0.5900238752365112 <_> <_> <_>4 5 12 8 -1. <_>8 5 4 8 3. 0 0.1340931951999664 0.5149213075637817 0.1808844953775406 <_> <_> <_>15 15 4 3 -1. <_>15 16 4 1 3. 0 2.2962710354477167e-003 0.5399743914604187 0.3717867136001587 <_> <_> <_>8 18 3 1 -1. <_>9 18 1 1 3. 0 -2.1575849968940020e-003 0.2408495992422104 0.5148863792419434 <_> <_> <_>9 13 4 3 -1. <_>9 14 4 1 3. 0 -4.9196188338100910e-003 0.6573588252067566 0.4738740026950836 <_> <_> <_>7 13 4 3 -1. <_>7 14 4 1 3. 0 1.6267469618469477e-003 0.4192821979522705 0.6303114295005798 <_> <_> <_>19 15 1 2 -1. <_>19 16 1 1 2. 0 3.3413388882763684e-004 0.5540298223495483 0.3702101111412048 <_> <_> <_>0 15 8 4 -1. <_>0 17 8 2 2. 0 -0.0266980808228254 0.1710917949676514 0.5101410746574402 <_> <_> <_>9 3 6 4 -1. <_>11 3 2 4 3. 0 -0.0305618792772293 0.1904218047857285 0.5168793797492981 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 2.8511548880487680e-003 0.4447506964206696 0.6313853859901428 <_> <_> <_>3 14 14 6 -1. <_>3 16 14 2 3. 0 -0.0362114794552326 0.2490727007389069 0.5377349257469177 <_> <_> <_>6 3 6 6 -1. <_>6 6 6 3 2. 0 -2.4115189444273710e-003 0.5381243228912354 0.3664236962795258 <_> <_> <_>5 11 10 6 -1. <_>5 14 10 3 2. 0 -7.7253201743587852e-004 0.5530232191085815 0.3541550040245056 <_> <_> <_>3 10 3 4 -1. <_>4 10 1 4 3. 0 2.9481729143299162e-004 0.4132699072360992 0.5667243003845215 <_> <_> <_>13 9 2 2 -1. <_>13 9 1 2 2. 0 -6.2334560789167881e-003 0.0987872332334518 0.5198668837547302 <_> <_> <_>5 3 6 4 -1. <_>7 3 2 4 3. 0 -0.0262747295200825 0.0911274924874306 0.5028107166290283 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 5.3212260827422142e-003 0.4726648926734924 0.6222720742225647 <_> <_> <_>2 12 2 3 -1. <_>2 13 2 1 3. 0 -4.1129058226943016e-003 0.2157457023859024 0.5137804746627808 <_> <_> <_>9 8 3 12 -1. <_>9 12 3 4 3. 0 3.2457809429615736e-003 0.5410770773887634 0.3721776902675629 <_> <_> <_>3 14 4 6 -1. <_>3 14 2 3 2. <_>5 17 2 3 2. 0 -0.0163597092032433 0.7787874937057495 0.4685291945934296 <_> <_> <_>16 15 2 2 -1. <_>16 16 2 1 2. 0 3.2166109303943813e-004 0.5478987097740173 0.4240373969078064 <_> <_> <_>2 15 2 2 -1. <_>2 16 2 1 2. 0 6.4452440710738301e-004 0.5330560803413391 0.3501324951648712 <_> <_> <_>8 12 4 3 -1. <_>8 13 4 1 3. 0 -7.8909732401371002e-003 0.6923521161079407 0.4726569056510925 <_> <_> <_>0 7 20 1 -1. <_>10 7 10 1 2. 0 0.0483362115919590 0.5055900216102600 0.0757492035627365 <_> <_> <_>7 6 8 3 -1. <_>7 6 4 3 2. 0 -7.5178127735853195e-004 0.3783741891384125 0.5538573861122131 <_> <_> <_>5 7 8 2 -1. <_>9 7 4 2 2. 0 -2.4953910615295172e-003 0.3081651031970978 0.5359612107276917 <_> <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 -2.2385010961443186e-003 0.6633958816528320 0.4649342894554138 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -1.7988430336117744e-003 0.6596844792366028 0.4347187876701355 <_> <_> <_>11 1 3 5 -1. <_>12 1 1 5 3. 0 8.7860915809869766e-003 0.5231832861900330 0.2315579950809479 <_> <_> <_>6 2 3 6 -1. <_>7 2 1 6 3. 0 3.6715380847454071e-003 0.5204250216484070 0.2977376878261566 <_> <_> <_>14 14 6 5 -1. <_>14 14 3 5 2. 0 -0.0353364497423172 0.7238878011703491 0.4861505031585693 <_> <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 -6.9189240457490087e-004 0.3105022013187408 0.5229824781417847 <_> <_> <_>10 7 1 3 -1. <_>10 8 1 1 3. 0 -3.3946109469980001e-003 0.3138968050479889 0.5210173726081848 <_> <_> <_>6 6 2 2 -1. <_>6 6 1 1 2. <_>7 7 1 1 2. 0 9.8569283727556467e-004 0.4536580145359039 0.6585097908973694 <_> <_> <_>2 11 18 4 -1. <_>11 11 9 2 2. <_>2 13 9 2 2. 0 -0.0501631014049053 0.1804454028606415 0.5198916792869568 <_> <_> <_>6 6 2 2 -1. <_>6 6 1 1 2. <_>7 7 1 1 2. 0 -2.2367259953171015e-003 0.7255702018737793 0.4651359021663666 <_> <_> <_>0 15 20 2 -1. <_>0 16 20 1 2. 0 7.4326287722215056e-004 0.4412921071052551 0.5898545980453491 <_> <_> <_>4 14 2 3 -1. <_>4 15 2 1 3. 0 -9.3485182151198387e-004 0.3500052988529205 0.5366017818450928 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 0.0174979399889708 0.4912194907665253 0.8315284848213196 <_> <_> <_>8 7 2 3 -1. <_>8 8 2 1 3. 0 -1.5200000489130616e-003 0.3570275902748108 0.5370560288429260 <_> <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 7.8003940870985389e-004 0.4353772103786469 0.5967335104942322 39.1072883605957030 9 -1 <_> <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -9.9945552647113800e-003 0.6162583231925964 0.3054533004760742 <_> <_> <_>9 7 6 4 -1. <_>12 7 3 2 2. <_>9 9 3 2 2. 0 -1.1085229925811291e-003 0.5818294882774353 0.3155578076839447 <_> <_> <_>4 7 3 6 -1. <_>4 9 3 2 3. 0 1.0364380432292819e-003 0.2552052140235901 0.5692911744117737 <_> <_> <_>11 15 4 4 -1. <_>13 15 2 2 2. <_>11 17 2 2 2. 0 6.8211311008781195e-004 0.3685089945793152 0.5934931039810181 <_> <_> <_>7 8 4 2 -1. <_>7 9 4 1 2. 0 -6.8057340104132891e-004 0.2332392036914825 0.5474792122840881 <_> <_> <_>13 1 4 3 -1. <_>13 1 2 3 2. 0 2.6068789884448051e-004 0.3257457017898560 0.5667545795440674 <_> <_> <_>5 15 4 4 -1. <_>5 15 2 2 2. <_>7 17 2 2 2. 0 5.1607372006401420e-004 0.3744716942310333 0.5845472812652588 <_> <_> <_>9 5 4 7 -1. <_>9 5 2 7 2. 0 8.5007521556690335e-004 0.3420371115207672 0.5522807240486145 <_> <_> <_>5 6 8 3 -1. <_>9 6 4 3 2. 0 -1.8607829697430134e-003 0.2804419994354248 0.5375424027442932 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -1.5033970121294260e-003 0.2579050958156586 0.5498952269554138 <_> <_> <_>7 15 5 3 -1. <_>7 16 5 1 3. 0 2.3478909861296415e-003 0.4175156056880951 0.6313710808753967 <_> <_> <_>11 10 4 3 -1. <_>11 10 2 3 2. 0 -2.8880240279249847e-004 0.5865169763565064 0.4052666127681732 <_> <_> <_>6 9 8 10 -1. <_>6 14 8 5 2. 0 8.9405477046966553e-003 0.5211141109466553 0.2318654060363770 <_> <_> <_>10 11 6 2 -1. <_>10 11 3 2 2. 0 -0.0193277392536402 0.2753432989120483 0.5241525769233704 <_> <_> <_>4 11 6 2 -1. <_>7 11 3 2 2. 0 -2.0202060113660991e-004 0.5722978711128235 0.3677195906639099 <_> <_> <_>11 3 8 1 -1. <_>11 3 4 1 2. 0 2.1179069299250841e-003 0.4466108083724976 0.5542430877685547 <_> <_> <_>6 3 3 2 -1. <_>7 3 1 2 3. 0 -1.7743760254234076e-003 0.2813253104686737 0.5300959944725037 <_> <_> <_>14 5 6 5 -1. <_>14 5 3 5 2. 0 4.2234458960592747e-003 0.4399709999561310 0.5795428156852722 <_> <_> <_>7 5 2 12 -1. <_>7 11 2 6 2. 0 -0.0143752200528979 0.2981117963790894 0.5292059183120728 <_> <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 -0.0153491804376245 0.7705215215682983 0.4748171865940094 <_> <_> <_>4 1 2 3 -1. <_>5 1 1 3 2. 0 1.5152279956964776e-005 0.3718844056129456 0.5576897263526917 <_> <_> <_>18 3 2 6 -1. <_>18 5 2 2 3. 0 -9.1293919831514359e-003 0.3615196049213409 0.5286766886711121 <_> <_> <_>0 3 2 6 -1. <_>0 5 2 2 3. 0 2.2512159775942564e-003 0.5364704728126526 0.3486298024654388 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -4.9696918576955795e-003 0.6927651762962341 0.4676836133003235 <_> <_> <_>7 13 4 3 -1. <_>7 14 4 1 3. 0 -0.0128290103748441 0.7712153792381287 0.4660735130310059 <_> <_> <_>18 0 2 6 -1. <_>18 2 2 2 3. 0 -9.3660065904259682e-003 0.3374983966350555 0.5351287722587585 <_> <_> <_>0 0 2 6 -1. <_>0 2 2 2 3. 0 3.2452319283038378e-003 0.5325189828872681 0.3289610147476196 <_> <_> <_>8 14 6 3 -1. <_>8 15 6 1 3. 0 -0.0117235602810979 0.6837652921676636 0.4754300117492676 <_> <_> <_>7 4 2 4 -1. <_>8 4 1 4 2. 0 2.9257940695970319e-005 0.3572087883949280 0.5360502004623413 <_> <_> <_>8 5 4 6 -1. <_>8 7 4 2 3. 0 -2.2244219508138485e-005 0.5541427135467529 0.3552064001560211 <_> <_> <_>6 4 2 2 -1. <_>7 4 1 2 2. 0 5.0881509669125080e-003 0.5070844292640686 0.1256462037563324 <_> <_> <_>3 14 14 4 -1. <_>10 14 7 2 2. <_>3 16 7 2 2. 0 0.0274296794086695 0.5269560217857361 0.1625818014144898 <_> <_> <_>6 15 6 2 -1. <_>6 15 3 1 2. <_>9 16 3 1 2. 0 -6.4142867922782898e-003 0.7145588994026184 0.4584197103977203 <_> <_> <_>14 15 6 2 -1. <_>14 16 6 1 2. 0 3.3479959238320589e-003 0.5398612022399902 0.3494696915149689 <_> <_> <_>2 12 12 8 -1. <_>2 16 12 4 2. 0 -0.0826354920864105 0.2439192980527878 0.5160226225852966 <_> <_> <_>7 7 7 2 -1. <_>7 8 7 1 2. 0 1.0261740535497665e-003 0.3886891901493073 0.5767908096313477 <_> <_> <_>0 2 18 2 -1. <_>0 3 18 1 2. 0 -1.6307090409100056e-003 0.3389458060264587 0.5347700715065002 <_> <_> <_>9 6 2 5 -1. <_>9 6 1 5 2. 0 2.4546680506318808e-003 0.4601413905620575 0.6387246847152710 <_> <_> <_>7 5 3 8 -1. <_>8 5 1 8 3. 0 -9.9476519972085953e-004 0.5769879221916199 0.4120396077632904 <_> <_> <_>9 6 3 4 -1. <_>10 6 1 4 3. 0 0.0154091902077198 0.4878709018230438 0.7089822292327881 <_> <_> <_>4 13 3 2 -1. <_>4 14 3 1 2. 0 1.1784400558099151e-003 0.5263553261756897 0.2895244956016541 <_> <_> <_>9 4 6 3 -1. <_>11 4 2 3 3. 0 -0.0277019198983908 0.1498828977346420 0.5219606757164002 <_> <_> <_>5 4 6 3 -1. <_>7 4 2 3 3. 0 -0.0295053999871016 0.0248933192342520 0.4999816119670868 <_> <_> <_>14 11 5 2 -1. <_>14 12 5 1 2. 0 4.5159430010244250e-004 0.5464622974395752 0.4029662907123566 <_> <_> <_>1 2 6 9 -1. <_>3 2 2 9 3. 0 7.1772639639675617e-003 0.4271056950092316 0.5866296887397766 <_> <_> <_>14 6 6 13 -1. <_>14 6 3 13 2. 0 -0.0741820484399796 0.6874179244041443 0.4919027984142304 <_> <_> <_>3 6 14 8 -1. <_>3 6 7 4 2. <_>10 10 7 4 2. 0 -0.0172541607171297 0.3370676040649414 0.5348739027976990 <_> <_> <_>16 0 4 11 -1. <_>16 0 2 11 2. 0 0.0148515598848462 0.4626792967319489 0.6129904985427856 <_> <_> <_>3 4 12 12 -1. <_>3 4 6 6 2. <_>9 10 6 6 2. 0 0.0100020002573729 0.5346122980117798 0.3423453867435455 <_> <_> <_>11 4 5 3 -1. <_>11 5 5 1 3. 0 2.0138120744377375e-003 0.4643830060958862 0.5824304223060608 <_> <_> <_>4 11 4 2 -1. <_>4 12 4 1 2. 0 1.5135470312088728e-003 0.5196396112442017 0.2856149971485138 <_> <_> <_>10 7 2 2 -1. <_>10 7 1 2 2. 0 3.1381431035697460e-003 0.4838162958621979 0.5958529710769653 <_> <_> <_>8 7 2 2 -1. <_>9 7 1 2 2. 0 -5.1450440660119057e-003 0.8920302987098694 0.4741412103176117 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -4.4736708514392376e-003 0.2033942937850952 0.5337278842926025 <_> <_> <_>5 6 3 3 -1. <_>5 7 3 1 3. 0 1.9628470763564110e-003 0.4571633934974670 0.6725863218307495 <_> <_> <_>10 0 3 3 -1. <_>11 0 1 3 3. 0 5.4260450415313244e-003 0.5271108150482178 0.2845670878887177 <_> <_> <_>5 6 6 2 -1. <_>5 6 3 1 2. <_>8 7 3 1 2. 0 4.9611460417509079e-004 0.4138312935829163 0.5718597769737244 <_> <_> <_>12 16 4 3 -1. <_>12 17 4 1 3. 0 9.3728788197040558e-003 0.5225151181221008 0.2804847061634064 <_> <_> <_>3 12 3 2 -1. <_>3 13 3 1 2. 0 6.0500897234305739e-004 0.5236768722534180 0.3314523994922638 <_> <_> <_>9 12 3 2 -1. <_>9 13 3 1 2. 0 5.6792551185935736e-004 0.4531059861183167 0.6276971101760864 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 0.0246443394571543 0.5130851864814758 0.2017143964767456 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -0.0102904504165053 0.7786595225334168 0.4876641035079956 <_> <_> <_>4 4 5 3 -1. <_>4 5 5 1 3. 0 2.0629419013857841e-003 0.4288598895072937 0.5881264209747315 <_> <_> <_>12 16 4 3 -1. <_>12 17 4 1 3. 0 -5.0519481301307678e-003 0.3523977994918823 0.5286008715629578 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -5.7692620903253555e-003 0.6841086149215698 0.4588094055652618 <_> <_> <_>9 0 2 2 -1. <_>9 1 2 1 2. 0 -4.5789941214025021e-004 0.3565520048141480 0.5485978126525879 <_> <_> <_>8 9 4 2 -1. <_>8 10 4 1 2. 0 -7.5918837683275342e-004 0.3368793129920960 0.5254197120666504 <_> <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -1.7737259622663260e-003 0.3422161042690277 0.5454015135765076 <_> <_> <_>0 13 6 3 -1. <_>2 13 2 3 3. 0 -8.5610467940568924e-003 0.6533612012863159 0.4485856890678406 <_> <_> <_>16 14 3 2 -1. <_>16 15 3 1 2. 0 1.7277270089834929e-003 0.5307580232620239 0.3925352990627289 <_> <_> <_>1 18 18 2 -1. <_>7 18 6 2 3. 0 -0.0281996093690395 0.6857458949089050 0.4588584005832672 <_> <_> <_>16 14 3 2 -1. <_>16 15 3 1 2. 0 -1.7781109781935811e-003 0.4037851095199585 0.5369856953620911 <_> <_> <_>1 14 3 2 -1. <_>1 15 3 1 2. 0 3.3177141449414194e-004 0.5399798750877380 0.3705750107765198 <_> <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 2.6385399978607893e-003 0.4665437042713165 0.6452730894088745 <_> <_> <_>5 14 8 3 -1. <_>5 15 8 1 3. 0 -2.1183069329708815e-003 0.5914781093597412 0.4064677059650421 <_> <_> <_>10 6 4 14 -1. <_>10 6 2 14 2. 0 -0.0147732896730304 0.3642038106918335 0.5294762849807739 <_> <_> <_>6 6 4 14 -1. <_>8 6 2 14 2. 0 -0.0168154407292604 0.2664231956005096 0.5144972801208496 <_> <_> <_>13 5 2 3 -1. <_>13 6 2 1 3. 0 -6.3370140269398689e-003 0.6779531240463257 0.4852097928524017 <_> <_> <_>7 16 6 1 -1. <_>9 16 2 1 3. 0 -4.4560048991115764e-005 0.5613964796066284 0.4153054058551788 <_> <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 -1.0240620467811823e-003 0.5964478254318237 0.4566304087638855 <_> <_> <_>7 0 3 3 -1. <_>8 0 1 3 3. 0 -2.3161689750850201e-003 0.2976115047931671 0.5188159942626953 <_> <_> <_>4 0 16 18 -1. <_>4 9 16 9 2. 0 0.5321757197380066 0.5187839269638062 0.2202631980180740 <_> <_> <_>1 1 16 14 -1. <_>1 8 16 7 2. 0 -0.1664305031299591 0.1866022944450378 0.5060343146324158 <_> <_> <_>3 9 15 4 -1. <_>8 9 5 4 3. 0 0.1125352978706360 0.5212125182151794 0.1185022965073586 <_> <_> <_>6 12 7 3 -1. <_>6 13 7 1 3. 0 9.3046864494681358e-003 0.4589937031269074 0.6826149225234985 <_> <_> <_>14 15 2 3 -1. <_>14 16 2 1 3. 0 -4.6255099587142467e-003 0.3079940974712372 0.5225008726119995 <_> <_> <_>2 3 16 14 -1. <_>2 3 8 7 2. <_>10 10 8 7 2. 0 -0.1111646965146065 0.2101044058799744 0.5080801844596863 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 -0.0108884396031499 0.5765355229377747 0.4790464043617249 <_> <_> <_>4 15 2 3 -1. <_>4 16 2 1 3. 0 5.8564301580190659e-003 0.5065100193023682 0.1563598960638046 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 0.0548543892800808 0.4966914951801300 0.7230510711669922 <_> <_> <_>1 1 8 3 -1. <_>1 2 8 1 3. 0 -0.0111973397433758 0.2194979041814804 0.5098798274993897 <_> <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 4.4069071300327778e-003 0.4778401851654053 0.6770902872085571 <_> <_> <_>5 11 5 9 -1. <_>5 14 5 3 3. 0 -0.0636652931571007 0.1936362981796265 0.5081024169921875 <_> <_> <_>16 0 4 11 -1. <_>16 0 2 11 2. 0 -9.8081491887569427e-003 0.5999063253402710 0.4810341000556946 <_> <_> <_>7 0 6 1 -1. <_>9 0 2 1 3. 0 -2.1717099007219076e-003 0.3338333964347839 0.5235472917556763 <_> <_> <_>16 3 3 7 -1. <_>17 3 1 7 3. 0 -0.0133155202493072 0.6617069840431213 0.4919213056564331 <_> <_> <_>1 3 3 7 -1. <_>2 3 1 7 3. 0 2.5442079640924931e-003 0.4488744139671326 0.6082184910774231 <_> <_> <_>7 8 6 12 -1. <_>7 12 6 4 3. 0 0.0120378397405148 0.5409392118453980 0.3292432129383087 <_> <_> <_>0 0 4 11 -1. <_>2 0 2 11 2. 0 -0.0207010507583618 0.6819120049476624 0.4594995975494385 <_> <_> <_>14 0 6 20 -1. <_>14 0 3 20 2. 0 0.0276082791388035 0.4630792140960693 0.5767282843589783 <_> <_> <_>0 3 1 2 -1. <_>0 4 1 1 2. 0 1.2370620388537645e-003 0.5165379047393799 0.2635016143321991 <_> <_> <_>5 5 10 8 -1. <_>10 5 5 4 2. <_>5 9 5 4 2. 0 -0.0376693382859230 0.2536393105983734 0.5278980135917664 <_> <_> <_>4 7 12 4 -1. <_>4 7 6 2 2. <_>10 9 6 2 2. 0 -1.8057259730994701e-003 0.3985156118869782 0.5517500042915344 50.6104812622070310 10 -1 <_> <_> <_> <_>2 1 6 4 -1. <_>5 1 3 4 2. 0 4.4299028813838959e-003 0.2891018092632294 0.6335226297378540 <_> <_> <_>9 7 6 4 -1. <_>12 7 3 2 2. <_>9 9 3 2 2. 0 -2.3813319858163595e-003 0.6211789250373840 0.3477487862110138 <_> <_> <_>5 6 2 6 -1. <_>5 9 2 3 2. 0 2.2915711160749197e-003 0.2254412025213242 0.5582118034362793 <_> <_> <_>9 16 6 4 -1. <_>12 16 3 2 2. <_>9 18 3 2 2. 0 9.9457940086722374e-004 0.3711710870265961 0.5930070877075195 <_> <_> <_>9 4 2 12 -1. <_>9 10 2 6 2. 0 7.7164667891338468e-004 0.5651720166206360 0.3347995877265930 <_> <_> <_>7 1 6 18 -1. <_>9 1 2 18 3. 0 -1.1386410333216190e-003 0.3069126009941101 0.5508630871772766 <_> <_> <_>4 12 12 2 -1. <_>8 12 4 2 3. 0 -1.6403039626311511e-004 0.5762827992439270 0.3699047863483429 <_> <_> <_>8 8 6 2 -1. <_>8 9 6 1 2. 0 2.9793529392918572e-005 0.2644244134426117 0.5437911152839661 <_> <_> <_>8 0 3 6 -1. <_>9 0 1 6 3. 0 8.5774902254343033e-003 0.5051138997077942 0.1795724928379059 <_> <_> <_>11 18 3 2 -1. <_>11 19 3 1 2. 0 -2.6032689493149519e-004 0.5826969146728516 0.4446826875209808 <_> <_> <_>1 1 17 4 -1. <_>1 3 17 2 2. 0 -6.1404630541801453e-003 0.3113852143287659 0.5346971750259399 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 -0.0230869501829147 0.3277946114540100 0.5331197977066040 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -0.0142436502501369 0.7381709814071655 0.4588063061237335 <_> <_> <_>12 3 2 17 -1. <_>12 3 1 17 2. 0 0.0194871295243502 0.5256630778312683 0.2274471968412399 <_> <_> <_>4 7 6 1 -1. <_>6 7 2 1 3. 0 -9.6681108698248863e-004 0.5511230826377869 0.3815006911754608 <_> <_> <_>18 3 2 3 -1. <_>18 4 2 1 3. 0 3.1474709976464510e-003 0.5425636768341065 0.2543726861476898 <_> <_> <_>8 4 3 4 -1. <_>8 6 3 2 2. 0 -1.8026070029009134e-004 0.5380191802978516 0.3406304121017456 <_> <_> <_>4 5 12 10 -1. <_>4 10 12 5 2. 0 -6.0266260989010334e-003 0.3035801947116852 0.5420572161674500 <_> <_> <_>5 18 4 2 -1. <_>7 18 2 2 2. 0 4.4462960795499384e-004 0.3990997076034546 0.5660110116004944 <_> <_> <_>17 2 3 6 -1. <_>17 4 3 2 3. 0 2.2609760053455830e-003 0.5562806725502014 0.3940688073635101 <_> <_> <_>7 7 6 6 -1. <_>9 7 2 6 3. 0 0.0511330589652061 0.4609653949737549 0.7118561863899231 <_> <_> <_>17 2 3 6 -1. <_>17 4 3 2 3. 0 -0.0177863091230392 0.2316166013479233 0.5322144031524658 <_> <_> <_>8 0 3 4 -1. <_>9 0 1 4 3. 0 -4.9679628573358059e-003 0.2330771982669830 0.5122029185295105 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 2.0667689386755228e-003 0.4657444059848785 0.6455488204956055 <_> <_> <_>0 12 6 3 -1. <_>0 13 6 1 3. 0 7.4413768015801907e-003 0.5154392123222351 0.2361633926630020 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -3.6277279723435640e-003 0.6219773292541504 0.4476661086082459 <_> <_> <_>3 12 2 3 -1. <_>3 13 2 1 3. 0 -5.3530759178102016e-003 0.1837355047464371 0.5102208256721497 <_> <_> <_>5 6 12 7 -1. <_>9 6 4 7 3. 0 0.1453091949224472 0.5145987272262573 0.1535930931568146 <_> <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 2.4394490756094456e-003 0.5343660116195679 0.3624661862850189 <_> <_> <_>14 6 1 3 -1. <_>14 7 1 1 3. 0 -3.1283390708267689e-003 0.6215007901191711 0.4845592081546783 <_> <_> <_>2 0 3 14 -1. <_>3 0 1 14 3. 0 1.7940260004252195e-003 0.4299261868000031 0.5824198126792908 <_> <_> <_>12 14 5 6 -1. <_>12 16 5 2 3. 0 0.0362538211047649 0.5260334014892578 0.1439467966556549 <_> <_> <_>4 14 5 6 -1. <_>4 16 5 2 3. 0 -5.1746722310781479e-003 0.3506538867950440 0.5287045240402222 <_> <_> <_>11 10 2 2 -1. <_>12 10 1 1 2. <_>11 11 1 1 2. 0 6.5383297624066472e-004 0.4809640944004059 0.6122040152549744 <_> <_> <_>5 0 3 14 -1. <_>6 0 1 14 3. 0 -0.0264802295714617 0.1139362007379532 0.5045586228370667 <_> <_> <_>10 15 2 3 -1. <_>10 16 2 1 3. 0 -3.0440660193562508e-003 0.6352095007896423 0.4794734120368958 <_> <_> <_>0 2 2 3 -1. <_>0 3 2 1 3. 0 3.6993520334362984e-003 0.5131118297576904 0.2498510926961899 <_> <_> <_>5 11 12 6 -1. <_>5 14 12 3 2. 0 -3.6762931267730892e-004 0.5421394705772400 0.3709532022476196 <_> <_> <_>6 11 3 9 -1. <_>6 14 3 3 3. 0 -0.0413822606205940 0.1894959956407547 0.5081691741943359 <_> <_> <_>11 10 2 2 -1. <_>12 10 1 1 2. <_>11 11 1 1 2. 0 -1.0532729793339968e-003 0.6454367041587830 0.4783608913421631 <_> <_> <_>5 6 1 3 -1. <_>5 7 1 1 3. 0 -2.1648600231856108e-003 0.6215031147003174 0.4499826133251190 <_> <_> <_>4 9 13 3 -1. <_>4 10 13 1 3. 0 -5.6747748749330640e-004 0.3712610900402069 0.5419334769248962 <_> <_> <_>1 7 15 6 -1. <_>6 7 5 6 3. 0 0.1737584024667740 0.5023643970489502 0.1215742006897926 <_> <_> <_>4 5 12 6 -1. <_>8 5 4 6 3. 0 -2.9049699660390615e-003 0.3240267932415009 0.5381883978843689 <_> <_> <_>8 10 4 3 -1. <_>8 11 4 1 3. 0 1.2299539521336555e-003 0.4165507853031158 0.5703486204147339 <_> <_> <_>15 14 1 3 -1. <_>15 15 1 1 3. 0 -5.4329237900674343e-004 0.3854042887687683 0.5547549128532410 <_> <_> <_>1 11 5 3 -1. <_>1 12 5 1 3. 0 -8.3297258242964745e-003 0.2204494029283524 0.5097082853317261 <_> <_> <_>7 1 7 12 -1. <_>7 7 7 6 2. 0 -1.0417630255687982e-004 0.5607066154479981 0.4303036034107208 <_> <_> <_>0 1 6 10 -1. <_>0 1 3 5 2. <_>3 6 3 5 2. 0 0.0312047004699707 0.4621657133102417 0.6982004046440125 <_> <_> <_>16 1 4 3 -1. <_>16 2 4 1 3. 0 7.8943502157926559e-003 0.5269594192504883 0.2269068062305450 <_> <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 -4.3645310215651989e-003 0.6359223127365112 0.4537956118583679 <_> <_> <_>12 2 3 5 -1. <_>13 2 1 5 3. 0 7.6793059706687927e-003 0.5274767875671387 0.2740483880043030 <_> <_> <_>0 3 4 6 -1. <_>0 5 4 2 3. 0 -0.0254311393946409 0.2038519978523254 0.5071732997894287 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 8.2000601105391979e-004 0.4587455093860626 0.6119868159294128 <_> <_> <_>8 18 3 1 -1. <_>9 18 1 1 3. 0 2.9284600168466568e-003 0.5071274042129517 0.2028204947710037 <_> <_> <_>11 10 2 2 -1. <_>12 10 1 1 2. <_>11 11 1 1 2. 0 4.5256470912136137e-005 0.4812104105949402 0.5430821776390076 <_> <_> <_>7 10 2 2 -1. <_>7 10 1 1 2. <_>8 11 1 1 2. 0 1.3158309739083052e-003 0.4625813961029053 0.6779323220252991 <_> <_> <_>11 11 4 4 -1. <_>11 13 4 2 2. 0 1.5870389761403203e-003 0.5386291742324829 0.3431465029716492 <_> <_> <_>8 12 3 8 -1. <_>9 12 1 8 3. 0 -0.0215396601706743 0.0259425006806850 0.5003222823143005 <_> <_> <_>13 0 6 3 -1. <_>13 1 6 1 3. 0 0.0143344802781940 0.5202844738960266 0.1590632945299149 <_> <_> <_>8 8 3 4 -1. <_>9 8 1 4 3. 0 -8.3881383761763573e-003 0.7282481193542481 0.4648044109344482 <_> <_> <_>5 7 10 10 -1. <_>10 7 5 5 2. <_>5 12 5 5 2. 0 9.1906841844320297e-003 0.5562356710433960 0.3923191130161285 <_> <_> <_>3 18 8 2 -1. <_>3 18 4 1 2. <_>7 19 4 1 2. 0 -5.8453059755265713e-003 0.6803392767906189 0.4629127979278565 <_> <_> <_>10 2 6 8 -1. <_>12 2 2 8 3. 0 -0.0547077991068363 0.2561671137809753 0.5206125974655151 <_> <_> <_>4 2 6 8 -1. <_>6 2 2 8 3. 0 9.1142775490880013e-003 0.5189620256423950 0.3053877055644989 <_> <_> <_>11 0 3 7 -1. <_>12 0 1 7 3. 0 -0.0155750000849366 0.1295074969530106 0.5169094800949097 <_> <_> <_>7 11 2 1 -1. <_>8 11 1 1 2. 0 -1.2050600344082341e-004 0.5735098123550415 0.4230825006961823 <_> <_> <_>15 14 1 3 -1. <_>15 15 1 1 3. 0 1.2273970060050488e-003 0.5289878249168396 0.4079791903495789 <_> <_> <_>7 15 2 2 -1. <_>7 15 1 1 2. <_>8 16 1 1 2. 0 -1.2186600361019373e-003 0.6575639843940735 0.4574409127235413 <_> <_> <_>15 14 1 3 -1. <_>15 15 1 1 3. 0 -3.3256649039685726e-003 0.3628047108650208 0.5195019841194153 <_> <_> <_>6 0 3 7 -1. <_>7 0 1 7 3. 0 -0.0132883097976446 0.1284265965223312 0.5043488740921021 <_> <_> <_>18 1 2 7 -1. <_>18 1 1 7 2. 0 -3.3839771058410406e-003 0.6292240023612976 0.4757505953311920 <_> <_> <_>2 0 8 20 -1. <_>2 10 8 10 2. 0 -0.2195422053337097 0.1487731933593750 0.5065013766288757 <_> <_> <_>3 0 15 6 -1. <_>3 2 15 2 3. 0 4.9111708067357540e-003 0.4256102144718170 0.5665838718414307 <_> <_> <_>4 3 12 2 -1. <_>4 4 12 1 2. 0 -1.8744950648397207e-004 0.4004144072532654 0.5586857199668884 <_> <_> <_>16 0 4 5 -1. <_>16 0 2 5 2. 0 -5.2178641781210899e-003 0.6009116172790527 0.4812706112861633 <_> <_> <_>7 0 3 4 -1. <_>8 0 1 4 3. 0 -1.1111519997939467e-003 0.3514933884143829 0.5287089943885803 <_> <_> <_>16 0 4 5 -1. <_>16 0 2 5 2. 0 4.4036400504410267e-003 0.4642275869846344 0.5924085974693298 <_> <_> <_>1 7 6 13 -1. <_>3 7 2 13 3. 0 0.1229949966073036 0.5025529265403748 0.0691524818539619 <_> <_> <_>16 0 4 5 -1. <_>16 0 2 5 2. 0 -0.0123135102912784 0.5884591937065125 0.4934012889862061 <_> <_> <_>0 0 4 5 -1. <_>2 0 2 5 2. 0 4.1471039876341820e-003 0.4372239112854004 0.5893477797508240 <_> <_> <_>14 12 3 6 -1. <_>14 14 3 2 3. 0 -3.5502649843692780e-003 0.4327551126480103 0.5396270155906677 <_> <_> <_>3 12 3 6 -1. <_>3 14 3 2 3. 0 -0.0192242693156004 0.1913134008646011 0.5068330764770508 <_> <_> <_>16 1 4 3 -1. <_>16 2 4 1 3. 0 1.4395059552043676e-003 0.5308178067207336 0.4243533015251160 <_> <_> <_>8 7 2 10 -1. <_>8 7 1 5 2. <_>9 12 1 5 2. 0 -6.7751999013125896e-003 0.6365395784378052 0.4540086090564728 <_> <_> <_>11 11 4 4 -1. <_>11 13 4 2 2. 0 7.0119630545377731e-003 0.5189834237098694 0.3026199936866760 <_> <_> <_>0 1 4 3 -1. <_>0 2 4 1 3. 0 5.4014651104807854e-003 0.5105062127113342 0.2557682991027832 <_> <_> <_>13 4 1 3 -1. <_>13 5 1 1 3. 0 9.0274988906458020e-004 0.4696914851665497 0.5861827731132507 <_> <_> <_>7 15 3 5 -1. <_>8 15 1 5 3. 0 0.0114744501188397 0.5053645968437195 0.1527177989482880 <_> <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 -6.7023430019617081e-003 0.6508980989456177 0.4890604019165039 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -2.0462959073483944e-003 0.6241816878318787 0.4514600038528442 <_> <_> <_>10 6 4 14 -1. <_>10 6 2 14 2. 0 -9.9951568990945816e-003 0.3432781100273132 0.5400953888893127 <_> <_> <_>0 5 5 6 -1. <_>0 7 5 2 3. 0 -0.0357007086277008 0.1878059059381485 0.5074077844619751 <_> <_> <_>9 5 6 4 -1. <_>9 5 3 4 2. 0 4.5584561303257942e-004 0.3805277049541473 0.5402569770812988 <_> <_> <_>0 0 18 10 -1. <_>6 0 6 10 3. 0 -0.0542606003582478 0.6843714714050293 0.4595097005367279 <_> <_> <_>10 6 4 14 -1. <_>10 6 2 14 2. 0 6.0600461438298225e-003 0.5502905249595642 0.4500527977943420 <_> <_> <_>6 6 4 14 -1. <_>8 6 2 14 2. 0 -6.4791832119226456e-003 0.3368858098983765 0.5310757160186768 <_> <_> <_>13 4 1 3 -1. <_>13 5 1 1 3. 0 -1.4939469983801246e-003 0.6487640142440796 0.4756175875663757 <_> <_> <_>5 1 2 3 -1. <_>6 1 1 3 2. 0 1.4610530342906713e-005 0.4034579098224640 0.5451064109802246 <_> <_> <_>18 1 2 18 -1. <_>19 1 1 9 2. <_>18 10 1 9 2. 0 -7.2321938350796700e-003 0.6386873722076416 0.4824739992618561 <_> <_> <_>2 1 4 3 -1. <_>2 2 4 1 3. 0 -4.0645818226039410e-003 0.2986421883106232 0.5157335996627808 <_> <_> <_>18 1 2 18 -1. <_>19 1 1 9 2. <_>18 10 1 9 2. 0 0.0304630808532238 0.5022199749946594 0.7159956097602844 <_> <_> <_>1 14 4 6 -1. <_>1 14 2 3 2. <_>3 17 2 3 2. 0 -8.0544911324977875e-003 0.6492452025413513 0.4619275033473969 <_> <_> <_>10 11 7 6 -1. <_>10 13 7 2 3. 0 0.0395051389932632 0.5150570869445801 0.2450613975524902 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 8.4530208259820938e-003 0.4573669135570526 0.6394037008285523 <_> <_> <_>11 0 3 4 -1. <_>12 0 1 4 3. 0 -1.1688120430335402e-003 0.3865512013435364 0.5483661293983460 <_> <_> <_>5 10 5 6 -1. <_>5 13 5 3 2. 0 2.8070670086890459e-003 0.5128579139709473 0.2701480090618134 <_> <_> <_>14 6 1 8 -1. <_>14 10 1 4 2. 0 4.7365209320560098e-004 0.4051581919193268 0.5387461185455322 <_> <_> <_>1 7 18 6 -1. <_>1 7 9 3 2. <_>10 10 9 3 2. 0 0.0117410803213716 0.5295950174331665 0.3719413876533508 <_> <_> <_>9 7 2 2 -1. <_>9 7 1 2 2. 0 3.1833238899707794e-003 0.4789406955242157 0.6895126104354858 <_> <_> <_>5 9 4 5 -1. <_>7 9 2 5 2. 0 7.0241501089185476e-004 0.5384489297866821 0.3918080925941467 54.6200714111328130 11 -1 <_> <_> <_> <_>7 6 6 3 -1. <_>9 6 2 3 3. 0 0.0170599296689034 0.3948527872562408 0.7142534852027893 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 0.0218408405780792 0.3370316028594971 0.6090016961097717 <_> <_> <_>7 15 2 4 -1. <_>7 17 2 2 2. 0 2.4520049919374287e-004 0.3500576019287109 0.5987902283668518 <_> <_> <_>1 0 19 9 -1. <_>1 3 19 3 3. 0 8.3272606134414673e-003 0.3267528116703033 0.5697240829467773 <_> <_> <_>3 7 3 6 -1. <_>3 9 3 2 3. 0 5.7148298947140574e-004 0.3044599890708923 0.5531656742095947 <_> <_> <_>13 7 4 4 -1. <_>15 7 2 2 2. <_>13 9 2 2 2. 0 6.7373987985774875e-004 0.3650012016296387 0.5672631263732910 <_> <_> <_>3 7 4 4 -1. <_>3 7 2 2 2. <_>5 9 2 2 2. 0 3.4681590477703139e-005 0.3313541114330292 0.5388727188110352 <_> <_> <_>9 6 10 8 -1. <_>9 10 10 4 2. 0 -5.8563398197293282e-003 0.2697942852973938 0.5498778820037842 <_> <_> <_>3 8 14 12 -1. <_>3 14 14 6 2. 0 8.5102273151278496e-003 0.5269358158111572 0.2762879133224487 <_> <_> <_>6 5 10 12 -1. <_>11 5 5 6 2. <_>6 11 5 6 2. 0 -0.0698172077536583 0.2909603118896484 0.5259246826171875 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -8.6113670840859413e-004 0.5892577171325684 0.4073697924613953 <_> <_> <_>9 5 6 5 -1. <_>9 5 3 5 2. 0 9.7149249631911516e-004 0.3523564040660858 0.5415862202644348 <_> <_> <_>9 4 2 4 -1. <_>9 6 2 2 2. 0 -1.4727490452060010e-005 0.5423017740249634 0.3503156006336212 <_> <_> <_>9 5 6 5 -1. <_>9 5 3 5 2. 0 0.0484202913939953 0.5193945765495300 0.3411195874214172 <_> <_> <_>5 5 6 5 -1. <_>8 5 3 5 2. 0 1.3257140526548028e-003 0.3157769143581390 0.5335376262664795 <_> <_> <_>11 2 6 1 -1. <_>13 2 2 1 3. 0 1.4922149603080470e-005 0.4451299905776978 0.5536553859710693 <_> <_> <_>3 2 6 1 -1. <_>5 2 2 1 3. 0 -2.7173398993909359e-003 0.3031741976737976 0.5248088836669922 <_> <_> <_>13 5 2 3 -1. <_>13 6 2 1 3. 0 2.9219500720500946e-003 0.4781453013420105 0.6606041789054871 <_> <_> <_>0 10 1 4 -1. <_>0 12 1 2 2. 0 -1.9804988987743855e-003 0.3186308145523071 0.5287625193595886 <_> <_> <_>13 5 2 3 -1. <_>13 6 2 1 3. 0 -4.0012109093368053e-003 0.6413596868515015 0.4749928116798401 <_> <_> <_>8 18 3 2 -1. <_>9 18 1 2 3. 0 -4.3491991236805916e-003 0.1507498025894165 0.5098996758460999 <_> <_> <_>6 15 9 2 -1. <_>6 16 9 1 2. 0 1.3490889687091112e-003 0.4316158890724182 0.5881167054176331 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 0.0185970701277256 0.4735553860664368 0.9089794158935547 <_> <_> <_>18 4 2 4 -1. <_>18 6 2 2 2. 0 -1.8562379991635680e-003 0.3553189039230347 0.5577837228775024 <_> <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 2.2940430790185928e-003 0.4500094950199127 0.6580877900123596 <_> <_> <_>15 16 3 2 -1. <_>15 17 3 1 2. 0 2.9982850537635386e-004 0.5629242062568665 0.3975878953933716 <_> <_> <_>0 0 3 9 -1. <_>0 3 3 3 3. 0 3.5455459728837013e-003 0.5381547212600708 0.3605485856533051 <_> <_> <_>9 7 3 3 -1. <_>9 8 3 1 3. 0 9.6104722470045090e-003 0.5255997180938721 0.1796745955944061 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 -6.2783220782876015e-003 0.2272856980562210 0.5114030241966248 <_> <_> <_>9 5 2 6 -1. <_>9 5 1 6 2. 0 3.4598479978740215e-003 0.4626308083534241 0.6608219146728516 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -1.3112019514665008e-003 0.6317539811134338 0.4436857998371124 <_> <_> <_>7 6 8 12 -1. <_>11 6 4 6 2. <_>7 12 4 6 2. 0 2.6876179035753012e-003 0.5421109795570374 0.4054022133350372 <_> <_> <_>5 6 8 12 -1. <_>5 6 4 6 2. <_>9 12 4 6 2. 0 3.9118169806897640e-003 0.5358477830886841 0.3273454904556274 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -0.0142064504325390 0.7793576717376709 0.4975781142711639 <_> <_> <_>2 16 3 2 -1. <_>2 17 3 1 2. 0 7.1705528534948826e-004 0.5297319889068604 0.3560903966426849 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 1.6635019565001130e-003 0.4678094089031220 0.5816481709480286 <_> <_> <_>2 12 6 6 -1. <_>2 14 6 2 3. 0 3.3686188980937004e-003 0.5276734232902527 0.3446420133113861 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 0.0127995302900672 0.4834679961204529 0.7472159266471863 <_> <_> <_>6 14 6 3 -1. <_>6 15 6 1 3. 0 3.3901201095432043e-003 0.4511859118938446 0.6401721239089966 <_> <_> <_>14 15 5 3 -1. <_>14 16 5 1 3. 0 4.7070779837667942e-003 0.5335658788681030 0.3555220961570740 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.4819339849054813e-003 0.4250707030296326 0.5772724151611328 <_> <_> <_>14 15 5 3 -1. <_>14 16 5 1 3. 0 -6.9995759986341000e-003 0.3003320097923279 0.5292900204658508 <_> <_> <_>5 3 6 2 -1. <_>7 3 2 2 3. 0 0.0159390103071928 0.5067319273948669 0.1675581932067871 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 7.6377349905669689e-003 0.4795069992542267 0.7085601091384888 <_> <_> <_>1 15 5 3 -1. <_>1 16 5 1 3. 0 6.7334040068089962e-003 0.5133113265037537 0.2162470072507858 <_> <_> <_>8 13 4 6 -1. <_>10 13 2 3 2. <_>8 16 2 3 2. 0 -0.0128588099032640 0.1938841938972473 0.5251371860504150 <_> <_> <_>7 8 3 3 -1. <_>8 8 1 3 3. 0 -6.2270800117403269e-004 0.5686538219451904 0.4197868108749390 <_> <_> <_>12 0 5 4 -1. <_>12 2 5 2 2. 0 -5.2651681471616030e-004 0.4224168956279755 0.5429695844650269 <_> <_> <_>0 2 20 2 -1. <_>0 2 10 1 2. <_>10 3 10 1 2. 0 0.0110750999301672 0.5113775134086609 0.2514517903327942 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0367282517254353 0.7194662094116211 0.4849618971347809 <_> <_> <_>4 3 6 1 -1. <_>6 3 2 1 3. 0 -2.8207109426148236e-004 0.3840261995792389 0.5394446253776550 <_> <_> <_>4 18 13 2 -1. <_>4 19 13 1 2. 0 -2.7489690110087395e-003 0.5937088727951050 0.4569182097911835 <_> <_> <_>2 10 3 6 -1. <_>2 12 3 2 3. 0 0.0100475195795298 0.5138576030731201 0.2802298069000244 <_> <_> <_>14 12 6 8 -1. <_>17 12 3 4 2. <_>14 16 3 4 2. 0 -8.1497840583324432e-003 0.6090037226676941 0.4636121094226837 <_> <_> <_>4 13 10 6 -1. <_>4 13 5 3 2. <_>9 16 5 3 2. 0 -6.8833888508379459e-003 0.3458611071109772 0.5254660248756409 <_> <_> <_>14 12 1 2 -1. <_>14 13 1 1 2. 0 -1.4039360394235700e-005 0.5693104267120361 0.4082083106040955 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 1.5498419525101781e-003 0.4350537061691284 0.5806517004966736 <_> <_> <_>14 12 2 2 -1. <_>14 13 2 1 2. 0 -6.7841499112546444e-003 0.1468873023986816 0.5182775259017944 <_> <_> <_>4 12 2 2 -1. <_>4 13 2 1 2. 0 2.1705629478674382e-004 0.5293524265289307 0.3456174135208130 <_> <_> <_>8 12 9 2 -1. <_>8 13 9 1 2. 0 3.1198898795992136e-004 0.4652450978755951 0.5942413806915283 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 5.4507530294358730e-003 0.4653508961200714 0.7024846076965332 <_> <_> <_>11 10 3 6 -1. <_>11 13 3 3 2. 0 -2.5818689027801156e-004 0.5497295260429382 0.3768967092037201 <_> <_> <_>5 6 9 12 -1. <_>5 12 9 6 2. 0 -0.0174425393342972 0.3919087946414948 0.5457497835159302 <_> <_> <_>11 10 3 6 -1. <_>11 13 3 3 2. 0 -0.0453435294330120 0.1631357073783875 0.5154908895492554 <_> <_> <_>6 10 3 6 -1. <_>6 13 3 3 2. 0 1.9190689781680703e-003 0.5145897865295410 0.2791895866394043 <_> <_> <_>5 4 11 3 -1. <_>5 5 11 1 3. 0 -6.0177869163453579e-003 0.6517636179924011 0.4756332933902741 <_> <_> <_>7 1 5 10 -1. <_>7 6 5 5 2. 0 -4.0720738470554352e-003 0.5514652729034424 0.4092685878276825 <_> <_> <_>2 8 18 2 -1. <_>2 9 18 1 2. 0 3.9855059003457427e-004 0.3165240883827210 0.5285550951957703 <_> <_> <_>7 17 5 3 -1. <_>7 18 5 1 3. 0 -6.5418570302426815e-003 0.6853377819061279 0.4652808904647827 <_> <_> <_>5 9 12 1 -1. <_>9 9 4 1 3. 0 3.4845089539885521e-003 0.5484588146209717 0.4502759873867035 <_> <_> <_>0 14 6 6 -1. <_>0 14 3 3 2. <_>3 17 3 3 2. 0 -0.0136967804282904 0.6395779848098755 0.4572555124759674 <_> <_> <_>5 9 12 1 -1. <_>9 9 4 1 3. 0 -0.0173471402376890 0.2751072943210602 0.5181614756584168 <_> <_> <_>3 9 12 1 -1. <_>7 9 4 1 3. 0 -4.0885428898036480e-003 0.3325636088848114 0.5194984078407288 <_> <_> <_>14 10 6 7 -1. <_>14 10 3 7 2. 0 -9.4687901437282562e-003 0.5942280888557434 0.4851819872856140 <_> <_> <_>1 0 16 2 -1. <_>1 1 16 1 2. 0 1.7084840219467878e-003 0.4167110919952393 0.5519806146621704 <_> <_> <_>10 9 10 9 -1. <_>10 12 10 3 3. 0 9.4809094443917274e-003 0.5433894991874695 0.4208514988422394 <_> <_> <_>0 1 10 2 -1. <_>5 1 5 2 2. 0 -4.7389650717377663e-003 0.6407189965248108 0.4560655057430267 <_> <_> <_>17 3 2 3 -1. <_>17 4 2 1 3. 0 6.5761050209403038e-003 0.5214555263519287 0.2258227020502091 <_> <_> <_>1 3 2 3 -1. <_>1 4 2 1 3. 0 -2.1690549328923225e-003 0.3151527941226959 0.5156704783439636 <_> <_> <_>9 7 3 6 -1. <_>10 7 1 6 3. 0 0.0146601703017950 0.4870837032794952 0.6689941287040710 <_> <_> <_>6 5 4 3 -1. <_>8 5 2 3 2. 0 1.7231999663636088e-004 0.3569748997688294 0.5251078009605408 <_> <_> <_>7 5 6 6 -1. <_>9 5 2 6 3. 0 -0.0218037609010935 0.8825920820236206 0.4966329932212830 <_> <_> <_>3 4 12 12 -1. <_>3 4 6 6 2. <_>9 10 6 6 2. 0 -0.0947361066937447 0.1446162015199661 0.5061113834381104 <_> <_> <_>9 2 6 15 -1. <_>11 2 2 15 3. 0 5.5825551971793175e-003 0.5396478772163391 0.4238066077232361 <_> <_> <_>2 2 6 17 -1. <_>4 2 2 17 3. 0 1.9517090404406190e-003 0.4170410931110382 0.5497786998748779 <_> <_> <_>14 10 6 7 -1. <_>14 10 3 7 2. 0 0.0121499001979828 0.4698367118835449 0.5664274096488953 <_> <_> <_>0 10 6 7 -1. <_>3 10 3 7 2. 0 -7.5169620104134083e-003 0.6267772912979126 0.4463135898113251 <_> <_> <_>9 2 6 15 -1. <_>11 2 2 15 3. 0 -0.0716679096221924 0.3097011148929596 0.5221003293991089 <_> <_> <_>5 2 6 15 -1. <_>7 2 2 15 3. 0 -0.0882924199104309 0.0811238884925842 0.5006365180015564 <_> <_> <_>17 9 3 6 -1. <_>17 11 3 2 3. 0 0.0310630798339844 0.5155503749847412 0.1282255947589874 <_> <_> <_>6 7 6 6 -1. <_>8 7 2 6 3. 0 0.0466218404471874 0.4699777960777283 0.7363960742950440 <_> <_> <_>1 10 18 6 -1. <_>10 10 9 3 2. <_>1 13 9 3 2. 0 -0.0121894897893071 0.3920530080795288 0.5518996715545654 <_> <_> <_>0 9 10 9 -1. <_>0 12 10 3 3. 0 0.0130161102861166 0.5260658264160156 0.3685136139392853 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 -3.4952899441123009e-003 0.6339294910430908 0.4716280996799469 <_> <_> <_>5 12 3 4 -1. <_>5 14 3 2 2. 0 -4.4015039748046547e-005 0.5333027243614197 0.3776184916496277 <_> <_> <_>3 3 16 12 -1. <_>3 9 16 6 2. 0 -0.1096649020910263 0.1765342056751251 0.5198346972465515 <_> <_> <_>1 1 12 12 -1. <_>1 1 6 6 2. <_>7 7 6 6 2. 0 -9.0279558207839727e-004 0.5324159860610962 0.3838908076286316 <_> <_> <_>10 4 2 4 -1. <_>11 4 1 2 2. <_>10 6 1 2 2. 0 7.1126641705632210e-004 0.4647929966449738 0.5755224227905273 <_> <_> <_>0 9 10 2 -1. <_>0 9 5 1 2. <_>5 10 5 1 2. 0 -3.1250279862433672e-003 0.3236708939075470 0.5166770815849304 <_> <_> <_>9 11 3 3 -1. <_>9 12 3 1 3. 0 2.4144679773598909e-003 0.4787439107894898 0.6459717750549316 <_> <_> <_>3 12 9 2 -1. <_>3 13 9 1 2. 0 4.4391240226104856e-004 0.4409308135509491 0.6010255813598633 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -2.2611189342569560e-004 0.4038113951683044 0.5493255853652954 50.1697311401367190 12 -1 <_> <_> <_> <_>3 4 13 6 -1. <_>3 6 13 2 3. 0 -0.0469012893736362 0.6600171923637390 0.3743801116943359 <_> <_> <_>9 7 6 4 -1. <_>12 7 3 2 2. <_>9 9 3 2 2. 0 -1.4568349579349160e-003 0.5783991217613220 0.3437797129154205 <_> <_> <_>1 0 6 8 -1. <_>4 0 3 8 2. 0 5.5598369799554348e-003 0.3622266948223114 0.5908216238021851 <_> <_> <_>9 5 2 12 -1. <_>9 11 2 6 2. 0 7.3170487303286791e-004 0.5500419139862061 0.2873558104038239 <_> <_> <_>4 4 3 10 -1. <_>4 9 3 5 2. 0 1.3318009441718459e-003 0.2673169970512390 0.5431019067764282 <_> <_> <_>6 17 8 3 -1. <_>6 18 8 1 3. 0 2.4347059661522508e-004 0.3855027854442596 0.5741388797760010 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -3.0512469820678234e-003 0.5503209829330444 0.3462845087051392 <_> <_> <_>13 2 3 2 -1. <_>13 3 3 1 2. 0 -6.8657199153676629e-004 0.3291221857070923 0.5429509282112122 <_> <_> <_>7 5 4 5 -1. <_>9 5 2 5 2. 0 1.4668200165033340e-003 0.3588382005691528 0.5351811051368713 <_> <_> <_>12 14 3 6 -1. <_>12 16 3 2 3. 0 3.2021870720200241e-004 0.4296841919422150 0.5700234174728394 <_> <_> <_>1 11 8 2 -1. <_>1 12 8 1 2. 0 7.4122188379988074e-004 0.5282164812088013 0.3366870880126953 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 3.8330298848450184e-003 0.4559567868709564 0.6257336139678955 <_> <_> <_>0 5 3 6 -1. <_>0 7 3 2 3. 0 -0.0154564399272203 0.2350116968154907 0.5129452943801880 <_> <_> <_>13 2 3 2 -1. <_>13 3 3 1 2. 0 2.6796779129654169e-003 0.5329415202140808 0.4155062139034271 <_> <_> <_>4 14 4 6 -1. <_>4 14 2 3 2. <_>6 17 2 3 2. 0 2.8296569362282753e-003 0.4273087978363037 0.5804538130760193 <_> <_> <_>13 2 3 2 -1. <_>13 3 3 1 2. 0 -3.9444249123334885e-003 0.2912611961364746 0.5202686190605164 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 2.7179559692740440e-003 0.5307688117027283 0.3585677146911621 <_> <_> <_>14 0 6 8 -1. <_>17 0 3 4 2. <_>14 4 3 4 2. 0 5.9077627956867218e-003 0.4703775048255920 0.5941585898399353 <_> <_> <_>7 17 3 2 -1. <_>8 17 1 2 3. 0 -4.2240349575877190e-003 0.2141567021608353 0.5088796019554138 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 4.0725888684391975e-003 0.4766413867473602 0.6841061115264893 <_> <_> <_>6 0 8 12 -1. <_>6 0 4 6 2. <_>10 6 4 6 2. 0 0.0101495301350951 0.5360798835754395 0.3748497068881989 <_> <_> <_>14 0 2 10 -1. <_>15 0 1 5 2. <_>14 5 1 5 2. 0 -1.8864999583456665e-004 0.5720130205154419 0.3853805065155029 <_> <_> <_>5 3 8 6 -1. <_>5 3 4 3 2. <_>9 6 4 3 2. 0 -4.8864358104765415e-003 0.3693122863769531 0.5340958833694458 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 0.0261584799736738 0.4962374866008759 0.6059989929199219 <_> <_> <_>9 14 1 2 -1. <_>9 15 1 1 2. 0 4.8560759751126170e-004 0.4438945949077606 0.6012468934059143 <_> <_> <_>15 10 4 3 -1. <_>15 11 4 1 3. 0 0.0112687097862363 0.5244250297546387 0.1840388029813767 <_> <_> <_>8 14 2 3 -1. <_>8 15 2 1 3. 0 -2.8114619199186563e-003 0.6060283780097961 0.4409897029399872 <_> <_> <_>3 13 14 4 -1. <_>10 13 7 2 2. <_>3 15 7 2 2. 0 -5.6112729944288731e-003 0.3891170918941498 0.5589237213134766 <_> <_> <_>1 10 4 3 -1. <_>1 11 4 1 3. 0 8.5680093616247177e-003 0.5069345831871033 0.2062619030475617 <_> <_> <_>9 11 6 1 -1. <_>11 11 2 1 3. 0 -3.8172779022715986e-004 0.5882201790809631 0.4192610979080200 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -1.7680290329735726e-004 0.5533605813980103 0.4003368914127350 <_> <_> <_>3 5 16 15 -1. <_>3 10 16 5 3. 0 6.5112537704408169e-003 0.3310146927833557 0.5444191098213196 <_> <_> <_>6 12 4 2 -1. <_>8 12 2 2 2. 0 -6.5948683186434209e-005 0.5433831810951233 0.3944905996322632 <_> <_> <_>4 4 12 10 -1. <_>10 4 6 5 2. <_>4 9 6 5 2. 0 6.9939051754772663e-003 0.5600358247756958 0.4192714095115662 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -4.6744439750909805e-003 0.6685466766357422 0.4604960978031158 <_> <_> <_>8 12 4 8 -1. <_>10 12 2 4 2. <_>8 16 2 4 2. 0 0.0115898502990603 0.5357121229171753 0.2926830053329468 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 0.0130078401416540 0.4679817855358124 0.7307463288307190 <_> <_> <_>12 2 3 2 -1. <_>13 2 1 2 3. 0 -1.1008579749614000e-003 0.3937501013278961 0.5415065288543701 <_> <_> <_>8 15 3 2 -1. <_>8 16 3 1 2. 0 6.0472649056464434e-004 0.4242376089096069 0.5604041218757629 <_> <_> <_>6 0 9 14 -1. <_>9 0 3 14 3. 0 -0.0144948400557041 0.3631210029125214 0.5293182730674744 <_> <_> <_>9 6 2 3 -1. <_>10 6 1 3 2. 0 -5.3056948818266392e-003 0.6860452294349670 0.4621821045875549 <_> <_> <_>10 8 2 3 -1. <_>10 9 2 1 3. 0 -8.1829127157106996e-004 0.3944096863269806 0.5420439243316650 <_> <_> <_>0 9 4 6 -1. <_>0 11 4 2 3. 0 -0.0190775208175182 0.1962621957063675 0.5037891864776611 <_> <_> <_>6 0 8 2 -1. <_>6 1 8 1 2. 0 3.5549470339901745e-004 0.4086259007453919 0.5613973140716553 <_> <_> <_>6 14 7 3 -1. <_>6 15 7 1 3. 0 1.9679730758070946e-003 0.4489121139049530 0.5926123261451721 <_> <_> <_>8 10 8 9 -1. <_>8 13 8 3 3. 0 6.9189141504466534e-003 0.5335925817489624 0.3728385865688324 <_> <_> <_>5 2 3 2 -1. <_>6 2 1 2 3. 0 2.9872779268771410e-003 0.5111321210861206 0.2975643873214722 <_> <_> <_>14 1 6 8 -1. <_>17 1 3 4 2. <_>14 5 3 4 2. 0 -6.2264618463814259e-003 0.5541489720344544 0.4824537932872772 <_> <_> <_>0 1 6 8 -1. <_>0 1 3 4 2. <_>3 5 3 4 2. 0 0.0133533002808690 0.4586423933506012 0.6414797902107239 <_> <_> <_>1 2 18 6 -1. <_>10 2 9 3 2. <_>1 5 9 3 2. 0 0.0335052385926247 0.5392425060272217 0.3429994881153107 <_> <_> <_>9 3 2 1 -1. <_>10 3 1 1 2. 0 -2.5294460356235504e-003 0.1703713983297348 0.5013315081596375 <_> <_> <_>13 2 4 6 -1. <_>15 2 2 3 2. <_>13 5 2 3 2. 0 -1.2801629491150379e-003 0.5305461883544922 0.4697405099868774 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 7.0687388069927692e-003 0.4615545868873596 0.6436504721641541 <_> <_> <_>13 5 1 3 -1. <_>13 6 1 1 3. 0 9.6880499040707946e-004 0.4833599030971527 0.6043894290924072 <_> <_> <_>2 16 5 3 -1. <_>2 17 5 1 3. 0 3.9647659286856651e-003 0.5187637209892273 0.3231816887855530 <_> <_> <_>13 2 4 6 -1. <_>15 2 2 3 2. <_>13 5 2 3 2. 0 -0.0220577307045460 0.4079256951808929 0.5200980901718140 <_> <_> <_>3 2 4 6 -1. <_>3 2 2 3 2. <_>5 5 2 3 2. 0 -6.6906312713399529e-004 0.5331609249114990 0.3815600872039795 <_> <_> <_>13 5 1 2 -1. <_>13 6 1 1 2. 0 -6.7009328631684184e-004 0.5655422210693359 0.4688901901245117 <_> <_> <_>5 5 2 2 -1. <_>5 6 2 1 2. 0 7.4284552829340100e-004 0.4534381031990051 0.6287400126457214 <_> <_> <_>13 9 2 2 -1. <_>13 9 1 2 2. 0 2.2227810695767403e-003 0.5350633263587952 0.3303655982017517 <_> <_> <_>5 9 2 2 -1. <_>6 9 1 2 2. 0 -5.4130521602928638e-003 0.1113687008619309 0.5005434751510620 <_> <_> <_>13 17 3 2 -1. <_>13 18 3 1 2. 0 -1.4520040167553816e-005 0.5628737807273865 0.4325133860111237 <_> <_> <_>6 16 4 4 -1. <_>6 16 2 2 2. <_>8 18 2 2 2. 0 2.3369169502984732e-004 0.4165835082530975 0.5447791218757629 <_> <_> <_>9 16 2 3 -1. <_>9 17 2 1 3. 0 4.2894547805190086e-003 0.4860391020774841 0.6778649091720581 <_> <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 5.9103150852024555e-003 0.5262305140495300 0.3612113893032074 <_> <_> <_>9 14 2 6 -1. <_>9 17 2 3 2. 0 0.0129005396738648 0.5319377183914185 0.3250288069248200 <_> <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 4.6982979401946068e-003 0.4618245065212250 0.6665925979614258 <_> <_> <_>1 10 18 6 -1. <_>1 12 18 2 3. 0 0.0104398597031832 0.5505670905113220 0.3883604109287262 <_> <_> <_>8 11 4 2 -1. <_>8 12 4 1 2. 0 3.0443191062659025e-003 0.4697853028774262 0.7301844954490662 <_> <_> <_>7 9 6 2 -1. <_>7 10 6 1 2. 0 -6.1593751888722181e-004 0.3830839097499847 0.5464984178543091 <_> <_> <_>8 8 2 3 -1. <_>8 9 2 1 3. 0 -3.4247159492224455e-003 0.2566300034523010 0.5089530944824219 <_> <_> <_>17 5 3 4 -1. <_>18 5 1 4 3. 0 -9.3538565561175346e-003 0.6469966173171997 0.4940795898437500 <_> <_> <_>1 19 18 1 -1. <_>7 19 6 1 3. 0 0.0523389987647533 0.4745982885360718 0.7878770828247070 <_> <_> <_>9 0 3 2 -1. <_>10 0 1 2 3. 0 3.5765620414167643e-003 0.5306664705276489 0.2748498022556305 <_> <_> <_>1 8 1 6 -1. <_>1 10 1 2 3. 0 7.1555317845195532e-004 0.5413125753402710 0.4041908979415894 <_> <_> <_>12 17 8 3 -1. <_>12 17 4 3 2. 0 -0.0105166798457503 0.6158512234687805 0.4815283119678497 <_> <_> <_>0 5 3 4 -1. <_>1 5 1 4 3. 0 7.7347927726805210e-003 0.4695805907249451 0.7028980851173401 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -4.3226778507232666e-003 0.2849566042423248 0.5304684042930603 <_> <_> <_>7 11 2 2 -1. <_>7 11 1 1 2. <_>8 12 1 1 2. 0 -2.5534399319440126e-003 0.7056984901428223 0.4688892066478729 <_> <_> <_>11 3 2 5 -1. <_>11 3 1 5 2. 0 1.0268510231981054e-004 0.3902932107448578 0.5573464035987854 <_> <_> <_>7 3 2 5 -1. <_>8 3 1 5 2. 0 7.1395188570022583e-006 0.3684231936931610 0.5263987779617310 <_> <_> <_>15 13 2 3 -1. <_>15 14 2 1 3. 0 -1.6711989883333445e-003 0.3849175870418549 0.5387271046638489 <_> <_> <_>5 6 2 3 -1. <_>5 7 2 1 3. 0 4.9260449595749378e-003 0.4729771912097931 0.7447251081466675 <_> <_> <_>4 19 15 1 -1. <_>9 19 5 1 3. 0 4.3908702209591866e-003 0.4809181094169617 0.5591921806335449 <_> <_> <_>1 19 15 1 -1. <_>6 19 5 1 3. 0 -0.0177936293184757 0.6903678178787231 0.4676927030086517 <_> <_> <_>15 13 2 3 -1. <_>15 14 2 1 3. 0 2.0469669252634048e-003 0.5370690226554871 0.3308162093162537 <_> <_> <_>5 0 4 15 -1. <_>7 0 2 15 2. 0 0.0298914890736341 0.5139865279197693 0.3309059143066406 <_> <_> <_>9 6 2 5 -1. <_>9 6 1 5 2. 0 1.5494900289922953e-003 0.4660237133502960 0.6078342795372009 <_> <_> <_>9 5 2 7 -1. <_>10 5 1 7 2. 0 1.4956969534978271e-003 0.4404835999011993 0.5863919854164124 <_> <_> <_>16 11 3 3 -1. <_>16 12 3 1 3. 0 9.5885928021743894e-004 0.5435971021652222 0.4208523035049439 <_> <_> <_>1 11 3 3 -1. <_>1 12 3 1 3. 0 4.9643701640889049e-004 0.5370578169822693 0.4000622034072876 <_> <_> <_>6 6 8 3 -1. <_>6 7 8 1 3. 0 -2.7280810754746199e-003 0.5659412741661072 0.4259642958641052 <_> <_> <_>0 15 6 2 -1. <_>0 16 6 1 2. 0 2.3026480339467525e-003 0.5161657929420471 0.3350869119167328 <_> <_> <_>1 0 18 6 -1. <_>7 0 6 6 3. 0 0.2515163123607636 0.4869661927223206 0.7147309780120850 <_> <_> <_>6 0 3 4 -1. <_>7 0 1 4 3. 0 -4.6328022144734859e-003 0.2727448940277100 0.5083789825439453 <_> <_> <_>14 10 4 10 -1. <_>16 10 2 5 2. <_>14 15 2 5 2. 0 -0.0404344908893108 0.6851438879966736 0.5021767020225525 <_> <_> <_>3 2 3 2 -1. <_>4 2 1 2 3. 0 1.4972220014897175e-005 0.4284465014934540 0.5522555112838745 <_> <_> <_>11 2 2 2 -1. <_>11 3 2 1 2. 0 -2.4050309730228037e-004 0.4226118922233582 0.5390074849128723 <_> <_> <_>2 10 4 10 -1. <_>2 10 2 5 2. <_>4 15 2 5 2. 0 0.0236578397452831 0.4744631946086884 0.7504366040229797 <_> <_> <_>0 13 20 6 -1. <_>10 13 10 3 2. <_>0 16 10 3 2. 0 -8.1449104472994804e-003 0.4245058894157410 0.5538362860679627 <_> <_> <_>0 5 2 15 -1. <_>1 5 1 15 2. 0 -3.6992130335420370e-003 0.5952357053756714 0.4529713094234467 <_> <_> <_>1 7 18 4 -1. <_>10 7 9 2 2. <_>1 9 9 2 2. 0 -6.7718601785600185e-003 0.4137794077396393 0.5473399758338928 <_> <_> <_>0 0 2 17 -1. <_>1 0 1 17 2. 0 4.2669530957937241e-003 0.4484114944934845 0.5797994136810303 <_> <_> <_>2 6 16 6 -1. <_>10 6 8 3 2. <_>2 9 8 3 2. 0 1.7791989957913756e-003 0.5624858736991882 0.4432444870471954 <_> <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 1.6774770338088274e-003 0.4637751877307892 0.6364241838455200 <_> <_> <_>8 15 4 2 -1. <_>8 16 4 1 2. 0 1.1732629500329494e-003 0.4544503092765808 0.5914415717124939 <_> <_> <_>5 2 8 2 -1. <_>5 2 4 1 2. <_>9 3 4 1 2. 0 8.6998171173036098e-004 0.5334752798080444 0.3885917961597443 <_> <_> <_>6 11 8 6 -1. <_>6 14 8 3 2. 0 7.6378340600058436e-004 0.5398585200309753 0.3744941949844360 <_> <_> <_>9 13 2 2 -1. <_>9 14 2 1 2. 0 1.5684569370932877e-004 0.4317873120307922 0.5614616274833679 <_> <_> <_>18 4 2 6 -1. <_>18 6 2 2 3. 0 -0.0215113703161478 0.1785925030708313 0.5185542702674866 <_> <_> <_>9 12 2 2 -1. <_>9 13 2 1 2. 0 1.3081369979772717e-004 0.4342499077320099 0.5682849884033203 <_> <_> <_>18 4 2 6 -1. <_>18 6 2 2 3. 0 0.0219920407980680 0.5161716938018799 0.2379394024610519 <_> <_> <_>9 13 1 3 -1. <_>9 14 1 1 3. 0 -8.0136500764638186e-004 0.5986763238906860 0.4466426968574524 <_> <_> <_>18 4 2 6 -1. <_>18 6 2 2 3. 0 -8.2736099138855934e-003 0.4108217954635620 0.5251057147979736 <_> <_> <_>0 4 2 6 -1. <_>0 6 2 2 3. 0 3.6831789184361696e-003 0.5173814296722412 0.3397518098354340 <_> <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 -7.9525681212544441e-003 0.6888983249664307 0.4845924079418182 <_> <_> <_>3 13 2 3 -1. <_>3 14 2 1 3. 0 1.5382299898192286e-003 0.5178567171096802 0.3454113900661469 <_> <_> <_>13 13 4 3 -1. <_>13 14 4 1 3. 0 -0.0140435304492712 0.1678421050310135 0.5188667774200440 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.4315890148282051e-003 0.4368256926536560 0.5655773878097534 <_> <_> <_>5 2 10 6 -1. <_>5 4 10 2 3. 0 -0.0340142287313938 0.7802296280860901 0.4959217011928558 <_> <_> <_>3 13 4 3 -1. <_>3 14 4 1 3. 0 -0.0120272999629378 0.1585101038217545 0.5032231807708740 <_> <_> <_>3 7 15 5 -1. <_>8 7 5 5 3. 0 0.1331661939620972 0.5163304805755615 0.2755128145217896 <_> <_> <_>3 7 12 2 -1. <_>7 7 4 2 3. 0 -1.5221949433907866e-003 0.3728317916393280 0.5214552283287048 <_> <_> <_>10 3 3 9 -1. <_>11 3 1 9 3. 0 -9.3929271679371595e-004 0.5838379263877869 0.4511165022850037 <_> <_> <_>8 6 4 6 -1. <_>10 6 2 6 2. 0 0.0277197398245335 0.4728286862373352 0.7331544756889343 <_> <_> <_>9 7 4 3 -1. <_>9 8 4 1 3. 0 3.1030150130391121e-003 0.5302202105522156 0.4101563096046448 <_> <_> <_>0 9 4 9 -1. <_>2 9 2 9 2. 0 0.0778612196445465 0.4998334050178528 0.1272961944341660 <_> <_> <_>9 13 3 5 -1. <_>10 13 1 5 3. 0 -0.0158549398183823 0.0508333593606949 0.5165656208992004 <_> <_> <_>7 7 6 3 -1. <_>9 7 2 3 3. 0 -4.9725300632417202e-003 0.6798133850097656 0.4684231877326965 <_> <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 -9.7676506265997887e-004 0.6010771989822388 0.4788931906223297 <_> <_> <_>5 7 8 2 -1. <_>9 7 4 2 2. 0 -2.4647710379213095e-003 0.3393397927284241 0.5220503807067871 <_> <_> <_>5 9 12 2 -1. <_>9 9 4 2 3. 0 -6.7937700077891350e-003 0.4365136921405792 0.5239663124084473 <_> <_> <_>5 6 10 3 -1. <_>10 6 5 3 2. 0 0.0326080210506916 0.5052723884582520 0.2425214946269989 <_> <_> <_>10 12 3 1 -1. <_>11 12 1 1 3. 0 -5.8514421107247472e-004 0.5733973979949951 0.4758574068546295 <_> <_> <_>0 1 11 15 -1. <_>0 6 11 5 3. 0 -0.0296326000243425 0.3892289102077484 0.5263597965240479 66.6691207885742190 13 -1 <_> <_> <_> <_>1 0 18 6 -1. <_>7 0 6 6 3. 0 0.0465508513152599 0.3276950120925903 0.6240522861480713 <_> <_> <_>7 7 6 1 -1. <_>9 7 2 1 3. 0 7.9537127166986465e-003 0.4256485104560852 0.6942939162254334 <_> <_> <_>5 16 6 4 -1. <_>5 16 3 2 2. <_>8 18 3 2 2. 0 6.8221561377868056e-004 0.3711487054824829 0.5900732874870300 <_> <_> <_>6 5 9 8 -1. <_>6 9 9 4 2. 0 -1.9348249770700932e-004 0.2041133940219879 0.5300545096397400 <_> <_> <_>5 10 2 6 -1. <_>5 13 2 3 2. 0 -2.6710508973337710e-004 0.5416126251220703 0.3103179037570953 <_> <_> <_>7 6 8 10 -1. <_>11 6 4 5 2. <_>7 11 4 5 2. 0 2.7818060480058193e-003 0.5277832746505737 0.3467069864273071 <_> <_> <_>5 6 8 10 -1. <_>5 6 4 5 2. <_>9 11 4 5 2. 0 -4.6779078547842801e-004 0.5308231115341187 0.3294492065906525 <_> <_> <_>9 5 2 2 -1. <_>9 6 2 1 2. 0 -3.0335160772665404e-005 0.5773872733116150 0.3852097094058991 <_> <_> <_>5 12 8 2 -1. <_>5 13 8 1 2. 0 7.8038009814918041e-004 0.4317438900470734 0.6150057911872864 <_> <_> <_>10 2 8 2 -1. <_>10 3 8 1 2. 0 -4.2553851380944252e-003 0.2933903932571411 0.5324292778968811 <_> <_> <_>4 0 2 10 -1. <_>4 0 1 5 2. <_>5 5 1 5 2. 0 -2.4735610350035131e-004 0.5468844771385193 0.3843030035495758 <_> <_> <_>9 10 2 2 -1. <_>9 11 2 1 2. 0 -1.4724259381182492e-004 0.4281542897224426 0.5755587220191956 <_> <_> <_>2 8 15 3 -1. <_>2 9 15 1 3. 0 1.1864770203828812e-003 0.3747301101684570 0.5471466183662415 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 2.3936580400913954e-003 0.4537783861160278 0.6111528873443604 <_> <_> <_>7 2 3 2 -1. <_>8 2 1 2 3. 0 -1.5390539774671197e-003 0.2971341907978058 0.5189538002014160 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -7.1968790143728256e-003 0.6699066758155823 0.4726476967334747 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -4.1499789222143590e-004 0.3384954035282135 0.5260317921638489 <_> <_> <_>17 2 3 6 -1. <_>17 4 3 2 3. 0 4.4359830208122730e-003 0.5399122238159180 0.3920140862464905 <_> <_> <_>1 5 3 4 -1. <_>2 5 1 4 3. 0 2.6606200262904167e-003 0.4482578039169312 0.6119617819786072 <_> <_> <_>14 8 4 6 -1. <_>14 10 4 2 3. 0 -1.5287200221791863e-003 0.3711237907409668 0.5340266227722168 <_> <_> <_>1 4 3 8 -1. <_>2 4 1 8 3. 0 -4.7397250309586525e-003 0.6031088232994080 0.4455145001411438 <_> <_> <_>8 13 4 6 -1. <_>8 16 4 3 2. 0 -0.0148291299119592 0.2838754057884216 0.5341861844062805 <_> <_> <_>3 14 2 2 -1. <_>3 15 2 1 2. 0 9.2275557108223438e-004 0.5209547281265259 0.3361653983592987 <_> <_> <_>14 8 4 6 -1. <_>14 10 4 2 3. 0 0.0835298076272011 0.5119969844818115 0.0811644494533539 <_> <_> <_>2 8 4 6 -1. <_>2 10 4 2 3. 0 -7.5633148662745953e-004 0.3317120075225830 0.5189831256866455 <_> <_> <_>10 14 1 6 -1. <_>10 17 1 3 2. 0 9.8403859883546829e-003 0.5247598290443420 0.2334959059953690 <_> <_> <_>7 5 3 6 -1. <_>8 5 1 6 3. 0 -1.5953830443322659e-003 0.5750094056129456 0.4295622110366821 <_> <_> <_>11 2 2 6 -1. <_>12 2 1 3 2. <_>11 5 1 3 2. 0 3.4766020689858124e-005 0.4342445135116577 0.5564029216766357 <_> <_> <_>6 6 6 5 -1. <_>8 6 2 5 3. 0 0.0298629105091095 0.4579147100448608 0.6579188108444214 <_> <_> <_>17 1 3 6 -1. <_>17 3 3 2 3. 0 0.0113255903124809 0.5274311900138855 0.3673888146877289 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -8.7828645482659340e-003 0.7100368738174439 0.4642167091369629 <_> <_> <_>9 18 3 2 -1. <_>10 18 1 2 3. 0 4.3639959767460823e-003 0.5279216170310974 0.2705877125263214 <_> <_> <_>8 18 3 2 -1. <_>9 18 1 2 3. 0 4.1804728098213673e-003 0.5072525143623352 0.2449083030223846 <_> <_> <_>12 3 5 2 -1. <_>12 4 5 1 2. 0 -4.5668511302210391e-004 0.4283105134963989 0.5548691153526306 <_> <_> <_>7 1 5 12 -1. <_>7 7 5 6 2. 0 -3.7140368949621916e-003 0.5519387722015381 0.4103653132915497 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0253042895346880 0.6867002248764038 0.4869889020919800 <_> <_> <_>4 2 2 2 -1. <_>4 3 2 1 2. 0 -3.4454080741852522e-004 0.3728874027729034 0.5287693142890930 <_> <_> <_>11 14 4 2 -1. <_>13 14 2 1 2. <_>11 15 2 1 2. 0 -8.3935231668874621e-004 0.6060152053833008 0.4616062045097351 <_> <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 0.0172800496220589 0.5049635767936707 0.1819823980331421 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -6.3595077954232693e-003 0.1631239950656891 0.5232778787612915 <_> <_> <_>5 5 1 3 -1. <_>5 6 1 1 3. 0 1.0298109846189618e-003 0.4463278055191040 0.6176549196243286 <_> <_> <_>10 10 6 1 -1. <_>10 10 3 1 2. 0 1.0117109632119536e-003 0.5473384857177734 0.4300698935985565 <_> <_> <_>4 10 6 1 -1. <_>7 10 3 1 2. 0 -0.0103088002651930 0.1166985034942627 0.5000867247581482 <_> <_> <_>9 17 3 3 -1. <_>9 18 3 1 3. 0 5.4682018235325813e-003 0.4769287109375000 0.6719213724136353 <_> <_> <_>4 14 1 3 -1. <_>4 15 1 1 3. 0 -9.1696460731327534e-004 0.3471089899539948 0.5178164839744568 <_> <_> <_>12 5 3 3 -1. <_>12 6 3 1 3. 0 2.3922820109874010e-003 0.4785236120223999 0.6216310858726502 <_> <_> <_>4 5 12 3 -1. <_>4 6 12 1 3. 0 -7.5573818758130074e-003 0.5814796090126038 0.4410085082054138 <_> <_> <_>9 8 2 3 -1. <_>9 9 2 1 3. 0 -7.7024032361805439e-004 0.3878000080585480 0.5465722084045410 <_> <_> <_>4 9 3 3 -1. <_>5 9 1 3 3. 0 -8.7125990539789200e-003 0.1660051047801971 0.4995836019515991 <_> <_> <_>6 0 9 17 -1. <_>9 0 3 17 3. 0 -0.0103063201531768 0.4093391001224518 0.5274233818054199 <_> <_> <_>9 12 1 3 -1. <_>9 13 1 1 3. 0 -2.0940979011356831e-003 0.6206194758415222 0.4572280049324036 <_> <_> <_>9 5 2 15 -1. <_>9 10 2 5 3. 0 6.8099051713943481e-003 0.5567759275436401 0.4155600070953369 <_> <_> <_>8 14 2 3 -1. <_>8 15 2 1 3. 0 -1.0746059706434608e-003 0.5638927817344666 0.4353024959564209 <_> <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 2.1550289820879698e-003 0.4826265871524811 0.6749758124351502 <_> <_> <_>7 1 6 5 -1. <_>9 1 2 5 3. 0 0.0317423194646835 0.5048379898071289 0.1883248984813690 <_> <_> <_>0 0 20 2 -1. <_>0 0 10 2 2. 0 -0.0783827230334282 0.2369548976421356 0.5260158181190491 <_> <_> <_>2 13 5 3 -1. <_>2 14 5 1 3. 0 5.7415119372308254e-003 0.5048828721046448 0.2776469886302948 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -2.9014600440859795e-003 0.6238604784011841 0.4693317115306854 <_> <_> <_>2 5 9 15 -1. <_>2 10 9 5 3. 0 -2.6427931152284145e-003 0.3314141929149628 0.5169777274131775 <_> <_> <_>5 0 12 10 -1. <_>11 0 6 5 2. <_>5 5 6 5 2. 0 -0.1094966009259224 0.2380045056343079 0.5183441042900085 <_> <_> <_>5 1 2 3 -1. <_>6 1 1 3 2. 0 7.4075913289561868e-005 0.4069635868072510 0.5362150073051453 <_> <_> <_>10 7 6 1 -1. <_>12 7 2 1 3. 0 -5.0593802006915212e-004 0.5506706237792969 0.4374594092369080 <_> <_> <_>3 1 2 10 -1. <_>3 1 1 5 2. <_>4 6 1 5 2. 0 -8.2131777890026569e-004 0.5525709986686707 0.4209375977516174 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 -6.0276539443293586e-005 0.5455474853515625 0.4748266041278839 <_> <_> <_>4 13 4 6 -1. <_>4 15 4 2 3. 0 6.8065142259001732e-003 0.5157995820045471 0.3424577116966248 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 1.7202789895236492e-003 0.5013207793235779 0.6331263780593872 <_> <_> <_>5 7 2 1 -1. <_>6 7 1 1 2. 0 -1.3016929733566940e-004 0.5539718270301819 0.4226869940757752 <_> <_> <_>2 12 18 4 -1. <_>11 12 9 2 2. <_>2 14 9 2 2. 0 -4.8016388900578022e-003 0.4425095021724701 0.5430780053138733 <_> <_> <_>5 7 2 2 -1. <_>5 7 1 1 2. <_>6 8 1 1 2. 0 -2.5399310979992151e-003 0.7145782113075256 0.4697605073451996 <_> <_> <_>16 3 4 2 -1. <_>16 4 4 1 2. 0 -1.4278929447755218e-003 0.4070445001125336 0.5399605035781860 <_> <_> <_>0 2 2 18 -1. <_>0 2 1 9 2. <_>1 11 1 9 2. 0 -0.0251425504684448 0.7884690761566162 0.4747352004051209 <_> <_> <_>1 2 18 4 -1. <_>10 2 9 2 2. <_>1 4 9 2 2. 0 -3.8899609353393316e-003 0.4296191930770874 0.5577110052108765 <_> <_> <_>9 14 1 3 -1. <_>9 15 1 1 3. 0 4.3947459198534489e-003 0.4693162143230438 0.7023944258689880 <_> <_> <_>2 12 18 4 -1. <_>11 12 9 2 2. <_>2 14 9 2 2. 0 0.0246784202754498 0.5242322087287903 0.3812510073184967 <_> <_> <_>0 12 18 4 -1. <_>0 12 9 2 2. <_>9 14 9 2 2. 0 0.0380476787686348 0.5011739730834961 0.1687828004360199 <_> <_> <_>11 4 5 3 -1. <_>11 5 5 1 3. 0 7.9424865543842316e-003 0.4828582108020783 0.6369568109512329 <_> <_> <_>6 4 7 3 -1. <_>6 5 7 1 3. 0 -1.5110049862414598e-003 0.5906485915184021 0.4487667977809906 <_> <_> <_>13 17 3 3 -1. <_>13 18 3 1 3. 0 6.4201741479337215e-003 0.5241097807884216 0.2990570068359375 <_> <_> <_>8 1 3 4 -1. <_>9 1 1 4 3. 0 -2.9802159406244755e-003 0.3041465878486633 0.5078489780426025 <_> <_> <_>11 4 2 4 -1. <_>11 4 1 4 2. 0 -7.4580078944563866e-004 0.4128139019012451 0.5256826281547546 <_> <_> <_>0 17 9 3 -1. <_>3 17 3 3 3. 0 -0.0104709500446916 0.5808395147323608 0.4494296014308929 <_> <_> <_>11 0 2 8 -1. <_>12 0 1 4 2. <_>11 4 1 4 2. 0 9.3369204550981522e-003 0.5246552824974060 0.2658948898315430 <_> <_> <_>0 8 6 12 -1. <_>0 8 3 6 2. <_>3 14 3 6 2. 0 0.0279369000345469 0.4674955010414124 0.7087256908416748 <_> <_> <_>10 7 4 12 -1. <_>10 13 4 6 2. 0 7.4277678504586220e-003 0.5409486889839172 0.3758518099784851 <_> <_> <_>5 3 8 14 -1. <_>5 10 8 7 2. 0 -0.0235845092684031 0.3758639991283417 0.5238550901412964 <_> <_> <_>14 10 6 1 -1. <_>14 10 3 1 2. 0 1.1452640173956752e-003 0.4329578876495361 0.5804247260093689 <_> <_> <_>0 4 10 4 -1. <_>0 6 10 2 2. 0 -4.3468660442158580e-004 0.5280618071556091 0.3873069882392883 <_> <_> <_>10 0 5 8 -1. <_>10 4 5 4 2. 0 0.0106485402211547 0.4902113080024719 0.5681251883506775 <_> <_> <_>8 1 4 8 -1. <_>8 1 2 4 2. <_>10 5 2 4 2. 0 -3.9418050437234342e-004 0.5570880174636841 0.4318251013755798 <_> <_> <_>9 11 6 1 -1. <_>11 11 2 1 3. 0 -1.3270479394122958e-004 0.5658439993858337 0.4343554973602295 <_> <_> <_>8 9 3 4 -1. <_>9 9 1 4 3. 0 -2.0125510636717081e-003 0.6056739091873169 0.4537523984909058 <_> <_> <_>18 4 2 6 -1. <_>18 6 2 2 3. 0 2.4854319635778666e-003 0.5390477180480957 0.4138010144233704 <_> <_> <_>8 8 3 4 -1. <_>9 8 1 4 3. 0 1.8237880431115627e-003 0.4354828894138336 0.5717188715934753 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -0.0166566595435143 0.3010913133621216 0.5216122865676880 <_> <_> <_>7 13 6 1 -1. <_>9 13 2 1 3. 0 8.0349558265879750e-004 0.5300151109695435 0.3818396925926209 <_> <_> <_>12 11 3 6 -1. <_>12 13 3 2 3. 0 3.4170378930866718e-003 0.5328028798103333 0.4241400063037872 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -3.6222729249857366e-004 0.5491728186607361 0.4186977148056030 <_> <_> <_>1 4 18 10 -1. <_>10 4 9 5 2. <_>1 9 9 5 2. 0 -0.1163002029061317 0.1440722048282623 0.5226451158523560 <_> <_> <_>8 6 4 9 -1. <_>8 9 4 3 3. 0 -0.0146950101479888 0.7747725248336792 0.4715717136859894 <_> <_> <_>8 6 4 3 -1. <_>8 7 4 1 3. 0 2.1972130052745342e-003 0.5355433821678162 0.3315644860267639 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -4.6965209185145795e-004 0.5767235159873962 0.4458136856555939 <_> <_> <_>14 15 4 3 -1. <_>14 16 4 1 3. 0 6.5144998952746391e-003 0.5215674042701721 0.3647888898849487 <_> <_> <_>5 10 3 10 -1. <_>6 10 1 10 3. 0 0.0213000606745481 0.4994204938411713 0.1567950993776321 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 3.1881409231573343e-003 0.4742200076580048 0.6287270188331604 <_> <_> <_>0 8 1 6 -1. <_>0 10 1 2 3. 0 9.0019777417182922e-004 0.5347954034805298 0.3943752050399780 <_> <_> <_>10 15 1 3 -1. <_>10 16 1 1 3. 0 -5.1772277802228928e-003 0.6727191805839539 0.5013138055801392 <_> <_> <_>2 15 4 3 -1. <_>2 16 4 1 3. 0 -4.3764649890363216e-003 0.3106675148010254 0.5128793120384216 <_> <_> <_>18 3 2 8 -1. <_>19 3 1 4 2. <_>18 7 1 4 2. 0 2.6299960445612669e-003 0.4886310100555420 0.5755215883255005 <_> <_> <_>0 3 2 8 -1. <_>0 3 1 4 2. <_>1 7 1 4 2. 0 -2.0458688959479332e-003 0.6025794148445129 0.4558076858520508 <_> <_> <_>3 7 14 10 -1. <_>10 7 7 5 2. <_>3 12 7 5 2. 0 0.0694827064871788 0.5240747928619385 0.2185259014368057 <_> <_> <_>0 7 19 3 -1. <_>0 8 19 1 3. 0 0.0240489393472672 0.5011867284774780 0.2090622037649155 <_> <_> <_>12 6 3 3 -1. <_>12 7 3 1 3. 0 3.1095340382307768e-003 0.4866712093353272 0.7108548283576965 <_> <_> <_>0 6 1 3 -1. <_>0 7 1 1 3. 0 -1.2503260513767600e-003 0.3407891094684601 0.5156195163726807 <_> <_> <_>12 6 3 3 -1. <_>12 7 3 1 3. 0 -1.0281190043315291e-003 0.5575572252273560 0.4439432024955750 <_> <_> <_>5 6 3 3 -1. <_>5 7 3 1 3. 0 -8.8893622159957886e-003 0.6402000784873962 0.4620442092418671 <_> <_> <_>8 2 4 2 -1. <_>8 3 4 1 2. 0 -6.1094801640138030e-004 0.3766441941261292 0.5448899865150452 <_> <_> <_>6 3 4 12 -1. <_>8 3 2 12 2. 0 -5.7686357758939266e-003 0.3318648934364319 0.5133677124977112 <_> <_> <_>13 6 2 3 -1. <_>13 7 2 1 3. 0 1.8506490159779787e-003 0.4903570115566254 0.6406934857368469 <_> <_> <_>0 10 20 4 -1. <_>0 12 20 2 2. 0 -0.0997994691133499 0.1536051034927368 0.5015562176704407 <_> <_> <_>2 0 17 14 -1. <_>2 7 17 7 2. 0 -0.3512834906578064 0.0588231310248375 0.5174378752708435 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 -0.0452445708215237 0.6961488723754883 0.4677872955799103 <_> <_> <_>14 6 6 4 -1. <_>14 6 3 4 2. 0 0.0714815780520439 0.5167986154556274 0.1038092970848084 <_> <_> <_>0 6 6 4 -1. <_>3 6 3 4 2. 0 2.1895780228078365e-003 0.4273078143596649 0.5532060861587524 <_> <_> <_>13 2 7 2 -1. <_>13 3 7 1 2. 0 -5.9242651332169771e-004 0.4638943970203400 0.5276389122009277 <_> <_> <_>0 2 7 2 -1. <_>0 3 7 1 2. 0 1.6788389766588807e-003 0.5301648974418640 0.3932034969329834 <_> <_> <_>6 11 14 2 -1. <_>13 11 7 1 2. <_>6 12 7 1 2. 0 -2.2163488902151585e-003 0.5630694031715393 0.4757033884525299 <_> <_> <_>8 5 2 2 -1. <_>8 5 1 1 2. <_>9 6 1 1 2. 0 1.1568699846975505e-004 0.4307535886764526 0.5535702705383301 <_> <_> <_>13 9 2 3 -1. <_>13 9 1 3 2. 0 -7.2017288766801357e-003 0.1444882005453110 0.5193064212799072 <_> <_> <_>1 1 3 12 -1. <_>2 1 1 12 3. 0 8.9081272017210722e-004 0.4384432137012482 0.5593621134757996 <_> <_> <_>17 4 1 3 -1. <_>17 5 1 1 3. 0 1.9605009583756328e-004 0.5340415835380554 0.4705956876277924 <_> <_> <_>2 4 1 3 -1. <_>2 5 1 1 3. 0 5.2022142335772514e-004 0.5213856101036072 0.3810079097747803 <_> <_> <_>14 5 1 3 -1. <_>14 6 1 1 3. 0 9.4588572392240167e-004 0.4769414961338043 0.6130738854408264 <_> <_> <_>7 16 2 3 -1. <_>7 17 2 1 3. 0 9.1698471806012094e-005 0.4245009124279022 0.5429363250732422 <_> <_> <_>8 13 4 6 -1. <_>10 13 2 3 2. <_>8 16 2 3 2. 0 2.1833200007677078e-003 0.5457730889320374 0.4191075861454010 <_> <_> <_>5 5 1 3 -1. <_>5 6 1 1 3. 0 -8.6039671441540122e-004 0.5764588713645935 0.4471659958362579 <_> <_> <_>16 0 4 20 -1. <_>16 0 2 20 2. 0 -0.0132362395524979 0.6372823119163513 0.4695009887218475 <_> <_> <_>5 1 2 6 -1. <_>5 1 1 3 2. <_>6 4 1 3 2. 0 4.3376701069064438e-004 0.5317873954772949 0.3945829868316650 67.6989212036132810 14 -1 <_> <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -0.0248471498489380 0.6555516719818115 0.3873311877250671 <_> <_> <_>15 2 4 12 -1. <_>15 2 2 12 2. 0 6.1348611488938332e-003 0.3748072087764740 0.5973997712135315 <_> <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 6.4498498104512691e-003 0.5425491929054260 0.2548811137676239 <_> <_> <_>14 5 1 8 -1. <_>14 9 1 4 2. 0 6.3491211039945483e-004 0.2462442070245743 0.5387253761291504 <_> <_> <_>1 4 14 10 -1. <_>1 4 7 5 2. <_>8 9 7 5 2. 0 1.4023890253156424e-003 0.5594322085380554 0.3528657853603363 <_> <_> <_>11 6 6 14 -1. <_>14 6 3 7 2. <_>11 13 3 7 2. 0 3.0044000595808029e-004 0.3958503901958466 0.5765938162803650 <_> <_> <_>3 6 6 14 -1. <_>3 6 3 7 2. <_>6 13 3 7 2. 0 1.0042409849120304e-004 0.3698996901512146 0.5534998178482056 <_> <_> <_>4 9 15 2 -1. <_>9 9 5 2 3. 0 -5.0841490738093853e-003 0.3711090981960297 0.5547800064086914 <_> <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -0.0195372607558966 0.7492755055427551 0.4579297006130219 <_> <_> <_>6 3 14 4 -1. <_>13 3 7 2 2. <_>6 5 7 2 2. 0 -7.4532740654831287e-006 0.5649787187576294 0.3904069960117340 <_> <_> <_>1 9 15 2 -1. <_>6 9 5 2 3. 0 -3.6079459823668003e-003 0.3381088078022003 0.5267801284790039 <_> <_> <_>6 11 8 9 -1. <_>6 14 8 3 3. 0 2.0697501022368670e-003 0.5519291162490845 0.3714388906955719 <_> <_> <_>7 4 3 8 -1. <_>8 4 1 8 3. 0 -4.6463840408250690e-004 0.5608214735984802 0.4113566875457764 <_> <_> <_>14 6 2 6 -1. <_>14 9 2 3 2. 0 7.5490452582016587e-004 0.3559206128120422 0.5329356193542481 <_> <_> <_>5 7 6 4 -1. <_>5 7 3 2 2. <_>8 9 3 2 2. 0 -9.8322238773107529e-004 0.5414795875549316 0.3763205111026764 <_> <_> <_>1 1 18 19 -1. <_>7 1 6 19 3. 0 -0.0199406407773495 0.6347903013229370 0.4705299139022827 <_> <_> <_>1 2 6 5 -1. <_>4 2 3 5 2. 0 3.7680300883948803e-003 0.3913489878177643 0.5563716292381287 <_> <_> <_>12 17 6 2 -1. <_>12 18 6 1 2. 0 -9.4528505578637123e-003 0.2554892897605896 0.5215116739273071 <_> <_> <_>2 17 6 2 -1. <_>2 18 6 1 2. 0 2.9560849070549011e-003 0.5174679160118103 0.3063920140266419 <_> <_> <_>17 3 3 6 -1. <_>17 5 3 2 3. 0 9.1078737750649452e-003 0.5388448238372803 0.2885963022708893 <_> <_> <_>8 17 3 3 -1. <_>8 18 3 1 3. 0 1.8219229532405734e-003 0.4336043000221252 0.5852196812629700 <_> <_> <_>10 13 2 6 -1. <_>10 16 2 3 2. 0 0.0146887395530939 0.5287361741065979 0.2870005965232849 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -0.0143879903480411 0.7019448876380920 0.4647370874881744 <_> <_> <_>17 3 3 6 -1. <_>17 5 3 2 3. 0 -0.0189866498112679 0.2986552119255066 0.5247011780738831 <_> <_> <_>8 13 2 3 -1. <_>8 14 2 1 3. 0 1.1527639580890536e-003 0.4323473870754242 0.5931661725044251 <_> <_> <_>9 3 6 2 -1. <_>11 3 2 2 3. 0 0.0109336702153087 0.5286864042282105 0.3130319118499756 <_> <_> <_>0 3 3 6 -1. <_>0 5 3 2 3. 0 -0.0149327302351594 0.2658419013023377 0.5084077119827271 <_> <_> <_>8 5 4 6 -1. <_>8 7 4 2 3. 0 -2.9970539617352188e-004 0.5463526844978333 0.3740724027156830 <_> <_> <_>5 5 3 2 -1. <_>5 6 3 1 2. 0 4.1677621193230152e-003 0.4703496992588043 0.7435721755027771 <_> <_> <_>10 1 3 4 -1. <_>11 1 1 4 3. 0 -6.3905320130288601e-003 0.2069258987903595 0.5280538201332092 <_> <_> <_>1 2 5 9 -1. <_>1 5 5 3 3. 0 4.5029609464108944e-003 0.5182648897171021 0.3483543097972870 <_> <_> <_>13 6 2 3 -1. <_>13 7 2 1 3. 0 -9.2040365561842918e-003 0.6803777217864990 0.4932360053062439 <_> <_> <_>0 6 14 3 -1. <_>7 6 7 3 2. 0 0.0813272595405579 0.5058398842811585 0.2253051996231079 <_> <_> <_>2 11 18 8 -1. <_>2 15 18 4 2. 0 -0.1507928073406220 0.2963424921035767 0.5264679789543152 <_> <_> <_>5 6 2 3 -1. <_>5 7 2 1 3. 0 3.3179009333252907e-003 0.4655495882034302 0.7072932124137878 <_> <_> <_>10 6 4 2 -1. <_>12 6 2 1 2. <_>10 7 2 1 2. 0 7.7402801252901554e-004 0.4780347943305969 0.5668237805366516 <_> <_> <_>6 6 4 2 -1. <_>6 6 2 1 2. <_>8 7 2 1 2. 0 6.8199541419744492e-004 0.4286996126174927 0.5722156763076782 <_> <_> <_>10 1 3 4 -1. <_>11 1 1 4 3. 0 5.3671570494771004e-003 0.5299307107925415 0.3114621937274933 <_> <_> <_>7 1 2 7 -1. <_>8 1 1 7 2. 0 9.7018666565418243e-005 0.3674638867378235 0.5269461870193481 <_> <_> <_>4 2 15 14 -1. <_>4 9 15 7 2. 0 -0.1253408938646317 0.2351492047309876 0.5245791077613831 <_> <_> <_>8 7 3 2 -1. <_>9 7 1 2 3. 0 -5.2516269497573376e-003 0.7115936875343323 0.4693767130374908 <_> <_> <_>2 3 18 4 -1. <_>11 3 9 2 2. <_>2 5 9 2 2. 0 -7.8342109918594360e-003 0.4462651014328003 0.5409085750579834 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 -1.1310069821774960e-003 0.5945618748664856 0.4417662024497986 <_> <_> <_>13 9 2 3 -1. <_>13 9 1 3 2. 0 1.7601120052859187e-003 0.5353249907493591 0.3973453044891357 <_> <_> <_>5 2 6 2 -1. <_>7 2 2 2 3. 0 -8.1581249833106995e-004 0.3760268092155457 0.5264726877212524 <_> <_> <_>9 5 2 7 -1. <_>9 5 1 7 2. 0 -3.8687589112669230e-003 0.6309912800788879 0.4749819934368134 <_> <_> <_>5 9 2 3 -1. <_>6 9 1 3 2. 0 1.5207129763439298e-003 0.5230181813240051 0.3361223936080933 <_> <_> <_>6 0 14 18 -1. <_>6 9 14 9 2. 0 0.5458673834800720 0.5167139768600464 0.1172635033726692 <_> <_> <_>2 16 6 3 -1. <_>2 17 6 1 3. 0 0.0156501904129982 0.4979439079761505 0.1393294930458069 <_> <_> <_>9 7 3 6 -1. <_>10 7 1 6 3. 0 -0.0117318602278829 0.7129650712013245 0.4921196103096008 <_> <_> <_>7 8 4 3 -1. <_>7 9 4 1 3. 0 -6.1765122227370739e-003 0.2288102954626083 0.5049701929092407 <_> <_> <_>7 12 6 3 -1. <_>7 13 6 1 3. 0 2.2457661107182503e-003 0.4632433950901032 0.6048725843429565 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -5.1915869116783142e-003 0.6467421054840088 0.4602192938327789 <_> <_> <_>7 12 6 2 -1. <_>9 12 2 2 3. 0 -0.0238278806209564 0.1482000946998596 0.5226079225540161 <_> <_> <_>5 11 4 6 -1. <_>5 14 4 3 2. 0 1.0284580057486892e-003 0.5135489106178284 0.3375957012176514 <_> <_> <_>11 12 7 2 -1. <_>11 13 7 1 2. 0 -0.0100788502022624 0.2740561068058014 0.5303567051887512 <_> <_> <_>6 10 8 6 -1. <_>6 10 4 3 2. <_>10 13 4 3 2. 0 2.6168930344283581e-003 0.5332670807838440 0.3972454071044922 <_> <_> <_>11 10 3 4 -1. <_>11 12 3 2 2. 0 5.4385367548093200e-004 0.5365604162216187 0.4063411951065064 <_> <_> <_>9 16 2 3 -1. <_>9 17 2 1 3. 0 5.3510512225329876e-003 0.4653759002685547 0.6889045834541321 <_> <_> <_>13 3 1 9 -1. <_>13 6 1 3 3. 0 -1.5274790348485112e-003 0.5449501276016235 0.3624723851680756 <_> <_> <_>1 13 14 6 -1. <_>1 15 14 2 3. 0 -0.0806244164705276 0.1656087040901184 0.5000287294387817 <_> <_> <_>13 6 1 6 -1. <_>13 9 1 3 2. 0 0.0221920292824507 0.5132731199264526 0.2002808004617691 <_> <_> <_>0 4 3 8 -1. <_>1 4 1 8 3. 0 7.3100631125271320e-003 0.4617947936058044 0.6366536021232605 <_> <_> <_>18 0 2 18 -1. <_>18 0 1 18 2. 0 -6.4063072204589844e-003 0.5916250944137573 0.4867860972881317 <_> <_> <_>2 3 6 2 -1. <_>2 4 6 1 2. 0 -7.6415040530264378e-004 0.3888409137725830 0.5315797924995422 <_> <_> <_>9 0 8 6 -1. <_>9 2 8 2 3. 0 7.6734489994123578e-004 0.4159064888954163 0.5605279803276062 <_> <_> <_>6 6 1 6 -1. <_>6 9 1 3 2. 0 6.1474501853808761e-004 0.3089022040367127 0.5120148062705994 <_> <_> <_>14 8 6 3 -1. <_>14 9 6 1 3. 0 -5.0105270929634571e-003 0.3972199857234955 0.5207306146621704 <_> <_> <_>0 0 2 18 -1. <_>1 0 1 18 2. 0 -8.6909132078289986e-003 0.6257408261299133 0.4608575999736786 <_> <_> <_>1 18 18 2 -1. <_>10 18 9 1 2. <_>1 19 9 1 2. 0 -0.0163914598524570 0.2085209935903549 0.5242266058921814 <_> <_> <_>3 15 2 2 -1. <_>3 16 2 1 2. 0 4.0973909199237823e-004 0.5222427248954773 0.3780320882797241 <_> <_> <_>8 14 5 3 -1. <_>8 15 5 1 3. 0 -2.5242289993911982e-003 0.5803927183151245 0.4611890017986298 <_> <_> <_>8 14 2 3 -1. <_>8 15 2 1 3. 0 5.0945312250405550e-004 0.4401271939277649 0.5846015810966492 <_> <_> <_>12 3 3 3 -1. <_>13 3 1 3 3. 0 1.9656419754028320e-003 0.5322325229644775 0.4184590876102448 <_> <_> <_>7 5 6 2 -1. <_>9 5 2 2 3. 0 5.6298897834494710e-004 0.3741844892501831 0.5234565734863281 <_> <_> <_>15 5 5 2 -1. <_>15 6 5 1 2. 0 -6.7946797935292125e-004 0.4631041884422302 0.5356478095054627 <_> <_> <_>0 5 5 2 -1. <_>0 6 5 1 2. 0 7.2856349870562553e-003 0.5044670104980469 0.2377564013004303 <_> <_> <_>17 14 1 6 -1. <_>17 17 1 3 2. 0 -0.0174594894051552 0.7289121150970459 0.5050435066223145 <_> <_> <_>2 9 9 3 -1. <_>5 9 3 3 3. 0 -0.0254217498004436 0.6667134761810303 0.4678100049495697 <_> <_> <_>12 3 3 3 -1. <_>13 3 1 3 3. 0 -1.5647639520466328e-003 0.4391759037971497 0.5323626995086670 <_> <_> <_>0 0 4 18 -1. <_>2 0 2 18 2. 0 0.0114443600177765 0.4346440136432648 0.5680012106895447 <_> <_> <_>17 6 1 3 -1. <_>17 7 1 1 3. 0 -6.7352550104260445e-004 0.4477140903472900 0.5296812057495117 <_> <_> <_>2 14 1 6 -1. <_>2 17 1 3 2. 0 9.3194209039211273e-003 0.4740200042724609 0.7462607026100159 <_> <_> <_>19 8 1 2 -1. <_>19 9 1 1 2. 0 1.3328490604180843e-004 0.5365061759948731 0.4752134978771210 <_> <_> <_>5 3 3 3 -1. <_>6 3 1 3 3. 0 -7.8815799206495285e-003 0.1752219051122665 0.5015255212783814 <_> <_> <_>9 16 2 3 -1. <_>9 17 2 1 3. 0 -5.7985680177807808e-003 0.7271236777305603 0.4896200895309448 <_> <_> <_>2 6 1 3 -1. <_>2 7 1 1 3. 0 -3.8922499516047537e-004 0.4003908932209015 0.5344941020011902 <_> <_> <_>12 4 8 2 -1. <_>16 4 4 1 2. <_>12 5 4 1 2. 0 -1.9288610201328993e-003 0.5605612993240356 0.4803955852985382 <_> <_> <_>0 4 8 2 -1. <_>0 4 4 1 2. <_>4 5 4 1 2. 0 8.4214154630899429e-003 0.4753246903419495 0.7623608708381653 <_> <_> <_>2 16 18 4 -1. <_>2 18 18 2 2. 0 8.1655876711010933e-003 0.5393261909484863 0.4191643893718720 <_> <_> <_>7 15 2 4 -1. <_>7 17 2 2 2. 0 4.8280550981871784e-004 0.4240800142288208 0.5399821996688843 <_> <_> <_>4 0 14 3 -1. <_>4 1 14 1 3. 0 -2.7186630759388208e-003 0.4244599938392639 0.5424923896789551 <_> <_> <_>0 0 4 20 -1. <_>2 0 2 20 2. 0 -0.0125072300434113 0.5895841717720032 0.4550411105155945 <_> <_> <_>12 4 4 8 -1. <_>14 4 2 4 2. <_>12 8 2 4 2. 0 -0.0242865197360516 0.2647134959697723 0.5189179778099060 <_> <_> <_>6 7 2 2 -1. <_>6 7 1 1 2. <_>7 8 1 1 2. 0 -2.9676330741494894e-003 0.7347682714462280 0.4749749898910523 <_> <_> <_>10 6 2 3 -1. <_>10 7 2 1 3. 0 -0.0125289997085929 0.2756049931049347 0.5177599787712097 <_> <_> <_>8 7 3 2 -1. <_>8 8 3 1 2. 0 -1.0104000102728605e-003 0.3510560989379883 0.5144724249839783 <_> <_> <_>8 2 6 12 -1. <_>8 8 6 6 2. 0 -2.1348530426621437e-003 0.5637925863265991 0.4667319953441620 <_> <_> <_>4 0 11 12 -1. <_>4 4 11 4 3. 0 0.0195642597973347 0.4614573121070862 0.6137639880180359 <_> <_> <_>14 9 6 11 -1. <_>16 9 2 11 3. 0 -0.0971463471651077 0.2998378872871399 0.5193555951118469 <_> <_> <_>0 14 4 3 -1. <_>0 15 4 1 3. 0 4.5014568604528904e-003 0.5077884793281555 0.3045755922794342 <_> <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 6.3706971704959869e-003 0.4861018955707550 0.6887500882148743 <_> <_> <_>5 11 3 2 -1. <_>5 12 3 1 2. 0 -9.0721528977155685e-003 0.1673395931720734 0.5017563104629517 <_> <_> <_>9 15 3 3 -1. <_>10 15 1 3 3. 0 -5.3537208586931229e-003 0.2692756950855255 0.5242633223533630 <_> <_> <_>8 8 3 4 -1. <_>9 8 1 4 3. 0 -0.0109328404068947 0.7183864116668701 0.4736028909683228 <_> <_> <_>9 15 3 3 -1. <_>10 15 1 3 3. 0 8.2356072962284088e-003 0.5223966836929321 0.2389862984418869 <_> <_> <_>7 7 3 2 -1. <_>8 7 1 2 3. 0 -1.0038160253316164e-003 0.5719355940818787 0.4433943033218384 <_> <_> <_>2 10 16 4 -1. <_>10 10 8 2 2. <_>2 12 8 2 2. 0 4.0859128348529339e-003 0.5472841858863831 0.4148836135864258 <_> <_> <_>2 3 4 17 -1. <_>4 3 2 17 2. 0 0.1548541933298111 0.4973812103271484 0.0610615983605385 <_> <_> <_>15 13 2 7 -1. <_>15 13 1 7 2. 0 2.0897459762636572e-004 0.4709174036979675 0.5423889160156250 <_> <_> <_>2 2 6 1 -1. <_>5 2 3 1 2. 0 3.3316991175524890e-004 0.4089626967906952 0.5300992131233215 <_> <_> <_>5 2 12 4 -1. <_>9 2 4 4 3. 0 -0.0108134001493454 0.6104369759559631 0.4957334101200104 <_> <_> <_>6 0 8 12 -1. <_>6 0 4 6 2. <_>10 6 4 6 2. 0 0.0456560105085373 0.5069689154624939 0.2866660058498383 <_> <_> <_>13 7 2 2 -1. <_>14 7 1 1 2. <_>13 8 1 1 2. 0 1.2569549726322293e-003 0.4846917092800140 0.6318171024322510 <_> <_> <_>0 12 20 6 -1. <_>0 14 20 2 3. 0 -0.1201507002115250 0.0605261400341988 0.4980959892272949 <_> <_> <_>14 7 2 3 -1. <_>14 7 1 3 2. 0 -1.0533799650147557e-004 0.5363109707832336 0.4708042144775391 <_> <_> <_>0 8 9 12 -1. <_>3 8 3 12 3. 0 -0.2070319056510925 0.0596603304147720 0.4979098141193390 <_> <_> <_>3 0 16 2 -1. <_>3 0 8 2 2. 0 1.2909180077258497e-004 0.4712977111339569 0.5377997756004334 <_> <_> <_>6 15 3 3 -1. <_>6 16 3 1 3. 0 3.8818528992123902e-004 0.4363538026809692 0.5534191131591797 <_> <_> <_>8 15 6 3 -1. <_>8 16 6 1 3. 0 -2.9243610333651304e-003 0.5811185836791992 0.4825215935707092 <_> <_> <_>0 10 1 6 -1. <_>0 12 1 2 3. 0 8.3882332546636462e-004 0.5311700105667114 0.4038138985633850 <_> <_> <_>10 9 4 3 -1. <_>10 10 4 1 3. 0 -1.9061550265178084e-003 0.3770701885223389 0.5260015130043030 <_> <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 8.9514348655939102e-003 0.4766167998313904 0.7682183980941773 <_> <_> <_>5 7 10 1 -1. <_>5 7 5 1 2. 0 0.0130834598094225 0.5264462828636169 0.3062222003936768 <_> <_> <_>4 0 12 19 -1. <_>10 0 6 19 2. 0 -0.2115933001041412 0.6737198233604431 0.4695810079574585 <_> <_> <_>0 6 20 6 -1. <_>10 6 10 3 2. <_>0 9 10 3 2. 0 3.1493250280618668e-003 0.5644835233688355 0.4386953115463257 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 3.9754100725986063e-004 0.4526061117649078 0.5895630121231079 <_> <_> <_>15 6 2 2 -1. <_>16 6 1 1 2. <_>15 7 1 1 2. 0 -1.3814480043947697e-003 0.6070582270622253 0.4942413866519928 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 -5.8122188784182072e-004 0.5998213291168213 0.4508252143859863 <_> <_> <_>14 4 1 12 -1. <_>14 10 1 6 2. 0 -2.3905329871922731e-003 0.4205588996410370 0.5223848223686218 <_> <_> <_>2 5 16 10 -1. <_>2 5 8 5 2. <_>10 10 8 5 2. 0 0.0272689294070005 0.5206447243690491 0.3563301861286163 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -3.7658358924090862e-003 0.3144704103469849 0.5218814015388489 <_> <_> <_>1 4 2 2 -1. <_>1 5 2 1 2. 0 -1.4903489500284195e-003 0.3380196094512940 0.5124437212944031 <_> <_> <_>5 0 15 5 -1. <_>10 0 5 5 3. 0 -0.0174282304942608 0.5829960703849793 0.4919725954532623 <_> <_> <_>0 0 15 5 -1. <_>5 0 5 5 3. 0 -0.0152780301868916 0.6163144707679749 0.4617887139320374 <_> <_> <_>11 2 2 17 -1. <_>11 2 1 17 2. 0 0.0319956094026566 0.5166357159614563 0.1712764054536820 <_> <_> <_>7 2 2 17 -1. <_>8 2 1 17 2. 0 -3.8256710395216942e-003 0.3408012092113495 0.5131387710571289 <_> <_> <_>15 11 2 9 -1. <_>15 11 1 9 2. 0 -8.5186436772346497e-003 0.6105518937110901 0.4997941851615906 <_> <_> <_>3 11 2 9 -1. <_>4 11 1 9 2. 0 9.0641621500253677e-004 0.4327270984649658 0.5582311153411865 <_> <_> <_>5 16 14 4 -1. <_>5 16 7 4 2. 0 0.0103448498994112 0.4855653047561646 0.5452420115470886 69.2298736572265630 15 -1 <_> <_> <_> <_>1 4 18 1 -1. <_>7 4 6 1 3. 0 7.8981826081871986e-003 0.3332524895668030 0.5946462154388428 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 1.6170160379260778e-003 0.3490641117095947 0.5577868819236755 <_> <_> <_>9 8 2 12 -1. <_>9 12 2 4 3. 0 -5.5449741194024682e-004 0.5542566180229187 0.3291530013084412 <_> <_> <_>12 1 6 6 -1. <_>12 3 6 2 3. 0 1.5428980113938451e-003 0.3612579107284546 0.5545979142189026 <_> <_> <_>5 2 6 6 -1. <_>5 2 3 3 2. <_>8 5 3 3 2. 0 -1.0329450014978647e-003 0.3530139029026032 0.5576140284538269 <_> <_> <_>9 16 6 4 -1. <_>12 16 3 2 2. <_>9 18 3 2 2. 0 7.7698158565908670e-004 0.3916778862476349 0.5645321011543274 <_> <_> <_>1 2 18 3 -1. <_>7 2 6 3 3. 0 0.1432030051946640 0.4667482078075409 0.7023633122444153 <_> <_> <_>7 4 9 10 -1. <_>7 9 9 5 2. 0 -7.3866490274667740e-003 0.3073684871196747 0.5289257764816284 <_> <_> <_>5 9 4 4 -1. <_>7 9 2 4 2. 0 -6.2936742324382067e-004 0.5622118115425110 0.4037049114704132 <_> <_> <_>11 10 3 6 -1. <_>11 13 3 3 2. 0 7.8893528552725911e-004 0.5267661213874817 0.3557874858379364 <_> <_> <_>7 11 5 3 -1. <_>7 12 5 1 3. 0 -0.0122280502691865 0.6668320894241333 0.4625549912452698 <_> <_> <_>7 11 6 6 -1. <_>10 11 3 3 2. <_>7 14 3 3 2. 0 3.5420239437371492e-003 0.5521438121795654 0.3869673013687134 <_> <_> <_>0 0 10 9 -1. <_>0 3 10 3 3. 0 -1.0585320414975286e-003 0.3628678023815155 0.5320926904678345 <_> <_> <_>13 14 1 6 -1. <_>13 16 1 2 3. 0 1.4935660146875307e-005 0.4632444977760315 0.5363323092460632 <_> <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 5.2537708543241024e-003 0.5132231712341309 0.3265708982944489 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -8.2338023930788040e-003 0.6693689823150635 0.4774140119552612 <_> <_> <_>6 14 1 6 -1. <_>6 16 1 2 3. 0 2.1866810129722580e-005 0.4053862094879150 0.5457931160926819 <_> <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 -3.8150229956954718e-003 0.6454995870590210 0.4793178141117096 <_> <_> <_>6 4 3 3 -1. <_>7 4 1 3 3. 0 1.1105879675596952e-003 0.5270407199859619 0.3529678881168366 <_> <_> <_>9 0 11 3 -1. <_>9 1 11 1 3. 0 -5.7707689702510834e-003 0.3803547024726868 0.5352957844734192 <_> <_> <_>0 6 20 3 -1. <_>0 7 20 1 3. 0 -3.0158339068293571e-003 0.5339403152465820 0.3887133002281189 <_> <_> <_>10 1 1 2 -1. <_>10 2 1 1 2. 0 -8.5453689098358154e-004 0.3564616143703461 0.5273603796958923 <_> <_> <_>9 6 2 6 -1. <_>10 6 1 6 2. 0 0.0110505102202296 0.4671907126903534 0.6849737763404846 <_> <_> <_>5 8 12 1 -1. <_>9 8 4 1 3. 0 0.0426058396697044 0.5151473283767700 0.0702200904488564 <_> <_> <_>3 8 12 1 -1. <_>7 8 4 1 3. 0 -3.0781750101596117e-003 0.3041661083698273 0.5152602195739746 <_> <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 -5.4815728217363358e-003 0.6430295705795288 0.4897229969501495 <_> <_> <_>3 9 6 2 -1. <_>6 9 3 2 2. 0 3.1881860923022032e-003 0.5307493209838867 0.3826209902763367 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 3.5947180003859103e-004 0.4650047123432159 0.5421904921531677 <_> <_> <_>7 0 6 1 -1. <_>9 0 2 1 3. 0 -4.0705031715333462e-003 0.2849679887294769 0.5079116225242615 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 -0.0145941702648997 0.2971645891666412 0.5128461718559265 <_> <_> <_>7 10 2 1 -1. <_>8 10 1 1 2. 0 -1.1947689927183092e-004 0.5631098151206970 0.4343082010746002 <_> <_> <_>6 4 9 13 -1. <_>9 4 3 13 3. 0 -6.9344649091362953e-004 0.4403578042984009 0.5359959006309509 <_> <_> <_>6 8 4 2 -1. <_>6 9 4 1 2. 0 1.4834799912932795e-005 0.3421008884906769 0.5164697766304016 <_> <_> <_>16 2 4 6 -1. <_>16 2 2 6 2. 0 9.0296985581517220e-003 0.4639343023300171 0.6114075183868408 <_> <_> <_>0 17 6 3 -1. <_>0 18 6 1 3. 0 -8.0640818923711777e-003 0.2820158898830414 0.5075494050979614 <_> <_> <_>10 10 3 10 -1. <_>10 15 3 5 2. 0 0.0260621197521687 0.5208905935287476 0.2688778042793274 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 0.0173146594315767 0.4663713872432709 0.6738539934158325 <_> <_> <_>10 4 4 3 -1. <_>10 4 2 3 2. 0 0.0226666405797005 0.5209349989891052 0.2212723940610886 <_> <_> <_>8 4 3 8 -1. <_>9 4 1 8 3. 0 -2.1965929772704840e-003 0.6063101291656494 0.4538190066814423 <_> <_> <_>6 6 9 13 -1. <_>9 6 3 13 3. 0 -9.5282476395368576e-003 0.4635204970836639 0.5247430801391602 <_> <_> <_>6 0 8 12 -1. <_>6 0 4 6 2. <_>10 6 4 6 2. 0 8.0943619832396507e-003 0.5289440155029297 0.3913882076740265 <_> <_> <_>14 2 6 8 -1. <_>16 2 2 8 3. 0 -0.0728773325681686 0.7752001881599426 0.4990234971046448 <_> <_> <_>6 0 3 6 -1. <_>7 0 1 6 3. 0 -6.9009521976113319e-003 0.2428039014339447 0.5048090219497681 <_> <_> <_>14 2 6 8 -1. <_>16 2 2 8 3. 0 -0.0113082397729158 0.5734364986419678 0.4842376112937927 <_> <_> <_>0 5 6 6 -1. <_>0 8 6 3 2. 0 0.0596132017672062 0.5029836297035217 0.2524977028369904 <_> <_> <_>9 12 6 2 -1. <_>12 12 3 1 2. <_>9 13 3 1 2. 0 -2.8624620754271746e-003 0.6073045134544373 0.4898459911346436 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 4.4781449250876904e-003 0.5015289187431335 0.2220316976308823 <_> <_> <_>11 6 2 2 -1. <_>12 6 1 1 2. <_>11 7 1 1 2. 0 -1.7513240454718471e-003 0.6614428758621216 0.4933868944644928 <_> <_> <_>1 9 18 2 -1. <_>7 9 6 2 3. 0 0.0401634201407433 0.5180878043174744 0.3741044998168945 <_> <_> <_>11 6 2 2 -1. <_>12 6 1 1 2. <_>11 7 1 1 2. 0 3.4768949262797832e-004 0.4720416963100433 0.5818032026290894 <_> <_> <_>3 4 12 8 -1. <_>7 4 4 8 3. 0 2.6551650371402502e-003 0.3805010914802551 0.5221335887908936 <_> <_> <_>13 11 5 3 -1. <_>13 12 5 1 3. 0 -8.7706279009580612e-003 0.2944166064262390 0.5231295228004456 <_> <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 -5.5122091434895992e-003 0.7346177101135254 0.4722816944122315 <_> <_> <_>14 7 2 3 -1. <_>14 7 1 3 2. 0 6.8672042107209563e-004 0.5452876091003418 0.4242413043975830 <_> <_> <_>5 4 1 3 -1. <_>5 5 1 1 3. 0 5.6019669864326715e-004 0.4398862123489380 0.5601285099983215 <_> <_> <_>13 4 2 3 -1. <_>13 5 2 1 3. 0 2.4143769405782223e-003 0.4741686880588532 0.6136621832847595 <_> <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 -1.5680900542065501e-003 0.6044552922248840 0.4516409933567047 <_> <_> <_>9 8 2 3 -1. <_>9 9 2 1 3. 0 -3.6827491130679846e-003 0.2452459037303925 0.5294982194900513 <_> <_> <_>8 9 2 2 -1. <_>8 10 2 1 2. 0 -2.9409190756268799e-004 0.3732838034629822 0.5251451134681702 <_> <_> <_>15 14 1 4 -1. <_>15 16 1 2 2. 0 4.2847759323194623e-004 0.5498809814453125 0.4065535068511963 <_> <_> <_>3 12 2 2 -1. <_>3 13 2 1 2. 0 -4.8817070201039314e-003 0.2139908969402313 0.4999957084655762 <_> <_> <_>12 15 2 2 -1. <_>13 15 1 1 2. <_>12 16 1 1 2. 0 2.7272020815871656e-004 0.4650287032127380 0.5813428759574890 <_> <_> <_>9 13 2 2 -1. <_>9 14 2 1 2. 0 2.0947199664078653e-004 0.4387486875057221 0.5572792887687683 <_> <_> <_>4 11 14 9 -1. <_>4 14 14 3 3. 0 0.0485011897981167 0.5244972705841065 0.3212889134883881 <_> <_> <_>7 13 4 3 -1. <_>7 14 4 1 3. 0 -4.5166411437094212e-003 0.6056813001632690 0.4545882046222687 <_> <_> <_>15 14 1 4 -1. <_>15 16 1 2 2. 0 -0.0122916800901294 0.2040929049253464 0.5152214169502258 <_> <_> <_>4 14 1 4 -1. <_>4 16 1 2 2. 0 4.8549679922871292e-004 0.5237604975700378 0.3739503026008606 <_> <_> <_>14 0 6 13 -1. <_>16 0 2 13 3. 0 0.0305560491979122 0.4960533976554871 0.5938246250152588 <_> <_> <_>4 1 2 12 -1. <_>4 1 1 6 2. <_>5 7 1 6 2. 0 -1.5105320198927075e-004 0.5351303815841675 0.4145204126834869 <_> <_> <_>11 14 6 6 -1. <_>14 14 3 3 2. <_>11 17 3 3 2. 0 2.4937440175563097e-003 0.4693366885185242 0.5514941215515137 <_> <_> <_>3 14 6 6 -1. <_>3 14 3 3 2. <_>6 17 3 3 2. 0 -0.0123821301385760 0.6791396737098694 0.4681667983531952 <_> <_> <_>14 17 3 2 -1. <_>14 18 3 1 2. 0 -5.1333461888134480e-003 0.3608739078044891 0.5229160189628601 <_> <_> <_>3 17 3 2 -1. <_>3 18 3 1 2. 0 5.1919277757406235e-004 0.5300073027610779 0.3633613884449005 <_> <_> <_>14 0 6 13 -1. <_>16 0 2 13 3. 0 0.1506042033433914 0.5157316923141480 0.2211782038211823 <_> <_> <_>0 0 6 13 -1. <_>2 0 2 13 3. 0 7.7144149690866470e-003 0.4410496950149536 0.5776609182357788 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 9.4443522393703461e-003 0.5401855111122131 0.3756650090217590 <_> <_> <_>6 15 2 2 -1. <_>6 15 1 1 2. <_>7 16 1 1 2. 0 2.5006249779835343e-004 0.4368270933628082 0.5607374906539917 <_> <_> <_>6 11 8 6 -1. <_>10 11 4 3 2. <_>6 14 4 3 2. 0 -3.3077150583267212e-003 0.4244799017906189 0.5518230795860291 <_> <_> <_>7 6 2 2 -1. <_>7 6 1 1 2. <_>8 7 1 1 2. 0 7.4048910755664110e-004 0.4496962130069733 0.5900576710700989 <_> <_> <_>2 2 16 6 -1. <_>10 2 8 3 2. <_>2 5 8 3 2. 0 0.0440920516848564 0.5293493270874023 0.3156355023384094 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 3.3639909233897924e-003 0.4483296871185303 0.5848662257194519 <_> <_> <_>11 7 3 10 -1. <_>11 12 3 5 2. 0 -3.9760079234838486e-003 0.4559507071971893 0.5483639240264893 <_> <_> <_>6 7 3 10 -1. <_>6 12 3 5 2. 0 2.7716930489987135e-003 0.5341786146163940 0.3792484104633331 <_> <_> <_>10 7 3 2 -1. <_>11 7 1 2 3. 0 -2.4123019829858094e-004 0.5667188763618469 0.4576973021030426 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 4.9425667384639382e-004 0.4421244859695435 0.5628787279129028 <_> <_> <_>10 1 1 3 -1. <_>10 2 1 1 3. 0 -3.8876468897797167e-004 0.4288370907306671 0.5391063094139099 <_> <_> <_>1 2 4 18 -1. <_>1 2 2 9 2. <_>3 11 2 9 2. 0 -0.0500488989055157 0.6899513006210327 0.4703742861747742 <_> <_> <_>12 4 4 12 -1. <_>12 10 4 6 2. 0 -0.0366354808211327 0.2217779010534287 0.5191826224327087 <_> <_> <_>0 0 1 6 -1. <_>0 2 1 2 3. 0 2.4273579474538565e-003 0.5136224031448364 0.3497397899627686 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 1.9558030180633068e-003 0.4826192855834961 0.6408380866050720 <_> <_> <_>8 7 4 3 -1. <_>8 8 4 1 3. 0 -1.7494610510766506e-003 0.3922835886478424 0.5272685289382935 <_> <_> <_>10 7 3 2 -1. <_>11 7 1 2 3. 0 0.0139550799503922 0.5078201889991760 0.8416504859924316 <_> <_> <_>7 7 3 2 -1. <_>8 7 1 2 3. 0 -2.1896739781368524e-004 0.5520489811897278 0.4314234852790833 <_> <_> <_>9 4 6 1 -1. <_>11 4 2 1 3. 0 -1.5131309628486633e-003 0.3934605121612549 0.5382571220397949 <_> <_> <_>8 7 2 3 -1. <_>9 7 1 3 2. 0 -4.3622800149023533e-003 0.7370628714561462 0.4736475944519043 <_> <_> <_>12 7 8 6 -1. <_>16 7 4 3 2. <_>12 10 4 3 2. 0 0.0651605874300003 0.5159279704093933 0.3281595110893250 <_> <_> <_>0 7 8 6 -1. <_>0 7 4 3 2. <_>4 10 4 3 2. 0 -2.3567399475723505e-003 0.3672826886177063 0.5172886252403259 <_> <_> <_>18 2 2 10 -1. <_>19 2 1 5 2. <_>18 7 1 5 2. 0 0.0151466596871614 0.5031493902206421 0.6687604188919067 <_> <_> <_>0 2 6 4 -1. <_>3 2 3 4 2. 0 -0.0228509604930878 0.6767519712448120 0.4709596931934357 <_> <_> <_>9 4 6 1 -1. <_>11 4 2 1 3. 0 4.8867650330066681e-003 0.5257998108863831 0.4059878885746002 <_> <_> <_>7 15 2 2 -1. <_>7 15 1 1 2. <_>8 16 1 1 2. 0 1.7619599821045995e-003 0.4696272909641266 0.6688278913497925 <_> <_> <_>11 13 1 6 -1. <_>11 16 1 3 2. 0 -1.2942519970238209e-003 0.4320712983608246 0.5344281792640686 <_> <_> <_>8 13 1 6 -1. <_>8 16 1 3 2. 0 0.0109299495816231 0.4997706115245819 0.1637486070394516 <_> <_> <_>14 3 2 1 -1. <_>14 3 1 1 2. 0 2.9958489903947338e-005 0.4282417893409729 0.5633224248886108 <_> <_> <_>8 15 2 3 -1. <_>8 16 2 1 3. 0 -6.5884361974895000e-003 0.6772121191024780 0.4700526893138886 <_> <_> <_>12 15 7 4 -1. <_>12 17 7 2 2. 0 3.2527779694646597e-003 0.5313397049903870 0.4536148905754089 <_> <_> <_>4 14 12 3 -1. <_>4 15 12 1 3. 0 -4.0435739792883396e-003 0.5660061836242676 0.4413388967514038 <_> <_> <_>10 3 3 2 -1. <_>11 3 1 2 3. 0 -1.2523540062829852e-003 0.3731913864612579 0.5356451869010925 <_> <_> <_>4 12 2 2 -1. <_>4 13 2 1 2. 0 1.9246719602961093e-004 0.5189986228942871 0.3738811016082764 <_> <_> <_>10 11 4 6 -1. <_>10 14 4 3 2. 0 -0.0385896712541580 0.2956373989582062 0.5188810825347900 <_> <_> <_>7 13 2 2 -1. <_>7 13 1 1 2. <_>8 14 1 1 2. 0 1.5489870565943420e-004 0.4347135126590729 0.5509533286094666 <_> <_> <_>4 11 14 4 -1. <_>11 11 7 2 2. <_>4 13 7 2 2. 0 -0.0337638482451439 0.3230330049991608 0.5195475816726685 <_> <_> <_>1 18 18 2 -1. <_>7 18 6 2 3. 0 -8.2657067105174065e-003 0.5975489020347595 0.4552114009857178 <_> <_> <_>11 18 2 2 -1. <_>12 18 1 1 2. <_>11 19 1 1 2. 0 1.4481440302915871e-005 0.4745678007602692 0.5497426986694336 <_> <_> <_>7 18 2 2 -1. <_>7 18 1 1 2. <_>8 19 1 1 2. 0 1.4951299817766994e-005 0.4324473142623901 0.5480644106864929 <_> <_> <_>12 18 8 2 -1. <_>12 19 8 1 2. 0 -0.0187417995184660 0.1580052971839905 0.5178533196449280 <_> <_> <_>7 14 6 2 -1. <_>7 15 6 1 2. 0 1.7572239739820361e-003 0.4517636895179749 0.5773764252662659 <_> <_> <_>8 12 4 8 -1. <_>10 12 2 4 2. <_>8 16 2 4 2. 0 -3.1391119118779898e-003 0.4149647951126099 0.5460842251777649 <_> <_> <_>4 9 3 3 -1. <_>4 10 3 1 3. 0 6.6656779381446540e-005 0.4039090871810913 0.5293084979057312 <_> <_> <_>7 10 6 2 -1. <_>9 10 2 2 3. 0 6.7743421532213688e-003 0.4767651855945587 0.6121956110000610 <_> <_> <_>5 0 4 15 -1. <_>7 0 2 15 2. 0 -7.3868161998689175e-003 0.3586258888244629 0.5187280774116516 <_> <_> <_>8 6 12 14 -1. <_>12 6 4 14 3. 0 0.0140409301966429 0.4712139964103699 0.5576155781745911 <_> <_> <_>5 16 3 3 -1. <_>5 17 3 1 3. 0 -5.5258329957723618e-003 0.2661027014255524 0.5039281249046326 <_> <_> <_>8 1 12 19 -1. <_>12 1 4 19 3. 0 0.3868423998355866 0.5144339799880981 0.2525899112224579 <_> <_> <_>3 0 3 2 -1. <_>3 1 3 1 2. 0 1.1459240340627730e-004 0.4284994900226593 0.5423371195793152 <_> <_> <_>10 12 4 5 -1. <_>10 12 2 5 2. 0 -0.0184675697237253 0.3885835111141205 0.5213062167167664 <_> <_> <_>6 12 4 5 -1. <_>8 12 2 5 2. 0 -4.5907011372037232e-004 0.5412563085556030 0.4235909879207611 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 1.2527540093287826e-003 0.4899305105209351 0.6624091267585754 <_> <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 1.4910609461367130e-003 0.5286778211593628 0.4040051996707916 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 -7.5435562757775187e-004 0.6032990217208862 0.4795120060443878 <_> <_> <_>7 6 4 10 -1. <_>7 11 4 5 2. 0 -6.9478838704526424e-003 0.4084401130676270 0.5373504161834717 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 2.8092920547351241e-004 0.4846062958240509 0.5759382247924805 <_> <_> <_>2 13 5 2 -1. <_>2 14 5 1 2. 0 9.6073717577382922e-004 0.5164741277694702 0.3554979860782623 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 -2.6883929967880249e-004 0.5677582025527954 0.4731765985488892 <_> <_> <_>7 11 2 2 -1. <_>7 11 1 1 2. <_>8 12 1 1 2. 0 2.1599370520561934e-003 0.4731487035751343 0.7070567011833191 <_> <_> <_>14 13 3 3 -1. <_>14 14 3 1 3. 0 5.6235301308333874e-003 0.5240243077278137 0.2781791985034943 <_> <_> <_>3 13 3 3 -1. <_>3 14 3 1 3. 0 -5.0243991427123547e-003 0.2837013900279999 0.5062304139137268 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 -9.7611639648675919e-003 0.7400717735290527 0.4934569001197815 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 4.1515100747346878e-003 0.5119131207466126 0.3407008051872253 <_> <_> <_>13 5 3 3 -1. <_>13 6 3 1 3. 0 6.2465080991387367e-003 0.4923788011074066 0.6579058766365051 <_> <_> <_>0 9 5 3 -1. <_>0 10 5 1 3. 0 -7.0597478188574314e-003 0.2434711009263992 0.5032842159271240 <_> <_> <_>13 5 3 3 -1. <_>13 6 3 1 3. 0 -2.0587709732353687e-003 0.5900310873985291 0.4695087075233460 <_> <_> <_>9 12 2 8 -1. <_>9 12 1 4 2. <_>10 16 1 4 2. 0 -2.4146060459315777e-003 0.3647317886352539 0.5189201831817627 <_> <_> <_>11 7 2 2 -1. <_>12 7 1 1 2. <_>11 8 1 1 2. 0 -1.4817609917372465e-003 0.6034948229789734 0.4940128028392792 <_> <_> <_>0 16 6 4 -1. <_>3 16 3 4 2. 0 -6.3016400672495365e-003 0.5818989872932434 0.4560427963733673 <_> <_> <_>10 6 2 3 -1. <_>10 7 2 1 3. 0 3.4763428848236799e-003 0.5217475891113281 0.3483993113040924 <_> <_> <_>9 5 2 6 -1. <_>9 7 2 2 3. 0 -0.0222508702427149 0.2360700070858002 0.5032082796096802 <_> <_> <_>12 15 8 4 -1. <_>12 15 4 4 2. 0 -0.0306125506758690 0.6499186754226685 0.4914919137954712 <_> <_> <_>0 14 8 6 -1. <_>4 14 4 6 2. 0 0.0130574796348810 0.4413323104381561 0.5683764219284058 <_> <_> <_>9 0 3 2 -1. <_>10 0 1 2 3. 0 -6.0095742810517550e-004 0.4359731078147888 0.5333483219146729 <_> <_> <_>4 15 4 2 -1. <_>6 15 2 2 2. 0 -4.1514250915497541e-004 0.5504062771797180 0.4326060116291046 <_> <_> <_>12 7 3 13 -1. <_>13 7 1 13 3. 0 -0.0137762902304530 0.4064112901687622 0.5201548933982849 <_> <_> <_>5 7 3 13 -1. <_>6 7 1 13 3. 0 -0.0322965085506439 0.0473519712686539 0.4977194964885712 <_> <_> <_>9 6 3 9 -1. <_>9 9 3 3 3. 0 0.0535569787025452 0.4881733059883118 0.6666939258575440 <_> <_> <_>4 4 7 12 -1. <_>4 10 7 6 2. 0 8.1889545544981956e-003 0.5400037169456482 0.4240820109844208 <_> <_> <_>12 12 2 2 -1. <_>13 12 1 1 2. <_>12 13 1 1 2. 0 2.1055320394225419e-004 0.4802047908306122 0.5563852787017822 <_> <_> <_>6 12 2 2 -1. <_>6 12 1 1 2. <_>7 13 1 1 2. 0 -2.4382730480283499e-003 0.7387793064117432 0.4773685038089752 <_> <_> <_>8 9 4 2 -1. <_>10 9 2 1 2. <_>8 10 2 1 2. 0 3.2835570164024830e-003 0.5288546085357666 0.3171291947364807 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 2.3729570675641298e-003 0.4750812947750092 0.7060170769691467 <_> <_> <_>16 6 3 2 -1. <_>16 7 3 1 2. 0 -1.4541699783876538e-003 0.3811730146408081 0.5330739021301270 79.2490768432617190 16 -1 <_> <_> <_> <_>0 7 19 4 -1. <_>0 9 19 2 2. 0 0.0557552389800549 0.4019156992435455 0.6806036829948425 <_> <_> <_>10 2 10 1 -1. <_>10 2 5 1 2. 0 2.4730248842388391e-003 0.3351148962974548 0.5965719819068909 <_> <_> <_>9 4 2 12 -1. <_>9 10 2 6 2. 0 -3.5031698644161224e-004 0.5557708144187927 0.3482286930084229 <_> <_> <_>12 18 4 1 -1. <_>12 18 2 1 2. 0 5.4167630150914192e-004 0.4260858893394470 0.5693380832672119 <_> <_> <_>1 7 6 4 -1. <_>1 7 3 2 2. <_>4 9 3 2 2. 0 7.7193678589537740e-004 0.3494240045547485 0.5433688759803772 <_> <_> <_>12 0 6 13 -1. <_>14 0 2 13 3. 0 -1.5999219613149762e-003 0.4028499126434326 0.5484359264373779 <_> <_> <_>2 0 6 13 -1. <_>4 0 2 13 3. 0 -1.1832080053864047e-004 0.3806901872158051 0.5425465106964111 <_> <_> <_>10 5 8 8 -1. <_>10 9 8 4 2. 0 3.2909031142480671e-004 0.2620100080966950 0.5429521799087524 <_> <_> <_>8 3 2 5 -1. <_>9 3 1 5 2. 0 2.9518108931370080e-004 0.3799768984317780 0.5399264097213745 <_> <_> <_>8 4 9 1 -1. <_>11 4 3 1 3. 0 9.0466710389591753e-005 0.4433645009994507 0.5440226197242737 <_> <_> <_>3 4 9 1 -1. <_>6 4 3 1 3. 0 1.5007190086180344e-005 0.3719654977321625 0.5409119725227356 <_> <_> <_>1 0 18 10 -1. <_>7 0 6 10 3. 0 0.1393561065196991 0.5525395870208740 0.4479042887687683 <_> <_> <_>7 17 5 3 -1. <_>7 18 5 1 3. 0 1.6461990308016539e-003 0.4264501035213471 0.5772169828414917 <_> <_> <_>7 11 6 1 -1. <_>9 11 2 1 3. 0 4.9984431825578213e-004 0.4359526038169861 0.5685871243476868 <_> <_> <_>2 2 3 2 -1. <_>2 3 3 1 2. 0 -1.0971280280500650e-003 0.3390136957168579 0.5205408930778503 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 6.6919892560690641e-004 0.4557456076145172 0.5980659723281860 <_> <_> <_>6 10 3 6 -1. <_>6 13 3 3 2. 0 8.6471042595803738e-004 0.5134841203689575 0.2944033145904541 <_> <_> <_>11 4 2 4 -1. <_>11 4 1 4 2. 0 -2.7182599296793342e-004 0.3906578123569489 0.5377181172370911 <_> <_> <_>7 4 2 4 -1. <_>8 4 1 4 2. 0 3.0249499104684219e-005 0.3679609894752502 0.5225688815116882 <_> <_> <_>9 6 2 4 -1. <_>9 6 1 4 2. 0 -8.5225896909832954e-003 0.7293102145195007 0.4892365038394928 <_> <_> <_>6 13 8 3 -1. <_>6 14 8 1 3. 0 1.6705560265108943e-003 0.4345324933528900 0.5696138143539429 <_> <_> <_>9 15 3 4 -1. <_>10 15 1 4 3. 0 -7.1433838456869125e-003 0.2591280043125153 0.5225623846054077 <_> <_> <_>9 2 2 17 -1. <_>10 2 1 17 2. 0 -0.0163193698972464 0.6922279000282288 0.4651575982570648 <_> <_> <_>7 0 6 1 -1. <_>9 0 2 1 3. 0 4.8034260980784893e-003 0.5352262854576111 0.3286302983760834 <_> <_> <_>8 15 3 4 -1. <_>9 15 1 4 3. 0 -7.5421929359436035e-003 0.2040544003248215 0.5034546256065369 <_> <_> <_>7 13 7 3 -1. <_>7 14 7 1 3. 0 -0.0143631100654602 0.6804888844490051 0.4889059066772461 <_> <_> <_>8 16 3 3 -1. <_>9 16 1 3 3. 0 8.9063588529825211e-004 0.5310695767402649 0.3895480930805206 <_> <_> <_>6 2 8 10 -1. <_>6 7 8 5 2. 0 -4.4060191139578819e-003 0.5741562843322754 0.4372426867485046 <_> <_> <_>2 5 8 8 -1. <_>2 9 8 4 2. 0 -1.8862540309783071e-004 0.2831785976886749 0.5098205208778381 <_> <_> <_>14 16 2 2 -1. <_>14 17 2 1 2. 0 -3.7979281041771173e-003 0.3372507989406586 0.5246580243110657 <_> <_> <_>4 16 2 2 -1. <_>4 17 2 1 2. 0 1.4627049677073956e-004 0.5306674242019653 0.3911710083484650 <_> <_> <_>10 11 4 6 -1. <_>10 14 4 3 2. 0 -4.9164638767251745e-005 0.5462496280670166 0.3942720890045166 <_> <_> <_>6 11 4 6 -1. <_>6 14 4 3 2. 0 -0.0335825011134148 0.2157824039459229 0.5048211812973023 <_> <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 -3.5339309833943844e-003 0.6465312242507935 0.4872696995735169 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 5.0144111737608910e-003 0.4617668092250824 0.6248074769973755 <_> <_> <_>10 0 4 6 -1. <_>12 0 2 3 2. <_>10 3 2 3 2. 0 0.0188173707574606 0.5220689177513123 0.2000052034854889 <_> <_> <_>0 3 20 2 -1. <_>0 4 20 1 2. 0 -1.3434339780360460e-003 0.4014537930488586 0.5301619768142700 <_> <_> <_>12 0 8 2 -1. <_>16 0 4 1 2. <_>12 1 4 1 2. 0 1.7557960236445069e-003 0.4794039130210877 0.5653169751167297 <_> <_> <_>2 12 10 8 -1. <_>2 16 10 4 2. 0 -0.0956374630331993 0.2034195065498352 0.5006706714630127 <_> <_> <_>17 7 2 10 -1. <_>18 7 1 5 2. <_>17 12 1 5 2. 0 -0.0222412291914225 0.7672473192214966 0.5046340227127075 <_> <_> <_>1 7 2 10 -1. <_>1 7 1 5 2. <_>2 12 1 5 2. 0 -0.0155758196488023 0.7490342259407044 0.4755851030349731 <_> <_> <_>15 10 3 6 -1. <_>15 12 3 2 3. 0 5.3599118255078793e-003 0.5365303754806519 0.4004670977592468 <_> <_> <_>4 4 6 2 -1. <_>6 4 2 2 3. 0 -0.0217634998261929 0.0740154981613159 0.4964174926280975 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 -0.1656159013509750 0.2859103083610535 0.5218086242675781 <_> <_> <_>0 0 8 2 -1. <_>0 0 4 1 2. <_>4 1 4 1 2. 0 1.6461320046801120e-004 0.4191615879535675 0.5380793213844299 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -8.9077502489089966e-003 0.6273192763328552 0.4877404868602753 <_> <_> <_>1 13 6 2 -1. <_>1 14 6 1 2. 0 8.6346449097618461e-004 0.5159940719604492 0.3671025931835175 <_> <_> <_>10 8 3 4 -1. <_>11 8 1 4 3. 0 -1.3751760125160217e-003 0.5884376764297485 0.4579083919525147 <_> <_> <_>6 1 6 1 -1. <_>8 1 2 1 3. 0 -1.4081239933148026e-003 0.3560509979724884 0.5139945149421692 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -3.9342888630926609e-003 0.5994288921356201 0.4664272069931030 <_> <_> <_>1 6 18 2 -1. <_>10 6 9 2 2. 0 -0.0319669283926487 0.3345462083816528 0.5144183039665222 <_> <_> <_>15 11 1 2 -1. <_>15 12 1 1 2. 0 -1.5089280168467667e-005 0.5582656264305115 0.4414057135581970 <_> <_> <_>6 5 1 2 -1. <_>6 6 1 1 2. 0 5.1994470413774252e-004 0.4623680114746094 0.6168993711471558 <_> <_> <_>13 4 1 3 -1. <_>13 5 1 1 3. 0 -3.4220460802316666e-003 0.6557074785232544 0.4974805116653442 <_> <_> <_>2 15 1 2 -1. <_>2 16 1 1 2. 0 1.7723299970384687e-004 0.5269501805305481 0.3901908099651337 <_> <_> <_>12 4 4 3 -1. <_>12 5 4 1 3. 0 1.5716759953647852e-003 0.4633373022079468 0.5790457725524902 <_> <_> <_>0 0 7 3 -1. <_>0 1 7 1 3. 0 -8.9041329920291901e-003 0.2689608037471771 0.5053591132164002 <_> <_> <_>9 12 6 2 -1. <_>9 12 3 2 2. 0 4.0677518700249493e-004 0.5456603169441223 0.4329898953437805 <_> <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 6.7604780197143555e-003 0.4648993909358978 0.6689761877059937 <_> <_> <_>18 4 2 3 -1. <_>18 5 2 1 3. 0 2.9100088868290186e-003 0.5309703946113586 0.3377839922904968 <_> <_> <_>3 0 8 6 -1. <_>3 2 8 2 3. 0 1.3885459629818797e-003 0.4074738919734955 0.5349133014678955 <_> <_> <_>0 2 20 6 -1. <_>10 2 10 3 2. <_>0 5 10 3 2. 0 -0.0767642632126808 0.1992176026105881 0.5228242278099060 <_> <_> <_>4 7 2 4 -1. <_>5 7 1 4 2. 0 -2.2688310127705336e-004 0.5438501834869385 0.4253072142601013 <_> <_> <_>3 10 15 2 -1. <_>8 10 5 2 3. 0 -6.3094152137637138e-003 0.4259178936481476 0.5378909707069397 <_> <_> <_>3 0 12 11 -1. <_>9 0 6 11 2. 0 -0.1100727990269661 0.6904156804084778 0.4721749126911163 <_> <_> <_>13 0 2 6 -1. <_>13 0 1 6 2. 0 2.8619659133255482e-004 0.4524914920330048 0.5548306107521057 <_> <_> <_>0 19 2 1 -1. <_>1 19 1 1 2. 0 2.9425329557852820e-005 0.5370373725891113 0.4236463904380798 <_> <_> <_>16 10 4 10 -1. <_>18 10 2 5 2. <_>16 15 2 5 2. 0 -0.0248865708708763 0.6423557996749878 0.4969303905963898 <_> <_> <_>4 8 10 3 -1. <_>4 9 10 1 3. 0 0.0331488512456417 0.4988475143909454 0.1613811999559403 <_> <_> <_>14 12 3 3 -1. <_>14 13 3 1 3. 0 7.8491691965609789e-004 0.5416026115417481 0.4223009049892426 <_> <_> <_>0 10 4 10 -1. <_>0 10 2 5 2. <_>2 15 2 5 2. 0 4.7087189741432667e-003 0.4576328992843628 0.6027557849884033 <_> <_> <_>18 3 2 6 -1. <_>18 5 2 2 3. 0 2.4144479539245367e-003 0.5308973193168640 0.4422498941421509 <_> <_> <_>6 6 1 3 -1. <_>6 7 1 1 3. 0 1.9523180089890957e-003 0.4705634117126465 0.6663324832916260 <_> <_> <_>7 7 7 2 -1. <_>7 8 7 1 2. 0 1.3031980488449335e-003 0.4406126141548157 0.5526962280273438 <_> <_> <_>0 3 2 6 -1. <_>0 5 2 2 3. 0 4.4735497795045376e-003 0.5129023790359497 0.3301498889923096 <_> <_> <_>11 1 3 1 -1. <_>12 1 1 1 3. 0 -2.6652868837118149e-003 0.3135471045970917 0.5175036191940308 <_> <_> <_>5 0 2 6 -1. <_>6 0 1 6 2. 0 1.3666770246345550e-004 0.4119370877742767 0.5306876897811890 <_> <_> <_>1 1 18 14 -1. <_>7 1 6 14 3. 0 -0.0171264503151178 0.6177806258201599 0.4836578965187073 <_> <_> <_>4 6 8 3 -1. <_>8 6 4 3 2. 0 -2.6601430727168918e-004 0.3654330968856812 0.5169736742973328 <_> <_> <_>9 12 6 2 -1. <_>9 12 3 2 2. 0 -0.0229323804378510 0.3490915000438690 0.5163992047309876 <_> <_> <_>5 12 6 2 -1. <_>8 12 3 2 2. 0 2.3316550068557262e-003 0.5166299939155579 0.3709389865398407 <_> <_> <_>10 7 3 5 -1. <_>11 7 1 5 3. 0 0.0169256608933210 0.5014736056327820 0.8053988218307495 <_> <_> <_>7 7 3 5 -1. <_>8 7 1 5 3. 0 -8.9858826249837875e-003 0.6470788717269898 0.4657020866870880 <_> <_> <_>13 0 3 10 -1. <_>14 0 1 10 3. 0 -0.0118746999651194 0.3246378898620606 0.5258755087852478 <_> <_> <_>4 11 3 2 -1. <_>4 12 3 1 2. 0 1.9350569345988333e-004 0.5191941857337952 0.3839643895626068 <_> <_> <_>17 3 3 6 -1. <_>18 3 1 6 3. 0 5.8713490143418312e-003 0.4918133914470673 0.6187043190002441 <_> <_> <_>1 8 18 10 -1. <_>1 13 18 5 2. 0 -0.2483879029750824 0.1836802959442139 0.4988150000572205 <_> <_> <_>13 0 3 10 -1. <_>14 0 1 10 3. 0 0.0122560001909733 0.5227053761482239 0.3632029891014099 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 8.3990179700776935e-004 0.4490250051021576 0.5774148106575012 <_> <_> <_>16 3 3 7 -1. <_>17 3 1 7 3. 0 2.5407369248569012e-003 0.4804787039756775 0.5858299136161804 <_> <_> <_>4 0 3 10 -1. <_>5 0 1 10 3. 0 -0.0148224299773574 0.2521049976348877 0.5023537278175354 <_> <_> <_>16 3 3 7 -1. <_>17 3 1 7 3. 0 -5.7973959483206272e-003 0.5996695756912231 0.4853715002536774 <_> <_> <_>0 9 1 2 -1. <_>0 10 1 1 2. 0 7.2662148158997297e-004 0.5153716802597046 0.3671779930591583 <_> <_> <_>18 1 2 10 -1. <_>18 1 1 10 2. 0 -0.0172325801104307 0.6621719002723694 0.4994656145572662 <_> <_> <_>0 1 2 10 -1. <_>1 1 1 10 2. 0 7.8624086454510689e-003 0.4633395075798035 0.6256101727485657 <_> <_> <_>10 16 3 4 -1. <_>11 16 1 4 3. 0 -4.7343620099127293e-003 0.3615573048591614 0.5281885266304016 <_> <_> <_>2 8 3 3 -1. <_>3 8 1 3 3. 0 8.3048478700220585e-004 0.4442889094352722 0.5550957918167114 <_> <_> <_>11 0 2 6 -1. <_>12 0 1 3 2. <_>11 3 1 3 2. 0 7.6602199114859104e-003 0.5162935256958008 0.2613354921340942 <_> <_> <_>7 0 2 6 -1. <_>7 0 1 3 2. <_>8 3 1 3 2. 0 -4.1048377752304077e-003 0.2789632081985474 0.5019031763076782 <_> <_> <_>16 3 3 7 -1. <_>17 3 1 7 3. 0 4.8512578941881657e-003 0.4968984127044678 0.5661668181419373 <_> <_> <_>1 3 3 7 -1. <_>2 3 1 7 3. 0 9.9896453320980072e-004 0.4445607960224152 0.5551813244819641 <_> <_> <_>14 1 6 16 -1. <_>16 1 2 16 3. 0 -0.2702363133430481 0.0293882098048925 0.5151314139366150 <_> <_> <_>0 1 6 16 -1. <_>2 1 2 16 3. 0 -0.0130906803533435 0.5699399709701538 0.4447459876537323 <_> <_> <_>2 0 16 8 -1. <_>10 0 8 4 2. <_>2 4 8 4 2. 0 -9.4342790544033051e-003 0.4305466115474701 0.5487895011901856 <_> <_> <_>6 8 5 3 -1. <_>6 9 5 1 3. 0 -1.5482039889320731e-003 0.3680317103862763 0.5128080844879150 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 5.3746132180094719e-003 0.4838916957378388 0.6101555824279785 <_> <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 1.5786769799888134e-003 0.5325223207473755 0.4118548035621643 <_> <_> <_>9 6 2 4 -1. <_>9 6 1 4 2. 0 3.6856050137430429e-003 0.4810948073863983 0.6252303123474121 <_> <_> <_>0 7 15 1 -1. <_>5 7 5 1 3. 0 9.3887019902467728e-003 0.5200229883193970 0.3629410862922669 <_> <_> <_>8 2 7 9 -1. <_>8 5 7 3 3. 0 0.0127926301211119 0.4961709976196289 0.6738016009330750 <_> <_> <_>1 7 16 4 -1. <_>1 7 8 2 2. <_>9 9 8 2 2. 0 -3.3661040943115950e-003 0.4060279130935669 0.5283598899841309 <_> <_> <_>6 12 8 2 -1. <_>6 13 8 1 2. 0 3.9771420415490866e-004 0.4674113988876343 0.5900775194168091 <_> <_> <_>8 11 3 3 -1. <_>8 12 3 1 3. 0 1.4868030557408929e-003 0.4519116878509522 0.6082053780555725 <_> <_> <_>4 5 14 10 -1. <_>11 5 7 5 2. <_>4 10 7 5 2. 0 -0.0886867493391037 0.2807899117469788 0.5180991888046265 <_> <_> <_>4 12 3 2 -1. <_>4 13 3 1 2. 0 -7.4296112870797515e-005 0.5295584201812744 0.4087625145912170 <_> <_> <_>9 11 6 1 -1. <_>11 11 2 1 3. 0 -1.4932939848222304e-005 0.5461400151252747 0.4538542926311493 <_> <_> <_>4 9 7 6 -1. <_>4 11 7 2 3. 0 5.9162238612771034e-003 0.5329161286354065 0.4192134141921997 <_> <_> <_>7 10 6 3 -1. <_>7 11 6 1 3. 0 1.1141640134155750e-003 0.4512017965316773 0.5706217288970947 <_> <_> <_>9 11 2 2 -1. <_>9 12 2 1 2. 0 8.9249362645205110e-005 0.4577805995941162 0.5897638201713562 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 2.5319510605186224e-003 0.5299603939056397 0.3357639014720917 <_> <_> <_>6 4 6 1 -1. <_>8 4 2 1 3. 0 0.0124262003228068 0.4959059059619904 0.1346601992845535 <_> <_> <_>9 11 6 1 -1. <_>11 11 2 1 3. 0 0.0283357501029968 0.5117079019546509 6.1043637106195092e-004 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 6.6165882162749767e-003 0.4736349880695343 0.7011628150939941 <_> <_> <_>10 16 3 4 -1. <_>11 16 1 4 3. 0 8.0468766391277313e-003 0.5216417908668518 0.3282819986343384 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -1.1193980462849140e-003 0.5809860825538635 0.4563739001750946 <_> <_> <_>2 12 16 8 -1. <_>2 16 16 4 2. 0 0.0132775902748108 0.5398362278938294 0.4103901088237763 <_> <_> <_>0 15 15 2 -1. <_>0 16 15 1 2. 0 4.8794739996083081e-004 0.4249286055564880 0.5410590767860413 <_> <_> <_>15 4 5 6 -1. <_>15 6 5 2 3. 0 0.0112431701272726 0.5269963741302490 0.3438215851783752 <_> <_> <_>9 5 2 4 -1. <_>10 5 1 4 2. 0 -8.9896668214350939e-004 0.5633075833320618 0.4456613063812256 <_> <_> <_>8 10 9 6 -1. <_>8 12 9 2 3. 0 6.6677159629762173e-003 0.5312889218330383 0.4362679123878479 <_> <_> <_>2 19 15 1 -1. <_>7 19 5 1 3. 0 0.0289472993463278 0.4701794981956482 0.6575797796249390 <_> <_> <_>10 16 3 4 -1. <_>11 16 1 4 3. 0 -0.0234000496566296 0. 0.5137398838996887 <_> <_> <_>0 15 20 4 -1. <_>0 17 20 2 2. 0 -0.0891170501708984 0.0237452797591686 0.4942430853843689 <_> <_> <_>10 16 3 4 -1. <_>11 16 1 4 3. 0 -0.0140546001493931 0.3127323091030121 0.5117511153221130 <_> <_> <_>7 16 3 4 -1. <_>8 16 1 4 3. 0 8.1239398568868637e-003 0.5009049177169800 0.2520025968551636 <_> <_> <_>9 16 3 3 -1. <_>9 17 3 1 3. 0 -4.9964650534093380e-003 0.6387143731117249 0.4927811920642853 <_> <_> <_>8 11 4 6 -1. <_>8 14 4 3 2. 0 3.1253970228135586e-003 0.5136849880218506 0.3680452108383179 <_> <_> <_>9 6 2 12 -1. <_>9 10 2 4 3. 0 6.7669642157852650e-003 0.5509843826293945 0.4363631904125214 <_> <_> <_>8 17 4 3 -1. <_>8 18 4 1 3. 0 -2.3711440153419971e-003 0.6162335276603699 0.4586946964263916 <_> <_> <_>9 18 8 2 -1. <_>13 18 4 1 2. <_>9 19 4 1 2. 0 -5.3522791713476181e-003 0.6185457706451416 0.4920490980148315 <_> <_> <_>1 18 8 2 -1. <_>1 19 8 1 2. 0 -0.0159688591957092 0.1382617950439453 0.4983252882957459 <_> <_> <_>13 5 6 15 -1. <_>15 5 2 15 3. 0 4.7676060348749161e-003 0.4688057899475098 0.5490046143531799 <_> <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 -2.4714691098779440e-003 0.2368514984846115 0.5003952980041504 <_> <_> <_>9 5 2 3 -1. <_>9 5 1 3 2. 0 -7.1033788844943047e-004 0.5856394171714783 0.4721533060073853 <_> <_> <_>1 5 6 15 -1. <_>3 5 2 15 3. 0 -0.1411755979061127 0.0869000628590584 0.4961591064929962 <_> <_> <_>4 1 14 8 -1. <_>11 1 7 4 2. <_>4 5 7 4 2. 0 0.1065180972218514 0.5138837099075317 0.1741005033254623 <_> <_> <_>2 4 4 16 -1. <_>2 4 2 8 2. <_>4 12 2 8 2. 0 -0.0527447499334812 0.7353636026382446 0.4772881865501404 <_> <_> <_>12 4 3 12 -1. <_>12 10 3 6 2. 0 -4.7431760467588902e-003 0.3884406089782715 0.5292701721191406 <_> <_> <_>4 5 10 12 -1. <_>4 5 5 6 2. <_>9 11 5 6 2. 0 9.9676765967160463e-004 0.5223492980003357 0.4003424048423767 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 8.0284131690859795e-003 0.4959106147289276 0.7212964296340942 <_> <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 8.6025858763605356e-004 0.4444884061813355 0.5538476109504700 <_> <_> <_>12 2 4 10 -1. <_>14 2 2 5 2. <_>12 7 2 5 2. 0 9.3191501218825579e-004 0.5398371219635010 0.4163244068622589 <_> <_> <_>6 4 7 3 -1. <_>6 5 7 1 3. 0 -2.5082060601562262e-003 0.5854265093803406 0.4562500119209290 <_> <_> <_>2 0 18 2 -1. <_>11 0 9 1 2. <_>2 1 9 1 2. 0 -2.1378761157393456e-003 0.4608069062232971 0.5280259251594544 <_> <_> <_>0 0 18 2 -1. <_>0 0 9 1 2. <_>9 1 9 1 2. 0 -2.1546049974858761e-003 0.3791126906871796 0.5255997180938721 <_> <_> <_>13 13 4 6 -1. <_>15 13 2 3 2. <_>13 16 2 3 2. 0 -7.6214009895920753e-003 0.5998609066009522 0.4952073991298676 <_> <_> <_>3 13 4 6 -1. <_>3 13 2 3 2. <_>5 16 2 3 2. 0 2.2055360022932291e-003 0.4484206140041351 0.5588530898094177 <_> <_> <_>10 12 2 6 -1. <_>10 15 2 3 2. 0 1.2586950324475765e-003 0.5450747013092041 0.4423840939998627 <_> <_> <_>5 9 10 10 -1. <_>5 9 5 5 2. <_>10 14 5 5 2. 0 -5.0926720723509789e-003 0.4118275046348572 0.5263035893440247 <_> <_> <_>11 4 4 2 -1. <_>13 4 2 1 2. <_>11 5 2 1 2. 0 -2.5095739401876926e-003 0.5787907838821411 0.4998494982719421 <_> <_> <_>7 12 6 8 -1. <_>10 12 3 8 2. 0 -0.0773275569081306 0.8397865891456604 0.4811120033264160 <_> <_> <_>12 2 4 10 -1. <_>14 2 2 5 2. <_>12 7 2 5 2. 0 -0.0414858199656010 0.2408611029386520 0.5176993012428284 <_> <_> <_>8 11 2 1 -1. <_>9 11 1 1 2. 0 1.0355669655837119e-004 0.4355360865592957 0.5417054295539856 <_> <_> <_>10 5 1 12 -1. <_>10 9 1 4 3. 0 1.3255809899419546e-003 0.5453971028327942 0.4894095063209534 <_> <_> <_>0 11 6 9 -1. <_>3 11 3 9 2. 0 -8.0598732456564903e-003 0.5771024227142334 0.4577918946743012 <_> <_> <_>12 2 4 10 -1. <_>14 2 2 5 2. <_>12 7 2 5 2. 0 0.0190586205571890 0.5169867873191834 0.3400475084781647 <_> <_> <_>4 2 4 10 -1. <_>4 2 2 5 2. <_>6 7 2 5 2. 0 -0.0350578911602497 0.2203243970870972 0.5000503063201904 <_> <_> <_>11 4 4 2 -1. <_>13 4 2 1 2. <_>11 5 2 1 2. 0 5.7296059094369411e-003 0.5043408274650574 0.6597570776939392 <_> <_> <_>0 14 6 3 -1. <_>0 15 6 1 3. 0 -0.0116483299061656 0.2186284959316254 0.4996652901172638 <_> <_> <_>11 4 4 2 -1. <_>13 4 2 1 2. <_>11 5 2 1 2. 0 1.4544479781761765e-003 0.5007681846618652 0.5503727793693543 <_> <_> <_>6 1 3 2 -1. <_>7 1 1 2 3. 0 -2.5030909455381334e-004 0.4129841029644013 0.5241670012474060 <_> <_> <_>11 4 4 2 -1. <_>13 4 2 1 2. <_>11 5 2 1 2. 0 -8.2907272735610604e-004 0.5412868261337280 0.4974496066570282 <_> <_> <_>5 4 4 2 -1. <_>5 4 2 1 2. <_>7 5 2 1 2. 0 1.0862209601327777e-003 0.4605529904365540 0.5879228711128235 <_> <_> <_>13 0 2 12 -1. <_>14 0 1 6 2. <_>13 6 1 6 2. 0 2.0000500080641359e-004 0.5278854966163635 0.4705209136009216 <_> <_> <_>6 0 3 10 -1. <_>7 0 1 10 3. 0 2.9212920926511288e-003 0.5129609704017639 0.3755536973476410 <_> <_> <_>3 0 17 8 -1. <_>3 4 17 4 2. 0 0.0253874007612467 0.4822691977024078 0.5790768265724182 <_> <_> <_>0 4 20 4 -1. <_>0 6 20 2 2. 0 -3.1968469265848398e-003 0.5248395204544067 0.3962840139865875 87.6960296630859380 17 -1 <_> <_> <_> <_>0 3 8 2 -1. <_>4 3 4 2 2. 0 5.8031738735735416e-003 0.3498983979225159 0.5961983203887940 <_> <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 -9.0003069490194321e-003 0.6816636919975281 0.4478552043437958 <_> <_> <_>5 7 6 4 -1. <_>5 7 3 2 2. <_>8 9 3 2 2. 0 -1.1549659539014101e-003 0.5585706233978272 0.3578251004219055 <_> <_> <_>8 3 4 9 -1. <_>8 6 4 3 3. 0 -1.1069850297644734e-003 0.5365036129951477 0.3050428032875061 <_> <_> <_>8 15 1 4 -1. <_>8 17 1 2 2. 0 1.0308309720130637e-004 0.3639095127582550 0.5344635844230652 <_> <_> <_>4 5 12 7 -1. <_>8 5 4 7 3. 0 -5.0984839908778667e-003 0.2859157025814056 0.5504264831542969 <_> <_> <_>4 2 4 10 -1. <_>4 2 2 5 2. <_>6 7 2 5 2. 0 8.2572200335562229e-004 0.5236523747444153 0.3476041853427887 <_> <_> <_>3 0 17 2 -1. <_>3 1 17 1 2. 0 9.9783325567841530e-003 0.4750322103500366 0.6219646930694580 <_> <_> <_>2 2 16 15 -1. <_>2 7 16 5 3. 0 -0.0374025292694569 0.3343375921249390 0.5278062820434570 <_> <_> <_>15 2 5 2 -1. <_>15 3 5 1 2. 0 4.8548257909715176e-003 0.5192180871963501 0.3700444102287293 <_> <_> <_>9 3 2 2 -1. <_>10 3 1 2 2. 0 -1.8664470408111811e-003 0.2929843962192535 0.5091944932937622 <_> <_> <_>4 5 16 15 -1. <_>4 10 16 5 3. 0 0.0168888904154301 0.3686845898628235 0.5431225895881653 <_> <_> <_>7 13 5 6 -1. <_>7 16 5 3 2. 0 -5.8372621424496174e-003 0.3632183969020844 0.5221335887908936 <_> <_> <_>10 7 3 2 -1. <_>11 7 1 2 3. 0 -1.4713739510625601e-003 0.5870683789253235 0.4700650870800018 <_> <_> <_>8 3 3 1 -1. <_>9 3 1 1 3. 0 -1.1522950371727347e-003 0.3195894956588745 0.5140954256057739 <_> <_> <_>9 16 3 3 -1. <_>9 17 3 1 3. 0 -4.2560300789773464e-003 0.6301859021186829 0.4814921021461487 <_> <_> <_>0 2 5 2 -1. <_>0 3 5 1 2. 0 -6.7378291860222816e-003 0.1977048069238663 0.5025808215141296 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 0.0113826701417565 0.4954132139682770 0.6867045760154724 <_> <_> <_>1 7 12 1 -1. <_>5 7 4 1 3. 0 5.1794708706438541e-003 0.5164427757263184 0.3350647985935211 <_> <_> <_>7 5 6 14 -1. <_>7 12 6 7 2. 0 -0.1174378991127014 0.2315246015787125 0.5234413743019104 <_> <_> <_>0 0 8 10 -1. <_>0 0 4 5 2. <_>4 5 4 5 2. 0 0.0287034492939711 0.4664297103881836 0.6722521185874939 <_> <_> <_>9 1 3 2 -1. <_>10 1 1 2 3. 0 4.8231030814349651e-003 0.5220875144004822 0.2723532915115356 <_> <_> <_>8 1 3 2 -1. <_>9 1 1 2 3. 0 2.6798530016094446e-003 0.5079277157783508 0.2906948924064636 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 8.0504082143306732e-003 0.4885950982570648 0.6395021080970764 <_> <_> <_>7 4 6 16 -1. <_>7 12 6 8 2. 0 4.8054959625005722e-003 0.5197256803512573 0.3656663894653320 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -2.2420159075409174e-003 0.6153467893600464 0.4763701856136322 <_> <_> <_>2 3 2 6 -1. <_>2 5 2 2 3. 0 -0.0137577103450894 0.2637344896793366 0.5030903220176697 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 -0.1033829972147942 0.2287521958351135 0.5182461142539978 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -9.4432085752487183e-003 0.6953303813934326 0.4694949090480804 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 8.0271181650459766e-004 0.5450655221939087 0.4268783926963806 <_> <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 -4.1945669800043106e-003 0.6091387867927551 0.4571642875671387 <_> <_> <_>13 11 3 6 -1. <_>13 13 3 2 3. 0 0.0109422104433179 0.5241063237190247 0.3284547030925751 <_> <_> <_>3 14 2 6 -1. <_>3 17 2 3 2. 0 -5.7841069065034389e-004 0.5387929081916809 0.4179368913173676 <_> <_> <_>14 3 6 2 -1. <_>14 4 6 1 2. 0 -2.0888620056211948e-003 0.4292691051959992 0.5301715731620789 <_> <_> <_>0 8 16 2 -1. <_>0 9 16 1 2. 0 3.2383969519287348e-003 0.3792347908020020 0.5220744013786316 <_> <_> <_>14 3 6 2 -1. <_>14 4 6 1 2. 0 4.9075027927756310e-003 0.5237283110618591 0.4126757979393005 <_> <_> <_>0 0 5 6 -1. <_>0 2 5 2 3. 0 -0.0322779417037964 0.1947655975818634 0.4994502067565918 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 -8.9711230248212814e-003 0.6011285185813904 0.4929032027721405 <_> <_> <_>4 11 3 6 -1. <_>4 13 3 2 3. 0 0.0153210898861289 0.5009753704071045 0.2039822041988373 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 2.0855569746345282e-003 0.4862189888954163 0.5721694827079773 <_> <_> <_>9 5 1 3 -1. <_>9 6 1 1 3. 0 5.0615021027624607e-003 0.5000218749046326 0.1801805943250656 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 -3.7174751050770283e-003 0.5530117154121399 0.4897592961788178 <_> <_> <_>6 6 8 12 -1. <_>6 12 8 6 2. 0 -0.0121705001220107 0.4178605973720551 0.5383723974227905 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 4.6248398721218109e-003 0.4997169971466065 0.5761327147483826 <_> <_> <_>5 12 9 2 -1. <_>8 12 3 2 3. 0 -2.1040429419372231e-004 0.5331807136535645 0.4097681045532227 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 -0.0146417804062366 0.5755925178527832 0.5051776170730591 <_> <_> <_>4 5 4 3 -1. <_>4 6 4 1 3. 0 3.3199489116668701e-003 0.4576976895332336 0.6031805872917175 <_> <_> <_>6 6 9 2 -1. <_>9 6 3 2 3. 0 3.7236879579722881e-003 0.4380396902561188 0.5415883064270020 <_> <_> <_>4 11 1 3 -1. <_>4 12 1 1 3. 0 8.2951161311939359e-004 0.5163031816482544 0.3702219128608704 <_> <_> <_>14 12 6 6 -1. <_>14 12 3 6 2. 0 -0.0114084901288152 0.6072946786880493 0.4862565100193024 <_> <_> <_>7 0 3 7 -1. <_>8 0 1 7 3. 0 -4.5320121571421623e-003 0.3292475938796997 0.5088962912559509 <_> <_> <_>9 8 3 3 -1. <_>10 8 1 3 3. 0 5.1276017911732197e-003 0.4829767942428589 0.6122708916664124 <_> <_> <_>8 8 3 3 -1. <_>9 8 1 3 3. 0 9.8583158105611801e-003 0.4660679996013641 0.6556177139282227 <_> <_> <_>5 10 11 3 -1. <_>5 11 11 1 3. 0 0.0369859188795090 0.5204849243164063 0.1690472066402435 <_> <_> <_>5 7 10 1 -1. <_>10 7 5 1 2. 0 4.6491161920130253e-003 0.5167322158813477 0.3725225031375885 <_> <_> <_>9 7 3 2 -1. <_>10 7 1 2 3. 0 -4.2664702050387859e-003 0.6406493186950684 0.4987342953681946 <_> <_> <_>8 7 3 2 -1. <_>9 7 1 2 3. 0 -4.7956590424291790e-004 0.5897293090820313 0.4464873969554901 <_> <_> <_>11 9 4 2 -1. <_>11 9 2 2 2. 0 3.6827160511165857e-003 0.5441560745239258 0.3472662866115570 <_> <_> <_>5 9 4 2 -1. <_>7 9 2 2 2. 0 -0.0100598800927401 0.2143162935972214 0.5004829764366150 <_> <_> <_>14 10 2 4 -1. <_>14 12 2 2 2. 0 -3.0361840617842972e-004 0.5386424064636231 0.4590323865413666 <_> <_> <_>7 7 3 2 -1. <_>8 7 1 2 3. 0 -1.4545479789376259e-003 0.5751184225082398 0.4497095048427582 <_> <_> <_>14 17 6 3 -1. <_>14 18 6 1 3. 0 1.6515209572389722e-003 0.5421937704086304 0.4238520860671997 <_> <_> <_>4 5 12 12 -1. <_>4 5 6 6 2. <_>10 11 6 6 2. 0 -7.8468639403581619e-003 0.4077920913696289 0.5258157253265381 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 -5.1259850151836872e-003 0.4229275882244110 0.5479453206062317 <_> <_> <_>0 4 15 4 -1. <_>5 4 5 4 3. 0 -0.0368909612298012 0.6596375703811646 0.4674678146839142 <_> <_> <_>13 2 4 1 -1. <_>13 2 2 1 2. 0 2.4035639944486320e-004 0.4251135885715485 0.5573202967643738 <_> <_> <_>4 12 2 2 -1. <_>4 13 2 1 2. 0 -1.5150169929256663e-005 0.5259246826171875 0.4074114859104157 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 2.2108471021056175e-003 0.4671722948551178 0.5886352062225342 <_> <_> <_>9 13 2 3 -1. <_>9 14 2 1 3. 0 -1.1568620102480054e-003 0.5711066126823425 0.4487161934375763 <_> <_> <_>13 11 2 3 -1. <_>13 12 2 1 3. 0 4.9996292218565941e-003 0.5264198184013367 0.2898327112197876 <_> <_> <_>7 12 4 4 -1. <_>7 12 2 2 2. <_>9 14 2 2 2. 0 -1.4656189596280456e-003 0.3891738057136536 0.5197871923446655 <_> <_> <_>10 11 2 2 -1. <_>11 11 1 1 2. <_>10 12 1 1 2. 0 -1.1975039960816503e-003 0.5795872807502747 0.4927955865859985 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 -4.4954330660402775e-003 0.2377603054046631 0.5012555122375488 <_> <_> <_>10 11 2 2 -1. <_>11 11 1 1 2. <_>10 12 1 1 2. 0 1.4997160178609192e-004 0.4876626133918762 0.5617607831954956 <_> <_> <_>0 17 6 3 -1. <_>0 18 6 1 3. 0 2.6391509454697371e-003 0.5168088078498840 0.3765509128570557 <_> <_> <_>10 11 2 2 -1. <_>11 11 1 1 2. <_>10 12 1 1 2. 0 -2.9368131072260439e-004 0.5446649193763733 0.4874630868434906 <_> <_> <_>8 11 2 2 -1. <_>8 11 1 1 2. <_>9 12 1 1 2. 0 1.4211760135367513e-003 0.4687897861003876 0.6691331863403320 <_> <_> <_>12 5 8 4 -1. <_>12 5 4 4 2. 0 0.0794276371598244 0.5193443894386292 0.2732945978641510 <_> <_> <_>0 5 8 4 -1. <_>4 5 4 4 2. 0 0.0799375027418137 0.4971731007099152 0.1782083958387375 <_> <_> <_>13 2 4 1 -1. <_>13 2 2 1 2. 0 0.0110892597585917 0.5165994763374329 0.3209475874900818 <_> <_> <_>3 2 4 1 -1. <_>5 2 2 1 2. 0 1.6560709627810866e-004 0.4058471918106079 0.5307276248931885 <_> <_> <_>10 0 4 2 -1. <_>12 0 2 1 2. <_>10 1 2 1 2. 0 -5.3354292176663876e-003 0.3445056974887848 0.5158129930496216 <_> <_> <_>7 12 3 1 -1. <_>8 12 1 1 3. 0 1.1287260567769408e-003 0.4594863057136536 0.6075533032417297 <_> <_> <_>8 11 4 8 -1. <_>10 11 2 4 2. <_>8 15 2 4 2. 0 -0.0219692196696997 0.1680400967597961 0.5228595733642578 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -2.1775320055894554e-004 0.3861596882343292 0.5215672850608826 <_> <_> <_>3 18 15 2 -1. <_>3 19 15 1 2. 0 2.0200149447191507e-004 0.5517979264259338 0.4363039135932922 <_> <_> <_>2 6 2 12 -1. <_>2 6 1 6 2. <_>3 12 1 6 2. 0 -0.0217331498861313 0.7999460101127625 0.4789851009845734 <_> <_> <_>9 8 2 3 -1. <_>9 9 2 1 3. 0 -8.4399932529777288e-004 0.4085975885391235 0.5374773144721985 <_> <_> <_>7 10 3 2 -1. <_>8 10 1 2 3. 0 -4.3895249837078154e-004 0.5470405220985413 0.4366143047809601 <_> <_> <_>11 11 3 1 -1. <_>12 11 1 1 3. 0 1.5092400135472417e-003 0.4988996982574463 0.5842149257659912 <_> <_> <_>6 11 3 1 -1. <_>7 11 1 1 3. 0 -3.5547839943319559e-003 0.6753690242767334 0.4721005856990814 <_> <_> <_>9 2 4 2 -1. <_>11 2 2 1 2. <_>9 3 2 1 2. 0 4.8191400128416717e-004 0.5415853857994080 0.4357109069824219 <_> <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 -6.0264398343861103e-003 0.2258509993553162 0.4991880953311920 <_> <_> <_>2 1 18 3 -1. <_>8 1 6 3 3. 0 -0.0116681400686502 0.6256554722785950 0.4927498996257782 <_> <_> <_>5 1 4 14 -1. <_>7 1 2 14 2. 0 -2.8718370012938976e-003 0.3947784900665283 0.5245801806449890 <_> <_> <_>8 16 12 3 -1. <_>8 16 6 3 2. 0 0.0170511696487665 0.4752511084079742 0.5794224143028259 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 -0.0133520802482963 0.6041104793548584 0.4544535875320435 <_> <_> <_>9 14 2 6 -1. <_>9 17 2 3 2. 0 -3.9301801007241011e-004 0.4258275926113129 0.5544905066490173 <_> <_> <_>9 12 1 8 -1. <_>9 16 1 4 2. 0 3.0483349692076445e-003 0.5233420133590698 0.3780272901058197 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 -4.3579288758337498e-003 0.6371889114379883 0.4838674068450928 <_> <_> <_>9 6 2 12 -1. <_>9 10 2 4 3. 0 5.6661018170416355e-003 0.5374705791473389 0.4163666069507599 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 6.0677339206449687e-005 0.4638795852661133 0.5311625003814697 <_> <_> <_>0 1 4 8 -1. <_>2 1 2 8 2. 0 0.0367381609976292 0.4688656032085419 0.6466524004936218 <_> <_> <_>9 1 6 2 -1. <_>12 1 3 1 2. <_>9 2 3 1 2. 0 8.6528137326240540e-003 0.5204318761825562 0.2188657969236374 <_> <_> <_>1 3 12 14 -1. <_>1 10 12 7 2. 0 -0.1537135988473892 0.1630371958017349 0.4958840012550354 <_> <_> <_>8 12 4 2 -1. <_>10 12 2 1 2. <_>8 13 2 1 2. 0 -4.1560421232134104e-004 0.5774459242820740 0.4696458876132965 <_> <_> <_>1 9 10 2 -1. <_>1 9 5 1 2. <_>6 10 5 1 2. 0 -1.2640169588848948e-003 0.3977175951004028 0.5217198133468628 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 -3.5473341122269630e-003 0.6046528220176697 0.4808315038681030 <_> <_> <_>6 8 8 3 -1. <_>6 9 8 1 3. 0 3.0019069527043030e-005 0.3996723890304565 0.5228201150894165 <_> <_> <_>9 15 5 3 -1. <_>9 16 5 1 3. 0 1.3113019522279501e-003 0.4712158143520355 0.5765997767448425 <_> <_> <_>8 7 4 3 -1. <_>8 8 4 1 3. 0 -1.3374709524214268e-003 0.4109584987163544 0.5253170132637024 <_> <_> <_>7 7 6 2 -1. <_>7 8 6 1 2. 0 0.0208767093718052 0.5202993750572205 0.1757981926202774 <_> <_> <_>5 7 8 2 -1. <_>5 7 4 1 2. <_>9 8 4 1 2. 0 -7.5497948564589024e-003 0.6566609740257263 0.4694975018501282 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 0.0241885501891375 0.5128673911094666 0.3370220959186554 <_> <_> <_>4 7 4 2 -1. <_>4 8 4 1 2. 0 -2.9358828905969858e-003 0.6580786705017090 0.4694541096687317 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 0.0575579293072224 0.5146445035934448 0.2775259912014008 <_> <_> <_>4 9 3 3 -1. <_>5 9 1 3 3. 0 -1.1343370424583554e-003 0.3836601972579956 0.5192667245864868 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 0.0168169997632504 0.5085592865943909 0.6177260875701904 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 5.0535178743302822e-003 0.5138763189315796 0.3684791922569275 <_> <_> <_>17 3 3 6 -1. <_>18 3 1 6 3. 0 -4.5874710194766521e-003 0.5989655256271362 0.4835202097892761 <_> <_> <_>0 3 3 6 -1. <_>1 3 1 6 3. 0 1.6882460331544280e-003 0.4509486854076386 0.5723056793212891 <_> <_> <_>17 14 1 2 -1. <_>17 15 1 1 2. 0 -1.6554000321775675e-003 0.3496770858764648 0.5243319272994995 <_> <_> <_>4 9 4 3 -1. <_>6 9 2 3 2. 0 -0.0193738006055355 0.1120536997914314 0.4968712925910950 <_> <_> <_>12 9 3 3 -1. <_>12 10 3 1 3. 0 0.0103744501248002 0.5148196816444397 0.4395213127136231 <_> <_> <_>5 9 3 3 -1. <_>5 10 3 1 3. 0 1.4973050565458834e-004 0.4084999859333038 0.5269886851310730 <_> <_> <_>9 5 6 8 -1. <_>12 5 3 4 2. <_>9 9 3 4 2. 0 -0.0429819300770760 0.6394104957580566 0.5018504261970520 <_> <_> <_>5 5 6 8 -1. <_>5 5 3 4 2. <_>8 9 3 4 2. 0 8.3065936341881752e-003 0.4707553982734680 0.6698353290557861 <_> <_> <_>16 1 4 6 -1. <_>16 4 4 3 2. 0 -4.1285790503025055e-003 0.4541369080543518 0.5323647260665894 <_> <_> <_>1 0 6 20 -1. <_>3 0 2 20 3. 0 1.7399420030415058e-003 0.4333961904048920 0.5439866185188294 <_> <_> <_>12 11 3 2 -1. <_>13 11 1 2 3. 0 1.1739750334527344e-004 0.4579687118530273 0.5543426275253296 <_> <_> <_>5 11 3 2 -1. <_>6 11 1 2 3. 0 1.8585780344437808e-004 0.4324643909931183 0.5426754951477051 <_> <_> <_>9 4 6 1 -1. <_>11 4 2 1 3. 0 5.5587692186236382e-003 0.5257220864295960 0.3550611138343811 <_> <_> <_>0 0 8 3 -1. <_>4 0 4 3 2. 0 -7.9851560294628143e-003 0.6043018102645874 0.4630635976791382 <_> <_> <_>15 0 2 5 -1. <_>15 0 1 5 2. 0 6.0594122624024749e-004 0.4598254859447479 0.5533195137977600 <_> <_> <_>4 1 3 2 -1. <_>5 1 1 2 3. 0 -2.2983040253166109e-004 0.4130752086639404 0.5322461128234863 <_> <_> <_>7 0 6 15 -1. <_>9 0 2 15 3. 0 4.3740210821852088e-004 0.4043039977550507 0.5409289002418518 <_> <_> <_>6 11 3 1 -1. <_>7 11 1 1 3. 0 2.9482020181603730e-004 0.4494963884353638 0.5628852248191834 <_> <_> <_>12 0 3 4 -1. <_>13 0 1 4 3. 0 0.0103126596659422 0.5177510976791382 0.2704316973686218 <_> <_> <_>5 4 6 1 -1. <_>7 4 2 1 3. 0 -7.7241109684109688e-003 0.1988019049167633 0.4980553984642029 <_> <_> <_>12 7 3 2 -1. <_>12 8 3 1 2. 0 -4.6797208487987518e-003 0.6644750237464905 0.5018296241760254 <_> <_> <_>0 1 4 6 -1. <_>0 4 4 3 2. 0 -5.0755459815263748e-003 0.3898304998874664 0.5185269117355347 <_> <_> <_>12 7 3 2 -1. <_>12 8 3 1 2. 0 2.2479740437120199e-003 0.4801808893680573 0.5660336017608643 <_> <_> <_>2 16 3 3 -1. <_>2 17 3 1 3. 0 8.3327008178457618e-004 0.5210919976234436 0.3957188129425049 <_> <_> <_>13 8 6 10 -1. <_>16 8 3 5 2. <_>13 13 3 5 2. 0 -0.0412793308496475 0.6154541969299316 0.5007054209709168 <_> <_> <_>0 9 5 2 -1. <_>0 10 5 1 2. 0 -5.0930189900100231e-004 0.3975942134857178 0.5228403806686401 <_> <_> <_>12 11 2 2 -1. <_>13 11 1 1 2. <_>12 12 1 1 2. 0 1.2568780221045017e-003 0.4979138076305389 0.5939183235168457 <_> <_> <_>3 15 3 3 -1. <_>3 16 3 1 3. 0 8.0048497766256332e-003 0.4984497129917145 0.1633366048336029 <_> <_> <_>12 7 3 2 -1. <_>12 8 3 1 2. 0 -1.1879300000146031e-003 0.5904964804649353 0.4942624866962433 <_> <_> <_>5 7 3 2 -1. <_>5 8 3 1 2. 0 6.1948952497914433e-004 0.4199557900428772 0.5328726172447205 <_> <_> <_>9 5 9 9 -1. <_>9 8 9 3 3. 0 6.6829859279096127e-003 0.5418602824211121 0.4905889034271240 <_> <_> <_>5 0 3 7 -1. <_>6 0 1 7 3. 0 -3.7062340416014194e-003 0.3725939095020294 0.5138000249862671 <_> <_> <_>5 2 12 5 -1. <_>9 2 4 5 3. 0 -0.0397394113242626 0.6478961110115051 0.5050346851348877 <_> <_> <_>6 11 2 2 -1. <_>6 11 1 1 2. <_>7 12 1 1 2. 0 1.4085009461268783e-003 0.4682339131832123 0.6377884149551392 <_> <_> <_>15 15 3 2 -1. <_>15 16 3 1 2. 0 3.9322688826359808e-004 0.5458530187606812 0.4150482118129730 <_> <_> <_>2 15 3 2 -1. <_>2 16 3 1 2. 0 -1.8979819724336267e-003 0.3690159916877747 0.5149704217910767 <_> <_> <_>14 12 6 8 -1. <_>17 12 3 4 2. <_>14 16 3 4 2. 0 -0.0139704402536154 0.6050562858581543 0.4811357855796814 <_> <_> <_>2 8 15 6 -1. <_>7 8 5 6 3. 0 -0.1010081991553307 0.2017080038785934 0.4992361962795258 <_> <_> <_>2 2 18 17 -1. <_>8 2 6 17 3. 0 -0.0173469204455614 0.5713148713111877 0.4899486005306244 <_> <_> <_>5 1 4 1 -1. <_>7 1 2 1 2. 0 1.5619759506080300e-004 0.4215388894081116 0.5392642021179199 <_> <_> <_>5 2 12 5 -1. <_>9 2 4 5 3. 0 0.1343892961740494 0.5136151909828186 0.3767612874507904 <_> <_> <_>3 2 12 5 -1. <_>7 2 4 5 3. 0 -0.0245822407305241 0.7027357816696167 0.4747906923294067 <_> <_> <_>4 9 12 4 -1. <_>10 9 6 2 2. <_>4 11 6 2 2. 0 -3.8553720805794001e-003 0.4317409098148346 0.5427716970443726 <_> <_> <_>5 15 6 2 -1. <_>5 15 3 1 2. <_>8 16 3 1 2. 0 -2.3165249731391668e-003 0.5942698717117310 0.4618647992610931 <_> <_> <_>10 14 2 3 -1. <_>10 15 2 1 3. 0 -4.8518120311200619e-003 0.6191568970680237 0.4884895086288452 <_> <_> <_>0 13 20 2 -1. <_>0 13 10 1 2. <_>10 14 10 1 2. 0 2.4699938949197531e-003 0.5256664752960205 0.4017199873924255 <_> <_> <_>4 9 12 8 -1. <_>10 9 6 4 2. <_>4 13 6 4 2. 0 0.0454969592392445 0.5237867832183838 0.2685773968696594 <_> <_> <_>8 13 3 6 -1. <_>8 16 3 3 2. 0 -0.0203195996582508 0.2130445986986160 0.4979738891124725 <_> <_> <_>10 12 2 2 -1. <_>10 13 2 1 2. 0 2.6994998916052282e-004 0.4814041852951050 0.5543122291564941 <_> <_> <_>9 12 2 2 -1. <_>9 12 1 1 2. <_>10 13 1 1 2. 0 -1.8232699949294329e-003 0.6482579708099365 0.4709989130496979 <_> <_> <_>4 11 14 4 -1. <_>11 11 7 2 2. <_>4 13 7 2 2. 0 -6.3015790656208992e-003 0.4581927955150604 0.5306236147880554 <_> <_> <_>8 5 4 2 -1. <_>8 6 4 1 2. 0 -2.4139499873854220e-004 0.5232086777687073 0.4051763117313385 <_> <_> <_>10 10 6 3 -1. <_>12 10 2 3 3. 0 -1.0330369696021080e-003 0.5556201934814453 0.4789193868637085 <_> <_> <_>2 14 1 2 -1. <_>2 15 1 1 2. 0 1.8041160365100950e-004 0.5229442715644836 0.4011810123920441 <_> <_> <_>13 8 6 12 -1. <_>16 8 3 6 2. <_>13 14 3 6 2. 0 -0.0614078603684902 0.6298682093620300 0.5010703206062317 <_> <_> <_>1 8 6 12 -1. <_>1 8 3 6 2. <_>4 14 3 6 2. 0 -0.0695439130067825 0.7228280901908875 0.4773184061050415 <_> <_> <_>10 0 6 10 -1. <_>12 0 2 10 3. 0 -0.0705426633358002 0.2269513010978699 0.5182529091835022 <_> <_> <_>5 11 8 4 -1. <_>5 11 4 2 2. <_>9 13 4 2 2. 0 2.4423799477517605e-003 0.5237097144126892 0.4098151028156281 <_> <_> <_>10 16 8 4 -1. <_>14 16 4 2 2. <_>10 18 4 2 2. 0 1.5494349645450711e-003 0.4773750901222229 0.5468043088912964 <_> <_> <_>7 7 6 6 -1. <_>9 7 2 6 3. 0 -0.0239142198115587 0.7146975994110107 0.4783824980258942 <_> <_> <_>10 2 4 10 -1. <_>10 2 2 10 2. 0 -0.0124536901712418 0.2635296881198883 0.5241122841835022 <_> <_> <_>6 1 4 9 -1. <_>8 1 2 9 2. 0 -2.0760179904755205e-004 0.3623757064342499 0.5113608837127686 <_> <_> <_>12 19 2 1 -1. <_>12 19 1 1 2. 0 2.9781080229440704e-005 0.4705932140350342 0.5432801842689514 90.2533493041992190 18 -1 <_> <_> <_> <_>1 2 4 9 -1. <_>3 2 2 9 2. 0 0.0117727499455214 0.3860518932342529 0.6421167254447937 <_> <_> <_>7 5 6 4 -1. <_>9 5 2 4 3. 0 0.0270375702530146 0.4385654926300049 0.6754038929939270 <_> <_> <_>9 4 2 4 -1. <_>9 6 2 2 2. 0 -3.6419500247575343e-005 0.5487101078033447 0.3423315882682800 <_> <_> <_>14 5 2 8 -1. <_>14 9 2 4 2. 0 1.9995409529656172e-003 0.3230532109737396 0.5400317907333374 <_> <_> <_>7 6 5 12 -1. <_>7 12 5 6 2. 0 4.5278300531208515e-003 0.5091639757156372 0.2935043871402741 <_> <_> <_>14 6 2 6 -1. <_>14 9 2 3 2. 0 4.7890920541249216e-004 0.4178153872489929 0.5344064235687256 <_> <_> <_>4 6 2 6 -1. <_>4 9 2 3 2. 0 1.1720920447260141e-003 0.2899182140827179 0.5132070779800415 <_> <_> <_>8 15 10 4 -1. <_>13 15 5 2 2. <_>8 17 5 2 2. 0 9.5305702416226268e-004 0.4280124902725220 0.5560845136642456 <_> <_> <_>6 18 2 2 -1. <_>7 18 1 2 2. 0 1.5099150004971307e-005 0.4044871926307678 0.5404760241508484 <_> <_> <_>11 3 6 2 -1. <_>11 4 6 1 2. 0 -6.0817901976406574e-004 0.4271768927574158 0.5503466129302979 <_> <_> <_>2 0 16 6 -1. <_>2 2 16 2 3. 0 3.3224520739167929e-003 0.3962723910808563 0.5369734764099121 <_> <_> <_>11 3 6 2 -1. <_>11 4 6 1 2. 0 -1.1037490330636501e-003 0.4727177917957306 0.5237749814987183 <_> <_> <_>4 11 10 3 -1. <_>4 12 10 1 3. 0 -1.4350269921123981e-003 0.5603008270263672 0.4223509132862091 <_> <_> <_>11 3 6 2 -1. <_>11 4 6 1 2. 0 2.0767399109899998e-003 0.5225917100906372 0.4732725918292999 <_> <_> <_>3 3 6 2 -1. <_>3 4 6 1 2. 0 -1.6412809782195836e-004 0.3999075889587402 0.5432739853858948 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 8.8302437216043472e-003 0.4678385853767395 0.6027327179908752 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 -0.0105520701035857 0.3493967056274414 0.5213974714279175 <_> <_> <_>9 16 3 3 -1. <_>9 17 3 1 3. 0 -2.2731600329279900e-003 0.6185818910598755 0.4749062955379486 <_> <_> <_>4 6 6 2 -1. <_>6 6 2 2 3. 0 -8.4786332445219159e-004 0.5285341143608093 0.3843482136726379 <_> <_> <_>15 11 1 3 -1. <_>15 12 1 1 3. 0 1.2081359745934606e-003 0.5360640883445740 0.3447335958480835 <_> <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 2.6512730401009321e-003 0.4558292031288147 0.6193962097167969 <_> <_> <_>10 9 2 2 -1. <_>10 10 2 1 2. 0 -1.1012479662895203e-003 0.3680230081081390 0.5327628254890442 <_> <_> <_>3 1 4 3 -1. <_>5 1 2 3 2. 0 4.9561518244445324e-004 0.3960595130920410 0.5274940729141235 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -0.0439017713069916 0.7020444869995117 0.4992839097976685 <_> <_> <_>0 0 20 1 -1. <_>10 0 10 1 2. 0 0.0346903502941132 0.5049164295196533 0.2766602933406830 <_> <_> <_>15 11 1 3 -1. <_>15 12 1 1 3. 0 -2.7442190330475569e-003 0.2672632932662964 0.5274971127510071 <_> <_> <_>0 4 3 4 -1. <_>1 4 1 4 3. 0 3.3316588960587978e-003 0.4579482972621918 0.6001101732254028 <_> <_> <_>16 3 3 6 -1. <_>16 5 3 2 3. 0 -0.0200445707887411 0.3171594142913818 0.5235717892646790 <_> <_> <_>1 3 3 6 -1. <_>1 5 3 2 3. 0 1.3492030557245016e-003 0.5265362858772278 0.4034324884414673 <_> <_> <_>6 2 12 6 -1. <_>12 2 6 3 2. <_>6 5 6 3 2. 0 2.9702018946409225e-003 0.5332456827163696 0.4571984112262726 <_> <_> <_>8 10 4 3 -1. <_>8 11 4 1 3. 0 6.3039981760084629e-003 0.4593310952186585 0.6034635901451111 <_> <_> <_>4 2 14 6 -1. <_>11 2 7 3 2. <_>4 5 7 3 2. 0 -0.0129365902394056 0.4437963962554932 0.5372971296310425 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 4.0148729458451271e-003 0.4680323898792267 0.6437833905220032 <_> <_> <_>15 13 2 3 -1. <_>15 14 2 1 3. 0 -2.6401679497212172e-003 0.3709631860256195 0.5314332842826843 <_> <_> <_>8 12 4 3 -1. <_>8 13 4 1 3. 0 0.0139184398576617 0.4723555147647858 0.7130808830261231 <_> <_> <_>15 11 1 3 -1. <_>15 12 1 1 3. 0 -4.5087869511917233e-004 0.4492394030094147 0.5370404124259949 <_> <_> <_>7 13 5 2 -1. <_>7 14 5 1 2. 0 2.5384349282830954e-004 0.4406864047050476 0.5514402985572815 <_> <_> <_>7 12 6 3 -1. <_>7 13 6 1 3. 0 2.2710000630468130e-003 0.4682416915893555 0.5967984199523926 <_> <_> <_>5 11 4 4 -1. <_>5 13 4 2 2. 0 2.4120779708027840e-003 0.5079392194747925 0.3018598854541779 <_> <_> <_>11 4 3 3 -1. <_>12 4 1 3 3. 0 -3.6025670851813629e-005 0.5601037144660950 0.4471096992492676 <_> <_> <_>6 4 3 3 -1. <_>7 4 1 3 3. 0 -7.4905529618263245e-003 0.2207535058259964 0.4989944100379944 <_> <_> <_>16 5 3 6 -1. <_>17 5 1 6 3. 0 -0.0175131205469370 0.6531215906143189 0.5017648935317993 <_> <_> <_>3 6 12 7 -1. <_>7 6 4 7 3. 0 0.1428163051605225 0.4967963099479675 0.1482062041759491 <_> <_> <_>16 5 3 6 -1. <_>17 5 1 6 3. 0 5.5345268920063972e-003 0.4898946881294251 0.5954223871231079 <_> <_> <_>3 13 2 3 -1. <_>3 14 2 1 3. 0 -9.6323591424152255e-004 0.3927116990089417 0.5196074247360230 <_> <_> <_>16 5 3 6 -1. <_>17 5 1 6 3. 0 -2.0370010752230883e-003 0.5613325238227844 0.4884858131408691 <_> <_> <_>1 5 3 6 -1. <_>2 5 1 6 3. 0 1.6614829655736685e-003 0.4472880065441132 0.5578880906105042 <_> <_> <_>1 9 18 1 -1. <_>7 9 6 1 3. 0 -3.1188090797513723e-003 0.3840532898902893 0.5397477746009827 <_> <_> <_>0 9 8 7 -1. <_>4 9 4 7 2. 0 -6.4000617712736130e-003 0.5843983888626099 0.4533218145370483 <_> <_> <_>12 11 8 2 -1. <_>12 12 8 1 2. 0 3.1319601112045348e-004 0.5439221858978272 0.4234727919101715 <_> <_> <_>0 11 8 2 -1. <_>0 12 8 1 2. 0 -0.0182220991700888 0.1288464963436127 0.4958404898643494 <_> <_> <_>9 13 2 3 -1. <_>9 14 2 1 3. 0 8.7969247251749039e-003 0.4951297938823700 0.7153480052947998 <_> <_> <_>4 10 12 4 -1. <_>4 10 6 2 2. <_>10 12 6 2 2. 0 -4.2395070195198059e-003 0.3946599960327148 0.5194936990737915 <_> <_> <_>9 3 3 7 -1. <_>10 3 1 7 3. 0 9.7086271271109581e-003 0.4897503852844238 0.6064900159835815 <_> <_> <_>7 2 3 5 -1. <_>8 2 1 5 3. 0 -3.9934171363711357e-003 0.3245440125465393 0.5060828924179077 <_> <_> <_>9 12 4 6 -1. <_>11 12 2 3 2. <_>9 15 2 3 2. 0 -0.0167850591242313 0.1581953018903732 0.5203778743743897 <_> <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 0.0182720907032490 0.4680935144424439 0.6626979112625122 <_> <_> <_>15 4 4 2 -1. <_>15 5 4 1 2. 0 5.6872838176786900e-003 0.5211697816848755 0.3512184917926788 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -1.0739039862528443e-003 0.5768386125564575 0.4529845118522644 <_> <_> <_>14 2 6 4 -1. <_>14 4 6 2 2. 0 -3.7093870341777802e-003 0.4507763087749481 0.5313581228256226 <_> <_> <_>7 16 6 1 -1. <_>9 16 2 1 3. 0 -2.1110709349159151e-004 0.5460820198059082 0.4333376884460449 <_> <_> <_>15 13 2 3 -1. <_>15 14 2 1 3. 0 1.0670139454305172e-003 0.5371856093406677 0.4078390896320343 <_> <_> <_>8 7 3 10 -1. <_>9 7 1 10 3. 0 3.5943021066486835e-003 0.4471287131309509 0.5643836259841919 <_> <_> <_>11 10 2 6 -1. <_>11 12 2 2 3. 0 -5.1776031032204628e-003 0.4499393105506897 0.5280330181121826 <_> <_> <_>6 10 4 1 -1. <_>8 10 2 1 2. 0 -2.5414369883947074e-004 0.5516173243522644 0.4407708048820496 <_> <_> <_>10 9 2 2 -1. <_>10 10 2 1 2. 0 6.3522560521960258e-003 0.5194190144538879 0.2465227991342545 <_> <_> <_>8 9 2 2 -1. <_>8 10 2 1 2. 0 -4.4205080484971404e-004 0.3830705881118774 0.5139682292938232 <_> <_> <_>12 7 2 2 -1. <_>13 7 1 1 2. <_>12 8 1 1 2. 0 7.4488727841526270e-004 0.4891090989112854 0.5974786877632141 <_> <_> <_>5 7 2 2 -1. <_>5 7 1 1 2. <_>6 8 1 1 2. 0 -3.5116379149258137e-003 0.7413681745529175 0.4768764972686768 <_> <_> <_>13 0 3 14 -1. <_>14 0 1 14 3. 0 -0.0125409103929996 0.3648819029331207 0.5252826809883118 <_> <_> <_>4 0 3 14 -1. <_>5 0 1 14 3. 0 9.4931852072477341e-003 0.5100492835044861 0.3629586994647980 <_> <_> <_>13 4 3 14 -1. <_>14 4 1 14 3. 0 0.0129611501470208 0.5232442021369934 0.4333561062812805 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 4.7209449112415314e-003 0.4648149013519287 0.6331052780151367 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -2.3119079414755106e-003 0.5930309891700745 0.4531058073043823 <_> <_> <_>4 2 3 16 -1. <_>5 2 1 16 3. 0 -2.8262299019843340e-003 0.3870477974414825 0.5257101058959961 <_> <_> <_>7 2 8 10 -1. <_>7 7 8 5 2. 0 -1.4311339473351836e-003 0.5522503256797791 0.4561854898929596 <_> <_> <_>6 14 7 3 -1. <_>6 15 7 1 3. 0 1.9378310535103083e-003 0.4546220898628235 0.5736966729164124 <_> <_> <_>9 2 10 12 -1. <_>14 2 5 6 2. <_>9 8 5 6 2. 0 2.6343559147790074e-004 0.5345739126205444 0.4571875035762787 <_> <_> <_>6 7 8 2 -1. <_>6 8 8 1 2. 0 7.8257522545754910e-004 0.3967815935611725 0.5220187902450562 <_> <_> <_>8 13 4 6 -1. <_>8 16 4 3 2. 0 -0.0195504408329725 0.2829642891883850 0.5243508219718933 <_> <_> <_>6 6 1 3 -1. <_>6 7 1 1 3. 0 4.3914958951063454e-004 0.4590066969394684 0.5899090170860291 <_> <_> <_>16 2 4 6 -1. <_>16 4 4 2 3. 0 0.0214520003646612 0.5231410861015320 0.2855378985404968 <_> <_> <_>6 6 4 2 -1. <_>6 6 2 1 2. <_>8 7 2 1 2. 0 5.8973580598831177e-004 0.4397256970405579 0.5506421923637390 <_> <_> <_>16 2 4 6 -1. <_>16 4 4 2 3. 0 -0.0261576101183891 0.3135079145431519 0.5189175009727478 <_> <_> <_>0 2 4 6 -1. <_>0 4 4 2 3. 0 -0.0139598604291677 0.3213272988796234 0.5040717720985413 <_> <_> <_>9 6 2 6 -1. <_>9 6 1 6 2. 0 -6.3699018210172653e-003 0.6387544870376587 0.4849506914615631 <_> <_> <_>3 4 6 10 -1. <_>3 9 6 5 2. 0 -8.5613820701837540e-003 0.2759132087230682 0.5032019019126892 <_> <_> <_>9 5 2 6 -1. <_>9 5 1 6 2. 0 9.6622901037335396e-004 0.4685640931129456 0.5834879279136658 <_> <_> <_>3 13 2 3 -1. <_>3 14 2 1 3. 0 7.6550268568098545e-004 0.5175207257270813 0.3896422088146210 <_> <_> <_>13 13 3 2 -1. <_>13 14 3 1 2. 0 -8.1833340227603912e-003 0.2069136947393417 0.5208122134208679 <_> <_> <_>2 16 10 4 -1. <_>2 16 5 2 2. <_>7 18 5 2 2. 0 -9.3976939097046852e-003 0.6134091019630432 0.4641222953796387 <_> <_> <_>5 6 10 6 -1. <_>10 6 5 3 2. <_>5 9 5 3 2. 0 4.8028980381786823e-003 0.5454108119010925 0.4395219981670380 <_> <_> <_>7 14 1 3 -1. <_>7 15 1 1 3. 0 -3.5680569708347321e-003 0.6344485282897949 0.4681093990802765 <_> <_> <_>14 16 6 3 -1. <_>14 17 6 1 3. 0 4.0733120404183865e-003 0.5292683243751526 0.4015620052814484 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.2568129459396005e-003 0.4392988085746765 0.5452824831008911 <_> <_> <_>7 4 10 3 -1. <_>7 5 10 1 3. 0 -2.9065010603517294e-003 0.5898832082748413 0.4863379895687103 <_> <_> <_>0 4 5 4 -1. <_>0 6 5 2 2. 0 -2.4409340694546700e-003 0.4069364964962006 0.5247421860694885 <_> <_> <_>13 11 3 9 -1. <_>13 14 3 3 3. 0 0.0248307008296251 0.5182725787162781 0.3682524859905243 <_> <_> <_>4 11 3 9 -1. <_>4 14 3 3 3. 0 -0.0488540083169937 0.1307577937841415 0.4961281120777130 <_> <_> <_>9 7 2 1 -1. <_>9 7 1 1 2. 0 -1.6110379947349429e-003 0.6421005725860596 0.4872662127017975 <_> <_> <_>5 0 6 17 -1. <_>7 0 2 17 3. 0 -0.0970094799995422 0.0477693490684032 0.4950988888740540 <_> <_> <_>10 3 6 3 -1. <_>10 3 3 3 2. 0 1.1209240183234215e-003 0.4616267085075378 0.5354745984077454 <_> <_> <_>2 2 15 4 -1. <_>7 2 5 4 3. 0 -1.3064090162515640e-003 0.6261854171752930 0.4638805985450745 <_> <_> <_>8 2 8 2 -1. <_>12 2 4 1 2. <_>8 3 4 1 2. 0 4.5771620352752507e-004 0.5384417772293091 0.4646640121936798 <_> <_> <_>8 1 3 6 -1. <_>8 3 3 2 3. 0 -6.3149951165542006e-004 0.3804047107696533 0.5130257010459900 <_> <_> <_>9 17 2 2 -1. <_>9 18 2 1 2. 0 1.4505970466416329e-004 0.4554310142993927 0.5664461851119995 <_> <_> <_>0 0 2 14 -1. <_>1 0 1 14 2. 0 -0.0164745505899191 0.6596958041191101 0.4715859889984131 <_> <_> <_>12 0 7 3 -1. <_>12 1 7 1 3. 0 0.0133695797994733 0.5195466279983521 0.3035964965820313 <_> <_> <_>1 14 1 2 -1. <_>1 15 1 1 2. 0 1.0271780047332868e-004 0.5229176282882690 0.4107066094875336 <_> <_> <_>14 12 2 8 -1. <_>15 12 1 4 2. <_>14 16 1 4 2. 0 -5.5311559699475765e-003 0.6352887749671936 0.4960907101631165 <_> <_> <_>1 0 7 3 -1. <_>1 1 7 1 3. 0 -2.6187049224972725e-003 0.3824546039104462 0.5140984058380127 <_> <_> <_>14 12 2 8 -1. <_>15 12 1 4 2. <_>14 16 1 4 2. 0 5.0834268331527710e-003 0.4950439929962158 0.6220818758010864 <_> <_> <_>6 0 8 12 -1. <_>6 0 4 6 2. <_>10 6 4 6 2. 0 0.0798181593418121 0.4952335953712463 0.1322475969791412 <_> <_> <_>6 1 8 9 -1. <_>6 4 8 3 3. 0 -0.0992265865206718 0.7542728781700134 0.5008416771888733 <_> <_> <_>5 2 2 2 -1. <_>5 3 2 1 2. 0 -6.5174017800018191e-004 0.3699302971363068 0.5130121111869812 <_> <_> <_>13 14 6 6 -1. <_>16 14 3 3 2. <_>13 17 3 3 2. 0 -0.0189968496561050 0.6689178943634033 0.4921202957630158 <_> <_> <_>0 17 20 2 -1. <_>0 17 10 1 2. <_>10 18 10 1 2. 0 0.0173468999564648 0.4983300864696503 0.1859198063611984 <_> <_> <_>10 3 2 6 -1. <_>11 3 1 3 2. <_>10 6 1 3 2. 0 5.5082101607695222e-004 0.4574424028396606 0.5522121787071228 <_> <_> <_>5 12 6 2 -1. <_>8 12 3 2 2. 0 2.0056050270795822e-003 0.5131744742393494 0.3856469988822937 <_> <_> <_>10 7 6 13 -1. <_>10 7 3 13 2. 0 -7.7688191086053848e-003 0.4361700117588043 0.5434309244155884 <_> <_> <_>5 15 10 5 -1. <_>10 15 5 5 2. 0 0.0508782789111137 0.4682720899581909 0.6840639710426331 <_> <_> <_>10 4 4 10 -1. <_>10 4 2 10 2. 0 -2.2901780903339386e-003 0.4329245090484619 0.5306099057197571 <_> <_> <_>5 7 2 1 -1. <_>6 7 1 1 2. 0 -1.5715380141045898e-004 0.5370057225227356 0.4378164112567902 <_> <_> <_>10 3 6 7 -1. <_>10 3 3 7 2. 0 0.1051924005150795 0.5137274265289307 0.0673614665865898 <_> <_> <_>4 3 6 7 -1. <_>7 3 3 7 2. 0 2.7198919560760260e-003 0.4112060964107513 0.5255665183067322 <_> <_> <_>1 7 18 5 -1. <_>7 7 6 5 3. 0 0.0483377799391747 0.5404623746871948 0.4438967108726502 <_> <_> <_>3 17 4 3 -1. <_>5 17 2 3 2. 0 9.5703761326149106e-004 0.4355969130992889 0.5399510860443115 <_> <_> <_>8 14 12 6 -1. <_>14 14 6 3 2. <_>8 17 6 3 2. 0 -0.0253712590783834 0.5995175242424011 0.5031024813652039 <_> <_> <_>0 13 20 4 -1. <_>0 13 10 2 2. <_>10 15 10 2 2. 0 0.0524579510092735 0.4950287938117981 0.1398351043462753 <_> <_> <_>4 5 14 2 -1. <_>11 5 7 1 2. <_>4 6 7 1 2. 0 -0.0123656298965216 0.6397299170494080 0.4964106082916260 <_> <_> <_>1 2 10 12 -1. <_>1 2 5 6 2. <_>6 8 5 6 2. 0 -0.1458971947431564 0.1001669988036156 0.4946322143077850 <_> <_> <_>6 1 14 3 -1. <_>6 2 14 1 3. 0 -0.0159086007624865 0.3312329947948456 0.5208340883255005 <_> <_> <_>8 16 2 3 -1. <_>8 17 2 1 3. 0 3.9486068999394774e-004 0.4406363964080811 0.5426102876663208 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -5.2454001270234585e-003 0.2799589931964874 0.5189967155456543 <_> <_> <_>5 15 4 2 -1. <_>5 15 2 1 2. <_>7 16 2 1 2. 0 -5.0421799533069134e-003 0.6987580060958862 0.4752142131328583 <_> <_> <_>10 15 1 3 -1. <_>10 16 1 1 3. 0 2.9812189750373363e-003 0.4983288943767548 0.6307479739189148 <_> <_> <_>8 16 4 4 -1. <_>8 16 2 2 2. <_>10 18 2 2 2. 0 -7.2884308174252510e-003 0.2982333004474640 0.5026869773864746 <_> <_> <_>6 11 8 6 -1. <_>6 14 8 3 2. 0 1.5094350092113018e-003 0.5308442115783691 0.3832970857620239 <_> <_> <_>2 13 5 2 -1. <_>2 14 5 1 2. 0 -9.3340799212455750e-003 0.2037964016199112 0.4969817101955414 <_> <_> <_>13 14 6 6 -1. <_>16 14 3 3 2. <_>13 17 3 3 2. 0 0.0286671407520771 0.5025696754455566 0.6928027272224426 <_> <_> <_>1 9 18 4 -1. <_>7 9 6 4 3. 0 0.1701968014240265 0.4960052967071533 0.1476442962884903 <_> <_> <_>13 14 6 6 -1. <_>16 14 3 3 2. <_>13 17 3 3 2. 0 -3.2614478841423988e-003 0.5603063702583313 0.4826056063175201 <_> <_> <_>0 2 1 6 -1. <_>0 4 1 2 3. 0 5.5769277969375253e-004 0.5205562114715576 0.4129633009433746 <_> <_> <_>5 0 15 20 -1. <_>5 10 15 10 2. 0 0.3625833988189697 0.5221652984619141 0.3768612146377564 <_> <_> <_>1 14 6 6 -1. <_>1 14 3 3 2. <_>4 17 3 3 2. 0 -0.0116151301190257 0.6022682785987854 0.4637489914894104 <_> <_> <_>8 14 4 6 -1. <_>10 14 2 3 2. <_>8 17 2 3 2. 0 -4.0795197710394859e-003 0.4070447087287903 0.5337479114532471 <_> <_> <_>7 11 2 1 -1. <_>8 11 1 1 2. 0 5.7204300537705421e-004 0.4601835012435913 0.5900393128395081 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 6.7543348995968699e-004 0.5398252010345459 0.4345428943634033 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 6.3295697327703238e-004 0.5201563239097595 0.4051358997821808 <_> <_> <_>12 14 4 6 -1. <_>14 14 2 3 2. <_>12 17 2 3 2. 0 1.2435320531949401e-003 0.4642387926578522 0.5547441244125366 <_> <_> <_>4 14 4 6 -1. <_>4 14 2 3 2. <_>6 17 2 3 2. 0 -4.7363857738673687e-003 0.6198567152023315 0.4672552049160004 <_> <_> <_>13 14 2 6 -1. <_>14 14 1 3 2. <_>13 17 1 3 2. 0 -6.4658462069928646e-003 0.6837332844734192 0.5019000768661499 <_> <_> <_>5 14 2 6 -1. <_>5 14 1 3 2. <_>6 17 1 3 2. 0 3.5017321351915598e-004 0.4344803094863892 0.5363622903823853 <_> <_> <_>7 0 6 12 -1. <_>7 4 6 4 3. 0 1.5754920605104417e-004 0.4760079085826874 0.5732020735740662 <_> <_> <_>0 7 12 2 -1. <_>4 7 4 2 3. 0 9.9774366244673729e-003 0.5090985894203186 0.3635039925575256 <_> <_> <_>10 3 3 13 -1. <_>11 3 1 13 3. 0 -4.1464529931545258e-004 0.5570064783096314 0.4593802094459534 <_> <_> <_>7 3 3 13 -1. <_>8 3 1 13 3. 0 -3.5888899583369493e-004 0.5356845855712891 0.4339134991168976 <_> <_> <_>10 8 6 3 -1. <_>10 9 6 1 3. 0 4.0463250479660928e-004 0.4439803063869476 0.5436776876449585 <_> <_> <_>3 11 3 2 -1. <_>4 11 1 2 3. 0 -8.2184787606820464e-004 0.4042294919490814 0.5176299214363098 <_> <_> <_>13 12 6 8 -1. <_>16 12 3 4 2. <_>13 16 3 4 2. 0 5.9467419050633907e-003 0.4927651882171631 0.5633779764175415 <_> <_> <_>7 6 6 5 -1. <_>9 6 2 5 3. 0 -0.0217533893883228 0.8006293773651123 0.4800840914249420 <_> <_> <_>17 11 2 7 -1. <_>17 11 1 7 2. 0 -0.0145403798669577 0.3946054875850678 0.5182222723960877 <_> <_> <_>3 13 8 2 -1. <_>7 13 4 2 2. 0 -0.0405107699334621 0.0213249903172255 0.4935792982578278 <_> <_> <_>6 9 8 3 -1. <_>6 10 8 1 3. 0 -5.8458268176764250e-004 0.4012795984745026 0.5314025282859802 <_> <_> <_>4 3 4 3 -1. <_>4 4 4 1 3. 0 5.5151800625026226e-003 0.4642418920993805 0.5896260738372803 <_> <_> <_>11 3 4 3 -1. <_>11 4 4 1 3. 0 -6.0626221820712090e-003 0.6502159237861633 0.5016477704048157 <_> <_> <_>1 4 17 12 -1. <_>1 8 17 4 3. 0 0.0945358425378799 0.5264708995819092 0.4126827120780945 <_> <_> <_>11 3 4 3 -1. <_>11 4 4 1 3. 0 4.7315051779150963e-003 0.4879199862480164 0.5892447829246521 <_> <_> <_>4 8 6 3 -1. <_>4 9 6 1 3. 0 -5.2571471314877272e-004 0.3917280137538910 0.5189412832260132 <_> <_> <_>12 3 5 3 -1. <_>12 4 5 1 3. 0 -2.5464049540460110e-003 0.5837599039077759 0.4985705912113190 <_> <_> <_>1 11 2 7 -1. <_>2 11 1 7 2. 0 -0.0260756891220808 0.1261983960866928 0.4955821931362152 <_> <_> <_>15 12 2 8 -1. <_>16 12 1 4 2. <_>15 16 1 4 2. 0 -5.4779709316790104e-003 0.5722513794898987 0.5010265707969666 <_> <_> <_>4 8 11 3 -1. <_>4 9 11 1 3. 0 5.1337741315364838e-003 0.5273262262344360 0.4226376116275787 <_> <_> <_>9 13 6 2 -1. <_>12 13 3 1 2. <_>9 14 3 1 2. 0 4.7944980906322598e-004 0.4450066983699799 0.5819587111473084 <_> <_> <_>6 13 4 3 -1. <_>6 14 4 1 3. 0 -2.1114079281687737e-003 0.5757653117179871 0.4511714875698090 <_> <_> <_>9 12 3 3 -1. <_>10 12 1 3 3. 0 -0.0131799904629588 0.1884381026029587 0.5160734057426453 <_> <_> <_>5 3 3 3 -1. <_>5 4 3 1 3. 0 -4.7968099825084209e-003 0.6589789986610413 0.4736118912696838 <_> <_> <_>9 4 2 3 -1. <_>9 5 2 1 3. 0 6.7483168095350266e-003 0.5259429812431335 0.3356395065784454 <_> <_> <_>0 2 16 3 -1. <_>0 3 16 1 3. 0 1.4623369788751006e-003 0.5355271100997925 0.4264092147350311 <_> <_> <_>15 12 2 8 -1. <_>16 12 1 4 2. <_>15 16 1 4 2. 0 4.7645159065723419e-003 0.5034406781196594 0.5786827802658081 <_> <_> <_>3 12 2 8 -1. <_>3 12 1 4 2. <_>4 16 1 4 2. 0 6.8066660314798355e-003 0.4756605029106140 0.6677829027175903 <_> <_> <_>14 13 3 6 -1. <_>14 15 3 2 3. 0 3.6608621012419462e-003 0.5369611978530884 0.4311546981334686 <_> <_> <_>3 13 3 6 -1. <_>3 15 3 2 3. 0 0.0214496403932571 0.4968641996383667 0.1888816058635712 <_> <_> <_>6 5 10 2 -1. <_>11 5 5 1 2. <_>6 6 5 1 2. 0 4.1678901761770248e-003 0.4930733144283295 0.5815368890762329 <_> <_> <_>2 14 14 6 -1. <_>2 17 14 3 2. 0 8.6467564105987549e-003 0.5205205082893372 0.4132595062255859 <_> <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 -3.6114078829996288e-004 0.5483555197715759 0.4800927937030792 <_> <_> <_>4 16 2 2 -1. <_>4 16 1 1 2. <_>5 17 1 1 2. 0 1.0808729566633701e-003 0.4689902067184448 0.6041421294212341 <_> <_> <_>10 6 2 3 -1. <_>10 7 2 1 3. 0 5.7719959877431393e-003 0.5171142220497131 0.3053277134895325 <_> <_> <_>0 17 20 2 -1. <_>0 17 10 1 2. <_>10 18 10 1 2. 0 1.5720770461484790e-003 0.5219978094100952 0.4178803861141205 <_> <_> <_>13 6 1 3 -1. <_>13 7 1 1 3. 0 -1.9307859474793077e-003 0.5860369801521301 0.4812920093536377 <_> <_> <_>8 13 3 2 -1. <_>9 13 1 2 3. 0 -7.8926272690296173e-003 0.1749276965856552 0.4971733987331390 <_> <_> <_>12 2 3 3 -1. <_>13 2 1 3 3. 0 -2.2224679123610258e-003 0.4342589080333710 0.5212848186492920 <_> <_> <_>3 18 2 2 -1. <_>3 18 1 1 2. <_>4 19 1 1 2. 0 1.9011989934369922e-003 0.4765186905860901 0.6892055273056030 <_> <_> <_>9 16 3 4 -1. <_>10 16 1 4 3. 0 2.7576119173318148e-003 0.5262191295623779 0.4337486028671265 <_> <_> <_>6 6 1 3 -1. <_>6 7 1 1 3. 0 5.1787449046969414e-003 0.4804069101810455 0.7843729257583618 <_> <_> <_>13 1 5 2 -1. <_>13 2 5 1 2. 0 -9.0273341629654169e-004 0.4120846986770630 0.5353423953056335 <_> <_> <_>7 14 6 2 -1. <_>7 14 3 1 2. <_>10 15 3 1 2. 0 5.1797959022223949e-003 0.4740372896194458 0.6425960063934326 <_> <_> <_>11 3 3 4 -1. <_>12 3 1 4 3. 0 -0.0101140001788735 0.2468792051076889 0.5175017714500427 <_> <_> <_>1 13 12 6 -1. <_>5 13 4 6 3. 0 -0.0186170600354671 0.5756294131278992 0.4628978967666626 <_> <_> <_>14 11 5 2 -1. <_>14 12 5 1 2. 0 5.9225959703326225e-003 0.5169625878334045 0.3214271068572998 <_> <_> <_>2 15 14 4 -1. <_>2 15 7 2 2. <_>9 17 7 2 2. 0 -6.2945079989731312e-003 0.3872014880180359 0.5141636729240418 <_> <_> <_>3 7 14 2 -1. <_>10 7 7 1 2. <_>3 8 7 1 2. 0 6.5353019163012505e-003 0.4853048920631409 0.6310489773750305 <_> <_> <_>1 11 4 2 -1. <_>1 12 4 1 2. 0 1.0878399480134249e-003 0.5117315053939819 0.3723258972167969 <_> <_> <_>14 0 6 14 -1. <_>16 0 2 14 3. 0 -0.0225422400981188 0.5692740082740784 0.4887112975120544 <_> <_> <_>4 11 1 3 -1. <_>4 12 1 1 3. 0 -3.0065660830587149e-003 0.2556012868881226 0.5003992915153503 <_> <_> <_>14 0 6 14 -1. <_>16 0 2 14 3. 0 7.4741272255778313e-003 0.4810872972011566 0.5675926804542542 <_> <_> <_>1 10 3 7 -1. <_>2 10 1 7 3. 0 0.0261623207479715 0.4971194863319397 0.1777237057685852 <_> <_> <_>8 12 9 2 -1. <_>8 13 9 1 2. 0 9.4352738233283162e-004 0.4940010905265808 0.5491250753402710 <_> <_> <_>0 6 20 1 -1. <_>10 6 10 1 2. 0 0.0333632417023182 0.5007612109184265 0.2790724039077759 <_> <_> <_>8 4 4 4 -1. <_>8 4 2 4 2. 0 -0.0151186501607299 0.7059578895568848 0.4973031878471375 <_> <_> <_>0 0 2 2 -1. <_>0 1 2 1 2. 0 9.8648946732282639e-004 0.5128620266914368 0.3776761889457703 104.7491989135742200 19 -1 <_> <_> <_> <_>5 3 10 9 -1. <_>5 6 10 3 3. 0 -0.0951507985591888 0.6470757126808167 0.4017286896705627 <_> <_> <_>15 2 4 10 -1. <_>15 2 2 10 2. 0 6.2702340073883533e-003 0.3999822139739990 0.5746449232101440 <_> <_> <_>8 2 2 7 -1. <_>9 2 1 7 2. 0 3.0018089455552399e-004 0.3558770120143890 0.5538809895515442 <_> <_> <_>7 4 12 1 -1. <_>11 4 4 1 3. 0 1.1757409665733576e-003 0.4256534874439240 0.5382617712020874 <_> <_> <_>3 4 9 1 -1. <_>6 4 3 1 3. 0 4.4235268433112651e-005 0.3682908117771149 0.5589926838874817 <_> <_> <_>15 10 1 4 -1. <_>15 12 1 2 2. 0 -2.9936920327600092e-005 0.5452470183372498 0.4020367860794067 <_> <_> <_>4 10 6 4 -1. <_>7 10 3 4 2. 0 3.0073199886828661e-003 0.5239058136940002 0.3317843973636627 <_> <_> <_>15 9 1 6 -1. <_>15 12 1 3 2. 0 -0.0105138896033168 0.4320689141750336 0.5307983756065369 <_> <_> <_>7 17 6 3 -1. <_>7 18 6 1 3. 0 8.3476826548576355e-003 0.4504637122154236 0.6453298926353455 <_> <_> <_>14 3 2 16 -1. <_>15 3 1 8 2. <_>14 11 1 8 2. 0 -3.1492270063608885e-003 0.4313425123691559 0.5370525121688843 <_> <_> <_>4 9 1 6 -1. <_>4 12 1 3 2. 0 -1.4435649973165710e-005 0.5326603055000305 0.3817971944808960 <_> <_> <_>12 1 5 2 -1. <_>12 2 5 1 2. 0 -4.2855090578086674e-004 0.4305163919925690 0.5382009744644165 <_> <_> <_>6 18 4 2 -1. <_>6 18 2 1 2. <_>8 19 2 1 2. 0 1.5062429883982986e-004 0.4235970973968506 0.5544965267181397 <_> <_> <_>2 4 16 10 -1. <_>10 4 8 5 2. <_>2 9 8 5 2. 0 0.0715598315000534 0.5303059816360474 0.2678802907466888 <_> <_> <_>6 5 1 10 -1. <_>6 10 1 5 2. 0 8.4095180500298738e-004 0.3557108938694000 0.5205433964729309 <_> <_> <_>4 8 15 2 -1. <_>9 8 5 2 3. 0 0.0629865005612373 0.5225362777709961 0.2861376106739044 <_> <_> <_>1 8 15 2 -1. <_>6 8 5 2 3. 0 -3.3798629883676767e-003 0.3624185919761658 0.5201697945594788 <_> <_> <_>9 5 3 6 -1. <_>9 7 3 2 3. 0 -1.1810739670181647e-004 0.5474476814270020 0.3959893882274628 <_> <_> <_>5 7 8 2 -1. <_>9 7 4 2 2. 0 -5.4505601292476058e-004 0.3740422129631043 0.5215715765953064 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -1.8454910023137927e-003 0.5893052220344544 0.4584448933601379 <_> <_> <_>1 0 16 3 -1. <_>1 1 16 1 3. 0 -4.3832371011376381e-004 0.4084582030773163 0.5385351181030273 <_> <_> <_>11 2 7 2 -1. <_>11 3 7 1 2. 0 -2.4000830017030239e-003 0.3777455091476440 0.5293580293655396 <_> <_> <_>5 1 10 18 -1. <_>5 7 10 6 3. 0 -0.0987957417964935 0.2963612079620361 0.5070089101791382 <_> <_> <_>17 4 3 2 -1. <_>18 4 1 2 3. 0 3.1798239797353745e-003 0.4877632856369019 0.6726443767547607 <_> <_> <_>8 13 1 3 -1. <_>8 14 1 1 3. 0 3.2406419632025063e-004 0.4366911053657532 0.5561109781265259 <_> <_> <_>3 14 14 6 -1. <_>3 16 14 2 3. 0 -0.0325472503900528 0.3128157854080200 0.5308616161346436 <_> <_> <_>0 2 3 4 -1. <_>1 2 1 4 3. 0 -7.7561130747199059e-003 0.6560224890708923 0.4639872014522553 <_> <_> <_>12 1 5 2 -1. <_>12 2 5 1 2. 0 0.0160272493958473 0.5172680020332336 0.3141897916793823 <_> <_> <_>3 1 5 2 -1. <_>3 2 5 1 2. 0 7.1002350523485802e-006 0.4084446132183075 0.5336294770240784 <_> <_> <_>10 13 2 3 -1. <_>10 14 2 1 3. 0 7.3422808200120926e-003 0.4966922104358673 0.6603465080261231 <_> <_> <_>8 13 2 3 -1. <_>8 14 2 1 3. 0 -1.6970280557870865e-003 0.5908237099647522 0.4500182867050171 <_> <_> <_>14 12 2 3 -1. <_>14 13 2 1 3. 0 2.4118260480463505e-003 0.5315160751342773 0.3599720895290375 <_> <_> <_>7 2 2 3 -1. <_>7 3 2 1 3. 0 -5.5300937965512276e-003 0.2334040999412537 0.4996814131736755 <_> <_> <_>5 6 10 4 -1. <_>10 6 5 2 2. <_>5 8 5 2 2. 0 -2.6478730142116547e-003 0.5880935788154602 0.4684734046459198 <_> <_> <_>9 13 1 6 -1. <_>9 16 1 3 2. 0 0.0112956296652555 0.4983777105808258 0.1884590983390808 <_> <_> <_>10 12 2 2 -1. <_>11 12 1 1 2. <_>10 13 1 1 2. 0 -6.6952878842130303e-004 0.5872138142585754 0.4799019992351532 <_> <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 1.4410680159926414e-003 0.5131189227104187 0.3501011133193970 <_> <_> <_>14 4 6 6 -1. <_>14 6 6 2 3. 0 2.4637870956212282e-003 0.5339372158050537 0.4117639064788818 <_> <_> <_>8 17 2 3 -1. <_>8 18 2 1 3. 0 3.3114518737420440e-004 0.4313383102416992 0.5398246049880981 <_> <_> <_>16 4 4 6 -1. <_>16 6 4 2 3. 0 -0.0335572697222233 0.2675336897373200 0.5179154872894287 <_> <_> <_>0 4 4 6 -1. <_>0 6 4 2 3. 0 0.0185394193977118 0.4973869919776917 0.2317177057266235 <_> <_> <_>14 6 2 3 -1. <_>14 6 1 3 2. 0 -2.9698139405809343e-004 0.5529708266258240 0.4643664062023163 <_> <_> <_>4 9 8 1 -1. <_>8 9 4 1 2. 0 -4.5577259152196348e-004 0.5629584193229675 0.4469191133975983 <_> <_> <_>8 12 4 3 -1. <_>8 13 4 1 3. 0 -0.0101589802652597 0.6706212759017944 0.4925918877124786 <_> <_> <_>5 12 10 6 -1. <_>5 14 10 2 3. 0 -2.2413829356082715e-005 0.5239421725273132 0.3912901878356934 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 7.2034963523037732e-005 0.4799438118934631 0.5501788854598999 <_> <_> <_>8 15 4 2 -1. <_>8 16 4 1 2. 0 -6.9267209619283676e-003 0.6930009722709656 0.4698084890842438 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 -7.6997838914394379e-003 0.4099623858928680 0.5480883121490479 <_> <_> <_>7 12 4 6 -1. <_>7 12 2 3 2. <_>9 15 2 3 2. 0 -7.3130549862980843e-003 0.3283475935459137 0.5057886242866516 <_> <_> <_>10 11 3 1 -1. <_>11 11 1 1 3. 0 1.9650589674711227e-003 0.4978047013282776 0.6398249864578247 <_> <_> <_>9 7 2 10 -1. <_>9 7 1 5 2. <_>10 12 1 5 2. 0 7.1647600270807743e-003 0.4661160111427307 0.6222137212753296 <_> <_> <_>8 0 6 6 -1. <_>10 0 2 6 3. 0 -0.0240786392241716 0.2334644943475723 0.5222162008285523 <_> <_> <_>3 11 2 6 -1. <_>3 13 2 2 3. 0 -0.0210279691964388 0.1183653995394707 0.4938226044178009 <_> <_> <_>16 12 1 2 -1. <_>16 13 1 1 2. 0 3.6017020465806127e-004 0.5325019955635071 0.4116711020469666 <_> <_> <_>1 14 6 6 -1. <_>1 14 3 3 2. <_>4 17 3 3 2. 0 -0.0172197297215462 0.6278762221336365 0.4664269089698792 <_> <_> <_>13 1 3 6 -1. <_>14 1 1 6 3. 0 -7.8672142699360847e-003 0.3403415083885193 0.5249736905097961 <_> <_> <_>8 8 2 2 -1. <_>8 9 2 1 2. 0 -4.4777389848604798e-004 0.3610411882400513 0.5086259245872498 <_> <_> <_>9 9 3 3 -1. <_>10 9 1 3 3. 0 5.5486010387539864e-003 0.4884265959262848 0.6203498244285584 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 -6.9461148232221603e-003 0.2625930011272430 0.5011097192764282 <_> <_> <_>14 0 2 3 -1. <_>14 0 1 3 2. 0 1.3569870498031378e-004 0.4340794980525971 0.5628312230110169 <_> <_> <_>1 0 18 9 -1. <_>7 0 6 9 3. 0 -0.0458802506327629 0.6507998704910278 0.4696274995803833 <_> <_> <_>11 5 4 15 -1. <_>11 5 2 15 2. 0 -0.0215825606137514 0.3826502859592438 0.5287616848945618 <_> <_> <_>5 5 4 15 -1. <_>7 5 2 15 2. 0 -0.0202095396816731 0.3233368098735809 0.5074477195739746 <_> <_> <_>14 0 2 3 -1. <_>14 0 1 3 2. 0 5.8496710844337940e-003 0.5177603960037231 0.4489670991897583 <_> <_> <_>4 0 2 3 -1. <_>5 0 1 3 2. 0 -5.7476379879517481e-005 0.4020850956439972 0.5246363878250122 <_> <_> <_>11 12 2 2 -1. <_>12 12 1 1 2. <_>11 13 1 1 2. 0 -1.1513100471347570e-003 0.6315072178840637 0.4905154109001160 <_> <_> <_>7 12 2 2 -1. <_>7 12 1 1 2. <_>8 13 1 1 2. 0 1.9862831104546785e-003 0.4702459871768951 0.6497151255607605 <_> <_> <_>12 0 3 4 -1. <_>13 0 1 4 3. 0 -5.2719512023031712e-003 0.3650383949279785 0.5227652788162231 <_> <_> <_>4 11 3 3 -1. <_>4 12 3 1 3. 0 1.2662699446082115e-003 0.5166100859642029 0.3877618014812470 <_> <_> <_>12 7 4 2 -1. <_>12 8 4 1 2. 0 -6.2919440679252148e-003 0.7375894188880920 0.5023847818374634 <_> <_> <_>8 10 3 2 -1. <_>9 10 1 2 3. 0 6.7360111279413104e-004 0.4423226118087769 0.5495585799217224 <_> <_> <_>9 9 3 2 -1. <_>10 9 1 2 3. 0 -1.0523450328037143e-003 0.5976396203041077 0.4859583079814911 <_> <_> <_>8 9 3 2 -1. <_>9 9 1 2 3. 0 -4.4216238893568516e-004 0.5955939292907715 0.4398930966854096 <_> <_> <_>12 0 3 4 -1. <_>13 0 1 4 3. 0 1.1747940443456173e-003 0.5349888205528259 0.4605058133602142 <_> <_> <_>5 0 3 4 -1. <_>6 0 1 4 3. 0 5.2457437850534916e-003 0.5049191117286682 0.2941577136516571 <_> <_> <_>4 14 12 4 -1. <_>10 14 6 2 2. <_>4 16 6 2 2. 0 -0.0245397202670574 0.2550177872180939 0.5218586921691895 <_> <_> <_>8 13 2 3 -1. <_>8 14 2 1 3. 0 7.3793041519820690e-004 0.4424861073493958 0.5490816235542297 <_> <_> <_>10 10 3 8 -1. <_>10 14 3 4 2. 0 1.4233799884095788e-003 0.5319514274597168 0.4081355929374695 <_> <_> <_>8 10 4 8 -1. <_>8 10 2 4 2. <_>10 14 2 4 2. 0 -2.4149110540747643e-003 0.4087659120559692 0.5238950252532959 <_> <_> <_>10 8 3 1 -1. <_>11 8 1 1 3. 0 -1.2165299849584699e-003 0.5674579143524170 0.4908052980899811 <_> <_> <_>9 12 1 6 -1. <_>9 15 1 3 2. 0 -1.2438809499144554e-003 0.4129425883293152 0.5256118178367615 <_> <_> <_>10 8 3 1 -1. <_>11 8 1 1 3. 0 6.1942739412188530e-003 0.5060194134712219 0.7313653230667114 <_> <_> <_>7 8 3 1 -1. <_>8 8 1 1 3. 0 -1.6607169527560472e-003 0.5979632139205933 0.4596369862556458 <_> <_> <_>5 2 15 14 -1. <_>5 9 15 7 2. 0 -0.0273162592202425 0.4174365103244782 0.5308842062950134 <_> <_> <_>2 1 2 10 -1. <_>2 1 1 5 2. <_>3 6 1 5 2. 0 -1.5845570014789701e-003 0.5615804791450501 0.4519486129283905 <_> <_> <_>14 14 2 3 -1. <_>14 15 2 1 3. 0 -1.5514739789068699e-003 0.4076187014579773 0.5360785126686096 <_> <_> <_>2 7 3 3 -1. <_>3 7 1 3 3. 0 3.8446558755822480e-004 0.4347293972969055 0.5430442094802856 <_> <_> <_>17 4 3 3 -1. <_>17 5 3 1 3. 0 -0.0146722598001361 0.1659304946660996 0.5146093964576721 <_> <_> <_>0 4 3 3 -1. <_>0 5 3 1 3. 0 8.1608882173895836e-003 0.4961819052696228 0.1884745955467224 <_> <_> <_>13 5 6 2 -1. <_>16 5 3 1 2. <_>13 6 3 1 2. 0 1.1121659772470593e-003 0.4868263900279999 0.6093816161155701 <_> <_> <_>4 19 12 1 -1. <_>8 19 4 1 3. 0 -7.2603770531713963e-003 0.6284325122833252 0.4690375924110413 <_> <_> <_>12 12 2 4 -1. <_>12 14 2 2 2. 0 -2.4046430189628154e-004 0.5575000047683716 0.4046044051647186 <_> <_> <_>3 15 1 3 -1. <_>3 16 1 1 3. 0 -2.3348190006799996e-004 0.4115762114524841 0.5252848267555237 <_> <_> <_>11 16 6 4 -1. <_>11 16 3 4 2. 0 5.5736480280756950e-003 0.4730072915554047 0.5690100789070129 <_> <_> <_>2 10 3 10 -1. <_>3 10 1 10 3. 0 0.0306237693876028 0.4971886873245239 0.1740095019340515 <_> <_> <_>12 8 2 4 -1. <_>12 8 1 4 2. 0 9.2074798885732889e-004 0.5372117757797241 0.4354872107505798 <_> <_> <_>6 8 2 4 -1. <_>7 8 1 4 2. 0 -4.3550739064812660e-005 0.5366883873939514 0.4347316920757294 <_> <_> <_>10 14 2 3 -1. <_>10 14 1 3 2. 0 -6.6452710889279842e-003 0.3435518145561218 0.5160533189773560 <_> <_> <_>5 1 10 3 -1. <_>10 1 5 3 2. 0 0.0432219989597797 0.4766792058944702 0.7293652892112732 <_> <_> <_>10 7 3 2 -1. <_>11 7 1 2 3. 0 2.2331769578158855e-003 0.5029315948486328 0.5633171200752258 <_> <_> <_>5 6 9 2 -1. <_>8 6 3 2 3. 0 3.1829739455133677e-003 0.4016092121601105 0.5192136764526367 <_> <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 -1.8027749320026487e-004 0.4088315963745117 0.5417919754981995 <_> <_> <_>2 11 16 6 -1. <_>2 11 8 3 2. <_>10 14 8 3 2. 0 -5.2934689447283745e-003 0.4075677096843720 0.5243561863899231 <_> <_> <_>12 7 2 2 -1. <_>13 7 1 1 2. <_>12 8 1 1 2. 0 1.2750959722325206e-003 0.4913282990455627 0.6387010812759399 <_> <_> <_>9 5 2 3 -1. <_>9 6 2 1 3. 0 4.3385322205722332e-003 0.5031672120094299 0.2947346866130829 <_> <_> <_>9 7 3 2 -1. <_>10 7 1 2 3. 0 8.5250744596123695e-003 0.4949789047241211 0.6308869123458862 <_> <_> <_>5 1 8 12 -1. <_>5 7 8 6 2. 0 -9.4266352243721485e-004 0.5328366756439209 0.4285649955272675 <_> <_> <_>13 5 2 2 -1. <_>13 6 2 1 2. 0 1.3609660090878606e-003 0.4991525113582611 0.5941501259803772 <_> <_> <_>5 5 2 2 -1. <_>5 6 2 1 2. 0 4.4782509212382138e-004 0.4573504030704498 0.5854480862617493 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 1.3360050506889820e-003 0.4604358971118927 0.5849052071571350 <_> <_> <_>4 14 2 3 -1. <_>4 15 2 1 3. 0 -6.0967548051849008e-004 0.3969388902187347 0.5229423046112061 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -2.3656780831515789e-003 0.5808320045471191 0.4898357093334198 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.0734340175986290e-003 0.4351210892200470 0.5470039248466492 <_> <_> <_>9 14 2 6 -1. <_>10 14 1 3 2. <_>9 17 1 3 2. 0 2.1923359017819166e-003 0.5355060100555420 0.3842903971672058 <_> <_> <_>8 14 3 2 -1. <_>9 14 1 2 3. 0 5.4968618787825108e-003 0.5018138885498047 0.2827191948890686 <_> <_> <_>9 5 6 6 -1. <_>11 5 2 6 3. 0 -0.0753688216209412 0.1225076019763947 0.5148826837539673 <_> <_> <_>5 5 6 6 -1. <_>7 5 2 6 3. 0 0.0251344703137875 0.4731766879558563 0.7025446295738220 <_> <_> <_>13 13 1 2 -1. <_>13 14 1 1 2. 0 -2.9358599931583740e-005 0.5430532097816467 0.4656086862087250 <_> <_> <_>0 2 10 2 -1. <_>0 3 10 1 2. 0 -5.8355910005047917e-004 0.4031040072441101 0.5190119743347168 <_> <_> <_>13 13 1 2 -1. <_>13 14 1 1 2. 0 -2.6639450807124376e-003 0.4308126866817474 0.5161771178245544 <_> <_> <_>5 7 2 2 -1. <_>5 7 1 1 2. <_>6 8 1 1 2. 0 -1.3804089976474643e-003 0.6219829916954041 0.4695515930652618 <_> <_> <_>13 5 2 7 -1. <_>13 5 1 7 2. 0 1.2313219485804439e-003 0.5379363894462585 0.4425831139087677 <_> <_> <_>6 13 1 2 -1. <_>6 14 1 1 2. 0 -1.4644179827882908e-005 0.5281640291213989 0.4222503006458283 <_> <_> <_>11 0 3 7 -1. <_>12 0 1 7 3. 0 -0.0128188095986843 0.2582092881202698 0.5179932713508606 <_> <_> <_>0 3 2 16 -1. <_>0 3 1 8 2. <_>1 11 1 8 2. 0 0.0228521898388863 0.4778693020343781 0.7609264254570007 <_> <_> <_>11 0 3 7 -1. <_>12 0 1 7 3. 0 8.2305970136076212e-004 0.5340992212295532 0.4671724140644074 <_> <_> <_>6 0 3 7 -1. <_>7 0 1 7 3. 0 0.0127701200544834 0.4965761005878449 0.1472366005182266 <_> <_> <_>11 16 8 4 -1. <_>11 16 4 4 2. 0 -0.0500515103340149 0.6414994001388550 0.5016592144966126 <_> <_> <_>1 16 8 4 -1. <_>5 16 4 4 2. 0 0.0157752707600594 0.4522320032119751 0.5685362219810486 <_> <_> <_>13 5 2 7 -1. <_>13 5 1 7 2. 0 -0.0185016207396984 0.2764748930931091 0.5137959122657776 <_> <_> <_>5 5 2 7 -1. <_>6 5 1 7 2. 0 2.4626250378787518e-003 0.5141941905021668 0.3795408010482788 <_> <_> <_>18 6 2 14 -1. <_>18 13 2 7 2. 0 0.0629161670804024 0.5060648918151856 0.6580433845520020 <_> <_> <_>6 10 3 4 -1. <_>6 12 3 2 2. 0 -2.1648500478477217e-005 0.5195388197898865 0.4019886851310730 <_> <_> <_>14 7 1 2 -1. <_>14 8 1 1 2. 0 2.1180990152060986e-003 0.4962365031242371 0.5954458713531494 <_> <_> <_>0 1 18 6 -1. <_>0 1 9 3 2. <_>9 4 9 3 2. 0 -0.0166348908096552 0.3757933080196381 0.5175446867942810 <_> <_> <_>14 7 1 2 -1. <_>14 8 1 1 2. 0 -2.8899470344185829e-003 0.6624013781547546 0.5057178735733032 <_> <_> <_>0 6 2 14 -1. <_>0 13 2 7 2. 0 0.0767832621932030 0.4795796871185303 0.8047714829444885 <_> <_> <_>17 0 3 12 -1. <_>18 0 1 12 3. 0 3.9170677773654461e-003 0.4937882125377655 0.5719941854476929 <_> <_> <_>0 6 18 3 -1. <_>0 7 18 1 3. 0 -0.0726706013083458 0.0538945607841015 0.4943903982639313 <_> <_> <_>6 0 14 16 -1. <_>6 8 14 8 2. 0 0.5403950214385986 0.5129774212837219 0.1143338978290558 <_> <_> <_>0 0 3 12 -1. <_>1 0 1 12 3. 0 2.9510019812732935e-003 0.4528343975543976 0.5698574185371399 <_> <_> <_>13 0 3 7 -1. <_>14 0 1 7 3. 0 3.4508369863033295e-003 0.5357726812362671 0.4218730926513672 <_> <_> <_>5 7 1 2 -1. <_>5 8 1 1 2. 0 -4.2077939724549651e-004 0.5916172862052918 0.4637925922870636 <_> <_> <_>14 4 6 6 -1. <_>14 6 6 2 3. 0 3.3051050268113613e-003 0.5273385047912598 0.4382042884826660 <_> <_> <_>5 7 7 2 -1. <_>5 8 7 1 2. 0 4.7735060798004270e-004 0.4046528041362763 0.5181884765625000 <_> <_> <_>8 6 6 9 -1. <_>8 9 6 3 3. 0 -0.0259285103529692 0.7452235817909241 0.5089386105537415 <_> <_> <_>5 4 6 1 -1. <_>7 4 2 1 3. 0 -2.9729790985584259e-003 0.3295435905456543 0.5058795213699341 <_> <_> <_>13 0 6 4 -1. <_>16 0 3 2 2. <_>13 2 3 2 2. 0 5.8508329093456268e-003 0.4857144057750702 0.5793024897575378 <_> <_> <_>1 2 18 12 -1. <_>1 6 18 4 3. 0 -0.0459675192832947 0.4312731027603149 0.5380653142929077 <_> <_> <_>3 2 17 12 -1. <_>3 6 17 4 3. 0 0.1558596044778824 0.5196170210838318 0.1684713959693909 <_> <_> <_>5 14 7 3 -1. <_>5 15 7 1 3. 0 0.0151648297905922 0.4735757112503052 0.6735026836395264 <_> <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 -1.0604249546304345e-003 0.5822926759719849 0.4775702953338623 <_> <_> <_>3 14 3 3 -1. <_>3 15 3 1 3. 0 6.6476291976869106e-003 0.4999198913574219 0.2319535017013550 <_> <_> <_>14 4 6 6 -1. <_>14 6 6 2 3. 0 -0.0122311301529408 0.4750893115997315 0.5262982249259949 <_> <_> <_>0 4 6 6 -1. <_>0 6 6 2 3. 0 5.6528882123529911e-003 0.5069767832756043 0.3561818897724152 <_> <_> <_>12 5 4 3 -1. <_>12 6 4 1 3. 0 1.2977829901501536e-003 0.4875693917274475 0.5619062781333923 <_> <_> <_>4 5 4 3 -1. <_>4 6 4 1 3. 0 0.0107815898954868 0.4750770032405853 0.6782308220863342 <_> <_> <_>18 0 2 6 -1. <_>18 2 2 2 3. 0 2.8654779307544231e-003 0.5305461883544922 0.4290736019611359 <_> <_> <_>8 1 4 9 -1. <_>10 1 2 9 2. 0 2.8663428965955973e-003 0.4518479108810425 0.5539351105690002 <_> <_> <_>6 6 8 2 -1. <_>6 6 4 2 2. 0 -5.1983320154249668e-003 0.4149119853973389 0.5434188842773438 <_> <_> <_>6 5 4 2 -1. <_>6 5 2 1 2. <_>8 6 2 1 2. 0 5.3739990107715130e-003 0.4717896878719330 0.6507657170295715 <_> <_> <_>10 5 2 3 -1. <_>10 6 2 1 3. 0 -0.0146415298804641 0.2172164022922516 0.5161777138710022 <_> <_> <_>9 5 1 3 -1. <_>9 6 1 1 3. 0 -1.5042580344015732e-005 0.5337383747100830 0.4298836886882782 <_> <_> <_>9 10 2 2 -1. <_>9 11 2 1 2. 0 -1.1875660129589960e-004 0.4604594111442566 0.5582447052001953 <_> <_> <_>0 8 4 3 -1. <_>0 9 4 1 3. 0 0.0169955305755138 0.4945895075798035 0.0738800764083862 <_> <_> <_>6 0 8 6 -1. <_>6 3 8 3 2. 0 -0.0350959412753582 0.7005509138107300 0.4977591037750244 <_> <_> <_>1 0 6 4 -1. <_>1 0 3 2 2. <_>4 2 3 2 2. 0 2.4217350874096155e-003 0.4466265141963959 0.5477694272994995 <_> <_> <_>13 0 3 7 -1. <_>14 0 1 7 3. 0 -9.6340337768197060e-004 0.4714098870754242 0.5313338041305542 <_> <_> <_>9 16 2 2 -1. <_>9 17 2 1 2. 0 1.6391130338888615e-004 0.4331546127796173 0.5342242121696472 <_> <_> <_>11 4 6 10 -1. <_>11 9 6 5 2. 0 -0.0211414601653814 0.2644700109958649 0.5204498767852783 <_> <_> <_>0 10 19 2 -1. <_>0 11 19 1 2. 0 8.7775202700868249e-004 0.5208349823951721 0.4152742922306061 <_> <_> <_>9 5 8 9 -1. <_>9 8 8 3 3. 0 -0.0279439203441143 0.6344125270843506 0.5018811821937561 <_> <_> <_>4 0 3 7 -1. <_>5 0 1 7 3. 0 6.7297378554940224e-003 0.5050438046455383 0.3500863909721375 <_> <_> <_>8 6 4 12 -1. <_>10 6 2 6 2. <_>8 12 2 6 2. 0 0.0232810396701097 0.4966318011283875 0.6968677043914795 <_> <_> <_>0 2 6 4 -1. <_>0 4 6 2 2. 0 -0.0116449799388647 0.3300260007381439 0.5049629807472229 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 0.0157643090933561 0.4991598129272461 0.7321153879165649 <_> <_> <_>8 0 3 7 -1. <_>9 0 1 7 3. 0 -1.3611479662358761e-003 0.3911735117435455 0.5160670876502991 <_> <_> <_>9 5 3 4 -1. <_>10 5 1 4 3. 0 -8.1522337859496474e-004 0.5628911256790161 0.4949719011783600 <_> <_> <_>8 5 3 4 -1. <_>9 5 1 4 3. 0 -6.0066272271797061e-004 0.5853595137596130 0.4550595879554749 <_> <_> <_>7 6 6 1 -1. <_>9 6 2 1 3. 0 4.9715518252924085e-004 0.4271470010280609 0.5443599224090576 <_> <_> <_>7 14 4 4 -1. <_>7 14 2 2 2. <_>9 16 2 2 2. 0 2.3475370835512877e-003 0.5143110752105713 0.3887656927108765 <_> <_> <_>13 14 4 6 -1. <_>15 14 2 3 2. <_>13 17 2 3 2. 0 -8.9261569082736969e-003 0.6044502258300781 0.4971720874309540 <_> <_> <_>7 8 1 8 -1. <_>7 12 1 4 2. 0 -0.0139199104160070 0.2583160996437073 0.5000367760658264 <_> <_> <_>16 0 2 8 -1. <_>17 0 1 4 2. <_>16 4 1 4 2. 0 1.0209949687123299e-003 0.4857374131679535 0.5560358166694641 <_> <_> <_>2 0 2 8 -1. <_>2 0 1 4 2. <_>3 4 1 4 2. 0 -2.7441629208624363e-003 0.5936884880065918 0.4645777046680450 <_> <_> <_>6 1 14 3 -1. <_>6 2 14 1 3. 0 -0.0162001308053732 0.3163014948368073 0.5193495154380798 <_> <_> <_>7 9 3 10 -1. <_>7 14 3 5 2. 0 4.3331980705261230e-003 0.5061224102973938 0.3458878993988037 <_> <_> <_>9 14 2 2 -1. <_>9 15 2 1 2. 0 5.8497930876910686e-004 0.4779017865657806 0.5870177745819092 <_> <_> <_>7 7 6 8 -1. <_>7 11 6 4 2. 0 -2.2466450463980436e-003 0.4297851026058197 0.5374773144721985 <_> <_> <_>9 7 3 6 -1. <_>9 10 3 3 2. 0 2.3146099410951138e-003 0.5438671708106995 0.4640969932079315 <_> <_> <_>7 13 3 3 -1. <_>7 14 3 1 3. 0 8.7679121643304825e-003 0.4726893007755280 0.6771789789199829 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -2.2448020172305405e-004 0.4229173064231873 0.5428048968315125 <_> <_> <_>0 1 18 2 -1. <_>6 1 6 2 3. 0 -7.4336021207273006e-003 0.6098880767822266 0.4683673977851868 <_> <_> <_>7 1 6 14 -1. <_>7 8 6 7 2. 0 -2.3189240600913763e-003 0.5689436793327332 0.4424242079257965 <_> <_> <_>1 9 18 1 -1. <_>7 9 6 1 3. 0 -2.1042178850620985e-003 0.3762221038341522 0.5187087059020996 <_> <_> <_>9 7 2 2 -1. <_>9 7 1 2 2. 0 4.6034841216169298e-004 0.4699405133724213 0.5771207213401794 <_> <_> <_>9 3 2 9 -1. <_>10 3 1 9 2. 0 1.0547629790380597e-003 0.4465216994285584 0.5601701736450195 <_> <_> <_>18 14 2 3 -1. <_>18 15 2 1 3. 0 8.7148818420246243e-004 0.5449805259704590 0.3914709091186523 <_> <_> <_>7 11 3 1 -1. <_>8 11 1 1 3. 0 3.3364820410497487e-004 0.4564009010791779 0.5645738840103149 <_> <_> <_>10 8 3 4 -1. <_>11 8 1 4 3. 0 -1.4853250468149781e-003 0.5747377872467041 0.4692778885364533 <_> <_> <_>7 14 3 6 -1. <_>8 14 1 6 3. 0 3.0251620337367058e-003 0.5166196823120117 0.3762814104557037 <_> <_> <_>10 8 3 4 -1. <_>11 8 1 4 3. 0 5.0280741415917873e-003 0.5002111792564392 0.6151527166366577 <_> <_> <_>7 8 3 4 -1. <_>8 8 1 4 3. 0 -5.8164511574432254e-004 0.5394598245620728 0.4390751123428345 <_> <_> <_>7 9 6 9 -1. <_>7 12 6 3 3. 0 0.0451415292918682 0.5188326835632324 0.2063035964965820 <_> <_> <_>0 14 2 3 -1. <_>0 15 2 1 3. 0 -1.0795620037242770e-003 0.3904685080051422 0.5137907266616821 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 1.5995999274309725e-004 0.4895322918891907 0.5427504181861877 <_> <_> <_>4 3 8 3 -1. <_>8 3 4 3 2. 0 -0.0193592701107264 0.6975228786468506 0.4773507118225098 <_> <_> <_>0 4 20 6 -1. <_>0 4 10 6 2. 0 0.2072550952434540 0.5233635902404785 0.3034991919994354 <_> <_> <_>9 14 1 3 -1. <_>9 15 1 1 3. 0 -4.1953290929086506e-004 0.5419396758079529 0.4460186064243317 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 2.2582069505006075e-003 0.4815764129161835 0.6027408838272095 <_> <_> <_>0 15 14 4 -1. <_>0 17 14 2 2. 0 -6.7811207845807076e-003 0.3980278968811035 0.5183305740356445 <_> <_> <_>1 14 18 6 -1. <_>1 17 18 3 2. 0 0.0111543098464608 0.5431231856346130 0.4188759922981262 <_> <_> <_>0 0 10 6 -1. <_>0 0 5 3 2. <_>5 3 5 3 2. 0 0.0431624315679073 0.4738228023052216 0.6522961258888245 105.7611007690429700 20 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_frontalface_alt2.xml000066400000000000000000031435261417525156400301040ustar00rootroot00000000000000 20 20 <_> <_> <_> <_>2 7 16 4 -1. <_>2 9 16 2 2. 0 4.3272329494357109e-003 0.0383819006383419 1 <_> <_>8 4 3 14 -1. <_>8 11 3 7 2. 0 0.0130761601030827 0.8965256810188294 0.2629314064979553 <_> <_> <_>13 6 1 6 -1. <_>13 9 1 3 2. 0 5.2434601821005344e-004 0.1021663025021553 1 <_> <_>4 2 12 8 -1. <_>8 2 4 8 3. 0 4.4573000632226467e-003 0.1238401979207993 0.6910383105278015 <_> <_> <_>6 3 1 9 -1. <_>6 6 1 3 3. 0 -9.2708261217921972e-004 1 0.1953697055578232 <_> <_>3 7 14 9 -1. <_>3 10 14 3 3. 0 3.3989109215326607e-004 0.2101441025733948 0.8258674740791321 0.3506923019886017 -1 -1 <_> <_> <_> <_>4 7 4 4 -1. <_>4 9 4 2 2. 0 2.3025739938020706e-003 0.1018375977873802 1 <_> <_>9 4 2 16 -1. <_>9 12 2 8 2. 0 4.4174338690936565e-003 0.8219057917594910 0.1956554949283600 <_> <_> <_>1 1 18 5 -1. <_>7 1 6 5 3. 0 0.0222032107412815 0.2205407023429871 1 <_> <_>4 5 13 8 -1. <_>4 9 13 4 2. 0 -1.7283110355492681e-004 0.0732632577419281 0.5931484103202820 <_> <_> <_>1 7 16 9 -1. <_>1 10 16 3 3. 0 4.3567270040512085e-003 0.1844114959239960 1 <_> <_>2 0 15 4 -1. <_>2 2 15 2 2. 0 -2.6032889727503061e-003 0.4032213985919952 0.8066521286964417 <_> <_> <_>7 5 6 4 -1. <_>9 5 2 4 3. 0 1.7309630056843162e-003 0.2548328042030335 1 <_> <_>6 3 8 9 -1. <_>6 6 8 3 3. 0 -7.8146401792764664e-003 0.6057069897651672 0.2779063880443573 <_> <_> <_>8 12 3 8 -1. <_>8 16 3 4 2. 0 -8.7343417108058929e-003 0.2889980077743530 1 <_> <_>3 16 2 2 -1. <_>3 17 2 1 2. 0 9.4522320432588458e-004 0.7616587281227112 0.3495643138885498 <_> <_> <_>14 1 6 12 -1. <_>14 1 3 12 2. 0 0.0494148582220078 1 0.8151652812957764 <_> <_>4 4 12 6 -1. <_>8 4 4 6 3. 0 4.4891750440001488e-003 0.2808783054351807 0.6027774810791016 <_> <_> <_>0 2 6 15 -1. <_>3 2 3 15 2. 0 0.0603136196732521 1 0.7607501745223999 <_> <_>5 4 9 6 -1. <_>5 6 9 2 3. 0 -1.0762850288301706e-003 0.4444035887718201 0.1437312066555023 <_> <_> <_>13 11 6 3 -1. <_>13 12 6 1 3. 0 -9.5083238556981087e-003 1 0.5318170189857483 <_> <_>12 12 6 4 -1. <_>12 14 6 2 2. 0 7.6601309701800346e-003 0.5411052107810974 0.2180687040090561 <_> <_> <_>1 11 6 3 -1. <_>1 12 6 1 3. 0 7.6467678882181644e-003 1 0.1158960014581680 <_> <_>2 5 5 8 -1. <_>2 9 5 4 2. 0 -8.4662932204082608e-004 0.2340679019689560 0.5990381836891174 3.4721779823303223 0 -1 <_> <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -4.8506218008697033e-003 1 0.1805496066808701 <_> <_>2 4 16 12 -1. <_>2 8 16 4 3. 0 -4.6141650527715683e-003 0.2177893966436386 0.8018236756324768 <_> <_> <_>4 5 12 6 -1. <_>8 5 4 6 3. 0 -2.4301309604197741e-003 0.1141354963183403 1 <_> <_>13 7 2 9 -1. <_>13 10 2 3 3. 0 4.1787960799410939e-004 0.1203093975782394 0.6108530759811401 <_> <_> <_>5 7 2 9 -1. <_>5 10 2 3 3. 0 1.0010929545387626e-003 0.2079959958791733 1 <_> <_>7 1 6 8 -1. <_>9 1 2 8 3. 0 1.0577100329101086e-003 0.3302054107189179 0.7511094212532044 <_> <_> <_>12 0 4 12 -1. <_>14 0 2 6 2. <_>12 6 2 6 2. 0 1.2376549420878291e-003 1 0.2768222093582153 <_> <_>5 8 10 2 -1. <_>5 9 10 1 2. 0 3.5315038985572755e-004 0.1668293029069901 0.5829476714134216 <_> <_> <_>5 1 6 4 -1. <_>7 1 2 4 3. 0 -0.0119536602869630 0.1508788019418716 1 <_> <_>0 3 9 12 -1. <_>3 3 3 12 3. 0 1.4182999730110168e-003 0.4391227960586548 0.7646595239639282 <_> <_> <_>9 8 3 12 -1. <_>9 12 3 4 3. 0 3.4642980899661779e-003 1 0.2651556134223938 <_> <_>0 5 20 15 -1. <_>0 10 20 5 3. 0 -0.0149489501491189 0.2298053056001663 0.5442165732383728 <_> <_> <_>2 2 6 8 -1. <_>2 2 3 4 2. <_>5 6 3 4 2. 0 -1.0506849503144622e-003 1 0.3622843921184540 <_> <_>2 1 6 2 -1. <_>2 2 6 1 2. 0 -4.0782918222248554e-003 0.2601259946823120 0.7233657836914063 <_> <_> <_>10 15 6 4 -1. <_>13 15 3 2 2. <_>10 17 3 2 2. 0 5.4242828628048301e-004 0.3849678933620453 1 <_> <_>12 14 2 6 -1. <_>12 16 2 2 3. 0 -7.3204059153795242e-003 0.2965512871742249 0.5480309128761292 <_> <_> <_>5 15 4 4 -1. <_>5 15 2 2 2. <_>7 17 2 2 2. 0 1.1421289527788758e-003 0.4104770123958588 1 <_> <_>7 18 1 2 -1. <_>7 19 1 1 2. 0 1.1783400550484657e-003 0.7239024043083191 0.2787283957004547 <_> <_> <_>4 5 12 10 -1. <_>10 5 6 5 2. <_>4 10 6 5 2. 0 0.0440771095454693 0.5640516281127930 1 <_> <_>7 4 8 12 -1. <_>11 4 4 6 2. <_>7 10 4 6 2. 0 3.7900090683251619e-003 0.5947548151016235 0.3312020003795624 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -2.4291418958455324e-003 0.6603232026100159 1 <_> <_>3 3 12 12 -1. <_>3 3 6 6 2. <_>9 9 6 6 2. 0 9.4262324273586273e-003 0.4680665135383606 0.2064338028430939 <_> <_> <_>15 11 5 3 -1. <_>15 12 5 1 3. 0 8.0630257725715637e-003 0.5298851132392883 1 <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 5.2240812219679356e-003 0.5281602740287781 0.1909549981355667 <_> <_> <_>0 11 5 3 -1. <_>0 12 5 1 3. 0 -7.0630568079650402e-003 0.1380645930767059 1 <_> <_>7 18 3 2 -1. <_>8 18 1 2 3. 0 5.6897541508078575e-003 0.5490636825561523 0.1260281056165695 <_> <_> <_>2 8 16 2 -1. <_>2 9 16 1 2. 0 1.2472929665818810e-003 0.2372663021087647 1 <_> <_>9 6 5 12 -1. <_>9 12 5 6 2. 0 0.0495434887707233 0.5240166187286377 0.1769216060638428 5.9844889640808105 1 -1 <_> <_> <_> <_>6 3 8 6 -1. <_>6 6 8 3 2. 0 -4.9326149746775627e-003 1 0.1998064965009689 <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 2.7918140403926373e-005 0.2299380004405975 0.7393211126327515 <_> <_> <_>10 9 6 8 -1. <_>10 13 6 4 2. 0 3.0876200180500746e-003 1 0.1533840000629425 <_> <_>12 5 3 10 -1. <_>12 10 3 5 2. 0 7.4669660534709692e-006 0.2036858946084976 0.5854915976524353 <_> <_> <_>4 6 3 9 -1. <_>4 9 3 3 3. 0 1.8739729421213269e-003 0.2049895972013474 1 <_> <_>7 4 6 4 -1. <_>9 4 2 4 3. 0 9.3380251200869679e-004 0.3234199881553650 0.7323014140129089 <_> <_> <_>12 3 8 3 -1. <_>12 3 4 3 2. 0 1.9151850137859583e-003 0.3045149147510529 1 <_> <_>15 0 3 6 -1. <_>15 3 3 3 2. 0 -5.9683797881007195e-003 0.2932133972644806 0.5621296167373657 <_> <_> <_>2 12 10 8 -1. <_>2 12 5 4 2. <_>7 16 5 4 2. 0 -7.2115601506084204e-004 0.3658036887645721 1 <_> <_>5 5 6 8 -1. <_>5 9 6 4 2. 0 -5.9663117863237858e-003 0.2712155878543854 0.7226334810256958 <_> <_> <_>12 3 8 3 -1. <_>12 3 4 3 2. 0 0.0308741796761751 0.4419837892055512 1 <_> <_>15 0 3 6 -1. <_>15 3 3 3 2. 0 -0.0110997101292014 0.3612976968288422 0.5251451134681702 <_> <_> <_>0 3 8 3 -1. <_>4 3 4 3 2. 0 2.1164179779589176e-003 0.3628616929054260 1 <_> <_>2 1 4 4 -1. <_>2 3 4 2 2. 0 -9.4317439943552017e-003 0.1601095050573349 0.7052276730537415 <_> <_> <_>10 2 3 2 -1. <_>11 2 1 2 3. 0 -3.5266019403934479e-003 0.1301288008689880 1 <_> <_>10 3 3 1 -1. <_>11 3 1 1 3. 0 -1.6907559474930167e-003 0.1786323934793472 0.5521529912948608 <_> <_> <_>7 15 3 4 -1. <_>7 17 3 2 2. 0 4.6470930101349950e-004 0.3487383127212524 1 <_> <_>4 13 3 6 -1. <_>4 15 3 2 3. 0 -0.0102155702188611 0.2673991024494171 0.6667919158935547 <_> <_> <_>10 5 1 14 -1. <_>10 12 1 7 2. 0 1.2634709710255265e-003 1 0.3437863886356354 <_> <_>5 4 10 6 -1. <_>5 6 10 2 3. 0 -0.0118752997368574 0.5995336174964905 0.3497717976570129 <_> <_> <_>5 0 6 3 -1. <_>7 0 2 3 3. 0 -0.0107323396950960 0.2150489985942841 1 <_> <_>6 0 3 5 -1. <_>7 0 1 5 3. 0 7.1836481802165508e-003 0.6271436214447022 0.2519541978836060 <_> <_> <_>7 15 6 5 -1. <_>9 15 2 5 3. 0 -0.0283408891409636 0.0824118927121162 1 <_> <_>9 10 2 6 -1. <_>9 12 2 2 3. 0 -4.5813230099156499e-004 0.5910056829452515 0.3705201148986816 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 4.2940340936183929e-003 1 0.1594727933406830 <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 0.0107510797679424 0.5980480909347534 0.2832508087158203 <_> <_> <_>9 6 3 7 -1. <_>10 6 1 7 3. 0 0.0224651191383600 1 0.7877091169357300 <_> <_>16 3 4 9 -1. <_>16 6 4 3 3. 0 -0.0579885393381119 0.1555740982294083 0.5239657163619995 <_> <_> <_>8 6 3 7 -1. <_>9 6 1 7 3. 0 7.2110891342163086e-003 1 0.6620365977287293 <_> <_>0 5 18 8 -1. <_>0 5 9 4 2. <_>9 9 9 4 2. 0 -0.0483675710856915 0.1424719989299774 0.4429833889007568 <_> <_> <_>13 5 2 10 -1. <_>13 10 2 5 2. 0 -0.0144180599600077 0.1588540971279144 1 <_> <_>12 10 2 6 -1. <_>12 13 2 3 2. 0 -0.0231563895940781 0.2375798970460892 0.5217134952545166 <_> <_> <_>7 0 3 5 -1. <_>8 0 1 5 3. 0 7.6985340565443039e-003 1 0.1941725015640259 <_> <_>6 5 8 6 -1. <_>6 7 8 2 3. 0 -5.6248619221150875e-003 0.6278405785560608 0.3746044933795929 <_> <_> <_>10 3 6 14 -1. <_>13 3 3 7 2. <_>10 10 3 7 2. 0 -7.2936748620122671e-004 1 0.3840922117233276 <_> <_>13 5 1 8 -1. <_>13 9 1 4 2. 0 6.1783898854628205e-004 0.3106493055820465 0.5537847280502319 <_> <_> <_>4 3 6 14 -1. <_>4 3 3 7 2. <_>7 10 3 7 2. 0 -4.5803939428878948e-005 1 0.3444449007511139 <_> <_>6 5 1 8 -1. <_>6 9 1 4 2. 0 -1.4719359569426160e-005 0.2729552090167999 0.6428951025009155 8.5117864608764648 2 -1 <_> <_> <_> <_>8 1 1 6 -1. <_>8 3 1 2 3. 0 -1.3469370314851403e-003 0.1657086014747620 1 <_> <_>2 0 15 2 -1. <_>2 1 15 1 2. 0 -2.4774789344519377e-003 0.2273851037025452 0.6989349722862244 <_> <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 5.2632777951657772e-003 0.1512074023485184 1 <_> <_>10 10 6 8 -1. <_>10 14 6 4 2. 0 4.9075339920818806e-003 0.5564470291137695 0.1605442017316818 <_> <_> <_>7 1 3 2 -1. <_>8 1 1 2 3. 0 -2.3254349362105131e-003 0.1880259066820145 1 <_> <_>8 1 2 2 -1. <_>9 1 1 2 2. 0 -1.4665479538962245e-003 0.3122498989105225 0.7165396213531494 <_> <_> <_>4 3 12 9 -1. <_>4 6 12 3 3. 0 -0.1231169030070305 1 0.3859583139419556 <_> <_>6 5 9 5 -1. <_>9 5 3 5 3. 0 2.2108340635895729e-003 0.2455293983221054 0.5695710182189941 <_> <_> <_>5 5 9 5 -1. <_>8 5 3 5 3. 0 2.0661531016230583e-003 0.2716520130634308 1 <_> <_>4 6 6 12 -1. <_>4 10 6 4 3. 0 3.6130280932411551e-004 0.2293362021446228 0.7208629846572876 <_> <_> <_>13 0 6 18 -1. <_>13 0 3 18 2. 0 0.0799578726291656 1 0.7833620905876160 <_> <_>10 8 1 12 -1. <_>10 12 1 4 3. 0 2.6064720004796982e-003 0.5545232295989990 0.2550689876079559 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 6.5699010156095028e-003 1 0.1819390058517456 <_> <_>1 2 4 6 -1. <_>3 2 2 6 2. 0 1.6259610420092940e-003 0.3529875874519348 0.6552819013595581 <_> <_> <_>9 18 3 2 -1. <_>10 18 1 2 3. 0 3.6204981151968241e-003 0.5462309718132019 1 <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 -4.4391951523721218e-003 0.1359843015670776 0.5415815114974976 <_> <_> <_>2 8 2 6 -1. <_>2 10 2 2 3. 0 -9.0540945529937744e-003 0.1115119978785515 1 <_> <_>7 5 6 6 -1. <_>7 7 6 2 3. 0 -4.6067481162026525e-004 0.5846719741821289 0.2598348855972290 <_> <_> <_>7 19 6 1 -1. <_>9 19 2 1 3. 0 -5.6621041148900986e-003 0.1610569059848785 1 <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 5.1165837794542313e-003 0.5376678705215454 0.1739455014467239 <_> <_> <_>8 3 3 1 -1. <_>9 3 1 1 3. 0 -2.1362339612096548e-003 0.1902073025703430 1 <_> <_>2 2 16 2 -1. <_>2 2 8 1 2. <_>10 3 8 1 2. 0 -5.4809921421110630e-003 0.3272008001804352 0.6364840865135193 <_> <_> <_>8 11 5 3 -1. <_>8 12 5 1 3. 0 -8.1061907112598419e-003 0.6914852857589722 1 <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 6.0048708692193031e-003 0.4327326118946075 0.6963843107223511 <_> <_> <_>0 1 6 15 -1. <_>2 1 2 15 3. 0 -0.0870285481214523 0.8594133853912354 1 <_> <_>2 12 2 3 -1. <_>2 13 2 1 3. 0 -4.7809639945626259e-003 0.0973944664001465 0.4587030112743378 <_> <_> <_>16 13 1 3 -1. <_>16 14 1 1 3. 0 -2.2166660055518150e-003 0.2554625868797302 1 <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 1.3642730191349983e-003 0.3319090902805328 0.5964102745056152 <_> <_> <_>7 13 3 6 -1. <_>7 16 3 3 2. 0 -9.0077864006161690e-003 0.2666594982147217 1 <_> <_>7 5 1 14 -1. <_>7 12 1 7 2. 0 -0.0154941203072667 0.1848185956478119 0.6245970726013184 <_> <_> <_>15 12 2 3 -1. <_>15 13 2 1 3. 0 -4.2165028862655163e-003 1 0.5379927158355713 <_> <_>10 5 3 14 -1. <_>10 12 3 7 2. 0 0.0432497598230839 0.5183029174804688 0.2170419991016388 <_> <_> <_>6 10 2 6 -1. <_>6 13 2 3 2. 0 2.8786511393263936e-004 1 0.2613384127616882 <_> <_>6 5 1 8 -1. <_>6 9 1 4 2. 0 1.2373150093480945e-003 0.2786532044410706 0.5908988118171692 <_> <_> <_>13 11 2 1 -1. <_>13 11 1 1 2. 0 1.9528300035744905e-003 1 0.2612869143486023 <_> <_>12 1 6 10 -1. <_>15 1 3 5 2. <_>12 6 3 5 2. 0 -1.4947060262784362e-003 0.5915412902832031 0.3455781936645508 <_> <_> <_>3 12 2 3 -1. <_>3 13 2 1 3. 0 3.5878680646419525e-003 1 0.1587052047252655 <_> <_>9 18 2 1 -1. <_>10 18 1 1 2. 0 -2.5938691105693579e-003 0.1270411014556885 0.5979428887367249 8.4680156707763672 3 -1 <_> <_> <_> <_>1 0 17 9 -1. <_>1 3 17 3 3. 0 3.5810680128633976e-003 0.1995104998350143 1 <_> <_>1 2 8 8 -1. <_>1 2 4 4 2. <_>5 6 4 4 2. 0 -2.8552350122481585e-003 0.7373070120811462 0.2921737134456635 <_> <_> <_>9 5 6 4 -1. <_>9 5 3 4 2. 0 1.9758539274334908e-003 0.1956419944763184 1 <_> <_>10 9 7 10 -1. <_>10 14 7 5 2. 0 3.2583118882030249e-003 0.5692046880722046 0.1839064955711365 <_> <_> <_>5 5 6 4 -1. <_>8 5 3 4 2. 0 2.3711679386906326e-004 0.2171667069196701 1 <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 2.5942500215023756e-003 0.2719989120960236 0.7150244116783142 <_> <_> <_>6 5 9 10 -1. <_>6 10 9 5 2. 0 -0.0250324495136738 0.1825183928012848 1 <_> <_>8 4 4 12 -1. <_>8 10 4 6 2. 0 6.3087949529290199e-003 0.5699837803840637 0.3509852886199951 <_> <_> <_>6 6 8 3 -1. <_>6 7 8 1 3. 0 -3.2494920305907726e-003 1 0.4023926854133606 <_> <_>3 13 10 6 -1. <_>3 13 5 3 2. <_>8 16 5 3 2. 0 -0.0148857301101089 0.3604095876216888 0.7291995286941528 <_> <_> <_>15 1 4 11 -1. <_>15 1 2 11 2. 0 8.0623216927051544e-003 1 0.6491490006446838 <_> <_>5 7 10 10 -1. <_>10 7 5 5 2. <_>5 12 5 5 2. 0 0.0274056792259216 0.5518993139266968 0.2659681141376495 <_> <_> <_>1 1 4 11 -1. <_>3 1 2 11 2. 0 0.0343686006963253 1 0.6712512969970703 <_> <_>1 5 8 12 -1. <_>1 11 8 6 2. 0 -0.0272929705679417 0.1691378057003021 0.4326277971267700 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 7.4452121043577790e-004 0.3405100107192993 1 <_> <_>11 10 7 4 -1. <_>11 12 7 2 2. 0 7.0336280623450875e-004 0.5516793131828308 0.3311387896537781 <_> <_> <_>0 4 20 12 -1. <_>0 4 10 6 2. <_>10 10 10 6 2. 0 -0.1227546036243439 0.1675315052270889 1 <_> <_>1 5 6 15 -1. <_>1 10 6 5 3. 0 3.2559928949922323e-003 0.3615751862525940 0.6420782804489136 <_> <_> <_>11 10 3 8 -1. <_>11 14 3 4 2. 0 -0.0320903994143009 0.2921079099178314 1 <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 3.2957999501377344e-003 0.5613031983375549 0.3357860147953033 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -3.2273170072585344e-003 0.6970642805099487 1 <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 1.1171669466421008e-003 0.3541150093078613 0.6144006252288818 <_> <_> <_>3 14 14 4 -1. <_>10 14 7 2 2. <_>3 16 7 2 2. 0 -0.0172799509018660 1 0.5537180900573731 <_> <_>18 7 2 4 -1. <_>18 9 2 2 2. 0 0.0117412004619837 0.5341957211494446 0.2757104933261871 <_> <_> <_>3 12 6 6 -1. <_>3 14 6 2 3. 0 4.6405228786170483e-003 1 0.2489521056413651 <_> <_>0 4 3 6 -1. <_>0 6 3 2 3. 0 -0.0169130302965641 0.1711928993463516 0.5523952841758728 <_> <_> <_>9 14 3 3 -1. <_>9 15 3 1 3. 0 0.0100601697340608 1 0.8273450732231140 <_> <_>10 7 10 4 -1. <_>15 7 5 2 2. <_>10 9 5 2 2. 0 -6.0715491417795420e-004 0.3779391050338745 0.5476251840591431 <_> <_> <_>7 2 6 8 -1. <_>7 6 6 4 2. 0 -1.0865400545299053e-003 1 0.3296540975570679 <_> <_>6 3 6 2 -1. <_>8 3 2 2 3. 0 8.9362077414989471e-003 0.6062883734703064 0.2434220016002655 <_> <_> <_>10 6 3 5 -1. <_>11 6 1 5 3. 0 -2.6372660067863762e-004 1 0.3814094960689545 <_> <_>9 0 6 19 -1. <_>11 0 2 19 3. 0 0.0131100500002503 0.5517616271972656 0.3726893067359924 <_> <_> <_>3 12 1 2 -1. <_>3 13 1 1 2. 0 -2.9806280508637428e-003 0.1229664012789726 1 <_> <_>7 14 5 3 -1. <_>7 15 5 1 3. 0 -4.1619571857154369e-003 0.7252274751663208 0.4973455071449280 <_> <_> <_>2 1 18 4 -1. <_>11 1 9 2 2. <_>2 3 9 2 2. 0 0.0338423289358616 0.5348312854766846 1 <_> <_>10 5 3 8 -1. <_>11 5 1 8 3. 0 -1.2564560165628791e-003 0.5851914882659912 0.4384166896343231 <_> <_> <_>0 1 18 4 -1. <_>0 1 9 2 2. <_>9 3 9 2 2. 0 -0.0196352303028107 0.2297834008932114 1 <_> <_>7 5 3 8 -1. <_>8 5 1 8 3. 0 -9.9625496659427881e-004 0.6295937895774841 0.4131599068641663 <_> <_> <_>9 5 2 6 -1. <_>9 7 2 2 3. 0 -0.0231271106749773 0.1695459038019180 1 <_> <_>10 8 5 2 -1. <_>10 9 5 1 2. 0 0.0235257092863321 0.5174130201339722 0.0595193915069103 <_> <_> <_>2 10 15 1 -1. <_>7 10 5 1 3. 0 -0.0193565208464861 0.1357247978448868 1 <_> <_>2 7 2 6 -1. <_>2 9 2 2 3. 0 -4.1787112131714821e-003 0.2996628880500794 0.5791695117950440 <_> <_> <_>9 14 3 3 -1. <_>9 15 3 1 3. 0 3.1488779932260513e-003 1 0.6592589020729065 <_> <_>9 7 4 10 -1. <_>9 12 4 5 2. 0 7.3972279205918312e-003 0.5307171940803528 0.3795121014118195 <_> <_> <_>0 8 8 2 -1. <_>0 8 4 1 2. <_>4 9 4 1 2. 0 7.1955118983169086e-006 0.3128314912319183 1 <_> <_>5 9 10 8 -1. <_>5 9 5 4 2. <_>10 13 5 4 2. 0 0.0471144095063210 0.5537893176078796 0.1027309000492096 <_> <_> <_>9 7 2 4 -1. <_>9 7 1 4 2. 0 7.2878710925579071e-003 0.4660859107971191 1 <_> <_>9 6 3 4 -1. <_>10 6 1 4 3. 0 -6.1887511983513832e-003 0.7158858180046082 0.4724448919296265 <_> <_> <_>8 3 2 1 -1. <_>9 3 1 1 2. 0 2.9757320880889893e-003 1 0.0593456886708736 <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -1.8449809867888689e-003 0.7027301788330078 0.4718731045722961 <_> <_> <_>12 0 4 14 -1. <_>14 0 2 7 2. <_>12 7 2 7 2. 0 1.0239540279144421e-004 0.5894734263420105 1 <_> <_>12 5 6 9 -1. <_>12 5 3 9 2. 0 2.4277009069919586e-003 0.4862355887889862 0.5247588157653809 <_> <_> <_>0 2 6 16 -1. <_>3 2 3 16 2. 0 -0.0647513121366501 0.6917471289634705 1 <_> <_>1 12 4 2 -1. <_>1 13 4 1 2. 0 3.9380151429213583e-004 0.4669617116451263 0.2382405996322632 12.5784997940063480 4 -1 <_> <_> <_> <_>7 7 6 1 -1. <_>9 7 2 1 3. 0 1.4397440245375037e-003 0.2773470878601074 1 <_> <_>8 3 4 9 -1. <_>8 6 4 3 3. 0 -5.4068560712039471e-004 0.7427154779434204 0.2479735016822815 <_> <_> <_>12 10 4 6 -1. <_>12 13 4 3 2. 0 -7.1237959673453588e-006 1 0.2199503034353256 <_> <_>8 1 8 16 -1. <_>12 1 4 8 2. <_>8 9 4 8 2. 0 -2.3661039303988218e-003 0.5889989733695984 0.2595716118812561 <_> <_> <_>4 6 3 6 -1. <_>4 9 3 3 2. 0 1.7343269428238273e-003 0.1860125958919525 1 <_> <_>1 3 6 2 -1. <_>4 3 3 2 2. 0 1.5874590026214719e-003 0.4151870906352997 0.7103474140167236 <_> <_> <_>9 8 3 12 -1. <_>9 12 3 4 3. 0 3.7285638973116875e-003 1 0.2527967095375061 <_> <_>10 9 7 10 -1. <_>10 14 7 5 2. 0 -0.1288381963968277 0.1393000930547714 0.5254514813423157 <_> <_> <_>3 9 7 10 -1. <_>3 14 7 5 2. 0 7.9412180930376053e-003 1 0.2487729042768478 <_> <_>7 5 1 14 -1. <_>7 12 1 7 2. 0 -0.0126617299392819 0.2710700035095215 0.6618837714195252 <_> <_> <_>13 14 1 6 -1. <_>13 16 1 2 3. 0 3.0146789868013002e-005 0.3812825977802277 1 <_> <_>14 12 3 6 -1. <_>14 14 3 2 3. 0 -0.0163301602005959 0.2326432019472122 0.5263010859489441 <_> <_> <_>6 14 1 6 -1. <_>6 16 1 2 3. 0 1.4622770322603174e-005 0.4293332099914551 1 <_> <_>3 12 3 6 -1. <_>3 14 3 2 3. 0 -0.0208586603403091 0.1600403934717178 0.6782314777374268 <_> <_> <_>8 13 5 3 -1. <_>8 14 5 1 3. 0 2.8194559272378683e-003 1 0.6679294109344482 <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 3.7899368908256292e-003 0.4587705135345459 0.7176238894462585 <_> <_> <_>5 1 10 8 -1. <_>5 1 5 4 2. <_>10 5 5 4 2. 0 0.0353446416556835 1 0.1864075064659119 <_> <_>6 4 5 4 -1. <_>6 6 5 2 2. 0 -1.1571600334718823e-003 0.5538259744644165 0.3150450885295868 <_> <_> <_>1 10 18 1 -1. <_>7 10 6 1 3. 0 -5.8742752298712730e-003 0.2828791141510010 1 <_> <_>11 10 4 3 -1. <_>11 10 2 3 2. 0 -1.5201780115603469e-005 0.5870224237442017 0.3704823851585388 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -2.2681879636365920e-004 1 0.4218930900096893 <_> <_>3 13 2 3 -1. <_>3 14 2 1 3. 0 3.7845689803361893e-003 0.6667001247406006 0.2461182028055191 <_> <_> <_>12 12 3 4 -1. <_>12 14 3 2 2. 0 -8.5295992903411388e-005 1 0.3557587862014771 <_> <_>11 10 5 6 -1. <_>11 12 5 2 3. 0 -0.0443948917090893 0.1665547043085098 0.5234848856925964 <_> <_> <_>0 8 16 2 -1. <_>0 9 16 1 2. 0 1.0126030538231134e-003 0.2884612977504730 1 <_> <_>2 1 3 4 -1. <_>2 3 3 2 2. 0 -7.6327780261635780e-003 0.2969340085983276 0.6080111265182495 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 4.0330411866307259e-003 0.4536390006542206 1 <_> <_>5 6 12 6 -1. <_>9 6 4 6 3. 0 0.1367668956518173 0.5177264213562012 0.1449182033538818 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -5.0060478970408440e-003 0.7616909742355347 1 <_> <_>3 6 12 6 -1. <_>7 6 4 6 3. 0 -0.0124758398160338 0.2159706056118012 0.5460187792778015 <_> <_> <_>10 5 6 5 -1. <_>12 5 2 5 3. 0 -9.4012258341535926e-004 1 0.3926295936107636 <_> <_>5 7 10 2 -1. <_>5 7 5 2 2. 0 -0.0121919801458716 0.3478881120681763 0.5542662739753723 <_> <_> <_>4 5 6 5 -1. <_>6 5 2 5 3. 0 -5.4959481349214911e-004 0.6064276099205017 1 <_> <_>9 3 2 10 -1. <_>9 8 2 5 2. 0 -2.1802430273965001e-004 0.5697407126426697 0.1779713928699493 <_> <_> <_>3 1 16 2 -1. <_>11 1 8 1 2. <_>3 2 8 1 2. 0 6.9115799851715565e-003 0.5379372239112854 1 <_> <_>9 9 3 2 -1. <_>9 10 3 1 2. 0 -9.7631698008626699e-004 0.3327839076519013 0.5461531281471252 <_> <_> <_>1 1 16 2 -1. <_>1 1 8 1 2. <_>9 2 8 1 2. 0 -8.7870173156261444e-003 0.2116160988807678 1 <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 -1.6761029837653041e-003 0.6635823249816895 0.4365859031677246 <_> <_> <_>4 5 12 10 -1. <_>10 5 6 5 2. <_>4 10 6 5 2. 0 -0.0556949488818645 1 0.5387424826622009 <_> <_>7 13 6 6 -1. <_>10 13 3 3 2. <_>7 16 3 3 2. 0 -0.0198443792760372 0.1602804958820343 0.5330458879470825 <_> <_> <_>8 9 3 2 -1. <_>8 10 3 1 2. 0 -7.4751611100509763e-004 0.2917476892471314 1 <_> <_>7 2 6 4 -1. <_>9 2 2 4 3. 0 0.0230328906327486 0.5608124136924744 0.1997981071472168 <_> <_> <_>6 6 9 3 -1. <_>6 7 9 1 3. 0 -3.0700280331075191e-003 1 0.3938314020633698 <_> <_>10 7 6 1 -1. <_>12 7 2 1 3. 0 -1.1636839481070638e-003 0.5757436156272888 0.4239456951618195 <_> <_> <_>0 0 18 6 -1. <_>6 0 6 6 3. 0 0.2246433943510056 1 0.7676553130149841 <_> <_>6 10 2 6 -1. <_>6 13 2 3 2. 0 1.4412109740078449e-003 0.5353866219520569 0.2514776885509491 <_> <_> <_>11 12 3 6 -1. <_>11 15 3 3 2. 0 -0.0300112497061491 0.2364903986454010 1 <_> <_>4 4 12 12 -1. <_>10 4 6 6 2. <_>4 10 6 6 2. 0 -0.0530789606273174 0.2385863959789276 0.5414664745330811 <_> <_> <_>1 2 3 6 -1. <_>2 2 1 6 3. 0 2.0800929050892591e-003 1 0.6511614918708801 <_> <_>1 5 3 7 -1. <_>2 5 1 7 3. 0 -4.0738182142376900e-003 0.6030414104461670 0.3587701022624970 <_> <_> <_>4 13 12 4 -1. <_>10 13 6 2 2. <_>4 15 6 2 2. 0 -0.0195293705910444 1 0.5423592925071716 <_> <_>3 3 17 12 -1. <_>3 9 17 6 2. 0 -0.0533094704151154 0.2360953986644745 0.5401757955551148 <_> <_> <_>3 3 14 12 -1. <_>3 3 7 6 2. <_>10 9 7 6 2. 0 -0.0348495617508888 0.2836985886096954 1 <_> <_>2 11 16 9 -1. <_>2 14 16 3 3. 0 -0.1265845000743866 0.1813516020774841 0.5421046018600464 <_> <_> <_>9 14 3 6 -1. <_>9 17 3 3 2. 0 7.3325118137290701e-006 0.3980365991592407 1 <_> <_>8 14 4 6 -1. <_>10 14 2 3 2. <_>8 17 2 3 2. 0 -0.0118438703939319 0.2616384923458099 0.5237730145454407 <_> <_> <_>6 2 6 1 -1. <_>8 2 2 1 3. 0 -4.8470678739249706e-003 0.2438108026981354 1 <_> <_>9 5 2 5 -1. <_>10 5 1 5 2. 0 8.1693977117538452e-003 0.5327146053314209 0.8190376758575440 <_> <_> <_>9 8 3 5 -1. <_>10 8 1 5 3. 0 -6.4716790802776814e-003 1 0.4679693877696991 <_> <_>9 12 6 1 -1. <_>9 12 3 1 2. 0 -1.5188479665084742e-005 0.5563911795616150 0.4367586076259613 <_> <_> <_>8 8 3 5 -1. <_>9 8 1 5 3. 0 3.0696711037307978e-003 1 0.6664348840713501 <_> <_>6 10 4 3 -1. <_>8 10 2 3 2. 0 -1.6296720423270017e-004 0.5594611167907715 0.3042711913585663 14.5467500686645510 5 -1 <_> <_> <_> <_>0 4 20 6 -1. <_>0 6 20 2 3. 0 -9.8275858908891678e-003 1 0.2116018980741501 <_> <_>1 3 8 6 -1. <_>1 3 4 3 2. <_>5 6 4 3 2. 0 -4.1693858802318573e-003 0.6924685239791870 0.3043777048587799 <_> <_> <_>7 15 6 4 -1. <_>7 17 6 2 2. 0 3.5341319744475186e-004 0.3183285892009735 1 <_> <_>3 10 14 10 -1. <_>3 15 14 5 2. 0 4.8054549843072891e-003 0.5456559062004089 0.2522268891334534 <_> <_> <_>6 4 4 4 -1. <_>8 4 2 4 2. 0 2.1071180526632816e-004 0.2902618050575256 1 <_> <_>0 4 20 10 -1. <_>0 9 20 5 2. 0 -2.8318869881331921e-003 0.3130455911159515 0.6884937286376953 <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 -7.5633679443853907e-006 1 0.2962465882301331 <_> <_>2 0 16 4 -1. <_>2 2 16 2 2. 0 -8.2888139877468348e-004 0.3099626004695892 0.5752515196800232 <_> <_> <_>4 12 6 8 -1. <_>4 12 3 4 2. <_>7 16 3 4 2. 0 1.6209259629249573e-003 0.3993195891380310 1 <_> <_>0 5 6 7 -1. <_>3 5 3 7 2. 0 9.1338958591222763e-003 0.4827372133731842 0.7537832856178284 <_> <_> <_>10 7 10 4 -1. <_>15 7 5 2 2. <_>10 9 5 2 2. 0 -4.1212290525436401e-003 0.2616927027702332 1 <_> <_>5 8 12 1 -1. <_>9 8 4 1 3. 0 -2.5447290390729904e-003 0.3108702898025513 0.5491235852241516 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -6.2652782071381807e-004 0.3239691853523254 1 <_> <_>9 4 2 4 -1. <_>9 6 2 2 2. 0 -3.6596331483451650e-005 0.6517410874366760 0.4178912043571472 <_> <_> <_>9 6 3 6 -1. <_>10 6 1 6 3. 0 0.0138827199116349 1 0.6771203875541687 <_> <_>12 7 6 4 -1. <_>15 7 3 2 2. <_>12 9 3 2 2. 0 1.0493700392544270e-003 0.4159511029720306 0.5652891993522644 <_> <_> <_>8 6 3 6 -1. <_>9 6 1 6 3. 0 0.0182153601199389 1 0.7689601182937622 <_> <_>1 6 18 6 -1. <_>1 6 9 3 2. <_>10 9 9 3 2. 0 -0.0113345803692937 0.2873323857784271 0.4988932907581329 <_> <_> <_>9 1 3 3 -1. <_>10 1 1 3 3. 0 -4.1097560897469521e-003 1 0.5463008284568787 <_> <_>10 8 5 2 -1. <_>10 9 5 1 2. 0 4.2612891411408782e-004 0.3631235063076019 0.5512552261352539 <_> <_> <_>8 1 3 3 -1. <_>9 1 1 3 3. 0 6.0301548801362514e-003 1 0.1143767014145851 <_> <_>5 8 5 2 -1. <_>5 9 5 1 2. 0 3.3587709185667336e-004 0.2891078889369965 0.5447341799736023 <_> <_> <_>8 6 8 8 -1. <_>12 6 4 4 2. <_>8 10 4 4 2. 0 6.2279507983475924e-004 1 0.3023431897163391 <_> <_>5 7 10 2 -1. <_>5 7 5 2 2. 0 -0.0258371196687222 0.2167005985975266 0.5278152823448181 <_> <_> <_>4 5 12 10 -1. <_>4 5 6 5 2. <_>10 10 6 5 2. 0 0.0217749103903770 1 0.3254834115505219 <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 1.7682299949228764e-003 0.5263050794601440 0.7526329159736633 <_> <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -0.0137938102707267 0.7410330176353455 1 <_> <_>9 14 3 3 -1. <_>9 15 3 1 3. 0 -5.0852829590439796e-003 0.6836609840393066 0.4579071104526520 <_> <_> <_>8 14 3 3 -1. <_>8 15 3 1 3. 0 6.1795017682015896e-003 1 0.7449936270713806 <_> <_>1 10 8 9 -1. <_>1 13 8 3 3. 0 0.0100303199142218 0.4860779941082001 0.2361457049846649 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -6.4201927743852139e-003 0.1467327028512955 1 <_> <_>12 3 3 3 -1. <_>13 3 1 3 3. 0 -5.6961281225085258e-003 0.2347819954156876 0.5323377251625061 <_> <_> <_>5 3 3 3 -1. <_>6 3 1 3 3. 0 -7.1498160250484943e-003 0.1477057039737701 1 <_> <_>5 6 2 12 -1. <_>5 10 2 4 3. 0 2.4450740311294794e-003 0.3498533964157105 0.5803561806678772 <_> <_> <_>1 11 18 4 -1. <_>10 11 9 2 2. <_>1 13 9 2 2. 0 -0.0375034101307392 1 0.5259550809860230 <_> <_>7 12 6 2 -1. <_>7 13 6 1 2. 0 4.7799441381357610e-004 0.4362882971763611 0.6208922863006592 <_> <_> <_>6 0 3 6 -1. <_>7 0 1 6 3. 0 -7.0806080475449562e-003 0.2039460986852646 1 <_> <_>0 11 18 4 -1. <_>0 11 9 2 2. <_>9 13 9 2 2. 0 0.0328180007636547 0.5198358893394470 0.1371196061372757 <_> <_> <_>7 12 6 2 -1. <_>7 13 6 1 2. 0 6.5188988810405135e-004 1 0.6323429942131043 <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 4.6485587954521179e-003 0.4720163047313690 0.6567087173461914 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -1.9827929791063070e-003 0.6053060293197632 1 <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 -1.6011310508474708e-003 0.5090519189834595 0.3116933107376099 <_> <_> <_>13 3 4 2 -1. <_>13 4 4 1 2. 0 -3.0539939180016518e-003 0.3429804146289825 1 <_> <_>4 0 12 2 -1. <_>4 1 12 1 2. 0 4.3212040327489376e-004 0.3838402926921845 0.5775598287582398 <_> <_> <_>6 9 8 8 -1. <_>6 9 4 4 2. <_>10 13 4 4 2. 0 -0.0274521205574274 0.2143469005823135 1 <_> <_>1 11 6 2 -1. <_>1 12 6 1 2. 0 9.3099439982324839e-004 0.5952966213226318 0.3760158121585846 <_> <_> <_>2 5 18 8 -1. <_>11 5 9 4 2. <_>2 9 9 4 2. 0 6.7144189961254597e-003 0.5692626833915710 1 <_> <_>7 1 6 10 -1. <_>7 6 6 5 2. 0 -3.3701690845191479e-003 0.5784304141998291 0.3974282145500183 <_> <_> <_>0 3 3 6 -1. <_>0 5 3 2 3. 0 -0.0189039595425129 0.1818892955780029 1 <_> <_>4 5 4 3 -1. <_>4 6 4 1 3. 0 -6.5850871615111828e-003 0.6849110126495361 0.4351584017276764 <_> <_> <_>19 3 1 6 -1. <_>19 5 1 2 3. 0 5.8810501359403133e-003 1 0.2726660966873169 <_> <_>6 15 8 2 -1. <_>6 16 8 1 2. 0 8.0092082498595119e-004 0.4236431121826172 0.5844675898551941 <_> <_> <_>0 3 1 6 -1. <_>0 5 1 2 3. 0 1.8510579830035567e-003 1 0.3371320962905884 <_> <_>5 5 3 3 -1. <_>5 6 3 1 3. 0 6.3273650594055653e-003 0.5270221829414368 0.8053650856018066 <_> <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -3.3820930402725935e-003 0.2866018116474152 1 <_> <_>10 6 6 3 -1. <_>12 6 2 3 3. 0 -1.9292969955131412e-003 0.5888946056365967 0.3895787000656128 <_> <_> <_>8 13 2 6 -1. <_>8 16 2 3 2. 0 0.0149952201172709 1 0.2177816927433014 <_> <_>9 11 2 8 -1. <_>9 15 2 4 2. 0 -0.0263307504355907 0.1775317043066025 0.5671470165252686 <_> <_> <_>10 6 6 3 -1. <_>12 6 2 3 3. 0 -4.1734222322702408e-003 1 0.4652962088584900 <_> <_>5 15 15 5 -1. <_>10 15 5 5 3. 0 0.0272683501243591 0.4768311083316803 0.5695238709449768 <_> <_> <_>2 14 2 2 -1. <_>2 15 2 1 2. 0 9.8880263976752758e-004 1 0.3397401869297028 <_> <_>4 7 6 2 -1. <_>6 7 2 2 3. 0 -1.0528849670663476e-003 0.6250041127204895 0.4288412034511566 <_> <_> <_>8 3 6 1 -1. <_>10 3 2 1 3. 0 5.2288072183728218e-003 0.5347762107849121 1 <_> <_>1 0 18 12 -1. <_>7 0 6 12 3. 0 0.0303954593837261 0.4115518927574158 0.5660753846168518 <_> <_> <_>0 14 8 6 -1. <_>4 14 4 6 2. 0 -0.0791139304637909 0.7881323099136353 1 <_> <_>0 15 15 5 -1. <_>5 15 5 5 3. 0 0.0182316694408655 0.3604339957237244 0.5569505095481873 <_> <_> <_>8 3 6 1 -1. <_>10 3 2 1 3. 0 5.2288072183728218e-003 0.5416644215583801 1 <_> <_>11 11 3 6 -1. <_>11 14 3 3 2. 0 4.3922828626818955e-004 0.5507156848907471 0.3882277011871338 <_> <_> <_>6 3 6 1 -1. <_>8 3 2 1 3. 0 -8.6501962505280972e-004 0.3185850977897644 1 <_> <_>6 11 3 6 -1. <_>6 14 3 3 2. 0 1.0326979681849480e-003 0.5578364133834839 0.3219245970249176 <_> <_> <_>9 6 3 4 -1. <_>10 6 1 4 3. 0 -7.2997747920453548e-003 0.7073233127593994 1 <_> <_>12 10 4 7 -1. <_>12 10 2 7 2. 0 -9.3629042385146022e-004 0.5558015704154968 0.4613842070102692 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -6.0483231209218502e-003 0.6869289875030518 1 <_> <_>4 6 4 7 -1. <_>6 6 2 7 2. 0 6.7529221996665001e-003 0.4870317876338959 0.2650370895862579 <_> <_> <_>10 3 4 12 -1. <_>10 3 2 12 2. 0 0.0530780293047428 0.5281515121459961 1 <_> <_>10 8 3 4 -1. <_>11 8 1 4 3. 0 -1.0225810110569000e-003 0.6085882186889648 0.4304867982864380 <_> <_> <_>1 0 18 14 -1. <_>7 0 6 14 3. 0 0.0312706492841244 1 0.5445832014083862 <_> <_>2 8 6 11 -1. <_>5 8 3 11 2. 0 -6.3522169366478920e-003 0.5328335762023926 0.2364324033260346 18.5722503662109380 6 -1 <_> <_> <_> <_>1 4 15 4 -1. <_>1 6 15 2 2. 0 -6.2215630896389484e-003 1 0.2625581026077271 <_> <_>5 5 10 8 -1. <_>5 9 10 4 2. 0 2.1097389981150627e-003 0.1564992964267731 0.6792883276939392 <_> <_> <_>14 2 6 8 -1. <_>14 2 3 8 2. 0 0.0108458595350385 0.3485808968544006 1 <_> <_>11 6 6 14 -1. <_>14 6 3 7 2. <_>11 13 3 7 2. 0 6.4230401767417789e-004 0.3698255121707916 0.5921658277511597 <_> <_> <_>9 5 2 12 -1. <_>9 11 2 6 2. 0 7.3311722371727228e-004 1 0.3007084131240845 <_> <_>3 7 4 6 -1. <_>3 9 4 2 3. 0 1.0134200565516949e-003 0.3624922931194305 0.7072426080703735 <_> <_> <_>14 3 6 6 -1. <_>14 3 3 6 2. 0 0.0110935596749187 0.4416702091693878 1 <_> <_>15 2 4 4 -1. <_>15 4 4 2 2. 0 -7.9127531498670578e-003 0.3028708100318909 0.5417376160621643 <_> <_> <_>0 2 6 7 -1. <_>3 2 3 7 2. 0 0.0129053099080920 0.4374504089355469 1 <_> <_>3 6 6 14 -1. <_>3 6 3 7 2. <_>6 13 3 7 2. 0 -4.2430912144482136e-003 0.4401589930057526 0.7565190792083740 <_> <_> <_>4 6 16 8 -1. <_>4 10 16 4 2. 0 -2.1304309484548867e-004 0.2310786992311478 1 <_> <_>10 12 2 8 -1. <_>10 16 2 4 2. 0 -2.2308640182018280e-003 0.3568195998668671 0.5749999284744263 <_> <_> <_>7 0 6 20 -1. <_>9 0 2 20 3. 0 2.6400520000606775e-003 0.3593688905239105 1 <_> <_>1 7 16 12 -1. <_>1 7 8 6 2. <_>9 13 8 6 2. 0 0.0751010328531265 0.6363567709922791 0.2327028959989548 <_> <_> <_>9 11 3 3 -1. <_>9 12 3 1 3. 0 -7.7012968249619007e-003 0.7074623703956604 1 <_> <_>11 9 4 5 -1. <_>11 9 2 5 2. 0 1.5588370151817799e-003 0.5700237154960632 0.3590450882911682 <_> <_> <_>3 3 1 2 -1. <_>3 4 1 1 2. 0 -4.7687938786111772e-004 0.2805441021919251 1 <_> <_>7 17 5 3 -1. <_>7 18 5 1 3. 0 8.4234727546572685e-004 0.4125418961048126 0.6177995800971985 <_> <_> <_>8 12 4 8 -1. <_>10 12 2 4 2. <_>8 16 2 4 2. 0 -0.0128251099959016 1 0.5403078198432922 <_> <_>7 4 10 12 -1. <_>12 4 5 6 2. <_>7 10 5 6 2. 0 -6.5156567143276334e-004 0.5633643865585327 0.3356539011001587 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -0.0120061598718166 0.7109510898590088 1 <_> <_>5 9 4 5 -1. <_>7 9 2 5 2. 0 1.3213419588282704e-003 0.4903850853443146 0.2824583053588867 <_> <_> <_>9 9 8 2 -1. <_>9 9 4 2 2. 0 -0.0203074403107166 0.1891369968652725 1 <_> <_>14 15 5 2 -1. <_>14 16 5 1 2. 0 4.0180929936468601e-003 0.5377966165542603 0.3119494915008545 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 4.5315311290323734e-003 1 0.7206758260726929 <_> <_>1 7 8 4 -1. <_>1 7 4 2 2. <_>5 9 4 2 2. 0 -4.4381739571690559e-003 0.1854667961597443 0.4981732964515686 <_> <_> <_>19 3 1 2 -1. <_>19 4 1 1 2. 0 1.5692010056227446e-003 1 0.2638274133205414 <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -4.9516442231833935e-003 0.6871067285537720 0.4714686870574951 <_> <_> <_>3 14 14 4 -1. <_>3 14 7 2 2. <_>10 16 7 2 2. 0 -0.0274296794086695 0.1548285037279129 1 <_> <_>5 0 10 2 -1. <_>5 1 10 1 2. 0 1.4181969454512000e-003 0.4376842975616455 0.6327368021011353 <_> <_> <_>11 14 4 6 -1. <_>11 16 4 2 3. 0 -0.0130789401009679 0.3166814148426056 1 <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -3.5092779435217381e-003 0.6199743747711182 0.4379687011241913 <_> <_> <_>7 13 6 6 -1. <_>7 13 3 3 2. <_>10 16 3 3 2. 0 0.0189207307994366 1 0.1470714062452316 <_> <_>0 2 1 6 -1. <_>0 4 1 2 3. 0 2.1683350205421448e-003 0.5809459090232849 0.3431949019432068 <_> <_> <_>6 7 8 2 -1. <_>6 8 8 1 2. 0 1.6401590546593070e-003 0.3959457874298096 1 <_> <_>9 7 6 1 -1. <_>9 7 3 1 2. 0 1.4005920093040913e-004 0.3240025043487549 0.5646647214889526 <_> <_> <_>7 1 6 10 -1. <_>7 6 6 5 2. 0 -3.3137591090053320e-003 1 0.4274528026580811 <_> <_>0 2 6 2 -1. <_>0 3 6 1 2. 0 -2.9459029901772738e-003 0.3341667950153351 0.6627960205078125 <_> <_> <_>11 4 2 4 -1. <_>11 4 1 4 2. 0 1.3612229668069631e-004 0.4046927988529205 1 <_> <_>11 10 3 6 -1. <_>11 13 3 3 2. 0 6.0512032359838486e-004 0.5484058260917664 0.3569940924644470 <_> <_> <_>3 9 8 2 -1. <_>7 9 4 2 2. 0 -0.0175139904022217 0.1824150979518890 1 <_> <_>0 0 4 6 -1. <_>2 0 2 6 2. 0 -0.0187350306659937 0.7971820235252380 0.5068569183349609 <_> <_> <_>7 0 6 2 -1. <_>9 0 2 2 3. 0 0.0120656499639153 1 0.2167007029056549 <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 -2.6544178836047649e-003 0.6584178805351257 0.4628243148326874 <_> <_> <_>3 12 1 2 -1. <_>3 13 1 1 2. 0 1.4501289697363973e-003 1 0.2090252041816711 <_> <_>4 5 11 3 -1. <_>4 6 11 1 3. 0 0.0109540196135640 0.5112305283546448 0.7784575819969177 <_> <_> <_>11 4 2 4 -1. <_>11 4 1 4 2. 0 0.0157717093825340 0.5132359266281128 1 <_> <_>8 3 6 3 -1. <_>10 3 2 3 3. 0 -0.0142526896670461 0.1742414981126785 0.5267148017883301 <_> <_> <_>7 4 2 4 -1. <_>8 4 1 4 2. 0 3.0411860279855318e-005 0.3418447971343994 1 <_> <_>6 3 6 3 -1. <_>8 3 2 3 3. 0 0.0234862994402647 0.5631265044212341 0.2006393969058991 <_> <_> <_>11 4 4 3 -1. <_>11 5 4 1 3. 0 5.2205449901521206e-003 1 0.6249648928642273 <_> <_>11 8 2 8 -1. <_>11 12 2 4 2. 0 -0.0258124303072691 0.3203228116035461 0.5199329853057861 <_> <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -1.9526650430634618e-003 0.6140705943107605 1 <_> <_>9 7 2 5 -1. <_>10 7 1 5 2. 0 -8.1470049917697906e-003 0.6592895984649658 0.3711124956607819 <_> <_> <_>14 11 1 6 -1. <_>14 13 1 2 3. 0 3.2962448894977570e-003 1 0.2952111959457398 <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -1.3961310032755136e-003 0.3320803940296173 0.5528414845466614 <_> <_> <_>0 3 2 2 -1. <_>0 4 2 1 2. 0 -4.1055441834032536e-003 0.1710550040006638 1 <_> <_>4 14 5 6 -1. <_>4 16 5 2 3. 0 -0.0108887795358896 0.3359434902667999 0.5674905180931091 <_> <_> <_>11 4 4 3 -1. <_>11 5 4 1 3. 0 -7.6768421567976475e-003 1 0.4773241877555847 <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -9.7729787230491638e-003 0.8081045150756836 0.4845828115940094 <_> <_> <_>5 4 4 3 -1. <_>5 5 4 1 3. 0 6.0439710505306721e-003 1 0.6784002184867859 <_> <_>5 15 4 2 -1. <_>7 15 2 2 2. 0 -4.6134641161188483e-004 0.5514639019966126 0.3642359972000122 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0579923614859581 1 0.1254435032606125 <_> <_>9 10 3 3 -1. <_>9 11 3 1 3. 0 5.9384980704635382e-004 0.4424878954887390 0.5728461742401123 <_> <_> <_>1 6 2 6 -1. <_>1 8 2 2 3. 0 -6.2353480607271194e-003 0.2805041968822479 1 <_> <_>2 4 8 15 -1. <_>2 9 8 5 3. 0 -0.0127849299460649 0.1950912028551102 0.5652924776077271 <_> <_> <_>9 12 3 2 -1. <_>9 13 3 1 2. 0 4.1973669431172311e-004 1 0.6166483759880066 <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 8.0646801507100463e-004 0.4526579976081848 0.5944486856460571 <_> <_> <_>7 6 3 5 -1. <_>8 6 1 5 3. 0 -1.6339010326191783e-003 1 0.4086942076683044 <_> <_>5 3 6 2 -1. <_>7 3 2 2 3. 0 -4.8299999907612801e-003 0.2793526947498322 0.6444935202598572 <_> <_> <_>6 1 8 10 -1. <_>10 1 4 5 2. <_>6 6 4 5 2. 0 -6.3992068171501160e-003 1 0.5671656131744385 <_> <_>0 0 20 10 -1. <_>10 0 10 5 2. <_>0 5 10 5 2. 0 0.1081919968128204 0.5311812162399292 0.2614356875419617 <_> <_> <_>6 3 3 1 -1. <_>7 3 1 1 3. 0 6.5056560561060905e-004 1 0.2996774017810822 <_> <_>0 2 6 8 -1. <_>2 2 2 8 3. 0 0.0206112507730722 0.4489943087100983 0.6888279914855957 <_> <_> <_>11 10 3 4 -1. <_>11 12 3 2 2. 0 -0.0251290500164032 1 0.5196864008903503 <_> <_>12 6 3 8 -1. <_>12 10 3 4 2. 0 1.7922939732670784e-003 0.3466995954513550 0.5533587932586670 <_> <_> <_>6 10 3 4 -1. <_>6 12 3 2 2. 0 1.5626220265403390e-003 1 0.3081440031528473 <_> <_>5 6 3 8 -1. <_>5 10 3 4 2. 0 -6.1898730928078294e-004 0.2693870961666107 0.5544489026069641 <_> <_> <_>2 6 18 6 -1. <_>11 6 9 3 2. <_>2 9 9 3 2. 0 4.8111421056091785e-003 0.5587847828865051 1 <_> <_>7 14 7 3 -1. <_>7 15 7 1 3. 0 2.2484229411929846e-003 0.4672113060951233 0.6090825200080872 <_> <_> <_>0 0 2 12 -1. <_>1 0 1 12 2. 0 -0.0301472395658493 0.9027591943740845 1 <_> <_>1 2 18 16 -1. <_>1 10 18 8 2. 0 0.2754867970943451 0.4719834923744202 0.2196920067071915 <_> <_> <_>9 13 5 3 -1. <_>9 14 5 1 3. 0 3.6894630175083876e-003 1 0.6273009181022644 <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 7.2957701049745083e-003 0.4839217960834503 0.6909062266349793 <_> <_> <_>0 6 18 6 -1. <_>0 6 9 3 2. <_>9 9 9 3 2. 0 -0.0562110692262650 0.1738487929105759 1 <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -2.6478560175746679e-003 0.6304144859313965 0.4474301934242249 <_> <_> <_>17 4 1 3 -1. <_>17 5 1 1 3. 0 -1.4534000074490905e-003 1 0.5302538275718689 <_> <_>12 11 1 9 -1. <_>12 14 1 3 3. 0 2.8540920466184616e-003 0.5338397026062012 0.3796882927417755 <_> <_> <_>2 4 1 3 -1. <_>2 5 1 1 3. 0 5.8243022067472339e-004 1 0.3269836902618408 <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 9.2509482055902481e-004 0.4554812014102936 0.6358348131179810 21.5781192779541020 7 -1 <_> <_> <_> <_>1 2 18 3 -1. <_>7 2 6 3 3. 0 0.0198064409196377 0.2809725105762482 1 <_> <_>0 1 20 6 -1. <_>0 3 20 2 3. 0 7.0395611692219973e-004 0.3119826018810272 0.7090306282043457 <_> <_> <_>7 5 6 3 -1. <_>9 5 2 3 3. 0 2.5563780218362808e-003 0.2981947958469391 1 <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 1.0824160417541862e-003 0.3020560145378113 0.5808811187744141 <_> <_> <_>3 1 4 10 -1. <_>3 1 2 5 2. <_>5 6 2 5 2. 0 -9.2893769033253193e-004 1 0.3738102912902832 <_> <_>0 4 19 10 -1. <_>0 9 19 5 2. 0 -0.0180097296833992 0.2163126021623612 0.6619253754615784 <_> <_> <_>9 8 3 12 -1. <_>9 12 3 4 3. 0 2.3500190582126379e-003 1 0.2910403907299042 <_> <_>11 18 5 2 -1. <_>11 19 5 1 2. 0 8.1822491483762860e-004 0.5578622817993164 0.3366627991199493 <_> <_> <_>5 16 6 4 -1. <_>5 16 3 2 2. <_>8 18 3 2 2. 0 6.2095321482047439e-004 0.4072425961494446 1 <_> <_>5 18 3 2 -1. <_>5 19 3 1 2. 0 9.6780969761312008e-004 0.6859595775604248 0.3105461895465851 <_> <_> <_>13 11 3 2 -1. <_>13 12 3 1 2. 0 4.8000211245380342e-004 1 0.3337332904338837 <_> <_>8 5 8 4 -1. <_>8 5 4 4 2. 0 9.0538640506565571e-005 0.3370958864688873 0.5451210737228394 <_> <_> <_>1 2 18 6 -1. <_>1 2 9 3 2. <_>10 5 9 3 2. 0 -0.0439147986471653 0.2625670135021210 1 <_> <_>3 5 14 6 -1. <_>3 7 14 2 3. 0 -5.6501338258385658e-003 0.6050462722778320 0.3232415020465851 <_> <_> <_>18 1 2 6 -1. <_>18 3 2 2 3. 0 3.8661491125822067e-003 1 0.3262613117694855 <_> <_>9 11 6 1 -1. <_>11 11 2 1 3. 0 -6.3069426687434316e-005 0.5817307829856873 0.4164389967918396 <_> <_> <_>0 2 6 11 -1. <_>3 2 3 11 2. 0 0.0525337383151054 1 0.7095398902893066 <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 1.3818660518154502e-003 0.5292875766754150 0.2541388869285584 <_> <_> <_>6 12 9 2 -1. <_>9 12 3 2 3. 0 -8.9264067355543375e-004 1 0.4085341095924377 <_> <_>9 4 6 15 -1. <_>9 4 3 15 2. 0 0.0855795070528984 0.5263236165046692 0.3003202974796295 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -1.8343339615967125e-004 1 0.4029205143451691 <_> <_>5 4 6 15 -1. <_>8 4 3 15 2. 0 -9.7924815490841866e-003 0.3521319925785065 0.6664004921913147 <_> <_> <_>14 12 6 7 -1. <_>14 12 3 7 2. 0 0.0144286202266812 0.4593566060066223 1 <_> <_>18 3 2 9 -1. <_>18 6 2 3 3. 0 -0.0456870011985302 0.1474756002426148 0.5178632140159607 <_> <_> <_>8 1 3 1 -1. <_>9 1 1 1 3. 0 -2.5763090234249830e-003 0.1837278008460999 1 <_> <_>0 12 6 7 -1. <_>3 12 3 7 2. 0 -0.0383018590509892 0.8082658052444458 0.5166687965393066 <_> <_> <_>13 7 6 4 -1. <_>16 7 3 2 2. <_>13 9 3 2 2. 0 2.8978290501981974e-003 0.4798013865947723 1 <_> <_>8 0 10 2 -1. <_>8 1 10 1 2. 0 -2.5165060069411993e-003 0.3346295952796936 0.5444449186325073 <_> <_> <_>1 7 6 4 -1. <_>1 7 3 2 2. <_>4 9 3 2 2. 0 5.6281982688233256e-004 0.3589026927947998 1 <_> <_>1 2 3 3 -1. <_>1 3 3 1 3. 0 3.6684391088783741e-003 0.5983129739761353 0.2983964085578919 <_> <_> <_>9 13 4 3 -1. <_>9 14 4 1 3. 0 2.1319789811968803e-003 1 0.6163223981857300 <_> <_>12 13 7 2 -1. <_>12 14 7 1 2. 0 7.6037310063838959e-003 0.5217130184173584 0.2054159045219421 <_> <_> <_>5 12 9 2 -1. <_>8 12 3 2 3. 0 -1.1668079969240353e-004 1 0.3446668982505798 <_> <_>6 10 4 8 -1. <_>6 14 4 4 2. 0 3.1659509986639023e-003 0.5597484707832336 0.2673786878585815 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0225694999098778 0.6900268197059631 1 <_> <_>12 0 5 2 -1. <_>12 1 5 1 2. 0 2.7129601221531630e-004 0.4486638903617859 0.5508785247802734 <_> <_> <_>7 7 1 12 -1. <_>7 13 1 6 2. 0 -0.0154344597831368 0.2048323005437851 1 <_> <_>6 2 3 4 -1. <_>7 2 1 4 3. 0 -8.4861656650900841e-003 0.1254952996969223 0.5060356259346008 <_> <_> <_>0 13 20 6 -1. <_>0 15 20 2 3. 0 -0.1180747002363205 0.0676330626010895 1 <_> <_>8 5 12 2 -1. <_>14 5 6 1 2. <_>8 6 6 1 2. 0 -1.2300079688429832e-003 0.5660700798034668 0.4292201101779938 <_> <_> <_>8 14 2 3 -1. <_>8 15 2 1 3. 0 -7.0290351286530495e-003 0.7136403918266296 1 <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 8.9325206354260445e-003 0.4338876008987427 0.7060875296592712 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 -0.0477359816431999 1 0.5268685221672058 <_> <_>6 0 8 12 -1. <_>10 0 4 6 2. <_>6 6 4 6 2. 0 -0.0441555790603161 0.2580580115318298 0.5406960844993591 <_> <_> <_>0 15 9 4 -1. <_>0 17 9 2 2. 0 -0.0259834807366133 0.1905054003000259 1 <_> <_>9 0 2 5 -1. <_>10 0 1 5 2. 0 -4.7885831445455551e-003 0.2551892995834351 0.5339077115058899 <_> <_> <_>9 5 2 6 -1. <_>9 5 1 6 2. 0 6.7423451691865921e-003 0.4693309962749481 1 <_> <_>17 2 3 6 -1. <_>17 4 3 2 3. 0 0.0116547504439950 0.5261964201927185 0.3145434856414795 <_> <_> <_>3 11 2 3 -1. <_>3 12 2 1 3. 0 -5.6982729583978653e-003 0.1756853014230728 1 <_> <_>7 13 3 3 -1. <_>7 14 3 1 3. 0 -7.2983349673449993e-003 0.7774729728698731 0.5124292969703674 <_> <_> <_>14 12 5 3 -1. <_>14 13 5 1 3. 0 7.9091778025031090e-003 0.5284559726715088 1 <_> <_>4 8 14 3 -1. <_>4 9 14 1 3. 0 -1.5874979726504534e-004 0.3887802064418793 0.5501173734664917 <_> <_> <_>1 12 5 3 -1. <_>1 13 5 1 3. 0 -6.2235877849161625e-003 0.2489829063415527 1 <_> <_>1 15 12 2 -1. <_>1 15 6 1 2. <_>7 16 6 1 2. 0 1.3308860361576080e-003 0.4262146055698395 0.5935062170028687 <_> <_> <_>12 11 4 2 -1. <_>12 12 4 1 2. 0 5.2055278792977333e-003 1 0.2545222938060761 <_> <_>9 8 3 5 -1. <_>10 8 1 5 3. 0 0.0140651697292924 0.4851990044116974 0.7021418809890747 <_> <_> <_>9 5 2 6 -1. <_>10 5 1 6 2. 0 -6.7384149879217148e-003 0.7143270969390869 1 <_> <_>0 2 3 6 -1. <_>0 4 3 2 3. 0 3.3406780567020178e-003 0.5175725221633911 0.2808643877506256 <_> <_> <_>12 11 4 2 -1. <_>12 12 4 1 2. 0 -0.0118806995451450 1 0.5173221826553345 <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 1.4226379571482539e-003 0.4502865970134735 0.5795695185661316 <_> <_> <_>4 11 4 2 -1. <_>4 12 4 1 2. 0 2.9858129564672709e-003 1 0.1915116012096405 <_> <_>8 8 3 5 -1. <_>9 8 1 5 3. 0 -2.0481580868363380e-003 0.6502432227134705 0.4559315145015717 <_> <_> <_>9 3 3 1 -1. <_>10 3 1 1 3. 0 1.7122729914262891e-003 0.5376247167587280 1 <_> <_>16 5 3 8 -1. <_>17 5 1 8 3. 0 -0.0169808696955442 0.7056233286857605 0.4914605915546417 <_> <_> <_>8 3 3 1 -1. <_>9 3 1 1 3. 0 -1.1290470138192177e-003 0.2678706049919128 1 <_> <_>1 5 3 8 -1. <_>2 5 1 8 3. 0 2.8620059601962566e-003 0.4410853981971741 0.6368319988250732 <_> <_> <_>10 1 3 3 -1. <_>11 1 1 3 3. 0 -3.8065758999437094e-003 0.2763563990592957 1 <_> <_>17 5 2 4 -1. <_>17 5 1 4 2. 0 5.9090270660817623e-003 0.4867301881313324 0.6728776097297669 <_> <_> <_>2 8 14 3 -1. <_>2 9 14 1 3. 0 1.1004370171576738e-003 0.4070514142513275 1 <_> <_>9 7 1 3 -1. <_>9 8 1 1 3. 0 -2.3396299220621586e-003 0.2604948878288269 0.6154860258102417 <_> <_> <_>6 1 8 10 -1. <_>6 6 8 5 2. 0 -3.6068160552531481e-003 0.5731999874114990 1 <_> <_>13 0 6 8 -1. <_>16 0 3 4 2. <_>13 4 3 4 2. 0 0.0408311896026134 0.4973376989364624 0.7387006878852844 <_> <_> <_>1 5 2 4 -1. <_>2 5 1 4 2. 0 -7.1082250215113163e-003 0.6984751224517822 1 <_> <_>4 2 12 2 -1. <_>4 3 12 1 2. 0 -9.3759730225428939e-004 0.2691167891025543 0.4741779863834381 <_> <_> <_>8 8 4 4 -1. <_>8 10 4 2 2. 0 -1.6740820137783885e-003 0.3551014065742493 1 <_> <_>5 6 12 4 -1. <_>9 6 4 4 3. 0 0.0882877036929131 0.5244613885879517 0.2096650004386902 <_> <_> <_>1 2 8 1 -1. <_>5 2 4 1 2. 0 8.2009629113599658e-004 0.4131096899509430 1 <_> <_>1 1 6 10 -1. <_>3 1 2 10 3. 0 -7.6624617213383317e-004 0.4620293080806732 0.6775410175323486 <_> <_> <_>8 6 8 2 -1. <_>8 6 4 2 2. 0 6.5769668435677886e-004 1 0.5628275275230408 <_> <_>10 7 6 6 -1. <_>12 7 2 6 3. 0 -2.1304790861904621e-003 0.5576859712600708 0.4577650129795075 <_> <_> <_>4 6 8 2 -1. <_>8 6 4 2 2. 0 -3.7317050737328827e-004 1 0.4959256052970886 <_> <_>4 7 6 6 -1. <_>6 7 2 6 3. 0 -0.0111722303554416 0.5625635981559753 0.2047107964754105 <_> <_> <_>3 14 16 4 -1. <_>3 16 16 2 2. 0 0.0434352196753025 1 0.2242148071527481 <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 9.6736161503940821e-004 0.4533343911170960 0.6199932098388672 <_> <_> <_>8 12 3 3 -1. <_>8 13 3 1 3. 0 -3.1452889088541269e-003 0.6662756204605103 1 <_> <_>5 12 6 1 -1. <_>8 12 3 1 2. 0 1.5233129961416125e-003 0.5007988214492798 0.2384992986917496 <_> <_> <_>18 10 2 3 -1. <_>18 11 2 1 3. 0 2.0854279864579439e-003 1 0.3753500878810883 <_> <_>16 8 4 6 -1. <_>16 10 4 2 3. 0 0.0360982008278370 0.5177171230316162 0.1634493023157120 <_> <_> <_>8 3 2 1 -1. <_>9 3 1 1 2. 0 1.6179570229724050e-003 1 0.2587381899356842 <_> <_>7 1 3 9 -1. <_>8 1 1 9 3. 0 -6.2132300809025764e-004 0.6299533843994141 0.4658789932727814 <_> <_> <_>5 11 11 6 -1. <_>5 14 11 3 2. 0 7.1878539165481925e-004 1 0.3354076147079468 <_> <_>12 2 3 14 -1. <_>12 9 3 7 2. 0 -0.0393395200371742 0.2154128998517990 0.5235713720321655 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -1.0988829890266061e-003 0.6468896865844727 1 <_> <_>3 5 12 5 -1. <_>7 5 4 5 3. 0 2.1191420964896679e-003 0.2893089056015015 0.5254815816879273 22.5852909088134770 8 -1 <_> <_> <_> <_>1 2 6 3 -1. <_>4 2 3 3 2. 0 5.2359891124069691e-003 0.3299711048603058 1 <_> <_>5 5 6 10 -1. <_>5 5 3 5 2. <_>8 10 3 5 2. 0 -2.2169889416545630e-003 0.7041593194007874 0.3235465884208679 <_> <_> <_>16 18 2 2 -1. <_>16 18 1 2 2. 0 -8.2303592935204506e-003 1 0.4961170852184296 <_> <_>16 18 2 2 -1. <_>16 18 1 2 2. 0 -8.2303592935204506e-003 0.7128043174743652 0.4961170852184296 <_> <_> <_>8 4 2 5 -1. <_>9 4 1 5 2. 0 4.5343261444941163e-004 0.3208472132682800 1 <_> <_>8 4 1 4 -1. <_>8 6 1 2 2. 0 -4.1777061414904892e-004 0.6613916754722595 0.3551332950592041 <_> <_> <_>7 15 12 4 -1. <_>13 15 6 2 2. <_>7 17 6 2 2. 0 2.7823769487440586e-003 0.3710134923458099 1 <_> <_>11 18 6 2 -1. <_>11 19 6 1 2. 0 -6.0361868236213923e-005 0.5746393799781799 0.3894880115985870 <_> <_> <_>7 7 4 10 -1. <_>7 12 4 5 2. 0 3.5061789676547050e-003 1 0.3054102957248688 <_> <_>5 6 10 8 -1. <_>5 10 10 4 2. 0 1.7013119941111654e-004 0.2885577976703644 0.6487745046615601 <_> <_> <_>11 1 6 12 -1. <_>14 1 3 6 2. <_>11 7 3 6 2. 0 -2.3378930054605007e-003 1 0.3174431025981903 <_> <_>5 8 12 1 -1. <_>9 8 4 1 3. 0 -2.1369170863181353e-003 0.3820919990539551 0.5232893228530884 <_> <_> <_>4 7 3 6 -1. <_>4 9 3 2 3. 0 1.0250400518998504e-003 0.3622795045375824 1 <_> <_>4 11 3 4 -1. <_>4 13 3 2 2. 0 -4.4726220949087292e-005 0.6538959145545960 0.4003680944442749 <_> <_> <_>14 16 2 2 -1. <_>14 17 2 1 2. 0 5.7102291611954570e-004 1 0.3893173038959503 <_> <_>15 15 2 2 -1. <_>15 16 2 1 2. 0 5.7743012439459562e-004 0.5614532828330994 0.3687644004821777 <_> <_> <_>7 12 6 2 -1. <_>7 13 6 1 2. 0 7.9692091094329953e-004 1 0.6443027853965759 <_> <_>8 13 4 2 -1. <_>8 14 4 1 2. 0 3.5945948911830783e-004 0.3380852937698364 0.5824648141860962 <_> <_> <_>11 1 6 12 -1. <_>14 1 3 6 2. <_>11 7 3 6 2. 0 4.3973900028504431e-004 1 0.3938767015933991 <_> <_>12 2 4 2 -1. <_>12 3 4 1 2. 0 -8.9061429025605321e-004 0.3427971005439758 0.5515698790550232 <_> <_> <_>3 10 12 6 -1. <_>3 10 6 3 2. <_>9 13 6 3 2. 0 5.4110242053866386e-003 1 0.3803538084030151 <_> <_>3 1 6 12 -1. <_>3 1 3 6 2. <_>6 7 3 6 2. 0 -8.5764907998964190e-004 0.6439505219459534 0.4168345928192139 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 -0.0220006499439478 0.6654601097106934 1 <_> <_>5 1 10 8 -1. <_>10 1 5 4 2. <_>5 5 5 4 2. 0 -7.8731682151556015e-003 0.4182722866535187 0.5604724287986755 <_> <_> <_>0 6 4 14 -1. <_>0 6 2 7 2. <_>2 13 2 7 2. 0 -0.0274444594979286 0.6586862802505493 1 <_> <_>1 15 12 4 -1. <_>1 15 6 2 2. <_>7 17 6 2 2. 0 1.9792269449681044e-003 0.3244912028312683 0.4882870018482208 <_> <_> <_>10 17 3 3 -1. <_>11 17 1 3 3. 0 -5.6783691979944706e-003 0.2229079008102417 1 <_> <_>11 2 2 6 -1. <_>12 2 1 3 2. <_>11 5 1 3 2. 0 1.5057219570735469e-005 0.4107285141944885 0.5747591257095337 <_> <_> <_>7 17 3 3 -1. <_>8 17 1 3 3. 0 -5.4136710241436958e-003 0.2065797001123428 1 <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 5.3679239936172962e-003 0.4926423132419586 0.7139484882354736 <_> <_> <_>10 15 4 2 -1. <_>12 15 2 1 2. <_>10 16 2 1 2. 0 -3.1426660716533661e-003 0.6780086755752564 1 <_> <_>13 13 4 3 -1. <_>13 14 4 1 3. 0 0.0109073901548982 0.5214930176734924 0.1143995970487595 <_> <_> <_>3 13 4 3 -1. <_>3 14 4 1 3. 0 5.8436761610209942e-003 1 0.1937526017427445 <_> <_>7 2 2 6 -1. <_>7 2 1 3 2. <_>8 5 1 3 2. 0 9.0507230197545141e-005 0.3812577128410339 0.5514187812805176 <_> <_> <_>2 1 16 3 -1. <_>2 2 16 1 3. 0 -0.0163457896560431 0.2474023997783661 1 <_> <_>10 15 4 2 -1. <_>12 15 2 1 2. <_>10 16 2 1 2. 0 1.5987500082701445e-003 0.4817782938480377 0.5923079848289490 <_> <_> <_>6 15 4 2 -1. <_>6 15 2 1 2. <_>8 16 2 1 2. 0 -4.0257978253066540e-003 0.7508208751678467 1 <_> <_>3 0 13 3 -1. <_>3 1 13 1 3. 0 -6.7750471644103527e-003 0.2879810929298401 0.5199695229530335 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 -3.2470689620822668e-003 0.3044910132884979 1 <_> <_>6 7 9 2 -1. <_>6 8 9 1 2. 0 1.5409620245918632e-003 0.4063482880592346 0.5676562786102295 <_> <_> <_>8 14 3 6 -1. <_>9 14 1 6 3. 0 -0.0128581197932363 0.0967175588011742 1 <_> <_>9 10 2 2 -1. <_>9 11 2 1 2. 0 -1.4824670506641269e-004 0.4537833034992218 0.6115375161170960 <_> <_> <_>9 7 2 5 -1. <_>9 7 1 5 2. 0 -9.0210810303688049e-003 1 0.4807750880718231 <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0287950299680233 0.3403795063495636 0.5255529284477234 <_> <_> <_>9 7 2 5 -1. <_>10 7 1 5 2. 0 9.0210810303688049e-003 1 0.7505835890769959 <_> <_>5 6 10 3 -1. <_>10 6 5 3 2. 0 7.4121179059147835e-003 0.5455446839332581 0.3226068913936615 <_> <_> <_>13 9 2 2 -1. <_>13 9 1 2 2. 0 -3.7217529024928808e-003 0.2311848998069763 1 <_> <_>4 3 12 11 -1. <_>8 3 4 11 3. 0 0.1986588984727860 0.5271047949790955 0.1469929963350296 <_> <_> <_>7 1 2 7 -1. <_>8 1 1 7 2. 0 1.5208719560177997e-005 0.3678138852119446 1 <_> <_>7 4 3 8 -1. <_>8 4 1 8 3. 0 -3.9089918136596680e-003 0.7131929993629456 0.4993866980075836 <_> <_> <_>13 9 2 2 -1. <_>13 9 1 2 2. 0 2.5106288958340883e-003 0.5312054157257080 1 <_> <_>11 6 2 2 -1. <_>12 6 1 1 2. <_>11 7 1 1 2. 0 2.3921660613268614e-004 0.4689378142356873 0.5714021921157837 <_> <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 6.9443131797015667e-003 1 0.6948797702789307 <_> <_>6 5 1 3 -1. <_>6 6 1 1 3. 0 1.2065629707649350e-003 0.4004504978656769 0.5874881744384766 <_> <_> <_>13 9 2 2 -1. <_>13 9 1 2 2. 0 2.5106288958340883e-003 0.5329571962356567 1 <_> <_>16 14 3 3 -1. <_>16 15 3 1 3. 0 1.7514040227979422e-003 0.5545849204063416 0.3449581861495972 <_> <_> <_>5 9 2 2 -1. <_>6 9 1 2 2. 0 -4.1978210210800171e-003 0.1217183023691177 1 <_> <_>1 14 3 3 -1. <_>1 15 3 1 3. 0 1.3092850567772985e-003 0.5375049710273743 0.3415625095367432 <_> <_> <_>13 1 1 6 -1. <_>13 3 1 2 3. 0 6.7396182566881180e-004 0.4195179045200348 1 <_> <_>13 3 7 2 -1. <_>13 4 7 1 2. 0 -0.0105307102203369 0.3460753858089447 0.5155860185623169 <_> <_> <_>0 6 20 14 -1. <_>0 13 20 7 2. 0 -0.4067229926586151 0.0580656789243221 1 <_> <_>0 4 3 6 -1. <_>0 6 3 2 3. 0 -0.0263145491480827 0.1473449021577835 0.5559378266334534 <_> <_> <_>10 1 9 6 -1. <_>10 3 9 2 3. 0 2.2557149641215801e-003 1 0.5477715134620667 <_> <_>8 0 12 5 -1. <_>8 0 6 5 2. 0 0.0121548604220152 0.4207791090011597 0.5621880888938904 <_> <_> <_>0 0 18 5 -1. <_>6 0 6 5 3. 0 -0.0184365399181843 0.6447147130966187 1 <_> <_>1 1 9 6 -1. <_>1 3 9 2 3. 0 5.3676147945225239e-004 0.2765127122402191 0.4888595938682556 <_> <_> <_>15 15 2 2 -1. <_>15 16 2 1 2. 0 -2.6265541091561317e-003 1 0.5264691114425659 <_> <_>13 16 3 4 -1. <_>13 18 3 2 2. 0 -5.1119807176291943e-004 0.5785310268402100 0.4291102886199951 <_> <_> <_>3 15 2 2 -1. <_>3 16 2 1 2. 0 4.1454841266386211e-004 1 0.3455410897731781 <_> <_>4 16 3 4 -1. <_>4 18 3 2 2. 0 -5.5028748465701938e-004 0.6026918888092041 0.4143893122673035 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 -1.0347720235586166e-003 0.6095293760299683 1 <_> <_>9 13 5 3 -1. <_>9 14 5 1 3. 0 -3.3966631162911654e-003 0.6108282208442688 0.4707720875740051 <_> <_> <_>0 0 3 6 -1. <_>0 2 3 2 3. 0 3.1795909162610769e-003 1 0.3244366943836212 <_> <_>4 1 6 3 -1. <_>6 1 2 3 3. 0 -1.6528950072824955e-004 0.3830757141113281 0.5734326243400574 <_> <_> <_>9 13 4 3 -1. <_>9 14 4 1 3. 0 8.3725210279226303e-003 1 0.6610919237136841 <_> <_>8 15 5 3 -1. <_>8 16 5 1 3. 0 -2.5799809955060482e-003 0.6139307022094727 0.4686149954795837 <_> <_> <_>8 3 3 2 -1. <_>9 3 1 2 3. 0 9.0194388758391142e-004 1 0.3520022034645081 <_> <_>1 8 18 2 -1. <_>1 9 18 1 2. 0 3.6952210939489305e-004 0.2578754127025604 0.5467242002487183 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 9.9746137857437134e-004 0.4820146858692169 1 <_> <_>8 13 6 3 -1. <_>8 14 6 1 3. 0 -3.6688039544969797e-003 0.5710150003433228 0.4831911027431488 <_> <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 -8.9501030743122101e-004 0.6133679151535034 1 <_> <_>4 13 12 4 -1. <_>4 13 6 2 2. <_>10 15 6 2 2. 0 5.1904921419918537e-003 0.4928582906723023 0.2581309080123901 <_> <_> <_>10 7 2 2 -1. <_>10 7 1 2 2. 0 4.2274440056644380e-004 0.4471124112606049 1 <_> <_>13 4 2 8 -1. <_>14 4 1 4 2. <_>13 8 1 4 2. 0 8.5176713764667511e-003 0.5161024928092957 0.3316533863544464 <_> <_> <_>0 5 4 6 -1. <_>0 7 4 2 3. 0 -0.0366236083209515 0.0926062166690826 1 <_> <_>8 7 2 2 -1. <_>9 7 1 2 2. 0 -4.1103712283074856e-003 0.8522114753723145 0.5137907862663269 <_> <_> <_>13 0 3 7 -1. <_>14 0 1 7 3. 0 -6.6017331555485725e-003 1 0.5459060072898865 <_> <_>11 2 2 14 -1. <_>11 2 1 14 2. 0 0.0255786404013634 0.5219352841377258 0.1927185952663422 <_> <_> <_>4 0 3 7 -1. <_>5 0 1 7 3. 0 0.0114474399015307 1 0.1916002035140991 <_> <_>5 5 8 12 -1. <_>5 5 4 6 2. <_>9 11 4 6 2. 0 7.2427501436322927e-004 0.5231571197509766 0.3535340130329132 <_> <_> <_>11 4 6 3 -1. <_>11 5 6 1 3. 0 9.7127500921487808e-003 1 0.6464101076126099 <_> <_>12 3 4 3 -1. <_>12 4 4 1 3. 0 -0.0113375699147582 0.7383037805557251 0.4964743852615356 <_> <_> <_>5 5 10 12 -1. <_>5 5 5 6 2. <_>10 11 5 6 2. 0 -8.1453882157802582e-003 0.3611705899238586 1 <_> <_>3 6 12 3 -1. <_>9 6 6 3 2. 0 -8.5570756345987320e-003 0.3421907126903534 0.5943511724472046 <_> <_> <_>9 6 2 7 -1. <_>9 6 1 7 2. 0 2.2993308957666159e-003 0.4550104141235352 1 <_> <_>9 5 2 4 -1. <_>9 5 1 4 2. 0 3.8430930580943823e-003 0.4716862142086029 0.6656190752983093 <_> <_> <_>8 7 3 3 -1. <_>9 7 1 3 3. 0 -9.9116540513932705e-004 1 0.4592716991901398 <_> <_>5 1 6 4 -1. <_>7 1 2 4 3. 0 0.0254964698106050 0.6563401222229004 0.1258835047483444 <_> <_> <_>13 16 7 3 -1. <_>13 17 7 1 3. 0 -0.0157483592629433 1 0.5239502191543579 <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -0.0180461201816797 0.8015851974487305 0.5007957816123962 <_> <_> <_>0 16 7 3 -1. <_>0 17 7 1 3. 0 0.0103233903646469 1 0.2274820059537888 <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.6452240524813533e-003 0.4351946115493774 0.5867627859115601 <_> <_> <_>12 9 8 10 -1. <_>12 9 4 10 2. 0 0.0158811490982771 0.4465051889419556 1 <_> <_>8 10 12 5 -1. <_>12 10 4 5 3. 0 0.0105865197256207 0.4544458091259003 0.5707110762596130 <_> <_> <_>0 9 8 10 -1. <_>4 9 4 10 2. 0 -0.0215316899120808 0.6527643799781799 1 <_> <_>0 10 12 5 -1. <_>4 10 4 5 3. 0 5.2480469457805157e-003 0.3444727957248688 0.5324636101722717 25.6093006134033200 9 -1 <_> <_> <_> <_>2 3 6 2 -1. <_>5 3 3 2 2. 0 1.8219340126961470e-003 0.3108788132667542 1 <_> <_>0 0 17 9 -1. <_>0 3 17 3 3. 0 8.1313941627740860e-003 0.3133237063884735 0.6645867228507996 <_> <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 1.7055979697033763e-003 0.2640131115913391 1 <_> <_>10 4 6 4 -1. <_>12 4 2 4 3. 0 -7.4483548814896494e-005 0.5647205114364624 0.3485372960567474 <_> <_> <_>0 10 20 4 -1. <_>0 12 20 2 2. 0 3.8342390325851738e-004 1 0.3140654861927033 <_> <_>4 3 6 5 -1. <_>6 3 2 5 3. 0 3.1868910882622004e-003 0.6489198803901672 0.3887729048728943 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1604432016611099 1 0.7216529846191406 <_> <_>13 9 2 3 -1. <_>13 9 1 3 2. 0 -6.7285560071468353e-003 0.1653137952089310 0.5139825940132141 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 7.2638481469766703e-006 0.3140619993209839 1 <_> <_>3 17 4 2 -1. <_>3 18 4 1 2. 0 5.5551197146996856e-004 0.5993698835372925 0.3317398130893707 <_> <_> <_>9 4 8 10 -1. <_>9 9 8 5 2. 0 -0.0108223203569651 0.2652938067913055 1 <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -4.5834020711481571e-003 0.1849568933248520 0.5313957929611206 <_> <_> <_>8 2 4 8 -1. <_>8 6 4 4 2. 0 -3.0205070506781340e-003 1 0.4040099978446960 <_> <_>3 4 14 12 -1. <_>3 4 7 6 2. <_>10 10 7 6 2. 0 0.0778646171092987 0.6158189773559570 0.1786486953496933 <_> <_> <_>7 7 6 4 -1. <_>9 7 2 4 3. 0 0.0264943800866604 0.4511089920997620 1 <_> <_>6 7 9 4 -1. <_>6 9 9 2 2. 0 0.0369121097028255 0.4528219997882843 0.5972282886505127 <_> <_> <_>2 10 3 3 -1. <_>2 11 3 1 3. 0 5.7857790961861610e-003 1 0.2533892095088959 <_> <_>4 6 2 9 -1. <_>4 9 2 3 3. 0 9.3849771656095982e-004 0.3410412073135376 0.5923643708229065 <_> <_> <_>9 11 3 3 -1. <_>9 12 3 1 3. 0 -0.0110031999647617 0.6958044171333313 1 <_> <_>3 1 15 2 -1. <_>3 2 15 1 2. 0 -1.1737640015780926e-003 0.3851084113121033 0.5408189296722412 <_> <_> <_>9 8 2 3 -1. <_>9 9 2 1 3. 0 -3.6596669815480709e-003 0.2009308934211731 1 <_> <_>9 6 2 5 -1. <_>10 6 1 5 2. 0 -2.4822750128805637e-003 0.6295393109321594 0.4395040869712830 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -4.4606071896851063e-003 0.2405299991369247 1 <_> <_>4 10 12 10 -1. <_>4 15 12 5 2. 0 -3.5969649907201529e-003 0.5450174212455750 0.3782357871532440 <_> <_> <_>0 10 4 2 -1. <_>0 11 4 1 2. 0 -3.6222559865564108e-003 0.3033896982669830 1 <_> <_>5 15 9 2 -1. <_>5 16 9 1 2. 0 1.2059339787811041e-003 0.4633778929710388 0.6335952281951904 <_> <_> <_>8 14 6 3 -1. <_>8 15 6 1 3. 0 4.3124938383698463e-003 1 0.6598826050758362 <_> <_>8 16 4 3 -1. <_>8 17 4 1 3. 0 -4.4961250387132168e-003 0.6621696949005127 0.4755246937274933 <_> <_> <_>8 9 4 2 -1. <_>8 10 4 1 2. 0 -1.3860689941793680e-003 0.2801201045513153 1 <_> <_>3 3 14 2 -1. <_>3 4 14 1 2. 0 -5.1588460337370634e-004 0.3829489052295685 0.5623626708984375 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 7.0330002927221358e-005 0.4536342918872833 1 <_> <_>4 12 12 1 -1. <_>8 12 4 1 3. 0 -2.0976549421902746e-004 0.5608139038085938 0.4265779852867127 <_> <_> <_>0 2 1 2 -1. <_>0 3 1 1 2. 0 1.3642259873449802e-003 1 0.2637091875076294 <_> <_>7 4 4 6 -1. <_>9 4 2 6 2. 0 1.5483660390600562e-003 0.4170750975608826 0.5932987928390503 <_> <_> <_>0 2 20 14 -1. <_>10 2 10 7 2. <_>0 9 10 7 2. 0 0.1917960941791534 0.5256764292716980 1 <_> <_>14 6 1 3 -1. <_>14 7 1 1 3. 0 -4.4776909053325653e-003 0.6632621884346008 0.4892588853836060 <_> <_> <_>0 4 20 12 -1. <_>0 4 10 6 2. <_>10 10 10 6 2. 0 -0.1264917999505997 0.1499778926372528 1 <_> <_>8 12 1 2 -1. <_>8 13 1 1 2. 0 6.5253327193204314e-005 0.4233320057392120 0.5756040215492249 <_> <_> <_>9 18 3 2 -1. <_>10 18 1 2 3. 0 4.1856421157717705e-003 0.5288826823234558 1 <_> <_>9 17 6 2 -1. <_>11 17 2 2 3. 0 2.7478230185806751e-004 0.4524017870426178 0.5604125261306763 <_> <_> <_>5 6 2 3 -1. <_>5 7 2 1 3. 0 -2.2906810045242310e-003 0.5578274130821228 1 <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 1.6744500026106834e-003 0.3323057889938355 0.5558788180351257 <_> <_> <_>14 15 3 2 -1. <_>14 16 3 1 2. 0 1.2349759927019477e-003 1 0.3653947114944458 <_> <_>11 3 3 4 -1. <_>12 3 1 4 3. 0 -8.7158754467964172e-003 0.1924533993005753 0.5313649773597717 <_> <_> <_>3 15 3 2 -1. <_>3 16 3 1 2. 0 4.6613621525466442e-003 1 0.2027730941772461 <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -8.5815992206335068e-003 0.7636060118675232 0.5140826106071472 <_> <_> <_>9 13 3 7 -1. <_>10 13 1 7 3. 0 0.0143521204590797 0.5252975821495056 1 <_> <_>12 12 5 3 -1. <_>12 13 5 1 3. 0 -7.7948719263076782e-003 0.2632937133312225 0.5328689217567444 <_> <_> <_>8 18 3 2 -1. <_>9 18 1 2 3. 0 -3.4155680332332850e-003 0.2416087985038757 1 <_> <_>4 7 12 4 -1. <_>4 7 6 2 2. <_>10 9 6 2 2. 0 -4.2639090679585934e-003 0.3936544954776764 0.5478742122650147 <_> <_> <_>6 19 14 1 -1. <_>6 19 7 1 2. 0 8.7177697569131851e-003 0.4788199067115784 1 <_> <_>16 14 3 2 -1. <_>16 15 3 1 2. 0 -3.2232629600912333e-003 0.3631612062454224 0.5288316011428833 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 -0.0421883687376976 0.6931139230728149 1 <_> <_>1 0 4 10 -1. <_>1 0 2 5 2. <_>3 5 2 5 2. 0 0.0198757499456406 0.4520100057125092 0.6855055093765259 <_> <_> <_>15 3 5 6 -1. <_>15 5 5 2 3. 0 -0.0311345104128122 1 0.5300424098968506 <_> <_>9 5 2 15 -1. <_>9 10 2 5 3. 0 5.7032387703657150e-003 0.5606892108917236 0.4230622947216034 <_> <_> <_>0 3 5 6 -1. <_>0 5 5 2 3. 0 5.2733682096004486e-003 1 0.3247228860855103 <_> <_>6 0 3 2 -1. <_>7 0 1 2 3. 0 -3.1231069006025791e-003 0.1985695958137512 0.5349872708320618 <_> <_> <_>12 8 8 2 -1. <_>16 8 4 1 2. <_>12 9 4 1 2. 0 4.6453849063254893e-004 0.4207508862018585 1 <_> <_>5 8 12 1 -1. <_>9 8 4 1 3. 0 0.0303558893501759 0.5153458714485169 0.3118101060390472 <_> <_> <_>3 13 3 3 -1. <_>3 14 3 1 3. 0 -4.2992769740521908e-003 0.3274506926536560 1 <_> <_>5 13 3 2 -1. <_>5 14 3 1 2. 0 1.9509199773892760e-004 0.5953078269958496 0.4225521087646484 <_> <_> <_>9 15 3 3 -1. <_>9 16 3 1 3. 0 -7.7784480527043343e-003 0.7211179733276367 1 <_> <_>7 15 7 3 -1. <_>7 16 7 1 3. 0 0.0169175993651152 0.4936591982841492 0.7030277252197266 <_> <_> <_>3 14 11 6 -1. <_>3 16 11 2 3. 0 -0.0519485697150230 0.1425534933805466 1 <_> <_>0 19 14 1 -1. <_>7 19 7 1 2. 0 -5.4751220159232616e-003 0.6059331893920898 0.4393995106220245 <_> <_> <_>9 17 6 2 -1. <_>11 17 2 2 3. 0 1.5210839592327829e-005 0.4488849937915802 1 <_> <_>12 11 6 2 -1. <_>14 11 2 2 3. 0 1.0235579684376717e-003 0.4256550073623657 0.5795438289642334 <_> <_> <_>5 17 6 2 -1. <_>7 17 2 2 3. 0 -1.0427719826111570e-004 0.4246039986610413 1 <_> <_>0 1 9 10 -1. <_>3 1 3 10 3. 0 8.7853781878948212e-003 0.4958009123802185 0.6759430766105652 <_> <_> <_>10 1 3 3 -1. <_>11 1 1 3 3. 0 3.4012699034065008e-003 0.5423480868339539 1 <_> <_>9 5 6 4 -1. <_>9 5 3 4 2. 0 5.8582378551363945e-004 0.3636542856693268 0.5464348793029785 <_> <_> <_>7 1 3 3 -1. <_>8 1 1 3 3. 0 -2.2973360028117895e-003 0.2548818886280060 1 <_> <_>0 4 4 11 -1. <_>2 4 2 11 2. 0 -0.0143301896750927 0.6587656736373901 0.4532802104949951 <_> <_> <_>9 5 6 4 -1. <_>9 5 3 4 2. 0 9.8565965890884399e-004 0.3822771012783051 1 <_> <_>6 0 8 10 -1. <_>10 0 4 5 2. <_>6 5 4 5 2. 0 -0.0466407611966133 0.3077321946620941 0.5244132876396179 <_> <_> <_>6 6 5 14 -1. <_>6 13 5 7 2. 0 -0.1190730035305023 0.1033862978219986 1 <_> <_>8 5 4 14 -1. <_>8 12 4 7 2. 0 0.0193332806229591 0.5554745197296143 0.3221316933631897 <_> <_> <_>7 7 6 5 -1. <_>9 7 2 5 3. 0 0.0314278490841389 0.4682379066944122 1 <_> <_>9 3 3 9 -1. <_>9 6 3 3 3. 0 2.0082130504306406e-004 0.5373070240020752 0.3800666928291321 <_> <_> <_>8 1 3 3 -1. <_>9 1 1 3 3. 0 -6.2584900297224522e-003 0.1799207031726837 1 <_> <_>9 6 2 4 -1. <_>10 6 1 4 2. 0 8.2861045375466347e-003 0.5095068812370300 0.7544605135917664 <_> <_> <_>10 8 6 9 -1. <_>10 8 3 9 2. 0 2.0529709290713072e-003 0.5628644824028015 1 <_> <_>16 4 3 8 -1. <_>17 4 1 8 3. 0 3.2524869311600924e-003 0.4801689088344574 0.5802102088928223 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 -0.0318849012255669 0.1742745041847229 1 <_> <_>5 5 6 4 -1. <_>8 5 3 4 2. 0 1.8379340181127191e-003 0.3466596901416779 0.5107154846191406 <_> <_> <_>9 8 4 2 -1. <_>9 9 4 1 2. 0 -4.8512680223211646e-004 1 0.5326086282730103 <_> <_>11 7 2 2 -1. <_>11 7 1 2 2. 0 -2.5407879147678614e-003 0.6342775225639343 0.4992693066596985 <_> <_> <_>8 12 4 8 -1. <_>8 12 2 4 2. <_>10 16 2 4 2. 0 -5.1559060811996460e-003 0.3433429002761841 1 <_> <_>0 1 4 9 -1. <_>0 4 4 3 3. 0 -0.0449687503278255 0.1868136972188950 0.5215464830398560 <_> <_> <_>9 10 3 3 -1. <_>9 11 3 1 3. 0 5.8984281495213509e-003 1 0.6229305267333984 <_> <_>8 11 4 2 -1. <_>8 12 4 1 2. 0 3.2763120252639055e-003 0.4935772120952606 0.7217944860458374 <_> <_> <_>7 8 4 2 -1. <_>7 9 4 1 2. 0 -1.0161520185647532e-004 1 0.5007976293563843 <_> <_>7 8 6 1 -1. <_>9 8 2 1 3. 0 -1.6290300118271261e-004 0.6024149060249329 0.2329508066177368 <_> <_> <_>16 0 4 9 -1. <_>16 0 2 9 2. 0 9.0541364625096321e-003 0.4510416984558106 1 <_> <_>16 0 3 6 -1. <_>16 3 3 3 2. 0 0.0353984907269478 0.5141996741294861 0.2860291898250580 <_> <_> <_>0 0 4 9 -1. <_>2 0 2 9 2. 0 5.6469351984560490e-003 0.4704925119876862 1 <_> <_>1 0 3 6 -1. <_>1 3 3 3 2. 0 -2.4807190056890249e-003 0.4179851114749908 0.6726647019386292 <_> <_> <_>9 7 6 9 -1. <_>11 7 2 9 3. 0 -4.1088787838816643e-003 0.5809801816940308 1 <_> <_>10 6 3 6 -1. <_>11 6 1 6 3. 0 -2.0714469719678164e-003 0.6074783802032471 0.4524059891700745 <_> <_> <_>1 2 18 2 -1. <_>1 2 9 1 2. <_>10 3 9 1 2. 0 -2.8939060866832733e-003 0.3383519947528839 1 <_> <_>5 8 6 8 -1. <_>7 8 2 8 3. 0 1.3467279495671391e-003 0.5696910023689270 0.3970845043659210 <_> <_> <_>9 0 6 16 -1. <_>11 0 2 16 3. 0 -0.0907791331410408 0.1502701938152313 1 <_> <_>14 1 6 18 -1. <_>17 1 3 9 2. <_>14 10 3 9 2. 0 -0.0831717625260353 0.7573670744895935 0.4936437010765076 <_> <_> <_>2 9 2 3 -1. <_>2 10 2 1 3. 0 -1.4107000315561891e-003 0.3390932977199554 1 <_> <_>0 1 6 18 -1. <_>0 1 3 9 2. <_>3 10 3 9 2. 0 0.0556687600910664 0.5025097131729126 0.7422083020210266 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 0.0577015392482281 0.5197371840476990 1 <_> <_>2 1 18 18 -1. <_>2 10 18 9 2. 0 -0.4250329136848450 0.0973469167947769 0.5185739994049072 <_> <_> <_>6 3 3 1 -1. <_>7 3 1 1 3. 0 -4.4380719191394746e-004 0.3649350106716156 1 <_> <_>4 12 2 2 -1. <_>4 13 2 1 2. 0 1.7924769781529903e-004 0.5619279146194458 0.3760297000408173 <_> <_> <_>8 13 5 3 -1. <_>8 14 5 1 3. 0 5.0382469780743122e-003 1 0.6328445076942444 <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 0.0151911703869700 0.4936082065105438 0.7426524758338928 <_> <_> <_>3 12 5 3 -1. <_>3 13 5 1 3. 0 -0.0123003898188472 0.1389349997043610 1 <_> <_>6 3 3 4 -1. <_>7 3 1 4 3. 0 1.5168030513450503e-003 0.5091962218284607 0.3482648134231567 <_> <_> <_>11 10 2 2 -1. <_>12 10 1 1 2. <_>11 11 1 1 2. 0 9.5754547510296106e-004 1 0.6036316752433777 <_> <_>5 8 12 1 -1. <_>9 8 4 1 3. 0 -0.0189622007310390 0.2319173067808151 0.5116652846336365 <_> <_> <_>8 4 4 8 -1. <_>10 4 2 8 2. 0 -0.0222722608596087 0.6555022001266480 1 <_> <_>6 6 8 5 -1. <_>10 6 4 5 2. 0 -0.0251452308148146 0.1326071023941040 0.4674034118652344 <_> <_> <_>10 4 6 4 -1. <_>12 4 2 4 3. 0 0.0195339005440474 0.5182027220726013 1 <_> <_>12 7 2 2 -1. <_>13 7 1 1 2. <_>12 8 1 1 2. 0 -1.1231349781155586e-003 0.6318243145942688 0.4825519025325775 <_> <_> <_>3 5 10 8 -1. <_>3 9 10 4 2. 0 -1.4861139934509993e-003 0.2918671071529388 1 <_> <_>7 1 2 12 -1. <_>7 7 2 6 2. 0 3.5002888762392104e-004 0.5621371269226074 0.4249213039875031 <_> <_> <_>12 7 2 2 -1. <_>13 7 1 1 2. <_>12 8 1 1 2. 0 -1.1231349781155586e-003 1 0.4813745021820068 <_> <_>11 13 1 6 -1. <_>11 16 1 3 2. 0 0.0104097397997975 0.5184006094932556 0.2051223069429398 <_> <_> <_>5 1 6 15 -1. <_>7 1 2 15 3. 0 -0.0878325626254082 0.1179921999573708 1 <_> <_>6 7 2 2 -1. <_>6 7 1 1 2. <_>7 8 1 1 2. 0 1.6584879485890269e-003 0.4987811148166657 0.6973755955696106 <_> <_> <_>17 5 2 2 -1. <_>17 6 2 1 2. 0 -2.3008750285953283e-003 1 0.5339831113815308 <_> <_>10 3 4 10 -1. <_>12 3 2 5 2. <_>10 8 2 5 2. 0 0.0330261699855328 0.5033289194107056 0.6851906776428223 <_> <_> <_>1 5 2 2 -1. <_>1 6 2 1 2. 0 -1.3585069682449102e-003 0.3002822101116180 1 <_> <_>7 10 2 2 -1. <_>7 10 1 1 2. <_>8 11 1 1 2. 0 7.8067491995170712e-004 0.4593083858489990 0.6440045237541199 <_> <_> <_>3 12 14 4 -1. <_>10 12 7 2 2. <_>3 14 7 2 2. 0 -0.0180257596075535 1 0.5311291217803955 <_> <_>9 15 3 2 -1. <_>9 16 3 1 2. 0 1.2354910140857100e-003 0.4729106128215790 0.5721461176872253 <_> <_> <_>1 13 3 3 -1. <_>1 14 3 1 3. 0 -9.2583027435466647e-004 0.3662332892417908 1 <_> <_>0 3 1 2 -1. <_>0 4 1 1 2. 0 8.0123997759073973e-004 0.5361989736557007 0.3008632957935333 32.6471290588378910 10 -1 <_> <_> <_> <_>7 7 6 1 -1. <_>9 7 2 1 3. 0 2.4914839304983616e-003 0.3422389030456543 1 <_> <_>0 4 16 6 -1. <_>0 6 16 2 3. 0 -0.0504885986447334 0.7703458070755005 0.4516390860080719 <_> <_> <_>9 3 2 14 -1. <_>9 10 2 7 2. 0 -7.7838351717218757e-004 1 0.3256342113018036 <_> <_>12 0 4 3 -1. <_>12 0 2 3 2. 0 2.3572890495415777e-004 0.3406555950641632 0.5897027254104614 <_> <_> <_>4 18 12 2 -1. <_>8 18 4 2 3. 0 4.5575071126222610e-003 0.4306578934192658 1 <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 8.1241987645626068e-003 0.7149587273597717 0.4345684945583344 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -4.4612158671952784e-004 0.3295974135398865 1 <_> <_>14 1 2 8 -1. <_>15 1 1 4 2. <_>14 5 1 4 2. 0 -2.8972938889637589e-004 0.5845620036125183 0.3526687920093536 <_> <_> <_>3 4 9 1 -1. <_>6 4 3 1 3. 0 7.1604831646254752e-006 0.4081954956054688 1 <_> <_>3 3 4 2 -1. <_>3 4 4 1 2. 0 -3.8497708737850189e-004 0.4203113019466400 0.6634126901626587 <_> <_> <_>11 15 2 4 -1. <_>11 17 2 2 2. 0 1.9489860278554261e-004 0.3942466974258423 1 <_> <_>14 13 2 6 -1. <_>14 15 2 2 3. 0 -0.0170838497579098 0.2294072061777115 0.5238960981369019 <_> <_> <_>6 6 1 6 -1. <_>6 9 1 3 2. 0 8.3513697609305382e-004 0.3026031851768494 1 <_> <_>6 10 8 8 -1. <_>6 14 8 4 2. 0 7.5499608647078276e-004 0.6032196283340454 0.3412458896636963 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 8.0216713249683380e-003 1 0.7306240797042847 <_> <_>10 11 4 8 -1. <_>10 15 4 4 2. 0 -0.0389305092394352 0.3599325120449066 0.5234380960464478 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -7.0348767621908337e-005 1 0.3493758141994476 <_> <_>5 4 6 10 -1. <_>8 4 3 10 2. 0 -8.5350573062896729e-003 0.2746109068393707 0.5626586079597473 <_> <_> <_>14 2 6 3 -1. <_>14 3 6 1 3. 0 0.0108544500544667 0.5282226204872131 1 <_> <_>9 12 3 2 -1. <_>9 13 3 1 2. 0 4.5329501153901219e-004 0.4522049129009247 0.6054301857948303 <_> <_> <_>8 1 4 6 -1. <_>8 3 4 2 3. 0 1.8117150466423482e-004 0.3306862115859985 1 <_> <_>3 5 13 8 -1. <_>3 9 13 4 2. 0 4.6641560038551688e-004 0.1455000042915344 0.5384927988052368 <_> <_> <_>12 5 5 3 -1. <_>12 6 5 1 3. 0 -8.4854792803525925e-003 1 0.4814155995845795 <_> <_>5 14 15 6 -1. <_>5 16 15 2 3. 0 -0.0189343094825745 0.3563741147518158 0.5405145287513733 <_> <_> <_>3 5 5 3 -1. <_>3 6 5 1 3. 0 4.9814549274742603e-003 1 0.6957743167877197 <_> <_>9 14 2 6 -1. <_>9 14 1 3 2. <_>10 17 1 3 2. 0 3.4286780282855034e-003 0.5050892829895020 0.2316994965076447 <_> <_> <_>9 12 3 2 -1. <_>9 13 3 1 2. 0 4.4203791185282171e-004 1 0.6018581986427307 <_> <_>9 13 3 2 -1. <_>9 14 3 1 2. 0 2.3822550429031253e-004 0.4755082130432129 0.5585237741470337 <_> <_> <_>0 2 6 3 -1. <_>0 3 6 1 3. 0 -6.4261639490723610e-003 0.2282465994358063 1 <_> <_>0 1 9 11 -1. <_>3 1 3 11 3. 0 9.9637769162654877e-003 0.4040588140487671 0.5650169849395752 <_> <_> <_>8 13 4 6 -1. <_>10 13 2 3 2. <_>8 16 2 3 2. 0 0.0136540504172444 0.5267739295959473 1 <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -9.9892877042293549e-003 0.6794049739837647 0.4797033965587616 <_> <_> <_>3 12 14 4 -1. <_>3 12 7 2 2. <_>10 14 7 2 2. 0 0.0365586318075657 1 0.0884257331490517 <_> <_>7 14 1 4 -1. <_>7 16 1 2 2. 0 4.8999379941960797e-005 0.4020788073539734 0.5457332134246826 <_> <_> <_>8 13 4 6 -1. <_>10 13 2 3 2. <_>8 16 2 3 2. 0 0.0136540504172444 0.5267612934112549 1 <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 1.8802779959514737e-003 0.4806052148342133 0.6394364833831787 <_> <_> <_>8 13 4 6 -1. <_>8 13 2 3 2. <_>10 16 2 3 2. 0 -0.0136540504172444 0.1724810004234314 1 <_> <_>9 14 1 3 -1. <_>9 15 1 1 3. 0 1.2778700329363346e-003 0.4479824006557465 0.6310008764266968 <_> <_> <_>10 15 2 3 -1. <_>10 16 2 1 3. 0 9.8843395244330168e-004 1 0.5948169231414795 <_> <_>11 16 1 2 -1. <_>11 17 1 1 2. 0 1.4511500012304168e-005 0.4854174852371216 0.5309361219406128 <_> <_> <_>9 0 2 2 -1. <_>9 1 2 1 2. 0 -2.2775429533794522e-004 0.3183631896972656 1 <_> <_>0 1 5 8 -1. <_>0 5 5 4 2. 0 -0.0147537402808666 0.3084976077079773 0.5352026224136353 <_> <_> <_>10 14 2 3 -1. <_>10 15 2 1 3. 0 -3.4148250706493855e-003 0.6115326881408691 1 <_> <_>10 13 2 3 -1. <_>10 14 2 1 3. 0 7.5806681998074055e-003 0.4951646029949188 0.7061331272125244 <_> <_> <_>0 3 16 6 -1. <_>0 6 16 3 2. 0 -5.7734688743948936e-003 1 0.3754220902919769 <_> <_>4 1 2 2 -1. <_>5 1 1 2 2. 0 7.4033669079653919e-005 0.4115517139434815 0.5889444947242737 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -8.2278084009885788e-003 0.0956105664372444 1 <_> <_>10 8 2 12 -1. <_>10 12 2 4 3. 0 5.3380909375846386e-003 0.5300508737564087 0.3961898088455200 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 -2.7049109339714050e-003 0.6481869220733643 1 <_> <_>5 0 6 8 -1. <_>7 0 2 8 3. 0 7.7341338619589806e-003 0.5110440254211426 0.3121519088745117 <_> <_> <_>9 7 3 6 -1. <_>10 7 1 6 3. 0 0.0108866095542908 0.4801428914070129 1 <_> <_>8 12 10 8 -1. <_>8 16 10 4 2. 0 0.0110386600717902 0.5429710149765015 0.4162363111972809 <_> <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 -0.0100541999563575 0.7329335212707520 1 <_> <_>4 7 12 2 -1. <_>10 7 6 2 2. 0 7.7072880230844021e-003 0.5356872081756592 0.3455547094345093 <_> <_> <_>8 6 8 3 -1. <_>8 6 4 3 2. 0 -5.8278098003938794e-004 0.3655022084712982 1 <_> <_>16 15 3 3 -1. <_>16 16 3 1 3. 0 -2.5739220436662436e-003 0.3776760101318359 0.5391774773597717 <_> <_> <_>4 6 12 3 -1. <_>10 6 6 3 2. 0 -7.0167761296033859e-003 0.4039304852485657 1 <_> <_>7 8 3 5 -1. <_>8 8 1 5 3. 0 -1.7727289814502001e-003 0.6950443983078003 0.4981116950511932 <_> <_> <_>0 10 20 2 -1. <_>10 10 10 1 2. <_>0 11 10 1 2. 0 -0.0163182895630598 1 0.5296732783317566 <_> <_>11 16 9 4 -1. <_>14 16 3 4 3. 0 -0.0116630000993609 0.5842639803886414 0.4789502918720245 <_> <_> <_>0 5 3 4 -1. <_>1 5 1 4 3. 0 2.5881489273160696e-003 1 0.6092178821563721 <_> <_>8 15 4 2 -1. <_>8 15 2 1 2. <_>10 16 2 1 2. 0 -3.7328999023884535e-003 0.6721742749214172 0.4066894054412842 <_> <_> <_>1 8 19 3 -1. <_>1 9 19 1 3. 0 -1.4355930034071207e-003 0.3585087954998016 1 <_> <_>15 16 3 3 -1. <_>15 17 3 1 3. 0 1.8340899841859937e-003 0.5371158123016357 0.4033507108688355 <_> <_> <_>0 4 20 10 -1. <_>0 4 10 5 2. <_>10 9 10 5 2. 0 0.1228028982877731 1 0.1547572016716003 <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 0.0502287000417709 0.5433843731880188 0.0842926725745201 <_> <_> <_>8 6 6 6 -1. <_>10 6 2 6 3. 0 -0.0214370004832745 1 0.4860053956508637 <_> <_>16 4 4 6 -1. <_>16 6 4 2 3. 0 -0.0310096200555563 0.1833010017871857 0.5207554101943970 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -0.0129737202078104 0.7048240900039673 1 <_> <_>7 13 4 3 -1. <_>7 14 4 1 3. 0 1.5818020328879356e-003 0.4170587062835693 0.5865163803100586 <_> <_> <_>13 13 6 2 -1. <_>13 14 6 1 2. 0 -9.7806248813867569e-003 1 0.5307918190956116 <_> <_>14 12 2 3 -1. <_>14 13 2 1 3. 0 1.1735740117728710e-003 0.5522453188896179 0.3507165014743805 <_> <_> <_>1 13 6 2 -1. <_>1 14 6 1 2. 0 1.4651629608124495e-003 1 0.3042651116847992 <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 2.3532148916274309e-003 0.5339323282241821 0.2806236147880554 <_> <_> <_>17 4 3 5 -1. <_>18 4 1 5 3. 0 -6.1809681355953217e-003 0.6410133242607117 1 <_> <_>5 5 14 8 -1. <_>12 5 7 4 2. <_>5 9 7 4 2. 0 6.5688649192452431e-004 0.5620871186256409 0.4390318989753723 <_> <_> <_>6 8 6 5 -1. <_>8 8 2 5 3. 0 0.0262280106544495 1 0.6445556879043579 <_> <_>0 4 4 6 -1. <_>0 6 4 2 3. 0 -0.0179581101983786 0.2002713978290558 0.4624665081501007 <_> <_> <_>9 1 3 6 -1. <_>10 1 1 6 3. 0 -7.6468721963465214e-003 1 0.5263200998306274 <_> <_>10 4 6 3 -1. <_>10 5 6 1 3. 0 -2.7482809964567423e-003 0.5873981118202210 0.4836600124835968 <_> <_> <_>8 1 3 6 -1. <_>9 1 1 6 3. 0 0.0138518502935767 1 0.1566130965948105 <_> <_>4 4 6 3 -1. <_>4 5 6 1 3. 0 2.6369190309196711e-003 0.4270178973674774 0.5806660056114197 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -3.1513599678874016e-003 0.6215866208076477 1 <_> <_>12 11 4 2 -1. <_>12 12 4 1 2. 0 -1.4788460248382762e-005 0.5576642751693726 0.4122002124786377 <_> <_> <_>0 2 20 6 -1. <_>0 2 10 3 2. <_>10 5 10 3 2. 0 -0.0736769884824753 0.1536709964275360 1 <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -3.0912780202925205e-003 0.6344268918037415 0.4507412016391754 <_> <_> <_>2 10 16 4 -1. <_>10 10 8 2 2. <_>2 12 8 2 2. 0 7.9240966588258743e-003 0.5457975268363953 1 <_> <_>3 10 16 6 -1. <_>11 10 8 3 2. <_>3 13 8 3 2. 0 8.5778040811419487e-003 0.5401657223701477 0.3890799880027771 <_> <_> <_>1 10 16 6 -1. <_>1 10 8 3 2. <_>9 13 8 3 2. 0 5.5403169244527817e-003 1 0.3555611073970795 <_> <_>4 7 2 4 -1. <_>5 7 1 4 2. 0 -1.1886510037584230e-004 0.5836750268936157 0.4274316132068634 <_> <_> <_>11 16 9 4 -1. <_>14 16 3 4 3. 0 -0.0184083692729473 0.5860440135002136 1 <_> <_>3 16 14 4 -1. <_>10 16 7 2 2. <_>3 18 7 2 2. 0 -2.3490579333156347e-003 0.4498957991600037 0.5498198866844177 <_> <_> <_>0 16 9 4 -1. <_>3 16 3 4 3. 0 -7.6157399453222752e-003 1 0.4100992977619171 <_> <_>1 14 6 6 -1. <_>1 14 3 3 2. <_>4 17 3 3 2. 0 -3.3190969843417406e-003 0.6701378822326660 0.4353001117706299 <_> <_> <_>9 0 2 1 -1. <_>9 0 1 1 2. 0 -9.4642979092895985e-004 1 0.5391176939010620 <_> <_>6 7 8 10 -1. <_>10 7 4 5 2. <_>6 12 4 5 2. 0 8.7858550250530243e-003 0.5504050254821777 0.3990935087203980 <_> <_> <_>2 15 1 2 -1. <_>2 16 1 1 2. 0 1.6395459533669055e-004 1 0.3592933118343353 <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 -2.3508940357714891e-003 0.4034172892570496 0.5806077122688294 <_> <_> <_>7 8 6 2 -1. <_>7 9 6 1 2. 0 7.5449963333085179e-005 1 0.5412384867668152 <_> <_>9 2 2 15 -1. <_>9 7 2 5 3. 0 0.0270184893161058 0.4944922924041748 0.5589436292648315 <_> <_> <_>5 6 2 2 -1. <_>5 7 2 1 2. 0 8.4561208495870233e-004 1 0.5809218287467957 <_> <_>6 6 8 3 -1. <_>6 7 8 1 3. 0 -1.1687109945341945e-003 0.4746957123279572 0.2845895886421204 <_> <_> <_>12 13 5 6 -1. <_>12 15 5 2 3. 0 0.0228975005447865 1 0.2414411008358002 <_> <_>0 0 20 18 -1. <_>0 9 20 9 2. 0 0.7087926268577576 0.5195764899253845 0.1030092015862465 <_> <_> <_>5 1 6 6 -1. <_>7 1 2 6 3. 0 0.0374838300049305 1 0.1814638972282410 <_> <_>5 1 4 9 -1. <_>7 1 2 9 2. 0 1.2827500468119979e-003 0.4246071875095367 0.5707973241806030 <_> <_> <_>1 19 18 1 -1. <_>7 19 6 1 3. 0 -5.1718312315642834e-003 0.6143323183059692 1 <_> <_>14 16 5 2 -1. <_>14 17 5 1 2. 0 2.7545939665287733e-003 0.5205671191215515 0.4220441877841950 <_> <_> <_>0 5 15 10 -1. <_>0 10 15 5 2. 0 -3.6072919610887766e-003 0.3182592093944550 1 <_> <_>7 15 4 2 -1. <_>7 15 2 1 2. <_>9 16 2 1 2. 0 -2.5258748792111874e-004 0.5710468292236328 0.4226093888282776 <_> <_> <_>14 11 2 2 -1. <_>14 12 2 1 2. 0 -7.0514748804271221e-003 1 0.5162829756736755 <_> <_>9 8 3 3 -1. <_>9 9 3 1 3. 0 -5.4323761723935604e-003 0.2666288912296295 0.5214679837226868 <_> <_> <_>4 11 2 2 -1. <_>4 12 2 1 2. 0 -1.4652940080850385e-005 1 0.3981761038303375 <_> <_>8 8 3 3 -1. <_>8 9 3 1 3. 0 -1.8556920113041997e-003 0.3322763144969940 0.5705834031105042 <_> <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 4.7609540633857250e-003 1 0.6636558175086975 <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 1.5676260227337480e-003 0.5505567789077759 0.4420661926269531 <_> <_> <_>1 9 4 10 -1. <_>1 9 2 5 2. <_>3 14 2 5 2. 0 5.4239919409155846e-003 1 0.5959938168525696 <_> <_>0 12 6 8 -1. <_>2 12 2 8 3. 0 -6.4692399464547634e-003 0.5369594097137451 0.3744339942932129 <_> <_> <_>9 1 4 2 -1. <_>11 1 2 1 2. <_>9 2 2 1 2. 0 -7.8038539504632354e-004 0.4103595018386841 1 <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 0.0450864508748055 0.5177506804466248 0.1878100037574768 <_> <_> <_>7 0 2 3 -1. <_>7 1 2 1 3. 0 -5.1405387930572033e-003 0.2352892011404038 1 <_> <_>7 14 6 3 -1. <_>9 14 2 3 3. 0 -0.0212361291050911 0.1708751022815704 0.5424973964691162 <_> <_> <_>9 6 6 4 -1. <_>11 6 2 4 3. 0 -2.3763340432196856e-003 0.5836530923843384 1 <_> <_>8 10 8 3 -1. <_>8 10 4 3 2. 0 0.0541225895285606 0.5117433071136475 0.1865931004285812 <_> <_> <_>6 10 4 3 -1. <_>8 10 2 3 2. 0 -5.3492980077862740e-004 0.5108693242073059 1 <_> <_>6 8 3 5 -1. <_>7 8 1 5 3. 0 -5.8454048121348023e-004 0.4775491058826447 0.2439853996038437 30.6721305847167970 11 -1 <_> <_> <_> <_>0 4 8 1 -1. <_>4 4 4 1 2. 0 3.0031939968466759e-003 0.3349649906158447 1 <_> <_>8 2 2 6 -1. <_>8 2 1 3 2. <_>9 5 1 3 2. 0 6.9161207647994161e-004 0.4518367946147919 0.7289354205131531 <_> <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 0.0112127903848886 0.2950800955295563 1 <_> <_>12 10 3 6 -1. <_>12 13 3 3 2. 0 -7.6108198845759034e-004 0.5669054985046387 0.2830851078033447 <_> <_> <_>8 15 1 4 -1. <_>8 17 1 2 2. 0 1.1984579759882763e-004 0.4090577960014343 1 <_> <_>5 16 2 4 -1. <_>5 18 2 2 2. 0 -1.9725349557120353e-004 0.6951494216918945 0.4637868106365204 <_> <_> <_>6 2 8 12 -1. <_>6 6 8 4 3. 0 -5.5180420167744160e-003 1 0.3167675137519836 <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 1.2148249661549926e-003 0.3316706120967865 0.5396397709846497 <_> <_> <_>7 0 6 1 -1. <_>9 0 2 1 3. 0 -4.2497441172599792e-003 0.2600573897361755 1 <_> <_>8 11 3 3 -1. <_>8 12 3 1 3. 0 -9.4915721565485001e-003 0.7484294772148132 0.5073192119598389 <_> <_> <_>12 11 3 6 -1. <_>12 14 3 3 2. 0 6.5378600265830755e-004 1 0.3952010869979858 <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 -4.9741100519895554e-004 0.5880274772644043 0.3552120029926300 <_> <_> <_>5 7 10 12 -1. <_>5 7 5 6 2. <_>10 13 5 6 2. 0 -0.0430792495608330 0.2434878051280975 1 <_> <_>4 4 2 10 -1. <_>4 9 2 5 2. 0 -5.1999092102050781e-004 0.3195562958717346 0.5585454702377319 <_> <_> <_>9 7 2 3 -1. <_>9 7 1 3 2. 0 -4.5451628975570202e-003 1 0.4845289885997772 <_> <_>11 9 6 2 -1. <_>11 9 3 2 2. 0 -7.9610403627157211e-003 0.3801181018352509 0.5358511805534363 <_> <_> <_>4 7 2 2 -1. <_>5 7 1 2 2. 0 -3.1919340835884213e-004 1 0.4356329143047333 <_> <_>0 2 4 6 -1. <_>0 4 4 2 3. 0 -0.0192238893359900 0.2613066136837006 0.6155496239662170 <_> <_> <_>10 7 3 4 -1. <_>11 7 1 4 3. 0 -1.3076990144327283e-003 0.5942062139511108 1 <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 0.0198250394314528 0.4945428073406220 0.7384855151176453 <_> <_> <_>9 1 1 3 -1. <_>9 2 1 1 3. 0 -2.2013280540704727e-003 0.2214481979608536 1 <_> <_>0 6 16 6 -1. <_>0 6 8 3 2. <_>8 9 8 3 2. 0 -7.8596705570816994e-003 0.3600977063179016 0.5298550128936768 <_> <_> <_>10 15 3 3 -1. <_>10 16 3 1 3. 0 1.4142199652269483e-003 1 0.5776566267013550 <_> <_>9 14 4 3 -1. <_>9 15 4 1 3. 0 -0.0112327598035336 0.6934456825256348 0.4827207028865814 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 2.9746301006525755e-003 1 0.3216677010059357 <_> <_>3 0 14 2 -1. <_>3 1 14 1 2. 0 5.3283828310668468e-004 0.3962500095367432 0.5680363774299622 <_> <_> <_>9 14 3 3 -1. <_>9 15 3 1 3. 0 0.0101052597165108 1 0.7567418217658997 <_> <_>10 15 3 3 -1. <_>10 16 3 1 3. 0 -0.0116536999121308 0.6523556709289551 0.5027053952217102 <_> <_> <_>9 13 2 6 -1. <_>9 16 2 3 2. 0 -7.0609981194138527e-003 0.2538770139217377 1 <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 2.2343141026794910e-003 0.4387277066707611 0.6177632212638855 <_> <_> <_>12 11 3 6 -1. <_>12 14 3 3 2. 0 -0.0298022795468569 1 0.5201140046119690 <_> <_>8 12 5 2 -1. <_>8 13 5 1 2. 0 1.1611840454861522e-003 0.4647909998893738 0.6184254884719849 <_> <_> <_>5 11 3 6 -1. <_>5 14 3 3 2. 0 9.4824447296559811e-004 1 0.3040994107723236 <_> <_>8 12 3 2 -1. <_>8 13 3 1 2. 0 4.1284630424343050e-004 0.4518808126449585 0.6245782971382141 <_> <_> <_>11 13 7 6 -1. <_>11 15 7 2 3. 0 -0.0312035400420427 0.2788935899734497 1 <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 2.7652881108224392e-003 0.4698500037193298 0.6502454280853272 <_> <_> <_>3 13 14 4 -1. <_>3 13 7 2 2. <_>10 15 7 2 2. 0 0.0256447792053223 1 0.1805171072483063 <_> <_>8 14 4 6 -1. <_>8 14 2 3 2. <_>10 17 2 3 2. 0 -7.5331530533730984e-003 0.3208068907260895 0.5522022843360901 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 3.2047149725258350e-003 1 0.6436933875083923 <_> <_>7 16 6 2 -1. <_>9 16 2 2 3. 0 -2.4282479716930538e-004 0.5676705241203308 0.4509103894233704 <_> <_> <_>7 7 6 2 -1. <_>7 8 6 1 2. 0 -6.1979342717677355e-004 0.3122146129608154 1 <_> <_>3 9 13 3 -1. <_>3 10 13 1 3. 0 -8.0101029016077518e-004 0.2965193986892700 0.5230494737625122 <_> <_> <_>9 8 3 4 -1. <_>9 10 3 2 2. 0 -9.1816839994862676e-004 1 0.5464711785316467 <_> <_>8 10 4 3 -1. <_>8 11 4 1 3. 0 1.2239529751241207e-003 0.4618502855300903 0.5679548978805542 <_> <_> <_>7 7 3 4 -1. <_>8 7 1 4 3. 0 -6.8743730662390590e-004 0.5430880188941956 1 <_> <_>8 7 3 5 -1. <_>9 7 1 5 3. 0 -1.8252469599246979e-003 0.5433623194694519 0.3385221064090729 <_> <_> <_>12 3 3 4 -1. <_>13 3 1 4 3. 0 -7.4570789001882076e-003 1 0.5265594720840454 <_> <_>9 7 2 3 -1. <_>9 7 1 3 2. 0 5.3775748237967491e-003 0.4857215881347656 0.6815124154090881 <_> <_> <_>5 3 3 4 -1. <_>6 3 1 4 3. 0 3.7602309603244066e-003 1 0.2832160890102387 <_> <_>3 7 12 1 -1. <_>7 7 4 1 3. 0 8.7752222316339612e-004 0.3966830968856812 0.5512480735778809 <_> <_> <_>12 5 3 3 -1. <_>12 6 3 1 3. 0 5.5084479972720146e-003 1 0.6784620285034180 <_> <_>11 2 6 2 -1. <_>11 3 6 1 2. 0 -7.5949047459289432e-004 0.3906503021717072 0.5457202792167664 <_> <_> <_>3 2 14 2 -1. <_>3 2 7 1 2. <_>10 3 7 1 2. 0 1.6352660022675991e-003 1 0.3640204071998596 <_> <_>6 1 7 14 -1. <_>6 8 7 7 2. 0 -1.2750849418807775e-004 0.5829724073410034 0.4194979965686798 <_> <_> <_>8 0 12 5 -1. <_>8 0 6 5 2. 0 0.0220676101744175 0.4606702923774719 1 <_> <_>1 9 18 1 -1. <_>7 9 6 1 3. 0 -0.0192037895321846 0.3261483013629913 0.5236080884933472 <_> <_> <_>0 0 10 5 -1. <_>5 0 5 5 2. 0 -0.0129981096833944 0.7022112011909485 1 <_> <_>2 5 8 15 -1. <_>2 10 8 5 3. 0 -3.1332690268754959e-003 0.2870470881462097 0.5076476931571960 <_> <_> <_>12 5 3 3 -1. <_>12 6 3 1 3. 0 -5.2937557920813560e-003 1 0.4709520936012268 <_> <_>13 4 2 3 -1. <_>13 5 2 1 3. 0 2.1857069805264473e-003 0.4708291888237000 0.6169841885566711 <_> <_> <_>2 15 4 3 -1. <_>2 16 4 1 3. 0 -4.5750709250569344e-003 0.3114252984523773 1 <_> <_>5 6 10 3 -1. <_>10 6 5 3 2. 0 -0.0451521389186382 0.1851435005664825 0.5504814982414246 <_> <_> <_>11 6 2 2 -1. <_>12 6 1 1 2. <_>11 7 1 1 2. 0 -2.7783559635281563e-003 1 0.4937348067760468 <_> <_>12 4 4 3 -1. <_>12 5 4 1 3. 0 -2.5752480141818523e-003 0.6152948141098023 0.4735499918460846 <_> <_> <_>7 6 2 2 -1. <_>7 6 1 1 2. <_>8 7 1 1 2. 0 1.1614130344241858e-003 1 0.6510571837425232 <_> <_>4 4 4 3 -1. <_>4 5 4 1 3. 0 2.3350189439952374e-003 0.4088341891765595 0.5684152245521545 <_> <_> <_>11 4 3 3 -1. <_>12 4 1 3 3. 0 3.8499289657920599e-003 1 0.3025828897953033 <_> <_>9 3 2 1 -1. <_>9 3 1 1 2. 0 2.4529630318284035e-003 0.5232502818107605 0.2017620950937271 <_> <_> <_>4 5 5 3 -1. <_>4 6 5 1 3. 0 3.6731390282511711e-003 1 0.6428425908088684 <_> <_>4 6 4 3 -1. <_>4 7 4 1 3. 0 2.1937100682407618e-003 0.4328865110874176 0.6420509815216065 <_> <_> <_>11 4 3 3 -1. <_>12 4 1 3 3. 0 -6.4666871912777424e-003 1 0.5254065990447998 <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -5.7186251506209373e-003 0.2490984052419663 0.5287619233131409 <_> <_> <_>6 4 3 3 -1. <_>7 4 1 3 3. 0 9.9941878579556942e-004 1 0.3329795897006989 <_> <_>4 14 1 3 -1. <_>4 15 1 1 3. 0 -7.8276498243212700e-004 0.3598344922065735 0.5498340725898743 <_> <_> <_>9 7 2 3 -1. <_>9 7 1 3 2. 0 4.3231188319623470e-003 0.4818705022335053 1 <_> <_>17 0 3 2 -1. <_>17 1 3 1 2. 0 4.0838290005922318e-003 0.5266330242156982 0.3105789124965668 <_> <_> <_>8 10 2 9 -1. <_>8 13 2 3 3. 0 3.0515898833982646e-004 1 0.3995291888713837 <_> <_>0 8 18 2 -1. <_>0 9 18 1 2. 0 1.2640280183404684e-003 0.3228437900543213 0.5819215178489685 <_> <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 -0.0101526603102684 0.8026071190834045 1 <_> <_>8 7 4 3 -1. <_>8 8 4 1 3. 0 -2.6863690000027418e-003 0.3875617086887360 0.5466570854187012 <_> <_> <_>1 14 6 6 -1. <_>1 14 3 3 2. <_>4 17 3 3 2. 0 -9.0515613555908203e-003 1 0.4372057914733887 <_> <_>0 18 6 2 -1. <_>0 19 6 1 2. 0 -6.3204211182892323e-003 0.1126551032066345 0.6395416259765625 <_> <_> <_>12 9 4 3 -1. <_>12 9 2 3 2. 0 2.6117300149053335e-003 0.5423989295959473 1 <_> <_>9 8 3 8 -1. <_>10 8 1 8 3. 0 0.0143390195444226 0.4979273080825806 0.6042236089706421 <_> <_> <_>4 9 4 3 -1. <_>6 9 2 3 2. 0 2.8452780097723007e-003 1 0.3491092026233673 <_> <_>4 18 6 1 -1. <_>6 18 2 1 3. 0 1.4783289771003183e-005 0.4195067882537842 0.5775966048240662 <_> <_> <_>9 7 3 2 -1. <_>10 7 1 2 3. 0 8.1814555451273918e-003 0.4885987043380737 1 <_> <_>6 7 8 12 -1. <_>10 7 4 6 2. <_>6 13 4 6 2. 0 6.6321990452706814e-003 0.5444468259811401 0.4420995116233826 <_> <_> <_>8 7 3 2 -1. <_>9 7 1 2 3. 0 -2.2483461070805788e-003 0.6699792146682739 1 <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 0.0123745603486896 0.4478605985641480 0.6564893722534180 <_> <_> <_>3 16 14 4 -1. <_>10 16 7 2 2. <_>3 18 7 2 2. 0 -6.6516688093543053e-003 1 0.5511878728866577 <_> <_>1 14 18 4 -1. <_>10 14 9 2 2. <_>1 16 9 2 2. 0 -8.5750613361597061e-003 0.4017445147037506 0.5405536293983460 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 6.5078441984951496e-003 1 0.2294393032789230 <_> <_>0 4 20 12 -1. <_>0 4 10 6 2. <_>10 10 10 6 2. 0 0.0286752097308636 0.5177900195121765 0.3567756116390228 <_> <_> <_>5 5 10 12 -1. <_>10 5 5 6 2. <_>5 11 5 6 2. 0 7.0673860609531403e-003 0.5564699769020081 1 <_> <_>10 2 4 7 -1. <_>10 2 2 7 2. 0 1.2367829913273454e-003 0.3627698123455048 0.5572413802146912 <_> <_> <_>8 11 4 3 -1. <_>8 12 4 1 3. 0 7.4818679131567478e-003 1 0.6784911155700684 <_> <_>8 12 3 3 -1. <_>8 13 3 1 3. 0 4.7109839506447315e-003 0.4121252894401550 0.6072235703468323 <_> <_> <_>13 13 5 6 -1. <_>13 15 5 2 3. 0 -6.9405790418386459e-003 1 0.5459766983985901 <_> <_>7 0 6 6 -1. <_>9 0 2 6 3. 0 0.0333020985126495 0.5276706814765930 0.2374915927648544 <_> <_> <_>2 13 5 6 -1. <_>2 15 5 2 3. 0 0.0361046306788921 1 0.0724927932024002 <_> <_>0 4 2 12 -1. <_>0 4 1 6 2. <_>1 10 1 6 2. 0 0.0196746494621038 0.4626345932483673 0.8208963274955750 <_> <_> <_>9 19 3 1 -1. <_>10 19 1 1 3. 0 3.4766150638461113e-003 0.5208731889724731 1 <_> <_>18 0 2 6 -1. <_>18 2 2 2 3. 0 1.3987369602546096e-003 0.5484414100646973 0.4230034947395325 <_> <_> <_>0 3 1 6 -1. <_>0 5 1 2 3. 0 4.0974249131977558e-003 1 0.2780553102493286 <_> <_>0 0 3 6 -1. <_>0 2 3 2 3. 0 2.6973790954798460e-003 0.5403831005096436 0.3790988922119141 <_> <_> <_>17 2 3 7 -1. <_>18 2 1 7 3. 0 -5.6591699831187725e-003 1 0.4798336029052734 <_> <_>10 3 4 7 -1. <_>10 3 2 7 2. 0 3.9460969856008887e-004 0.3766950070858002 0.5429229140281677 <_> <_> <_>0 2 3 7 -1. <_>1 2 1 7 3. 0 2.1750570740550756e-003 1 0.6207162737846375 <_> <_>6 2 4 8 -1. <_>8 2 2 8 2. 0 1.4614439569413662e-003 0.3357945084571838 0.5142632126808167 <_> <_> <_>13 0 1 4 -1. <_>13 2 1 2 2. 0 -5.3006567759439349e-004 1 0.5344640016555786 <_> <_>5 1 12 5 -1. <_>9 1 4 5 3. 0 0.1486930996179581 0.5159608125686646 0.2561823129653931 <_> <_> <_>6 0 1 4 -1. <_>6 2 1 2 2. 0 -5.8816498494707048e-005 1 0.5123091936111450 <_> <_>3 1 12 5 -1. <_>7 1 4 5 3. 0 -1.6275369562208652e-003 0.6017646193504334 0.3109371960163117 <_> <_> <_>9 12 3 8 -1. <_>10 12 1 8 3. 0 -0.0128818098455668 0.2712287008762360 1 <_> <_>7 13 6 1 -1. <_>9 13 2 1 3. 0 9.4982917653396726e-004 0.5442442297935486 0.4028888046741486 <_> <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -0.0123159997165203 1 0.4736065864562988 <_> <_>5 16 7 3 -1. <_>5 17 7 1 3. 0 9.0286601334810257e-003 0.7451434731483460 0.3487991988658905 <_> <_> <_>0 12 20 6 -1. <_>0 14 20 2 3. 0 -0.0868761166930199 0.2290333062410355 1 <_> <_>4 18 14 2 -1. <_>4 19 14 1 2. 0 -1.5107560102478601e-005 0.5517889857292175 0.4393149018287659 <_> <_> <_>8 12 3 8 -1. <_>9 12 1 8 3. 0 -0.0174576602876186 0.0901679024100304 1 <_> <_>7 13 3 3 -1. <_>7 14 3 1 3. 0 -2.5219470262527466e-003 0.6233540177345276 0.4789459109306335 <_> <_> <_>5 5 12 10 -1. <_>11 5 6 5 2. <_>5 10 6 5 2. 0 1.0656520025804639e-003 0.5489696264266968 1 <_> <_>8 1 5 10 -1. <_>8 6 5 5 2. 0 -4.2540300637483597e-003 0.5579808950424194 0.4375877976417542 <_> <_> <_>5 4 9 12 -1. <_>5 10 9 6 2. 0 -9.0349102392792702e-003 0.3579156100749970 1 <_> <_>7 13 6 6 -1. <_>7 15 6 2 3. 0 -1.5230999561026692e-003 0.5613660216331482 0.3939043879508972 <_> <_> <_>8 4 5 16 -1. <_>8 12 5 8 2. 0 2.8441150207072496e-003 1 0.3901554942131043 <_> <_>8 12 4 6 -1. <_>8 15 4 3 2. 0 -3.2824429217725992e-003 0.4528619050979614 0.5441343188285828 <_> <_> <_>7 13 2 2 -1. <_>7 13 1 1 2. <_>8 14 1 1 2. 0 3.2161718991119415e-005 1 0.5803111791610718 <_> <_>7 12 2 2 -1. <_>7 12 1 1 2. <_>8 13 1 1 2. 0 3.0118400900391862e-005 0.3336850106716156 0.5504856109619141 <_> <_> <_>18 0 2 14 -1. <_>18 0 1 14 2. 0 -5.6150099262595177e-003 0.6124789118766785 1 <_> <_>12 11 7 2 -1. <_>12 12 7 1 2. 0 -0.0173892099410295 0.0872716307640076 0.5204588174819946 <_> <_> <_>1 18 1 2 -1. <_>1 19 1 1 2. 0 -4.4361080654198304e-005 0.3935329020023346 1 <_> <_>2 18 1 2 -1. <_>2 19 1 1 2. 0 1.0354899859521538e-004 0.5918853878974915 0.4119614064693451 <_> <_> <_>9 7 2 1 -1. <_>9 7 1 1 2. 0 1.5939630102366209e-003 0.4839623868465424 1 <_> <_>9 6 2 3 -1. <_>9 6 1 3 2. 0 2.5440789759159088e-003 0.4787364900112152 0.6360663175582886 <_> <_> <_>3 1 2 2 -1. <_>4 1 1 2 2. 0 1.5083180187502876e-005 0.4231117069721222 1 <_> <_>3 0 3 2 -1. <_>3 1 3 1 2. 0 -9.9282202427275479e-005 0.4274589121341705 0.6094048023223877 <_> <_> <_>12 10 3 4 -1. <_>12 12 3 2 2. 0 5.5371708003804088e-004 1 0.4271987974643707 <_> <_>7 7 8 2 -1. <_>7 8 8 1 2. 0 1.9186759600415826e-003 0.4497107863426209 0.5549122095108032 <_> <_> <_>8 8 3 4 -1. <_>8 10 3 2 2. 0 -5.0764222396537662e-004 1 0.5477195978164673 <_> <_>7 12 6 3 -1. <_>7 13 6 1 3. 0 1.7236480489373207e-003 0.2882922887802124 0.5615127086639404 34.6770782470703120 12 -1 <_> <_> <_> <_>0 2 10 3 -1. <_>5 2 5 3 2. 0 0.0130921695381403 0.3338870108127594 1 <_> <_>0 1 20 6 -1. <_>0 3 20 2 3. 0 4.1446479735895991e-004 0.3099352121353149 0.6677492260932922 <_> <_> <_>7 6 6 3 -1. <_>9 6 2 3 3. 0 0.0218357294797897 0.4369049072265625 1 <_> <_>3 7 14 4 -1. <_>3 9 14 2 2. 0 0.0483239404857159 0.4301724135875702 0.6153885126113892 <_> <_> <_>5 7 3 6 -1. <_>5 9 3 2 3. 0 1.6091950237751007e-003 0.3387326002120972 1 <_> <_>8 8 3 12 -1. <_>8 12 3 4 3. 0 1.3469760306179523e-003 0.6248713731765747 0.3594130873680115 <_> <_> <_>9 17 6 2 -1. <_>12 17 3 1 2. <_>9 18 3 1 2. 0 1.7729059618432075e-004 0.3868424892425537 1 <_> <_>10 17 4 3 -1. <_>10 18 4 1 3. 0 3.6743620876222849e-004 0.4409345090389252 0.5476474165916443 <_> <_> <_>4 2 4 2 -1. <_>4 3 4 1 2. 0 -1.2352119665592909e-003 0.3260171115398407 1 <_> <_>7 3 6 14 -1. <_>9 3 2 14 3. 0 1.1705530341714621e-003 0.4111348986625671 0.6088163852691650 <_> <_> <_>15 13 1 6 -1. <_>15 16 1 3 2. 0 -2.9695429475395940e-005 1 0.4269422888755798 <_> <_>13 14 2 6 -1. <_>13 16 2 2 3. 0 2.7050738572143018e-004 0.4306466877460480 0.5810514092445374 <_> <_> <_>4 11 5 6 -1. <_>4 14 5 3 2. 0 -7.9626210208516568e-005 1 0.3669143021106720 <_> <_>4 17 4 2 -1. <_>6 17 2 2 2. 0 3.3152441028505564e-004 0.4610663950443268 0.6290590167045593 <_> <_> <_>0 6 20 2 -1. <_>0 6 10 2 2. 0 -0.0523058287799358 1 0.5328689813613892 <_> <_>6 5 10 12 -1. <_>11 5 5 6 2. <_>6 11 5 6 2. 0 0.0268804691731930 0.5213261246681213 0.3231219947338104 <_> <_> <_>4 0 2 12 -1. <_>4 0 1 6 2. <_>5 6 1 6 2. 0 -2.4203000066336244e-004 1 0.3568570017814636 <_> <_>4 1 6 2 -1. <_>6 1 2 2 3. 0 -1.6424639616161585e-003 0.3440661132335663 0.5625604987144470 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 -2.6830288697965443e-004 1 0.4561173021793366 <_> <_>5 5 15 6 -1. <_>5 7 15 2 3. 0 -2.2649629972875118e-003 0.5321351885795593 0.3674154877662659 <_> <_> <_>1 10 18 2 -1. <_>1 10 9 1 2. <_>10 11 9 1 2. 0 0.0156272090971470 1 0.2029353976249695 <_> <_>1 6 15 7 -1. <_>6 6 5 7 3. 0 0.1621132045984268 0.5563033223152161 0.2618849873542786 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -3.7391691002994776e-003 0.6062194705009460 1 <_> <_>9 14 3 3 -1. <_>9 15 3 1 3. 0 -2.0878419745713472e-003 0.5950763821601868 0.4545117020606995 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 2.3334210272878408e-003 1 0.6435524225234985 <_> <_>8 13 3 2 -1. <_>8 14 3 1 2. 0 6.5116386394947767e-005 0.3520734012126923 0.5179778933525085 <_> <_> <_>15 14 5 3 -1. <_>15 15 5 1 3. 0 7.4625718407332897e-003 0.5326688289642334 1 <_> <_>0 14 20 1 -1. <_>0 14 10 1 2. 0 -0.0220326893031597 0.3491981029510498 0.5429236888885498 <_> <_> <_>0 14 6 3 -1. <_>0 15 6 1 3. 0 -8.3081610500812531e-003 0.2084023058414459 1 <_> <_>5 3 4 2 -1. <_>5 4 4 1 2. 0 -4.3259368976578116e-004 0.3965272009372711 0.5425453782081604 <_> <_> <_>0 6 20 1 -1. <_>0 6 10 1 2. 0 -0.0322092287242413 1 0.5306411981582642 <_> <_>6 3 10 14 -1. <_>11 3 5 7 2. <_>6 10 5 7 2. 0 -9.0424838708713651e-004 0.5450385808944702 0.4256696999073029 <_> <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 2.2727500181645155e-003 1 0.5968611240386963 <_> <_>6 3 8 6 -1. <_>6 3 4 3 2. <_>10 6 4 3 2. 0 5.9820008464157581e-003 0.4758140146732330 0.3150944113731384 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 -5.8856618124991655e-004 1 0.4847748875617981 <_> <_>6 3 10 14 -1. <_>11 3 5 7 2. <_>6 10 5 7 2. 0 -8.8227191008627415e-004 0.5426316261291504 0.4338341057300568 <_> <_> <_>5 7 2 1 -1. <_>6 7 1 1 2. 0 -7.4473457061685622e-005 1 0.4287509918212891 <_> <_>4 3 10 14 -1. <_>4 3 5 7 2. <_>9 10 5 7 2. 0 3.9148979703895748e-004 0.6345185041427612 0.4101851880550385 <_> <_> <_>9 7 2 2 -1. <_>9 7 1 2 2. 0 -3.6939629353582859e-003 1 0.4849104881286621 <_> <_>0 3 20 1 -1. <_>0 3 10 1 2. 0 -0.0112078497186303 0.4146336913108826 0.5471264123916626 <_> <_> <_>2 1 10 3 -1. <_>2 2 10 1 3. 0 -0.0103374095633626 0.2877183854579926 1 <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 3.6883640568703413e-003 0.5101901888847351 0.7216951251029968 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -3.8984280545264482e-003 1 0.5276182293891907 <_> <_>9 7 3 6 -1. <_>10 7 1 6 3. 0 -5.9986729174852371e-003 0.6618459820747376 0.4841631054878235 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 4.5043681748211384e-003 1 0.1874157935380936 <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 0.0177995301783085 0.4616934955120087 0.7088965773582459 <_> <_> <_>16 3 4 6 -1. <_>16 5 4 2 3. 0 -0.0184625703841448 0.3001979887485504 1 <_> <_>15 6 2 12 -1. <_>16 6 1 6 2. <_>15 12 1 6 2. 0 1.4931300029275008e-005 0.4561808109283447 0.5610787868499756 <_> <_> <_>1 4 18 10 -1. <_>1 4 9 5 2. <_>10 9 9 5 2. 0 -0.0860212296247482 0.2341700941324234 1 <_> <_>9 4 2 4 -1. <_>9 6 2 2 2. 0 -6.0818758356617764e-005 0.5672286152839661 0.4199964106082916 <_> <_> <_>12 5 3 2 -1. <_>12 6 3 1 2. 0 1.2670679716393352e-003 1 0.6207482218742371 <_> <_>5 12 10 4 -1. <_>5 14 10 2 2. 0 1.3699879636988044e-003 0.5394958853721619 0.3823862969875336 <_> <_> <_>5 5 3 2 -1. <_>5 6 3 1 2. 0 3.3162781037390232e-003 1 0.7061681151390076 <_> <_>4 6 12 6 -1. <_>8 6 4 6 3. 0 -1.4532039640471339e-003 0.3065513074398041 0.4827373027801514 <_> <_> <_>14 4 6 6 -1. <_>14 6 6 2 3. 0 -0.0714920610189438 1 0.5193122029304504 <_> <_>16 0 4 6 -1. <_>18 0 2 3 2. <_>16 3 2 3 2. 0 1.9857978913933039e-003 0.4642435014247894 0.5807694792747498 <_> <_> <_>0 4 6 6 -1. <_>0 6 6 2 3. 0 6.2516499310731888e-003 1 0.2949813902378082 <_> <_>0 0 4 6 -1. <_>0 0 2 3 2. <_>2 3 2 3 2. 0 2.7005500160157681e-003 0.4585886895656586 0.6022353768348694 <_> <_> <_>12 0 8 5 -1. <_>12 0 4 5 2. 0 0.0111303897574544 0.4357841014862061 1 <_> <_>16 0 4 17 -1. <_>16 0 2 17 2. 0 0.0150928497314453 0.4561539888381958 0.6119061708450317 <_> <_> <_>1 0 18 20 -1. <_>7 0 6 20 3. 0 -0.0279433000832796 0.6537144184112549 1 <_> <_>6 0 2 5 -1. <_>7 0 1 5 2. 0 4.4036991312168539e-005 0.3474723100662231 0.5336967706680298 <_> <_> <_>0 6 20 1 -1. <_>0 6 10 1 2. 0 -0.0122327702119946 0.3731676042079926 1 <_> <_>8 7 6 4 -1. <_>10 7 2 4 3. 0 -6.8591412855312228e-004 0.5717229247093201 0.4793379008769989 <_> <_> <_>1 1 16 4 -1. <_>1 1 8 2 2. <_>9 3 8 2 2. 0 -3.8992990739643574e-003 0.4056436121463776 1 <_> <_>7 2 4 2 -1. <_>7 2 2 1 2. <_>9 3 2 1 2. 0 4.9113907152786851e-004 0.6174048185348511 0.4471754133701325 <_> <_> <_>7 4 9 3 -1. <_>7 5 9 1 3. 0 8.2117747515439987e-003 1 0.6179698109626770 <_> <_>10 4 5 12 -1. <_>10 10 5 6 2. 0 -0.0455644801259041 0.2285494953393936 0.5249565839767456 <_> <_> <_>3 12 2 3 -1. <_>3 13 2 1 3. 0 -5.3631910122931004e-003 0.1784950047731400 1 <_> <_>8 8 3 5 -1. <_>9 8 1 5 3. 0 -0.0122749703004956 0.7261952757835388 0.4550398886203766 <_> <_> <_>13 9 2 3 -1. <_>13 9 1 3 2. 0 5.4185991175472736e-003 0.5252990722656250 1 <_> <_>15 11 2 2 -1. <_>15 12 2 1 2. 0 8.1846961984410882e-004 0.5445222258567810 0.3272218108177185 <_> <_> <_>5 6 2 3 -1. <_>5 7 2 1 3. 0 4.1358140297234058e-003 1 0.7013831734657288 <_> <_>2 11 6 2 -1. <_>2 12 6 1 2. 0 3.9578010910190642e-004 0.4965943992137909 0.3295598030090332 <_> <_> <_>15 11 4 3 -1. <_>15 12 4 1 3. 0 4.6887691132724285e-003 0.5362641811370850 1 <_> <_>16 0 4 17 -1. <_>16 0 2 17 2. 0 -0.0182554405182600 0.6496108770370483 0.4757137000560761 <_> <_> <_>1 11 4 3 -1. <_>1 12 4 1 3. 0 -6.2736468389630318e-003 0.2343741059303284 1 <_> <_>9 11 1 3 -1. <_>9 12 1 1 3. 0 2.4320168886333704e-003 0.4620118141174316 0.6898419260978699 <_> <_> <_>10 9 6 7 -1. <_>10 9 3 7 2. 0 -0.0496176294982433 0.2100719958543778 1 <_> <_>8 15 4 2 -1. <_>8 16 4 1 2. 0 1.1701210169121623e-003 0.4621528983116150 0.5797135829925537 <_> <_> <_>4 9 6 7 -1. <_>7 9 3 7 2. 0 -0.0452372916042805 0.2118262052536011 1 <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 4.7563421539962292e-003 0.4884614944458008 0.6872498989105225 <_> <_> <_>0 2 20 2 -1. <_>10 2 10 1 2. <_>0 3 10 1 2. 0 -0.0148359695449471 1 0.5275105834007263 <_> <_>6 7 8 2 -1. <_>6 8 8 1 2. 0 7.7436608262360096e-004 0.4172320961952210 0.5491139888763428 <_> <_> <_>0 2 20 2 -1. <_>0 2 10 1 2. <_>10 3 10 1 2. 0 0.0148359695449471 1 0.2124876976013184 <_> <_>3 1 2 10 -1. <_>3 1 1 5 2. <_>4 6 1 5 2. 0 -8.0892542609944940e-004 0.5495215058326721 0.4207795858383179 <_> <_> <_>13 4 1 10 -1. <_>13 9 1 5 2. 0 7.7517668250948191e-004 0.3321942090988159 1 <_> <_>9 8 4 3 -1. <_>9 9 4 1 3. 0 -6.7618978209793568e-003 0.2212958037853241 0.5232653021812439 <_> <_> <_>2 11 16 4 -1. <_>2 11 8 2 2. <_>10 13 8 2 2. 0 -0.0401358604431152 0.1101796030998230 1 <_> <_>5 1 3 5 -1. <_>6 1 1 5 3. 0 -3.3651469275355339e-003 0.3810100853443146 0.5617291927337647 <_> <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 7.4713007779791951e-004 1 0.5795056819915772 <_> <_>9 11 2 2 -1. <_>9 12 2 1 2. 0 -4.2727389372885227e-003 0.6392269134521484 0.4711438119411469 <_> <_> <_>0 10 20 2 -1. <_>0 11 20 1 2. 0 3.6202510818839073e-003 1 0.3409883975982666 <_> <_>1 7 6 4 -1. <_>1 7 3 2 2. <_>4 9 3 2 2. 0 4.7307618660852313e-004 0.3659302890300751 0.5388171076774597 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0330949090421200 1 0.7170385718345642 <_> <_>14 1 6 4 -1. <_>16 1 2 4 3. 0 -0.0115441195666790 0.6386818289756775 0.4681304097175598 <_> <_> <_>6 3 2 14 -1. <_>6 10 2 7 2. 0 -7.4234469793736935e-003 0.3263700902462006 1 <_> <_>6 1 7 12 -1. <_>6 7 7 6 2. 0 -4.2252950370311737e-003 0.5767819285392761 0.4346418082714081 <_> <_> <_>5 0 15 5 -1. <_>10 0 5 5 3. 0 0.0181331094354391 0.4697827994823456 1 <_> <_>15 0 4 10 -1. <_>15 0 2 10 2. 0 7.0903049781918526e-003 0.4437389075756073 0.6061668992042542 <_> <_> <_>1 0 18 3 -1. <_>7 0 6 3 3. 0 -0.0132729401811957 0.6558511257171631 1 <_> <_>0 0 17 2 -1. <_>0 1 17 1 2. 0 1.4632199599873275e-004 0.3376353979110718 0.5091655254364014 <_> <_> <_>10 0 3 3 -1. <_>11 0 1 3 3. 0 -3.5790191031992435e-003 0.2947883903980255 1 <_> <_>10 0 3 12 -1. <_>11 0 1 12 3. 0 -4.6997101162560284e-004 0.5556982159614563 0.4665456116199493 <_> <_> <_>1 3 4 16 -1. <_>1 3 2 8 2. <_>3 11 2 8 2. 0 -0.0481794402003288 0.7338355779647827 1 <_> <_>7 0 3 3 -1. <_>8 0 1 3 3. 0 -9.2581362696364522e-004 0.3543871939182282 0.5285149812698364 <_> <_> <_>9 13 2 6 -1. <_>9 16 2 3 2. 0 -0.0147807300090790 0.1944441944360733 1 <_> <_>9 0 6 13 -1. <_>11 0 2 13 3. 0 -0.1002745032310486 0.0990492925047874 0.5139853954315186 <_> <_> <_>7 7 3 2 -1. <_>8 7 1 2 3. 0 -9.3848101096227765e-004 0.5827109813690186 1 <_> <_>8 2 1 12 -1. <_>8 6 1 4 3. 0 -2.8861360624432564e-003 0.3441427946090698 0.5148838758468628 <_> <_> <_>4 10 12 6 -1. <_>10 10 6 3 2. <_>4 13 6 3 2. 0 -0.0436827614903450 1 0.5207998156547546 <_> <_>13 5 2 3 -1. <_>13 6 2 1 3. 0 2.6115700602531433e-003 0.4835503101348877 0.6322219967842102 <_> <_> <_>4 10 12 6 -1. <_>4 10 6 3 2. <_>10 13 6 3 2. 0 0.0436827614903450 1 0.1364538073539734 <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 1.7179530113935471e-003 0.4537320137023926 0.6066750884056091 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0339649096131325 1 0.4968374967575073 <_> <_>9 6 2 4 -1. <_>9 6 1 4 2. 0 -1.0993590112775564e-003 0.5831680893898010 0.4688239991664887 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0543010793626308 1 0.7568289041519165 <_> <_>9 6 2 4 -1. <_>10 6 1 4 2. 0 1.0993590112775564e-003 0.4330148100852966 0.5768468976020813 <_> <_> <_>12 9 2 3 -1. <_>12 9 1 3 2. 0 -1.4954120160837192e-005 1 0.4443281888961792 <_> <_>0 6 20 1 -1. <_>0 6 10 1 2. 0 0.0314158685505390 0.5274472832679749 0.3037855923175812 <_> <_> <_>5 7 10 2 -1. <_>10 7 5 2 2. 0 0.0108318496495485 1 0.3581720888614655 <_> <_>1 16 4 3 -1. <_>1 17 4 1 3. 0 8.6545711383223534e-004 0.5937584042549133 0.4294629991054535 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 2.2743160370737314e-003 1 0.5954576730728149 <_> <_>10 3 5 3 -1. <_>10 4 5 1 3. 0 3.9340821094810963e-003 0.4792222976684570 0.5856133103370667 <_> <_> <_>3 9 14 8 -1. <_>3 9 7 4 2. <_>10 13 7 4 2. 0 8.1451907753944397e-003 1 0.3573477864265442 <_> <_>6 8 8 10 -1. <_>6 8 4 5 2. <_>10 13 4 5 2. 0 -5.2763288840651512e-003 0.4026022851467133 0.5764743089675903 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -8.3787851035594940e-003 1 0.4981333017349243 <_> <_>10 3 5 3 -1. <_>10 4 5 1 3. 0 1.5621910570189357e-003 0.4736588001251221 0.5583608150482178 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 3.2318739686161280e-003 1 0.6167436838150024 <_> <_>5 3 5 3 -1. <_>5 4 5 1 3. 0 6.6804019734263420e-003 0.4131424129009247 0.6280695199966431 <_> <_> <_>13 16 2 3 -1. <_>13 17 2 1 3. 0 -3.3396480139344931e-003 0.3446358144283295 1 <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 -0.2093348056077957 0.1038658022880554 0.5204489231109619 <_> <_> <_>3 14 3 3 -1. <_>3 15 3 1 3. 0 6.3805822283029556e-003 1 0.2167402058839798 <_> <_>7 15 5 3 -1. <_>7 16 5 1 3. 0 -6.0137799009680748e-003 0.6738399267196655 0.4896650910377502 <_> <_> <_>12 9 2 3 -1. <_>12 9 1 3 2. 0 -8.1756077706813812e-003 1 0.5177915096282959 <_> <_>15 13 2 6 -1. <_>15 13 1 6 2. 0 6.3951779156923294e-004 0.4819645881652832 0.5464438199996948 <_> <_> <_>6 9 2 3 -1. <_>7 9 1 3 2. 0 1.0127760469913483e-003 1 0.3423596024513245 <_> <_>3 13 2 6 -1. <_>4 13 1 6 2. 0 4.9784599104896188e-004 0.4488461017608643 0.5912671089172363 <_> <_> <_>11 4 2 4 -1. <_>11 4 1 4 2. 0 1.3596490316558629e-004 1 0.5568863153457642 <_> <_>13 4 2 5 -1. <_>13 4 1 5 2. 0 0.0135716600343585 0.5161067843437195 0.1713000982999802 <_> <_> <_>7 4 2 4 -1. <_>8 4 1 4 2. 0 3.0259079721872695e-005 1 0.4916203916072846 <_> <_>5 4 2 5 -1. <_>6 4 1 5 2. 0 -3.2625840976834297e-003 0.6404662728309631 0.2859084904193878 <_> <_> <_>19 6 1 2 -1. <_>19 7 1 1 2. 0 -1.9217010412830859e-004 1 0.5459282994270325 <_> <_>12 7 8 13 -1. <_>12 7 4 13 2. 0 0.0219938792288303 0.4715713858604431 0.5690075159072876 <_> <_> <_>0 6 1 2 -1. <_>0 7 1 1 2. 0 7.8907777788117528e-004 1 0.3279826939105988 <_> <_>6 15 4 3 -1. <_>6 16 4 1 3. 0 5.0893891602754593e-004 0.4302007853984833 0.5696045160293579 <_> <_> <_>11 8 2 2 -1. <_>11 9 2 1 2. 0 1.1662710312521085e-004 1 0.5387235283851624 <_> <_>11 7 2 4 -1. <_>11 7 1 4 2. 0 8.0604078248143196e-003 0.5021423101425171 0.5965322256088257 <_> <_> <_>4 13 2 3 -1. <_>4 14 2 1 3. 0 9.5925969071686268e-004 1 0.3473494052886963 <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 -0.0195261295884848 0.6475545167922974 0.4643782079219818 36.7265014648437500 13 -1 <_> <_> <_> <_>1 0 18 5 -1. <_>7 0 6 5 3. 0 0.0412424392998219 0.3393315076828003 1 <_> <_>5 7 3 4 -1. <_>5 9 3 2 2. 0 0.0156267099082470 0.5104100108146668 0.7772815227508545 <_> <_> <_>10 6 2 2 -1. <_>10 6 1 2 2. 0 2.9947189614176750e-004 0.3664673864841461 1 <_> <_>6 4 14 4 -1. <_>13 4 7 2 2. <_>6 6 7 2 2. 0 -1.0037609608843923e-003 0.5405650734901428 0.3926205039024353 <_> <_> <_>5 16 6 4 -1. <_>5 16 3 2 2. <_>8 18 3 2 2. 0 6.8128242855891585e-004 0.4251519143581390 1 <_> <_>7 15 2 4 -1. <_>7 17 2 2 2. 0 1.3098999625071883e-004 0.4135144948959351 0.6925746202468872 <_> <_> <_>8 5 5 14 -1. <_>8 12 5 7 2. 0 3.1696720980107784e-003 1 0.3455873131752014 <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -2.0587369799613953e-003 0.2234193980693817 0.5286118984222412 <_> <_> <_>7 5 3 7 -1. <_>8 5 1 7 3. 0 -4.6395038953050971e-004 1 0.4206520020961762 <_> <_>0 0 3 9 -1. <_>0 3 3 3 3. 0 3.5089480224996805e-003 0.6502981781959534 0.4117597937583923 <_> <_> <_>8 6 8 8 -1. <_>12 6 4 4 2. <_>8 10 4 4 2. 0 -2.3975980002433062e-003 1 0.3673301041126251 <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 1.0901279747486115e-003 0.2906238138675690 0.5445111989974976 <_> <_> <_>4 3 6 1 -1. <_>6 3 2 1 3. 0 -1.6524370585102588e-004 0.4233515858650208 1 <_> <_>9 1 2 6 -1. <_>9 3 2 2 3. 0 -4.1602319106459618e-004 0.3886361122131348 0.6269165873527527 <_> <_> <_>10 5 6 4 -1. <_>12 5 2 4 3. 0 -2.3739910102449358e-004 0.5524451136589050 1 <_> <_>9 5 2 12 -1. <_>9 9 2 4 3. 0 0.0247397609055042 0.4960095882415772 0.5373491048812866 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 -0.0153428399935365 0.6849405169487000 1 <_> <_>8 12 4 3 -1. <_>8 13 4 1 3. 0 0.0115404697135091 0.4037235081195831 0.6786940097808838 <_> <_> <_>10 3 6 7 -1. <_>12 3 2 7 3. 0 6.4230621792376041e-003 1 0.3814676105976105 <_> <_>3 10 16 6 -1. <_>3 12 16 2 3. 0 0.0129778096452355 0.5527058839797974 0.3744955956935883 <_> <_> <_>5 5 3 10 -1. <_>5 10 3 5 2. 0 1.1063399724662304e-003 0.3520928919315338 1 <_> <_>6 10 3 6 -1. <_>6 13 3 3 2. 0 1.3743690215051174e-003 0.5641903281211853 0.3075025975704193 <_> <_> <_>17 2 2 12 -1. <_>17 2 1 12 2. 0 0.0162337794899940 0.4888828098773956 1 <_> <_>16 6 2 14 -1. <_>16 13 2 7 2. 0 -8.1519351806491613e-004 0.5456321239471436 0.4743550121784210 <_> <_> <_>3 11 12 9 -1. <_>3 14 12 3 3. 0 -0.0907824933528900 0.2925248146057129 1 <_> <_>0 2 4 12 -1. <_>2 2 2 12 2. 0 0.0116652101278305 0.4688454866409302 0.6230347752571106 <_> <_> <_>18 0 2 18 -1. <_>18 0 1 18 2. 0 -0.0232864096760750 0.6895843148231506 1 <_> <_>16 12 3 2 -1. <_>16 13 3 1 2. 0 2.1559339947998524e-003 0.5355802178382874 0.3423466086387634 <_> <_> <_>0 2 2 15 -1. <_>1 2 1 15 2. 0 -4.3167220428586006e-003 0.5937076210975647 1 <_> <_>1 10 2 4 -1. <_>1 12 2 2 2. 0 1.5610599657520652e-003 0.4708659946918488 0.2736997008323669 <_> <_> <_>11 1 2 18 -1. <_>11 1 1 18 2. 0 0.0140766398981214 0.5287156105041504 1 <_> <_>3 2 14 2 -1. <_>10 2 7 1 2. <_>3 3 7 1 2. 0 7.1018589660525322e-003 0.5336192846298218 0.3224813938140869 <_> <_> <_>7 1 2 18 -1. <_>8 1 1 18 2. 0 -4.8221647739410400e-003 0.2983910143375397 1 <_> <_>6 1 8 12 -1. <_>6 7 8 6 2. 0 -5.3852899000048637e-003 0.5623999238014221 0.4295912086963654 <_> <_> <_>8 14 4 3 -1. <_>8 15 4 1 3. 0 7.3483278974890709e-003 1 0.6813961267471314 <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -3.5707519855350256e-003 0.5857968926429749 0.4603429138660431 <_> <_> <_>0 13 5 2 -1. <_>0 14 5 1 2. 0 2.3340100888162851e-003 1 0.2744851112365723 <_> <_>9 0 2 6 -1. <_>9 0 1 3 2. <_>10 3 1 3 2. 0 4.7432780265808105e-003 0.5047526955604553 0.2362741976976395 <_> <_> <_>9 0 2 6 -1. <_>10 0 1 3 2. <_>9 3 1 3 2. 0 6.5055489540100098e-003 0.5242248177528381 1 <_> <_>9 7 3 6 -1. <_>10 7 1 6 3. 0 0.0125892497599125 0.4823690950870514 0.6752536892890930 <_> <_> <_>9 0 2 6 -1. <_>9 0 1 3 2. <_>10 3 1 3 2. 0 -6.3358368352055550e-003 0.1734634935855866 1 <_> <_>8 7 3 6 -1. <_>9 7 1 6 3. 0 -5.7639651931822300e-003 0.6354380846023560 0.4587475061416626 <_> <_> <_>9 6 2 6 -1. <_>9 6 1 6 2. 0 1.3599749654531479e-003 0.4580380916595459 1 <_> <_>9 4 4 3 -1. <_>9 4 2 3 2. 0 0.0284042600542307 0.5176380872726440 0.1204385012388229 <_> <_> <_>0 4 4 3 -1. <_>0 5 4 1 3. 0 -9.2958156019449234e-003 0.2337957024574280 1 <_> <_>8 7 4 2 -1. <_>8 8 4 1 2. 0 -1.1800320353358984e-003 0.3902814090251923 0.5652930140495300 <_> <_> <_>10 6 6 3 -1. <_>12 6 2 3 3. 0 -2.0948140881955624e-003 0.5512028932571411 1 <_> <_>9 6 3 12 -1. <_>9 10 3 4 3. 0 4.1679958812892437e-003 0.5455976128578186 0.4798949062824249 <_> <_> <_>5 4 2 3 -1. <_>5 5 2 1 3. 0 5.4458891972899437e-003 1 0.6127086877822876 <_> <_>5 6 1 3 -1. <_>5 7 1 1 3. 0 -1.2766510481014848e-003 0.5317131876945496 0.3850932121276856 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 5.9404270723462105e-004 0.5446437001228333 1 <_> <_>0 7 20 2 -1. <_>0 8 20 1 2. 0 0.0423096083104610 0.5234643816947937 0.2213044017553330 <_> <_> <_>4 3 6 7 -1. <_>6 3 2 7 3. 0 5.6189671158790588e-003 0.4916197955608368 1 <_> <_>5 10 6 10 -1. <_>5 10 3 5 2. <_>8 15 3 5 2. 0 7.2401198558509350e-003 0.1471475958824158 0.4852893948554993 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -4.5610670931637287e-003 0.2773773968219757 1 <_> <_>9 10 2 2 -1. <_>9 11 2 1 2. 0 4.5506159949582070e-005 0.4626461863517761 0.5768079161643982 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 -6.1903791502118111e-003 0.1644289940595627 1 <_> <_>5 6 1 3 -1. <_>5 7 1 1 3. 0 8.1186462193727493e-004 0.4778591096401215 0.6261864900588989 <_> <_> <_>0 1 20 2 -1. <_>10 1 10 1 2. <_>0 2 10 1 2. 0 0.0137798096984625 0.5257307887077332 1 <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 1.1290319962427020e-003 0.5498048067092896 0.3983106911182404 <_> <_> <_>5 3 3 2 -1. <_>5 4 3 1 2. 0 -1.0610350000206381e-004 0.4033519029617310 1 <_> <_>5 4 4 2 -1. <_>7 4 2 2 2. 0 1.6695790691301227e-004 0.4149340093135834 0.5795341134071350 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 1.1290319962427020e-003 1 0.3934114873409271 <_> <_>0 12 20 6 -1. <_>0 14 20 2 3. 0 -0.1201934963464737 0.0734004825353622 0.5202586054801941 <_> <_> <_>2 2 16 4 -1. <_>2 2 8 2 2. <_>10 4 8 2 2. 0 -0.0152307404205203 0.3749505877494812 1 <_> <_>7 12 5 3 -1. <_>7 13 5 1 3. 0 3.5759829916059971e-003 0.5078150033950806 0.6606066226959229 <_> <_> <_>14 9 6 10 -1. <_>14 9 3 10 2. 0 0.0134794600307941 0.4547711014747620 1 <_> <_>16 6 3 2 -1. <_>16 7 3 1 2. 0 -2.1162950433790684e-003 0.3311006128787994 0.5384259223937988 <_> <_> <_>0 9 6 10 -1. <_>3 9 3 10 2. 0 -0.0178777091205120 0.6513252854347229 1 <_> <_>0 16 5 2 -1. <_>0 17 5 1 2. 0 1.0931970318779349e-003 0.5264765024185181 0.3456991016864777 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -3.0553159303963184e-003 0.6268613934516907 1 <_> <_>9 7 2 12 -1. <_>9 11 2 4 3. 0 3.6365049891173840e-003 0.5399212837219238 0.4345397055149078 <_> <_> <_>3 2 6 2 -1. <_>5 2 2 2 3. 0 9.7896481747739017e-005 0.3835605978965759 1 <_> <_>4 1 1 2 -1. <_>4 2 1 1 2. 0 -3.2714448752813041e-004 0.3337667882442474 0.5539165735244751 <_> <_> <_>11 15 1 2 -1. <_>11 16 1 1 2. 0 4.3425030889920890e-004 1 0.5788270235061646 <_> <_>3 1 16 2 -1. <_>11 1 8 1 2. <_>3 2 8 1 2. 0 0.0140055799856782 0.5275077819824219 0.2701125144958496 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 -9.2654931358993053e-004 0.5852280259132385 1 <_> <_>5 11 10 6 -1. <_>5 11 5 3 2. <_>10 14 5 3 2. 0 3.9504268206655979e-003 0.4728336930274963 0.3313918113708496 <_> <_> <_>10 11 4 6 -1. <_>10 14 4 3 2. 0 -5.8086868375539780e-004 1 0.4258810877799988 <_> <_>14 9 6 11 -1. <_>16 9 2 11 3. 0 -0.0120180202648044 0.5609787106513977 0.4895192086696625 <_> <_> <_>0 9 6 11 -1. <_>2 9 2 11 3. 0 -0.1452154070138931 0.0438944809138775 1 <_> <_>2 11 16 6 -1. <_>2 11 8 3 2. <_>10 14 8 3 2. 0 -6.6049019806087017e-003 0.4229170978069305 0.5616292953491211 <_> <_> <_>12 0 8 10 -1. <_>16 0 4 5 2. <_>12 5 4 5 2. 0 -0.0349097512662411 1 0.4788128137588501 <_> <_>14 2 6 4 -1. <_>16 2 2 4 3. 0 3.7478420417755842e-003 0.4800282120704651 0.5801389217376709 <_> <_> <_>0 0 8 10 -1. <_>0 0 4 5 2. <_>4 5 4 5 2. 0 0.0330380313098431 1 0.7078176140785217 <_> <_>0 2 6 4 -1. <_>2 2 2 4 3. 0 3.6872599739581347e-003 0.4449624121189117 0.5957731008529663 <_> <_> <_>4 9 15 2 -1. <_>9 9 5 2 3. 0 -4.5311939902603626e-003 0.4177047014236450 1 <_> <_>12 3 4 8 -1. <_>14 3 2 4 2. <_>12 7 2 4 2. 0 4.1058510541915894e-003 0.5372948050498962 0.3736926913261414 <_> <_> <_>9 2 2 9 -1. <_>10 2 1 9 2. 0 -8.7599847465753555e-003 0.6658807992935181 1 <_> <_>0 2 20 1 -1. <_>10 2 10 1 2. 0 -0.0230033099651337 0.2647922039031982 0.5101817846298218 <_> <_> <_>16 1 4 5 -1. <_>16 1 2 5 2. 0 5.3664818406105042e-003 0.4548634886741638 1 <_> <_>16 0 4 6 -1. <_>16 3 4 3 2. 0 0.0389717705547810 0.5157061815261841 0.3436439037322998 <_> <_> <_>4 3 6 4 -1. <_>6 3 2 4 3. 0 -0.0277671907097101 0.2354391068220139 1 <_> <_>0 0 18 5 -1. <_>6 0 6 5 3. 0 -9.8894089460372925e-003 0.6887741088867188 0.5111051797866821 <_> <_> <_>6 2 12 14 -1. <_>12 2 6 7 2. <_>6 9 6 7 2. 0 -3.2073140610009432e-003 0.5438867807388306 1 <_> <_>11 8 3 5 -1. <_>12 8 1 5 3. 0 -6.7484978353604674e-004 0.5451148748397827 0.4831353127956390 <_> <_> <_>5 12 2 2 -1. <_>5 13 2 1 2. 0 -5.1947520114481449e-003 0.2113419026136398 1 <_> <_>5 10 4 3 -1. <_>7 10 2 3 2. 0 -2.6169899501837790e-004 0.5273681879043579 0.3992587029933929 <_> <_> <_>4 9 15 2 -1. <_>9 9 5 2 3. 0 2.2421479225158691e-003 0.4688260853290558 1 <_> <_>10 7 6 2 -1. <_>12 7 2 2 3. 0 -1.2139769969508052e-003 0.5504235029220581 0.4384871125221252 <_> <_> <_>1 9 15 2 -1. <_>6 9 5 2 3. 0 -2.9469770379364491e-003 0.3892847001552582 1 <_> <_>5 0 2 10 -1. <_>5 0 1 5 2. <_>6 5 1 5 2. 0 -3.9291830034926534e-004 0.6001722812652588 0.4561662971973419 <_> <_> <_>0 0 20 14 -1. <_>0 7 20 7 2. 0 0.6255072951316834 1 0.0681256130337715 <_> <_>12 7 8 4 -1. <_>12 7 4 4 2. 0 9.7744520753622055e-003 0.4813025891780853 0.5620657205581665 <_> <_> <_>0 7 8 4 -1. <_>4 7 4 4 2. 0 0.0943782478570938 1 0.0666322931647301 <_> <_>8 1 3 3 -1. <_>9 1 1 3 3. 0 -1.9560910295695066e-003 0.3588232994079590 0.5295407176017761 <_> <_> <_>9 7 3 4 -1. <_>10 7 1 4 3. 0 9.0652769431471825e-003 0.4822688102722168 1 <_> <_>9 9 3 1 -1. <_>10 9 1 1 3. 0 4.2138071148656309e-004 0.4670332968235016 0.5683112740516663 <_> <_> <_>8 9 3 2 -1. <_>8 10 3 1 2. 0 -4.4220191193744540e-004 1 0.5360795259475708 <_> <_>8 4 2 8 -1. <_>8 4 1 4 2. <_>9 8 1 4 2. 0 -4.7313501127064228e-003 0.6137245893478394 0.3188089132308960 <_> <_> <_>5 8 12 3 -1. <_>5 9 12 1 3. 0 1.5395509544759989e-003 0.4487720131874085 1 <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 2.4315000046044588e-003 0.4894166886806488 0.6716653704643250 <_> <_> <_>6 10 3 6 -1. <_>6 12 3 2 3. 0 -0.0155816199257970 0.3336741924285889 1 <_> <_>4 17 8 3 -1. <_>4 18 8 1 3. 0 1.0816920548677444e-003 0.4718219935894013 0.5960627198219299 <_> <_> <_>17 6 2 3 -1. <_>17 7 2 1 3. 0 -2.2197659127414227e-003 0.3588554859161377 1 <_> <_>9 12 2 2 -1. <_>10 12 1 1 2. <_>9 13 1 1 2. 0 -9.3048671260476112e-004 0.6218712925910950 0.4817300140857697 <_> <_> <_>9 13 2 4 -1. <_>9 13 1 2 2. <_>10 15 1 2 2. 0 -4.7418707981705666e-003 0.2550027072429657 1 <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 -6.2950369901955128e-003 0.6728078722953796 0.5051063895225525 <_> <_> <_>5 5 12 10 -1. <_>11 5 6 5 2. <_>5 10 6 5 2. 0 3.5216049291193485e-003 0.5401909947395325 1 <_> <_>6 3 12 12 -1. <_>12 3 6 6 2. <_>6 9 6 6 2. 0 -2.4289379362016916e-003 0.5419461727142334 0.4347142875194550 <_> <_> <_>5 7 2 2 -1. <_>5 7 1 1 2. <_>6 8 1 1 2. 0 -2.5261470582336187e-003 0.6970624923706055 1 <_> <_>4 3 3 2 -1. <_>5 3 1 2 3. 0 -1.4817339833825827e-003 0.3263416886329651 0.4917873144149780 <_> <_> <_>6 2 12 14 -1. <_>12 2 6 7 2. <_>6 9 6 7 2. 0 -0.2247453033924103 7.2937291115522385e-003 1 <_> <_>5 2 12 3 -1. <_>9 2 4 3 3. 0 2.8342509176582098e-003 0.4579229950904846 0.5379881262779236 <_> <_> <_>1 1 18 17 -1. <_>7 1 6 17 3. 0 -0.0208216104656458 0.6024088859558106 1 <_> <_>0 9 10 1 -1. <_>5 9 5 1 2. 0 1.4896340144332498e-004 0.3336144089698792 0.4962815940380096 <_> <_> <_>16 8 4 3 -1. <_>16 9 4 1 3. 0 -3.3524499740451574e-003 0.3558751046657562 1 <_> <_>7 13 6 6 -1. <_>7 16 6 3 2. 0 -0.0372798815369606 0.1698562949895859 0.5208985805511475 <_> <_> <_>6 14 1 6 -1. <_>6 16 1 2 3. 0 1.3896770542487502e-004 1 0.5590686202049255 <_> <_>6 17 4 2 -1. <_>6 18 4 1 2. 0 -3.1912620761431754e-004 0.5848733782768250 0.3795836865901947 <_> <_> <_>10 18 6 2 -1. <_>13 18 3 1 2. <_>10 19 3 1 2. 0 5.4003461264073849e-004 1 0.5670288205146790 <_> <_>16 8 1 3 -1. <_>16 9 1 1 3. 0 3.8956850767135620e-003 0.5182694792747498 0.3327709138393402 <_> <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 1.6084529925137758e-003 1 0.5410485863685608 <_> <_>9 15 1 2 -1. <_>9 16 1 1 2. 0 -5.7474587811157107e-004 0.6022642254829407 0.3644644021987915 <_> <_> <_>13 0 3 12 -1. <_>14 0 1 12 3. 0 0.0134350396692753 1 0.3441281914710999 <_> <_>15 11 1 3 -1. <_>15 12 1 1 3. 0 2.1368139423429966e-003 0.5292434096336365 0.2747075855731964 <_> <_> <_>8 15 3 3 -1. <_>8 16 3 1 3. 0 0.0141576295718551 1 0.8027868270874023 <_> <_>4 0 3 12 -1. <_>5 0 1 12 3. 0 5.3884391672909260e-003 0.5222315192222595 0.3586727976799011 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 8.8013410568237305e-003 0.4900386929512024 1 <_> <_>9 9 3 1 -1. <_>10 9 1 1 3. 0 3.8858849438838661e-004 0.4681056141853333 0.5721952915191650 <_> <_> <_>2 2 12 14 -1. <_>2 2 6 7 2. <_>8 9 6 7 2. 0 -2.2143588867038488e-003 0.5388805866241455 1 <_> <_>4 2 12 3 -1. <_>8 2 4 3 3. 0 -8.4642972797155380e-003 0.6675537824630737 0.3448441922664642 <_> <_> <_>18 18 2 2 -1. <_>18 18 1 2 2. 0 0.0150443902239203 1 0.9239614009857178 <_> <_>17 2 3 8 -1. <_>18 2 1 8 3. 0 7.6346402056515217e-003 0.4884896874427795 0.6306052803993225 <_> <_> <_>0 18 2 2 -1. <_>1 18 1 2 2. 0 3.3895121305249631e-004 1 0.3997431099414825 <_> <_>6 11 2 6 -1. <_>6 14 2 3 2. 0 2.1157610171940178e-004 0.5663982033729553 0.3972980976104736 <_> <_> <_>13 10 5 6 -1. <_>13 12 5 2 3. 0 -0.0275149494409561 1 0.5201063752174377 <_> <_>5 8 15 3 -1. <_>5 9 15 1 3. 0 0.0516030602157116 0.5140730142593384 0.1245130971074104 <_> <_> <_>2 10 5 6 -1. <_>2 12 5 2 3. 0 3.7510651163756847e-003 1 0.3802095055580139 <_> <_>0 8 15 3 -1. <_>0 9 15 1 3. 0 -2.1457639522850513e-003 0.3309448063373566 0.5474538803100586 <_> <_> <_>16 2 3 1 -1. <_>17 2 1 1 3. 0 -5.8178009930998087e-004 1 0.4892601966857910 <_> <_>17 4 3 2 -1. <_>18 4 1 2 3. 0 -9.3638541875407100e-004 0.5937399268150330 0.4664669036865234 <_> <_> <_>0 8 8 12 -1. <_>0 8 4 6 2. <_>4 14 4 6 2. 0 0.0416674911975861 1 0.7021353244781494 <_> <_>1 7 8 6 -1. <_>1 7 4 3 2. <_>5 10 4 3 2. 0 -6.7763780243694782e-003 0.3222751021385193 0.5068395137786865 <_> <_> <_>14 1 6 2 -1. <_>16 1 2 2 3. 0 -2.9170580673962831e-003 1 0.4717701077461243 <_> <_>15 0 4 4 -1. <_>17 0 2 2 2. <_>15 2 2 2 2. 0 3.2789530814625323e-004 0.4509383141994476 0.5651162862777710 38.2360382080078130 14 -1 <_> <_> <_> <_>1 1 4 11 -1. <_>3 1 2 11 2. 0 0.0117298001423478 0.3805224895477295 1 <_> <_>5 5 1 8 -1. <_>5 9 1 4 2. 0 1.1712179984897375e-003 0.3140017986297607 0.6858146190643311 <_> <_> <_>7 7 6 1 -1. <_>9 7 2 1 3. 0 9.3555096536874771e-003 1 0.6834673285484314 <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 1.6570610459893942e-003 0.2992472946643829 0.5475677847862244 <_> <_> <_>8 4 4 4 -1. <_>8 6 4 2 2. 0 -1.3387809740379453e-003 1 0.2941406965255737 <_> <_>2 4 9 1 -1. <_>5 4 3 1 3. 0 1.7580550047568977e-004 0.3896977901458740 0.5872970819473267 <_> <_> <_>9 12 2 8 -1. <_>9 16 2 4 2. 0 -2.9473248869180679e-003 0.3576571941375732 1 <_> <_>3 8 14 12 -1. <_>3 14 14 6 2. 0 8.3220899105072021e-003 0.5232400894165039 0.3231087923049927 <_> <_> <_>6 13 7 3 -1. <_>6 14 7 1 3. 0 7.4366689659655094e-003 1 0.6715673208236694 <_> <_>5 9 6 3 -1. <_>7 9 2 3 3. 0 -2.1322889369912446e-004 0.5470541715621948 0.3863396048545837 <_> <_> <_>12 1 6 3 -1. <_>12 2 6 1 3. 0 -7.8024631366133690e-003 0.2771460115909576 1 <_> <_>8 12 6 2 -1. <_>8 13 6 1 2. 0 5.6611228501424193e-004 0.4689136147499085 0.5851963758468628 <_> <_> <_>0 2 18 2 -1. <_>0 2 9 1 2. <_>9 3 9 1 2. 0 -9.2346500605344772e-003 0.2704397141933441 1 <_> <_>6 10 3 6 -1. <_>6 13 3 3 2. 0 -1.4676499631605111e-005 0.5622550249099731 0.3579317033290863 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 9.7007937729358673e-003 0.4173871874809265 1 <_> <_>15 0 5 8 -1. <_>15 4 5 4 2. 0 -3.5320650786161423e-003 0.4195013046264648 0.5549468994140625 <_> <_> <_>7 16 6 4 -1. <_>9 16 2 4 3. 0 0.0216164104640484 1 0.2857390940189362 <_> <_>2 11 14 4 -1. <_>2 11 7 2 2. <_>9 13 7 2 2. 0 3.4567608963698149e-003 0.6024532914161682 0.4377507865428925 <_> <_> <_>14 10 6 10 -1. <_>14 10 3 10 2. 0 0.0229143202304840 0.4689350128173828 1 <_> <_>9 8 10 12 -1. <_>14 8 5 6 2. <_>9 14 5 6 2. 0 3.4328910987824202e-003 0.4664604961872101 0.5762562155723572 <_> <_> <_>0 10 6 10 -1. <_>3 10 3 10 2. 0 -8.6510833352804184e-003 0.6381739974021912 1 <_> <_>1 8 10 12 -1. <_>1 8 5 6 2. <_>6 14 5 6 2. 0 1.4510039472952485e-003 0.3711487948894501 0.5530750751495361 <_> <_> <_>9 3 6 1 -1. <_>11 3 2 1 3. 0 7.8191719949245453e-003 0.5264362096786499 1 <_> <_>7 4 6 3 -1. <_>9 4 2 3 3. 0 2.0798550394829363e-004 0.3730512857437134 0.5445731282234192 <_> <_> <_>5 3 6 1 -1. <_>7 3 2 1 3. 0 -3.9962218143045902e-003 0.2438170015811920 1 <_> <_>4 5 6 3 -1. <_>6 5 2 3 3. 0 -1.5010139577498194e-005 0.5324671268463135 0.3682988882064819 <_> <_> <_>9 16 3 3 -1. <_>9 17 3 1 3. 0 -4.2428788729012012e-003 0.6481474041938782 1 <_> <_>8 14 6 3 -1. <_>8 15 6 1 3. 0 9.1374982148408890e-003 0.4896158874034882 0.6558843255043030 <_> <_> <_>6 0 8 12 -1. <_>6 0 4 6 2. <_>10 6 4 6 2. 0 8.8254585862159729e-003 1 0.3613870143890381 <_> <_>4 12 2 3 -1. <_>4 13 2 1 3. 0 9.4092212384566665e-004 0.5502895712852478 0.3632518053054810 <_> <_> <_>12 16 6 3 -1. <_>12 17 6 1 3. 0 -0.0125033501535654 0.2261132001876831 1 <_> <_>7 12 7 2 -1. <_>7 13 7 1 2. 0 8.6759645491838455e-003 0.4987890124320984 0.6847196221351624 <_> <_> <_>2 16 6 3 -1. <_>2 17 6 1 3. 0 -0.0104167601093650 0.2446299046278000 1 <_> <_>0 7 16 6 -1. <_>0 10 16 3 2. 0 2.7432460337877274e-003 0.3511525094509125 0.5399826765060425 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 -4.2385691776871681e-003 0.6823673248291016 1 <_> <_>9 7 3 5 -1. <_>10 7 1 5 3. 0 0.0183258708566427 0.4891580045223236 0.7135618925094605 <_> <_> <_>0 5 20 10 -1. <_>0 5 10 5 2. <_>10 10 10 5 2. 0 -0.0243345405906439 0.3522521853446960 1 <_> <_>3 1 4 2 -1. <_>5 1 2 2 2. 0 4.6469361404888332e-004 0.4049868881702423 0.5515825748443604 <_> <_> <_>7 6 8 10 -1. <_>11 6 4 5 2. <_>7 11 4 5 2. 0 3.4260009415447712e-003 1 0.4126769900321960 <_> <_>17 6 3 2 -1. <_>17 7 3 1 2. 0 -2.5827318895608187e-003 0.2899428904056549 0.5386431813240051 <_> <_> <_>5 6 8 10 -1. <_>5 6 4 5 2. <_>9 11 4 5 2. 0 1.0545699624344707e-003 1 0.3771344125270844 <_> <_>5 12 10 6 -1. <_>5 14 10 2 3. 0 -9.1257691383361816e-004 0.5827386975288391 0.4267556965351105 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 2.6589010376483202e-003 0.4688124954700470 1 <_> <_>10 3 2 6 -1. <_>11 3 1 3 2. <_>10 6 1 3 2. 0 4.8598358407616615e-003 0.4853922128677368 0.6163644790649414 <_> <_> <_>0 4 3 3 -1. <_>0 5 3 1 3. 0 8.0638676881790161e-003 1 0.1749195009469986 <_> <_>3 16 8 4 -1. <_>3 16 4 2 2. <_>7 18 4 2 2. 0 -7.5898370705544949e-003 0.6826189756393433 0.4894070029258728 <_> <_> <_>8 13 5 2 -1. <_>8 14 5 1 2. 0 3.6368070868775249e-004 0.4614596068859100 1 <_> <_>8 7 4 12 -1. <_>8 11 4 4 3. 0 0.0625949501991272 0.5183017253875732 0.2686696052551270 <_> <_> <_>5 9 2 2 -1. <_>6 9 1 2 2. 0 -4.9753207713365555e-003 0.1758466958999634 1 <_> <_>9 15 2 3 -1. <_>9 16 2 1 3. 0 -2.0880119409412146e-003 0.6369382143020630 0.4930044114589691 <_> <_> <_>13 9 2 3 -1. <_>13 9 1 3 2. 0 9.5644511748105288e-004 1 0.4139398932456970 <_> <_>14 0 6 17 -1. <_>16 0 2 17 3. 0 -0.0317214615643024 0.6045557260513306 0.4816364049911499 <_> <_> <_>5 10 2 2 -1. <_>6 10 1 2 2. 0 1.2898689601570368e-003 0.5450810790061951 1 <_> <_>2 9 9 1 -1. <_>5 9 3 1 3. 0 9.8405163735151291e-003 0.2924000918865204 0.6699606180191040 <_> <_> <_>9 11 2 3 -1. <_>9 12 2 1 3. 0 1.2237089686095715e-003 1 0.6282836794853210 <_> <_>7 11 6 3 -1. <_>7 12 6 1 3. 0 -8.4232585504651070e-003 0.5986570119857788 0.4852580130100250 <_> <_> <_>0 6 3 2 -1. <_>0 7 3 1 2. 0 -7.2726322105154395e-004 0.3340049088001251 1 <_> <_>7 0 6 1 -1. <_>9 0 2 1 3. 0 4.6842931769788265e-003 0.5168923735618591 0.2679480016231537 <_> <_> <_>9 16 3 3 -1. <_>9 17 3 1 3. 0 -1.0379579616710544e-003 0.5925791859626770 1 <_> <_>2 13 17 6 -1. <_>2 16 17 3 2. 0 9.1342730447649956e-003 0.5437728166580200 0.4346800148487091 <_> <_> <_>1 3 3 7 -1. <_>2 3 1 7 3. 0 1.4971119817346334e-003 0.4129500985145569 1 <_> <_>1 1 6 4 -1. <_>3 1 2 4 3. 0 1.5762320253998041e-003 0.4522874057292938 0.6556292176246643 <_> <_> <_>14 1 6 5 -1. <_>14 1 3 5 2. 0 8.7496247142553329e-003 0.4532034099102020 1 <_> <_>13 2 3 2 -1. <_>13 3 3 1 2. 0 -8.5103599121794105e-004 0.3785983920097351 0.5416975021362305 <_> <_> <_>0 1 6 5 -1. <_>3 1 3 5 2. 0 -0.0173255708068609 0.6884248256683350 1 <_> <_>2 3 2 6 -1. <_>2 5 2 2 3. 0 -8.3266440778970718e-003 0.3091326057910919 0.5243654847145081 <_> <_> <_>9 10 3 2 -1. <_>9 11 3 1 2. 0 1.5157909729168750e-005 0.4765793979167938 1 <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 1.8041470320895314e-003 0.4725385904312134 0.5716555118560791 <_> <_> <_>6 3 3 1 -1. <_>7 3 1 1 3. 0 3.0691560823470354e-003 1 0.2143359929323196 <_> <_>8 2 3 12 -1. <_>8 6 3 4 3. 0 -5.2225510444259271e-005 0.5653210282325745 0.4385111033916473 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 1.0072169970953837e-004 1 0.5924776196479797 <_> <_>11 12 2 2 -1. <_>12 12 1 1 2. <_>11 13 1 1 2. 0 1.3573700562119484e-004 0.4573448896408081 0.5769382715225220 <_> <_> <_>5 5 2 2 -1. <_>5 6 2 1 2. 0 9.2137878527864814e-004 1 0.5992609262466431 <_> <_>5 4 1 3 -1. <_>5 5 1 1 3. 0 3.0316581251099706e-004 0.3610081076622009 0.5049325823783875 <_> <_> <_>3 11 16 4 -1. <_>11 11 8 2 2. <_>3 13 8 2 2. 0 0.0395824797451496 1 0.1538489013910294 <_> <_>0 10 20 3 -1. <_>0 11 20 1 3. 0 0.0475196801126003 0.5216140747070313 0.1428391039371491 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 0.0188717599958181 1 0.2825506925582886 <_> <_>4 2 4 2 -1. <_>4 3 4 1 2. 0 -3.9876459049992263e-004 0.4035016894340515 0.5437793135643005 <_> <_> <_>12 6 2 2 -1. <_>13 6 1 1 2. <_>12 7 1 1 2. 0 4.6556600136682391e-004 0.4668996930122376 1 <_> <_>12 11 6 6 -1. <_>12 13 6 2 3. 0 6.7090610973536968e-003 0.5331354737281799 0.4136571884155273 <_> <_> <_>6 6 2 2 -1. <_>6 6 1 1 2. <_>7 7 1 1 2. 0 -1.8931160448119044e-003 0.7155163288116455 1 <_> <_>6 4 4 16 -1. <_>8 4 2 16 2. 0 -0.0130569497123361 0.3117899894714356 0.5208439826965332 <_> <_> <_>11 18 3 2 -1. <_>11 19 3 1 2. 0 -1.9484119547996670e-004 1 0.4637658894062042 <_> <_>9 17 6 2 -1. <_>12 17 3 1 2. <_>9 18 3 1 2. 0 1.5093220099515747e-005 0.4561653137207031 0.5445234179496765 <_> <_> <_>2 13 5 2 -1. <_>2 14 5 1 2. 0 -7.1617960202274844e-006 1 0.4193108081817627 <_> <_>3 15 2 2 -1. <_>3 16 2 1 2. 0 3.0164679628796875e-004 0.5966237783432007 0.4100500047206879 <_> <_> <_>9 7 3 3 -1. <_>10 7 1 3 3. 0 4.4195181690156460e-003 0.4845055937767029 1 <_> <_>9 6 2 6 -1. <_>9 6 1 6 2. 0 -7.3984181508421898e-003 0.6206846237182617 0.4931209087371826 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -7.8031201846897602e-003 1 0.5282462835311890 <_> <_>8 1 2 11 -1. <_>9 1 1 11 2. 0 -0.0107314297929406 0.9104834198951721 0.3455922007560730 <_> <_> <_>9 7 2 4 -1. <_>9 7 1 4 2. 0 1.4246780192479491e-003 0.4708554148674011 1 <_> <_>11 10 2 1 -1. <_>11 10 1 1 2. 0 -8.2717568147927523e-005 0.5651623010635376 0.4731023907661438 <_> <_> <_>0 3 3 9 -1. <_>1 3 1 9 3. 0 4.4803409837186337e-003 1 0.6175886988639832 <_> <_>0 3 3 6 -1. <_>0 5 3 2 3. 0 3.0789140146225691e-003 0.5139533281326294 0.3423087894916534 <_> <_> <_>11 15 2 2 -1. <_>12 15 1 1 2. <_>11 16 1 1 2. 0 -1.1310289846733212e-003 1 0.4918282032012940 <_> <_>11 14 2 2 -1. <_>12 14 1 1 2. <_>11 15 1 1 2. 0 -1.0410690447315574e-003 0.5942087173461914 0.4923042953014374 <_> <_> <_>7 15 2 2 -1. <_>7 15 1 1 2. <_>8 16 1 1 2. 0 1.1648540385067463e-003 1 0.6405271887779236 <_> <_>7 14 2 2 -1. <_>7 14 1 1 2. <_>8 15 1 1 2. 0 9.0057362103834748e-004 0.4504396915435791 0.6192076802253723 <_> <_> <_>8 13 4 6 -1. <_>10 13 2 3 2. <_>8 16 2 3 2. 0 6.8781538866460323e-003 0.5374813079833984 1 <_> <_>2 14 16 4 -1. <_>10 14 8 2 2. <_>2 16 8 2 2. 0 -0.0352839007973671 0.2247101068496704 0.5217170715332031 <_> <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 -1.3320200378075242e-003 0.2554703056812286 1 <_> <_>7 7 5 3 -1. <_>7 8 5 1 3. 0 -2.3177571129053831e-003 0.3792515993118286 0.5243226885795593 <_> <_> <_>7 5 6 2 -1. <_>9 5 2 2 3. 0 2.1332940377760679e-004 0.3860337138175964 1 <_> <_>9 1 6 18 -1. <_>11 1 2 18 3. 0 0.0134679004549980 0.5380687713623047 0.4178363978862763 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -1.2829169863834977e-003 0.6133623123168945 1 <_> <_>8 5 2 4 -1. <_>8 5 1 2 2. <_>9 7 1 2 2. 0 5.1571638323366642e-004 0.4028537869453430 0.5536851882934570 <_> <_> <_>9 13 2 6 -1. <_>10 13 1 3 2. <_>9 16 1 3 2. 0 3.9254198782145977e-003 0.5279921293258667 1 <_> <_>11 0 3 18 -1. <_>12 0 1 18 3. 0 -0.0337805896997452 0.2334675043821335 0.5175911784172058 <_> <_> <_>6 0 3 18 -1. <_>7 0 1 18 3. 0 -0.0378537215292454 0.1074853017926216 1 <_> <_>5 15 4 2 -1. <_>7 15 2 2 2. 0 -4.0752900531515479e-004 0.5345929861068726 0.4198938012123108 <_> <_> <_>1 9 18 1 -1. <_>7 9 6 1 3. 0 -3.1193809118121862e-003 0.3855825066566467 1 <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -0.0157149694859982 0.3335190117359161 0.5263202190399170 <_> <_> <_>9 6 2 4 -1. <_>10 6 1 4 2. 0 -7.8525702701881528e-004 0.5860397219657898 1 <_> <_>6 10 6 2 -1. <_>8 10 2 2 3. 0 -2.8750501223839819e-004 0.5437784790992737 0.3716104924678803 <_> <_> <_>0 7 20 1 -1. <_>0 7 10 1 2. 0 0.0280168596655130 1 0.3330754935741425 <_> <_>11 3 5 4 -1. <_>11 5 5 2 2. 0 -1.9018839811906219e-003 0.5366597771644592 0.4693793952465057 <_> <_> <_>5 7 10 1 -1. <_>10 7 5 1 2. 0 0.0206475593149662 1 0.1006956025958061 <_> <_>8 10 3 3 -1. <_>8 11 3 1 3. 0 4.3002571910619736e-003 0.4816035926342011 0.6215677261352539 <_> <_> <_>2 0 16 8 -1. <_>10 0 8 4 2. <_>2 4 8 4 2. 0 0.0134591404348612 0.5461953878402710 1 <_> <_>11 0 9 10 -1. <_>11 5 9 5 2. 0 -0.0103200403973460 0.4578453004360199 0.5419309735298157 <_> <_> <_>0 2 8 18 -1. <_>4 2 4 18 2. 0 0.3199074864387512 1 0.2008046954870224 <_> <_>0 0 2 6 -1. <_>0 2 2 2 3. 0 9.2198798665776849e-004 0.5193281173706055 0.3912194073200226 <_> <_> <_>6 0 9 2 -1. <_>6 1 9 1 2. 0 4.1852539288811386e-004 0.4299744069576263 1 <_> <_>4 1 12 2 -1. <_>4 2 12 1 2. 0 3.5891108564101160e-004 0.4344502985477448 0.5531973838806152 <_> <_> <_>2 1 16 14 -1. <_>2 8 16 7 2. 0 -0.2099243998527527 0.1075721010565758 1 <_> <_>5 1 8 12 -1. <_>5 7 8 6 2. 0 -4.9328152090311050e-003 0.5762796998023987 0.4574643969535828 <_> <_> <_>9 11 2 2 -1. <_>9 12 2 1 2. 0 2.3409130517393351e-003 1 0.7476807832717896 <_> <_>9 10 5 6 -1. <_>9 12 5 2 3. 0 4.7120270319283009e-003 0.5261765122413635 0.4505550861358643 <_> <_> <_>3 0 13 8 -1. <_>3 4 13 4 2. 0 0.0287131909281015 0.4407103061676025 1 <_> <_>6 7 5 8 -1. <_>6 11 5 4 2. 0 -2.6156550738960505e-003 0.4244270920753479 0.6892976760864258 <_> <_> <_>9 5 2 3 -1. <_>9 6 2 1 3. 0 -0.0135589698329568 0.1252267956733704 1 <_> <_>6 8 8 3 -1. <_>6 9 8 1 3. 0 -3.0331799644045532e-004 0.4077791869640350 0.5442817807197571 <_> <_> <_>2 2 7 6 -1. <_>2 5 7 3 2. 0 -5.5601762142032385e-004 0.5378003716468811 1 <_> <_>2 1 14 4 -1. <_>2 1 7 2 2. <_>9 3 7 2 2. 0 2.4025330785661936e-003 0.3166579902172089 0.5285738110542297 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 -3.4089901018887758e-003 1 0.4905214905738831 <_> <_>6 15 8 2 -1. <_>6 16 8 1 2. 0 8.0019602319225669e-004 0.4522736072540283 0.5580614209175110 <_> <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 2.1901070140302181e-003 1 0.6612681746482849 <_> <_>8 11 2 8 -1. <_>8 15 2 4 2. 0 3.3745369873940945e-003 0.5107765197753906 0.3386929929256439 <_> <_> <_>6 15 8 2 -1. <_>6 16 8 1 2. 0 8.0019602319225669e-004 1 0.5707560181617737 <_> <_>7 16 8 3 -1. <_>7 17 8 1 3. 0 0.0173460692167282 0.5016021132469177 0.6306459903717041 <_> <_> <_>0 16 2 2 -1. <_>0 17 2 1 2. 0 -1.9568449351936579e-003 0.3017806112766266 1 <_> <_>1 16 8 4 -1. <_>1 16 4 2 2. <_>5 18 4 2 2. 0 -0.0112290196120739 0.6293851137161255 0.4520488977432251 <_> <_> <_>2 9 16 3 -1. <_>2 10 16 1 3. 0 -2.6608388870954514e-003 0.3344007134437561 1 <_> <_>13 11 2 4 -1. <_>13 11 1 4 2. 0 -0.0116151003167033 0.2825379073619843 0.5150970816612244 <_> <_> <_>0 13 16 6 -1. <_>0 15 16 2 3. 0 -0.0952486023306847 0.1398265063762665 1 <_> <_>5 11 2 4 -1. <_>6 11 1 4 2. 0 7.3701781220734119e-003 0.5293998718261719 0.2331728041172028 <_> <_> <_>18 2 2 18 -1. <_>19 2 1 9 2. <_>18 11 1 9 2. 0 -0.0149539001286030 1 0.4940465986728668 <_> <_>19 7 1 9 -1. <_>19 10 1 3 3. 0 5.7038792874664068e-004 0.5466570854187012 0.4626767933368683 <_> <_> <_>0 2 2 18 -1. <_>0 2 1 9 2. <_>1 11 1 9 2. 0 5.8516198769211769e-003 1 0.6270040869712830 <_> <_>0 7 1 9 -1. <_>0 10 1 3 3. 0 2.1150549582671374e-004 0.5508140921592712 0.4061872959136963 <_> <_> <_>14 12 2 2 -1. <_>14 13 2 1 2. 0 -6.9679190346505493e-006 1 0.4096567928791046 <_> <_>11 14 2 3 -1. <_>11 15 2 1 3. 0 -7.9677387839183211e-004 0.5615556836128235 0.4666886031627655 <_> <_> <_>7 8 6 2 -1. <_>7 9 6 1 2. 0 0.0194594804197550 1 0.2311480939388275 <_> <_>7 12 4 6 -1. <_>7 12 2 3 2. <_>9 15 2 3 2. 0 -0.0111608300358057 0.3087011873722076 0.5514662265777588 <_> <_> <_>8 13 5 3 -1. <_>8 14 5 1 3. 0 0.0140561498701572 1 0.7005056142807007 <_> <_>12 14 2 2 -1. <_>13 14 1 1 2. <_>12 15 1 1 2. 0 -3.2958350493572652e-004 0.5797485709190369 0.4691650867462158 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -5.4636420682072639e-003 0.5928595066070557 1 <_> <_>7 13 5 2 -1. <_>7 14 5 1 2. 0 5.8881669247057289e-005 0.3741397857666016 0.5170168876647949 <_> <_> <_>2 10 16 4 -1. <_>10 10 8 2 2. <_>2 12 8 2 2. 0 6.6343429498374462e-003 0.5414987802505493 1 <_> <_>7 0 6 6 -1. <_>9 0 2 6 3. 0 0.0452634096145630 0.5180327296257019 0.1529684066772461 <_> <_> <_>7 1 6 3 -1. <_>7 2 6 1 3. 0 -8.0646127462387085e-003 0.2515468001365662 1 <_> <_>0 12 6 2 -1. <_>0 13 6 1 2. 0 4.7389548853971064e-004 0.5121998786926270 0.3725948929786682 <_> <_> <_>6 3 11 2 -1. <_>6 4 11 1 2. 0 1.4877359717502259e-005 1 0.5532435774803162 <_> <_>12 0 8 6 -1. <_>16 0 4 3 2. <_>12 3 4 3 2. 0 0.0243211593478918 0.4960766136646271 0.5983315110206604 <_> <_> <_>8 12 1 2 -1. <_>8 13 1 1 2. 0 6.9931396865285933e-005 0.4163953065872192 1 <_> <_>8 8 1 12 -1. <_>8 12 1 4 3. 0 2.6287760119885206e-003 0.5880144834518433 0.3399662971496582 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 3.8190539926290512e-003 1 0.7846621274948120 <_> <_>12 7 3 13 -1. <_>13 7 1 13 3. 0 -0.0259891506284475 0.3288114070892334 0.5155087709426880 <_> <_> <_>7 11 2 2 -1. <_>7 11 1 1 2. <_>8 12 1 1 2. 0 1.2062400346621871e-003 0.4596059918403626 1 <_> <_>3 13 1 3 -1. <_>3 14 1 1 3. 0 -1.5557400183752179e-003 0.3126986920833588 0.7183399200439453 <_> <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 -2.2691930644214153e-003 1 0.5274006128311157 <_> <_>11 11 2 1 -1. <_>11 11 1 1 2. 0 2.3287249496206641e-004 0.4878666102886200 0.5615152716636658 <_> <_> <_>1 10 5 9 -1. <_>1 13 5 3 3. 0 -5.5999699980020523e-003 1 0.5160812139511108 <_> <_>4 8 6 4 -1. <_>6 8 2 4 3. 0 -0.0104961898177862 0.5701614022254944 0.3204850852489471 <_> <_> <_>13 12 1 4 -1. <_>13 14 1 2 2. 0 -1.4814930182183161e-005 0.5538837909698486 1 <_> <_>11 3 4 14 -1. <_>13 3 2 7 2. <_>11 10 2 7 2. 0 -6.4287078566849232e-004 0.5349429249763489 0.4472151100635529 <_> <_> <_>6 12 1 4 -1. <_>6 14 1 2 2. 0 -1.8891949730459601e-004 0.5012837052345276 1 <_> <_>5 3 4 14 -1. <_>5 3 2 7 2. <_>7 10 2 7 2. 0 -9.0413521975278854e-003 0.2562935948371887 0.4503383040428162 <_> <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 7.9534705728292465e-003 1 0.2630499899387360 <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 -2.7908999472856522e-003 0.5756508708000183 0.4854863882064819 <_> <_> <_>2 2 12 6 -1. <_>2 2 6 3 2. <_>8 5 6 3 2. 0 3.2857100013643503e-003 1 0.4084751904010773 <_> <_>6 6 6 2 -1. <_>9 6 3 2 2. 0 7.7063008211553097e-004 0.4073356091976166 0.5920240879058838 44.6829681396484380 15 -1 <_> <_> <_> <_>1 0 18 12 -1. <_>7 0 6 12 3. 0 0.0630219429731369 0.3419382870197296 1 <_> <_>5 7 6 4 -1. <_>5 7 3 2 2. <_>8 9 3 2 2. 0 -2.8374609537422657e-003 0.6829563975334168 0.4404523074626923 <_> <_> <_>5 7 10 4 -1. <_>5 9 10 2 2. 0 0.0464619509875774 0.4391745030879974 1 <_> <_>7 7 6 4 -1. <_>9 7 2 4 3. 0 0.0291525404900312 0.4601063132286072 0.6357936859130859 <_> <_> <_>9 5 2 2 -1. <_>9 6 2 1 2. 0 -1.4000290320836939e-005 1 0.3730010092258453 <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -1.2757079675793648e-003 0.3093824088573456 0.5901370048522949 <_> <_> <_>6 17 8 3 -1. <_>6 18 8 1 3. 0 1.3596529606729746e-003 0.4337565004825592 1 <_> <_>9 17 6 2 -1. <_>12 17 3 1 2. <_>9 18 3 1 2. 0 1.7991929780691862e-004 0.4217503964900971 0.5846847891807556 <_> <_> <_>4 12 2 2 -1. <_>4 13 2 1 2. 0 -1.4166639630275313e-005 1 0.4084691107273102 <_> <_>3 12 9 2 -1. <_>3 13 9 1 2. 0 6.0252390539972112e-005 0.5087286829948425 0.7277184128761292 <_> <_> <_>8 3 6 1 -1. <_>10 3 2 1 3. 0 6.4320368692278862e-003 1 0.2967903017997742 <_> <_>9 3 4 6 -1. <_>11 3 2 3 2. <_>9 6 2 3 2. 0 4.6682319953106344e-004 0.4110462963581085 0.5581219792366028 <_> <_> <_>0 3 6 5 -1. <_>3 3 3 5 2. 0 5.7436279021203518e-003 0.4287309944629669 1 <_> <_>2 0 2 18 -1. <_>2 6 2 6 3. 0 3.2019240316003561e-003 0.4266195893287659 0.6444045901298523 <_> <_> <_>14 2 4 9 -1. <_>14 5 4 3 3. 0 -5.7637941790744662e-004 1 0.4084824919700623 <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 -3.7901920732110739e-003 0.3181920945644379 0.5230693221092224 <_> <_> <_>2 2 4 9 -1. <_>2 5 4 3 3. 0 4.8914109356701374e-003 1 0.3548356890678406 <_> <_>7 18 3 2 -1. <_>8 18 1 2 3. 0 4.6459292061626911e-003 0.5610597729682922 0.2693848907947540 <_> <_> <_>10 14 3 3 -1. <_>10 15 3 1 3. 0 -6.8799369037151337e-003 0.6235408186912537 1 <_> <_>10 12 2 6 -1. <_>10 15 2 3 2. 0 -0.0181474704295397 0.2861981987953186 0.5226848125457764 <_> <_> <_>7 5 3 6 -1. <_>7 7 3 2 3. 0 1.1409220314817503e-004 1 0.3257833123207092 <_> <_>3 3 6 2 -1. <_>3 4 6 1 2. 0 -5.4334272863343358e-004 0.3882969021797180 0.5341166257858276 <_> <_> <_>8 4 7 3 -1. <_>8 5 7 1 3. 0 -2.7602489572018385e-003 0.6353965997695923 1 <_> <_>13 6 2 3 -1. <_>13 7 2 1 3. 0 -1.9730569329112768e-003 0.5880761146545410 0.4593090116977692 <_> <_> <_>8 8 2 12 -1. <_>8 12 2 4 3. 0 2.4565239436924458e-003 1 0.3134010136127472 <_> <_>5 4 8 14 -1. <_>5 4 4 7 2. <_>9 11 4 7 2. 0 1.9392010290175676e-004 0.5277131795883179 0.3604106903076172 <_> <_> <_>0 1 20 8 -1. <_>10 1 10 4 2. <_>0 5 10 4 2. 0 0.0786430165171623 0.5290341973304749 1 <_> <_>4 0 12 2 -1. <_>4 1 12 1 2. 0 6.5276869572699070e-003 0.4654479920864105 0.6044905185699463 <_> <_> <_>0 1 20 8 -1. <_>0 1 10 4 2. <_>10 5 10 4 2. 0 -0.0787167996168137 0.2541126906871796 1 <_> <_>4 0 12 2 -1. <_>4 1 12 1 2. 0 5.7298499159514904e-003 0.4366919100284576 0.5822886228561401 <_> <_> <_>9 5 6 3 -1. <_>9 5 3 3 2. 0 6.2386557692661881e-004 1 0.5472692251205444 <_> <_>8 13 10 6 -1. <_>8 15 10 2 3. 0 -0.0852672308683395 0.1461607962846756 0.5181810855865479 <_> <_> <_>5 5 6 3 -1. <_>8 5 3 3 2. 0 0.0409811101853848 1 0.1270135045051575 <_> <_>6 3 6 1 -1. <_>8 3 2 1 3. 0 7.7135749161243439e-003 0.4832684993743897 0.2223578989505768 <_> <_> <_>11 18 9 2 -1. <_>14 18 3 2 3. 0 -6.8663940764963627e-003 0.5918928980827332 1 <_> <_>13 11 6 7 -1. <_>13 11 3 7 2. 0 0.0145596396178007 0.4761506915092468 0.5727223753929138 <_> <_> <_>4 6 12 10 -1. <_>4 6 6 5 2. <_>10 11 6 5 2. 0 -0.0100643103942275 0.3636730909347534 1 <_> <_>8 17 3 3 -1. <_>9 17 1 3 3. 0 3.6274080630391836e-003 0.5271731019020081 0.2740525007247925 <_> <_> <_>11 18 9 2 -1. <_>14 18 3 2 3. 0 -2.3421540390700102e-003 0.5497784018516541 1 <_> <_>13 11 6 8 -1. <_>13 11 3 8 2. 0 -0.0246864091604948 0.6059895157814026 0.4960314035415649 <_> <_> <_>4 16 2 2 -1. <_>4 17 2 1 2. 0 1.9456120207905769e-004 1 0.3769465088844299 <_> <_>7 15 4 4 -1. <_>7 17 4 2 2. 0 3.1714211218059063e-004 0.4062362015247345 0.5668215155601502 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 2.0793990697711706e-003 0.4618656933307648 1 <_> <_>13 6 2 3 -1. <_>13 7 2 1 3. 0 1.7982709687203169e-003 0.4867505133152008 0.6518449783325195 <_> <_> <_>5 11 6 1 -1. <_>7 11 2 1 3. 0 -2.2287059982772917e-004 0.5677595734596252 1 <_> <_>7 10 3 1 -1. <_>8 10 1 1 3. 0 3.2623921288177371e-004 0.3710733950138092 0.5676605105400085 <_> <_> <_>0 12 20 4 -1. <_>0 14 20 2 2. 0 -0.0667926818132401 0.2511521875858307 1 <_> <_>10 2 3 2 -1. <_>10 3 3 1 2. 0 -1.4869889710098505e-003 0.3886750936508179 0.5262253880500794 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -5.0454870797693729e-003 0.6557472944259644 1 <_> <_>5 5 4 3 -1. <_>5 6 4 1 3. 0 -4.8297587782144547e-003 0.5934106111526489 0.4285922050476074 <_> <_> <_>8 8 4 3 -1. <_>8 9 4 1 3. 0 -1.0722599690780044e-003 1 0.5426058769226074 <_> <_>10 4 2 12 -1. <_>10 8 2 4 3. 0 8.7901195511221886e-003 0.5351303219795227 0.4834277927875519 <_> <_> <_>0 3 4 3 -1. <_>0 4 4 1 3. 0 -7.1750381030142307e-003 0.2067168951034546 1 <_> <_>1 3 2 3 -1. <_>1 4 2 1 3. 0 1.1251230025663972e-003 0.5112252235412598 0.3468714058399200 <_> <_> <_>16 1 4 11 -1. <_>16 1 2 11 2. 0 0.0106347100809217 0.4479008018970490 1 <_> <_>18 2 2 16 -1. <_>19 2 1 8 2. <_>18 10 1 8 2. 0 -0.0117632197216153 0.6253901720046997 0.4968987107276917 <_> <_> <_>1 8 6 12 -1. <_>3 8 2 12 3. 0 0.0923240631818771 1 0.2031303942203522 <_> <_>7 2 6 2 -1. <_>7 2 3 1 2. <_>10 3 3 1 2. 0 1.8991080578416586e-003 0.5618721842765808 0.4046572148799896 <_> <_> <_>12 4 8 2 -1. <_>16 4 4 1 2. <_>12 5 4 1 2. 0 -0.0105103403329849 1 0.4943264126777649 <_> <_>10 6 6 2 -1. <_>12 6 2 2 3. 0 -7.4531312566250563e-004 0.5613427758216858 0.3845331966876984 <_> <_> <_>0 4 8 2 -1. <_>0 4 4 1 2. <_>4 5 4 1 2. 0 8.0041000619530678e-003 1 0.7759842276573181 <_> <_>1 3 3 5 -1. <_>2 3 1 5 3. 0 5.8110528625547886e-003 0.4624733030796051 0.6286277174949646 <_> <_> <_>16 3 4 6 -1. <_>16 5 4 2 3. 0 -0.0279185809195042 0.2409314066171646 1 <_> <_>8 6 4 3 -1. <_>8 7 4 1 3. 0 2.1739399526268244e-003 0.5345504879951477 0.3507958054542542 <_> <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 -4.0639587678015232e-003 0.6647101044654846 1 <_> <_>4 11 1 2 -1. <_>4 12 1 1 2. 0 6.0017139185220003e-004 0.4998509883880615 0.3022165000438690 <_> <_> <_>8 14 6 3 -1. <_>8 15 6 1 3. 0 1.9214770291000605e-003 1 0.5919150710105896 <_> <_>7 15 7 3 -1. <_>7 16 7 1 3. 0 -0.0138608301058412 0.6351767778396606 0.4993310868740082 <_> <_> <_>9 12 2 8 -1. <_>9 16 2 4 2. 0 0.0230068508535624 1 0.1902336031198502 <_> <_>4 6 6 2 -1. <_>6 6 2 2 3. 0 -1.3857929734513164e-003 0.5253369212150574 0.3985860049724579 <_> <_> <_>12 7 4 2 -1. <_>12 8 4 1 2. 0 1.2637410545721650e-003 0.4666104018688202 1 <_> <_>5 3 13 10 -1. <_>5 8 13 5 2. 0 -0.0146752102300525 0.3823164999485016 0.5326632857322693 <_> <_> <_>4 7 4 2 -1. <_>4 8 4 1 2. 0 -2.9535070061683655e-003 0.7063655853271484 1 <_> <_>0 8 16 2 -1. <_>0 8 8 1 2. <_>8 9 8 1 2. 0 -1.7189770005643368e-003 0.3813462853431702 0.5246735215187073 <_> <_> <_>11 8 2 5 -1. <_>11 8 1 5 2. 0 -4.2484089499339461e-004 1 0.4791638851165772 <_> <_>10 0 6 13 -1. <_>10 0 3 13 2. 0 -8.5248658433556557e-004 0.4491218030452728 0.5370901226997376 <_> <_> <_>1 6 4 2 -1. <_>1 7 4 1 2. 0 8.9034568518400192e-003 1 0.2076473981142044 <_> <_>4 3 2 1 -1. <_>5 3 1 1 2. 0 1.4895649655954912e-005 0.4447635114192963 0.5667163133621216 <_> <_> <_>11 8 2 5 -1. <_>11 8 1 5 2. 0 -4.7091601300053298e-004 0.5465071201324463 1 <_> <_>12 10 4 8 -1. <_>12 10 2 8 2. 0 4.3084810022264719e-004 0.5493261814117432 0.4580708146095276 <_> <_> <_>7 8 2 5 -1. <_>8 8 1 5 2. 0 -6.3893961487337947e-004 0.5501571893692017 1 <_> <_>4 10 4 8 -1. <_>6 10 2 8 2. 0 -7.3733746830839664e-005 0.5085790753364563 0.3305698037147522 <_> <_> <_>6 7 9 12 -1. <_>9 7 3 12 3. 0 -8.8991485536098480e-003 0.4276469051837921 1 <_> <_>11 13 2 3 -1. <_>11 13 1 3 2. 0 -0.0102533502504230 0.1123218014836311 0.5152723193168640 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 10 2. 0 -0.0596374906599522 0.7386772036552429 1 <_> <_>8 11 4 8 -1. <_>8 11 2 4 2. <_>10 15 2 4 2. 0 0.0217071995139122 0.4996291995048523 0.1339413970708847 <_> <_> <_>16 1 4 11 -1. <_>16 1 2 11 2. 0 9.9107045680284500e-003 0.4679012000560761 1 <_> <_>18 2 2 4 -1. <_>18 2 1 4 2. 0 -0.0109983002766967 0.6928656101226807 0.5012068152427673 <_> <_> <_>5 6 6 2 -1. <_>5 6 3 1 2. <_>8 7 3 1 2. 0 7.4608891736716032e-004 1 0.5833582282066345 <_> <_>5 4 1 3 -1. <_>5 5 1 1 3. 0 2.9539171373471618e-004 0.3826391100883484 0.5566350817680359 <_> <_> <_>11 1 4 14 -1. <_>11 1 2 14 2. 0 0.0500541292130947 1 0.3002721071243286 <_> <_>4 2 12 3 -1. <_>8 2 4 3 3. 0 -7.2330660186707973e-003 0.5908042788505554 0.5000870823860169 <_> <_> <_>5 1 4 14 -1. <_>7 1 2 14 2. 0 -2.6863380335271358e-003 0.3975034952163696 1 <_> <_>7 3 6 2 -1. <_>9 3 2 2 3. 0 -1.0195849463343620e-003 0.3697685897350311 0.5756192803382874 <_> <_> <_>2 0 18 4 -1. <_>8 0 6 4 3. 0 -0.0202049203217030 0.6375268101692200 1 <_> <_>9 5 2 10 -1. <_>9 10 2 5 2. 0 2.1340379025787115e-003 0.5363265872001648 0.4433170855045319 <_> <_> <_>8 6 3 4 -1. <_>9 6 1 4 3. 0 -1.8348889425396919e-003 0.5828999280929565 1 <_> <_>5 5 9 11 -1. <_>8 5 3 11 3. 0 -5.9489468112587929e-003 0.2680670917034149 0.4642885923385620 <_> <_> <_>10 6 3 5 -1. <_>11 6 1 5 3. 0 -2.3030120064504445e-004 0.5475320219993591 1 <_> <_>8 9 6 5 -1. <_>8 9 3 5 2. 0 5.0581009127199650e-003 0.5320833921432495 0.4646492898464203 <_> <_> <_>7 6 3 5 -1. <_>8 6 1 5 3. 0 -5.1950011402368546e-004 0.5232744812965393 1 <_> <_>6 10 6 3 -1. <_>9 10 3 3 2. 0 -6.8620947422459722e-004 0.4935086071491242 0.3103117942810059 <_> <_> <_>10 0 3 7 -1. <_>11 0 1 7 3. 0 -7.4936267919838428e-003 0.2883046865463257 1 <_> <_>0 3 20 12 -1. <_>0 9 20 6 2. 0 -0.0156829301267862 0.3640313148498535 0.5368754863739014 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 -3.2649750355631113e-003 0.6468631029129028 1 <_> <_>5 9 4 1 -1. <_>7 9 2 1 2. 0 3.8463930832222104e-004 0.5259659886360169 0.3831427991390228 <_> <_> <_>13 13 3 2 -1. <_>13 14 3 1 2. 0 4.4492390006780624e-003 1 0.2086818963289261 <_> <_>16 9 4 6 -1. <_>16 9 2 6 2. 0 0.0231183208525181 0.4978533089160919 0.5961257219314575 <_> <_> <_>7 15 6 3 -1. <_>7 16 6 1 3. 0 2.0835159812122583e-003 1 0.5746421813964844 <_> <_>6 16 7 3 -1. <_>6 17 7 1 3. 0 1.1513150529935956e-003 0.3586845099925995 0.5363473892211914 <_> <_> <_>11 14 9 6 -1. <_>11 16 9 2 3. 0 0.0361047089099884 1 0.2833136916160584 <_> <_>19 14 1 3 -1. <_>19 15 1 1 3. 0 3.6256198654882610e-004 0.5477722287178040 0.4110532104969025 <_> <_> <_>0 9 6 6 -1. <_>3 9 3 6 2. 0 -3.4635469783097506e-003 0.5990386009216309 1 <_> <_>0 19 9 1 -1. <_>3 19 3 1 3. 0 -2.8796829283237457e-003 0.5725253224372864 0.4149512052536011 <_> <_> <_>11 14 9 6 -1. <_>11 16 9 2 3. 0 -8.1119500100612640e-003 1 0.5396351814270020 <_> <_>12 12 6 6 -1. <_>12 14 6 2 3. 0 4.5932079665362835e-003 0.5379704236984253 0.3891302943229675 <_> <_> <_>1 14 8 6 -1. <_>1 16 8 2 3. 0 7.0014740340411663e-003 1 0.3714671134948731 <_> <_>8 1 3 2 -1. <_>9 1 1 2 3. 0 8.0169539432972670e-004 0.5529567003250122 0.3755804896354675 <_> <_> <_>18 2 2 4 -1. <_>18 2 1 4 2. 0 -8.6652329191565514e-003 1 0.5025773048400879 <_> <_>14 0 6 3 -1. <_>16 0 2 3 3. 0 -2.7315050829201937e-003 0.5850322246551514 0.4617573916912079 <_> <_> <_>0 2 2 4 -1. <_>1 2 1 4 2. 0 1.3301590224727988e-003 1 0.5937700867652893 <_> <_>0 0 6 3 -1. <_>2 0 2 3 3. 0 -4.2648240923881531e-003 0.5645368099212647 0.3937624990940094 <_> <_> <_>9 0 3 2 -1. <_>10 0 1 2 3. 0 6.3251499086618423e-003 0.5182105898857117 1 <_> <_>12 1 2 2 -1. <_>12 1 1 2 2. 0 -3.0753740575164557e-003 0.3007416129112244 0.5196403861045837 <_> <_> <_>8 0 3 2 -1. <_>9 0 1 2 3. 0 -7.3622138006612659e-004 0.3697580099105835 1 <_> <_>6 1 2 2 -1. <_>7 1 1 2 2. 0 3.0082479497650638e-005 0.4327593147754669 0.5715808868408203 <_> <_> <_>10 8 2 3 -1. <_>10 9 2 1 3. 0 -3.8722730241715908e-003 0.3473713099956513 1 <_> <_>13 15 6 2 -1. <_>13 16 6 1 2. 0 6.2879058532416821e-004 0.5438259243965149 0.4453906118869782 <_> <_> <_>8 12 2 2 -1. <_>8 12 1 1 2. <_>9 13 1 1 2. 0 1.3411579420790076e-003 1 0.6511713862419128 <_> <_>8 15 3 5 -1. <_>9 15 1 5 3. 0 -8.3681922405958176e-003 0.1443295031785965 0.4888199865818024 <_> <_> <_>8 6 4 12 -1. <_>8 12 4 6 2. 0 9.3305751215666533e-004 1 0.3951109051704407 <_> <_>7 6 7 8 -1. <_>7 10 7 4 2. 0 -1.0746510233730078e-003 0.3910265862941742 0.5349503755569458 <_> <_> <_>0 11 8 2 -1. <_>0 12 8 1 2. 0 -0.0186100509017706 0.1275743991136551 1 <_> <_>8 11 2 2 -1. <_>8 11 1 1 2. <_>9 12 1 1 2. 0 1.3651419430971146e-003 0.5038288831710815 0.6951304078102112 <_> <_> <_>7 7 12 1 -1. <_>11 7 4 1 3. 0 7.3744421824812889e-003 0.5253443121910095 1 <_> <_>10 8 3 2 -1. <_>11 8 1 2 3. 0 8.4163323044776917e-003 0.5011243820190430 0.7311332821846008 <_> <_> <_>1 7 12 1 -1. <_>5 7 4 1 3. 0 5.1413988694548607e-003 0.4953536093235016 1 <_> <_>6 5 8 2 -1. <_>6 5 4 1 2. <_>10 6 4 1 2. 0 4.5847031287848949e-003 0.2535555958747864 0.6462442874908447 <_> <_> <_>9 10 3 10 -1. <_>10 10 1 10 3. 0 0.0285652391612530 1 0.2330722063779831 <_> <_>16 0 2 4 -1. <_>16 0 1 4 2. 0 4.3958800961263478e-004 0.4702244102954865 0.5544549226760864 <_> <_> <_>8 10 3 10 -1. <_>9 10 1 10 3. 0 0.0314594581723213 1 0.0336896888911724 <_> <_>9 10 2 3 -1. <_>9 11 2 1 3. 0 5.6011630222201347e-003 0.4787121117115021 0.6338351964950562 <_> <_> <_>8 9 4 2 -1. <_>10 9 2 1 2. <_>8 10 2 1 2. 0 7.1835669223219156e-004 0.5431486964225769 1 <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -5.5303089320659637e-003 0.4105832874774933 0.5403990745544434 <_> <_> <_>6 1 3 1 -1. <_>7 1 1 1 3. 0 1.4129279879853129e-003 1 0.3105539977550507 <_> <_>2 0 2 4 -1. <_>3 0 1 4 2. 0 2.5530709535814822e-004 0.4254471957683563 0.5447154045104981 <_> <_> <_>11 11 2 2 -1. <_>12 11 1 1 2. <_>11 12 1 1 2. 0 3.1966410460881889e-004 1 0.6118361949920654 <_> <_>12 12 6 6 -1. <_>12 14 6 2 3. 0 5.0411392003297806e-003 0.5290042161941528 0.4224787056446075 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 7.7617880888283253e-003 0.4315345883369446 1 <_> <_>3 0 2 9 -1. <_>3 3 2 3 3. 0 2.9374631121754646e-003 0.6629263162612915 0.3028964996337891 <_> <_> <_>14 13 3 2 -1. <_>14 14 3 1 2. 0 -1.6497720498591661e-003 1 0.5491852760314941 <_> <_>15 2 3 2 -1. <_>15 3 3 1 2. 0 -5.8834417723119259e-003 0.3188554048538208 0.5184289216995239 <_> <_> <_>2 13 5 2 -1. <_>2 14 5 1 2. 0 8.7459187489002943e-004 1 0.3328830897808075 <_> <_>3 4 12 10 -1. <_>3 4 6 5 2. <_>9 9 6 5 2. 0 -0.0153087796643376 0.3923608064651489 0.5235139131546021 <_> <_> <_>5 1 14 6 -1. <_>5 3 14 2 3. 0 0.0322924517095089 1 0.5977646708488464 <_> <_>15 3 3 2 -1. <_>15 4 3 1 2. 0 -4.3842519517056644e-004 0.4541687965393066 0.5369428992271423 <_> <_> <_>7 11 2 2 -1. <_>7 11 1 1 2. <_>8 12 1 1 2. 0 1.5429529594257474e-003 1 0.6318141222000122 <_> <_>2 14 6 6 -1. <_>2 16 6 2 3. 0 -2.4733028840273619e-003 0.3490633070468903 0.4759024977684021 <_> <_> <_>6 13 8 3 -1. <_>6 14 8 1 3. 0 2.0994939841330051e-003 1 0.5887197852134705 <_> <_>1 19 18 1 -1. <_>7 19 6 1 3. 0 -5.7541108690202236e-003 0.5961331725120544 0.4841983020305634 <_> <_> <_>8 12 1 6 -1. <_>8 15 1 3 2. 0 -0.0102331303060055 0.1705404072999954 1 <_> <_>0 0 14 15 -1. <_>0 5 14 5 3. 0 0.2255450934171677 0.4779379963874817 0.0978796631097794 <_> <_> <_>3 0 16 8 -1. <_>3 4 16 4 2. 0 0.0296665597707033 1 0.5822224020957947 <_> <_>6 1 8 12 -1. <_>6 7 8 6 2. 0 -2.8518449980765581e-003 0.5459626913070679 0.4610066115856171 <_> <_> <_>5 3 3 3 -1. <_>6 3 1 3 3. 0 9.7465328872203827e-004 1 0.3670322895050049 <_> <_>5 1 3 4 -1. <_>6 1 1 4 3. 0 1.4044740055396687e-005 0.4302386045455933 0.5691710710525513 <_> <_> <_>15 14 4 6 -1. <_>17 14 2 3 2. <_>15 17 2 3 2. 0 -0.0175794307142496 0.6917321085929871 1 <_> <_>12 11 6 8 -1. <_>15 11 3 4 2. <_>12 15 3 4 2. 0 -0.0523816794157028 0.7110040187835693 0.5060154795646668 <_> <_> <_>8 7 2 4 -1. <_>9 7 1 4 2. 0 -0.0112421102821827 0.8769189119338989 1 <_> <_>6 11 3 1 -1. <_>7 11 1 1 3. 0 -3.6728400737047195e-003 0.6519191861152649 0.4546068906784058 <_> <_> <_>12 3 2 14 -1. <_>12 3 1 14 2. 0 3.5082760732620955e-003 0.5329865813255310 1 <_> <_>12 11 6 2 -1. <_>15 11 3 1 2. <_>12 12 3 1 2. 0 6.1679710634052753e-003 0.5220459103584290 0.2953518927097321 <_> <_> <_>0 2 5 2 -1. <_>0 3 5 1 2. 0 -9.7009900491684675e-004 1 0.5048633217811585 <_> <_>0 0 15 1 -1. <_>5 0 5 1 3. 0 -0.0109570100903511 0.5837358236312866 0.3020085990428925 <_> <_> <_>12 11 6 2 -1. <_>15 11 3 1 2. <_>12 12 3 1 2. 0 -8.3272513002157211e-003 0.3158063888549805 1 <_> <_>10 5 2 2 -1. <_>10 5 1 2 2. 0 2.9798380637657829e-005 0.4386389851570129 0.5443211197853088 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 2.8244039276614785e-004 1 0.5625395774841309 <_> <_>9 0 2 10 -1. <_>9 0 1 5 2. <_>10 5 1 5 2. 0 -8.1364117795601487e-004 0.5281198024749756 0.3401407897472382 <_> <_> <_>18 14 2 2 -1. <_>18 15 2 1 2. 0 1.8008040497079492e-003 1 0.3471659123897553 <_> <_>13 11 4 9 -1. <_>13 14 4 3 3. 0 -6.9944779388606548e-003 0.4481697082519531 0.5385770201683044 <_> <_> <_>8 13 2 2 -1. <_>8 13 1 1 2. <_>9 14 1 1 2. 0 4.5625398342963308e-005 0.4492512941360474 1 <_> <_>7 8 4 3 -1. <_>7 9 4 1 3. 0 -7.3189922841265798e-004 0.4167312085628510 0.6021102070808411 <_> <_> <_>8 9 4 2 -1. <_>8 10 4 1 2. 0 -2.9980219551362097e-004 0.4148428142070770 1 <_> <_>13 12 4 2 -1. <_>13 13 4 1 2. 0 -2.9060940505587496e-005 0.5592089891433716 0.4073210954666138 <_> <_> <_>6 14 2 2 -1. <_>6 14 1 1 2. <_>7 15 1 1 2. 0 -5.9742690064013004e-004 0.6088914275169373 1 <_> <_>0 14 2 2 -1. <_>0 15 2 1 2. 0 1.4831830048933625e-004 0.5298305153846741 0.3761950135231018 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -2.9441029764711857e-003 1 0.4716084897518158 <_> <_>7 9 10 6 -1. <_>7 11 10 2 3. 0 0.1374121010303497 0.5101336836814880 0.0467468015849590 <_> <_> <_>2 9 12 4 -1. <_>6 9 4 4 3. 0 -0.0884141772985458 0.1181868985295296 1 <_> <_>7 9 6 11 -1. <_>10 9 3 11 2. 0 0.0706102773547173 0.5119063258171082 0.7778441905975342 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -7.7188978902995586e-003 0.1874134987592697 1 <_> <_>9 14 4 3 -1. <_>9 15 4 1 3. 0 0.0151153998449445 0.4980027973651886 0.7005817890167236 <_> <_> <_>2 3 3 17 -1. <_>3 3 1 17 3. 0 1.0671879863366485e-003 0.4482238888740540 1 <_> <_>0 11 6 3 -1. <_>0 12 6 1 3. 0 7.0487911580130458e-004 0.6265752911567688 0.4402655065059662 47.7634506225585940 16 -1 <_> <_> <_> <_>4 3 11 9 -1. <_>4 6 11 3 3. 0 -0.0986907333135605 1 0.3999474942684174 <_> <_>0 2 6 11 -1. <_>3 2 3 11 2. 0 0.0623734183609486 0.5247784852981567 0.8193575739860535 <_> <_> <_>13 0 4 5 -1. <_>13 0 2 5 2. 0 1.9496519817039371e-003 0.3529816865921021 1 <_> <_>9 7 6 4 -1. <_>12 7 3 2 2. <_>9 9 3 2 2. 0 -8.9139147894456983e-004 0.5852727890014648 0.3245978057384491 <_> <_> <_>5 7 8 2 -1. <_>9 7 4 2 2. 0 -5.5150408297777176e-004 0.3892816901206970 1 <_> <_>1 8 15 1 -1. <_>6 8 5 1 3. 0 -1.1721949558705091e-003 0.4335052073001862 0.6520624160766602 <_> <_> <_>4 12 12 2 -1. <_>8 12 4 2 3. 0 -7.4480642797425389e-004 1 0.4041135013103485 <_> <_>13 0 4 10 -1. <_>15 0 2 5 2. <_>13 5 2 5 2. 0 -2.6264840271323919e-003 0.5624982118606567 0.3967525064945221 <_> <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 -3.9712688885629177e-004 0.3856112062931061 1 <_> <_>3 9 6 2 -1. <_>6 9 3 2 2. 0 3.5984949208796024e-003 0.5997889041900635 0.4241614043712616 <_> <_> <_>8 17 4 3 -1. <_>8 18 4 1 3. 0 5.3080618381500244e-003 1 0.6660168766975403 <_> <_>8 3 9 2 -1. <_>11 3 3 2 3. 0 9.6319877775385976e-004 0.4481379091739655 0.5583487749099731 <_> <_> <_>3 3 9 2 -1. <_>6 3 3 2 3. 0 5.0776469288393855e-004 0.3535459041595459 1 <_> <_>5 0 9 14 -1. <_>8 0 3 14 3. 0 3.6223160568624735e-003 0.3409807085990906 0.5420687794685364 <_> <_> <_>7 3 7 10 -1. <_>7 8 7 5 2. 0 -0.0620614103972912 0.1934083998203278 1 <_> <_>4 8 13 3 -1. <_>4 9 13 1 3. 0 6.4387189922854304e-004 0.4083626866340637 0.5490221977233887 <_> <_> <_>3 12 14 4 -1. <_>3 12 7 2 2. <_>10 14 7 2 2. 0 0.0262399092316628 1 0.2285708039999008 <_> <_>8 12 4 2 -1. <_>8 13 4 1 2. 0 8.1940297968685627e-004 0.4648667871952057 0.6017355918884277 <_> <_> <_>6 10 9 8 -1. <_>6 14 9 4 2. 0 2.3833119485061616e-004 1 0.3598038852214813 <_> <_>9 12 2 8 -1. <_>9 16 2 4 2. 0 -1.5869759954512119e-003 0.4259651005268097 0.5476434826850891 <_> <_> <_>8 12 3 3 -1. <_>8 13 3 1 3. 0 -6.7263417877256870e-003 0.6507238149642944 1 <_> <_>5 5 4 10 -1. <_>7 5 2 10 2. 0 0.0110061103478074 0.5149409770965576 0.3362984955310822 <_> <_> <_>14 15 3 3 -1. <_>14 16 3 1 3. 0 7.1445819921791553e-003 1 0.2672930061817169 <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -4.7233798541128635e-003 0.5652182102203369 0.4298144876956940 <_> <_> <_>3 15 3 3 -1. <_>3 16 3 1 3. 0 9.8437406122684479e-003 1 0.1151885986328125 <_> <_>3 9 4 2 -1. <_>3 9 2 1 2. <_>5 10 2 1 2. 0 1.5124640412977897e-005 0.4373598098754883 0.5612128973007202 <_> <_> <_>0 11 20 4 -1. <_>10 11 10 2 2. <_>0 13 10 2 2. 0 0.0399088710546494 0.5204648971557617 1 <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 5.3903679363429546e-003 0.4813467860221863 0.6361209154129028 <_> <_> <_>0 11 20 4 -1. <_>0 11 10 2 2. <_>10 13 10 2 2. 0 -0.0399088710546494 0.1506870985031128 1 <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 5.3903679363429546e-003 0.4581694900989533 0.6200240850448608 <_> <_> <_>10 13 1 6 -1. <_>10 16 1 3 2. 0 6.7005190066993237e-003 1 0.3432235121726990 <_> <_>2 1 18 2 -1. <_>11 1 9 1 2. <_>2 2 9 1 2. 0 -0.0126237897202373 0.3088226914405823 0.5226737856864929 <_> <_> <_>8 14 3 3 -1. <_>8 15 3 1 3. 0 0.0118066100403667 1 0.7187939286231995 <_> <_>4 1 6 1 -1. <_>6 1 2 1 3. 0 -3.4257229417562485e-003 0.3120814859867096 0.5065844058990479 <_> <_> <_>11 13 1 3 -1. <_>11 14 1 1 3. 0 3.9385299896821380e-004 0.4754584133625031 1 <_> <_>13 5 2 12 -1. <_>13 11 2 6 2. 0 0.0343881882727146 0.5261657834053040 0.3350174129009247 <_> <_> <_>1 14 18 6 -1. <_>1 16 18 2 3. 0 -0.0750099867582321 0.1713480949401856 1 <_> <_>8 13 1 3 -1. <_>8 14 1 1 3. 0 4.9022492021322250e-004 0.4725801944732666 0.5956469178199768 <_> <_> <_>7 13 6 3 -1. <_>7 14 6 1 3. 0 -8.5525289177894592e-003 0.6558222770690918 1 <_> <_>9 10 3 2 -1. <_>9 11 3 1 2. 0 1.3135520566720515e-004 0.4835400879383087 0.5586913824081421 <_> <_> <_>5 1 3 3 -1. <_>6 1 1 3 3. 0 4.7948658466339111e-003 1 0.2645705938339233 <_> <_>5 5 6 5 -1. <_>8 5 3 5 2. 0 2.0124691072851419e-003 0.3657945096492767 0.5124772191047669 <_> <_> <_>7 5 6 14 -1. <_>7 12 6 7 2. 0 -0.1178547963500023 0.2385654002428055 1 <_> <_>7 16 6 2 -1. <_>9 16 2 2 3. 0 1.5575019642710686e-003 0.5490474104881287 0.4274747967720032 <_> <_> <_>0 2 2 12 -1. <_>1 2 1 12 2. 0 -0.0155737595632672 0.6938900947570801 1 <_> <_>1 0 5 3 -1. <_>1 1 5 1 3. 0 -2.1854790393263102e-003 0.3645988106727600 0.5092526078224182 <_> <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 2.9272339306771755e-003 0.4685808122158051 1 <_> <_>12 6 3 3 -1. <_>12 7 3 1 3. 0 6.4663668163120747e-003 0.4973410069942474 0.7726097106933594 <_> <_> <_>5 4 3 3 -1. <_>5 5 3 1 3. 0 -7.6140360906720161e-003 0.6877465844154358 1 <_> <_>5 6 3 3 -1. <_>5 7 3 1 3. 0 4.1512572206556797e-003 0.4788525104522705 0.6921657919883728 <_> <_> <_>8 12 4 8 -1. <_>10 12 2 4 2. <_>8 16 2 4 2. 0 2.7711640577763319e-003 0.5481839776039124 1 <_> <_>2 17 18 2 -1. <_>11 17 9 1 2. <_>2 18 9 1 2. 0 -0.0128361098468304 0.3800162971019745 0.5204492807388306 <_> <_> <_>9 3 2 2 -1. <_>9 4 2 1 2. 0 -2.4380050599575043e-003 0.2582435011863709 1 <_> <_>8 5 4 6 -1. <_>8 7 4 2 3. 0 2.1713329479098320e-003 0.4961163103580475 0.3215202987194061 <_> <_> <_>9 0 8 6 -1. <_>9 2 8 2 3. 0 6.2800728483125567e-004 1 0.5460423827171326 <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -9.7982389852404594e-003 0.6046543717384338 0.4939922094345093 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 7.3543828912079334e-003 1 0.5291094183921814 <_> <_>0 4 6 9 -1. <_>2 4 2 9 3. 0 -0.0146650401875377 0.5446122884750366 0.3567362129688263 <_> <_> <_>1 4 18 2 -1. <_>7 4 6 2 3. 0 0.0302445106208324 0.5518329143524170 1 <_> <_>8 16 12 4 -1. <_>14 16 6 2 2. <_>8 18 6 2 2. 0 -0.0566602088510990 0.6930978894233704 0.5093387961387634 <_> <_> <_>0 0 18 2 -1. <_>0 0 9 1 2. <_>9 1 9 1 2. 0 -5.6967479176819324e-003 0.3201526105403900 1 <_> <_>3 0 3 18 -1. <_>4 0 1 18 3. 0 0.0308067705482244 0.4989246129989624 0.2277054041624069 <_> <_> <_>14 9 4 7 -1. <_>14 9 2 7 2. 0 2.2748769260942936e-003 0.4810931086540222 1 <_> <_>15 14 2 2 -1. <_>15 15 2 1 2. 0 2.0436900667846203e-003 0.5283867120742798 0.3255924880504608 <_> <_> <_>2 9 4 7 -1. <_>4 9 2 7 2. 0 -8.6277956143021584e-003 0.6266536116600037 1 <_> <_>3 14 2 2 -1. <_>3 15 2 1 2. 0 6.5113382879644632e-004 0.5097137093544006 0.3191910088062286 <_> <_> <_>11 0 6 6 -1. <_>11 2 6 2 3. 0 8.8188261725008488e-004 0.4549585878849030 1 <_> <_>14 0 2 6 -1. <_>15 0 1 3 2. <_>14 3 1 3 2. 0 -0.0145949097350240 0.2645038962364197 0.5153868198394775 <_> <_> <_>7 11 2 2 -1. <_>7 11 1 1 2. <_>8 12 1 1 2. 0 -1.2304580304771662e-003 0.6197584867477417 1 <_> <_>7 10 2 2 -1. <_>8 10 1 2 2. 0 -2.1867299801670015e-004 0.5469198822975159 0.4206855893135071 <_> <_> <_>9 14 2 6 -1. <_>9 17 2 3 2. 0 -1.0909959673881531e-003 0.4140760004520416 1 <_> <_>12 18 4 2 -1. <_>12 19 4 1 2. 0 3.5210378700867295e-004 0.5476608872413635 0.4155021011829376 <_> <_> <_>8 17 4 3 -1. <_>8 18 4 1 3. 0 -7.2563779540359974e-003 0.7160469293594360 1 <_> <_>2 18 8 2 -1. <_>2 19 8 1 2. 0 1.4701850013807416e-003 0.5240808129310608 0.3729662895202637 <_> <_> <_>2 9 16 3 -1. <_>2 10 16 1 3. 0 1.1472719779703766e-004 0.4033798873424530 1 <_> <_>9 9 2 2 -1. <_>9 10 2 1 2. 0 3.0506469774991274e-003 0.5263985991477966 0.3560093045234680 <_> <_> <_>5 14 2 4 -1. <_>5 14 1 2 2. <_>6 16 1 2 2. 0 2.6269949739798903e-004 0.4569799900054932 1 <_> <_>8 9 4 2 -1. <_>8 9 2 1 2. <_>10 10 2 1 2. 0 -3.6365550477057695e-003 0.3042570948600769 0.5868253707885742 <_> <_> <_>9 5 2 5 -1. <_>9 5 1 5 2. 0 -8.4893293678760529e-003 1 0.4914157092571259 <_> <_>9 9 3 2 -1. <_>10 9 1 2 3. 0 5.8107408694922924e-003 0.4918529987335205 0.6266962885856628 <_> <_> <_>8 9 3 2 -1. <_>9 9 1 2 3. 0 7.5583951547741890e-004 1 0.5633236169815064 <_> <_>8 8 3 6 -1. <_>9 8 1 6 3. 0 -2.2017690353095531e-003 0.5553916096687317 0.3827646076679230 <_> <_> <_>8 12 4 8 -1. <_>10 12 2 4 2. <_>8 16 2 4 2. 0 2.7908938936889172e-003 0.5498697757720947 1 <_> <_>2 17 16 2 -1. <_>10 17 8 1 2. <_>2 18 8 1 2. 0 -1.8228569533675909e-003 0.4382283091545105 0.5424032807350159 <_> <_> <_>8 12 3 8 -1. <_>9 12 1 8 3. 0 -7.2495508939027786e-003 0.2888121902942658 1 <_> <_>3 10 1 3 -1. <_>3 11 1 1 3. 0 -6.8744522286579013e-004 0.3472655117511749 0.5076370835304260 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 2.5174440816044807e-003 0.4661205112934113 1 <_> <_>14 13 3 6 -1. <_>14 15 3 2 3. 0 -0.0101513797417283 0.3744775056838989 0.5294001102447510 <_> <_> <_>1 19 18 1 -1. <_>7 19 6 1 3. 0 -4.1399952024221420e-003 1 0.4660485088825226 <_> <_>2 10 15 2 -1. <_>7 10 5 2 3. 0 -4.7078551724553108e-003 0.4175061881542206 0.6916306018829346 <_> <_> <_>4 17 16 3 -1. <_>4 18 16 1 3. 0 0.0419810414314270 1 0.2018215060234070 <_> <_>8 6 4 9 -1. <_>8 9 4 3 3. 0 -0.0142729999497533 0.7511197924613953 0.5032083988189697 <_> <_> <_>9 16 2 4 -1. <_>9 16 1 2 2. <_>10 18 1 2 2. 0 4.0869521908462048e-003 1 0.2504513859748840 <_> <_>5 5 10 8 -1. <_>5 9 10 4 2. 0 1.7606799956411123e-003 0.3301401138305664 0.5218337178230286 <_> <_> <_>13 1 4 2 -1. <_>13 1 2 2 2. 0 1.2550549581646919e-004 0.4614442884922028 1 <_> <_>14 0 3 6 -1. <_>14 2 3 2 3. 0 -2.9503209516406059e-003 0.4619950056076050 0.5247030258178711 <_> <_> <_>6 7 2 2 -1. <_>6 7 1 1 2. <_>7 8 1 1 2. 0 -1.1312420247122645e-003 0.6314368247985840 1 <_> <_>7 1 6 1 -1. <_>9 1 2 1 3. 0 -1.6983180539682508e-003 0.3401306867599487 0.5055527091026306 <_> <_> <_>9 11 3 3 -1. <_>9 12 3 1 3. 0 -0.0114578204229474 1 0.4939996004104614 <_> <_>12 9 3 3 -1. <_>13 9 1 3 3. 0 -8.4962565451860428e-003 0.2965450882911682 0.5194367766380310 <_> <_> <_>8 11 3 3 -1. <_>8 12 3 1 3. 0 0.0119190895929933 1 0.7886998057365418 <_> <_>5 9 3 3 -1. <_>6 9 1 3 3. 0 6.4416420646011829e-003 0.5106986761093140 0.2967146039009094 <_> <_> <_>10 11 1 3 -1. <_>10 12 1 1 3. 0 -8.7857811013236642e-004 0.5714371204376221 1 <_> <_>7 9 6 4 -1. <_>10 9 3 2 2. <_>7 11 3 2 2. 0 -2.0312711130827665e-003 0.4481200873851776 0.5384911894798279 <_> <_> <_>4 7 2 2 -1. <_>4 7 1 1 2. <_>5 8 1 1 2. 0 -1.5262430533766747e-003 0.6193568706512451 1 <_> <_>5 7 3 1 -1. <_>6 7 1 1 3. 0 4.2860880494117737e-003 0.4339885115623474 0.7697299122810364 <_> <_> <_>18 3 2 3 -1. <_>18 4 2 1 3. 0 3.5010920837521553e-003 1 0.3171389102935791 <_> <_>13 1 4 2 -1. <_>13 1 2 2 2. 0 0.0125876702368259 0.5246698856353760 0.4241208136081696 <_> <_> <_>3 1 4 2 -1. <_>5 1 2 2 2. 0 2.6207490009255707e-004 0.4231899976730347 1 <_> <_>3 0 5 2 -1. <_>3 1 5 1 2. 0 4.4701730075757951e-005 0.4174138903617859 0.5919603705406189 <_> <_> <_>14 7 6 4 -1. <_>17 7 3 2 2. <_>14 9 3 2 2. 0 7.8084698179736733e-004 0.4277389049530029 1 <_> <_>4 8 16 2 -1. <_>4 9 16 1 2. 0 8.8851212058216333e-004 0.3720161020755768 0.5226818919181824 <_> <_> <_>2 11 5 6 -1. <_>2 13 5 2 3. 0 2.3369069676846266e-003 0.5478066802024841 1 <_> <_>5 16 2 4 -1. <_>5 16 1 2 2. <_>6 18 1 2 2. 0 1.6688359901309013e-003 0.3628678917884827 0.6150004863739014 <_> <_> <_>15 6 2 12 -1. <_>16 6 1 6 2. <_>15 12 1 6 2. 0 3.0844469438306987e-004 0.4747075140476227 1 <_> <_>13 3 6 16 -1. <_>15 3 2 16 3. 0 3.4617560449987650e-003 0.4580138027667999 0.5585681796073914 <_> <_> <_>4 5 12 12 -1. <_>4 5 6 6 2. <_>10 11 6 6 2. 0 0.0189613103866577 0.5298801064491272 1 <_> <_>5 1 10 13 -1. <_>10 1 5 13 2. 0 0.1734731048345566 0.3698385059833527 0.8498619794845581 <_> <_> <_>11 5 2 2 -1. <_>12 5 1 1 2. <_>11 6 1 1 2. 0 2.0020549709443003e-004 1 0.5565661787986755 <_> <_>13 5 1 3 -1. <_>13 6 1 1 3. 0 1.0967060225084424e-003 0.4795713126659393 0.6286259889602661 <_> <_> <_>7 4 2 4 -1. <_>7 4 1 2 2. <_>8 6 1 2 2. 0 1.5107099898159504e-004 0.4052405953407288 1 <_> <_>7 5 6 4 -1. <_>10 5 3 4 2. 0 -3.4463501069694757e-003 0.6173015236854553 0.4414263963699341 <_> <_> <_>12 4 4 6 -1. <_>14 4 2 3 2. <_>12 7 2 3 2. 0 8.5176620632410049e-003 1 0.3570570945739746 <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 -0.0358121097087860 0.3151328861713409 0.5252702832221985 <_> <_> <_>5 6 6 6 -1. <_>7 6 2 6 3. 0 -0.0211554002016783 0.6124721169471741 1 <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 8.9890940580517054e-004 0.5169975757598877 0.3596271872520447 <_> <_> <_>15 6 2 2 -1. <_>16 6 1 1 2. <_>15 7 1 1 2. 0 -1.5613760333508253e-003 1 0.4914987981319428 <_> <_>14 7 4 4 -1. <_>16 7 2 2 2. <_>14 9 2 2 2. 0 6.7120860330760479e-004 0.4546211063861847 0.5395811796188355 <_> <_> <_>5 5 6 2 -1. <_>7 5 2 2 3. 0 -0.0215970296412706 0.1903133988380432 1 <_> <_>1 19 18 1 -1. <_>7 19 6 1 3. 0 -0.0249472297728062 0.6974077224731445 0.4967716038227081 <_> <_> <_>12 3 3 3 -1. <_>12 4 3 1 3. 0 1.8725979607552290e-003 0.4748947918415070 1 <_> <_>16 0 2 3 -1. <_>16 1 2 1 3. 0 6.3912719488143921e-003 0.5180178284645081 0.2924321889877319 <_> <_> <_>5 3 3 3 -1. <_>5 4 3 1 3. 0 -9.1552399098873138e-003 0.7665870189666748 1 <_> <_>2 0 2 3 -1. <_>2 1 2 1 3. 0 2.1715660113841295e-003 0.5215551257133484 0.3365719020366669 <_> <_> <_>15 6 2 2 -1. <_>16 6 1 1 2. <_>15 7 1 1 2. 0 1.2330369791015983e-003 1 0.6260957717895508 <_> <_>10 13 1 6 -1. <_>10 16 1 3 2. 0 -4.0785901364870369e-004 0.4533509910106659 0.5386489033699036 <_> <_> <_>0 7 10 2 -1. <_>0 7 5 1 2. <_>5 8 5 1 2. 0 4.6437609125860035e-004 0.4103496074676514 1 <_> <_>3 10 6 2 -1. <_>3 11 6 1 2. 0 -1.1600199650274590e-004 0.5830391049385071 0.4304105937480927 <_> <_> <_>12 18 4 2 -1. <_>12 19 4 1 2. 0 -0.0127187203615904 0.2132582962512970 1 <_> <_>12 18 2 2 -1. <_>13 18 1 1 2. <_>12 19 1 1 2. 0 8.9431880041956902e-005 0.4872891008853912 0.5458915233612061 <_> <_> <_>6 19 2 1 -1. <_>7 19 1 1 2. 0 -3.3913689549081028e-004 0.3974364995956421 1 <_> <_>0 4 2 16 -1. <_>0 4 1 8 2. <_>1 12 1 8 2. 0 -0.0180263407528400 0.7568550705909729 0.5045611858367920 <_> <_> <_>16 1 4 9 -1. <_>16 4 4 3 3. 0 6.9179181009531021e-003 1 0.3966299891471863 <_> <_>10 2 1 2 -1. <_>10 3 1 1 2. 0 -1.1839679791592062e-004 0.4198082983493805 0.5435804128646851 <_> <_> <_>4 14 4 6 -1. <_>4 14 2 3 2. <_>6 17 2 3 2. 0 -3.9474181830883026e-003 0.6369457840919495 1 <_> <_>4 15 1 4 -1. <_>4 17 1 2 2. 0 6.0050919273635373e-005 0.5269566774368286 0.3812243044376373 <_> <_> <_>0 2 20 4 -1. <_>10 2 10 2 2. <_>0 4 10 2 2. 0 9.1423643752932549e-003 1 0.4156762957572937 <_> <_>14 5 2 8 -1. <_>14 9 2 4 2. 0 2.1305440168362111e-004 0.3523533046245575 0.5349454283714294 <_> <_> <_>5 12 4 5 -1. <_>7 12 2 5 2. 0 -2.0855850016232580e-004 1 0.4403322041034699 <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 1.3130389852449298e-003 0.6058161258697510 0.4468218982219696 <_> <_> <_>9 14 11 3 -1. <_>9 15 11 1 3. 0 -2.9134768992662430e-003 1 0.4825705885887146 <_> <_>7 14 7 3 -1. <_>7 15 7 1 3. 0 2.9645769391208887e-003 0.4835998117923737 0.6039277911186218 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 1.7772549763321877e-003 1 0.6871827244758606 <_> <_>6 7 2 7 -1. <_>7 7 1 7 2. 0 -7.7136349864304066e-003 0.2842220962047577 0.5145428180694580 <_> <_> <_>14 5 1 3 -1. <_>14 6 1 1 3. 0 5.1027478184551001e-004 1 0.6024426221847534 <_> <_>13 4 4 3 -1. <_>13 5 4 1 3. 0 1.7460630042478442e-003 0.4756610095500946 0.5721154212951660 <_> <_> <_>2 7 4 4 -1. <_>2 7 2 2 2. <_>4 9 2 2 2. 0 3.8068278809078038e-004 1 0.4931069016456604 <_> <_>2 9 13 6 -1. <_>2 12 13 3 2. 0 2.8228890150785446e-003 0.3311698138713837 0.6227598190307617 <_> <_> <_>10 1 3 4 -1. <_>11 1 1 4 3. 0 -5.3000478073954582e-003 1 0.5232092738151550 <_> <_>9 8 5 2 -1. <_>9 9 5 1 2. 0 4.4951299059903249e-005 0.3995231986045837 0.5314797759056091 <_> <_> <_>0 14 11 3 -1. <_>0 15 11 1 3. 0 3.2752458937466145e-003 0.4481619894504547 1 <_> <_>8 11 2 8 -1. <_>8 15 2 4 2. 0 -2.8162579983472824e-003 0.3907971978187561 0.6671640872955322 <_> <_> <_>5 11 10 6 -1. <_>5 14 10 3 2. 0 1.4112279750406742e-003 0.5357010960578919 1 <_> <_>5 13 15 5 -1. <_>10 13 5 5 3. 0 8.3062034100294113e-003 0.4770965874195099 0.5570099949836731 <_> <_> <_>8 10 1 10 -1. <_>8 15 1 5 2. 0 2.2164839319884777e-003 0.4947124123573303 1 <_> <_>4 14 6 2 -1. <_>6 14 2 2 3. 0 -4.9868631176650524e-003 0.5241307020187378 0.2512654960155487 <_> <_> <_>7 14 7 3 -1. <_>7 15 7 1 3. 0 -3.6664260551333427e-003 1 0.4619553983211517 <_> <_>7 16 9 3 -1. <_>7 17 9 1 3. 0 -0.0105812298133969 0.6301718950271606 0.4973031878471375 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 7.3366491124033928e-003 1 0.2870970070362091 <_> <_>3 5 1 6 -1. <_>3 8 1 3 2. 0 -3.9318940252996981e-004 0.4252805113792419 0.5579246878623962 <_> <_> <_>6 5 11 2 -1. <_>6 6 11 1 2. 0 -8.1375334411859512e-003 0.5747315883636475 1 <_> <_>9 0 3 2 -1. <_>10 0 1 2 3. 0 2.4809150490909815e-003 0.5203374028205872 0.3903566896915436 <_> <_> <_>5 5 1 3 -1. <_>5 6 1 1 3. 0 8.8749779388308525e-004 1 0.5534321069717407 <_> <_>8 7 3 2 -1. <_>9 7 1 2 3. 0 -4.2194919660687447e-004 0.5338044166564941 0.3925840854644775 <_> <_> <_>5 2 10 6 -1. <_>10 2 5 3 2. <_>5 5 5 3 2. 0 -7.9790111631155014e-003 0.4144316017627716 1 <_> <_>8 4 6 4 -1. <_>8 4 3 4 2. 0 1.1439629597589374e-003 0.4701372981071472 0.5281736254692078 <_> <_> <_>8 16 3 4 -1. <_>9 16 1 4 3. 0 7.5542130507528782e-003 1 0.2527256011962891 <_> <_>9 13 2 6 -1. <_>9 13 1 3 2. <_>10 16 1 3 2. 0 1.0288399644196033e-003 0.5605146288871765 0.4297856092453003 <_> <_> <_>9 8 3 1 -1. <_>10 8 1 1 3. 0 -1.7234670231118798e-003 1 0.4839682877063751 <_> <_>2 5 18 15 -1. <_>2 10 18 5 3. 0 0.5758669972419739 0.5110502839088440 0.0804893299937248 44.2512817382812500 17 -1 <_> <_> <_> <_>1 3 6 2 -1. <_>4 3 3 2 2. 0 6.6640521399676800e-003 0.3828920125961304 1 <_> <_>7 6 6 2 -1. <_>9 6 2 2 3. 0 8.9905522763729095e-003 0.4858429133892059 0.7354959249496460 <_> <_> <_>8 17 4 3 -1. <_>8 18 4 1 3. 0 5.7154200039803982e-003 1 0.6723223924636841 <_> <_>10 13 2 3 -1. <_>10 14 2 1 3. 0 1.1257929727435112e-003 0.4429577887058258 0.6070777773857117 <_> <_> <_>0 10 20 4 -1. <_>0 12 20 2 2. 0 -9.1789010912179947e-004 1 0.3076345026493073 <_> <_>5 7 6 4 -1. <_>5 7 3 2 2. <_>8 9 3 2 2. 0 -1.0492859873920679e-003 0.5593643784523010 0.3651022911071777 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 3.5453929740469903e-005 0.4277968108654022 1 <_> <_>10 10 2 3 -1. <_>10 11 2 1 3. 0 2.9015709878876805e-004 0.4583545029163361 0.5284683108329773 <_> <_> <_>9 5 2 2 -1. <_>9 6 2 1 2. 0 1.6071660502348095e-004 1 0.3798192143440247 <_> <_>4 4 1 10 -1. <_>4 9 1 5 2. 0 -5.2961107576265931e-004 0.3850437104701996 0.5939688086509705 <_> <_> <_>11 18 4 2 -1. <_>11 18 2 2 2. 0 2.6682569296099246e-004 0.4123024940490723 1 <_> <_>12 18 3 2 -1. <_>12 19 3 1 2. 0 -1.3492540165316314e-004 0.5760599970817566 0.4237645864486694 <_> <_> <_>0 6 16 6 -1. <_>0 6 8 3 2. <_>8 9 8 3 2. 0 -0.0108416797593236 0.3929921090602875 1 <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 0.0120778298005462 0.5761923193931580 0.2780444920063019 <_> <_> <_>11 18 4 2 -1. <_>11 18 2 2 2. 0 2.2128869313746691e-003 0.4794507026672363 1 <_> <_>12 18 3 2 -1. <_>12 19 3 1 2. 0 -0.0152661902830005 0.0740558803081512 0.5153577923774719 <_> <_> <_>8 12 1 2 -1. <_>8 13 1 1 2. 0 6.7929533543065190e-005 1 0.5858737826347351 <_> <_>8 13 1 3 -1. <_>8 14 1 1 3. 0 1.7633590323384851e-004 0.3567610979080200 0.5598962903022766 <_> <_> <_>11 18 4 2 -1. <_>11 18 2 2 2. 0 8.1311381654813886e-004 1 0.5346850752830505 <_> <_>14 12 4 6 -1. <_>14 12 2 6 2. 0 3.2630451023578644e-003 0.4782536923885346 0.5456753969192505 <_> <_> <_>6 0 3 4 -1. <_>7 0 1 4 3. 0 -3.9503918960690498e-003 0.2831811904907227 1 <_> <_>4 0 2 8 -1. <_>4 0 1 4 2. <_>5 4 1 4 2. 0 -3.9864578866399825e-004 0.5485215783119202 0.4159697890281677 <_> <_> <_>11 17 9 3 -1. <_>14 17 3 3 3. 0 -0.0114325201138854 0.5639101266860962 1 <_> <_>16 2 4 5 -1. <_>16 2 2 5 2. 0 5.3339172154664993e-003 0.4596984088420868 0.5931242704391480 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 8.3193257451057434e-003 1 0.3230620026588440 <_> <_>7 2 3 2 -1. <_>8 2 1 2 3. 0 -4.2479918920435011e-004 0.3795293867588043 0.5408611297607422 <_> <_> <_>11 17 9 3 -1. <_>14 17 3 3 3. 0 -0.1118943020701408 0.1132297962903976 1 <_> <_>16 2 4 5 -1. <_>16 2 2 5 2. 0 -7.5553781352937222e-003 0.6339370012283325 0.4838770925998688 <_> <_> <_>0 17 9 3 -1. <_>3 17 3 3 3. 0 -7.0337029173970222e-003 0.5665255188941956 1 <_> <_>0 2 4 5 -1. <_>2 2 2 5 2. 0 -0.0148336803540587 0.6751418113708496 0.4140945076942444 <_> <_> <_>5 11 10 9 -1. <_>5 14 10 3 3. 0 8.7506724521517754e-003 1 0.3561258912086487 <_> <_>9 6 3 3 -1. <_>9 7 3 1 3. 0 1.6645010327920318e-003 0.5347279906272888 0.3649779856204987 <_> <_> <_>3 17 5 3 -1. <_>3 18 5 1 3. 0 9.4900820404291153e-003 1 0.2754656076431274 <_> <_>7 5 4 7 -1. <_>9 5 2 7 2. 0 1.1133110383525491e-003 0.4225992858409882 0.5629178881645203 <_> <_> <_>9 8 2 5 -1. <_>9 8 1 5 2. 0 9.4940755516290665e-003 0.4906036853790283 1 <_> <_>2 2 18 2 -1. <_>2 3 18 1 2. 0 -1.5396620146930218e-003 0.4007051885128021 0.5380709171295166 <_> <_> <_>2 8 15 6 -1. <_>7 8 5 6 3. 0 0.1343495994806290 1 0.2214671969413757 <_> <_>9 8 2 5 -1. <_>10 8 1 5 2. 0 -9.4940755516290665e-003 0.7353156208992004 0.5005033016204834 <_> <_> <_>12 10 4 6 -1. <_>12 12 4 2 3. 0 0.0200117900967598 1 0.3327906131744385 <_> <_>14 3 6 2 -1. <_>14 4 6 1 2. 0 -1.8875009845942259e-003 0.3915289044380188 0.5401849746704102 <_> <_> <_>5 5 2 3 -1. <_>5 6 2 1 3. 0 7.1842782199382782e-003 1 0.7176604866981506 <_> <_>4 6 3 3 -1. <_>4 7 3 1 3. 0 1.6976969782263041e-003 0.4526978135108948 0.6076912879943848 <_> <_> <_>14 12 3 3 -1. <_>14 13 3 1 3. 0 4.9219978973269463e-003 1 0.2569833993911743 <_> <_>6 12 11 3 -1. <_>6 13 11 1 3. 0 0.0118031995370984 0.4999637901782990 0.5958228111267090 <_> <_> <_>1 2 3 6 -1. <_>1 4 3 2 3. 0 -9.7703449428081512e-003 0.3459093868732452 1 <_> <_>1 0 4 7 -1. <_>3 0 2 7 2. 0 2.1174899302423000e-003 0.4515126943588257 0.5829715728759766 <_> <_> <_>9 8 3 4 -1. <_>10 8 1 4 3. 0 9.4801411032676697e-003 0.4807392060756683 1 <_> <_>10 9 2 2 -1. <_>10 10 2 1 2. 0 -2.6078789960592985e-003 0.3462216854095459 0.5201594829559326 <_> <_> <_>8 8 3 4 -1. <_>9 8 1 4 3. 0 -5.7252747938036919e-003 0.6599853038787842 1 <_> <_>4 4 10 10 -1. <_>4 9 10 5 2. 0 -8.2325618714094162e-003 0.2821828126907349 0.5125284790992737 <_> <_> <_>9 10 3 2 -1. <_>10 10 1 2 3. 0 8.9571950957179070e-004 0.4883818924427033 1 <_> <_>9 10 3 2 -1. <_>9 11 3 1 2. 0 -1.5021569561213255e-004 0.4829918146133423 0.5428717136383057 <_> <_> <_>8 10 3 2 -1. <_>9 10 1 2 3. 0 4.8489659093320370e-004 0.4434598982334137 1 <_> <_>2 4 14 12 -1. <_>2 4 7 6 2. <_>9 10 7 6 2. 0 -0.0961926504969597 0.2256636023521423 0.5956227779388428 <_> <_> <_>10 12 1 6 -1. <_>10 15 1 3 2. 0 -1.1053519556298852e-003 0.4527224004268646 1 <_> <_>7 3 8 16 -1. <_>11 3 4 8 2. <_>7 11 4 8 2. 0 -0.1021504029631615 0.2844349145889282 0.5186452865600586 <_> <_> <_>5 6 8 10 -1. <_>5 6 4 5 2. <_>9 11 4 5 2. 0 3.0147889629006386e-003 1 0.3808999061584473 <_> <_>6 2 8 8 -1. <_>6 2 4 4 2. <_>10 6 4 4 2. 0 7.6131648384034634e-003 0.5718699097633362 0.4262563884258270 <_> <_> <_>10 5 4 2 -1. <_>12 5 2 1 2. <_>10 6 2 1 2. 0 1.5197630273178220e-003 1 0.5942718982696533 <_> <_>12 4 3 3 -1. <_>12 5 3 1 3. 0 -0.0141972796991467 0.7731103897094727 0.4997653961181641 <_> <_> <_>4 19 12 1 -1. <_>8 19 4 1 3. 0 -0.0138188796117902 0.6681138277053833 1 <_> <_>8 2 3 1 -1. <_>9 2 1 1 3. 0 -5.0701329018920660e-004 0.3305608034133911 0.4749974906444550 <_> <_> <_>13 17 4 3 -1. <_>13 18 4 1 3. 0 -9.3537531793117523e-003 0.2860932946205139 1 <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 -9.4771059229969978e-003 0.6188883185386658 0.4842100143432617 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 1.6923650400713086e-003 1 0.6070249080657959 <_> <_>7 15 6 3 -1. <_>7 16 6 1 3. 0 5.8652542065829039e-004 0.3782689869403839 0.5368196964263916 <_> <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 -2.5826620403677225e-003 0.3690209984779358 1 <_> <_>14 12 2 3 -1. <_>14 13 2 1 3. 0 -2.7307639829814434e-003 0.3857114911079407 0.5318108797073364 <_> <_> <_>4 10 4 6 -1. <_>4 12 4 2 3. 0 0.0218715704977512 1 0.2327008992433548 <_> <_>4 13 3 2 -1. <_>4 14 3 1 2. 0 -1.5010299648565706e-005 0.5560722947120667 0.4301410019397736 <_> <_> <_>9 16 2 3 -1. <_>9 17 2 1 3. 0 5.3583700209856033e-003 1 0.6767637729644775 <_> <_>10 18 3 2 -1. <_>11 18 1 2 3. 0 5.0057549960911274e-003 0.5194904208183289 0.3612853884696960 <_> <_> <_>7 18 3 2 -1. <_>8 18 1 2 3. 0 -1.9030070398002863e-003 0.3237845003604889 1 <_> <_>1 10 4 2 -1. <_>1 11 4 1 2. 0 -7.8506693243980408e-003 0.1194851994514465 0.4991723895072937 <_> <_> <_>12 4 6 3 -1. <_>12 5 6 1 3. 0 -2.7093670796602964e-003 1 0.4854960143566132 <_> <_>14 4 1 3 -1. <_>14 5 1 1 3. 0 1.4138079714030027e-003 0.4872322976589203 0.5903577804565430 <_> <_> <_>2 4 6 3 -1. <_>2 5 6 1 3. 0 9.0300198644399643e-003 1 0.6547315716743469 <_> <_>5 4 1 3 -1. <_>5 5 1 1 3. 0 -9.7925681620836258e-004 0.5849273204803467 0.4554230868816376 <_> <_> <_>14 12 3 3 -1. <_>14 13 3 1 3. 0 1.3984439428895712e-003 1 0.4064626097679138 <_> <_>15 12 2 3 -1. <_>15 13 2 1 3. 0 8.3372107474133372e-004 0.5399543046951294 0.4152809977531433 <_> <_> <_>3 16 4 3 -1. <_>3 17 4 1 3. 0 0.0105510596185923 1 0.1796680986881256 <_> <_>8 0 4 2 -1. <_>8 1 4 1 2. 0 8.8344102550763637e-005 0.4251863062381744 0.5413522720336914 <_> <_> <_>0 0 20 1 -1. <_>0 0 10 1 2. 0 -0.0410223081707954 1 0.5228124856948853 <_> <_>9 7 3 4 -1. <_>10 7 1 4 3. 0 7.5065628625452518e-003 0.4853743016719818 0.6093444228172302 <_> <_> <_>0 0 20 1 -1. <_>10 0 10 1 2. 0 0.0410223081707954 1 0.2205024063587189 <_> <_>8 7 3 4 -1. <_>9 7 1 4 3. 0 -5.3961377125233412e-004 0.5692731738090515 0.4468756914138794 <_> <_> <_>1 6 19 3 -1. <_>1 7 19 1 3. 0 -0.0686960369348526 0.1483314037322998 1 <_> <_>12 7 4 2 -1. <_>12 8 4 1 2. 0 -1.8447940237820148e-003 0.6211283802986145 0.4966601133346558 <_> <_> <_>7 8 3 3 -1. <_>7 9 3 1 3. 0 -6.0959919355809689e-003 0.2294671982526779 1 <_> <_>7 7 3 3 -1. <_>8 7 1 3 3. 0 -4.2068301700055599e-003 0.6407091021537781 0.4748562872409821 <_> <_> <_>2 9 16 3 -1. <_>2 10 16 1 3. 0 -7.1332789957523346e-004 1 0.5354936122894287 <_> <_>9 4 2 12 -1. <_>9 8 2 4 3. 0 0.1175677999854088 0.5136978030204773 0.0105957398191094 <_> <_> <_>7 3 2 5 -1. <_>8 3 1 5 2. 0 5.9354289987822995e-005 0.3711803853511810 1 <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 -6.3173691742122173e-003 0.1712073981761932 0.5061758160591126 <_> <_> <_>9 14 4 3 -1. <_>9 15 4 1 3. 0 0.0149414995685220 1 0.6729118824005127 <_> <_>7 8 6 4 -1. <_>10 8 3 2 2. <_>7 10 3 2 2. 0 -2.0789399277418852e-003 0.4410645961761475 0.5444027781486511 <_> <_> <_>9 7 2 2 -1. <_>10 7 1 2 2. 0 -7.0736219640821218e-004 0.5568910837173462 1 <_> <_>5 5 6 6 -1. <_>7 5 2 6 3. 0 -3.1247111037373543e-003 0.5023869276046753 0.3562405109405518 <_> <_> <_>9 1 3 6 -1. <_>10 1 1 6 3. 0 -7.8919378574937582e-004 1 0.5456786155700684 <_> <_>4 5 12 2 -1. <_>8 5 4 2 3. 0 0.0101795801892877 0.5545138716697693 0.4622310996055603 <_> <_> <_>4 2 6 4 -1. <_>6 2 2 4 3. 0 -2.7506109327077866e-003 1 0.4942536056041718 <_> <_>4 7 8 2 -1. <_>4 8 8 1 2. 0 0.0106013296172023 0.2961233854293823 0.5964338779449463 <_> <_> <_>3 6 14 6 -1. <_>10 6 7 3 2. <_>3 9 7 3 2. 0 5.1466780714690685e-003 0.5495228767395020 1 <_> <_>3 6 14 3 -1. <_>3 6 7 3 2. 0 0.0763211473822594 0.5173959136009216 0.2940216958522797 <_> <_> <_>0 5 2 2 -1. <_>0 6 2 1 2. 0 -1.5027689514681697e-003 0.3106299936771393 1 <_> <_>8 13 4 3 -1. <_>8 14 4 1 3. 0 0.0122666703537107 0.4651150107383728 0.6846613883972168 <_> <_> <_>13 0 3 20 -1. <_>14 0 1 20 3. 0 -0.0311185792088509 1 0.5226057171821594 <_> <_>10 8 10 3 -1. <_>10 9 10 1 3. 0 0.0289055891335011 0.5182244181632996 0.2705428004264832 <_> <_> <_>4 0 3 20 -1. <_>5 0 1 20 3. 0 0.0475983805954456 1 0.1109512001276016 <_> <_>0 8 10 3 -1. <_>0 9 10 1 3. 0 0.0308085493743420 0.4938625097274780 0.1404110938310623 <_> <_> <_>12 5 3 4 -1. <_>13 5 1 4 3. 0 -2.1277810446918011e-004 1 0.4392356872558594 <_> <_>6 7 12 4 -1. <_>10 7 4 4 3. 0 0.0789699628949165 0.5216552019119263 0.2294113934040070 <_> <_> <_>1 14 6 6 -1. <_>1 14 3 3 2. <_>4 17 3 3 2. 0 -0.0102579500526190 0.6176652908325195 1 <_> <_>1 17 6 2 -1. <_>1 18 6 1 2. 0 1.2604889925569296e-003 0.5236222743988037 0.3328965902328491 <_> <_> <_>14 8 6 12 -1. <_>17 8 3 6 2. <_>14 14 3 6 2. 0 -0.0334904603660107 1 0.4866186976432800 <_> <_>18 5 2 2 -1. <_>18 6 2 1 2. 0 -5.9202767442911863e-004 0.4116407036781311 0.5395640134811401 <_> <_> <_>3 16 4 2 -1. <_>3 16 2 1 2. <_>5 17 2 1 2. 0 3.0320750738610514e-005 1 0.5610736012458801 <_> <_>2 16 6 2 -1. <_>4 16 2 2 3. 0 -5.4369680583477020e-004 0.5621389150619507 0.3461203873157501 <_> <_> <_>14 8 6 12 -1. <_>17 8 3 6 2. <_>14 14 3 6 2. 0 -0.0334904603660107 1 0.4896762073040009 <_> <_>18 5 2 2 -1. <_>18 6 2 1 2. 0 -5.9202767442911863e-004 0.4305404126644135 0.5340713858604431 <_> <_> <_>5 16 9 2 -1. <_>8 16 3 2 3. 0 2.0550889894366264e-003 0.5544999837875366 1 <_> <_>3 14 6 6 -1. <_>3 14 3 3 2. <_>6 17 3 3 2. 0 -4.4353571720421314e-003 0.6038540005683899 0.3746592998504639 <_> <_> <_>14 8 6 12 -1. <_>17 8 3 6 2. <_>14 14 3 6 2. 0 -0.0841704234480858 1 0.5007348060607910 <_> <_>11 7 2 12 -1. <_>11 11 2 4 3. 0 6.7419027909636497e-003 0.5298097133636475 0.4716145098209381 <_> <_> <_>0 8 6 12 -1. <_>0 8 3 6 2. <_>3 14 3 6 2. 0 0.0102781504392624 1 0.6269375085830689 <_> <_>7 7 2 12 -1. <_>7 11 2 4 3. 0 5.8800862170755863e-003 0.5154827833175659 0.3813040852546692 <_> <_> <_>14 12 1 2 -1. <_>14 13 1 1 2. 0 -6.9679190346505493e-006 1 0.4440239965915680 <_> <_>12 13 8 1 -1. <_>12 13 4 1 2. 0 8.2419527461752295e-004 0.4697534143924713 0.5485504269599915 <_> <_> <_>0 3 16 6 -1. <_>0 6 16 3 2. 0 -5.5268318392336369e-003 0.5513604879379273 1 <_> <_>1 4 8 2 -1. <_>1 4 4 1 2. <_>5 5 4 1 2. 0 9.6128671430051327e-004 0.3618639111518860 0.5838456749916077 <_> <_> <_>14 12 1 2 -1. <_>14 13 1 1 2. 0 2.4810510221868753e-003 1 0.2523222863674164 <_> <_>15 12 2 3 -1. <_>15 13 2 1 3. 0 -1.0480589699000120e-003 0.4117257893085480 0.5392996072769165 <_> <_> <_>8 16 3 3 -1. <_>8 17 3 1 3. 0 -6.1287907883524895e-003 0.6726329922676086 1 <_> <_>5 12 1 2 -1. <_>5 13 1 1 2. 0 1.1682329932227731e-004 0.5041192770004273 0.3607729077339172 <_> <_> <_>13 4 3 15 -1. <_>14 4 1 15 3. 0 -0.0399094782769680 0.1563739031553268 1 <_> <_>17 3 2 6 -1. <_>18 3 1 3 2. <_>17 6 1 3 2. 0 1.5859459526836872e-003 0.4891980886459351 0.5779845118522644 <_> <_> <_>4 4 3 15 -1. <_>5 4 1 15 3. 0 -0.0226902291178703 0.2186879068613052 1 <_> <_>1 3 2 6 -1. <_>1 3 1 3 2. <_>2 6 1 3 2. 0 2.0916070789098740e-003 0.4771577119827271 0.6099231243133545 <_> <_> <_>7 15 12 4 -1. <_>7 17 12 2 2. 0 -0.0247154198586941 0.3463996946811676 1 <_> <_>1 0 19 3 -1. <_>1 1 19 1 3. 0 -0.0134194502606988 0.3630692958831787 0.5252196192741394 <_> <_> <_>3 17 10 2 -1. <_>3 17 5 1 2. <_>8 18 5 1 2. 0 -6.0629472136497498e-003 0.6666321754455566 1 <_> <_>2 5 10 15 -1. <_>2 10 10 5 3. 0 -2.0921030081808567e-003 0.3399547040462494 0.5035697817802429 <_> <_> <_>13 8 3 4 -1. <_>13 10 3 2 2. 0 0.0259618591517210 0.5036802887916565 1 <_> <_>19 13 1 2 -1. <_>19 14 1 1 2. 0 1.7908669542521238e-004 0.5418530702590942 0.4318976998329163 <_> <_> <_>4 8 3 4 -1. <_>4 10 3 2 2. 0 -3.1546850223094225e-003 0.7221025228500366 1 <_> <_>0 13 1 2 -1. <_>0 14 1 1 2. 0 -1.1397759662941098e-003 0.3320972919464111 0.5024433732032776 <_> <_> <_>12 7 2 12 -1. <_>12 13 2 6 2. 0 -0.0478402115404606 0.1938765048980713 1 <_> <_>14 7 2 2 -1. <_>15 7 1 1 2. <_>14 8 1 1 2. 0 4.1577088995836675e-004 0.4802188873291016 0.5730714797973633 <_> <_> <_>5 3 8 2 -1. <_>5 4 8 1 2. 0 -4.4247039477340877e-004 0.4262515008449554 1 <_> <_>0 2 2 6 -1. <_>0 4 2 2 3. 0 1.4479350065812469e-003 0.5719171166419983 0.4064153134822846 <_> <_> <_>18 2 2 12 -1. <_>19 2 1 6 2. <_>18 8 1 6 2. 0 0.0157015100121498 0.4995726048946381 1 <_> <_>18 1 1 2 -1. <_>18 2 1 1 2. 0 2.7805729769170284e-004 0.5289286971092224 0.4581728875637054 <_> <_> <_>0 2 2 12 -1. <_>0 2 1 6 2. <_>1 8 1 6 2. 0 -2.9010509606450796e-003 0.6012148261070252 1 <_> <_>1 1 1 2 -1. <_>1 2 1 1 2. 0 2.0830519497394562e-004 0.5057976841926575 0.3599432110786438 <_> <_> <_>16 4 4 14 -1. <_>18 4 2 7 2. <_>16 11 2 7 2. 0 -0.0515300296247005 1 0.4991796910762787 <_> <_>10 14 1 6 -1. <_>10 17 1 3 2. 0 1.7163449956569821e-004 0.4675469994544983 0.5374773144721985 <_> <_> <_>0 4 4 14 -1. <_>0 4 2 7 2. <_>2 11 2 7 2. 0 0.0236142799258232 1 0.6586478948593140 <_> <_>9 14 1 6 -1. <_>9 17 1 3 2. 0 -5.6427798699587584e-004 0.3853296041488648 0.5196040272712708 <_> <_> <_>9 14 4 3 -1. <_>9 15 4 1 3. 0 6.6903959959745407e-003 1 0.6004235744476318 <_> <_>4 7 12 2 -1. <_>8 7 4 2 3. 0 -4.8789530992507935e-003 0.3293227851390839 0.5245236754417419 <_> <_> <_>0 8 4 3 -1. <_>0 9 4 1 3. 0 -6.8537332117557526e-003 0.2565914094448090 1 <_> <_>4 7 2 2 -1. <_>4 7 1 1 2. <_>5 8 1 1 2. 0 9.9893810693174601e-004 0.4615494012832642 0.5942432284355164 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 -1.3354700058698654e-004 0.5487375855445862 1 <_> <_>11 4 4 5 -1. <_>11 4 2 5 2. 0 1.0165109997615218e-003 0.4578359127044678 0.5426927804946899 <_> <_> <_>4 8 3 3 -1. <_>5 8 1 3 3. 0 9.1216771397739649e-004 1 0.3939461112022400 <_> <_>0 3 8 1 -1. <_>4 3 4 1 2. 0 1.0080259526148438e-003 0.4049789905548096 0.5520703792572022 <_> <_> <_>13 7 2 1 -1. <_>13 7 1 1 2. 0 -1.3102490629535168e-004 1 0.4879088997840881 <_> <_>14 7 3 2 -1. <_>15 7 1 2 3. 0 5.5228749988600612e-004 0.4844943881034851 0.5512825846672058 <_> <_> <_>5 7 2 1 -1. <_>6 7 1 1 2. 0 -1.2130969844292849e-004 1 0.4367971122264862 <_> <_>3 7 3 2 -1. <_>4 7 1 2 3. 0 -1.5112989785848185e-005 0.6425955295562744 0.4881826937198639 <_> <_> <_>18 5 2 2 -1. <_>18 6 2 1 2. 0 -4.0125829400494695e-004 1 0.5372099280357361 <_> <_>12 14 2 2 -1. <_>13 14 1 1 2. <_>12 15 1 1 2. 0 -6.5766851184889674e-004 0.5834553241729736 0.4869078099727631 <_> <_> <_>0 5 2 2 -1. <_>0 6 2 1 2. 0 6.2220421386882663e-004 1 0.3824636936187744 <_> <_>6 14 2 2 -1. <_>6 14 1 1 2. <_>7 15 1 1 2. 0 1.4663359615951777e-003 0.4813488125801086 0.6966739296913147 <_> <_> <_>7 12 6 5 -1. <_>9 12 2 5 3. 0 -0.0495477095246315 0.0539276599884033 1 <_> <_>12 17 5 2 -1. <_>12 18 5 1 2. 0 1.3017569435760379e-003 0.5337455868721008 0.4160748124122620 <_> <_> <_>1 11 6 3 -1. <_>4 11 3 3 2. 0 -4.4914530590176582e-003 0.5997437238693237 1 <_> <_>1 9 6 3 -1. <_>4 9 3 3 2. 0 1.6592369647696614e-003 0.3727185130119324 0.5115634202957153 <_> <_> <_>12 7 2 12 -1. <_>12 13 2 6 2. 0 6.4695458859205246e-003 0.5252035260200501 1 <_> <_>8 7 5 3 -1. <_>8 8 5 1 3. 0 4.9810269847512245e-003 0.5256717801094055 0.3934406042098999 <_> <_> <_>6 7 2 12 -1. <_>6 13 2 6 2. 0 -0.0385369807481766 0.2061924934387207 1 <_> <_>1 2 9 18 -1. <_>4 2 3 18 3. 0 -0.2827565073966980 0.0618832111358643 0.4925057888031006 <_> <_> <_>12 17 5 2 -1. <_>12 18 5 1 2. 0 -9.0301828458905220e-003 0.3157590031623840 1 <_> <_>4 7 12 2 -1. <_>4 7 6 2 2. 0 -0.0438662692904472 0.2033682018518448 0.5164769887924194 <_> <_> <_>6 7 6 1 -1. <_>8 7 2 1 3. 0 -4.5701069757342339e-003 0.6611183285713196 1 <_> <_>7 3 3 2 -1. <_>8 3 1 2 3. 0 -2.3362410720437765e-003 0.2807789146900177 0.4962876141071320 <_> <_> <_>9 4 3 1 -1. <_>10 4 1 1 3. 0 5.3960331715643406e-003 0.5146387815475464 1 <_> <_>11 11 3 1 -1. <_>12 11 1 1 3. 0 -2.6297608856111765e-003 0.6284487843513489 0.4955588877201080 <_> <_> <_>8 4 3 1 -1. <_>9 4 1 1 3. 0 -3.8577478844672441e-003 0.1486748009920120 1 <_> <_>6 11 3 1 -1. <_>7 11 1 1 3. 0 1.3963800156489015e-003 0.4701338112354279 0.6320971846580505 <_> <_> <_>12 13 6 6 -1. <_>12 15 6 2 3. 0 -8.8699469342827797e-003 1 0.5286818146705627 <_> <_>14 13 1 6 -1. <_>14 15 1 2 3. 0 -7.0626288652420044e-004 0.4648370146751404 0.5333210229873657 <_> <_> <_>2 13 6 6 -1. <_>2 15 6 2 3. 0 4.2645810171961784e-003 0.5084878206253052 1 <_> <_>1 5 18 1 -1. <_>7 5 6 1 3. 0 0.0615721009671688 0.3629625141620636 0.8757156729698181 <_> <_> <_>4 7 12 2 -1. <_>10 7 6 1 2. <_>4 8 6 1 2. 0 -4.5381980016827583e-003 1 0.4856696128845215 <_> <_>6 1 8 10 -1. <_>10 1 4 5 2. <_>6 6 4 5 2. 0 -4.0877899155020714e-003 0.4584116041660309 0.5420240759849548 <_> <_> <_>3 13 4 3 -1. <_>3 14 4 1 3. 0 6.4308601431548595e-003 1 0.2707302868366242 <_> <_>6 13 4 3 -1. <_>6 14 4 1 3. 0 7.0455260574817657e-003 0.5057486891746521 0.7026523947715759 <_> <_> <_>9 14 4 3 -1. <_>9 15 4 1 3. 0 -2.3246440105140209e-003 1 0.4827278852462769 <_> <_>12 9 2 3 -1. <_>12 10 2 1 3. 0 6.0276601288933307e-005 0.4247249066829681 0.5508763194084168 <_> <_> <_>7 14 4 3 -1. <_>7 15 4 1 3. 0 0.0180845595896244 1 0.8104801177978516 <_> <_>9 0 2 1 -1. <_>10 0 1 1 2. 0 8.4693520329892635e-004 0.5154619216918945 0.3514379858970642 <_> <_> <_>5 0 10 5 -1. <_>5 0 5 5 2. 0 -0.0269310399889946 1 0.4886888861656189 <_> <_>6 6 8 7 -1. <_>6 6 4 7 2. 0 -4.2346641421318054e-003 0.4622378051280975 0.5382478237152100 <_> <_> <_>5 0 10 5 -1. <_>10 0 5 5 2. 0 0.0269471108913422 1 0.6366596221923828 <_> <_>6 6 8 7 -1. <_>10 6 4 7 2. 0 4.6446882188320160e-003 0.5368506908416748 0.3765429854393005 <_> <_> <_>5 9 10 8 -1. <_>10 9 5 4 2. <_>5 13 5 4 2. 0 -6.9577661342918873e-003 0.4234687089920044 1 <_> <_>10 0 4 10 -1. <_>12 0 2 5 2. <_>10 5 2 5 2. 0 8.7609712500125170e-004 0.4672406017780304 0.5350683927536011 <_> <_> <_>1 4 8 3 -1. <_>1 5 8 1 3. 0 1.6103329835459590e-003 1 0.5732762813568115 <_> <_>4 4 8 3 -1. <_>4 5 8 1 3. 0 -1.2848590267822146e-003 0.5481799244880676 0.3784593045711517 <_> <_> <_>9 7 4 3 -1. <_>9 8 4 1 3. 0 0.0102435396984220 0.5155907273292542 1 <_> <_>12 8 3 12 -1. <_>12 14 3 6 2. 0 2.6889349101111293e-004 0.5353189706802368 0.4387153983116150 <_> <_> <_>7 7 4 3 -1. <_>7 8 4 1 3. 0 3.7903659977018833e-003 0.5032002925872803 1 <_> <_>5 8 3 12 -1. <_>5 14 3 6 2. 0 -0.0293696802109480 0.5873538851737976 0.2215445041656494 <_> <_> <_>10 0 7 6 -1. <_>10 2 7 2 3. 0 6.0743088833987713e-003 1 0.5417029857635498 <_> <_>2 1 18 1 -1. <_>8 1 6 1 3. 0 -0.0127107203006744 0.6056511998176575 0.4985181987285614 <_> <_> <_>5 0 3 8 -1. <_>6 0 1 8 3. 0 -5.9445449151098728e-003 0.3352069854736328 1 <_> <_>4 7 4 2 -1. <_>4 8 4 1 2. 0 -2.8927479870617390e-003 0.6929240822792053 0.4778220057487488 53.7555694580078130 18 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_frontalface_alt_tree.xml000066400000000000000000157165331417525156400310500ustar00rootroot00000000000000 20 20 <_> <_> <_> <_>2 7 14 4 -1. <_>2 9 14 2 2. 0 3.7895569112151861e-003 -0.9294580221176148 0.6411985158920288 <_> <_> <_>1 2 18 4 -1. <_>7 2 6 4 3. 0 0.0120981102809310 -0.7181009054183960 0.4714100956916809 <_> <_> <_>5 5 9 5 -1. <_>8 5 3 5 3. 0 1.2138449819758534e-003 -0.7283161282539368 0.3033069074153900 -1.3442519903182983 -1 -1 <_> <_> <_> <_>3 6 14 9 -1. <_>3 9 14 3 3. 0 8.7510552257299423e-003 -0.8594707250595093 0.3688138127326965 <_> <_> <_>1 1 18 5 -1. <_>7 1 6 5 3. 0 0.0219867005944252 -0.6018015146255493 0.3289783000946045 <_> <_> <_>4 6 12 8 -1. <_>4 10 12 4 2. 0 6.4913398819044232e-004 -0.7943195104598999 0.2549329996109009 <_> <_> <_>9 5 6 10 -1. <_>12 5 3 5 2. <_>9 10 3 5 2. 0 -1.0192029876634479e-003 0.2272932976484299 -0.6362798213958740 <_> <_> <_>4 0 11 9 -1. <_>4 3 11 3 3. 0 1.3674780493602157e-003 -0.6001418232917786 0.2411836981773377 <_> <_> <_>12 5 4 8 -1. <_>12 9 4 4 2. 0 1.0245250305160880e-003 -0.5854247212409973 0.1255010962486267 <_> <_> <_>4 5 10 10 -1. <_>4 5 5 5 2. <_>9 10 5 5 2. 0 0.0184658598154783 0.1956356018781662 -0.6763023138046265 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 4.0901508182287216e-003 -0.4491649866104126 0.2667768895626068 <_> <_> <_>3 8 5 12 -1. <_>3 14 5 6 2. 0 0.0113580999895930 0.1878322958946228 -0.6137936115264893 -1.6378560066223145 0 -1 <_> <_> <_> <_>5 3 9 9 -1. <_>5 6 9 3 3. 0 -0.0115889497101307 0.3456704020500183 -0.7647898197174072 <_> <_> <_>8 5 4 12 -1. <_>8 11 4 6 2. 0 5.1809530705213547e-003 0.2410492002964020 -0.6962355971336365 <_> <_> <_>3 6 5 6 -1. <_>3 9 5 3 2. 0 2.1468549966812134e-003 -0.8055366277694702 0.1983861029148102 <_> <_> <_>4 5 12 5 -1. <_>8 5 4 5 3. 0 -3.6556499544531107e-003 -0.7183313965797424 0.1230567991733551 <_> <_> <_>1 2 8 8 -1. <_>1 2 4 4 2. <_>5 6 4 4 2. 0 -1.9701640121638775e-003 0.2277768999338150 -0.4752016961574554 <_> <_> <_>8 12 10 8 -1. <_>13 12 5 4 2. <_>8 16 5 4 2. 0 -3.3645539078861475e-003 -0.4609504938125610 0.2039465010166168 <_> <_> <_>4 9 3 10 -1. <_>4 14 3 5 2. 0 -7.4126059189438820e-005 0.1821323931217194 -0.4782927036285400 <_> <_> <_>0 4 20 10 -1. <_>0 9 20 5 2. 0 -0.0175711102783680 -0.7173755168914795 0.1131113022565842 <_> <_> <_>3 0 13 9 -1. <_>3 3 13 3 3. 0 6.3840472139418125e-003 -0.4020568132400513 0.2073028981685638 <_> <_> <_>10 1 4 11 -1. <_>10 1 2 11 2. 0 -0.0147233996540308 -0.6755877137184143 0.0689730867743492 <_> <_> <_>6 1 4 11 -1. <_>8 1 2 11 2. 0 -5.2889222279191017e-003 -0.6210517287254334 0.1334936022758484 <_> <_> <_>4 6 12 8 -1. <_>10 6 6 4 2. <_>4 10 6 4 2. 0 0.0277436301112175 0.1176085025072098 -0.5464112162590027 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0394275598227978 -0.2113427966833115 0.3945299983024597 <_> <_> <_>11 9 4 7 -1. <_>11 9 2 7 2. 0 8.6949411779642105e-003 0.1258095055818558 -0.4798910021781921 <_> <_> <_>5 9 4 7 -1. <_>7 9 2 7 2. 0 2.8245279099792242e-003 0.1965314000844955 -0.4025667905807495 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0289151892066002 -0.8061652779579163 0.0818822607398033 -1.7317579984664917 1 -1 <_> <_> <_> <_>0 7 20 6 -1. <_>0 9 20 2 3. 0 8.0171944573521614e-003 -0.6898155212402344 0.2413686066865921 <_> <_> <_>6 3 8 6 -1. <_>6 6 8 3 2. 0 -2.4478728882968426e-003 0.2135320007801056 -0.6414669156074524 <_> <_> <_>7 2 6 7 -1. <_>9 2 2 7 3. 0 1.7917619552463293e-003 -0.6144546866416931 0.1923692971467972 <_> <_> <_>11 7 5 9 -1. <_>11 10 5 3 3. 0 4.3905500206165016e-004 -0.7536042928695679 0.1569689065217972 <_> <_> <_>4 6 8 8 -1. <_>4 6 4 4 2. <_>8 10 4 4 2. 0 -3.6769549478776753e-004 0.1738051027059555 -0.5840449929237366 <_> <_> <_>9 5 6 8 -1. <_>9 9 6 4 2. 0 -4.2802388779819012e-003 -0.6696898937225342 0.1128972992300987 <_> <_> <_>4 10 5 6 -1. <_>4 13 5 3 2. 0 3.5238768905401230e-003 0.1250194013118744 -0.7329921722412109 <_> <_> <_>12 0 6 5 -1. <_>12 0 3 5 2. 0 7.9299701610580087e-004 -0.4496619999408722 0.2159093022346497 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 4.4371088733896613e-004 -0.3890976905822754 0.2118114978075028 <_> <_> <_>3 2 17 2 -1. <_>3 3 17 1 2. 0 -2.7145470958203077e-003 -0.4671686887741089 0.1503839939832687 <_> <_> <_>5 6 4 8 -1. <_>5 10 4 4 2. 0 -6.9272058317437768e-004 -0.5859655141830444 0.1171438023447990 <_> <_> <_>14 3 6 9 -1. <_>14 3 3 9 2. 0 0.0492618083953857 -0.1380015015602112 0.4936623871326447 <_> <_> <_>3 0 9 5 -1. <_>6 0 3 5 3. 0 -0.0228375196456909 -0.6374350786209106 0.1232409030199051 <_> <_> <_>15 2 4 9 -1. <_>15 2 2 9 2. 0 4.8372112214565277e-003 -0.1239162981510162 0.1062088981270790 <_> <_> <_>1 2 4 9 -1. <_>3 2 2 9 2. 0 0.0102562597021461 -0.1876704990863800 0.2982417047023773 <_> <_> <_>8 8 6 12 -1. <_>8 12 6 4 3. 0 0.0106186801567674 0.1061246022582054 -0.3324488103389740 <_> <_> <_>2 13 16 4 -1. <_>2 13 8 2 2. <_>10 15 8 2 2. 0 0.0241131391376257 0.0872006118297577 -0.6684662103652954 <_> <_> <_>6 5 8 6 -1. <_>6 7 8 2 3. 0 -3.6754710599780083e-003 0.1104328036308289 -0.4458195865154266 <_> <_> <_>0 11 8 6 -1. <_>0 13 8 2 3. 0 -0.0389962010085583 -0.7022811174392700 0.0818094909191132 <_> <_> <_>0 18 20 2 -1. <_>0 19 20 1 2. 0 1.5777100343257189e-003 0.1595419943332672 -0.3286077082157135 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 9.1089410707354546e-003 0.1032636985182762 -0.4440256059169769 <_> <_> <_>3 1 17 3 -1. <_>3 2 17 1 3. 0 -0.0170516092330217 -0.5585334897041321 0.0627114996314049 <_> <_> <_>3 6 5 6 -1. <_>3 9 5 3 2. 0 1.3652660418301821e-003 -0.5393446087837219 0.0708398967981339 <_> <_> <_>4 5 12 7 -1. <_>8 5 4 7 3. 0 -0.0111861499026418 -0.4726018011569977 0.0810194164514542 <_> <_> <_>0 4 14 4 -1. <_>0 4 7 2 2. <_>7 6 7 2 2. 0 -0.0117052700370550 0.2475008964538574 -0.1777898967266083 <_> <_> <_>4 11 12 9 -1. <_>4 14 12 3 3. 0 -0.0977369323372841 -0.5617750883102417 0.0809218212962151 <_> <_> <_>3 2 14 16 -1. <_>3 2 7 8 2. <_>10 10 7 8 2. 0 -0.0852280631661415 -0.5223324894905090 0.0728213936090469 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0367334596812725 0.4362357854843140 -0.0993395075201988 <_> <_> <_>3 1 10 16 -1. <_>3 1 5 8 2. <_>8 9 5 8 2. 0 -3.6704430822283030e-003 0.1483422070741653 -0.2711966931819916 -1.9308480024337769 2 -1 <_> <_> <_> <_>1 0 16 2 -1. <_>1 1 16 1 2. 0 -1.1610370129346848e-003 -0.5637788772583008 0.2356878072023392 <_> <_> <_>2 10 16 4 -1. <_>2 12 16 2 2. 0 1.1830299627035856e-003 0.1572428047657013 -0.6772817969322205 <_> <_> <_>7 0 6 8 -1. <_>9 0 2 8 3. 0 -2.1273950114846230e-003 -0.6615015268325806 0.1494313925504684 <_> <_> <_>5 3 10 9 -1. <_>5 6 10 3 3. 0 -0.1189346984028816 0.5322582125663757 -0.2296836972236633 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0136248702183366 -0.6063550114631653 0.1700108945369721 <_> <_> <_>10 6 8 12 -1. <_>10 10 8 4 3. 0 -6.3198682619258761e-004 -0.6897224187850952 0.1158462986350060 <_> <_> <_>2 8 15 3 -1. <_>2 9 15 1 3. 0 -4.4108428992331028e-003 -0.6296700239181519 0.1243060007691383 <_> <_> <_>10 6 9 12 -1. <_>10 10 9 4 3. 0 -0.0229822397232056 -0.5049725174903870 0.0166361201554537 <_> <_> <_>4 6 6 8 -1. <_>4 10 6 4 2. 0 -2.3721898905932903e-003 -0.6246224045753479 0.1379375010728836 <_> <_> <_>9 8 4 12 -1. <_>9 12 4 4 3. 0 8.7364763021469116e-003 0.1399662047624588 -0.5482295155525208 <_> <_> <_>1 0 6 18 -1. <_>4 0 3 18 2. 0 0.0677370727062225 -0.1917248070240021 0.5470048785209656 <_> <_> <_>5 2 13 2 -1. <_>5 3 13 1 2. 0 -4.0138149634003639e-003 -0.5542911887168884 0.1451705992221832 <_> <_> <_>5 5 6 5 -1. <_>8 5 3 5 2. 0 1.2857170077040792e-004 -0.5103123784065247 0.1102394014596939 <_> <_> <_>6 0 8 12 -1. <_>10 0 4 6 2. <_>6 6 4 6 2. 0 -0.0396889485418797 -0.6183072924613953 0.0966760963201523 <_> <_> <_>2 1 6 10 -1. <_>2 1 3 5 2. <_>5 6 3 5 2. 0 -1.6646150033921003e-003 0.1644988954067230 -0.3718631863594055 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 5.3499247878789902e-003 0.1114505007863045 -0.3744102120399475 <_> <_> <_>0 12 18 4 -1. <_>0 12 9 2 2. <_>9 14 9 2 2. 0 -0.0229040104895830 -0.5809758901596069 0.1107726022601128 <_> <_> <_>5 5 15 6 -1. <_>5 7 15 2 3. 0 0.0107034500688314 0.0447332598268986 -0.5811663269996643 <_> <_> <_>2 6 5 9 -1. <_>2 9 5 3 3. 0 -4.2331559234298766e-004 -0.5442379117012024 0.0870892927050591 <_> <_> <_>9 8 10 6 -1. <_>14 8 5 3 2. <_>9 11 5 3 2. 0 0.0155544299632311 0.0568843409419060 -0.3764517009258270 <_> <_> <_>5 6 10 10 -1. <_>5 6 5 5 2. <_>10 11 5 5 2. 0 -0.0205394495278597 -0.3871456980705261 0.1183383986353874 <_> <_> <_>7 4 12 4 -1. <_>7 6 12 2 2. 0 -3.1234358903020620e-003 0.0836354270577431 -0.1986238956451416 <_> <_> <_>1 10 16 4 -1. <_>1 10 8 2 2. <_>9 12 8 2 2. 0 0.0239328294992447 0.0796005427837372 -0.6537010073661804 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 0.0839204564690590 -0.1065312996506691 0.4877282083034515 <_> <_> <_>6 0 3 17 -1. <_>7 0 1 17 3. 0 0.0160031598061323 0.0836432129144669 -0.5920773148536682 <_> <_> <_>9 4 4 16 -1. <_>11 4 2 8 2. <_>9 12 2 8 2. 0 5.8071441017091274e-003 0.0879975035786629 -0.3327913880348206 <_> <_> <_>0 0 4 20 -1. <_>2 0 2 20 2. 0 -0.0811044275760651 0.6377518773078919 -0.0676923617720604 <_> <_> <_>13 2 6 13 -1. <_>15 2 2 13 3. 0 0.0454030297696590 -0.0515103898942471 0.3022567033767700 <_> <_> <_>6 1 6 18 -1. <_>6 1 3 9 2. <_>9 10 3 9 2. 0 0.0138772297650576 0.0999676287174225 -0.4652090966701508 <_> <_> <_>15 0 4 13 -1. <_>15 0 2 13 2. 0 0.0345907099545002 -0.0976144373416901 0.3467875123023987 <_> <_> <_>5 6 3 14 -1. <_>6 6 1 14 3. 0 0.0157045498490334 0.0763441175222397 -0.5335631966590881 <_> <_> <_>14 2 6 13 -1. <_>14 2 3 13 2. 0 -0.1042054966092110 0.6189097166061401 -0.0442597605288029 <_> <_> <_>1 2 18 3 -1. <_>7 2 6 3 3. 0 0.1344318985939026 -0.0598530210554600 0.6363571286201477 <_> <_> <_>5 5 11 8 -1. <_>5 9 11 4 2. 0 -2.5646309368312359e-003 -0.5360047221183777 0.0731160268187523 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0186470896005630 0.0698561519384384 -0.5687832236289978 <_> <_> <_>11 4 7 4 -1. <_>11 6 7 2 2. 0 0.0151595398783684 0.0182063393294811 -0.2766315937042236 -2.0711259841918945 3 -1 <_> <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1477842926979065 -0.8993312120437622 0.5703592896461487 <_> <_> <_>1 0 18 20 -1. <_>7 0 6 20 3. 0 0.2998467087745667 -0.6539415121078491 0.3505445122718811 <_> <_> <_>5 3 10 9 -1. <_>5 6 10 3 3. 0 -0.0790617167949677 0.4408529102802277 -0.6508756875991821 <_> <_> <_>14 3 6 11 -1. <_>14 3 3 11 2. 0 0.0584289617836475 -0.4266535937786102 0.5841056704521179 <_> <_> <_>3 9 4 10 -1. <_>3 14 4 5 2. 0 -0.0146642802283168 0.3243524134159088 -0.5965961813926697 <_> <_> <_>8 1 12 19 -1. <_>8 1 6 19 2. 0 0.3951719999313355 -0.0757983475923538 0.4865995049476624 <_> <_> <_>0 1 12 19 -1. <_>6 1 6 19 2. 0 0.1104058995842934 -0.8455610275268555 0.2137456983327866 -2.1360809803009033 4 6 <_> <_> <_> <_>8 4 4 16 -1. <_>8 12 4 8 2. 0 3.7777079269289970e-003 0.1874440014362335 -0.6535406112670898 <_> <_> <_>9 8 4 12 -1. <_>9 12 4 4 3. 0 5.3003188222646713e-003 0.0939518436789513 -0.5691788792610169 <_> <_> <_>6 2 8 12 -1. <_>6 6 8 4 3. 0 -5.5426009930670261e-003 0.1603170931339264 -0.5182223916053772 <_> <_> <_>7 7 6 13 -1. <_>9 7 2 13 3. 0 -9.1971885412931442e-003 -0.5742046236991882 0.1479140073060989 <_> <_> <_>0 6 7 6 -1. <_>0 9 7 3 2. 0 5.3701602155342698e-004 -0.7044969797134399 0.1075214967131615 <_> <_> <_>1 8 19 3 -1. <_>1 9 19 1 3. 0 -2.2125479299575090e-003 -0.5087742805480957 0.1136718988418579 <_> <_> <_>5 0 3 14 -1. <_>6 0 1 14 3. 0 0.0116757303476334 0.0842586830258369 -0.6738470196723938 <_> <_> <_>10 3 10 6 -1. <_>15 3 5 3 2. <_>10 6 5 3 2. 0 -2.0404369570314884e-003 0.1625111997127533 -0.4143564999103546 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -7.6540438458323479e-003 -0.4283317923545837 0.1306070983409882 <_> <_> <_>6 7 14 4 -1. <_>13 7 7 2 2. <_>6 9 7 2 2. 0 0.0293704792857170 0.0546510517597198 -0.3479537963867188 <_> <_> <_>0 7 14 4 -1. <_>0 7 7 2 2. <_>7 9 7 2 2. 0 -9.5828901976346970e-003 -0.4862071871757507 0.1170689016580582 <_> <_> <_>10 6 9 12 -1. <_>10 10 9 4 3. 0 6.0666278004646301e-003 -0.3655388057231903 0.0878136008977890 <_> <_> <_>4 10 8 4 -1. <_>8 10 4 4 2. 0 1.7992249922826886e-003 0.1603599041700363 -0.3085910975933075 <_> <_> <_>11 14 8 6 -1. <_>11 16 8 2 3. 0 -0.0100923096761107 -0.3950586915016174 0.1151477992534638 <_> <_> <_>2 7 13 2 -1. <_>2 8 13 1 2. 0 2.5171819142997265e-003 -0.3004311025142670 0.1825605034828186 <_> <_> <_>3 14 14 4 -1. <_>10 14 7 2 2. <_>3 16 7 2 2. 0 -0.0170892402529716 -0.5217359066009522 0.0974572673439980 <_> <_> <_>0 11 6 9 -1. <_>3 11 3 9 2. 0 -0.0558562688529491 0.5354002118110657 -0.0892215520143509 <_> <_> <_>5 9 13 2 -1. <_>5 10 13 1 2. 0 -2.3930610623210669e-003 -0.4701243937015533 0.0861414074897766 <_> <_> <_>3 0 7 9 -1. <_>3 3 7 3 3. 0 3.6918919067829847e-003 -0.2775559127330780 0.1518609970808029 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 2.1945969201624393e-003 -0.1686706990003586 0.1195252016186714 <_> <_> <_>5 4 9 5 -1. <_>8 4 3 5 3. 0 2.9675459954887629e-003 -0.3894068002700806 0.1038891002535820 <_> <_> <_>11 10 7 4 -1. <_>11 12 7 2 2. 0 1.9976729527115822e-003 0.0911413431167603 -0.4105004966259003 <_> <_> <_>2 5 8 15 -1. <_>2 10 8 5 3. 0 -0.0203696992248297 -0.5996876955032349 0.0693018063902855 <_> <_> <_>10 11 5 6 -1. <_>10 14 5 3 2. 0 2.3318571038544178e-003 0.0618925504386425 -0.3288680016994476 <_> <_> <_>5 11 5 6 -1. <_>5 14 5 3 2. 0 -0.0428635887801647 -0.7384496927261353 0.0570716597139835 <_> <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 1.1471749749034643e-003 -0.5137962102890015 0.0711964964866638 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0137356696650386 -0.5378550887107849 0.0655420422554016 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0471655912697315 0.0453893616795540 -0.6894479990005493 <_> <_> <_>0 1 14 12 -1. <_>0 1 7 6 2. <_>7 7 7 6 2. 0 -0.0112048797309399 0.1693263947963715 -0.2306171953678131 <_> <_> <_>10 10 10 9 -1. <_>10 13 10 3 3. 0 -0.1547842025756836 -0.7770537137985230 0.0121424701064825 <_> <_> <_>0 10 10 9 -1. <_>0 13 10 3 3. 0 5.8086342178285122e-003 0.1131810024380684 -0.3320631980895996 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0285295695066452 -0.5674728155136108 0.0487345606088638 <_> <_> <_>8 5 4 10 -1. <_>10 5 2 10 2. 0 -0.0387589484453201 0.5942310094833374 -0.0751393362879753 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0310378093272448 0.0519735403358936 -0.5855265259742737 <_> <_> <_>7 1 4 14 -1. <_>9 1 2 14 2. 0 7.4786080404010136e-006 -0.2762320041656494 0.1408849060535431 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 0.0310002602636814 0.0313317291438580 -0.5686017274856567 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -0.0498606599867344 -0.8292462229728699 0.0388015806674957 <_> <_> <_>3 8 15 3 -1. <_>8 8 5 3 3. 0 -0.0423232801258564 -0.4306210875511169 0.0165794808417559 <_> <_> <_>6 15 8 4 -1. <_>6 17 8 2 2. 0 9.1987219639122486e-004 -0.2115444988012314 0.1551752984523773 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.2055986970663071 -0.0624031797051430 0.3222961127758026 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.2911841869354248 0.0392284691333771 -0.9412822127342224 <_> <_> <_>15 0 4 11 -1. <_>15 0 2 11 2. 0 7.8337509185075760e-003 -0.1480659991502762 0.1784920990467072 <_> <_> <_>7 0 4 18 -1. <_>7 0 2 9 2. <_>9 9 2 9 2. 0 0.0113933198153973 0.0779877230525017 -0.4242425858974457 <_> <_> <_>12 2 8 18 -1. <_>16 2 4 9 2. <_>12 11 4 9 2. 0 -0.0918070226907730 0.3368948101997376 -0.0561741292476654 <_> <_> <_>4 2 12 18 -1. <_>4 2 6 9 2. <_>10 11 6 9 2. 0 -0.0160382501780987 -0.2495401054620743 0.1457086950540543 <_> <_> <_>4 6 12 6 -1. <_>4 9 12 3 2. 0 0.0548302903771400 -0.1549600064754486 0.2032960057258606 <_> <_> <_>0 9 18 4 -1. <_>0 9 9 2 2. <_>9 11 9 2 2. 0 0.0244497004896402 0.0609743781387806 -0.6307234168052673 <_> <_> <_>2 0 18 4 -1. <_>11 0 9 2 2. <_>2 2 9 2 2. 0 0.0292606707662344 0.0468336082994938 -0.3798538148403168 <_> <_> <_>1 0 4 11 -1. <_>3 0 2 11 2. 0 3.9965552277863026e-003 -0.1692730039358139 0.1910032033920288 <_> <_> <_>16 0 4 15 -1. <_>16 0 2 15 2. 0 -0.0699388533830643 0.5465558767318726 -0.0549657493829727 -1.8755869865417480 4 -1 <_> <_> <_> <_>0 2 6 11 -1. <_>3 2 3 11 2. 0 0.0458356216549873 -0.4998284876346588 0.4096108078956604 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0263631008565426 -0.3919320106506348 0.5156775712966919 <_> <_> <_>2 17 15 3 -1. <_>7 17 5 3 3. 0 0.0151898302137852 -0.5221636295318604 0.3136821985244751 <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -0.0208052806556225 0.3761447966098785 -0.4737553894519806 <_> <_> <_>3 9 14 8 -1. <_>3 13 14 4 2. 0 -7.4902721680700779e-003 0.1628348976373673 -0.7038447260856628 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.2771936953067780 -0.1640412062406540 0.3348158001899719 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.0641884431242943 -0.8017662167549133 0.1276382952928543 <_> <_> <_>3 7 14 6 -1. <_>3 9 14 2 3. 0 0.0406681708991528 -0.3338693082332611 0.2845618128776550 <_> <_> <_>3 10 6 8 -1. <_>5 10 2 8 3. 0 7.4888020753860474e-003 -0.3718892037868500 0.2593226134777069 <_> <_> <_>0 5 20 8 -1. <_>10 5 10 4 2. <_>0 9 10 4 2. 0 0.0649426728487015 0.1037290990352631 -0.7167106866836548 <_> <_> <_>0 5 16 8 -1. <_>0 9 16 4 2. 0 -2.1149769891053438e-003 -0.7568392753601074 0.0790195912122726 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 -4.8293141298927367e-004 -0.4985207915306091 0.0811113268136978 <_> <_> <_>2 6 15 5 -1. <_>7 6 5 5 3. 0 0.1399645954370499 0.0874975994229317 -0.7638937234878540 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 0.0522119887173176 0.0316404812037945 -0.5328137278556824 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 3.0680459458380938e-003 -0.6245852708816528 0.1386954039335251 <_> <_> <_>6 8 8 12 -1. <_>10 8 4 6 2. <_>6 14 4 6 2. 0 0.0504788607358933 0.0790634974837303 -0.7401704192161560 <_> <_> <_>1 1 7 4 -1. <_>1 3 7 2 2. 0 -8.5122063755989075e-003 -0.4997166097164154 0.1113225966691971 <_> <_> <_>0 0 20 8 -1. <_>10 0 10 4 2. <_>0 4 10 4 2. 0 0.0700918063521385 0.0970819070935249 -0.6187918782234192 <_> <_> <_>5 3 5 9 -1. <_>5 6 5 3 3. 0 -2.7261190116405487e-003 0.0975466296076775 -0.5776004195213318 <_> <_> <_>11 3 8 4 -1. <_>11 3 4 4 2. 0 0.0106765599921346 -0.2905812859535217 0.1842612028121948 <_> <_> <_>1 10 7 4 -1. <_>1 12 7 2 2. 0 6.3848652644082904e-004 0.1386975049972534 -0.4254654049873352 <_> <_> <_>5 10 12 6 -1. <_>11 10 6 3 2. <_>5 13 6 3 2. 0 -0.0479572601616383 -0.7324913740158081 0.0411881096661091 <_> <_> <_>1 3 8 4 -1. <_>5 3 4 4 2. 0 0.0171400494873524 -0.3197345137596130 0.1684008985757828 <_> <_> <_>6 0 9 5 -1. <_>9 0 3 5 3. 0 0.0785445421934128 0.0500532314181328 -0.7141004800796509 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0113428495824337 -0.3881097137928009 0.1297640949487686 -1.9646480083465576 5 -1 <_> <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 -8.6751781054772437e-005 0.2517991065979004 -0.6772311925888062 <_> <_> <_>8 1 12 19 -1. <_>8 1 6 19 2. 0 0.2055017948150635 0.0202171504497528 -0.3361819982528687 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1389326006174088 0.1067826971411705 -0.8671011924743652 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 2.6432450395077467e-003 -0.4105708897113800 0.2560392022132874 <_> <_> <_>0 3 10 6 -1. <_>0 3 5 3 2. <_>5 6 5 3 2. 0 -1.6145260306075215e-003 0.1744816005229950 -0.5029013156890869 <_> <_> <_>6 5 8 8 -1. <_>6 9 8 4 2. 0 -4.6492749825119972e-003 -0.8396093249320984 0.1040996983647347 <_> <_> <_>7 13 5 6 -1. <_>7 16 5 3 2. 0 -5.5983918718993664e-003 -0.5267335772514343 0.1211448982357979 <_> <_> <_>11 10 4 8 -1. <_>11 14 4 4 2. 0 2.1482799202203751e-003 0.0868319272994995 -0.5238474011421204 <_> <_> <_>4 6 8 8 -1. <_>4 6 4 4 2. <_>8 10 4 4 2. 0 -2.2942349314689636e-003 0.1566673070192337 -0.3938758075237274 <_> <_> <_>2 5 16 6 -1. <_>2 7 16 2 3. 0 -1.0809659725055099e-003 0.0947775468230248 -0.5796759724617004 <_> <_> <_>5 7 10 12 -1. <_>5 7 5 6 2. <_>10 13 5 6 2. 0 -0.0187398791313171 -0.4378077089786530 0.1275431960821152 <_> <_> <_>6 11 13 3 -1. <_>6 12 13 1 3. 0 -2.0956669468432665e-003 0.2127586007118225 -0.1764553934335709 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0613701194524765 -0.6700798869132996 0.0852911770343781 <_> <_> <_>12 11 7 6 -1. <_>12 14 7 3 2. 0 -0.0450749695301056 -0.4761415123939514 0.0383843891322613 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 4.5961341820657253e-003 0.0907766968011856 -0.5364217758178711 <_> <_> <_>3 10 16 6 -1. <_>11 10 8 3 2. <_>3 13 8 3 2. 0 -0.0562051795423031 -0.4412812888622284 0.0263406392186880 <_> <_> <_>0 8 6 12 -1. <_>3 8 3 12 2. 0 -0.0170700307935476 0.3196252882480621 -0.1569907963275909 <_> <_> <_>0 5 20 15 -1. <_>0 10 20 5 3. 0 0.0137785403057933 -0.4146823883056641 0.1083204001188278 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 5.6932470761239529e-003 0.1097327023744583 -0.4142096936702728 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 1.1573060182854533e-003 -0.4699645936489105 0.1408822983503342 <_> <_> <_>3 6 5 9 -1. <_>3 9 5 3 3. 0 -4.3259391532046720e-005 -0.5911747813224793 0.0722088366746902 <_> <_> <_>10 10 6 5 -1. <_>10 10 3 5 2. 0 -1.4467669825535268e-004 0.1434050053358078 -0.2080902010202408 <_> <_> <_>4 10 6 5 -1. <_>7 10 3 5 2. 0 -0.0306675396859646 -0.6418172717094421 0.0763162225484848 <_> <_> <_>13 4 6 9 -1. <_>15 4 2 9 3. 0 6.4002368599176407e-003 -0.1542620062828064 0.2061882019042969 <_> <_> <_>1 4 6 7 -1. <_>3 4 2 7 3. 0 2.7318780776113272e-003 -0.1842913031578064 0.2204626947641373 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 8 2. 0 -0.0417598597705364 0.5128465890884399 -0.0430972203612328 <_> <_> <_>2 5 12 12 -1. <_>2 11 12 6 2. 0 -0.0301744192838669 -0.3613480925559998 0.1163339018821716 <_> <_> <_>3 1 14 6 -1. <_>3 3 14 2 3. 0 6.8081771023571491e-003 -0.2595328092575073 0.1492739021778107 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 0.0434303693473339 0.0686012431979179 -0.5822119116783142 <_> <_> <_>10 2 10 18 -1. <_>10 2 5 18 2. 0 0.0211213007569313 -0.0853729173541069 0.0804985836148262 <_> <_> <_>0 3 10 17 -1. <_>5 3 5 17 2. 0 0.0998402833938599 0.0532925203442574 -0.7181965708732605 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 8 2. 0 5.6953770108520985e-003 -0.0889761075377464 0.1348394006490707 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 -0.0599845685064793 0.6832429170608521 -0.0519162714481354 <_> <_> <_>10 10 10 6 -1. <_>10 12 10 2 3. 0 5.9353262186050415e-003 0.1030519008636475 -0.2536143958568573 <_> <_> <_>5 11 5 9 -1. <_>5 14 5 3 3. 0 -7.4867930379696190e-005 0.1334072947502136 -0.2932355999946594 <_> <_> <_>5 18 13 2 -1. <_>5 19 13 1 2. 0 -2.5437519070692360e-004 0.1533578038215637 -0.1938757002353668 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 7.7576987678185105e-004 -0.3115557134151459 0.1063250973820686 <_> <_> <_>5 6 14 2 -1. <_>5 6 7 2 2. 0 0.0544785000383854 0.0262774806469679 -0.6668741106987000 <_> <_> <_>1 6 14 2 -1. <_>8 6 7 2 2. 0 0.0126928500831127 0.0936130434274673 -0.3915219008922577 <_> <_> <_>6 10 8 8 -1. <_>10 10 4 4 2. <_>6 14 4 4 2. 0 -0.0307669602334499 -0.5923808813095093 0.0483149997889996 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 -0.0193661507219076 0.4366160929203033 -0.0886729434132576 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -2.8705620206892490e-003 0.1524478048086166 -0.1386117041110992 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0400036983191967 0.0587480515241623 -0.6911970973014832 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -0.0811304673552513 -0.7868431806564331 2.0421498920768499e-003 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -2.1017501130700111e-003 0.1910044997930527 -0.1965968012809753 <_> <_> <_>9 6 4 14 -1. <_>9 13 4 7 2. 0 8.6481617763638496e-003 0.0886892899870873 -0.3741415143013001 <_> <_> <_>3 7 12 5 -1. <_>7 7 4 5 3. 0 -0.0524290204048157 -0.7261599898338318 0.0394656881690025 <_> <_> <_>3 13 14 3 -1. <_>3 14 14 1 3. 0 3.4464800264686346e-003 -0.1164089962840080 0.2738626897335053 <_> <_> <_>1 0 16 4 -1. <_>1 2 16 2 2. 0 -7.0581152103841305e-003 -0.3628394007682800 0.0920236781239510 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 -0.0574122592806816 -0.8883938193321228 0.0266477596014738 <_> <_> <_>0 1 6 8 -1. <_>3 1 3 8 2. 0 3.3479030244052410e-003 -0.1488405019044876 0.1836643069982529 <_> <_> <_>14 0 6 9 -1. <_>14 0 3 9 2. 0 -0.0539584197103977 0.3809813857078552 -0.0440465807914734 <_> <_> <_>0 0 6 9 -1. <_>3 0 3 9 2. 0 -0.0257196892052889 0.3257082104682922 -0.1007822006940842 -2.1222629547119141 6 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1244122013449669 -0.3857372999191284 0.3927366137504578 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0378028787672520 -0.4702867865562439 0.3578683137893677 <_> <_> <_>1 9 9 8 -1. <_>4 9 3 8 3. 0 0.0304414294660091 -0.3946039974689484 0.3251850008964539 <_> <_> <_>2 0 16 2 -1. <_>2 1 16 1 2. 0 3.9223438943736255e-004 -0.4516651034355164 0.1967238038778305 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0390777103602886 -0.2107332944869995 0.4386476874351502 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 -8.9118082541972399e-005 0.1519695967435837 -0.5956351757049561 <_> <_> <_>1 16 10 3 -1. <_>6 16 5 3 2. 0 8.8415127247571945e-003 -0.4929248988628388 0.1740657985210419 <_> <_> <_>9 5 3 12 -1. <_>9 11 3 6 2. 0 0.0136660598218441 0.0928617492318153 -0.5518230795860291 <_> <_> <_>3 4 14 12 -1. <_>3 4 7 6 2. <_>10 10 7 6 2. 0 -0.0612033009529114 -0.6798529028892517 0.1004908010363579 <_> <_> <_>6 6 9 8 -1. <_>6 10 9 4 2. 0 5.7719892356544733e-004 -0.5830199718475342 0.1108962967991829 <_> <_> <_>0 7 7 4 -1. <_>0 9 7 2 2. 0 2.8370460495352745e-004 -0.5979334115982056 0.0938983783125877 <_> <_> <_>16 3 4 8 -1. <_>16 3 2 8 2. 0 0.0176659803837538 -0.2201547026634216 0.3453308939933777 <_> <_> <_>0 3 6 10 -1. <_>3 3 3 10 2. 0 0.0256973300129175 -0.3619570136070252 0.1687735021114349 <_> <_> <_>5 4 10 6 -1. <_>5 6 10 2 3. 0 -0.0403166897594929 0.2296440005302429 -0.2930144071578980 <_> <_> <_>4 5 12 4 -1. <_>8 5 4 4 3. 0 4.6522719785571098e-003 -0.5899596810340881 0.1046691015362740 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0134060001000762 -0.3957209885120392 0.0835281163454056 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0361272804439068 0.0941658020019531 -0.5409718155860901 <_> <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 2.2792080417275429e-003 0.1281906962394714 -0.3651453852653503 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 1.4454070478677750e-003 -0.2328159958124161 0.1982991993427277 <_> <_> <_>3 14 15 6 -1. <_>3 17 15 3 2. 0 0.0574825294315815 0.0750423967838287 -0.5770497918128967 <_> <_> <_>0 11 7 4 -1. <_>0 13 7 2 2. 0 3.3360819797962904e-003 0.0880120173096657 -0.4677925109863281 <_> <_> <_>5 9 12 6 -1. <_>11 9 6 3 2. <_>5 12 6 3 2. 0 0.0372257493436337 0.0321551114320755 -0.6634662151336670 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 0.0166127607226372 0.0916898399591446 -0.5212817192077637 <_> <_> <_>1 0 19 9 -1. <_>1 3 19 3 3. 0 0.0205432493239641 -0.2875337898731232 0.1426130980253220 <_> <_> <_>1 11 16 3 -1. <_>1 12 16 1 3. 0 -1.5633470320608467e-004 0.2024673074483872 -0.2242446988821030 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.1218881011009216 -0.1646130979061127 0.1758392006158829 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.0464134402573109 -0.6897801756858826 0.0643499270081520 <_> <_> <_>3 6 15 5 -1. <_>8 6 5 5 3. 0 0.1494643986225128 0.0398058407008648 -0.7017732858657837 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 0.0143468696624041 0.0926287770271301 -0.4631417095661163 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0361587181687355 0.0644129365682602 -0.6527721285820007 <_> <_> <_>2 11 7 6 -1. <_>2 14 7 3 2. 0 -0.0550982281565666 -0.6102198958396912 0.0660342872142792 <_> <_> <_>12 11 5 6 -1. <_>12 14 5 3 2. 0 -3.2978600356727839e-003 0.0865798667073250 -0.2184482067823410 <_> <_> <_>4 5 3 15 -1. <_>4 10 3 5 3. 0 4.1257790289819241e-003 -0.4498029947280884 0.0932512506842613 <_> <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 0.0334652699530125 0.0145244998857379 -0.4020000100135803 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0225846301764250 -0.6006761789321899 0.0644167214632034 <_> <_> <_>7 10 10 9 -1. <_>7 13 10 3 3. 0 -7.1505038067698479e-003 0.0671394690871239 -0.1294730007648468 <_> <_> <_>2 6 16 10 -1. <_>2 6 8 5 2. <_>10 11 8 5 2. 0 -0.0514400415122509 -0.4846647977828980 0.0820937529206276 <_> <_> <_>0 9 20 4 -1. <_>10 9 10 2 2. <_>0 11 10 2 2. 0 -0.0191009491682053 -0.3539437949657440 0.1085169017314911 <_> <_> <_>4 6 4 7 -1. <_>6 6 2 7 2. 0 6.9468282163143158e-003 0.1540756970643997 -0.2304019033908844 <_> <_> <_>18 0 2 20 -1. <_>18 0 1 20 2. 0 -0.0238866005092859 0.4900797903537750 -0.0596504285931587 <_> <_> <_>3 1 13 2 -1. <_>3 2 13 1 2. 0 -1.3964619720354676e-003 -0.3370470106601715 0.1156945973634720 <_> <_> <_>17 0 3 18 -1. <_>18 0 1 18 3. 0 0.0263206008821726 -0.0391326807439327 0.3761535882949829 <_> <_> <_>1 7 15 5 -1. <_>6 7 5 5 3. 0 5.0336541607975960e-003 -0.3545702099800110 0.1078672036528587 <_> <_> <_>9 3 2 15 -1. <_>9 3 1 15 2. 0 -0.0115239601582289 0.3514864146709442 -0.1137370988726616 -2.1038460731506348 7 -1 <_> <_> <_> <_>5 3 10 6 -1. <_>5 6 10 3 2. 0 -5.6698019616305828e-003 0.2529909014701843 -0.5537719726562500 <_> <_> <_>10 9 4 8 -1. <_>10 13 4 4 2. 0 1.2186550302430987e-003 0.0917235389351845 -0.6566165089607239 <_> <_> <_>7 8 4 12 -1. <_>7 12 4 4 3. 0 3.1903409399092197e-003 0.1211680993437767 -0.5440536141395569 <_> <_> <_>5 5 15 10 -1. <_>5 10 15 5 2. 0 -0.0121176801621914 -0.6821125149726868 0.1117822006344795 <_> <_> <_>4 7 7 4 -1. <_>4 9 7 2 2. 0 2.2634069900959730e-003 -0.5631396174430847 0.0996292605996132 <_> <_> <_>4 5 12 4 -1. <_>8 5 4 4 3. 0 2.2871519904583693e-003 -0.5022724270820618 0.1128802970051765 <_> <_> <_>1 1 7 4 -1. <_>1 3 7 2 2. 0 -7.4018500745296478e-003 -0.5062230825424194 0.1032527014613152 <_> <_> <_>11 9 4 8 -1. <_>11 13 4 4 2. 0 6.5725757740437984e-003 0.0316036716103554 -0.4587934911251068 <_> <_> <_>4 6 12 12 -1. <_>4 6 6 6 2. <_>10 12 6 6 2. 0 -0.0172370690852404 -0.3655610084533691 0.1412204951047897 <_> <_> <_>11 1 6 10 -1. <_>14 1 3 5 2. <_>11 6 3 5 2. 0 -1.7646619817242026e-003 0.1896221041679382 -0.3434976041316986 <_> <_> <_>1 5 16 12 -1. <_>1 5 8 6 2. <_>9 11 8 6 2. 0 0.0260859504342079 0.0873692333698273 -0.5333216190338135 <_> <_> <_>4 7 12 6 -1. <_>4 9 12 2 3. 0 8.5357967764139175e-003 -0.3736073076725006 0.1450852006673813 <_> <_> <_>6 0 6 10 -1. <_>6 0 3 5 2. <_>9 5 3 5 2. 0 -6.2934341840445995e-003 -0.4577507972717285 0.1001626998186112 <_> <_> <_>7 1 12 8 -1. <_>13 1 6 4 2. <_>7 5 6 4 2. 0 0.0970815494656563 3.3761640079319477e-003 -0.8467985987663269 <_> <_> <_>0 1 4 18 -1. <_>2 1 2 18 2. 0 -0.0994557216763496 0.7789235711097717 -0.0544560886919498 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 0.0391285493969917 0.0394799299538136 -0.4662021100521088 <_> <_> <_>0 12 20 6 -1. <_>0 12 10 3 2. <_>10 15 10 3 2. 0 0.0684237629175186 0.0481634102761745 -0.8191074132919312 <_> <_> <_>10 4 4 15 -1. <_>10 9 4 5 3. 0 -0.0173045508563519 -0.4600183069705963 0.0217813402414322 <_> <_> <_>1 1 12 8 -1. <_>1 1 6 4 2. <_>7 5 6 4 2. 0 4.5203989429865032e-005 0.1559097021818161 -0.2573460042476654 <_> <_> <_>11 11 5 6 -1. <_>11 14 5 3 2. 0 -0.0537207499146461 -0.7398458719253540 0.0236581396311522 <_> <_> <_>4 11 5 6 -1. <_>4 14 5 3 2. 0 -2.1576840663328767e-004 0.1180372014641762 -0.3538045883178711 <_> <_> <_>4 14 13 6 -1. <_>4 16 13 2 3. 0 1.2613219441846013e-003 -0.1831308007240295 0.1630696058273315 <_> <_> <_>0 0 6 9 -1. <_>2 0 2 9 3. 0 0.0227140299975872 -0.0956473425030708 0.3806278109550476 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0209583304822445 0.0611855983734131 -0.5264493823051453 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0154584497213364 0.0644667893648148 -0.4744128882884979 <_> <_> <_>5 5 10 6 -1. <_>5 7 10 2 3. 0 -5.0828810781240463e-003 0.1001883000135422 -0.3639725148677826 <_> <_> <_>2 0 16 2 -1. <_>2 1 16 1 2. 0 1.1842510430142283e-003 -0.2060351967811585 0.1712958961725235 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.0501877702772617 -0.0709249675273895 0.1043531969189644 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1753520071506500 0.0377662107348442 -0.8080273866653442 <_> <_> <_>1 2 18 10 -1. <_>10 2 9 5 2. <_>1 7 9 5 2. 0 -0.0684255585074425 -0.5021489858627319 0.0546711198985577 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 2.2496099118143320e-003 -0.2801350951194763 0.1095009967684746 <_> <_> <_>5 4 10 14 -1. <_>10 4 5 7 2. <_>5 11 5 7 2. 0 0.0853556320071220 0.0333769805729389 -0.7367684245109558 <_> <_> <_>0 11 5 6 -1. <_>0 14 5 3 2. 0 -0.0288259796798229 -0.4852809906005859 0.0495960786938667 <_> <_> <_>7 11 13 3 -1. <_>7 12 13 1 3. 0 -1.3562700478360057e-003 0.1849309056997299 -0.1654148995876312 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 1.5731659950688481e-003 0.0904318168759346 -0.3019388020038605 <_> <_> <_>5 6 14 8 -1. <_>5 10 14 4 2. 0 -5.2912188693881035e-003 -0.4396361112594605 0.0468806996941566 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0422001406550407 -0.0753480121493340 0.3771280944347382 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0310307703912258 0.0660533681511879 -0.4737842082977295 <_> <_> <_>1 13 18 3 -1. <_>1 14 18 1 3. 0 8.0451928079128265e-003 -0.0773269832134247 0.3489888906478882 <_> <_> <_>3 15 14 4 -1. <_>10 15 7 2 2. <_>3 17 7 2 2. 0 0.0237911809235811 0.0486299283802509 -0.5815547704696655 <_> <_> <_>0 2 2 13 -1. <_>1 2 1 13 2. 0 -0.0268846806138754 0.7385225892066956 -0.0400251187384129 <_> <_> <_>4 9 12 8 -1. <_>8 9 4 8 3. 0 -1.7013859469443560e-003 0.1411640942096710 -0.1830507963895798 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 -0.0322589799761772 -0.6459869742393494 0.0417741797864437 <_> <_> <_>16 0 4 20 -1. <_>16 0 2 20 2. 0 -0.0917195528745651 0.6365169286727905 -0.0444062799215317 <_> <_> <_>0 0 4 20 -1. <_>2 0 2 20 2. 0 0.0112532200291753 -0.1039896979928017 0.2438649982213974 <_> <_> <_>16 1 4 19 -1. <_>16 1 2 19 2. 0 9.1702006757259369e-003 -0.1014230027794838 0.1732572019100189 <_> <_> <_>1 0 16 4 -1. <_>1 0 8 2 2. <_>9 2 8 2 2. 0 -0.0375844314694405 -0.6599904894828796 0.0353572592139244 <_> <_> <_>12 6 4 14 -1. <_>14 6 2 7 2. <_>12 13 2 7 2. 0 1.4904039562679827e-004 -0.1250495016574860 0.1016137972474098 <_> <_> <_>2 8 15 3 -1. <_>2 9 15 1 3. 0 5.6240631965920329e-004 -0.2151121944189072 0.1053744032979012 <_> <_> <_>7 6 8 10 -1. <_>11 6 4 5 2. <_>7 11 4 5 2. 0 -0.0173142701387405 -0.1679829061031342 0.0612074993550777 <_> <_> <_>0 0 4 20 -1. <_>2 0 2 20 2. 0 -0.0154298702254891 0.2567448019981384 -0.0971934869885445 <_> <_> <_>5 5 10 3 -1. <_>5 5 5 3 2. 0 -0.0156120797619224 -0.3579750061035156 0.0692600682377815 <_> <_> <_>1 17 14 3 -1. <_>1 18 14 1 3. 0 7.4424187187105417e-004 -0.1574046015739441 0.1492107063531876 <_> <_> <_>15 6 5 9 -1. <_>15 9 5 3 3. 0 0.0790083408355713 0.0359247289597988 -0.6490759253501892 <_> <_> <_>7 6 4 10 -1. <_>9 6 2 10 2. 0 -3.3477540127933025e-003 -0.2579470872879028 0.0816268622875214 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 0.0355894193053246 -0.0468700490891933 0.5394526720046997 <_> <_> <_>5 4 8 14 -1. <_>5 4 4 7 2. <_>9 11 4 7 2. 0 7.6168961822986603e-004 0.0804098695516586 -0.2804597020149231 <_> <_> <_>4 6 12 8 -1. <_>10 6 6 4 2. <_>4 10 6 4 2. 0 9.6126887947320938e-003 0.0927157774567604 -0.2275521010160446 <_> <_> <_>3 2 13 6 -1. <_>3 4 13 2 3. 0 0.0345827899873257 -0.0954955071210861 0.2811649143695831 <_> <_> <_>10 4 7 10 -1. <_>10 9 7 5 2. 0 -8.2031842321157455e-003 -0.3316228985786438 0.0406297110021114 <_> <_> <_>3 4 14 10 -1. <_>3 4 7 5 2. <_>10 9 7 5 2. 0 0.0255401097238064 0.0704589337110519 -0.3279935121536255 <_> <_> <_>16 4 3 13 -1. <_>17 4 1 13 3. 0 -3.1389920040965080e-003 0.1252934932708740 -0.0607668012380600 <_> <_> <_>1 4 3 13 -1. <_>2 4 1 13 3. 0 4.5892409980297089e-003 -0.0953354462981224 0.2473867982625961 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 -0.0232600308954716 -0.2382315993309021 0.0335029698908329 <_> <_> <_>0 10 9 4 -1. <_>0 12 9 2 2. 0 1.7964519793167710e-003 0.0898438617587090 -0.2804915904998779 <_> <_> <_>7 8 12 8 -1. <_>13 8 6 4 2. <_>7 12 6 4 2. 0 -0.1095291003584862 -0.4620654881000519 7.4333418160676956e-003 <_> <_> <_>1 8 12 8 -1. <_>1 8 6 4 2. <_>7 12 6 4 2. 0 6.8442770279943943e-003 0.0735201090574265 -0.3619070053100586 <_> <_> <_>1 0 18 10 -1. <_>7 0 6 10 3. 0 -0.0737198516726494 0.4113180041313171 -0.0682930573821068 <_> <_> <_>0 2 12 12 -1. <_>4 2 4 12 3. 0 9.4485012814402580e-003 -0.1213229969143868 0.2149195969104767 <_> <_> <_>8 11 12 9 -1. <_>12 11 4 9 3. 0 -0.0746860578656197 0.2429201006889343 -0.0385207198560238 <_> <_> <_>5 10 4 9 -1. <_>7 10 2 9 2. 0 -0.0189582295715809 -0.3726381957530975 0.0683819502592087 <_> <_> <_>10 2 3 10 -1. <_>10 7 3 5 2. 0 -8.3170487778261304e-004 0.0957854464650154 -0.1016902029514313 -1.9109580516815186 8 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1523323059082031 -0.3180535137653351 0.4703998863697052 <_> <_> <_>9 12 8 8 -1. <_>13 12 4 4 2. <_>9 16 4 4 2. 0 8.8482722640037537e-003 -0.3613426983356476 0.2733295857906342 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0297884102910757 -0.2805927991867065 0.3627023994922638 <_> <_> <_>10 2 9 15 -1. <_>13 2 3 15 3. 0 0.0527256391942501 -0.1932056993246079 0.3550725877285004 <_> <_> <_>1 1 9 15 -1. <_>4 1 3 15 3. 0 0.0260774195194244 -0.3712019920349121 0.2703844010829926 <_> <_> <_>5 4 10 6 -1. <_>5 6 10 2 3. 0 -0.0448785200715065 0.2911930084228516 -0.3517824113368988 <_> <_> <_>5 6 5 8 -1. <_>5 10 5 4 2. 0 -9.3984341947361827e-004 -0.6014366149902344 0.1181579008698463 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 3.1817350536584854e-003 -0.6163272261619568 0.1058147028088570 <_> <_> <_>3 9 5 8 -1. <_>3 13 5 4 2. 0 -6.2214181525632739e-004 0.1170104965567589 -0.6187378168106079 <_> <_> <_>11 1 6 12 -1. <_>14 1 3 6 2. <_>11 7 3 6 2. 0 5.4993429221212864e-003 0.0717406421899796 -0.3212271034717560 <_> <_> <_>3 12 8 8 -1. <_>3 12 4 4 2. <_>7 16 4 4 2. 0 7.0621701888740063e-003 -0.3081459999084473 0.1829912960529327 <_> <_> <_>15 0 3 15 -1. <_>15 5 3 5 3. 0 -0.0344922989606857 -0.3695257008075714 0.1114277988672257 <_> <_> <_>2 5 14 8 -1. <_>2 5 7 4 2. <_>9 9 7 4 2. 0 -0.0537834316492081 -0.6668996214866638 0.0848636403679848 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -0.0201949104666710 -0.4230006933212280 0.0563254691660404 <_> <_> <_>3 1 6 10 -1. <_>3 1 3 5 2. <_>6 6 3 5 2. 0 -7.6839578105136752e-004 0.1354745030403137 -0.3569628894329071 <_> <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 6.6877179779112339e-003 -0.3437983095645905 0.1330209970474243 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1114740967750549 -0.4952355027198792 0.0973030030727386 <_> <_> <_>1 2 19 2 -1. <_>1 3 19 1 2. 0 -8.5021732375025749e-003 -0.5177899003028870 0.0671889036893845 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -0.0188970193266869 -0.4706476926803589 0.0908737778663635 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 5.7387170381844044e-003 -0.1486068964004517 0.3097684085369110 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0326040498912334 0.0786777064204216 -0.5471382737159729 <_> <_> <_>7 0 13 2 -1. <_>7 1 13 1 2. 0 1.8975350030814297e-005 -0.2435985058546066 0.0989089310169220 <_> <_> <_>6 6 8 12 -1. <_>6 10 8 4 3. 0 -1.9267159514129162e-003 -0.5052297711372376 0.0751193314790726 <_> <_> <_>7 1 8 8 -1. <_>11 1 4 4 2. <_>7 5 4 4 2. 0 -7.7145430259406567e-003 -0.2501496076583862 0.1021149978041649 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -0.0188066493719816 -0.4326916933059692 0.1114768013358116 <_> <_> <_>10 10 8 6 -1. <_>10 12 8 2 3. 0 0.0299121998250484 0.0467484481632710 -0.5881829261779785 <_> <_> <_>8 2 3 12 -1. <_>8 8 3 6 2. 0 -7.4260600376874208e-004 0.1838930994272232 -0.2013826072216034 <_> <_> <_>12 5 7 8 -1. <_>12 9 7 4 2. 0 4.0662181563675404e-003 -0.4494845867156982 0.0868813768029213 <_> <_> <_>1 2 6 14 -1. <_>3 2 2 14 3. 0 0.0186816696077585 -0.1710352003574371 0.2293123006820679 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0465806908905506 0.0438743792474270 -0.6670460104942322 <_> <_> <_>1 5 7 8 -1. <_>1 9 7 4 2. 0 -0.0150307398289442 -0.7656944990158081 0.0425244905054569 <_> <_> <_>8 4 4 16 -1. <_>8 12 4 8 2. 0 0.0636028200387955 0.0336294881999493 -0.8677732944488525 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -0.0336131006479263 -0.6746404767036438 0.0451969206333160 <_> <_> <_>11 10 7 6 -1. <_>11 12 7 2 3. 0 -0.0443145297467709 -0.4705643057823181 0.0209879502654076 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 0.0291758198291063 0.0560364909470081 -0.6574596166610718 <_> <_> <_>5 12 13 3 -1. <_>5 13 13 1 3. 0 8.4737781435251236e-003 -0.1231212988495827 0.3603718876838684 <_> <_> <_>1 15 7 4 -1. <_>1 17 7 2 2. 0 -0.0269307401031256 -0.6525511741638184 0.0607266202569008 <_> <_> <_>2 2 17 6 -1. <_>2 4 17 2 3. 0 0.0379301384091377 -0.1549136042594910 0.2177045047283173 <_> <_> <_>1 15 8 4 -1. <_>5 15 4 4 2. 0 0.0164300501346588 -0.2525069117546082 0.1545823067426682 <_> <_> <_>10 1 4 8 -1. <_>10 1 2 8 2. 0 0.0510798096656799 0.0307734999805689 -0.6492931246757507 <_> <_> <_>6 1 4 8 -1. <_>8 1 2 8 2. 0 1.6663300339132547e-003 -0.3742555975914002 0.0813921764492989 <_> <_> <_>10 3 3 14 -1. <_>11 3 1 14 3. 0 -9.0896980836987495e-003 0.1785404980182648 -0.0765780806541443 <_> <_> <_>0 11 18 4 -1. <_>0 11 9 2 2. <_>9 13 9 2 2. 0 0.0206291992217302 0.0723732635378838 -0.4205057919025421 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 8.2410024479031563e-003 0.0328966788947582 -0.3732526898384094 <_> <_> <_>2 7 12 12 -1. <_>2 7 6 6 2. <_>8 13 6 6 2. 0 -0.0461264997720718 -0.3735642135143280 0.0773367807269096 <_> <_> <_>4 11 13 2 -1. <_>4 12 13 1 2. 0 -8.3484929054975510e-003 0.1869013011455536 -0.1512683928012848 <_> <_> <_>0 4 15 12 -1. <_>0 10 15 6 2. 0 -0.0476890802383423 -0.4073002040386200 0.0875983685255051 <_> <_> <_>5 2 11 8 -1. <_>5 6 11 4 2. 0 -5.0166220171377063e-004 0.1203676983714104 -0.2471766024827957 <_> <_> <_>2 8 13 3 -1. <_>2 9 13 1 3. 0 2.1794239728478715e-005 -0.2980081140995026 0.1206500008702278 <_> <_> <_>15 3 5 9 -1. <_>15 6 5 3 3. 0 -0.0705972909927368 -0.6811661124229431 0.0641989484429359 <_> <_> <_>7 3 3 13 -1. <_>8 3 1 13 3. 0 -6.4999358728528023e-003 0.2621915936470032 -0.1401500999927521 <_> <_> <_>1 9 18 3 -1. <_>7 9 6 3 3. 0 5.3664338774979115e-003 -0.3427318036556244 0.0920485705137253 <_> <_> <_>8 1 3 13 -1. <_>9 1 1 13 3. 0 -0.0133419502526522 0.4025807976722717 -0.0720523074269295 <_> <_> <_>9 3 2 13 -1. <_>9 3 1 13 2. 0 0.0122430901974440 -0.0824268311262131 0.3836919963359833 -2.0048389434814453 9 -1 <_> <_> <_> <_>1 2 8 8 -1. <_>1 2 4 4 2. <_>5 6 4 4 2. 0 -2.8617910575121641e-003 0.2144317030906677 -0.5153213739395142 <_> <_> <_>9 5 3 12 -1. <_>9 11 3 6 2. 0 1.9125089747831225e-003 0.1448303014039993 -0.6117541193962097 <_> <_> <_>5 4 9 5 -1. <_>8 4 3 5 3. 0 4.8059499822556973e-003 -0.4423562884330750 0.1346658021211624 <_> <_> <_>0 3 20 16 -1. <_>0 11 20 8 2. 0 -0.0957776233553886 -0.4891478121280670 0.1316964030265808 <_> <_> <_>0 4 16 6 -1. <_>0 6 16 2 3. 0 -8.9395968243479729e-003 0.1479054987430573 -0.4669628143310547 <_> <_> <_>9 6 5 12 -1. <_>9 12 5 6 2. 0 8.1128235906362534e-003 0.0506713315844536 -0.4022750854492188 <_> <_> <_>5 6 10 8 -1. <_>5 10 10 4 2. 0 2.2638900554738939e-004 -0.5092825293540955 0.0821132063865662 <_> <_> <_>2 8 16 3 -1. <_>2 9 16 1 3. 0 -6.1516009736806154e-004 -0.3813680112361908 0.1015795022249222 <_> <_> <_>2 9 16 3 -1. <_>2 10 16 1 3. 0 -3.2050691079348326e-003 -0.5835245847702026 0.0623853988945484 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 5.4250762332230806e-004 -0.2554849982261658 0.1483220010995865 <_> <_> <_>6 1 7 6 -1. <_>6 3 7 2 3. 0 1.0713520459830761e-003 -0.3533431887626648 0.1179158985614777 <_> <_> <_>3 10 14 3 -1. <_>3 11 14 1 3. 0 -1.7755989683791995e-003 -0.3408727943897247 0.0947401076555252 <_> <_> <_>1 4 6 16 -1. <_>1 4 3 8 2. <_>4 12 3 8 2. 0 -0.0930142030119896 0.7468546032905579 -0.0524433404207230 <_> <_> <_>1 14 19 6 -1. <_>1 16 19 2 3. 0 -0.0141921304166317 -0.3143399953842163 0.0904521867632866 <_> <_> <_>5 9 4 8 -1. <_>7 9 2 8 2. 0 -5.3375191055238247e-004 0.1411971002817154 -0.2029671072959900 <_> <_> <_>5 7 12 4 -1. <_>9 7 4 4 3. 0 0.0948446094989777 0.0146256797015667 -0.6221520900726318 <_> <_> <_>3 6 12 4 -1. <_>7 6 4 4 3. 0 1.1853160103783011e-003 -0.2598401010036469 0.1215312033891678 <_> <_> <_>6 5 8 6 -1. <_>6 7 8 2 3. 0 -2.4541220627725124e-003 0.0718945935368538 -0.3980351984500885 <_> <_> <_>4 0 6 10 -1. <_>6 0 2 10 3. 0 6.8703000433743000e-003 0.0686260983347893 -0.3856580853462219 <_> <_> <_>11 9 4 8 -1. <_>11 13 4 4 2. 0 -0.0604112707078457 -0.4848239123821259 0.0207060202956200 <_> <_> <_>5 9 4 8 -1. <_>5 13 4 4 2. 0 -4.6826168545521796e-004 0.0958562418818474 -0.3123035132884979 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -3.3507338957861066e-004 0.0781286582350731 -0.0947510004043579 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0363130606710911 0.0448244214057922 -0.6369314789772034 <_> <_> <_>4 0 13 2 -1. <_>4 1 13 1 2. 0 3.8052719901315868e-004 -0.2193126976490021 0.1178051978349686 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 -0.0509646311402321 0.5578337907791138 -0.0438696891069412 <_> <_> <_>14 3 6 7 -1. <_>16 3 2 7 3. 0 -0.0761987566947937 0.6778960824012756 -0.0179358907043934 <_> <_> <_>5 4 5 10 -1. <_>5 9 5 5 2. 0 -0.0126770203933120 -0.6073101162910461 0.0490861907601357 <_> <_> <_>8 1 5 10 -1. <_>8 6 5 5 2. 0 -3.6766629200428724e-003 0.1522663980722427 -0.1995368003845215 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0388467386364937 -0.7704523801803589 0.0337324701249599 <_> <_> <_>14 3 6 9 -1. <_>16 3 2 9 3. 0 9.4217229634523392e-003 -0.0699294880032539 0.1366914063692093 <_> <_> <_>0 3 6 9 -1. <_>2 3 2 9 3. 0 7.3391180485486984e-003 -0.1213333979249001 0.2117549926042557 <_> <_> <_>1 1 19 3 -1. <_>1 2 19 1 3. 0 0.0122113795951009 0.0676368474960327 -0.4335371851921082 <_> <_> <_>6 6 4 14 -1. <_>8 6 2 14 2. 0 -9.3064550310373306e-003 -0.3468249142169952 0.0640623122453690 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 0.0521113090217113 -0.0341469906270504 0.3890474140644074 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 -4.3582019861787558e-004 0.1395650953054428 -0.1828942000865936 <_> <_> <_>0 6 20 2 -1. <_>0 6 10 2 2. 0 -0.0105753596872091 -0.2778246104717255 0.0856670662760735 <_> <_> <_>6 4 6 5 -1. <_>9 4 3 5 2. 0 1.4794029993936419e-003 -0.2315472066402435 0.1176588982343674 <_> <_> <_>13 2 6 11 -1. <_>13 2 3 11 2. 0 9.4746891409158707e-003 -0.1334528028964996 0.1806696951389313 <_> <_> <_>0 6 5 9 -1. <_>0 9 5 3 3. 0 0.0833551883697510 0.0335639603435993 -0.7286074161529541 <_> <_> <_>13 2 6 8 -1. <_>13 2 3 8 2. 0 -0.0666290074586868 0.3805825114250183 -0.0334907509386539 <_> <_> <_>1 2 6 8 -1. <_>4 2 3 8 2. 0 5.0287488847970963e-003 -0.1141801029443741 0.2153498977422714 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.5122200250625610 7.6377480290830135e-003 -0.6506755948066711 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1230005994439125 0.0388790816068649 -0.5942044258117676 <_> <_> <_>7 11 13 3 -1. <_>7 12 13 1 3. 0 -1.1227129725739360e-003 0.1023541018366814 -0.1120750978589058 <_> <_> <_>0 2 20 6 -1. <_>0 2 10 3 2. <_>10 5 10 3 2. 0 -0.0622209496796131 -0.5117347240447998 0.0418797992169857 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0263233892619610 0.3400599062442780 -0.0506244711577892 <_> <_> <_>5 0 3 13 -1. <_>6 0 1 13 3. 0 -0.0188750196248293 -0.5455083847045898 0.0415249206125736 <_> <_> <_>0 1 20 10 -1. <_>0 6 20 5 2. 0 -0.3403478860855103 -0.9154180288314819 0.0165613200515509 <_> <_> <_>7 1 3 13 -1. <_>8 1 1 13 3. 0 -8.0456008436158299e-004 0.1427077054977417 -0.1290145069360733 <_> <_> <_>11 0 2 16 -1. <_>11 0 1 16 2. 0 -3.9579509757459164e-003 -0.3340837061405182 0.0586375482380390 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 0.0183365494012833 -0.0456322208046913 0.5269632935523987 <_> <_> <_>0 13 20 6 -1. <_>10 13 10 3 2. <_>0 16 10 3 2. 0 -0.0576861016452312 -0.5760436058044434 0.0395500995218754 <_> <_> <_>0 7 4 13 -1. <_>2 7 2 13 2. 0 -8.6881890892982483e-003 0.2092967927455902 -0.1030900031328201 <_> <_> <_>5 10 15 10 -1. <_>5 15 15 5 2. 0 0.2031854987144470 9.4080818817019463e-003 -0.9938954710960388 <_> <_> <_>0 10 15 10 -1. <_>0 15 15 5 2. 0 0.0200977995991707 0.0565773993730545 -0.3781901895999908 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 0.0132171399891377 -0.0743221268057823 0.1787465065717697 <_> <_> <_>7 0 2 16 -1. <_>8 0 1 16 2. 0 -9.1346688568592072e-003 -0.4935688078403473 0.0377993695437908 <_> <_> <_>6 14 9 4 -1. <_>6 16 9 2 2. 0 8.7239191634580493e-004 -0.1384868025779724 0.1151691973209381 <_> <_> <_>1 3 15 2 -1. <_>1 4 15 1 2. 0 -3.4609009162522852e-004 -0.1637182980775833 0.1194979026913643 <_> <_> <_>6 5 13 8 -1. <_>6 9 13 4 2. 0 -9.8570866975933313e-004 -0.5464289784431458 0.0446892790496349 <_> <_> <_>4 0 11 6 -1. <_>4 2 11 2 3. 0 0.0102185597643256 -0.1157016977667809 0.1672383993864059 <_> <_> <_>1 9 18 4 -1. <_>10 9 9 2 2. <_>1 11 9 2 2. 0 0.0267026796936989 0.0439220406115055 -0.4512043893337250 <_> <_> <_>3 9 6 8 -1. <_>6 9 3 8 2. 0 -2.0299260504543781e-003 0.1193227991461754 -0.1697949022054672 <_> <_> <_>5 8 12 4 -1. <_>9 8 4 4 3. 0 -0.0880236029624939 -0.8027979135513306 9.4295190647244453e-003 <_> <_> <_>3 8 12 4 -1. <_>7 8 4 4 3. 0 -0.0131091102957726 -0.3086530864238739 0.0608020499348640 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -9.9501870572566986e-003 0.1840061992406845 -0.0464654788374901 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -3.4293539356440306e-003 0.2668299973011017 -0.0993386432528496 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0547291412949562 0.0287311300635338 -0.7774584889411926 <_> <_> <_>5 7 8 8 -1. <_>5 7 4 4 2. <_>9 11 4 4 2. 0 7.2012972086668015e-003 0.0448924787342548 -0.3828934133052826 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0420471206307411 -0.0225623399019241 0.4064665138721466 <_> <_> <_>4 6 12 3 -1. <_>10 6 6 3 2. 0 4.4444389641284943e-003 0.0912041068077087 -0.1874821037054062 <_> <_> <_>0 0 20 4 -1. <_>10 0 10 2 2. <_>0 2 10 2 2. 0 0.0284418407827616 0.0406680405139923 -0.4055212140083313 <_> <_> <_>3 6 13 3 -1. <_>3 7 13 1 3. 0 -0.0151418298482895 0.2479986995458603 -0.0836073383688927 <_> <_> <_>11 2 4 7 -1. <_>11 2 2 7 2. 0 0.0393880903720856 0.0242792796343565 -0.7682729959487915 <_> <_> <_>5 2 4 7 -1. <_>7 2 2 7 2. 0 6.1649468261748552e-004 -0.1724991053342819 0.1031161025166512 <_> <_> <_>1 16 18 2 -1. <_>1 17 18 1 2. 0 0.0260016508400440 0.0228253491222858 -0.7754545211791992 <_> <_> <_>0 13 14 3 -1. <_>0 14 14 1 3. 0 1.4940380351617932e-003 -0.1102840974926949 0.1696674972772598 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -0.0137771498411894 -0.3842472136020660 0.0303202699869871 <_> <_> <_>3 14 13 3 -1. <_>3 15 13 1 3. 0 9.9619822576642036e-003 -0.0537646599113941 0.3788712918758392 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 3.2952039036899805e-003 0.0943841636180878 -0.3276272118091583 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 5.7747410610318184e-003 0.0571149401366711 -0.3071976900100708 <_> <_> <_>2 10 18 10 -1. <_>8 10 6 10 3. 0 -0.0483925901353359 0.1702105998992920 -0.0870455130934715 <_> <_> <_>0 12 13 2 -1. <_>0 13 13 1 2. 0 5.6376052089035511e-004 -0.0938163027167320 0.2064231038093567 <_> <_> <_>5 7 14 4 -1. <_>12 7 7 2 2. <_>5 9 7 2 2. 0 -0.0238738097250462 -0.3008235096931458 0.0174777191132307 <_> <_> <_>1 7 14 4 -1. <_>1 7 7 2 2. <_>8 9 7 2 2. 0 -0.0105269001796842 -0.3441892862319946 0.0579956397414207 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 0.0222886707633734 -0.0571798495948315 0.1973951011896133 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -0.0145890703424811 -0.4516879916191101 0.0414904095232487 <_> <_> <_>9 7 9 9 -1. <_>12 7 3 9 3. 0 -0.0469363704323769 0.2045795023441315 -0.0517691895365715 <_> <_> <_>0 8 15 2 -1. <_>0 9 15 1 2. 0 5.3777720313519239e-004 -0.3948144912719727 0.0450766906142235 <_> <_> <_>15 4 5 6 -1. <_>15 7 5 3 2. 0 -2.2181039676070213e-003 -0.2457561939954758 0.1026121973991394 <_> <_> <_>4 0 9 18 -1. <_>4 9 9 9 2. 0 0.3507654964923859 0.0197911299765110 -0.9516146779060364 <_> <_> <_>14 15 6 5 -1. <_>14 15 3 5 2. 0 -0.0267120599746704 0.2239314019680023 -0.0455801002681255 <_> <_> <_>0 4 5 6 -1. <_>0 7 5 3 2. 0 -3.9627091027796268e-003 -0.2420701980590820 0.0765885934233665 <_> <_> <_>9 1 5 10 -1. <_>9 6 5 5 2. 0 -4.7878702171146870e-003 0.1265527009963989 -0.1196471005678177 <_> <_> <_>0 11 6 8 -1. <_>3 11 3 8 2. 0 7.1042939089238644e-003 -0.0921304225921631 0.2151913940906525 <_> <_> <_>9 7 6 10 -1. <_>12 7 3 5 2. <_>9 12 3 5 2. 0 -2.2581929442822002e-005 0.0606346093118191 -0.1584898978471756 <_> <_> <_>1 5 9 10 -1. <_>4 5 3 10 3. 0 -0.0780606418848038 0.3482210934162140 -0.0531737096607685 <_> <_> <_>6 2 9 16 -1. <_>9 2 3 16 3. 0 0.2755585014820099 7.4112107977271080e-003 -1.0000040531158447 <_> <_> <_>5 2 9 16 -1. <_>8 2 3 16 3. 0 0.1965232938528061 0.0201311092823744 -0.8532667160034180 <_> <_> <_>5 10 10 10 -1. <_>5 15 10 5 2. 0 -1.6801860183477402e-003 0.0770821794867516 -0.2262036949396133 -1.8743180036544800 10 -1 <_> <_> <_> <_>5 4 6 10 -1. <_>5 4 3 5 2. <_>8 9 3 5 2. 0 -0.0188147109001875 0.3774428963661194 -0.4077064096927643 <_> <_> <_>11 2 8 8 -1. <_>15 2 4 4 2. <_>11 6 4 4 2. 0 -0.0231910496950150 0.3404903113842011 -0.3614461123943329 <_> <_> <_>0 2 6 10 -1. <_>3 2 3 10 2. 0 0.0313330888748169 -0.4361351132392883 0.1966868937015533 <_> <_> <_>4 10 13 8 -1. <_>4 14 13 4 2. 0 -0.0113187003880739 0.1168517023324966 -0.5635979175567627 <_> <_> <_>5 6 8 4 -1. <_>9 6 4 4 2. 0 -3.1084290822036564e-004 -0.4339633882045746 0.1426406949758530 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 0.0873500630259514 -0.1995280981063843 0.3304361104965210 <_> <_> <_>1 2 8 8 -1. <_>1 2 4 4 2. <_>5 6 4 4 2. 0 -0.0290185194462538 0.3231520950794220 -0.2170704007148743 <_> <_> <_>4 7 12 6 -1. <_>4 9 12 2 3. 0 0.0598606802523136 -0.1876475065946579 0.2765103876590729 <_> <_> <_>4 5 12 10 -1. <_>4 5 6 5 2. <_>10 10 6 5 2. 0 -0.0296821705996990 -0.4643633067607880 0.1112900972366333 <_> <_> <_>8 12 8 8 -1. <_>12 12 4 4 2. <_>8 16 4 4 2. 0 -2.2648361045867205e-003 -0.2716302871704102 0.0869167596101761 <_> <_> <_>3 14 5 6 -1. <_>3 17 5 3 2. 0 -1.6869819955900311e-003 0.1799899041652679 -0.2715292870998383 <_> <_> <_>7 4 6 8 -1. <_>9 4 2 8 3. 0 1.0256370296701789e-003 -0.4324820935726166 0.1025668978691101 <_> <_> <_>4 0 6 8 -1. <_>6 0 2 8 3. 0 -0.0317629203200340 -0.6441916823387146 0.0675051063299179 <_> <_> <_>7 0 13 3 -1. <_>7 1 13 1 3. 0 -8.5913296788930893e-003 -0.3767251074314117 0.0729007571935654 <_> <_> <_>3 1 14 2 -1. <_>3 2 14 1 2. 0 -2.1636451128870249e-003 -0.4220950901508331 0.1072463020682335 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 6.0111237689852715e-004 0.0613021105527878 -0.3800497949123383 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 -6.1244412790983915e-005 0.0747657865285873 -0.5264449119567871 <_> <_> <_>13 1 3 18 -1. <_>14 1 1 18 3. 0 -0.0236664302647114 -0.5680130124092102 0.0363775417208672 <_> <_> <_>4 1 3 15 -1. <_>5 1 1 15 3. 0 -0.0142566096037626 -0.5344669222831726 0.0627688691020012 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 -0.0157139096409082 0.3189856112003326 -0.1154123991727829 <_> <_> <_>0 12 20 4 -1. <_>0 14 20 2 2. 0 -0.0592860206961632 -0.5713595747947693 0.0817756801843643 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 -0.0441229082643986 -0.7059100866317749 0.0208330992609262 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 -7.2728260420262814e-004 0.1081985011696816 -0.3807745873928070 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0666537284851074 -0.6082463860511780 0.0432488210499287 <_> <_> <_>0 7 20 2 -1. <_>0 8 20 1 2. 0 2.3679709993302822e-003 -0.2979309856891632 0.1209193989634514 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 0.0335661806166172 0.0364646203815937 -0.5576698780059815 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0531388111412525 -0.5624539256095886 0.0652962774038315 <_> <_> <_>5 5 10 8 -1. <_>5 9 10 4 2. 0 -2.9401908977888525e-004 -0.5841795206069946 0.0500055104494095 <_> <_> <_>7 1 3 10 -1. <_>7 6 3 5 2. 0 -4.8085048911161721e-004 0.1401866972446442 -0.2479272037744522 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0477770604193211 0.0556727983057499 -0.5954074263572693 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0334238708019257 -0.1437038928270340 0.2330098003149033 <_> <_> <_>4 9 12 11 -1. <_>8 9 4 11 3. 0 0.2043281048536301 0.0453270487487316 -0.7416430711746216 <_> <_> <_>1 0 18 20 -1. <_>7 0 6 20 3. 0 0.1410606056451798 -0.3967429101467133 0.0816928669810295 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 1.0005939839174971e-004 -0.2231793999671936 0.1391762942075729 <_> <_> <_>2 15 16 4 -1. <_>2 17 16 2 2. 0 0.0606893897056580 0.0343249887228012 -0.8279684782028198 <_> <_> <_>5 18 13 2 -1. <_>5 19 13 1 2. 0 -3.6456179805099964e-003 0.1528643965721130 -0.1400597989559174 <_> <_> <_>3 0 6 8 -1. <_>5 0 2 8 3. 0 0.0319453403353691 0.0653436928987503 -0.4429608881473541 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 0.0234283804893494 0.0255273096263409 -0.6327065825462341 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0460679493844509 0.0435791015625000 -0.6492987275123596 <_> <_> <_>10 14 9 6 -1. <_>10 16 9 2 3. 0 -0.0580551512539387 -0.6395754218101502 0.0140287503600121 <_> <_> <_>1 14 9 6 -1. <_>1 16 9 2 3. 0 0.0387837402522564 0.0512335188686848 -0.5414438843727112 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 -0.0127655202522874 0.2708289027214050 -0.0919277667999268 <_> <_> <_>3 2 13 2 -1. <_>3 3 13 1 2. 0 -3.1400551088154316e-003 -0.3467982113361359 0.0839736685156822 <_> <_> <_>4 6 16 3 -1. <_>4 6 8 3 2. 0 -0.0197199992835522 -0.2047695964574814 0.0632321983575821 <_> <_> <_>0 10 17 2 -1. <_>0 11 17 1 2. 0 3.2241051085293293e-003 0.0962597131729126 -0.2809821963310242 <_> <_> <_>11 6 6 12 -1. <_>11 12 6 6 2. 0 -0.0592718608677387 -0.2668690979480743 0.0329072587192059 <_> <_> <_>0 10 16 4 -1. <_>0 10 8 2 2. <_>8 12 8 2 2. 0 0.0156366396695375 0.0691880732774735 -0.4176171123981476 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -8.8900122791528702e-003 0.1960355043411255 -0.1124975010752678 <_> <_> <_>3 14 14 4 -1. <_>3 14 7 2 2. <_>10 16 7 2 2. 0 0.0244589094072580 0.0569889694452286 -0.5102502107620239 <_> <_> <_>6 6 14 3 -1. <_>6 6 7 3 2. 0 0.1010131984949112 9.4210049137473106e-003 -0.3669132888317108 <_> <_> <_>0 6 14 3 -1. <_>7 6 7 3 2. 0 0.0907398313283920 0.0539998784661293 -0.5118147730827332 <_> <_> <_>5 8 10 8 -1. <_>10 8 5 4 2. <_>5 12 5 4 2. 0 -0.0495578683912754 -0.6246703863143921 0.0409882701933384 <_> <_> <_>1 2 18 7 -1. <_>7 2 6 7 3. 0 0.2655834853649139 -0.0861365497112274 0.3243843913078308 <_> <_> <_>12 6 5 6 -1. <_>12 9 5 3 2. 0 1.8632459687069058e-003 -0.5456336140632629 0.0586840510368347 <_> <_> <_>1 10 4 7 -1. <_>3 10 2 7 2. 0 0.0118049401789904 -0.2060389965772629 0.1416734009981155 <_> <_> <_>4 0 14 2 -1. <_>4 1 14 1 2. 0 6.8137067137286067e-004 -0.2080647051334381 0.0926273763179779 <_> <_> <_>0 6 7 9 -1. <_>0 9 7 3 3. 0 5.7278381427749991e-004 -0.4317088127136231 0.0633603632450104 <_> <_> <_>9 6 3 14 -1. <_>10 6 1 14 3. 0 -0.0110419997945428 0.1814437955617905 -0.0417078398168087 <_> <_> <_>3 4 13 3 -1. <_>3 5 13 1 3. 0 9.5696747303009033e-003 -0.1209833994507790 0.2160761952400208 <_> <_> <_>13 2 7 6 -1. <_>13 4 7 2 3. 0 0.0742741972208023 0.0263995490968227 -0.7760186791419983 <_> <_> <_>0 1 18 5 -1. <_>6 1 6 5 3. 0 -0.0258158296346664 0.5349736809730530 -0.0520251505076885 <_> <_> <_>12 10 6 10 -1. <_>15 10 3 5 2. <_>12 15 3 5 2. 0 -0.0633146911859512 0.5190032124519348 -0.0193295907229185 <_> <_> <_>2 10 6 10 -1. <_>2 10 3 5 2. <_>5 15 3 5 2. 0 -0.0664324909448624 0.7214093208312988 -0.0328820310533047 <_> <_> <_>4 3 12 6 -1. <_>4 5 12 2 3. 0 -0.0757490396499634 0.4148524999618530 -0.0554517284035683 <_> <_> <_>0 2 18 4 -1. <_>0 2 9 2 2. <_>9 4 9 2 2. 0 -0.0202960409224033 -0.3325068950653076 0.0823978930711746 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 0.0221726503223181 -0.1441915035247803 0.1728086024522781 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 4.2085880413651466e-003 -0.3023748993873596 0.0866990834474564 <_> <_> <_>10 10 6 10 -1. <_>13 10 3 5 2. <_>10 15 3 5 2. 0 0.0682673305273056 8.7291244417428970e-003 -0.3695572912693024 <_> <_> <_>4 10 6 10 -1. <_>4 10 3 5 2. <_>7 15 3 5 2. 0 5.1220320165157318e-003 -0.2082498073577881 0.1453005969524384 <_> <_> <_>6 0 8 10 -1. <_>10 0 4 5 2. <_>6 5 4 5 2. 0 -0.0531143285334110 -0.5514230132102966 0.0434211902320385 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 -0.0497399792075157 0.4407710134983063 -0.0643496736884117 -1.9982930421829224 11 -1 <_> <_> <_> <_>9 3 2 14 -1. <_>9 10 2 7 2. 0 -3.3883380820043385e-004 0.1899784952402115 -0.4618484973907471 <_> <_> <_>12 1 6 10 -1. <_>15 1 3 5 2. <_>12 6 3 5 2. 0 -1.5632030554115772e-003 0.1938140988349915 -0.4351884126663208 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 1.5552520053461194e-003 -0.4742031097412109 0.1213762983679771 <_> <_> <_>11 1 9 18 -1. <_>11 10 9 9 2. 0 -0.0314171202480793 -0.3909668922424316 0.1095193028450012 <_> <_> <_>2 1 6 10 -1. <_>2 1 3 5 2. <_>5 6 3 5 2. 0 -3.2835190650075674e-003 0.1642895042896271 -0.3275192975997925 <_> <_> <_>4 10 16 4 -1. <_>12 10 8 2 2. <_>4 12 8 2 2. 0 5.8749080635607243e-003 0.0762259736657143 -0.4347071051597595 <_> <_> <_>0 10 18 4 -1. <_>0 10 9 2 2. <_>9 12 9 2 2. 0 4.4846539385616779e-003 0.1219756007194519 -0.4487237930297852 <_> <_> <_>12 5 4 8 -1. <_>12 9 4 4 2. 0 1.9835829734802246e-003 -0.6291102170944214 0.1012253016233444 <_> <_> <_>0 4 18 10 -1. <_>0 4 9 5 2. <_>9 9 9 5 2. 0 0.0126094697043300 0.1043825000524521 -0.3501549959182739 <_> <_> <_>2 11 18 2 -1. <_>2 12 18 1 2. 0 -4.7475768951699138e-004 0.1100815981626511 -0.3042953908443451 <_> <_> <_>4 0 5 9 -1. <_>4 3 5 3 3. 0 3.2356760930269957e-003 -0.2705790102481842 0.1274618059396744 <_> <_> <_>10 2 6 8 -1. <_>12 2 2 8 3. 0 9.9898613989353180e-003 0.0639069825410843 -0.4711843132972717 <_> <_> <_>1 7 13 2 -1. <_>1 8 13 1 2. 0 5.6069239508360624e-004 -0.3178333044052124 0.1040434017777443 <_> <_> <_>10 2 6 8 -1. <_>12 2 2 8 3. 0 -0.0576946996152401 -0.5134257078170776 0.0263949800282717 <_> <_> <_>4 2 6 8 -1. <_>6 2 2 8 3. 0 5.5947788059711456e-003 0.0767747536301613 -0.4337426126003265 <_> <_> <_>8 5 8 8 -1. <_>12 5 4 4 2. <_>8 9 4 4 2. 0 -3.8770840037614107e-003 0.1398819983005524 -0.2022155970335007 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0478742010891438 -0.4792838990688324 0.0680430307984352 <_> <_> <_>13 0 6 10 -1. <_>16 0 3 5 2. <_>13 5 3 5 2. 0 0.0258175507187843 -0.0455241985619068 0.3945290148258209 <_> <_> <_>3 9 13 3 -1. <_>3 10 13 1 3. 0 1.6696650709491223e-004 -0.3088071942329407 0.1087523996829987 <_> <_> <_>5 11 11 6 -1. <_>5 14 11 3 2. 0 9.8888948559761047e-004 0.0686990320682526 -0.4181300997734070 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -3.4260770771652460e-003 -0.2892970144748688 0.1147964969277382 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 0.0660443678498268 0.0168092697858810 -0.3353480100631714 <_> <_> <_>3 5 4 8 -1. <_>3 9 4 4 2. 0 2.8318059630692005e-003 -0.3948217034339905 0.0855987221002579 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.4268054962158203 5.0977780483663082e-003 -0.5933117866516113 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1196065023541451 0.0274377707391977 -0.7661628127098084 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0195713192224503 -0.1196618005633354 0.2396223992109299 <_> <_> <_>0 1 16 3 -1. <_>0 2 16 1 3. 0 -0.0174324698746204 -0.5853034853935242 0.0564003400504589 <_> <_> <_>8 9 6 10 -1. <_>8 14 6 5 2. 0 -0.1119662970304489 -0.6724832057952881 0.0291506592184305 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 -4.5747519470751286e-003 -0.4773026108741760 0.0566129982471466 <_> <_> <_>13 0 6 10 -1. <_>16 0 3 5 2. <_>13 5 3 5 2. 0 -5.1501519046723843e-003 0.1151062995195389 -0.1073232963681221 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 0.0290342494845390 -0.0533687099814415 0.6422646045684815 <_> <_> <_>7 1 8 12 -1. <_>7 7 8 6 2. 0 -1.8050910439342260e-003 0.1279534995555878 -0.1232938989996910 <_> <_> <_>1 2 17 2 -1. <_>1 3 17 1 2. 0 -2.4374839849770069e-003 -0.3531234860420227 0.0877031534910202 <_> <_> <_>11 0 3 18 -1. <_>12 0 1 18 3. 0 -0.0190700795501471 -0.4066244065761566 0.0432731881737709 <_> <_> <_>0 13 8 6 -1. <_>0 15 8 2 3. 0 -0.0504542402923107 -0.8119810223579407 0.0282891094684601 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 1.6544000245630741e-003 -0.1696404069662094 0.1219474002718926 <_> <_> <_>0 6 6 14 -1. <_>0 6 3 7 2. <_>3 13 3 7 2. 0 -0.0467913113534451 0.4061444103717804 -0.0611748583614826 <_> <_> <_>12 11 8 6 -1. <_>12 13 8 2 3. 0 -0.0559538491070271 -0.8266291022300720 0.0277747493237257 <_> <_> <_>2 16 12 4 -1. <_>6 16 4 4 3. 0 1.4469559537246823e-003 -0.1495386958122253 0.1596699059009552 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -0.0125290500000119 -0.4250465035438538 0.0216580796986818 <_> <_> <_>5 6 4 8 -1. <_>5 10 4 4 2. 0 1.1086500016972423e-003 -0.3600699007511139 0.0644150972366333 <_> <_> <_>3 11 16 4 -1. <_>11 11 8 2 2. <_>3 13 8 2 2. 0 0.0393617786467075 8.2419048994779587e-003 -0.7530307173728943 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 0.0188239291310310 0.0448211207985878 -0.5060411095619202 <_> <_> <_>16 3 4 8 -1. <_>16 3 2 8 2. 0 -0.0320830009877682 0.3143131136894226 -0.0391818694770336 <_> <_> <_>6 0 3 18 -1. <_>7 0 1 18 3. 0 -0.0310819298028946 -0.7690374255180359 0.0307429600507021 <_> <_> <_>16 3 4 8 -1. <_>16 3 2 8 2. 0 0.0232182107865810 -0.0577487498521805 0.2895534932613373 <_> <_> <_>4 12 12 4 -1. <_>8 12 4 4 3. 0 -1.1492100311443210e-003 0.1150140985846520 -0.1931069046258926 <_> <_> <_>4 0 16 3 -1. <_>4 1 16 1 3. 0 -0.0165939405560493 -0.4229854047298431 0.0437389798462391 <_> <_> <_>0 3 4 8 -1. <_>2 3 2 8 2. 0 -0.0101465703919530 0.2557984888553619 -0.0919662415981293 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -0.0130540197715163 0.1833952963352203 -0.0401608310639858 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 3.7463540211319923e-003 -0.1258676946163178 0.2224701941013336 <_> <_> <_>9 6 6 12 -1. <_>9 6 3 12 2. 0 -0.0484635904431343 -0.5815590023994446 0.0297133903950453 <_> <_> <_>0 10 10 6 -1. <_>0 12 10 2 3. 0 6.4649381674826145e-003 0.0931691080331802 -0.2904658019542694 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0156078096479177 0.0473319701850414 -0.4480555951595306 <_> <_> <_>4 10 12 10 -1. <_>4 15 12 5 2. 0 -5.8314641937613487e-003 0.0989417582750320 -0.2205685973167419 <_> <_> <_>10 4 4 16 -1. <_>10 4 2 16 2. 0 0.0736078023910522 0.0167804602533579 -0.5495312213897705 <_> <_> <_>6 4 4 16 -1. <_>8 4 2 16 2. 0 -6.4223129302263260e-003 -0.2964796125888825 0.0735399127006531 <_> <_> <_>7 8 13 2 -1. <_>7 9 13 1 2. 0 2.2267029635258950e-005 -0.3421182036399841 0.0418582707643509 <_> <_> <_>0 8 13 2 -1. <_>0 9 13 1 2. 0 0.0372736304998398 0.0274580791592598 -0.7855197191238403 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 4.2738770134747028e-003 -0.0825145170092583 0.1040488034486771 <_> <_> <_>3 0 9 5 -1. <_>6 0 3 5 3. 0 1.1906049912795424e-003 -0.1630043983459473 0.1530064940452576 <_> <_> <_>14 6 6 10 -1. <_>14 6 3 10 2. 0 8.7800435721874237e-003 -0.0928859487175941 0.1314751058816910 <_> <_> <_>1 5 17 6 -1. <_>1 7 17 2 3. 0 2.4151368997991085e-003 0.0475985594093800 -0.4482966959476471 <_> <_> <_>14 6 6 10 -1. <_>14 6 3 10 2. 0 -0.0274283401668072 0.1981106996536255 -0.0559796988964081 <_> <_> <_>0 17 14 3 -1. <_>0 18 14 1 3. 0 -1.4117059763520956e-003 -0.2113897055387497 0.1040974035859108 <_> <_> <_>14 6 6 10 -1. <_>14 6 3 10 2. 0 -0.2021020054817200 -0.7712023258209229 7.0582218468189240e-003 <_> <_> <_>0 6 6 10 -1. <_>3 6 3 10 2. 0 -0.0414513200521469 0.2829514145851135 -0.0713235288858414 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 4.8561887815594673e-003 0.0866938978433609 -0.2354182004928589 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 -4.4662880100077018e-005 0.1325713992118835 -0.2016859948635101 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0376715809106827 -0.0749522894620895 0.3384338021278381 <_> <_> <_>2 7 6 13 -1. <_>4 7 2 13 3. 0 0.0743432566523552 0.0329050309956074 -0.7353677749633789 <_> <_> <_>13 3 3 15 -1. <_>14 3 1 15 3. 0 -0.0101864198222756 -0.3127708137035370 0.0441639907658100 <_> <_> <_>4 3 3 15 -1. <_>5 3 1 15 3. 0 -0.0245068799704313 -0.6134651899337769 0.0296921394765377 <_> <_> <_>3 2 15 5 -1. <_>8 2 5 5 3. 0 -0.0382381491363049 0.3558354079723358 -0.0483886189758778 <_> <_> <_>5 4 9 14 -1. <_>5 11 9 7 2. 0 0.1798366010189056 0.0195015892386436 -0.9848588109016419 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 8.4765878273174167e-004 -0.2796033024787903 0.0783230364322662 <_> <_> <_>4 6 10 12 -1. <_>4 6 5 6 2. <_>9 12 5 6 2. 0 3.7178809288889170e-003 0.0725254416465759 -0.2406740933656693 <_> <_> <_>5 5 12 10 -1. <_>11 5 6 5 2. <_>5 10 6 5 2. 0 -0.0909323170781136 -0.7153915166854858 8.8080493733286858e-003 <_> <_> <_>3 5 12 10 -1. <_>3 5 6 5 2. <_>9 10 6 5 2. 0 -0.0800878107547760 -0.6783071756362915 0.0249043200165033 <_> <_> <_>12 0 8 12 -1. <_>16 0 4 6 2. <_>12 6 4 6 2. 0 7.6924148015677929e-003 -0.0509674996137619 0.1195252984762192 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0414852313697338 -0.0494939200580120 0.3538686037063599 <_> <_> <_>0 2 20 4 -1. <_>10 2 10 2 2. <_>0 4 10 2 2. 0 0.0340516082942486 0.0422009788453579 -0.5011072158813477 <_> <_> <_>6 6 6 8 -1. <_>8 6 2 8 3. 0 -0.0262358300387859 0.4493483901023865 -0.0418512001633644 <_> <_> <_>10 0 3 20 -1. <_>11 0 1 20 3. 0 -0.0513739585876465 -0.9594280123710632 0.0171927902847528 <_> <_> <_>7 0 3 20 -1. <_>8 0 1 20 3. 0 -0.0267427396029234 -0.6563224196434021 0.0217780806124210 <_> <_> <_>10 0 2 13 -1. <_>10 0 1 13 2. 0 -1.3730529462918639e-003 -0.1863850951194763 0.0411393493413925 <_> <_> <_>8 0 2 13 -1. <_>9 0 1 13 2. 0 1.0963230160996318e-003 -0.1421937048435211 0.1383201926946640 <_> <_> <_>0 15 20 4 -1. <_>10 15 10 2 2. <_>0 17 10 2 2. 0 -4.5011811889708042e-003 -0.1846860051155090 0.0910241901874542 <_> <_> <_>2 3 3 13 -1. <_>3 3 1 13 3. 0 4.4253250234760344e-004 -0.1273694038391113 0.1365536004304886 <_> <_> <_>7 2 7 6 -1. <_>7 4 7 2 3. 0 0.0305007100105286 -0.0581461489200592 0.2418991029262543 <_> <_> <_>0 2 15 14 -1. <_>0 9 15 7 2. 0 -0.1169191971421242 -0.5546640753746033 0.0302490293979645 <_> <_> <_>12 10 4 8 -1. <_>12 14 4 4 2. 0 -9.5684931147843599e-004 0.0518998689949512 -0.1415279954671860 <_> <_> <_>4 14 12 6 -1. <_>4 16 12 2 3. 0 1.3096149777993560e-003 -0.1424822956323624 0.1222778037190437 <_> <_> <_>1 13 18 4 -1. <_>10 13 9 2 2. <_>1 15 9 2 2. 0 0.0349888801574707 0.0276531297713518 -0.6173881292343140 -1.8377989530563354 12 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1648942977190018 -0.2565720975399017 0.4127771854400635 <_> <_> <_>5 7 11 4 -1. <_>5 9 11 2 2. 0 0.0205848608165979 -0.5244221091270447 0.1491083055734634 <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 8.8764587417244911e-004 0.1333470046520233 -0.5225952267646790 <_> <_> <_>11 6 6 14 -1. <_>14 6 3 7 2. <_>11 13 3 7 2. 0 -1.3320889556780457e-003 -0.3656874895095825 0.2048227936029434 <_> <_> <_>0 2 6 11 -1. <_>3 2 3 11 2. 0 0.0779161974787712 -0.2155715972185135 0.3106957972049713 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 2.4321360979229212e-003 -0.4474255144596100 0.1063833981752396 <_> <_> <_>3 7 6 12 -1. <_>3 7 3 6 2. <_>6 13 3 6 2. 0 -5.8699389919638634e-003 -0.3880077898502350 0.1441058963537216 <_> <_> <_>7 6 10 3 -1. <_>7 6 5 3 2. 0 0.0697543025016785 0.0132249100133777 -0.8009663224220276 <_> <_> <_>3 6 10 3 -1. <_>8 6 5 3 2. 0 3.8338101003319025e-003 -0.4313930869102478 0.1425399035215378 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 -0.0158290304243565 0.3095479905605316 -0.1223272010684013 <_> <_> <_>3 0 14 9 -1. <_>3 3 14 3 3. 0 0.0661982968449593 -0.2055824995040894 0.1953122019767761 <_> <_> <_>3 1 14 4 -1. <_>10 1 7 2 2. <_>3 3 7 2 2. 0 0.0176395196467638 0.1077058985829353 -0.4348832070827484 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -0.0110826296731830 -0.3614957034587860 0.1132721006870270 <_> <_> <_>6 9 10 10 -1. <_>11 9 5 5 2. <_>6 14 5 5 2. 0 -0.0365152992308140 -0.4391221106052399 0.0552794486284256 <_> <_> <_>4 9 10 10 -1. <_>4 9 5 5 2. <_>9 14 5 5 2. 0 -0.0333732999861240 -0.5686920881271362 0.0840439572930336 <_> <_> <_>5 6 10 6 -1. <_>5 9 10 3 2. 0 0.0813955590128899 -0.1423501074314117 0.2874828875064850 <_> <_> <_>1 1 7 4 -1. <_>1 3 7 2 2. 0 -4.3892292305827141e-003 -0.3485983014106751 0.1165034025907517 <_> <_> <_>3 0 14 3 -1. <_>3 1 14 1 3. 0 -6.3558202236890793e-003 -0.3382304906845093 0.1100549027323723 <_> <_> <_>6 7 7 10 -1. <_>6 12 7 5 2. 0 0.0209124591201544 0.0781978294253349 -0.4633755087852478 <_> <_> <_>10 1 10 19 -1. <_>10 1 5 19 2. 0 0.1160036027431488 -0.2052866965532303 0.1592338979244232 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 0.0163166001439095 -0.1063399985432625 0.3345352113246918 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 -0.2848814129829407 0.5163800120353699 -3.9357859641313553e-003 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.0241554304957390 -0.7167022824287415 0.0500315502285957 <_> <_> <_>12 0 2 13 -1. <_>12 0 1 13 2. 0 0.0114132603630424 0.0592360310256481 -0.3814190030097961 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -0.0243041999638081 0.4347585141658783 -0.0865741595625877 <_> <_> <_>5 5 12 8 -1. <_>5 9 12 4 2. 0 -1.5267609851434827e-003 -0.6430760025978088 0.0516427792608738 <_> <_> <_>1 14 7 4 -1. <_>1 16 7 2 2. 0 0.0100733498111367 0.0757430270314217 -0.4290296137332916 <_> <_> <_>7 12 11 8 -1. <_>7 16 11 4 2. 0 -0.0812248811125755 -0.4082733094692230 0.0554446317255497 <_> <_> <_>6 0 2 13 -1. <_>7 0 1 13 2. 0 0.0151490103453398 0.0530848614871502 -0.5449541211128235 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -0.0534907393157482 -0.4742214977741242 0.0394207797944546 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0408842712640762 -0.8855779767036438 0.0320427082479000 <_> <_> <_>10 3 4 7 -1. <_>10 3 2 7 2. 0 -4.2768509592860937e-004 -0.3055447041988373 0.0514328815042973 <_> <_> <_>2 15 16 4 -1. <_>2 15 8 2 2. <_>10 17 8 2 2. 0 0.0184412691742182 0.0806880891323090 -0.3588404953479767 <_> <_> <_>1 1 18 6 -1. <_>10 1 9 3 2. <_>1 4 9 3 2. 0 -0.0476307906210423 -0.4613190889358521 0.0605927705764771 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 8.2442145794630051e-003 0.0897936075925827 -0.3760578036308289 <_> <_> <_>3 0 14 6 -1. <_>3 3 14 3 2. 0 0.1000375971198082 -0.0837603807449341 0.3922181129455566 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -0.0284205507487059 -0.6948354840278626 0.0491004101932049 <_> <_> <_>10 3 4 7 -1. <_>10 3 2 7 2. 0 0.0564859993755817 4.4795661233365536e-003 -0.7537339925765991 <_> <_> <_>6 3 4 7 -1. <_>8 3 2 7 2. 0 1.0085420217365026e-003 -0.3788126111030579 0.0783769935369492 <_> <_> <_>4 2 13 12 -1. <_>4 6 13 4 3. 0 -1.2643639929592609e-003 0.0754860267043114 -0.3101564049720764 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 0.0141463400796056 -0.0818050205707550 0.3731384873390198 <_> <_> <_>15 4 5 6 -1. <_>15 7 5 3 2. 0 -3.1549399718642235e-003 -0.2124166041612625 0.0891297906637192 <_> <_> <_>3 10 13 3 -1. <_>3 11 13 1 3. 0 1.4796239556744695e-003 -0.2147904038429260 0.1354327946901321 <_> <_> <_>5 10 10 6 -1. <_>10 10 5 3 2. <_>5 13 5 3 2. 0 -0.0313436090946198 -0.5811458826065064 0.0485763289034367 <_> <_> <_>3 5 12 12 -1. <_>3 5 6 6 2. <_>9 11 6 6 2. 0 -0.0761497616767883 -0.5377451777458191 0.0483390688896179 <_> <_> <_>15 4 5 6 -1. <_>15 7 5 3 2. 0 -0.0616689398884773 -0.8452566266059876 1.7448999278713018e-004 <_> <_> <_>1 3 4 8 -1. <_>1 7 4 4 2. 0 -0.0270849205553532 -0.5065913796424866 0.0477094203233719 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -0.0242409296333790 -0.3853445053100586 0.0503007806837559 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0419793985784054 -0.1037800982594490 0.2623626887798309 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 0.0237176902592182 0.0568972714245319 -0.2895944118499756 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -0.0186697896569967 -0.3992452919483185 0.0734422132372856 <_> <_> <_>2 1 18 3 -1. <_>2 2 18 1 3. 0 -0.0149870002642274 -0.3229691982269287 0.0416767485439777 <_> <_> <_>4 11 6 6 -1. <_>7 11 3 6 2. 0 8.7209865450859070e-003 0.1352138966321945 -0.1822458058595657 <_> <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -0.0122392196208239 0.1554080992937088 -0.1520806998014450 <_> <_> <_>1 12 18 4 -1. <_>1 14 18 2 2. 0 -0.0487449802458286 -0.3660675883293152 0.0631525665521622 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 -3.8249569479376078e-003 0.0834729894995689 -0.2418632954359055 <_> <_> <_>0 1 5 14 -1. <_>0 8 5 7 2. 0 0.1558165997266769 0.0319539606571198 -0.6781318187713623 <_> <_> <_>2 12 18 6 -1. <_>11 12 9 3 2. <_>2 15 9 3 2. 0 0.0682415813207626 0.0154784396290779 -0.4202975034713745 <_> <_> <_>5 2 6 13 -1. <_>7 2 2 13 3. 0 -0.0959746465086937 -0.9564784169197083 0.0214445907622576 <_> <_> <_>13 8 7 6 -1. <_>13 10 7 2 3. 0 -0.0126184299588203 -0.5054485797882080 0.0308752600103617 <_> <_> <_>2 5 16 10 -1. <_>2 5 8 5 2. <_>10 10 8 5 2. 0 0.0727276429533958 0.0472153499722481 -0.4507515132427216 <_> <_> <_>14 4 6 7 -1. <_>16 4 2 7 3. 0 0.0299232192337513 -0.0814443528652191 0.3165622949600220 <_> <_> <_>4 1 6 7 -1. <_>6 1 2 7 3. 0 0.0191380903124809 0.0681874006986618 -0.3487679064273834 <_> <_> <_>13 10 7 4 -1. <_>13 12 7 2 2. 0 -0.0343147218227386 -0.5522037148475647 0.0373250097036362 <_> <_> <_>0 10 7 4 -1. <_>0 12 7 2 2. 0 5.2559198811650276e-003 0.0647869780659676 -0.3636350929737091 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 0.0140923997387290 -0.0487043596804142 0.2767783105373383 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -9.0101473033428192e-003 0.2345259934663773 -0.1314035058021545 <_> <_> <_>2 14 17 6 -1. <_>2 16 17 2 3. 0 0.0967202186584473 0.0266613606363535 -0.7742279767990112 <_> <_> <_>7 7 5 12 -1. <_>7 11 5 4 3. 0 0.0853650718927383 0.0235299095511436 -0.7071086168289185 <_> <_> <_>8 6 4 7 -1. <_>8 6 2 7 2. 0 0.0243844296783209 -0.0626484826207161 0.3725188076496124 <_> <_> <_>7 10 6 10 -1. <_>7 10 3 5 2. <_>10 15 3 5 2. 0 0.0363807789981365 0.0433587394654751 -0.6022241711616516 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0537802688777447 -0.3344100117683411 0.0357005782425404 <_> <_> <_>0 13 15 3 -1. <_>0 14 15 1 3. 0 -0.0147871002554893 0.2913616895675659 -0.0740752965211868 <_> <_> <_>13 12 5 8 -1. <_>13 16 5 4 2. 0 1.2491010129451752e-003 0.0416542403399944 -0.0937588363885880 <_> <_> <_>0 12 18 6 -1. <_>0 12 9 3 2. <_>9 15 9 3 2. 0 -0.0275729093700647 -0.3139821887016296 0.0724119991064072 <_> <_> <_>12 10 6 10 -1. <_>15 10 3 5 2. <_>12 15 3 5 2. 0 -0.0788664519786835 0.6065583825111389 -0.0238380506634712 <_> <_> <_>2 10 6 10 -1. <_>2 10 3 5 2. <_>5 15 3 5 2. 0 -0.0693393126130104 0.7113773226737976 -0.0298142693936825 <_> <_> <_>4 7 15 3 -1. <_>9 7 5 3 3. 0 0.0943725928664207 0.0335794389247894 -0.5977404117584229 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -0.0260486491024494 -0.4057491123676300 0.0556035302579403 <_> <_> <_>5 7 15 3 -1. <_>10 7 5 3 3. 0 -0.0736302062869072 -0.6078035235404968 0.0252516493201256 <_> <_> <_>2 5 16 3 -1. <_>2 6 16 1 3. 0 -0.0186104495078325 0.2401355952024460 -0.0953897833824158 <_> <_> <_>8 8 12 12 -1. <_>8 8 6 12 2. 0 0.1332962960004807 -0.0697423815727234 0.1332300007343292 -1.9031070470809937 13 -1 <_> <_> <_> <_>6 3 7 6 -1. <_>6 6 7 3 2. 0 -4.1724857874214649e-003 0.1931089013814926 -0.4963074028491974 <_> <_> <_>9 5 6 5 -1. <_>9 5 3 5 2. 0 9.6606701845303178e-004 -0.5434030294418335 0.1243411973118782 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 1.0261629940941930e-003 -0.4632157981395721 0.1116029024124146 <_> <_> <_>9 8 5 12 -1. <_>9 12 5 4 3. 0 3.6368470173329115e-003 0.0829189494252205 -0.3666251003742218 <_> <_> <_>6 5 8 8 -1. <_>6 9 8 4 2. 0 -2.8364539612084627e-003 -0.6736599206924439 0.0655460134148598 <_> <_> <_>11 0 6 12 -1. <_>14 0 3 6 2. <_>11 6 3 6 2. 0 -1.0111520532518625e-003 0.1405518949031830 -0.3527033030986786 <_> <_> <_>3 0 6 12 -1. <_>3 0 3 6 2. <_>6 6 3 6 2. 0 -2.5434889830648899e-003 0.1419118046760559 -0.2835082113742828 <_> <_> <_>10 10 4 8 -1. <_>10 14 4 4 2. 0 3.3014779910445213e-003 0.0465538911521435 -0.4853729009628296 <_> <_> <_>5 9 10 8 -1. <_>5 9 5 4 2. <_>10 13 5 4 2. 0 -0.0118029303848743 -0.3795883059501648 0.0920719131827354 <_> <_> <_>4 11 13 3 -1. <_>4 12 13 1 3. 0 -1.3293370138853788e-003 0.1731142997741699 -0.1689043939113617 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1495845019817352 0.0376266017556190 -0.8001688122749329 <_> <_> <_>14 0 4 7 -1. <_>14 0 2 7 2. 0 1.6352189704775810e-003 -0.2085812985897064 0.1598542928695679 <_> <_> <_>2 0 4 7 -1. <_>4 0 2 7 2. 0 1.5483440365642309e-003 -0.1757826954126358 0.1756010055541992 <_> <_> <_>6 5 14 6 -1. <_>13 5 7 3 2. <_>6 8 7 3 2. 0 -0.0356742590665817 -0.4605753123760223 0.0439837910234928 <_> <_> <_>0 6 16 6 -1. <_>0 6 8 3 2. <_>8 9 8 3 2. 0 -0.0145586999133229 -0.3358741104602814 0.0839654803276062 <_> <_> <_>12 6 5 9 -1. <_>12 9 5 3 3. 0 5.2891410887241364e-003 -0.3563517928123474 0.0941019728779793 <_> <_> <_>1 6 9 8 -1. <_>1 10 9 4 2. 0 -9.8066125065088272e-004 -0.4430184066295624 0.0643682107329369 <_> <_> <_>13 10 7 6 -1. <_>13 12 7 2 3. 0 -0.0407049991190434 -0.5970032215118408 0.0178467705845833 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 0.0296820402145386 0.0381270200014114 -0.6679514050483704 <_> <_> <_>9 5 2 14 -1. <_>9 12 2 7 2. 0 -1.7841320368461311e-004 0.0741185769438744 -0.3212124109268189 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 1.0050840210169554e-003 -0.2064224928617477 0.1219410970807076 <_> <_> <_>1 2 19 2 -1. <_>1 3 19 1 2. 0 -1.6711819916963577e-003 -0.2658641934394836 0.0718826875090599 <_> <_> <_>0 0 4 13 -1. <_>2 0 2 13 2. 0 -0.0699553191661835 0.5009706020355225 -0.0521725490689278 <_> <_> <_>14 1 6 9 -1. <_>16 1 2 9 3. 0 8.3406828343868256e-003 -0.0695461109280586 0.1694944053888321 <_> <_> <_>0 1 6 9 -1. <_>2 1 2 9 3. 0 0.0154831595718861 -0.0958656221628189 0.2873673141002655 <_> <_> <_>0 11 20 9 -1. <_>0 14 20 3 3. 0 -0.0426219888031483 -0.2516076862812042 0.1138179004192352 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 3.6459038965404034e-003 0.0701384693384171 -0.4037627875804901 <_> <_> <_>9 3 6 10 -1. <_>11 3 2 10 3. 0 -1.8889949424192309e-003 0.1469555050134659 -0.1787984967231751 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -3.4749018959701061e-003 -0.2498586028814316 0.1034967973828316 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 -0.0377922095358372 -0.6575605869293213 0.0230075996369123 <_> <_> <_>5 9 9 5 -1. <_>8 9 3 5 3. 0 -4.0167139377444983e-004 0.1498796045780182 -0.1452760994434357 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 0.0348909907042980 -0.0452078282833099 0.5129585266113281 <_> <_> <_>5 3 6 9 -1. <_>7 3 2 9 3. 0 -9.5964537467807531e-004 0.1468829065561295 -0.1724454015493393 <_> <_> <_>1 0 18 8 -1. <_>10 0 9 4 2. <_>1 4 9 4 2. 0 -0.0964613333344460 -0.7181431055068970 0.0325879193842411 <_> <_> <_>3 18 14 2 -1. <_>3 19 14 1 2. 0 -1.1924919672310352e-003 0.1380531042814255 -0.1416230946779251 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -0.0164200700819492 -0.4195474088191986 0.0430406890809536 <_> <_> <_>0 4 6 16 -1. <_>0 4 3 8 2. <_>3 12 3 8 2. 0 -0.0611122697591782 0.3776139020919800 -0.0562647692859173 <_> <_> <_>14 6 6 13 -1. <_>14 6 3 13 2. 0 -0.0316821709275246 0.2103880941867828 -0.0544750094413757 <_> <_> <_>6 7 3 12 -1. <_>6 13 3 6 2. 0 -7.4058552272617817e-003 -0.1870995014905930 0.1087614968419075 <_> <_> <_>11 11 5 6 -1. <_>11 14 5 3 2. 0 -2.8892440604977310e-004 0.0697343721985817 -0.2451675981283188 <_> <_> <_>1 8 15 4 -1. <_>6 8 5 4 3. 0 -7.9921782016754150e-003 -0.2406989932060242 0.0880122706294060 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -6.4670671708881855e-003 0.2081995010375977 -0.0690622106194496 <_> <_> <_>6 4 6 7 -1. <_>8 4 2 7 3. 0 -5.3345328196883202e-003 0.3246938884258270 -0.0740588083863258 <_> <_> <_>9 0 6 10 -1. <_>12 0 3 5 2. <_>9 5 3 5 2. 0 -6.7914440296590328e-003 -0.1701446026563644 0.0373784489929676 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1633761972188950 0.0196821000427008 -0.9165204167366028 <_> <_> <_>15 10 4 10 -1. <_>15 10 2 10 2. 0 0.1175965964794159 8.8446342851966619e-004 -0.7805082798004150 <_> <_> <_>1 10 4 10 -1. <_>3 10 2 10 2. 0 -0.1168228015303612 -0.9600989818572998 0.0170702803879976 <_> <_> <_>5 0 10 16 -1. <_>10 0 5 8 2. <_>5 8 5 8 2. 0 0.0468992516398430 0.0478918999433517 -0.3204477131366730 <_> <_> <_>3 6 13 3 -1. <_>3 7 13 1 3. 0 -4.0058898739516735e-003 0.1141439005732536 -0.1571146994829178 <_> <_> <_>8 6 5 9 -1. <_>8 9 5 3 3. 0 -4.4986438297200948e-005 0.2900809943675995 -0.0424133315682411 <_> <_> <_>4 6 6 12 -1. <_>4 10 6 4 3. 0 2.1421080455183983e-003 -0.3313758075237274 0.0539436899125576 <_> <_> <_>8 13 9 6 -1. <_>8 16 9 3 2. 0 -0.0714087635278702 -0.8851947188377380 9.3488330021500587e-003 <_> <_> <_>0 5 12 6 -1. <_>0 7 12 2 3. 0 -0.1373367011547089 -0.8324189782142639 0.0178003292530775 <_> <_> <_>4 8 13 3 -1. <_>4 9 13 1 3. 0 6.1765720602124929e-004 -0.1941922008991242 0.0680346190929413 <_> <_> <_>6 6 4 12 -1. <_>6 12 4 6 2. 0 -0.0671707987785339 -0.5724321007728577 0.0303336307406425 <_> <_> <_>4 15 13 3 -1. <_>4 16 13 1 3. 0 2.4611391127109528e-003 -0.1057017967104912 0.1880190074443817 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 5.0573959015309811e-003 -0.0659217536449432 0.2986895143985748 <_> <_> <_>11 1 4 14 -1. <_>11 1 2 14 2. 0 0.0142137799412012 0.0637678802013397 -0.2121724933385849 <_> <_> <_>3 6 12 4 -1. <_>7 6 4 4 3. 0 -2.0629619248211384e-003 -0.2671405076980591 0.0768175721168518 <_> <_> <_>8 0 4 7 -1. <_>8 0 2 7 2. 0 0.0337877795100212 0.0217741504311562 -0.7493813037872315 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 -0.0273718703538179 0.3200806081295013 -0.0596225112676620 <_> <_> <_>2 11 16 9 -1. <_>2 14 16 3 3. 0 0.0283103492110968 0.0441506095230579 -0.4427869915962219 <_> <_> <_>0 4 6 7 -1. <_>2 4 2 7 3. 0 3.7205279804766178e-003 -0.1313648968935013 0.1544770002365112 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 2.3320990148931742e-003 -0.1084922999143601 0.2268289029598236 <_> <_> <_>0 10 16 4 -1. <_>0 10 8 2 2. <_>8 12 8 2 2. 0 7.6775359921157360e-003 0.0495203882455826 -0.3885476887226105 <_> <_> <_>3 1 14 2 -1. <_>3 2 14 1 2. 0 -2.9863099916838109e-004 -0.1963256001472473 0.0834489315748215 <_> <_> <_>4 10 5 9 -1. <_>4 13 5 3 3. 0 6.1346050351858139e-003 0.0514332503080368 -0.3083161115646362 <_> <_> <_>2 14 16 4 -1. <_>10 14 8 2 2. <_>2 16 8 2 2. 0 0.0310907792299986 0.0241807997226715 -0.6018446087837219 <_> <_> <_>0 0 19 8 -1. <_>0 4 19 4 2. 0 0.2932040095329285 0.0118110300973058 -0.9625393152236939 <_> <_> <_>10 10 6 5 -1. <_>10 10 3 5 2. 0 -6.6321907797828317e-004 0.1024527028203011 -0.1420076042413712 <_> <_> <_>1 1 18 15 -1. <_>7 1 6 15 3. 0 0.0447363592684269 -0.1123879998922348 0.1739203929901123 <_> <_> <_>10 10 6 5 -1. <_>10 10 3 5 2. 0 -0.0151533903554082 -0.1610036045312882 0.0311169493943453 <_> <_> <_>4 7 4 8 -1. <_>6 7 2 8 2. 0 -1.1029309825971723e-003 0.1212851032614708 -0.1618229001760483 <_> <_> <_>17 3 3 14 -1. <_>18 3 1 14 3. 0 -2.8973959852010012e-003 0.1082762032747269 -0.0536213107407093 <_> <_> <_>4 6 12 12 -1. <_>4 6 6 6 2. <_>10 12 6 6 2. 0 -9.5785204321146011e-003 -0.1680832058191299 0.0850536227226257 <_> <_> <_>12 6 8 14 -1. <_>16 6 4 7 2. <_>12 13 4 7 2. 0 0.0990923866629601 -0.0154698798432946 0.4113850891590118 <_> <_> <_>0 6 8 14 -1. <_>0 6 4 7 2. <_>4 13 4 7 2. 0 0.0372297801077366 -0.0528659708797932 0.3180429935455322 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0247160494327545 -0.4033941030502319 0.0299648400396109 <_> <_> <_>2 4 6 16 -1. <_>2 4 3 8 2. <_>5 12 3 8 2. 0 -0.0989653021097183 0.5851048231124878 -0.0269241705536842 <_> <_> <_>14 11 5 9 -1. <_>14 14 5 3 3. 0 -9.6337851136922836e-003 -0.1746747046709061 0.0751268714666367 <_> <_> <_>3 3 14 3 -1. <_>3 4 14 1 3. 0 1.0483879595994949e-003 -0.1372846961021423 0.1068458035588265 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0425238497555256 0.0165786296129227 -0.5633273720741272 <_> <_> <_>5 1 6 16 -1. <_>5 1 3 8 2. <_>8 9 3 8 2. 0 -3.0866260640323162e-003 0.0752648934721947 -0.1947654038667679 <_> <_> <_>7 7 6 10 -1. <_>9 7 2 10 3. 0 0.0286433994770050 -0.0675781369209290 0.2576622068881989 <_> <_> <_>5 9 4 11 -1. <_>7 9 2 11 2. 0 -0.0106273395940661 -0.2238461971282959 0.0721724480390549 <_> <_> <_>10 9 6 6 -1. <_>10 9 3 6 2. 0 4.6080970205366611e-003 0.0508760809898376 -0.1407632976770401 <_> <_> <_>0 3 3 14 -1. <_>1 3 1 14 3. 0 2.9914160259068012e-003 -0.0973379835486412 0.1766595989465714 <_> <_> <_>10 9 6 6 -1. <_>10 9 3 6 2. 0 -7.7902628108859062e-003 -0.0980082377791405 0.0374030694365501 <_> <_> <_>5 10 4 7 -1. <_>7 10 2 7 2. 0 -6.1339238891378045e-004 0.0990360230207443 -0.1626594960689545 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -0.0102343196049333 0.2365497946739197 -0.0378171317279339 <_> <_> <_>2 5 16 8 -1. <_>2 9 16 4 2. 0 -0.0118674095720053 -0.8503506779670715 0.0190632995218039 <_> <_> <_>6 2 12 10 -1. <_>6 7 12 5 2. 0 4.1437768377363682e-003 0.0878783464431763 -0.0944046303629875 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 -5.1355729810893536e-003 -0.3569979965686798 0.0415464900434017 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -1.5296200290322304e-003 0.0776945725083351 -0.0431865788996220 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 -2.7581020258367062e-003 0.1906588971614838 -0.0806799009442329 <_> <_> <_>12 3 8 12 -1. <_>12 3 4 12 2. 0 0.2837516963481903 6.2291761860251427e-003 -0.8857815265655518 <_> <_> <_>0 3 8 12 -1. <_>4 3 4 12 2. 0 -0.2461249977350235 -0.7054811120033264 0.0217989608645439 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 -3.9965631440281868e-003 -0.1971096992492676 0.0803006067872047 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -8.4951231256127357e-003 0.2129660993814468 -0.0829746276140213 <_> <_> <_>2 11 18 4 -1. <_>11 11 9 2 2. <_>2 13 9 2 2. 0 0.0472064800560474 9.7466083243489265e-003 -0.7006629705429077 <_> <_> <_>0 11 18 4 -1. <_>0 11 9 2 2. <_>9 13 9 2 2. 0 3.7802560254931450e-003 0.0774788931012154 -0.2337200045585632 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 0.0446316711604595 -0.0214647706598043 0.3213633894920349 <_> <_> <_>4 1 9 12 -1. <_>4 7 9 6 2. 0 6.8157288478687406e-004 0.1217707023024559 -0.1206320002675057 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 -0.0697124525904655 -0.9482805132865906 0.0120174400508404 <_> <_> <_>0 3 5 6 -1. <_>0 6 5 3 2. 0 -4.8821792006492615e-003 -0.2177484035491943 0.0771133229136467 <_> <_> <_>6 6 8 4 -1. <_>6 8 8 2 2. 0 3.4387600608170033e-003 -0.1809356957674027 0.0935955569148064 <_> <_> <_>0 9 7 6 -1. <_>0 11 7 2 3. 0 -0.0252157002687454 -0.5571495890617371 0.0274208206683397 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 7.4309771880507469e-003 -0.0466304905712605 0.2102489024400711 <_> <_> <_>5 2 4 13 -1. <_>7 2 2 13 2. 0 -0.0157899595797062 -0.3344314098358154 0.0462916903197765 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 3.5080160014331341e-003 -0.0646126121282578 0.2273766994476318 <_> <_> <_>0 7 20 2 -1. <_>0 8 20 1 2. 0 0.0442912615835667 0.0226427298039198 -0.7068312168121338 <_> <_> <_>11 0 9 5 -1. <_>14 0 3 5 3. 0 0.0191081892699003 -0.0358933210372925 0.1461369991302490 -1.6909840106964111 14 -1 <_> <_> <_> <_>0 3 10 6 -1. <_>0 3 5 3 2. <_>5 6 5 3 2. 0 -0.0166366696357727 0.2596651911735535 -0.4116224944591522 <_> <_> <_>6 4 9 5 -1. <_>9 4 3 5 3. 0 0.0298658106476069 -0.3318266868591309 0.2054599970579147 <_> <_> <_>3 12 8 8 -1. <_>3 12 4 4 2. <_>7 16 4 4 2. 0 9.1892024502158165e-003 -0.3448179960250855 0.1814869046211243 <_> <_> <_>4 7 15 3 -1. <_>9 7 5 3 3. 0 2.8450509998947382e-003 -0.3290483057498932 0.0943922922015190 <_> <_> <_>0 4 6 9 -1. <_>3 4 3 9 2. 0 0.0342576391994953 -0.3221279978752136 0.1733205020427704 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0343677103519440 -0.3259381055831909 0.1747326999902725 <_> <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 9.0881884098052979e-003 0.1052701026201248 -0.4813137054443359 <_> <_> <_>6 1 8 15 -1. <_>6 6 8 5 3. 0 -5.0939731299877167e-003 0.1737498939037323 -0.2788312137126923 <_> <_> <_>1 7 15 3 -1. <_>6 7 5 3 3. 0 1.1773620499297976e-003 -0.4221720099449158 0.1023176014423370 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 0.0367976091802120 0.1122936978936195 -0.3840919137001038 <_> <_> <_>6 6 8 8 -1. <_>6 10 8 4 2. 0 -7.2484882548451424e-004 -0.4479512870311737 0.0850795879960060 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 0.0126032102853060 0.0604750402271748 -0.3532750904560089 <_> <_> <_>2 0 14 2 -1. <_>2 1 14 1 2. 0 5.1925552543252707e-004 -0.3191638886928558 0.1190337017178536 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0132441800087690 0.2197573035955429 -0.0950255915522575 <_> <_> <_>1 3 16 2 -1. <_>1 4 16 1 2. 0 -2.7882310096174479e-003 -0.2729480862617493 0.1241976991295815 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0265914704650640 0.0604520104825497 -0.3963702917098999 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 0.0125052100047469 0.0786311030387878 -0.4030388891696930 <_> <_> <_>5 11 13 3 -1. <_>5 12 13 1 3. 0 -0.0138573404401541 0.2575975060462952 -0.1035145968198776 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.0720997527241707 -0.5519378185272217 0.0600208006799221 <_> <_> <_>2 8 17 3 -1. <_>2 9 17 1 3. 0 -9.8338630050420761e-004 -0.3191519975662231 0.0879776477813721 <_> <_> <_>1 1 18 6 -1. <_>1 1 9 3 2. <_>10 4 9 3 2. 0 -0.0583901703357697 -0.5598897933959961 0.0529901906847954 <_> <_> <_>1 1 19 6 -1. <_>1 3 19 2 3. 0 4.2504342272877693e-003 -0.2889725863933563 0.0928165167570114 <_> <_> <_>4 6 12 6 -1. <_>4 6 6 3 2. <_>10 9 6 3 2. 0 -0.0323325209319592 -0.4871352016925812 0.0607876293361187 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0473656393587589 -0.1011155024170876 0.3259778022766113 <_> <_> <_>3 18 13 2 -1. <_>3 19 13 1 2. 0 -3.8943330291658640e-003 0.1917316019535065 -0.1672938019037247 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0577291995286942 0.0363432914018631 -0.7316113114356995 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 -0.0189255401492119 0.3247149884700775 -0.0861880630254745 <_> <_> <_>10 12 8 6 -1. <_>10 14 8 2 3. 0 -0.0396796017885208 -0.4182668030261993 0.0533542111515999 <_> <_> <_>0 0 18 4 -1. <_>0 0 9 2 2. <_>9 2 9 2 2. 0 -0.0207336507737637 -0.4120518863201141 0.0635968521237373 <_> <_> <_>4 6 15 5 -1. <_>9 6 5 5 3. 0 0.1538791060447693 0.0199541505426168 -0.5764328837394714 <_> <_> <_>0 7 15 4 -1. <_>5 7 5 4 3. 0 0.1213126033544540 0.0445164591073990 -0.5909324288368225 <_> <_> <_>12 4 4 10 -1. <_>12 9 4 5 2. 0 2.7478559786686674e-005 -0.4068849980831146 0.0528280995786190 <_> <_> <_>0 6 18 12 -1. <_>0 6 9 6 2. <_>9 12 9 6 2. 0 0.0888936817646027 0.0519852414727211 -0.5022898912429810 <_> <_> <_>16 5 2 14 -1. <_>16 12 2 7 2. 0 2.8169099241495132e-003 0.0677264332771301 -0.1358204931020737 <_> <_> <_>2 9 5 6 -1. <_>2 12 5 3 2. 0 -1.7215269326698035e-004 0.0896169170737267 -0.2958936989307404 <_> <_> <_>12 0 3 19 -1. <_>13 0 1 19 3. 0 -0.0318306200206280 -0.5643360018730164 0.0228222496807575 <_> <_> <_>0 10 9 6 -1. <_>0 12 9 2 3. 0 -0.0633343309164047 -0.8237169981002808 0.0275761205703020 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 -0.0690328180789948 -0.6978821754455566 3.3770920708775520e-003 <_> <_> <_>5 0 4 7 -1. <_>7 0 2 7 2. 0 2.1021519787609577e-003 -0.2724404931068420 0.0869228914380074 <_> <_> <_>12 0 3 19 -1. <_>13 0 1 19 3. 0 0.0340657792985439 0.0176705792546272 -0.4300132095813751 <_> <_> <_>0 15 14 4 -1. <_>0 15 7 2 2. <_>7 17 7 2 2. 0 8.1215314567089081e-003 -0.1594267040491104 0.1625607013702393 <_> <_> <_>4 5 14 6 -1. <_>4 7 14 2 3. 0 -1.6329119680449367e-003 0.0420095883309841 -0.3292345106601715 <_> <_> <_>3 1 6 7 -1. <_>5 1 2 7 3. 0 -0.0391103290021420 -0.6066625118255615 0.0412488505244255 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -0.0231888704001904 -0.5536541938781738 0.0173155106604099 <_> <_> <_>0 1 6 9 -1. <_>0 4 6 3 3. 0 -0.0629441589117050 -0.5385370850563049 0.0417583510279655 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 -0.0854143723845482 -0.9312245249748230 -9.1123272432014346e-004 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 -0.0419633388519287 -0.5672069787979126 0.0391757003962994 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 0.0111656198278070 -0.0678158104419708 0.2900384068489075 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0137307699769735 0.3232809901237488 -0.1059283986687660 <_> <_> <_>8 9 6 5 -1. <_>8 9 3 5 2. 0 -0.0757930502295494 0.5554572939872742 -3.2934208866208792e-003 <_> <_> <_>6 9 6 5 -1. <_>9 9 3 5 2. 0 2.7008100878447294e-003 0.1531118005514145 -0.1660418063402176 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 0.0101646604016423 0.0764046311378479 -0.2874574959278107 <_> <_> <_>5 8 10 10 -1. <_>5 8 5 5 2. <_>10 13 5 5 2. 0 -0.0598081499338150 -0.7348673939704895 0.0303708203136921 <_> <_> <_>1 5 18 10 -1. <_>10 5 9 5 2. <_>1 10 9 5 2. 0 0.0964476168155670 0.0261988397687674 -0.6600142717361450 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 0.0323502197861671 0.0414077192544937 -0.4744249880313873 <_> <_> <_>1 0 18 6 -1. <_>7 0 6 6 3. 0 0.2371727973222733 -0.0959410816431046 0.2407049983739853 <_> <_> <_>4 3 5 14 -1. <_>4 10 5 7 2. 0 -0.0409424714744091 -0.4058212041854858 0.0643275603652000 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0344091616570950 -0.7484955191612244 0.0225207600742579 <_> <_> <_>0 0 8 10 -1. <_>0 5 8 5 2. 0 0.1384737938642502 0.0284723099321127 -0.7061212062835693 <_> <_> <_>7 2 6 6 -1. <_>7 5 6 3 2. 0 0.0465671606361866 -0.0411681197583675 0.6996256709098816 <_> <_> <_>0 0 19 3 -1. <_>0 1 19 1 3. 0 -0.0304926391690969 -0.6511697769165039 0.0399952791631222 <_> <_> <_>8 0 8 6 -1. <_>8 2 8 2 3. 0 8.6345896124839783e-003 -0.1120797023177147 0.0772416964173317 <_> <_> <_>7 5 6 11 -1. <_>9 5 2 11 3. 0 0.0318459682166576 -0.1155207976698875 0.1753938943147659 <_> <_> <_>4 3 12 10 -1. <_>8 3 4 10 3. 0 0.1712459027767181 0.0506879799067974 -0.4704223871231079 <_> <_> <_>0 4 18 4 -1. <_>0 6 18 2 2. 0 5.2879499271512032e-003 0.0650414973497391 -0.2889401912689209 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 0.0100607797503471 0.0636892169713974 -0.2608188986778259 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 0.0333307683467865 0.0348092988133430 -0.5784546732902527 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 -0.0528022795915604 -0.6852104067802429 0.0175837799906731 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 -0.0154521996155381 0.3139589130878449 -0.0776115432381630 <_> <_> <_>10 4 4 14 -1. <_>12 4 2 7 2. <_>10 11 2 7 2. 0 -6.5528601408004761e-004 0.0561813600361347 -0.1518439054489136 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 0.0370621494948864 0.0289285499602556 -0.7048760056495667 <_> <_> <_>10 4 4 14 -1. <_>12 4 2 7 2. <_>10 11 2 7 2. 0 -0.0577280893921852 -0.4319241046905518 9.2153800651431084e-003 <_> <_> <_>6 4 4 14 -1. <_>6 4 2 7 2. <_>8 11 2 7 2. 0 -2.2813139948993921e-003 0.1020030006766319 -0.2165704071521759 <_> <_> <_>14 3 6 7 -1. <_>16 3 2 7 3. 0 0.0265132300555706 -0.0836509466171265 0.3074035942554474 <_> <_> <_>6 6 8 4 -1. <_>6 8 8 2 2. 0 0.0736221969127655 0.0306830499321222 -0.7191023230552673 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 -0.0130223501473665 -0.3638656139373779 0.0253672096878290 <_> <_> <_>6 0 2 15 -1. <_>7 0 1 15 2. 0 -0.0133198201656342 -0.5188406109809876 0.0359350293874741 <_> <_> <_>12 1 3 17 -1. <_>13 1 1 17 3. 0 2.3190369829535484e-003 -0.0615152008831501 0.0711004510521889 <_> <_> <_>5 1 3 17 -1. <_>6 1 1 17 3. 0 -0.0213728304952383 -0.5024757981300354 0.0398448109626770 <_> <_> <_>9 4 3 13 -1. <_>10 4 1 13 3. 0 0.0244745891541243 -0.0479608587920666 0.2693111002445221 <_> <_> <_>9 3 2 14 -1. <_>10 3 1 14 2. 0 -0.0106798699125648 0.3147428035736084 -0.0847589522600174 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0489617995917797 0.0273580998182297 -0.3822936117649078 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 0.0323763489723206 -0.0470909997820854 0.4598523080348969 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0109952203929424 -0.1854424029588699 0.0360069796442986 <_> <_> <_>0 5 20 4 -1. <_>10 5 10 4 2. 0 0.1762603074312210 0.0243751592934132 -0.7768660187721252 <_> <_> <_>13 2 7 6 -1. <_>13 4 7 2 3. 0 0.0797784924507141 3.3787339925765991e-003 -0.7292888760566711 <_> <_> <_>0 2 19 2 -1. <_>0 3 19 1 2. 0 -0.0113292103633285 -0.4639767110347748 0.0393808297812939 <_> <_> <_>10 9 10 11 -1. <_>10 9 5 11 2. 0 0.0634313002228737 -0.0970740616321564 0.1011886969208717 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 -0.0126918498426676 0.2814230024814606 -0.0721057131886482 <_> <_> <_>3 0 15 9 -1. <_>8 0 5 9 3. 0 -0.0782384127378464 0.5740063786506653 -0.0184005498886108 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0395325198769569 0.0431549884378910 -0.5232784152030945 <_> <_> <_>3 4 14 2 -1. <_>3 5 14 1 2. 0 0.0153557797893882 -0.0473161786794662 0.4692577123641968 <_> <_> <_>0 11 6 7 -1. <_>2 11 2 7 3. 0 -6.4018620178103447e-003 0.1329723000526428 -0.1436561942100525 <_> <_> <_>10 9 10 11 -1. <_>10 9 5 11 2. 0 -0.1056734025478363 0.2020632028579712 -0.0144064603373408 <_> <_> <_>3 13 6 7 -1. <_>5 13 2 7 3. 0 0.0281638391315937 0.0711809918284416 -0.3103423118591309 <_> <_> <_>3 8 15 3 -1. <_>8 8 5 3 3. 0 0.1170298010110855 0.0116199301555753 -0.7153096199035645 <_> <_> <_>0 1 8 8 -1. <_>0 1 4 4 2. <_>4 5 4 4 2. 0 -0.0389215685427189 0.2441267967224121 -0.0822448506951332 <_> <_> <_>9 8 10 4 -1. <_>9 8 5 4 2. 0 -0.0284354891628027 -0.3678517043590546 0.0384888201951981 <_> <_> <_>0 0 18 6 -1. <_>6 0 6 6 3. 0 -0.0363935492932796 0.5220673084259033 -0.0470793806016445 -1.8724700212478638 15 -1 <_> <_> <_> <_>4 3 12 9 -1. <_>4 6 12 3 3. 0 -0.0214285105466843 0.1901407986879349 -0.5061274170875549 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0205961298197508 -0.2928322851657867 0.2465517967939377 <_> <_> <_>8 6 4 10 -1. <_>8 11 4 5 2. 0 2.7893469668924809e-003 0.1108592003583908 -0.4690982997417450 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 4.4722640886902809e-003 -0.2825078070163727 0.1456467062234879 <_> <_> <_>0 3 17 2 -1. <_>0 4 17 1 2. 0 -1.0463190264999866e-003 -0.2660326957702637 0.1281591951847076 <_> <_> <_>12 6 5 6 -1. <_>12 9 5 3 2. 0 1.5831940108910203e-003 -0.6346729993820190 0.0710038319230080 <_> <_> <_>5 6 8 8 -1. <_>5 6 4 4 2. <_>9 10 4 4 2. 0 -7.3153319135599304e-006 0.1024893000721932 -0.3481596112251282 <_> <_> <_>9 10 7 6 -1. <_>9 12 7 2 3. 0 5.4208859801292419e-003 0.0598305314779282 -0.3138777911663055 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 1.2645759852603078e-003 -0.2270915061235428 0.1316000968217850 <_> <_> <_>13 6 5 9 -1. <_>13 9 5 3 3. 0 3.0235300073400140e-005 -0.2641330957412720 0.0289180800318718 <_> <_> <_>2 6 5 9 -1. <_>2 9 5 3 3. 0 1.5345469582825899e-003 -0.4071195125579834 0.0697878375649452 <_> <_> <_>14 2 6 5 -1. <_>14 2 3 5 2. 0 6.8222070112824440e-003 -0.1506972014904022 0.2188841998577118 <_> <_> <_>5 6 6 11 -1. <_>8 6 3 11 2. 0 -9.8558319732546806e-003 -0.3544136881828308 0.0860263928771019 <_> <_> <_>14 2 6 5 -1. <_>14 2 3 5 2. 0 -0.0298904292285442 0.2211744040250778 -0.0286110099405050 <_> <_> <_>0 3 10 6 -1. <_>0 3 5 3 2. <_>5 6 5 3 2. 0 -2.6285760104656219e-003 0.0982041805982590 -0.2714973986148834 <_> <_> <_>6 12 13 2 -1. <_>6 13 13 1 2. 0 3.2039839425124228e-004 -0.0985404625535011 0.1878553926944733 <_> <_> <_>5 11 10 6 -1. <_>5 14 10 3 2. 0 1.1079469695687294e-003 0.0640345364809036 -0.4308266937732697 <_> <_> <_>12 11 8 8 -1. <_>12 15 8 4 2. 0 -0.0915383696556091 -0.5244092941284180 0.0122504895552993 <_> <_> <_>4 0 12 7 -1. <_>8 0 4 7 3. 0 0.0432058982551098 0.0966558679938316 -0.2680931091308594 <_> <_> <_>5 15 13 2 -1. <_>5 16 13 1 2. 0 9.1920839622616768e-004 -0.1326016038656235 0.1235831975936890 <_> <_> <_>0 12 20 6 -1. <_>0 12 10 3 2. <_>10 15 10 3 2. 0 8.9521165937185287e-003 0.0864454209804535 -0.2321943044662476 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 5.6190020404756069e-003 -0.0603040494024754 0.1507066935300827 <_> <_> <_>4 0 12 6 -1. <_>4 2 12 2 3. 0 3.7380240391939878e-003 -0.1865254044532776 0.1301178038120270 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 -0.0444169603288174 0.1903675943613052 -0.0175271593034267 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 0.0198327396064997 -0.0535276308655739 0.4023813009262085 <_> <_> <_>5 6 10 12 -1. <_>10 6 5 6 2. <_>5 12 5 6 2. 0 0.0121556101366878 0.0912885665893555 -0.2686276137828827 <_> <_> <_>1 15 15 4 -1. <_>1 17 15 2 2. 0 0.0505323410034180 0.0312951803207397 -0.6283653974533081 <_> <_> <_>10 5 9 6 -1. <_>10 7 9 2 3. 0 -1.7635909607633948e-003 0.0561852194368839 -0.2186100929975510 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 4.9412921071052551e-003 0.0559158995747566 -0.3595438897609711 <_> <_> <_>10 5 10 6 -1. <_>10 7 10 2 3. 0 -0.1153611987829208 -0.5316873788833618 7.9654296860098839e-003 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -2.0473708864301443e-003 0.0796330124139786 -0.2538990080356598 <_> <_> <_>8 9 12 4 -1. <_>12 9 4 4 3. 0 4.7814860008656979e-003 -0.0941498801112175 0.1163100972771645 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 0.0212749391794205 -0.0474866107106209 0.3756451904773712 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 5.1177050918340683e-003 0.0749366432428360 -0.2610535025596619 <_> <_> <_>0 0 4 17 -1. <_>2 0 2 17 2. 0 -0.0139520000666380 0.2396017014980316 -0.0968367680907249 <_> <_> <_>5 6 12 3 -1. <_>5 6 6 3 2. 0 -0.0138281797990203 -0.3960526883602142 0.0586397498846054 <_> <_> <_>6 7 3 12 -1. <_>6 13 3 6 2. 0 -0.0471170209348202 -0.5571753978729248 0.0316786505281925 <_> <_> <_>14 2 6 5 -1. <_>14 2 3 5 2. 0 0.0105155901983380 -0.0439305305480957 0.0852779597043991 <_> <_> <_>0 2 6 5 -1. <_>3 2 3 5 2. 0 4.0591089054942131e-003 -0.1077421978116036 0.1628309935331345 <_> <_> <_>1 3 18 16 -1. <_>7 3 6 16 3. 0 -0.0303762108087540 0.2099737972021103 -0.0994177907705307 <_> <_> <_>4 4 11 10 -1. <_>4 9 11 5 2. 0 -6.6932791378349066e-004 -0.3486334085464478 0.0591480210423470 <_> <_> <_>6 1 13 3 -1. <_>6 2 13 1 3. 0 -0.0146650895476341 -0.4378654062747955 0.0280081797391176 <_> <_> <_>3 4 8 10 -1. <_>3 4 4 5 2. <_>7 9 4 5 2. 0 -3.5847770050168037e-003 0.0966115370392799 -0.1794831007719040 <_> <_> <_>6 7 14 4 -1. <_>13 7 7 2 2. <_>6 9 7 2 2. 0 -5.5043050087988377e-003 -0.3354665935039520 0.0750578492879868 <_> <_> <_>1 1 8 6 -1. <_>1 3 8 2 3. 0 1.0141800157725811e-003 -0.1860285997390747 0.0868800505995750 <_> <_> <_>15 3 5 9 -1. <_>15 6 5 3 3. 0 0.0146423997357488 0.0266520902514458 -0.2600268125534058 <_> <_> <_>0 3 5 9 -1. <_>0 6 5 3 3. 0 -5.8538499288260937e-003 -0.1499318927526474 0.1268464028835297 <_> <_> <_>14 6 4 14 -1. <_>16 6 2 7 2. <_>14 13 2 7 2. 0 -0.0534721687436104 0.5213112235069275 -0.0203757490962744 <_> <_> <_>0 1 6 12 -1. <_>2 1 2 12 3. 0 -0.0766959264874458 0.4581707119941711 -0.0348769500851631 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 -5.9094227617606521e-004 0.1157049983739853 -0.1296696960926056 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 -0.0435433611273766 -0.8213273286819458 0.0205355994403362 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 0.0506917014718056 -0.0362806394696236 0.4021244943141937 <_> <_> <_>0 13 18 7 -1. <_>6 13 6 7 3. 0 0.0131246699020267 -0.0836142674088478 0.2044152021408081 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.3544504940509796 0.0145805096253753 -0.5688369870185852 <_> <_> <_>0 9 10 11 -1. <_>5 9 5 11 2. 0 -0.0219299104064703 0.1636828035116196 -0.1001854017376900 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0381687395274639 0.0353313907980919 -0.5378261208534241 <_> <_> <_>5 8 10 12 -1. <_>5 14 10 6 2. 0 6.3126571476459503e-003 0.0561457611620426 -0.2815802991390228 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 -0.0430026687681675 -0.6480454206466675 0.0174780208617449 <_> <_> <_>1 10 6 7 -1. <_>3 10 2 7 3. 0 2.4681850336492062e-003 -0.1171970963478088 0.1369305998086929 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 0.0452612899243832 0.0159277506172657 -0.7191559076309204 <_> <_> <_>0 7 20 3 -1. <_>0 8 20 1 3. 0 -0.0420671105384827 -0.6420187950134277 0.0201964993029833 <_> <_> <_>10 3 4 7 -1. <_>10 3 2 7 2. 0 3.9601750904694200e-004 -0.3177456855773926 0.0768434777855873 <_> <_> <_>0 6 6 14 -1. <_>0 6 3 7 2. <_>3 13 3 7 2. 0 -0.0124693196266890 0.1953141987323761 -0.0787992328405380 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 7.9188523814082146e-003 0.0567210800945759 -0.2690643966197968 <_> <_> <_>2 1 11 12 -1. <_>2 7 11 6 2. 0 -6.2929331324994564e-003 0.1568834036588669 -0.0992870107293129 <_> <_> <_>5 0 10 8 -1. <_>5 4 10 4 2. 0 0.0229741204530001 -0.0669302269816399 0.2442709952592850 <_> <_> <_>1 5 8 8 -1. <_>1 5 4 4 2. <_>5 9 4 4 2. 0 -9.1710267588496208e-003 -0.2907853126525879 0.0593120194971561 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0958922728896141 -0.6370087862014771 0.0132787600159645 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 5.6696119718253613e-003 0.0561310015618801 -0.2953512072563171 <_> <_> <_>16 4 4 16 -1. <_>18 4 2 8 2. <_>16 12 2 8 2. 0 -0.0134953297674656 0.2020577937364578 -0.0631285831332207 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 0.0161082390695810 0.0450920611619949 -0.3616381883621216 <_> <_> <_>6 15 14 4 -1. <_>13 15 7 2 2. <_>6 17 7 2 2. 0 1.1768710101023316e-003 -0.1987991929054260 0.1307854056358337 <_> <_> <_>6 3 4 7 -1. <_>8 3 2 7 2. 0 1.4128970215097070e-003 -0.2085608989000320 0.0814737081527710 <_> <_> <_>10 11 5 9 -1. <_>10 14 5 3 3. 0 -0.0430280603468418 -0.2868754863739014 0.0297046601772308 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 -0.0109614096581936 0.4884619116783142 -0.0350027792155743 <_> <_> <_>10 0 3 14 -1. <_>11 0 1 14 3. 0 -4.5575079275295138e-004 0.1064456999301910 -0.1050634011626244 <_> <_> <_>6 13 6 7 -1. <_>8 13 2 7 3. 0 -0.0500133298337460 -0.8203945755958557 0.0186044704169035 <_> <_> <_>10 1 3 13 -1. <_>11 1 1 13 3. 0 -0.0468412004411221 -0.8697211146354675 3.9388639852404594e-003 <_> <_> <_>7 1 3 13 -1. <_>8 1 1 13 3. 0 -8.0362131120637059e-004 0.1419689953327179 -0.1218411996960640 <_> <_> <_>5 14 10 6 -1. <_>10 14 5 3 2. <_>5 17 5 3 2. 0 0.0198024008423090 0.0408579483628273 -0.3611642122268677 <_> <_> <_>6 8 8 4 -1. <_>6 10 8 2 2. 0 0.0218740291893482 -0.0582306012511253 0.2449093014001846 <_> <_> <_>11 14 8 6 -1. <_>11 16 8 2 3. 0 0.0323718488216400 0.0261722598224878 -0.4080356955528259 <_> <_> <_>1 14 8 6 -1. <_>1 16 8 2 3. 0 -7.0319771766662598e-003 -0.2517513036727905 0.0600908100605011 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 2.6019799988716841e-003 -0.0708278864622116 0.2073512971401215 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -3.1531439162790775e-003 0.1726828962564468 -0.1132690012454987 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 0.0583575516939163 0.0146687701344490 -0.9290723800659180 <_> <_> <_>2 2 12 6 -1. <_>2 2 6 3 2. <_>8 5 6 3 2. 0 3.6941959988325834e-003 0.0668120086193085 -0.2045454978942871 <_> <_> <_>16 4 4 16 -1. <_>18 4 2 8 2. <_>16 12 2 8 2. 0 0.0181837398558855 -0.0359216593205929 0.2376513034105301 <_> <_> <_>0 8 5 12 -1. <_>0 12 5 4 3. 0 -4.4514648616313934e-003 -0.1815667003393173 0.0800729691982269 <_> <_> <_>10 10 9 6 -1. <_>10 12 9 2 3. 0 0.0355540104210377 0.0114133097231388 -0.3950318098068237 <_> <_> <_>5 2 6 10 -1. <_>5 2 3 5 2. <_>8 7 3 5 2. 0 0.0160674992948771 -0.0491470098495483 0.3030670881271362 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0363721884787083 0.0236751604825258 -0.6806926131248474 <_> <_> <_>6 5 6 8 -1. <_>8 5 2 8 3. 0 -7.4834008701145649e-003 0.2414668053388596 -0.0583017282187939 <_> <_> <_>11 0 4 14 -1. <_>11 0 2 14 2. 0 -7.2762509807944298e-003 -0.2237306982278824 0.0502845905721188 <_> <_> <_>5 0 4 14 -1. <_>7 0 2 14 2. 0 -4.7946218401193619e-003 -0.2192271053791046 0.0666982010006905 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0130664398893714 0.2260453999042511 -0.0370374284684658 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.3257338907569647e-003 -0.0815092399716377 0.2327075004577637 <_> <_> <_>8 3 12 17 -1. <_>8 3 6 17 2. 0 -0.0114362398162484 0.0677326917648315 -0.0330696515738964 <_> <_> <_>4 6 10 4 -1. <_>9 6 5 4 2. 0 6.7957569845020771e-003 0.0931888595223427 -0.1854241937398911 <_> <_> <_>16 4 4 16 -1. <_>18 4 2 8 2. <_>16 12 2 8 2. 0 -0.0527059286832809 0.4070782959461212 -0.0258465595543385 <_> <_> <_>0 6 12 14 -1. <_>6 6 6 14 2. 0 0.1277426928281784 0.0172073394060135 -0.8895267248153687 <_> <_> <_>12 9 8 10 -1. <_>12 9 4 10 2. 0 -0.2799988090991974 -0.9196342229843140 2.5054879370145500e-004 <_> <_> <_>0 9 8 10 -1. <_>4 9 4 10 2. 0 0.0126690203323960 -0.0731523931026459 0.2087228000164032 <_> <_> <_>13 2 6 18 -1. <_>13 2 3 18 2. 0 -0.0158945992588997 0.1126642003655434 -0.0401405617594719 <_> <_> <_>1 2 6 18 -1. <_>4 2 3 18 2. 0 0.0539381690323353 0.0301373898983002 -0.5045430064201355 <_> <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 7.3805922875180840e-004 -0.3592377901077271 0.0334184803068638 <_> <_> <_>0 6 18 9 -1. <_>0 9 18 3 3. 0 4.7065159305930138e-003 0.4419519007205963 -0.0393960885703564 <_> <_> <_>5 4 15 3 -1. <_>5 5 15 1 3. 0 3.0945870094001293e-003 -0.0712243765592575 0.1230626031756401 <_> <_> <_>0 3 19 15 -1. <_>0 8 19 5 3. 0 -0.0326400399208069 -0.4464471936225891 0.0345098301768303 <_> <_> <_>10 10 9 6 -1. <_>10 12 9 2 3. 0 -7.8390557318925858e-003 -0.0998955965042114 0.0334918797016144 <_> <_> <_>1 10 9 6 -1. <_>1 12 9 2 3. 0 7.6504289172589779e-003 0.0551073402166367 -0.2400210946798325 <_> <_> <_>5 12 13 3 -1. <_>5 13 13 1 3. 0 3.8153179921209812e-003 -0.0571435205638409 0.1712068021297455 <_> <_> <_>0 4 4 16 -1. <_>0 4 2 8 2. <_>2 12 2 8 2. 0 0.0142953498288989 -0.0557476617395878 0.2671900987625122 <_> <_> <_>10 10 5 6 -1. <_>10 13 5 3 2. 0 -1.8241480574943125e-004 0.0473623797297478 -0.2147321999073029 <_> <_> <_>0 10 20 8 -1. <_>0 14 20 4 2. 0 -0.0319164805114269 -0.1439830064773560 0.0925263091921806 <_> <_> <_>14 0 6 7 -1. <_>16 0 2 7 3. 0 -7.6755490154027939e-003 0.1251308023929596 -0.0528555810451508 <_> <_> <_>0 0 6 7 -1. <_>2 0 2 7 3. 0 0.0141521096229553 -0.0581989996135235 0.2444438040256500 <_> <_> <_>13 0 3 19 -1. <_>14 0 1 19 3. 0 -0.0167010594159365 -0.3026933968067169 0.0257134698331356 <_> <_> <_>0 2 8 4 -1. <_>4 2 4 4 2. 0 3.5869849380105734e-003 -0.1199979037046433 0.1246884018182755 <_> <_> <_>12 12 7 6 -1. <_>12 14 7 2 3. 0 3.7683059927076101e-003 0.0502713508903980 -0.2047702968120575 <_> <_> <_>6 11 7 6 -1. <_>6 13 7 2 3. 0 9.9043175578117371e-004 -0.0854138508439064 0.1631623953580856 <_> <_> <_>10 10 5 6 -1. <_>10 13 5 3 2. 0 9.3151312321424484e-003 9.4177378341555595e-003 -0.3520910143852234 <_> <_> <_>3 10 6 9 -1. <_>3 13 6 3 3. 0 -1.5002860163804144e-004 0.0834809765219688 -0.1704777926206589 <_> <_> <_>13 5 4 14 -1. <_>15 5 2 7 2. <_>13 12 2 7 2. 0 8.7790598627179861e-004 -0.1105471998453140 0.1175082027912140 <_> <_> <_>3 5 10 9 -1. <_>3 8 10 3 3. 0 -0.0376302711665630 0.5032584071159363 -0.0261650606989861 <_> <_> <_>2 15 18 4 -1. <_>2 17 18 2 2. 0 5.6488867849111557e-003 0.0747132375836372 -0.1405851989984512 <_> <_> <_>0 4 8 6 -1. <_>0 6 8 2 3. 0 -1.4621330192312598e-003 0.0674653276801109 -0.2014323025941849 <_> <_> <_>4 5 13 2 -1. <_>4 6 13 1 2. 0 5.3189881145954132e-003 -0.0359979383647442 0.3737648129463196 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 0.0210195202380419 0.0270638093352318 -0.5019965767860413 <_> <_> <_>0 12 20 6 -1. <_>0 14 20 2 3. 0 -0.1132896989583969 -0.7439544200897217 0.0137780895456672 <_> <_> <_>0 10 6 8 -1. <_>3 10 3 8 2. 0 -6.1144838109612465e-003 0.1404484063386917 -0.0879396721720696 <_> <_> <_>4 8 15 3 -1. <_>9 8 5 3 3. 0 -7.7648349106311798e-003 -0.1434164047241211 0.0430610999464989 <_> <_> <_>1 9 9 6 -1. <_>4 9 3 6 3. 0 -0.0913359969854355 -0.6324607133865356 0.0209029503166676 <_> <_> <_>2 0 16 14 -1. <_>10 0 8 7 2. <_>2 7 8 7 2. 0 -0.1633961051702499 -0.7707108855247498 0.0136276902630925 <_> <_> <_>3 0 14 18 -1. <_>3 9 14 9 2. 0 0.5300452113151550 0.0122928302735090 -0.7970852255821228 <_> <_> <_>9 7 6 10 -1. <_>12 7 3 5 2. <_>9 12 3 5 2. 0 -3.0609068926423788e-003 0.0574785284698009 -0.0886268168687820 <_> <_> <_>3 4 4 16 -1. <_>3 4 2 8 2. <_>5 12 2 8 2. 0 1.3204859569668770e-003 -0.1047393977642059 0.1241632029414177 <_> <_> <_>12 14 8 6 -1. <_>12 16 8 2 3. 0 -0.0660451278090477 -0.7040370106697083 7.2672651149332523e-003 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 5.2080051973462105e-003 0.0732894167304039 -0.1610578000545502 -1.7121059894561768 16 -1 <_> <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -0.0240407008677721 0.2431855946779251 -0.3818928897380829 <_> <_> <_>1 0 18 10 -1. <_>7 0 6 10 3. 0 0.2637419104576111 -0.2509114146232605 0.2723194062709808 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 3.3161949831992388e-003 -0.2811537086963654 0.2297758013010025 <_> <_> <_>13 4 3 15 -1. <_>13 9 3 5 3. 0 2.5751669891178608e-003 -0.6481587886810303 0.0830493271350861 <_> <_> <_>4 4 3 15 -1. <_>4 9 3 5 3. 0 0.0128431497141719 -0.5438807010650635 0.0863045528531075 <_> <_> <_>14 3 6 5 -1. <_>14 3 3 5 2. 0 0.0130053600296378 -0.2641158998012543 0.2210787981748581 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0263040605932474 -0.2227616012096405 0.2245862931013107 <_> <_> <_>14 2 6 7 -1. <_>14 2 3 7 2. 0 -0.0688879936933517 0.4467779099941254 -0.0183987505733967 <_> <_> <_>0 2 6 7 -1. <_>3 2 3 7 2. 0 0.0158644001930952 -0.3353232145309448 0.1638062000274658 <_> <_> <_>11 6 8 8 -1. <_>15 6 4 4 2. <_>11 10 4 4 2. 0 -7.1481592021882534e-003 -0.3599945902824402 0.1067965030670166 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 -0.0120021300390363 -0.3749858140945435 0.0967593491077423 <_> <_> <_>5 9 13 3 -1. <_>5 10 13 1 3. 0 -2.6663220487535000e-003 -0.3894163966178894 0.0597763918340206 <_> <_> <_>0 8 15 3 -1. <_>0 9 15 1 3. 0 5.2618351764976978e-004 -0.3055751025676727 0.1077807024121285 <_> <_> <_>11 5 4 12 -1. <_>11 11 4 6 2. 0 -0.0407057218253613 -0.5857294797897339 0.0406608581542969 <_> <_> <_>2 11 13 3 -1. <_>2 12 13 1 3. 0 -8.7929163128137589e-003 0.2369941025972366 -0.1382753998041153 <_> <_> <_>2 1 16 2 -1. <_>2 2 16 1 2. 0 -2.2475840523838997e-003 -0.3547531962394714 0.0890797823667526 <_> <_> <_>5 6 8 10 -1. <_>5 6 4 5 2. <_>9 11 4 5 2. 0 5.8501982130110264e-003 0.0916956365108490 -0.3332979977130890 <_> <_> <_>8 8 10 12 -1. <_>13 8 5 6 2. <_>8 14 5 6 2. 0 -3.9623910561203957e-003 -0.1984574049711227 0.1236386969685555 <_> <_> <_>3 10 6 6 -1. <_>3 13 6 3 2. 0 -1.7685770289972425e-003 0.0736848115921021 -0.4586252868175507 <_> <_> <_>1 5 18 8 -1. <_>10 5 9 4 2. <_>1 9 9 4 2. 0 0.0633038803935051 0.0486901514232159 -0.5730131864547730 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 7.9875197261571884e-003 -0.8107230067253113 0.0270544104278088 <_> <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -0.0135204000398517 0.1627480983734131 -0.1684186011552811 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0481396093964577 0.0452342182397842 -0.5730023980140686 <_> <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 5.0355647690594196e-003 0.0652255117893219 -0.2585661113262177 <_> <_> <_>5 9 4 7 -1. <_>7 9 2 7 2. 0 1.9625260028988123e-004 0.1422155052423477 -0.1848151981830597 <_> <_> <_>1 9 18 3 -1. <_>7 9 6 3 3. 0 2.5747891049832106e-003 -0.3590430021286011 0.0756635069847107 <_> <_> <_>2 6 8 14 -1. <_>2 6 4 7 2. <_>6 13 4 7 2. 0 -4.0524629876017570e-003 -0.2121212929487228 0.1184021010994911 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0569202601909637 -0.0436572991311550 0.3877460062503815 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0379869900643826 -0.0817063301801682 0.3952980041503906 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0227315295487642 -0.3469341993331909 0.0684385672211647 <_> <_> <_>6 0 4 9 -1. <_>8 0 2 9 2. 0 9.9069473799318075e-004 -0.3668186962604523 0.0610366500914097 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -4.3086782097816467e-003 0.1436198055744171 -0.0961600765585899 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -0.0252022091299295 -0.4610934853553772 0.0594206601381302 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -0.0335977189242840 -0.4712752103805542 9.6356319263577461e-003 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -4.6891071833670139e-003 0.1967620998620987 -0.1185335963964462 <_> <_> <_>9 1 3 13 -1. <_>10 1 1 13 3. 0 0.0245499201118946 -0.0455425903201103 0.2871705889701843 <_> <_> <_>0 9 13 2 -1. <_>0 10 13 1 2. 0 -1.8802500562742352e-003 -0.2989243865013123 0.0801998898386955 <_> <_> <_>7 3 13 16 -1. <_>7 11 13 8 2. 0 0.2016099989414215 0.0305025801062584 -0.4841420948505402 <_> <_> <_>0 3 5 9 -1. <_>0 6 5 3 3. 0 -0.0698039531707764 -0.6238281130790710 0.0351806618273258 <_> <_> <_>11 1 7 6 -1. <_>11 3 7 2 3. 0 9.1318902559578419e-004 -0.1993506997823715 0.0682703480124474 <_> <_> <_>1 1 16 4 -1. <_>1 1 8 2 2. <_>9 3 8 2 2. 0 0.0145789599046111 0.1006335988640785 -0.2535313069820404 <_> <_> <_>0 2 20 6 -1. <_>10 2 10 3 2. <_>0 5 10 3 2. 0 0.0501303486526012 0.0571921095252037 -0.4162805974483490 <_> <_> <_>0 4 19 10 -1. <_>0 9 19 5 2. 0 -0.0180481094866991 -0.4457265138626099 0.0503994897007942 <_> <_> <_>4 6 15 5 -1. <_>9 6 5 5 3. 0 0.1481816023588181 0.0167796108871698 -0.4581047892570496 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -0.0262859500944614 0.3544262051582336 -0.0611844286322594 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0184141099452972 -0.3213210999965668 0.0761481523513794 <_> <_> <_>1 12 9 8 -1. <_>1 16 9 4 2. 0 6.1610070988535881e-003 0.0879460796713829 -0.2591320872306824 <_> <_> <_>3 5 14 3 -1. <_>3 6 14 1 3. 0 -0.0259001608937979 0.3068143129348755 -0.0656004101037979 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 0.0150148998945951 -0.0560769699513912 0.3866142928600311 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -0.0431121587753296 0.5592610836029053 -0.0392326302826405 <_> <_> <_>3 11 14 4 -1. <_>3 11 7 2 2. <_>10 13 7 2 2. 0 -0.0214851703494787 -0.4638487100601196 0.0482646189630032 <_> <_> <_>3 11 14 4 -1. <_>10 11 7 2 2. <_>3 13 7 2 2. 0 -0.0251317899674177 -0.4809173941612244 0.0413461700081825 <_> <_> <_>2 5 14 6 -1. <_>2 7 14 2 3. 0 4.1451459401287138e-004 0.0446918308734894 -0.4217401146888733 <_> <_> <_>11 15 9 4 -1. <_>11 17 9 2 2. 0 0.0102185700088739 0.0537444800138474 -0.1939547955989838 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -0.0203427001833916 0.2972249984741211 -0.0712975636124611 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 -0.0306660495698452 -0.3992078006267548 0.0455109812319279 <_> <_> <_>1 13 7 6 -1. <_>1 15 7 2 3. 0 -0.0327674411237240 -0.5024853944778442 0.0448886081576347 <_> <_> <_>0 16 20 4 -1. <_>0 18 20 2 2. 0 -0.0543650016188622 -0.4775117039680481 0.0418824702501297 <_> <_> <_>0 14 12 6 -1. <_>0 14 6 3 2. <_>6 17 6 3 2. 0 -0.0299163591116667 0.3579361140727997 -0.0618319399654865 <_> <_> <_>4 6 15 5 -1. <_>9 6 5 5 3. 0 0.0101441796869040 -0.1579091995954514 0.0573733597993851 <_> <_> <_>1 6 15 5 -1. <_>6 6 5 5 3. 0 0.1563901007175446 0.0329497009515762 -0.6446223258972168 <_> <_> <_>11 5 6 9 -1. <_>11 8 6 3 3. 0 0.0544479787349701 -0.0415080599486828 0.1286668926477432 <_> <_> <_>5 0 6 8 -1. <_>7 0 2 8 3. 0 -0.0397727191448212 -0.6896231770515442 0.0290465708822012 <_> <_> <_>5 17 13 3 -1. <_>5 18 13 1 3. 0 6.9650667719542980e-003 -0.0947616770863533 0.1825713068246841 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0516174286603928 -0.4490728974342346 0.0439131408929825 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -0.0268146097660065 -0.2256883978843689 0.0549280717968941 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0131819201633334 0.0801019072532654 -0.2867330014705658 <_> <_> <_>5 3 14 3 -1. <_>5 4 14 1 3. 0 0.0142415901646018 -0.0842644125223160 0.2100073993206024 <_> <_> <_>6 9 6 5 -1. <_>9 9 3 5 2. 0 3.1410539522767067e-003 0.1325756013393402 -0.1561053991317749 <_> <_> <_>12 6 8 5 -1. <_>12 6 4 5 2. 0 0.1099515035748482 0.0123882703483105 -0.4030236899852753 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 0.0178458504378796 0.0528702288866043 -0.3793024122714996 <_> <_> <_>4 14 13 2 -1. <_>4 15 13 1 2. 0 0.0108519904315472 -0.0540712587535381 0.3518624007701874 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 -0.0259582009166479 0.4197835028171539 -0.0404774285852909 <_> <_> <_>6 9 8 8 -1. <_>6 13 8 4 2. 0 4.0990379638969898e-003 0.0509112887084484 -0.3597494959831238 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 0.0149098401889205 -0.0614372305572033 0.2894755005836487 <_> <_> <_>9 3 3 10 -1. <_>9 8 3 5 2. 0 4.0265037678182125e-003 0.1068639978766441 -0.1297968029975891 <_> <_> <_>4 0 12 20 -1. <_>10 0 6 20 2. 0 0.3949568867683411 -0.0289205592125654 0.6353526711463928 <_> <_> <_>13 12 6 6 -1. <_>13 12 3 6 2. 0 0.0128743797540665 -0.1191041022539139 0.1206843033432961 <_> <_> <_>3 2 12 4 -1. <_>9 2 6 4 2. 0 -0.0485981814563274 0.4688569009304047 -0.0427972897887230 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 1.5357979573309422e-003 -0.3088226914405823 0.0631548315286636 <_> <_> <_>6 4 2 13 -1. <_>7 4 1 13 2. 0 3.5379750188440084e-003 0.1013244986534119 -0.1772640049457550 <_> <_> <_>13 4 4 12 -1. <_>13 4 2 12 2. 0 -0.0194412209093571 0.2325439006090164 -0.0537322685122490 <_> <_> <_>0 9 12 3 -1. <_>6 9 6 3 2. 0 2.5940369814634323e-003 -0.3568229973316193 0.0505988597869873 <_> <_> <_>13 4 4 12 -1. <_>13 4 2 12 2. 0 0.0599103793501854 -0.0240308698266745 0.1700322031974793 <_> <_> <_>3 4 4 12 -1. <_>5 4 2 12 2. 0 -0.0111817596480250 0.3486950099468231 -0.0628124177455902 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 4.9201812362298369e-004 -0.1264290958642960 0.0365038998425007 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.0679021775722504 -0.4288708865642548 0.0463369116187096 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 0.0157288294285536 -0.0630289465188980 0.1627576947212219 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 -0.0148243904113770 -0.5339167714118958 0.0321326218545437 <_> <_> <_>7 15 13 3 -1. <_>7 16 13 1 3. 0 -0.0197062604129314 0.2545562982559204 -0.0308166500180960 <_> <_> <_>0 2 18 4 -1. <_>0 2 9 2 2. <_>9 4 9 2 2. 0 9.6607124432921410e-003 0.0926743522286415 -0.1794023960828781 <_> <_> <_>12 6 8 5 -1. <_>12 6 4 5 2. 0 -0.0499294213950634 0.2674334049224854 -0.0255951192229986 <_> <_> <_>5 0 10 8 -1. <_>5 4 10 4 2. 0 0.0734596401453018 -0.0586989596486092 0.2889882922172546 <_> <_> <_>9 0 10 6 -1. <_>9 2 10 2 3. 0 -8.6538150208070874e-004 -0.1431846022605896 0.0653861835598946 <_> <_> <_>3 0 14 3 -1. <_>3 1 14 1 3. 0 -0.0104622198268771 -0.3249850869178772 0.0549553185701370 <_> <_> <_>12 6 8 5 -1. <_>12 6 4 5 2. 0 -6.3478751108050346e-003 -0.1039637029170990 0.0403214097023010 <_> <_> <_>0 6 8 5 -1. <_>4 6 4 5 2. 0 0.1140640005469322 0.0261920392513275 -0.6617791056632996 <_> <_> <_>11 15 7 4 -1. <_>11 17 7 2 2. 0 -0.0268937703222036 -0.3533869981765747 0.0197535902261734 <_> <_> <_>4 2 9 5 -1. <_>7 2 3 5 3. 0 0.0806009620428085 0.0288784801959991 -0.5497518777847290 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 -0.0746769607067108 -0.3441605865955353 0.0269907191395760 <_> <_> <_>5 3 10 6 -1. <_>5 5 10 2 3. 0 -0.0770040899515152 0.4004569947719574 -0.0453402698040009 <_> <_> <_>8 4 6 14 -1. <_>8 11 6 7 2. 0 -0.0869204774498940 -0.3468702137470245 0.0391959808766842 <_> <_> <_>1 5 9 6 -1. <_>1 7 9 2 3. 0 -4.3200692161917686e-003 0.0759325698018074 -0.2372065037488937 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0341277606785297 -0.4199472069740295 0.0436338707804680 <_> <_> <_>8 3 4 7 -1. <_>10 3 2 7 2. 0 0.0218453705310822 -0.0586817003786564 0.3297267854213715 <_> <_> <_>0 4 20 12 -1. <_>10 4 10 6 2. <_>0 10 10 6 2. 0 0.1003722995519638 0.0425072088837624 -0.4336608052253723 -1.8098859786987305 17 -1 <_> <_> <_> <_>5 4 7 4 -1. <_>5 6 7 2 2. 0 -2.8922120109200478e-003 0.1438132971525192 -0.4089652001857758 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -3.2057950738817453e-003 -0.3347241878509522 0.1283469051122665 <_> <_> <_>8 6 3 12 -1. <_>8 12 3 6 2. 0 -1.4795559764024802e-005 0.1013917028903961 -0.4468091130256653 <_> <_> <_>3 0 14 2 -1. <_>3 1 14 1 2. 0 3.7529919063672423e-004 -0.2860493063926697 0.1535784006118774 <_> <_> <_>7 7 6 13 -1. <_>9 7 2 13 3. 0 4.9170467536896467e-004 -0.2840496003627777 0.1316390037536621 <_> <_> <_>3 4 16 12 -1. <_>11 4 8 6 2. <_>3 10 8 6 2. 0 0.0164173804223537 0.0799011066555977 -0.2809281945228577 <_> <_> <_>1 4 16 12 -1. <_>1 4 8 6 2. <_>9 10 8 6 2. 0 0.0101198600605130 0.1002686992287636 -0.4093256890773773 <_> <_> <_>7 5 6 10 -1. <_>7 10 6 5 2. 0 -6.5251751802861691e-003 -0.3310171067714691 0.0960446298122406 <_> <_> <_>3 6 5 9 -1. <_>3 9 5 3 3. 0 6.1215078458189964e-003 -0.3548310101032257 0.0843099206686020 <_> <_> <_>6 3 14 4 -1. <_>13 3 7 2 2. <_>6 5 7 2 2. 0 2.5817379355430603e-003 0.0833843573927879 -0.2803170979022980 <_> <_> <_>3 18 13 2 -1. <_>3 19 13 1 2. 0 -1.3406439684331417e-003 0.1508380025625229 -0.1494652032852173 <_> <_> <_>4 10 16 4 -1. <_>12 10 8 2 2. <_>4 12 8 2 2. 0 3.3681320492178202e-003 0.0421127006411552 -0.2230971008539200 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 2.8937528841197491e-003 0.0829538106918335 -0.2915230989456177 <_> <_> <_>12 12 7 6 -1. <_>12 14 7 2 3. 0 3.3696501050144434e-003 0.0485485494136810 -0.1954278051853180 <_> <_> <_>0 0 4 11 -1. <_>2 0 2 11 2. 0 -0.0715388804674149 0.5200868248939514 -0.0426444411277771 <_> <_> <_>14 0 6 9 -1. <_>14 0 3 9 2. 0 7.6072360388934612e-003 -0.0852086618542671 0.1152331009507179 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 1.9313229713588953e-003 0.0893573984503746 -0.2361434996128082 <_> <_> <_>6 12 13 2 -1. <_>6 13 13 1 2. 0 9.0475968318060040e-004 -0.0774085894227028 0.1682958006858826 <_> <_> <_>0 0 6 9 -1. <_>3 0 3 9 2. 0 0.0111036701127887 -0.0959639772772789 0.2039172053337097 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 -3.1021970789879560e-003 -0.3860571980476379 0.0463297218084335 <_> <_> <_>5 5 3 10 -1. <_>5 10 3 5 2. 0 1.1446890421211720e-003 -0.2830668985843658 0.0589782111346722 <_> <_> <_>1 5 18 8 -1. <_>10 5 9 4 2. <_>1 9 9 4 2. 0 7.7077788300812244e-003 0.1047424972057343 -0.1714607030153275 <_> <_> <_>4 2 10 6 -1. <_>4 4 10 2 3. 0 0.0498937107622623 -0.0646926015615463 0.3014095127582550 <_> <_> <_>6 0 8 12 -1. <_>10 0 4 6 2. <_>6 6 4 6 2. 0 -0.0149378199130297 -0.2785437107086182 0.0708954706788063 <_> <_> <_>5 6 6 7 -1. <_>7 6 2 7 3. 0 -2.5303829461336136e-003 0.1210851967334747 -0.1463529020547867 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 0.0286112595349550 -0.0503575317561626 0.4065187871456146 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0362440608441830 0.0445772185921669 -0.5623428821563721 <_> <_> <_>9 4 6 10 -1. <_>12 4 3 5 2. <_>9 9 3 5 2. 0 -3.0544339679181576e-003 0.1152698993682861 -0.2737109065055847 <_> <_> <_>0 8 19 3 -1. <_>0 9 19 1 3. 0 -1.3101019430905581e-003 -0.2679800093173981 0.0597266517579556 <_> <_> <_>1 10 18 3 -1. <_>1 11 18 1 3. 0 1.0702989529818296e-003 -0.1543941050767899 0.1120698973536491 <_> <_> <_>5 1 3 13 -1. <_>6 1 1 13 3. 0 -0.0234671607613564 -0.6242492198944092 0.0260104797780514 <_> <_> <_>12 11 8 9 -1. <_>12 11 4 9 2. 0 -0.0227877497673035 0.1790398955345154 -0.0682308524847031 <_> <_> <_>5 0 3 20 -1. <_>6 0 1 20 3. 0 7.5017688795924187e-003 0.0526371784508228 -0.3333347141742706 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 0.0138810900971293 0.0651188865303993 -0.2415271997451782 <_> <_> <_>0 1 4 14 -1. <_>2 1 2 14 2. 0 -8.7769115343689919e-003 0.1992519050836563 -0.0880632326006889 <_> <_> <_>0 1 20 4 -1. <_>10 1 10 2 2. <_>0 3 10 2 2. 0 0.0265235602855682 0.0465747788548470 -0.3655050992965698 <_> <_> <_>0 1 6 12 -1. <_>2 1 2 12 3. 0 7.2263809852302074e-003 -0.1080685034394264 0.1513179987668991 <_> <_> <_>11 0 6 6 -1. <_>11 0 3 6 2. 0 2.3426050320267677e-003 -0.1507292985916138 0.0999450236558914 <_> <_> <_>6 10 4 8 -1. <_>6 14 4 4 2. 0 -2.8811080483137630e-005 0.0614130385220051 -0.2434443980455399 <_> <_> <_>7 0 13 3 -1. <_>7 1 13 1 3. 0 -0.0139119001105428 -0.3101083934307098 0.0248958505690098 <_> <_> <_>0 0 13 3 -1. <_>0 1 13 1 3. 0 0.0247687809169292 0.0232180301100016 -0.6507102847099304 <_> <_> <_>5 5 10 6 -1. <_>5 7 10 2 3. 0 -6.0916407965123653e-003 0.0597684904932976 -0.2536034882068634 <_> <_> <_>4 5 4 14 -1. <_>4 5 2 7 2. <_>6 12 2 7 2. 0 -9.7264908254146576e-003 -0.2558444142341614 0.0555546209216118 <_> <_> <_>11 0 6 6 -1. <_>11 0 3 6 2. 0 0.0974990427494049 5.3867488168179989e-003 -0.7356767058372498 <_> <_> <_>3 0 6 6 -1. <_>6 0 3 6 2. 0 3.0411418993026018e-003 -0.1375921070575714 0.1214364990592003 <_> <_> <_>1 0 18 7 -1. <_>7 0 6 7 3. 0 2.7967148926109076e-003 0.1804866045713425 -0.0845270007848740 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 0.0107072796672583 -0.0439708605408669 0.3104200959205627 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 1.7561139538884163e-003 0.0518668405711651 -0.2276871055364609 <_> <_> <_>2 6 14 9 -1. <_>2 9 14 3 3. 0 -3.0384738929569721e-003 0.7165204286575317 -0.0224659293889999 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 -0.0941614806652069 -0.7933856248855591 0.0131174903362989 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 -0.0238690096884966 0.4933817982673645 -0.0321690216660500 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 -0.0399585887789726 -0.1891476958990097 0.0285007003694773 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 6.9391070865094662e-003 0.0397772118449211 -0.3910590112209320 <_> <_> <_>1 14 18 4 -1. <_>10 14 9 2 2. <_>1 16 9 2 2. 0 -0.0335967801511288 -0.5683007240295410 0.0216185096651316 <_> <_> <_>2 8 15 6 -1. <_>7 8 5 6 3. 0 -0.1407984048128128 -0.7901437282562256 0.0148846097290516 <_> <_> <_>16 2 4 8 -1. <_>16 6 4 4 2. 0 -5.7346289977431297e-003 -0.1551263928413391 0.0428795702755451 <_> <_> <_>0 1 8 8 -1. <_>0 1 4 4 2. <_>4 5 4 4 2. 0 -0.0528418309986591 0.3082383871078491 -0.0507096908986568 <_> <_> <_>7 3 8 4 -1. <_>7 5 8 2 2. 0 0.0152070997282863 -0.0257897693663836 0.3329232037067413 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 -5.8392022037878633e-004 0.0889003872871399 -0.1629794985055924 <_> <_> <_>3 12 14 4 -1. <_>10 12 7 2 2. <_>3 14 7 2 2. 0 -3.3715530298650265e-003 -0.1789022982120514 0.0753766074776649 <_> <_> <_>4 9 8 5 -1. <_>8 9 4 5 2. 0 -1.2047060299664736e-003 0.1049197018146515 -0.1297073960304260 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0552764795720577 -0.0431975089013577 0.3721202909946442 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0393306091427803 0.0304163992404938 -0.4907610118389130 <_> <_> <_>8 5 8 4 -1. <_>8 5 4 4 2. 0 -9.7229599487036467e-004 -0.2189545929431915 0.0390327088534832 <_> <_> <_>2 2 15 7 -1. <_>7 2 5 7 3. 0 -0.0560480691492558 0.4163256883621216 -0.0337473116815090 <_> <_> <_>8 5 8 4 -1. <_>8 5 4 4 2. 0 0.0713767409324646 0.0121292099356651 -0.6481407880783081 <_> <_> <_>4 5 8 4 -1. <_>8 5 4 4 2. 0 1.4940260443836451e-003 -0.2139361053705216 0.0848872214555740 <_> <_> <_>7 1 7 12 -1. <_>7 7 7 6 2. 0 -3.2299170270562172e-003 0.0907924324274063 -0.0958160534501076 <_> <_> <_>4 0 12 10 -1. <_>4 5 12 5 2. 0 0.0421828702092171 -0.0669144019484520 0.2521761953830719 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 -6.5001910552382469e-003 -0.1214955970644951 0.0373679883778095 <_> <_> <_>0 1 5 6 -1. <_>0 4 5 3 2. 0 0.0194571297615767 0.0501637794077396 -0.2870037853717804 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0372913889586926 0.0296084396541119 -0.5722249746322632 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0255715195089579 0.4394184947013855 -0.0365323089063168 <_> <_> <_>12 2 2 14 -1. <_>12 2 1 14 2. 0 -7.9122912138700485e-003 -0.2961851060390472 0.0354832708835602 <_> <_> <_>0 15 14 4 -1. <_>0 15 7 2 2. <_>7 17 7 2 2. 0 3.0267490074038506e-003 -0.1211377978324890 0.1127142012119293 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0210358202457428 0.2920606136322022 -0.0310014896094799 <_> <_> <_>6 2 2 14 -1. <_>7 2 1 14 2. 0 -0.0129114203155041 -0.5419433116912842 0.0267562400549650 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 0.0550960712134838 8.4169982001185417e-003 -0.6287345886230469 <_> <_> <_>0 6 14 4 -1. <_>0 6 7 2 2. <_>7 8 7 2 2. 0 -6.3893562182784081e-003 -0.2078483998775482 0.0604367889463902 <_> <_> <_>12 11 8 9 -1. <_>12 11 4 9 2. 0 0.0108587602153420 -0.0784972533583641 0.1295799016952515 <_> <_> <_>0 11 8 9 -1. <_>4 11 4 9 2. 0 -0.0158596206456423 0.1577291041612625 -0.1014351025223732 <_> <_> <_>7 1 12 18 -1. <_>11 1 4 18 3. 0 0.1520387977361679 0.0217213202267885 -0.3171314001083374 <_> <_> <_>1 1 12 18 -1. <_>5 1 4 18 3. 0 0.0179420392960310 -0.0848169326782227 0.1769730001688004 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 8.8212518021464348e-003 0.0518006011843681 -0.2144360989332199 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0157152898609638 0.0425258204340935 -0.3227834105491638 <_> <_> <_>8 1 4 10 -1. <_>8 6 4 5 2. 0 -2.4744209367781878e-003 0.1082855015993118 -0.1295306980609894 <_> <_> <_>6 3 7 6 -1. <_>6 5 7 2 3. 0 0.0125975301489234 -0.0602517016232014 0.2751215100288391 <_> <_> <_>5 5 13 8 -1. <_>5 9 13 4 2. 0 -1.0955630568787456e-003 -0.5424407124519348 0.0281664393842220 <_> <_> <_>1 2 14 2 -1. <_>1 3 14 1 2. 0 -1.4035019557923079e-003 -0.2362516969442368 0.0618872493505478 <_> <_> <_>15 4 5 9 -1. <_>15 7 5 3 3. 0 -0.0772945433855057 -0.5214198231697083 0.0118441497907043 <_> <_> <_>0 4 5 9 -1. <_>0 7 5 3 3. 0 -0.0754421576857567 -0.7158880233764648 0.0171514190733433 <_> <_> <_>7 1 8 8 -1. <_>7 5 8 4 2. 0 -0.0651483386754990 0.2409984022378922 -0.0502787381410599 <_> <_> <_>2 5 12 12 -1. <_>2 5 6 6 2. <_>8 11 6 6 2. 0 -1.0481229983270168e-003 0.0654616281390190 -0.1919842064380646 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 2.0919230300933123e-003 0.0487021617591381 -0.2006254941225052 <_> <_> <_>5 7 10 10 -1. <_>5 7 5 5 2. <_>10 12 5 5 2. 0 -0.0428493693470955 -0.4615420997142792 0.0291370395570993 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -4.5563629828393459e-003 0.1373217999935150 -0.0738710165023804 <_> <_> <_>2 14 16 3 -1. <_>2 15 16 1 3. 0 6.7648440599441528e-003 -0.0638660266995430 0.2757869958877564 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 0.0422520712018013 0.0135830100625753 -0.6271442174911499 <_> <_> <_>0 13 18 4 -1. <_>0 13 9 2 2. <_>9 15 9 2 2. 0 -0.0354382209479809 -0.5243613123893738 0.0210475306957960 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -5.3693209774792194e-003 0.1836670935153961 -0.0664324536919594 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 1.3521539513021708e-003 0.0588343217968941 -0.2245510071516037 <_> <_> <_>6 12 13 2 -1. <_>6 13 13 1 2. 0 -0.0322040282189846 -0.4801704883575440 9.2976661399006844e-003 <_> <_> <_>1 12 13 2 -1. <_>1 13 13 1 2. 0 4.0550291305407882e-004 -0.0859484076499939 0.2010037004947662 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -3.8419410120695829e-003 0.2059556990861893 -0.0668637081980705 <_> <_> <_>0 7 14 4 -1. <_>0 7 7 2 2. <_>7 9 7 2 2. 0 -4.5518199913203716e-003 -0.2290892004966736 0.0589543990790844 <_> <_> <_>13 3 7 6 -1. <_>13 5 7 2 3. 0 -0.0493403710424900 -0.3899571895599365 0.0167140793055296 <_> <_> <_>0 4 3 16 -1. <_>0 12 3 8 2. 0 0.0864564925432205 -0.0322788283228874 0.3637163937091827 <_> <_> <_>13 5 5 15 -1. <_>13 10 5 5 3. 0 5.1636258140206337e-003 -0.1739903986454010 0.0560171492397785 <_> <_> <_>2 10 6 10 -1. <_>2 10 3 5 2. <_>5 15 3 5 2. 0 3.5364869982004166e-003 -0.0796309486031532 0.1631346046924591 <_> <_> <_>11 11 9 6 -1. <_>11 13 9 2 3. 0 -0.0431708395481110 -0.3703685998916626 0.0198411308228970 <_> <_> <_>0 11 9 6 -1. <_>0 13 9 2 3. 0 6.1772209592163563e-003 0.0590521693229675 -0.2370197027921677 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0222447700798512 0.2576271891593933 -0.0229684505611658 <_> <_> <_>1 3 18 4 -1. <_>1 3 9 2 2. <_>10 5 9 2 2. 0 0.0501637309789658 0.0174684002995491 -0.6812874078750610 <_> <_> <_>10 10 10 6 -1. <_>15 10 5 3 2. <_>10 13 5 3 2. 0 -3.0043811420910060e-004 0.0557814016938210 -0.1268578022718430 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1978355050086975 0.0122114196419716 -0.8606426715850830 <_> <_> <_>8 4 6 5 -1. <_>8 4 3 5 2. 0 0.0653624683618546 4.1287927888333797e-003 -0.6294823884963989 <_> <_> <_>3 6 12 7 -1. <_>7 6 4 7 3. 0 -0.0186849907040596 -0.2437735944986343 0.0432324893772602 <_> <_> <_>8 4 6 5 -1. <_>8 4 3 5 2. 0 -7.5593511573970318e-003 0.1725444048643112 -0.0168717801570892 <_> <_> <_>6 4 6 5 -1. <_>9 4 3 5 2. 0 1.4699660241603851e-003 -0.1556148976087570 0.0692318528890610 <_> <_> <_>7 1 6 19 -1. <_>7 1 3 19 2. 0 0.1192594021558762 -0.0263411905616522 0.4484722912311554 <_> <_> <_>6 0 3 20 -1. <_>7 0 1 20 3. 0 0.0137634798884392 0.0318527109920979 -0.3818455040454865 <_> <_> <_>9 1 3 13 -1. <_>10 1 1 13 3. 0 0.0129664400592446 -0.0393913686275482 0.1909269988536835 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0110414195805788 -0.2730937898159027 0.0477778203785419 <_> <_> <_>2 0 18 16 -1. <_>2 8 18 8 2. 0 0.6836441159248352 9.6240043640136719e-003 -0.9744750261306763 <_> <_> <_>1 5 6 15 -1. <_>1 10 6 5 3. 0 -2.4255160242319107e-003 -0.2543956935405731 0.0407325513660908 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 6.4529682276770473e-004 -0.1382417976856232 0.0746600478887558 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0223861802369356 0.3940477967262268 -0.0425919517874718 <_> <_> <_>6 13 10 6 -1. <_>11 13 5 3 2. <_>6 16 5 3 2. 0 -0.0643251612782478 -0.9685335755348206 5.4289568215608597e-003 <_> <_> <_>0 10 14 3 -1. <_>0 11 14 1 3. 0 0.0408037118613720 0.0147799802944064 -0.7544596791267395 <_> <_> <_>11 9 6 8 -1. <_>11 9 3 8 2. 0 -2.4066439364105463e-003 0.0762139186263084 -0.0813253372907639 <_> <_> <_>1 13 7 6 -1. <_>1 15 7 2 3. 0 -0.0498650595545769 -0.7844797968864441 0.0151301501318812 <_> <_> <_>9 0 3 12 -1. <_>9 6 3 6 2. 0 -0.0897499918937683 -0.9007651805877686 4.0898341685533524e-003 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 2.1489290520548820e-003 -0.0778734087944031 0.1453898996114731 <_> <_> <_>4 14 13 2 -1. <_>4 15 13 1 2. 0 1.8653910374268889e-003 -0.0512646399438381 0.1451420933008194 <_> <_> <_>6 13 6 7 -1. <_>8 13 2 7 3. 0 0.0541899502277374 0.0167405698448420 -0.7296484708786011 <_> <_> <_>16 10 4 7 -1. <_>16 10 2 7 2. 0 -3.7668810691684484e-003 0.1534599959850311 -0.0598672106862068 <_> <_> <_>0 6 4 13 -1. <_>2 6 2 13 2. 0 -0.1515194028615952 -0.8261219859123230 0.0144882798194885 <_> <_> <_>1 15 18 3 -1. <_>7 15 6 3 3. 0 0.0102466596290469 -0.0631456896662712 0.1899479031562805 <_> <_> <_>0 1 16 4 -1. <_>0 1 8 2 2. <_>8 3 8 2 2. 0 0.0105782700702548 0.0597267486155033 -0.1916207969188690 <_> <_> <_>3 0 14 4 -1. <_>3 2 14 2 2. 0 0.0150329703465104 -0.0738685205578804 0.1551170945167542 <_> <_> <_>3 13 12 6 -1. <_>3 13 6 3 2. <_>9 16 6 3 2. 0 -0.0421362891793251 -0.6873332262039185 0.0166046302765608 <_> <_> <_>6 8 8 9 -1. <_>6 11 8 3 3. 0 1.8628799589350820e-003 -0.1573285013437271 0.0757149085402489 <_> <_> <_>0 8 18 9 -1. <_>0 11 18 3 3. 0 0.0246596392244101 0.0970811396837235 -0.1604579985141754 <_> <_> <_>10 13 10 7 -1. <_>10 13 5 7 2. 0 0.1914573013782501 7.1056559681892395e-003 -0.7553734183311462 <_> <_> <_>0 13 10 7 -1. <_>5 13 5 7 2. 0 -0.0301671605557203 0.1700260937213898 -0.0861638262867928 <_> <_> <_>12 10 8 6 -1. <_>12 12 8 2 3. 0 9.2923697084188461e-003 0.0433526113629341 -0.1953348070383072 <_> <_> <_>0 12 17 6 -1. <_>0 15 17 3 2. 0 -1.9069829722866416e-003 0.0824215188622475 -0.1464408934116364 <_> <_> <_>5 14 10 4 -1. <_>5 16 10 2 2. 0 3.1027841032482684e-004 -0.1187931969761848 0.0946357622742653 <_> <_> <_>1 8 13 3 -1. <_>1 9 13 1 3. 0 4.4492271263152361e-004 -0.1564576029777527 0.0685128122568130 <_> <_> <_>11 10 9 4 -1. <_>11 12 9 2 2. 0 -0.0120954699814320 -0.0901441276073456 0.0300506204366684 <_> <_> <_>0 2 2 18 -1. <_>1 2 1 18 2. 0 -2.0358909387141466e-003 0.1358647048473358 -0.0726312622427940 <_> <_> <_>14 12 6 7 -1. <_>14 12 3 7 2. 0 -9.3594277277588844e-003 0.1137612015008926 -0.0396327190101147 <_> <_> <_>0 12 6 7 -1. <_>3 12 3 7 2. 0 4.2418478988111019e-003 -0.0815194398164749 0.1576620936393738 <_> <_> <_>8 2 8 14 -1. <_>8 9 8 7 2. 0 -0.0599637590348721 -0.2327315062284470 0.0208368804305792 <_> <_> <_>4 2 8 14 -1. <_>4 9 8 7 2. 0 4.6651167795062065e-003 0.1313533037900925 -0.1239491030573845 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 6.2358117429539561e-004 -0.1292017996311188 0.0652205571532249 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 2.0561330020427704e-003 -0.0629108771681786 0.1628800034523010 -1.5512030124664307 18 -1 <_> <_> <_> <_>1 2 18 3 -1. <_>7 2 6 3 3. 0 0.1121644005179405 -0.2906509041786194 0.3151021003723145 <_> <_> <_>12 6 5 9 -1. <_>12 9 5 3 3. 0 0.0278506092727184 -0.3997235000133514 0.1789499074220657 <_> <_> <_>0 4 9 12 -1. <_>3 4 3 12 3. 0 0.0408042408525944 -0.2417106032371521 0.2237673997879028 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 1.3134710025042295e-003 -0.4223076105117798 0.0690668374300003 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 3.9736120961606503e-003 -0.5524399280548096 0.1036207973957062 <_> <_> <_>13 9 4 10 -1. <_>13 14 4 5 2. 0 -9.7877913503907621e-005 0.0703004598617554 -0.4197031855583191 <_> <_> <_>3 12 10 8 -1. <_>3 12 5 4 2. <_>8 16 5 4 2. 0 6.2921550124883652e-003 -0.3062996864318848 0.1307204067707062 <_> <_> <_>12 1 7 4 -1. <_>12 3 7 2 2. 0 -8.7216142565011978e-003 -0.4126763045787811 0.0727381482720375 <_> <_> <_>2 4 12 6 -1. <_>2 6 12 2 3. 0 -0.0586111098527908 0.1949152052402496 -0.1973744928836823 <_> <_> <_>13 10 5 6 -1. <_>13 13 5 3 2. 0 -0.0461044684052467 -0.2627475857734680 0.0243621896952391 <_> <_> <_>2 10 5 6 -1. <_>2 13 5 3 2. 0 -5.2685278933495283e-004 0.0798763111233711 -0.4435858130455017 <_> <_> <_>12 1 7 4 -1. <_>12 3 7 2 2. 0 -0.0255219396203756 -0.4418368935585022 0.0107056600973010 <_> <_> <_>5 5 9 10 -1. <_>5 10 9 5 2. 0 -6.8350387737154961e-003 -0.3950119018554688 0.0784419924020767 <_> <_> <_>12 1 7 4 -1. <_>12 3 7 2 2. 0 0.0610552094876766 3.5330320242792368e-003 -0.6067745089530945 <_> <_> <_>0 0 17 2 -1. <_>0 1 17 1 2. 0 4.7110877931118011e-003 -0.1931038051843643 0.1525941044092178 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0375524982810020 0.0695726871490479 -0.4158819019794464 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0408874303102493 -0.1359692960977554 0.2489430010318756 <_> <_> <_>11 10 6 8 -1. <_>13 10 2 8 3. 0 2.6306639483664185e-005 -0.2560321092605591 0.1100158989429474 <_> <_> <_>3 10 6 8 -1. <_>5 10 2 8 3. 0 9.4716809689998627e-003 -0.2219702005386353 0.1364049017429352 <_> <_> <_>5 1 10 12 -1. <_>5 7 10 6 2. 0 3.4596489276736975e-003 0.1556897014379501 -0.1845435053110123 <_> <_> <_>1 1 7 4 -1. <_>1 3 7 2 2. 0 -8.1670414656400681e-003 -0.3734661042690277 0.0822064206004143 <_> <_> <_>10 10 8 6 -1. <_>10 12 8 2 3. 0 0.0470451787114143 0.0126555804163218 -0.6916750073432922 <_> <_> <_>0 7 8 6 -1. <_>0 9 8 2 3. 0 -1.9954189192503691e-003 -0.4287165105342865 0.0601198486983776 <_> <_> <_>5 11 10 6 -1. <_>10 11 5 3 2. <_>5 14 5 3 2. 0 -0.0327976793050766 -0.5851371884346008 0.0397392101585865 <_> <_> <_>0 8 20 3 -1. <_>0 9 20 1 3. 0 0.0435161218047142 0.0363112390041351 -0.5855696797370911 <_> <_> <_>7 11 13 3 -1. <_>7 12 13 1 3. 0 -0.0132136000320315 0.2116038054227829 -0.0896183624863625 <_> <_> <_>2 7 15 5 -1. <_>7 7 5 5 3. 0 -0.0385740809142590 -0.5937594771385193 0.0372978709638119 <_> <_> <_>2 9 16 6 -1. <_>2 9 8 6 2. 0 -0.1535183936357498 0.4411644041538239 -0.0590583682060242 <_> <_> <_>0 4 5 6 -1. <_>0 7 5 3 2. 0 -0.0141332400962710 -0.3404521048069000 0.0662774965167046 <_> <_> <_>4 12 12 5 -1. <_>8 12 4 5 3. 0 0.0140610104426742 0.1131246015429497 -0.1900123953819275 <_> <_> <_>2 16 16 4 -1. <_>2 16 8 2 2. <_>10 18 8 2 2. 0 0.0354574695229530 0.0372978188097477 -0.5356817841529846 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0129310395568609 -0.2859332859516144 0.0583418011665344 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -0.0119869997724891 -0.4021627008914948 0.0478411912918091 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 -0.0137232895940542 0.2023843973875046 -0.0892904922366142 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 0.0159908104687929 -0.0617425516247749 0.3938700854778290 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -0.0145057598128915 -0.3582904934883118 0.0437899082899094 <_> <_> <_>0 4 6 7 -1. <_>2 4 2 7 3. 0 0.0314435288310051 -0.0673745274543762 0.2877972126007080 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0342873409390450 0.0563902594149113 -0.3340716063976288 <_> <_> <_>7 0 6 20 -1. <_>9 0 2 20 3. 0 8.8674569269642234e-005 -0.2865560054779053 0.0703185573220253 <_> <_> <_>9 5 3 13 -1. <_>10 5 1 13 3. 0 0.0182664692401886 -0.0522215701639652 0.1702639013528824 <_> <_> <_>5 1 10 9 -1. <_>5 4 10 3 3. 0 0.0617696307599545 -0.0688005834817886 0.2748331129550934 <_> <_> <_>12 5 8 8 -1. <_>16 5 4 4 2. <_>12 9 4 4 2. 0 -0.0233833100646734 -0.2784563004970551 0.0241313595324755 <_> <_> <_>6 0 8 8 -1. <_>6 4 8 4 2. 0 -0.1118286028504372 0.4568716883659363 -0.0432179495692253 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -0.0643868967890739 -0.3422875106334686 0.0640637129545212 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.2176343053579330 -0.0605644993484020 0.3635270893573761 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 -4.9456087872385979e-003 -0.1652639061212540 0.0460355803370476 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -1.2704910477623343e-003 -0.2503579854965210 0.0823364406824112 <_> <_> <_>13 2 6 6 -1. <_>13 2 3 6 2. 0 0.0265367291867733 -0.1391904950141907 0.1952400058507919 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -0.0200274400413036 -0.3747282922267914 0.0539810210466385 <_> <_> <_>7 6 10 14 -1. <_>12 6 5 7 2. <_>7 13 5 7 2. 0 -0.0619875490665436 -0.1443642973899841 0.0158632900565863 <_> <_> <_>1 1 18 3 -1. <_>1 2 18 1 3. 0 0.0230370592325926 0.0384292304515839 -0.4847930967807770 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 0.0579582713544369 0.0207501407712698 -0.7677661776542664 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 5.4419268853962421e-003 0.0720744132995605 -0.2425422072410584 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 7.2400430217385292e-003 -0.0824329480528831 0.1846349984407425 <_> <_> <_>2 15 7 4 -1. <_>2 17 7 2 2. 0 0.0148477796465158 0.0562454089522362 -0.3629705905914307 <_> <_> <_>9 0 2 13 -1. <_>9 0 1 13 2. 0 0.0120848799124360 -0.0635362565517426 0.2861422896385193 <_> <_> <_>4 0 9 6 -1. <_>7 0 3 6 3. 0 0.0808313563466072 0.0471439585089684 -0.4996809065341950 <_> <_> <_>11 6 5 6 -1. <_>11 9 5 3 2. 0 1.9218639936298132e-003 -0.4046914875507355 0.0220930408686399 <_> <_> <_>3 6 10 14 -1. <_>3 6 5 7 2. <_>8 13 5 7 2. 0 -0.0141796795651317 -0.1852028071880341 0.0868239179253578 <_> <_> <_>6 4 12 12 -1. <_>12 4 6 6 2. <_>6 10 6 6 2. 0 -2.9600440029753372e-005 0.0740548297762871 -0.1933135986328125 <_> <_> <_>4 6 5 6 -1. <_>4 9 5 3 2. 0 1.7121590208262205e-003 -0.4995464980602264 0.0382737405598164 <_> <_> <_>5 1 14 5 -1. <_>5 1 7 5 2. 0 -0.1320794969797134 0.5296478867530823 -0.0103634996339679 <_> <_> <_>9 4 2 16 -1. <_>9 12 2 8 2. 0 0.0369220711290836 0.0195874702185392 -0.8895406723022461 <_> <_> <_>13 12 7 4 -1. <_>13 14 7 2 2. 0 -7.3079409048659727e-006 0.0649930536746979 -0.1733129024505615 <_> <_> <_>3 12 5 6 -1. <_>3 15 5 3 2. 0 -0.0352227091789246 -0.3684993088245392 0.0505657382309437 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0555311106145382 0.3155569136142731 -0.0450157299637794 <_> <_> <_>1 3 8 4 -1. <_>5 3 4 4 2. 0 0.0187628697603941 -0.1935907006263733 0.0790935307741165 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 0.0249717608094215 -0.0818621963262558 0.2101489007472992 <_> <_> <_>3 0 3 13 -1. <_>4 0 1 13 3. 0 -2.0817129407078028e-003 -0.1772366017103195 0.0917572826147079 <_> <_> <_>10 10 10 10 -1. <_>15 10 5 5 2. <_>10 15 5 5 2. 0 -0.1149986013770104 0.5086256265640259 -0.0182674508541822 <_> <_> <_>0 6 8 14 -1. <_>4 6 4 14 2. 0 0.3206895887851715 0.0216510090976954 -0.7668547034263611 <_> <_> <_>4 3 12 12 -1. <_>10 3 6 6 2. <_>4 9 6 6 2. 0 -0.0814512968063354 -0.4633176028728485 0.0293835792690516 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0150079401209950 -0.3930864930152893 0.0368675589561462 <_> <_> <_>9 6 3 13 -1. <_>10 6 1 13 3. 0 0.0237958207726479 -0.0324823111295700 0.1676425039768219 <_> <_> <_>4 1 10 5 -1. <_>9 1 5 5 2. 0 -0.0885088071227074 0.7210345864295960 -0.0211402103304863 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 0.0450111217796803 -0.0253261309117079 0.2806276082992554 <_> <_> <_>3 2 12 6 -1. <_>3 2 6 3 2. <_>9 5 6 3 2. 0 0.0192869901657104 0.0657711625099182 -0.2569778859615326 <_> <_> <_>2 2 18 4 -1. <_>11 2 9 2 2. <_>2 4 9 2 2. 0 0.0221376195549965 0.0391549915075302 -0.1914563030004501 <_> <_> <_>3 2 11 6 -1. <_>3 4 11 2 3. 0 0.0298479795455933 -0.1252101957798004 0.1486787050962448 <_> <_> <_>12 0 8 12 -1. <_>16 0 4 6 2. <_>12 6 4 6 2. 0 -0.0683920234441757 0.2602387070655823 -0.0475253015756607 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 0.0680033713579178 -0.0458985604345798 0.4010710120201111 <_> <_> <_>7 1 6 10 -1. <_>10 1 3 5 2. <_>7 6 3 5 2. 0 0.0560981594026089 0.0232777893543243 -0.8445712924003601 <_> <_> <_>0 0 13 3 -1. <_>0 1 13 1 3. 0 -0.0130240898579359 -0.3834899067878723 0.0383141897618771 <_> <_> <_>4 5 13 3 -1. <_>4 6 13 1 3. 0 0.0125946803018451 -0.0676168426871300 0.2985244095325470 <_> <_> <_>3 12 7 6 -1. <_>3 14 7 2 3. 0 -0.0490638799965382 -0.5586265921592712 0.0285116191953421 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -0.0157341696321964 0.2561193108558655 -0.0594071410596371 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 0.0146748498082161 -0.0630010217428207 0.2785499989986420 <_> <_> <_>8 1 7 6 -1. <_>8 3 7 2 3. 0 0.0250680297613144 -0.0788613483309746 0.1057737022638321 <_> <_> <_>0 8 12 7 -1. <_>6 8 6 7 2. 0 7.4170758016407490e-003 -0.3577589988708496 0.0487077012658119 <_> <_> <_>0 1 20 4 -1. <_>10 1 10 2 2. <_>0 3 10 2 2. 0 -7.7149281278252602e-003 -0.1804956048727036 0.0975316017866135 <_> <_> <_>0 10 20 3 -1. <_>0 11 20 1 3. 0 0.0499820709228516 0.0210093203932047 -0.7653753757476807 <_> <_> <_>12 1 2 14 -1. <_>12 1 1 14 2. 0 -0.0167596302926540 -0.5904538035392761 0.0269480496644974 <_> <_> <_>1 7 18 10 -1. <_>7 7 6 10 3. 0 0.3763282895088196 0.0219898503273726 -0.6146131157875061 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0527208298444748 -0.0390741601586342 0.2660067081451416 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 0.0262701995670795 -0.0938639864325523 0.2228026986122131 <_> <_> <_>14 1 3 14 -1. <_>15 1 1 14 3. 0 -2.5664661079645157e-003 -0.1862180978059769 0.0985197126865387 <_> <_> <_>5 8 6 5 -1. <_>8 8 3 5 2. 0 5.3800269961357117e-003 0.1281605958938599 -0.1367170065641403 <_> <_> <_>14 1 3 14 -1. <_>15 1 1 14 3. 0 0.0252000503242016 0.0308755896985531 -0.2968142032623291 <_> <_> <_>3 1 3 14 -1. <_>4 1 1 14 3. 0 0.0254440605640411 0.0439784117043018 -0.4050532877445221 <_> <_> <_>0 16 20 2 -1. <_>0 17 20 1 2. 0 -0.0247158091515303 -0.5849229097366333 0.0231797602027655 <_> <_> <_>6 6 4 14 -1. <_>8 6 2 14 2. 0 -0.0161596499383450 -0.3195050060749054 0.0446035303175449 <_> <_> <_>9 6 3 13 -1. <_>10 6 1 13 3. 0 6.5401610918343067e-003 -0.0585759915411472 0.0740167871117592 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 -0.0439406484365463 -0.7721183896064758 0.0193529799580574 <_> <_> <_>9 3 5 9 -1. <_>9 6 5 3 3. 0 -4.5612620306201279e-004 0.0303974207490683 -0.2698299884796143 <_> <_> <_>2 13 9 6 -1. <_>5 13 3 6 3. 0 2.8633379843086004e-003 -0.1687434017658234 0.0888862684369087 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0594884604215622 -0.3405894935131073 0.0246258806437254 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 0.0307144708931446 0.0317963995039463 -0.4157277047634125 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 -0.0223303791135550 0.1289605051279068 -0.0242325700819492 <_> <_> <_>1 14 10 6 -1. <_>1 14 5 3 2. <_>6 17 5 3 2. 0 0.0239716097712517 -0.0768580585718155 0.2036072015762329 <_> <_> <_>11 13 7 6 -1. <_>11 15 7 2 3. 0 -0.0606967806816101 -0.7206013202667236 0.0116178803145885 <_> <_> <_>1 8 8 12 -1. <_>1 8 4 6 2. <_>5 14 4 6 2. 0 -0.0683622434735298 0.3582518100738525 -0.0448078997433186 <_> <_> <_>5 7 15 5 -1. <_>10 7 5 5 3. 0 0.1345103979110718 0.0260080695152283 -0.2507762014865875 <_> <_> <_>0 7 15 5 -1. <_>5 7 5 5 3. 0 0.1334117054939270 0.0471381805837154 -0.3966158032417297 <_> <_> <_>12 13 8 6 -1. <_>12 15 8 2 3. 0 0.0205243304371834 0.0438941717147827 -0.2850196957588196 <_> <_> <_>8 10 4 10 -1. <_>8 15 4 5 2. 0 0.0415436103940010 0.0254522208124399 -0.5937765836715698 <_> <_> <_>1 6 19 3 -1. <_>1 7 19 1 3. 0 -0.0715734437108040 -0.7874376177787781 0.0139793204143643 <_> <_> <_>7 8 6 9 -1. <_>7 11 6 3 3. 0 0.0662646293640137 0.0229391306638718 -0.5430498123168945 <_> <_> <_>11 2 8 8 -1. <_>15 2 4 4 2. <_>11 6 4 4 2. 0 4.4609569013118744e-003 0.0506881400942802 -0.2059900015592575 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 0.0148595403879881 -0.0734084621071815 0.1990225017070770 <_> <_> <_>9 2 3 13 -1. <_>10 2 1 13 3. 0 -0.0396253392100334 -0.5352293252944946 9.3211038038134575e-003 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 -9.6143726259469986e-003 0.2766486108303070 -0.0630875229835510 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0545898303389549 0.0249628592282534 -0.5817118883132935 <_> <_> <_>3 2 3 18 -1. <_>3 8 3 6 3. 0 0.0137708997353911 -0.2289174944162369 0.0699636712670326 <_> <_> <_>1 5 18 10 -1. <_>10 5 9 5 2. <_>1 10 9 5 2. 0 0.0868623405694962 0.0240580104291439 -0.5864248275756836 <_> <_> <_>6 1 2 13 -1. <_>7 1 1 13 2. 0 -0.0224330108612776 -0.9216936230659485 0.0132817998528481 <_> <_> <_>11 0 8 6 -1. <_>11 2 8 2 3. 0 -0.0737795978784561 0.3846378922462463 -8.5962712764739990e-003 <_> <_> <_>4 0 7 6 -1. <_>4 2 7 2 3. 0 2.9300490859895945e-004 -0.1717057973146439 0.0885201096534729 -1.7598799467086792 19 -1 <_> <_> <_> <_>0 2 10 3 -1. <_>5 2 5 3 2. 0 5.3288340568542480e-003 -0.2661677002906799 0.1776044964790344 <_> <_> <_>1 4 19 4 -1. <_>1 6 19 2 2. 0 -4.0987450629472733e-003 0.1235842034220696 -0.3080511093139648 <_> <_> <_>5 7 6 5 -1. <_>8 7 3 5 2. 0 -5.5853058584034443e-003 -0.5053399205207825 0.0620501190423965 <_> <_> <_>11 10 5 6 -1. <_>11 13 5 3 2. 0 -5.1797390915453434e-004 0.0691780671477318 -0.3483135998249054 <_> <_> <_>7 8 4 12 -1. <_>7 12 4 4 3. 0 5.3605018183588982e-003 0.0651586726307869 -0.4626223146915436 <_> <_> <_>10 1 10 19 -1. <_>10 1 5 19 2. 0 0.0301142707467079 -0.0641323626041412 0.0710700601339340 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 0.0890142917633057 0.0429871305823326 -0.6017789840698242 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 1.5248140553012490e-003 -0.3307178914546967 0.0714083015918732 <_> <_> <_>2 7 7 6 -1. <_>2 9 7 2 3. 0 1.8556410213932395e-003 -0.3472712039947510 0.0706306770443916 <_> <_> <_>10 5 10 12 -1. <_>10 11 10 6 2. 0 -0.0161516200751066 -0.2561177015304565 0.0712556988000870 <_> <_> <_>5 10 4 8 -1. <_>5 14 4 4 2. 0 -3.1278008827939630e-004 0.0734203308820724 -0.2959462106227875 <_> <_> <_>7 5 8 12 -1. <_>11 5 4 6 2. <_>7 11 4 6 2. 0 -6.0263078921707347e-005 0.0665661916136742 -0.2180245071649551 <_> <_> <_>5 5 8 12 -1. <_>5 5 4 6 2. <_>9 11 4 6 2. 0 7.6520902803167701e-004 0.0755371972918510 -0.3767788112163544 <_> <_> <_>14 1 6 8 -1. <_>16 1 2 8 3. 0 -0.0695890709757805 0.3981064856052399 -0.0258418191224337 <_> <_> <_>0 1 6 9 -1. <_>2 1 2 9 3. 0 -0.0985295772552490 0.6732196807861328 -0.0339254699647427 <_> <_> <_>1 6 18 4 -1. <_>7 6 6 4 3. 0 0.0499500595033169 0.0616605691611767 -0.3785111010074616 <_> <_> <_>3 12 13 2 -1. <_>3 13 13 1 2. 0 3.9009240572340786e-004 -0.0964286103844643 0.2170020043849945 <_> <_> <_>3 3 14 2 -1. <_>3 4 14 1 2. 0 -7.1598717477172613e-004 -0.1835810989141464 0.1058740019798279 <_> <_> <_>2 0 13 6 -1. <_>2 2 13 2 3. 0 3.8064830005168915e-003 -0.1752761006355286 0.1143039986491203 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 6.5288757905364037e-003 0.0679945275187492 -0.3072611987590790 <_> <_> <_>3 8 13 2 -1. <_>3 9 13 1 2. 0 2.2182099055498838e-003 -0.2793523073196411 0.0587907209992409 <_> <_> <_>12 0 4 14 -1. <_>14 0 2 7 2. <_>12 7 2 7 2. 0 1.7800349451135844e-004 0.0994891077280045 -0.2661688029766083 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -0.0326566807925701 0.5873476266860962 -0.0265458803623915 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0267733503133059 0.0364144109189510 -0.3718883097171783 <_> <_> <_>1 0 6 12 -1. <_>4 0 3 12 2. 0 0.0127803096547723 -0.0845405235886574 0.1785326004028320 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 5.5374070070683956e-003 -0.1089204996824265 0.1440391987562180 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -7.1258977986872196e-003 0.1985002011060715 -0.0833593979477882 <_> <_> <_>5 1 15 3 -1. <_>5 2 15 1 3. 0 8.0109452828764915e-003 0.0488443486392498 -0.2859002947807312 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0272311307489872 -0.6855816245079041 0.0218777693808079 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 -0.0209289491176605 -0.2082023024559021 0.0265852306038141 <_> <_> <_>1 11 7 6 -1. <_>1 13 7 2 3. 0 3.9801741950213909e-003 0.0670047774910927 -0.2301581054925919 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 2.1598068997263908e-003 -0.0931090191006660 0.1723553985357285 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 9.9411439150571823e-003 -0.0449998192489147 0.3183049857616425 <_> <_> <_>0 5 20 10 -1. <_>10 5 10 5 2. <_>0 10 10 5 2. 0 -0.0179388597607613 -0.2151595950126648 0.0724629163742065 <_> <_> <_>4 6 4 7 -1. <_>6 6 2 7 2. 0 -1.5030350368760992e-005 0.0914379730820656 -0.1670629978179932 <_> <_> <_>4 6 14 6 -1. <_>11 6 7 3 2. <_>4 9 7 3 2. 0 4.2446260340511799e-003 0.0648107603192329 -0.1055627018213272 <_> <_> <_>5 6 6 8 -1. <_>5 10 6 4 2. 0 7.4575991675374098e-006 -0.2630968987941742 0.0565884001553059 <_> <_> <_>14 10 6 10 -1. <_>14 10 3 10 2. 0 -0.0104572102427483 0.1607888042926788 -0.0727080330252647 <_> <_> <_>2 18 13 2 -1. <_>2 19 13 1 2. 0 -1.2225599493831396e-003 0.1155833005905151 -0.1223348975181580 <_> <_> <_>2 12 16 4 -1. <_>2 14 16 2 2. 0 0.0160616301000118 0.0282017905265093 -0.5099617838859558 <_> <_> <_>1 6 10 6 -1. <_>1 6 5 3 2. <_>6 9 5 3 2. 0 -0.0161620303988457 -0.3385752141475678 0.0359247811138630 <_> <_> <_>14 10 6 10 -1. <_>14 10 3 10 2. 0 7.2181350551545620e-003 -0.0727062001824379 0.1062465980648994 <_> <_> <_>0 10 6 10 -1. <_>3 10 3 10 2. 0 -0.0104166604578495 0.1620581001043320 -0.0945677608251572 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 0.0139466002583504 0.0541696399450302 -0.3206804096698761 <_> <_> <_>0 0 4 17 -1. <_>2 0 2 17 2. 0 0.0127341197803617 -0.0860661119222641 0.1964863985776901 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0278583709150553 -0.2840923964977264 0.0267065502703190 <_> <_> <_>2 4 6 16 -1. <_>2 4 3 8 2. <_>5 12 3 8 2. 0 -0.0989315211772919 0.5845760703086853 -0.0219555106014013 <_> <_> <_>5 6 10 8 -1. <_>10 6 5 4 2. <_>5 10 5 4 2. 0 2.3434299509972334e-003 0.0964754670858383 -0.1209534034132958 <_> <_> <_>4 6 8 8 -1. <_>4 6 4 4 2. <_>8 10 4 4 2. 0 -2.3025700356811285e-003 0.0732979699969292 -0.2230906933546066 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 0.0307910796254873 0.0114638796076179 -0.2403407990932465 <_> <_> <_>4 2 12 5 -1. <_>8 2 4 5 3. 0 -8.4339501336216927e-003 0.2961153984069824 -0.0426636897027493 <_> <_> <_>11 2 2 18 -1. <_>11 2 1 18 2. 0 -3.4617669880390167e-003 -0.2125786989927292 0.0427094586193562 <_> <_> <_>8 6 4 7 -1. <_>10 6 2 7 2. 0 -0.0333719290792942 0.3529927134513855 -0.0355705693364143 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 -0.0372381284832954 -0.5917713046073914 0.0267758406698704 <_> <_> <_>0 5 20 5 -1. <_>10 5 10 5 2. 0 -0.2086006999015808 -0.5759524106979370 0.0197635591030121 <_> <_> <_>4 4 12 4 -1. <_>4 6 12 2 2. 0 -0.0682798177003860 0.3458260893821716 -0.0378611795604229 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0116003202274442 0.0576855801045895 -0.2600820958614349 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -0.0672189593315125 -0.4504827857017517 0.0124951899051666 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -5.1632397808134556e-003 0.1614670008420944 -0.0769757702946663 <_> <_> <_>3 15 16 4 -1. <_>11 15 8 2 2. <_>3 17 8 2 2. 0 0.0401133112609386 0.0131312301382422 -0.4573144912719727 <_> <_> <_>1 15 16 4 -1. <_>1 15 8 2 2. <_>9 17 8 2 2. 0 0.0378377400338650 0.0230019204318523 -0.5363628864288330 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 2.6023429818451405e-003 -0.0610074400901794 0.1708422005176544 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0718416422605515 -0.5833038091659546 0.0200752504169941 <_> <_> <_>6 11 8 9 -1. <_>6 14 8 3 3. 0 -8.2885712618008256e-004 0.0534653402864933 -0.1909226030111313 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 -8.1979477545246482e-004 -0.2377593070268631 0.0458449088037014 <_> <_> <_>4 15 13 3 -1. <_>4 16 13 1 3. 0 0.0104748597368598 -0.0401034206151962 0.2494840025901794 <_> <_> <_>0 10 5 9 -1. <_>0 13 5 3 3. 0 -6.3726361840963364e-003 -0.1708784997463226 0.0728946030139923 <_> <_> <_>12 10 8 4 -1. <_>12 12 8 2 2. 0 -0.0361134894192219 -0.3687992990016937 0.0183317307382822 <_> <_> <_>0 10 8 4 -1. <_>0 12 8 2 2. 0 5.4730800911784172e-004 0.0720730572938919 -0.1889377981424332 <_> <_> <_>5 1 10 6 -1. <_>5 3 10 2 3. 0 0.0175476595759392 -0.0944525972008705 0.1331100016832352 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 6.3078789971768856e-003 0.0762234702706337 -0.1666823029518127 <_> <_> <_>3 6 14 9 -1. <_>3 9 14 3 3. 0 2.5120719801634550e-003 0.5037552714347839 -0.0226243492215872 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 4.5274170115590096e-003 -0.1344659030437470 0.0991675779223442 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -1.4772829308640212e-004 0.0396751798689365 -0.0600154884159565 <_> <_> <_>3 0 6 9 -1. <_>5 0 2 9 3. 0 0.0147287398576736 0.0392089188098907 -0.3056001961231232 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -5.6161261163651943e-003 -0.1084505021572113 0.0477546602487564 <_> <_> <_>0 0 4 17 -1. <_>2 0 2 17 2. 0 -9.8265614360570908e-003 0.1672933995723724 -0.0767566934227943 <_> <_> <_>8 0 12 16 -1. <_>12 0 4 16 3. 0 0.0179723296314478 -0.0591479688882828 0.1277327984571457 <_> <_> <_>0 0 12 16 -1. <_>4 0 4 16 3. 0 0.0112331397831440 -0.0926260203123093 0.1573573946952820 <_> <_> <_>5 6 10 6 -1. <_>5 9 10 3 2. 0 1.3678249670192599e-003 -0.5615676045417786 0.0218007508665323 <_> <_> <_>7 4 2 14 -1. <_>8 4 1 14 2. 0 -4.1535100899636745e-003 -0.2695116996765137 0.0412134788930416 <_> <_> <_>16 5 4 14 -1. <_>18 5 2 7 2. <_>16 12 2 7 2. 0 -0.0671946927905083 0.5600836277008057 -0.0209737401455641 <_> <_> <_>4 4 6 8 -1. <_>6 4 2 8 3. 0 -0.0805724114179611 -0.7584664225578308 0.0166143104434013 <_> <_> <_>5 4 14 3 -1. <_>5 5 14 1 3. 0 -9.7504993900656700e-003 0.2278127968311310 -0.0402463302016258 <_> <_> <_>3 4 13 3 -1. <_>3 5 13 1 3. 0 5.6034037843346596e-003 -0.0755198523402214 0.1637201011180878 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -0.0102320602163672 -0.3580319881439209 0.0463310889899731 <_> <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 2.8616760391741991e-003 0.0677462369203568 -0.1642912030220032 <_> <_> <_>8 10 10 6 -1. <_>8 12 10 2 3. 0 7.7214869670569897e-003 0.0344948209822178 -0.1776258051395416 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 -7.0147789083421230e-003 0.1728224009275436 -0.0651763230562210 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0504708699882030 -0.0270719602704048 0.3550944030284882 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -5.7124681770801544e-003 -0.1590107977390289 0.0795591101050377 <_> <_> <_>13 0 3 19 -1. <_>14 0 1 19 3. 0 8.7470682337880135e-003 0.0377898588776588 -0.1915664970874786 <_> <_> <_>4 0 3 19 -1. <_>5 0 1 19 3. 0 0.0200589299201965 0.0274152997881174 -0.3807010948657990 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -1.8094859551638365e-003 0.1053837984800339 -0.1499654948711395 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -7.3339277878403664e-003 0.2920326888561249 -0.0612181909382343 <_> <_> <_>7 7 6 9 -1. <_>7 10 6 3 3. 0 4.4179419055581093e-003 0.1886862069368362 -0.0581327416002750 <_> <_> <_>6 4 4 15 -1. <_>6 9 4 5 3. 0 -0.0135433096438646 -0.4940955936908722 0.0228559300303459 <_> <_> <_>14 0 6 7 -1. <_>16 0 2 7 3. 0 0.0361972711980343 -0.0260891206562519 0.3089025020599365 <_> <_> <_>2 4 14 12 -1. <_>2 4 7 6 2. <_>9 10 7 6 2. 0 -0.1183184012770653 -0.5909466147422791 0.0182152800261974 <_> <_> <_>4 15 12 5 -1. <_>4 15 6 5 2. 0 0.0756560713052750 -0.0359655804932117 0.3038612008094788 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -0.0131345195695758 -0.2630613148212433 0.0422629192471504 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 0.0189811605960131 -0.0264836307615042 0.1937198936939240 <_> <_> <_>0 6 4 14 -1. <_>0 6 2 7 2. <_>2 13 2 7 2. 0 -0.0460032299160957 0.4051350057125092 -0.0244542006403208 <_> <_> <_>11 14 8 6 -1. <_>11 16 8 2 3. 0 -0.0132327303290367 -0.2972126901149750 0.0479592196643353 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1958685070276260 0.0105403997004032 -0.8664792776107788 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 9.6459556370973587e-003 -0.0713349431753159 0.1146951019763947 <_> <_> <_>7 1 5 12 -1. <_>7 7 5 6 2. 0 -3.9044579025357962e-003 0.1074031963944435 -0.0985149964690208 <_> <_> <_>5 0 10 8 -1. <_>5 4 10 4 2. 0 0.0168963707983494 -0.0768050700426102 0.1953320056200028 <_> <_> <_>0 1 15 12 -1. <_>0 5 15 4 3. 0 -5.5025662295520306e-003 0.0506431907415390 -0.2089843004941940 <_> <_> <_>7 3 6 10 -1. <_>7 8 6 5 2. 0 -0.0196215696632862 -0.2965135872364044 0.0329550504684448 <_> <_> <_>6 4 4 16 -1. <_>6 4 2 8 2. <_>8 12 2 8 2. 0 7.7158107887953520e-004 0.0460170991718769 -0.1998299956321716 <_> <_> <_>1 4 18 4 -1. <_>7 4 6 4 3. 0 -0.1110284030437470 0.5757871270179749 -0.0177415292710066 <_> <_> <_>0 3 12 6 -1. <_>0 3 6 3 2. <_>6 6 6 3 2. 0 1.4945500297471881e-003 0.0473357290029526 -0.2089890986680985 <_> <_> <_>12 1 8 10 -1. <_>16 1 4 5 2. <_>12 6 4 5 2. 0 0.0506679192185402 -0.0186576191335917 0.3407045900821686 <_> <_> <_>0 1 8 10 -1. <_>0 1 4 5 2. <_>4 6 4 5 2. 0 0.0160731691867113 -0.0364494882524014 0.2656807899475098 <_> <_> <_>6 12 8 8 -1. <_>10 12 4 4 2. <_>6 16 4 4 2. 0 -0.0265367403626442 -0.3614169061183929 0.0297342706471682 <_> <_> <_>5 8 8 12 -1. <_>5 8 4 6 2. <_>9 14 4 6 2. 0 -5.2550169639289379e-003 -0.1310449987649918 0.0821535289287567 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -0.0166785605251789 0.3132489025592804 -0.0450525283813477 <_> <_> <_>3 11 14 6 -1. <_>3 11 7 3 2. <_>10 14 7 3 2. 0 3.4808400087058544e-003 0.0829457789659500 -0.1575350016355515 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -0.0808890536427498 -0.6431419849395752 7.1740332059562206e-003 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -5.4260632023215294e-003 0.1353313028812408 -0.1054790988564491 <_> <_> <_>11 4 4 12 -1. <_>11 4 2 12 2. 0 0.0166308395564556 0.0416021011769772 -0.2666820883750916 <_> <_> <_>7 4 5 14 -1. <_>7 11 5 7 2. 0 1.7991060158237815e-003 0.0595310889184475 -0.1835530996322632 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 0.0272199697792530 -0.0265868306159973 0.2272228002548218 <_> <_> <_>5 4 4 12 -1. <_>7 4 2 12 2. 0 -9.6450755372643471e-003 -0.2142816931009293 0.0495157316327095 <_> <_> <_>4 11 12 7 -1. <_>4 11 6 7 2. 0 0.0831238031387329 -0.0421768911182880 0.3079341948032379 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 0.0144064500927925 -0.0295000206679106 0.3214437961578369 <_> <_> <_>5 6 12 6 -1. <_>11 6 6 3 2. <_>5 9 6 3 2. 0 4.7938730567693710e-003 0.0512440912425518 -0.1093185022473335 <_> <_> <_>3 11 14 4 -1. <_>3 11 7 2 2. <_>10 13 7 2 2. 0 -2.8978011105209589e-003 -0.1434437036514282 0.0665972232818604 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 -0.0458876900374889 0.1800383031368256 -0.0156427901238203 <_> <_> <_>4 0 12 10 -1. <_>4 0 6 5 2. <_>10 5 6 5 2. 0 -0.0547177009284496 -0.3511080145835877 0.0304388906806707 <_> <_> <_>8 5 12 15 -1. <_>8 5 6 15 2. 0 -0.0197873692959547 0.0933853313326836 -0.0493825711309910 <_> <_> <_>1 12 14 3 -1. <_>1 13 14 1 3. 0 2.5110379792749882e-003 -0.0666726008057594 0.1440619975328445 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0536601506173611 0.0144688403233886 -0.6700747013092041 <_> <_> <_>2 17 16 3 -1. <_>10 17 8 3 2. 0 -8.1825470551848412e-003 0.1151012033224106 -0.0809326171875000 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -3.5225939936935902e-003 -0.1418114006519318 0.0613306201994419 <_> <_> <_>7 8 4 9 -1. <_>9 8 2 9 2. 0 0.0282715503126383 -0.0283538904041052 0.3704513013362885 <_> <_> <_>4 3 12 12 -1. <_>10 3 6 6 2. <_>4 9 6 6 2. 0 -0.0649230182170868 -0.4648115932941437 0.0228072591125965 <_> <_> <_>0 0 6 20 -1. <_>3 0 3 20 2. 0 -0.3506585061550140 -0.8252905011177063 0.0110314600169659 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 5.1821782253682613e-003 0.0365832708775997 -0.2456717938184738 <_> <_> <_>3 13 14 2 -1. <_>3 14 14 1 2. 0 9.2609220882877707e-004 -0.0618987381458282 0.1930757015943527 <_> <_> <_>13 11 7 4 -1. <_>13 13 7 2 2. 0 2.5952830910682678e-003 0.0430157184600830 -0.1977027058601379 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 3.4880579914897680e-003 -0.0682965368032455 0.1572528034448624 <_> <_> <_>13 1 6 12 -1. <_>15 1 2 12 3. 0 2.4002529680728912e-003 -0.0686181783676147 0.0685519874095917 <_> <_> <_>1 1 6 12 -1. <_>3 1 2 12 3. 0 1.2020230060443282e-003 -0.1207313984632492 0.0950265228748322 <_> <_> <_>4 8 14 12 -1. <_>4 12 14 4 3. 0 -0.0204703602939844 -0.1289163976907730 0.0793865993618965 <_> <_> <_>0 6 6 12 -1. <_>3 6 3 12 2. 0 -0.0595161803066731 0.2486968934535980 -0.0497291609644890 <_> <_> <_>13 1 3 13 -1. <_>14 1 1 13 3. 0 -0.0105689503252506 -0.1858384013175964 0.0207003206014633 <_> <_> <_>4 1 3 13 -1. <_>5 1 1 13 3. 0 -0.0141929201781750 -0.3813742995262146 0.0298792794346809 <_> <_> <_>16 2 3 14 -1. <_>17 2 1 14 3. 0 -2.4968578945845366e-003 0.0915166810154915 -0.0501783117651939 <_> <_> <_>1 2 3 14 -1. <_>2 2 1 14 3. 0 1.7714010027702898e-004 -0.1147001981735230 0.0992456972599030 <_> <_> <_>6 9 14 3 -1. <_>6 10 14 1 3. 0 0.0783186703920364 3.6057420074939728e-003 -0.9999607205390930 <_> <_> <_>0 9 14 3 -1. <_>0 10 14 1 3. 0 1.5502399764955044e-003 -0.1288861036300659 0.0798220112919807 <_> <_> <_>4 6 14 6 -1. <_>11 6 7 3 2. <_>4 9 7 3 2. 0 -6.6678877919912338e-003 -0.0882445573806763 0.0281025990843773 <_> <_> <_>2 6 14 6 -1. <_>2 6 7 3 2. <_>9 9 7 3 2. 0 -4.0497239679098129e-003 -0.1442718058824539 0.0871263965964317 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 -0.0354815311729908 -0.4468117058277130 0.0148082701489329 <_> <_> <_>3 1 10 16 -1. <_>3 1 5 8 2. <_>8 9 5 8 2. 0 -0.0125977201387286 0.0893241912126541 -0.1251814067363739 <_> <_> <_>3 7 14 12 -1. <_>10 7 7 6 2. <_>3 13 7 6 2. 0 7.4662449769675732e-003 0.0748881995677948 -0.1358778029680252 <_> <_> <_>2 2 13 6 -1. <_>2 5 13 3 2. 0 -0.0675369873642921 0.2341682016849518 -0.0409522689878941 <_> <_> <_>14 1 6 6 -1. <_>14 4 6 3 2. 0 0.0827041715383530 7.6422439888119698e-003 -0.8517755270004273 <_> <_> <_>0 1 6 6 -1. <_>0 4 6 3 2. 0 -7.1595138870179653e-003 -0.1873801052570343 0.0552884191274643 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0104810697957873 0.1827110946178436 -0.0596419684588909 <_> <_> <_>2 0 4 14 -1. <_>4 0 2 14 2. 0 4.5238467864692211e-003 -0.0838176012039185 0.1482218056917191 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 -2.6731120306067169e-004 -0.2089677006006241 0.0458357296884060 <_> <_> <_>1 8 18 3 -1. <_>7 8 6 3 3. 0 0.0338385812938213 0.0425828695297241 -0.2188381999731064 <_> <_> <_>4 7 13 2 -1. <_>4 8 13 1 2. 0 2.2287720348685980e-003 -0.1328423023223877 0.0817953199148178 <_> <_> <_>2 1 16 6 -1. <_>2 1 8 3 2. <_>10 4 8 3 2. 0 -5.4200361482799053e-003 -0.1389651000499725 0.0711547136306763 <_> <_> <_>9 5 7 9 -1. <_>9 8 7 3 3. 0 -0.0496429689228535 0.4890164136886597 -0.0115569597110152 <_> <_> <_>2 9 8 8 -1. <_>2 9 4 4 2. <_>6 13 4 4 2. 0 3.3323399256914854e-003 0.0514261610805988 -0.1826944053173065 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 0.0243439394980669 -0.0318395607173443 0.1275885999202728 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0237744897603989 0.3277355134487152 -0.0272167604416609 <_> <_> <_>13 10 7 6 -1. <_>13 12 7 2 3. 0 3.6809889134019613e-003 0.0529220402240753 -0.1288072019815445 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 -3.2609070185571909e-003 -0.1494812071323395 0.0657335370779037 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 0.0107938898727298 -0.0329699516296387 0.3295542001724243 <_> <_> <_>1 15 14 2 -1. <_>1 16 14 1 2. 0 5.4287910461425781e-004 -0.1067868024110794 0.0985642299056053 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 0.0119027597829700 0.0356829203665257 -0.3131744861602783 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.4277849588543177e-003 -0.0620806589722633 0.1759850978851318 <_> <_> <_>7 13 7 6 -1. <_>7 15 7 2 3. 0 -4.4930889271199703e-003 0.1179085001349449 -0.1059319972991943 -1.5360039472579956 20 -1 <_> <_> <_> <_>5 5 6 10 -1. <_>5 5 3 5 2. <_>8 10 3 5 2. 0 -0.0206564702093601 0.2536514997482300 -0.3104461133480072 <_> <_> <_>5 4 10 4 -1. <_>5 6 10 2 2. 0 -0.0365183502435684 0.2448413074016571 -0.2322119027376175 <_> <_> <_>1 0 18 20 -1. <_>7 0 6 20 3. 0 0.4931235015392304 -0.1627524048089981 0.2811619043350220 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 2.0970099285477772e-005 -0.3084000945091248 0.1731754988431931 <_> <_> <_>0 5 9 7 -1. <_>3 5 3 7 3. 0 0.0130829298868775 -0.2598322033882141 0.1567586958408356 <_> <_> <_>11 9 4 8 -1. <_>11 13 4 4 2. 0 -4.3061940232291818e-004 0.0785436034202576 -0.3901607096195221 <_> <_> <_>0 3 20 10 -1. <_>0 8 20 5 2. 0 -0.0163674000650644 -0.4300003945827484 0.0741416364908218 <_> <_> <_>7 0 6 12 -1. <_>9 0 2 12 3. 0 0.0362693890929222 -0.1707320064306259 0.1804596930742264 <_> <_> <_>3 16 14 4 -1. <_>3 18 14 2 2. 0 0.0123402699828148 0.0887753814458847 -0.3440265953540802 <_> <_> <_>11 9 4 8 -1. <_>11 13 4 4 2. 0 -0.0735162869095802 -0.4162347912788391 -2.9528199229389429e-003 <_> <_> <_>5 9 4 8 -1. <_>5 13 4 4 2. 0 4.6191830188035965e-004 0.0656298995018005 -0.4101825058460236 <_> <_> <_>6 11 13 3 -1. <_>6 12 13 1 3. 0 -0.0147440396249294 0.2277503013610840 -0.0791848674416542 <_> <_> <_>0 0 19 6 -1. <_>0 2 19 2 3. 0 4.2559150606393814e-003 -0.2400496006011963 0.1132109016180039 <_> <_> <_>2 3 16 2 -1. <_>2 4 16 1 2. 0 -3.6180280148983002e-003 -0.2761206924915314 0.1011805012822151 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0460129193961620 0.0457635894417763 -0.5471364855766296 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0161818098276854 0.1948966979980469 -0.0739553421735764 <_> <_> <_>7 1 3 12 -1. <_>7 7 3 6 2. 0 -2.3682719984208234e-005 0.1172968000173569 -0.1939682960510254 <_> <_> <_>12 4 4 10 -1. <_>12 9 4 5 2. 0 -2.1599140018224716e-003 -0.4565455019474030 0.0426995307207108 <_> <_> <_>0 2 13 2 -1. <_>0 3 13 1 2. 0 -7.9827345907688141e-003 -0.5410720109939575 0.0400361306965351 <_> <_> <_>7 6 8 4 -1. <_>7 6 4 4 2. 0 -8.1530469469726086e-004 -0.2064051926136017 0.0667950734496117 <_> <_> <_>5 6 8 4 -1. <_>9 6 4 4 2. 0 -4.7501060180366039e-003 -0.3657212853431702 0.0756657496094704 <_> <_> <_>3 11 14 4 -1. <_>10 11 7 2 2. <_>3 13 7 2 2. 0 -0.0348701402544975 -0.8009381294250488 0.0223565399646759 <_> <_> <_>3 10 14 4 -1. <_>3 10 7 2 2. <_>10 12 7 2 2. 0 -0.0199495591223240 -0.3911063075065613 0.0468446500599384 <_> <_> <_>6 6 14 3 -1. <_>6 7 14 1 3. 0 -5.9008211828768253e-003 0.0907564982771873 -0.1760028004646301 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 -1.4019970549270511e-003 -0.2926093041896820 0.0648941099643707 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0228869393467903 -0.4839186966419220 0.0505149587988853 <_> <_> <_>9 3 2 13 -1. <_>10 3 1 13 2. 0 -0.0100392904132605 0.2692166864871979 -0.0752743706107140 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 0.0167291890829802 -0.0732175335288048 0.2204515933990479 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0204239096492529 -0.4516198039054871 0.0458581112325192 <_> <_> <_>12 12 7 4 -1. <_>12 14 7 2 2. 0 -0.0351046808063984 -0.5516998171806335 0.0231183003634214 <_> <_> <_>1 12 7 4 -1. <_>1 14 7 2 2. 0 0.0106979999691248 0.0335165895521641 -0.5248265266418457 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 5 2. <_>7 15 3 5 2. 0 -0.0389782413840294 -0.6233118772506714 0.0268384199589491 <_> <_> <_>1 17 13 3 -1. <_>1 18 13 1 3. 0 4.8226700164377689e-003 -0.1121554970741272 0.1561378985643387 <_> <_> <_>4 0 16 9 -1. <_>4 0 8 9 2. 0 0.3687823116779327 0.0198579803109169 -0.6126074790954590 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 -7.7059920877218246e-003 -0.3737111091613770 0.0437242388725281 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0668433234095573 -0.5077208876609802 0.0244010891765356 <_> <_> <_>0 3 20 4 -1. <_>0 3 10 2 2. <_>10 5 10 2 2. 0 0.0372730493545532 0.0365228801965714 -0.4373561143875122 <_> <_> <_>12 13 8 6 -1. <_>12 15 8 2 3. 0 -0.0331052094697952 -0.3443898856639862 0.0324401482939720 <_> <_> <_>6 1 2 16 -1. <_>7 1 1 16 2. 0 5.3402669727802277e-003 0.0923857614398003 -0.1782377958297730 <_> <_> <_>10 0 10 19 -1. <_>10 0 5 19 2. 0 0.0215424392372370 -0.1984867006540299 0.0519532002508640 <_> <_> <_>2 0 14 18 -1. <_>9 0 7 18 2. 0 0.3328931033611298 -0.0607502683997154 0.2892509996891022 <_> <_> <_>9 3 5 9 -1. <_>9 6 5 3 3. 0 -6.6301261540502310e-004 0.0336367189884186 -0.2851041853427887 <_> <_> <_>0 0 10 19 -1. <_>5 0 5 19 2. 0 0.0466867610812187 -0.4988366961479187 0.0337760783731937 <_> <_> <_>14 0 3 14 -1. <_>15 0 1 14 3. 0 -2.2452229168266058e-003 -0.1968539059162140 0.0951611772179604 <_> <_> <_>3 0 3 14 -1. <_>4 0 1 14 3. 0 -0.0114990202710032 -0.3242388963699341 0.0524683594703674 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 0.0131345298141241 -0.0675384923815727 0.2760593891143799 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 -0.0159789808094502 0.3149605095386505 -0.0766573920845985 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 0.0241997502744198 0.0558365210890770 -0.3660989999771118 <_> <_> <_>0 10 13 3 -1. <_>0 11 13 1 3. 0 4.0229028090834618e-003 -0.1305347979068756 0.1347011029720306 <_> <_> <_>12 11 5 9 -1. <_>12 14 5 3 3. 0 -0.0141725903376937 -0.0886165425181389 0.0550532788038254 <_> <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 0.0189673993736506 0.0513485483825207 -0.3143992125988007 <_> <_> <_>12 5 4 8 -1. <_>12 9 4 4 2. 0 0.0265029706060886 -0.1106597036123276 0.0880809277296066 <_> <_> <_>0 13 8 6 -1. <_>0 15 8 2 3. 0 -0.0396544896066189 -0.5074297189712524 0.0329994410276413 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -8.9988503605127335e-003 0.1283013969659805 -0.0730641335248947 <_> <_> <_>2 5 16 8 -1. <_>2 5 8 4 2. <_>10 9 8 4 2. 0 0.0746132880449295 0.0317298099398613 -0.5389965772628784 <_> <_> <_>14 3 6 8 -1. <_>16 3 2 8 3. 0 0.0334148705005646 -0.0611305907368660 0.2466990053653717 <_> <_> <_>8 4 3 10 -1. <_>8 9 3 5 2. 0 9.6071150619536638e-004 0.1252817958593369 -0.1430419981479645 <_> <_> <_>9 6 4 8 -1. <_>9 10 4 4 2. 0 -8.6224973201751709e-003 -0.2208179980516434 0.0475694388151169 <_> <_> <_>0 4 6 7 -1. <_>2 4 2 7 3. 0 0.0398930087685585 -0.0517743602395058 0.3173567950725555 <_> <_> <_>5 1 10 6 -1. <_>5 4 10 3 2. 0 0.0853881165385246 -0.0355843901634216 0.4197419881820679 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 6.3205747865140438e-003 0.0694125369191170 -0.2997998893260956 <_> <_> <_>10 4 8 8 -1. <_>14 4 4 4 2. <_>10 8 4 4 2. 0 -0.0589323118329048 -0.4619421958923340 0.0222905408591032 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -0.0100544197484851 0.2364912927150726 -0.0668119266629219 <_> <_> <_>10 4 8 8 -1. <_>14 4 4 4 2. <_>10 8 4 4 2. 0 -2.5194720365107059e-005 0.0788154527544975 -0.1158548966050148 <_> <_> <_>2 4 8 8 -1. <_>2 4 4 4 2. <_>6 8 4 4 2. 0 -0.0593466497957706 -0.5879974961280823 0.0304864197969437 <_> <_> <_>13 0 2 20 -1. <_>13 0 1 20 2. 0 0.0204216595739126 0.0391840413212776 -0.2698679864406586 <_> <_> <_>3 14 7 6 -1. <_>3 16 7 2 3. 0 -0.0403816401958466 -0.6160110235214233 0.0253531001508236 <_> <_> <_>2 2 18 4 -1. <_>8 2 6 4 3. 0 0.1787765026092529 -0.0571357607841492 0.1736157983541489 <_> <_> <_>6 0 6 10 -1. <_>6 0 3 5 2. <_>9 5 3 5 2. 0 -0.0221207402646542 -0.3769758939743042 0.0426900498569012 <_> <_> <_>4 6 16 3 -1. <_>4 6 8 3 2. 0 0.1158502027392387 9.8102567717432976e-003 -0.6138088703155518 <_> <_> <_>0 6 16 3 -1. <_>8 6 8 3 2. 0 0.0979448109865189 0.0363295599818230 -0.4524078071117401 <_> <_> <_>13 0 2 20 -1. <_>13 0 1 20 2. 0 -0.0291230306029320 -0.6560735702514648 8.4500880911946297e-003 <_> <_> <_>2 1 16 3 -1. <_>2 2 16 1 3. 0 -0.0130535997450352 -0.3468565046787262 0.0465116798877716 <_> <_> <_>13 0 2 20 -1. <_>13 0 1 20 2. 0 0.0134514896199107 0.0344204306602478 -0.1016886979341507 <_> <_> <_>5 0 2 20 -1. <_>6 0 1 20 2. 0 -0.0239571407437325 -0.8418948054313660 0.0193173196166754 <_> <_> <_>5 0 15 8 -1. <_>10 0 5 8 3. 0 -0.1345019042491913 0.3913233876228333 -0.0219012591987848 <_> <_> <_>0 0 15 8 -1. <_>5 0 5 8 3. 0 -0.1034243032336235 0.6079022288322449 -0.0258698798716068 <_> <_> <_>11 3 6 7 -1. <_>13 3 2 7 3. 0 -0.0414644293487072 -0.3963131904602051 0.0377719812095165 <_> <_> <_>3 3 6 7 -1. <_>5 3 2 7 3. 0 -0.0349457487463951 -0.4574693143367767 0.0329135693609715 <_> <_> <_>9 0 2 13 -1. <_>9 0 1 13 2. 0 0.0142899099737406 -0.0507575310766697 0.3177290856838226 <_> <_> <_>8 4 3 13 -1. <_>9 4 1 13 3. 0 -5.4311589337885380e-003 0.2470868974924088 -0.0785266235470772 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 2.6972589548677206e-003 -0.3406186103820801 0.0509485192596912 <_> <_> <_>3 1 6 10 -1. <_>3 1 3 5 2. <_>6 6 3 5 2. 0 -4.3831961229443550e-003 0.0800957977771759 -0.2090218961238861 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0159583296626806 -0.2462559044361115 0.0583482310175896 <_> <_> <_>4 6 9 12 -1. <_>4 12 9 6 2. 0 0.0452523715794086 0.0416301414370537 -0.3555093109607697 <_> <_> <_>4 4 13 3 -1. <_>4 5 13 1 3. 0 -0.0182781498879194 0.3080492913722992 -0.0471848398447037 <_> <_> <_>1 7 18 3 -1. <_>1 8 18 1 3. 0 0.0252776294946671 0.0296986494213343 -0.5377609729766846 <_> <_> <_>6 7 13 2 -1. <_>6 8 13 1 2. 0 7.2078350931406021e-003 -0.1282051056623459 0.1175319030880928 <_> <_> <_>6 3 7 16 -1. <_>6 11 7 8 2. 0 -0.1401470005512238 -0.4502086937427521 0.0327537916600704 <_> <_> <_>8 11 6 9 -1. <_>10 11 2 9 3. 0 -0.0458323694765568 -0.4200083911418915 0.0241149291396141 <_> <_> <_>6 11 6 9 -1. <_>8 11 2 9 3. 0 -0.0439768992364407 -0.4597324132919312 0.0336047410964966 <_> <_> <_>10 5 3 13 -1. <_>11 5 1 13 3. 0 -0.0101248202845454 0.1626081019639969 -0.0664491578936577 <_> <_> <_>7 4 3 13 -1. <_>8 4 1 13 3. 0 -1.3071260182186961e-003 0.1160831004381180 -0.1316865980625153 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 0.0452848896384239 0.0357517600059509 -0.4479573965072632 <_> <_> <_>0 14 12 6 -1. <_>0 14 6 3 2. <_>6 17 6 3 2. 0 -0.0208510793745518 0.2466531991958618 -0.0658545419573784 <_> <_> <_>14 13 5 6 -1. <_>14 16 5 3 2. 0 2.6742550544440746e-003 0.0516831092536449 -0.1369938999414444 <_> <_> <_>1 13 5 6 -1. <_>1 16 5 3 2. 0 1.3148089637979865e-003 0.0777988731861115 -0.2106450945138931 <_> <_> <_>4 5 13 2 -1. <_>4 6 13 1 2. 0 -0.0181747395545244 0.1735503971576691 -0.0724171921610832 <_> <_> <_>0 10 20 6 -1. <_>0 10 10 3 2. <_>10 13 10 3 2. 0 0.0143143199384212 0.0817569866776466 -0.1711145043373108 <_> <_> <_>8 5 4 14 -1. <_>10 5 2 7 2. <_>8 12 2 7 2. 0 -0.0164864305406809 0.2280950993299484 -0.0659063681960106 <_> <_> <_>6 8 8 8 -1. <_>6 8 4 4 2. <_>10 12 4 4 2. 0 0.0307560600340366 0.0387171395123005 -0.4050514101982117 <_> <_> <_>13 10 5 9 -1. <_>13 13 5 3 3. 0 0.0261060893535614 0.0308501999825239 -0.2775925099849701 <_> <_> <_>5 0 10 12 -1. <_>5 0 5 6 2. <_>10 6 5 6 2. 0 0.0804011076688766 0.0297925006598234 -0.4474256932735443 <_> <_> <_>10 10 6 7 -1. <_>12 10 2 7 3. 0 -0.0183507893234491 0.1151541993021965 -0.0287443194538355 <_> <_> <_>2 10 5 9 -1. <_>2 13 5 3 3. 0 0.0348270498216152 0.0287381391972303 -0.4840180873870850 <_> <_> <_>0 0 20 2 -1. <_>0 0 10 2 2. 0 -0.0882501825690269 -0.4263553917407990 0.0301734898239374 <_> <_> <_>1 0 4 18 -1. <_>3 0 2 18 2. 0 0.1483698934316635 0.0220897495746613 -0.5536422729492188 <_> <_> <_>15 2 5 6 -1. <_>15 5 5 3 2. 0 -0.0189496092498302 -0.2302016019821167 0.0392673015594482 <_> <_> <_>2 4 14 6 -1. <_>2 4 7 3 2. <_>9 7 7 3 2. 0 -0.0567759498953819 0.3501352965831757 -0.0408628284931183 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0622865408658981 0.0223445408046246 -0.7108234167098999 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0386295504868031 -0.3293349146842957 0.0385080687701702 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 0.0281543303281069 -0.0736909136176109 0.1882437020540237 <_> <_> <_>3 3 5 12 -1. <_>3 9 5 6 2. 0 -0.0105701796710491 -0.2780688107013702 0.0476791895925999 <_> <_> <_>2 4 17 15 -1. <_>2 9 17 5 3. 0 0.0566045716404915 0.2476761043071747 -0.0568309389054775 <_> <_> <_>3 0 13 12 -1. <_>3 4 13 4 3. 0 -0.2852267026901245 0.5234540104866028 -0.0236528292298317 <_> <_> <_>2 17 18 3 -1. <_>2 18 18 1 3. 0 0.0348071381449699 0.0248199105262756 -0.4320527017116547 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0232187993824482 0.2992916107177734 -0.0447126701474190 <_> <_> <_>2 0 18 6 -1. <_>8 0 6 6 3. 0 -0.0630943924188614 0.3327926099300385 -0.0160754993557930 <_> <_> <_>0 0 18 9 -1. <_>6 0 6 9 3. 0 0.3018243014812470 -0.0751969069242477 0.1913980990648270 <_> <_> <_>10 2 6 7 -1. <_>12 2 2 7 3. 0 0.0230778697878122 0.0368449799716473 -0.2876125872135162 <_> <_> <_>1 6 15 4 -1. <_>6 6 5 4 3. 0 0.1096414998173714 0.0375481210649014 -0.4176355898380280 <_> <_> <_>5 1 12 9 -1. <_>5 4 12 3 3. 0 0.0296720396727324 -0.0784098207950592 0.1306421011686325 <_> <_> <_>6 7 4 12 -1. <_>6 13 4 6 2. 0 6.3356538303196430e-003 0.0670143216848373 -0.2048150002956390 <_> <_> <_>10 6 6 10 -1. <_>12 6 2 10 3. 0 -0.0199409499764442 0.0846636369824409 -0.0420694090425968 <_> <_> <_>3 12 9 4 -1. <_>3 14 9 2 2. 0 -0.0479880012571812 -0.6109951734542847 0.0228422600775957 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 0.0482800193130970 7.4727279134094715e-003 -0.7515329718589783 <_> <_> <_>4 3 5 9 -1. <_>4 6 5 3 3. 0 -2.5825301418080926e-004 0.0355170890688896 -0.3268606960773468 <_> <_> <_>1 7 18 5 -1. <_>7 7 6 5 3. 0 -0.0481753088533878 -0.5809946060180664 0.0197607595473528 <_> <_> <_>6 4 6 8 -1. <_>8 4 2 8 3. 0 -0.0286063402891159 0.3209697008132935 -0.0407343208789825 <_> <_> <_>10 1 6 8 -1. <_>12 1 2 8 3. 0 -0.0433285310864449 -0.3302142918109894 0.0315272398293018 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 0.0227534100413322 0.0373278297483921 -0.3629173934459686 <_> <_> <_>7 0 13 2 -1. <_>7 1 13 1 2. 0 1.8975350030814297e-005 -0.1150334998965263 0.0418166406452656 <_> <_> <_>0 4 18 5 -1. <_>6 4 6 5 3. 0 0.1807754039764404 -0.0557518713176250 0.2242483049631119 <_> <_> <_>10 5 6 11 -1. <_>12 5 2 11 3. 0 -0.1253914982080460 -0.8809840083122253 3.8788339588791132e-003 <_> <_> <_>3 5 4 11 -1. <_>5 5 2 11 2. 0 -8.0908974632620811e-003 0.2621070146560669 -0.0537066496908665 <_> <_> <_>9 9 9 10 -1. <_>12 9 3 10 3. 0 9.9102966487407684e-003 -0.1297809928655624 0.0836358070373535 <_> <_> <_>2 9 9 10 -1. <_>5 9 3 10 3. 0 0.0247929207980633 -0.1458443999290466 0.0923056602478027 <_> <_> <_>7 7 6 9 -1. <_>9 7 2 9 3. 0 0.0450748801231384 -0.0723754987120628 0.2605743110179901 <_> <_> <_>5 0 6 15 -1. <_>7 0 2 15 3. 0 -0.0792055130004883 -0.6207352280616760 0.0213233493268490 <_> <_> <_>6 12 10 6 -1. <_>11 12 5 3 2. <_>6 15 5 3 2. 0 -0.0447252504527569 -0.6424819827079773 9.5317112281918526e-003 <_> <_> <_>0 17 15 3 -1. <_>5 17 5 3 3. 0 -0.0340657792985439 0.3075971007347107 -0.0422969907522202 <_> <_> <_>11 10 6 10 -1. <_>14 10 3 5 2. <_>11 15 3 5 2. 0 -0.0297567397356033 0.2521165013313294 -0.0311830304563046 <_> <_> <_>4 12 10 6 -1. <_>4 12 5 3 2. <_>9 15 5 3 2. 0 -0.0320269502699375 -0.5530080199241638 0.0280215702950954 -1.7262409925460815 21 -1 <_> <_> <_> <_>0 0 18 5 -1. <_>6 0 6 5 3. 0 0.0286526195704937 -0.2182213962078095 0.2267557978630066 <_> <_> <_>2 1 18 6 -1. <_>2 3 18 2 3. 0 4.3320041149854660e-003 -0.2859787940979004 0.1058920994400978 <_> <_> <_>2 10 9 6 -1. <_>2 12 9 2 3. 0 5.6604119017720222e-003 0.0882954522967339 -0.3892048001289368 <_> <_> <_>9 4 6 5 -1. <_>9 4 3 5 2. 0 2.4440148845314980e-003 -0.3548268079757690 0.0993623733520508 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 2.2643520496785641e-003 -0.2885844111442566 0.0883678570389748 <_> <_> <_>7 12 6 7 -1. <_>9 12 2 7 3. 0 5.3952648304402828e-003 0.0855373814702034 -0.3036639988422394 <_> <_> <_>4 10 5 6 -1. <_>4 13 5 3 2. 0 -7.2699488373473287e-004 0.0748402401804924 -0.3403978049755096 <_> <_> <_>12 2 6 10 -1. <_>15 2 3 5 2. <_>12 7 3 5 2. 0 -9.7503658616915345e-004 0.1200862973928452 -0.2563441097736359 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 4.0540988557040691e-003 0.0672660320997238 -0.3570193946361542 <_> <_> <_>4 6 12 8 -1. <_>4 10 12 4 2. 0 2.5258921086788177e-003 -0.4196647107601166 0.0556657984852791 <_> <_> <_>2 2 6 10 -1. <_>2 2 3 5 2. <_>5 7 3 5 2. 0 -1.2021360453218222e-003 0.1000448018312454 -0.2193232029676437 <_> <_> <_>6 15 14 2 -1. <_>6 16 14 1 2. 0 7.7549100387841463e-004 -0.1356272995471954 0.1197365969419479 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -0.0506998486816883 0.4541828930377960 -0.0390303507447243 <_> <_> <_>6 2 9 5 -1. <_>9 2 3 5 3. 0 0.0133644901216030 0.1116603985428810 -0.1793878972530365 <_> <_> <_>1 14 8 6 -1. <_>1 16 8 2 3. 0 -0.0154189802706242 -0.3518005907535553 0.0473549999296665 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 -0.0429810993373394 0.3923279941082001 -0.0453370288014412 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 6.2867929227650166e-003 0.0643318220973015 -0.2223951071500778 <_> <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -3.5951940808445215e-003 0.0954042971134186 -0.1533828973770142 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0767609179019928 -0.6509981751441956 0.0172836501151323 <_> <_> <_>2 8 18 2 -1. <_>2 9 18 1 2. 0 4.6225200640037656e-004 -0.4341560900211334 0.0252418592572212 <_> <_> <_>2 0 14 2 -1. <_>2 1 14 1 2. 0 7.5868278509005904e-004 -0.1462433040142059 0.0963190719485283 <_> <_> <_>11 10 4 7 -1. <_>11 10 2 7 2. 0 -5.0252641085535288e-004 0.1358402073383331 -0.2318104058504105 <_> <_> <_>4 14 12 6 -1. <_>8 14 4 6 3. 0 9.7315143793821335e-003 -0.0851555913686752 0.2015698999166489 <_> <_> <_>11 10 4 7 -1. <_>11 10 2 7 2. 0 -0.0264322292059660 -0.3700251877307892 0.0246166307479143 <_> <_> <_>5 10 4 7 -1. <_>7 10 2 7 2. 0 -4.4683468877337873e-004 0.1004896014928818 -0.1858860999345779 <_> <_> <_>9 6 2 14 -1. <_>9 13 2 7 2. 0 1.9872789271175861e-003 0.0532239191234112 -0.3160380125045776 <_> <_> <_>2 17 15 3 -1. <_>2 18 15 1 3. 0 3.1368629424832761e-004 -0.1321319043636322 0.0957717671990395 <_> <_> <_>16 1 4 7 -1. <_>16 1 2 7 2. 0 5.9834700077772141e-003 -0.0756818130612373 0.1523095071315765 <_> <_> <_>5 13 4 7 -1. <_>7 13 2 7 2. 0 -5.0965389236807823e-003 -0.1847781985998154 0.0760221406817436 <_> <_> <_>14 1 6 7 -1. <_>16 1 2 7 3. 0 -0.0191876105964184 0.2143180966377258 -0.0497642196714878 <_> <_> <_>0 1 6 7 -1. <_>2 1 2 7 3. 0 0.0233204793184996 -0.0486893206834793 0.2657899856567383 <_> <_> <_>4 3 13 2 -1. <_>4 4 13 1 2. 0 -6.9449091097339988e-004 -0.1543335020542145 0.0874106511473656 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 4.8893648199737072e-003 0.0513427890837193 -0.2616536021232605 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 -0.0274288691580296 -0.3797203898429871 0.0318211615085602 <_> <_> <_>0 2 6 14 -1. <_>2 2 2 14 3. 0 -0.0177345499396324 0.1997662037611008 -0.0623180493712425 <_> <_> <_>13 0 6 13 -1. <_>15 0 2 13 3. 0 0.1514825969934464 7.4510741978883743e-003 -0.5803133249282837 <_> <_> <_>1 0 6 13 -1. <_>3 0 2 13 3. 0 1.5324390260502696e-003 -0.1251055002212524 0.1043189987540245 <_> <_> <_>0 3 20 4 -1. <_>10 3 10 2 2. <_>0 5 10 2 2. 0 -0.0123108103871346 -0.2353972941637039 0.0536462105810642 <_> <_> <_>0 7 12 11 -1. <_>6 7 6 11 2. 0 -0.0112108001485467 0.1075923964381218 -0.1205523014068604 <_> <_> <_>7 11 7 6 -1. <_>7 13 7 2 3. 0 2.7532500680536032e-003 -0.0664799064397812 0.1732115000486374 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -8.4678819403052330e-003 -0.3185068070888519 0.0422808192670345 <_> <_> <_>10 7 4 12 -1. <_>10 7 2 12 2. 0 -7.3283319361507893e-003 -0.1636925935745239 0.0317723490297794 <_> <_> <_>4 7 11 4 -1. <_>4 9 11 2 2. 0 0.0471565499901772 -0.0616670995950699 0.1741099059581757 <_> <_> <_>5 7 10 6 -1. <_>10 7 5 3 2. <_>5 10 5 3 2. 0 8.2125868648290634e-003 0.0670697987079620 -0.2203007042407990 <_> <_> <_>0 5 18 10 -1. <_>0 5 9 5 2. <_>9 10 9 5 2. 0 7.6550841331481934e-003 0.0614223107695580 -0.1935762017965317 <_> <_> <_>0 0 20 4 -1. <_>10 0 10 2 2. <_>0 2 10 2 2. 0 -0.0453728511929512 -0.4756565988063812 0.0228694695979357 <_> <_> <_>2 4 13 3 -1. <_>2 5 13 1 3. 0 3.7434820551425219e-003 -0.0909409224987030 0.1384121030569077 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 2.3490150924772024e-003 0.0632914975285530 -0.1550638973712921 <_> <_> <_>2 4 13 2 -1. <_>2 5 13 1 2. 0 -0.0241497494280338 0.3458844125270844 -0.0315258204936981 <_> <_> <_>7 0 13 3 -1. <_>7 1 13 1 3. 0 0.0148783503100276 0.0242150593549013 -0.3238762915134430 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 0.0298431608825922 -0.0278176907449961 0.4093947112560272 <_> <_> <_>10 6 9 14 -1. <_>13 6 3 14 3. 0 7.1600051596760750e-003 -0.0465962402522564 0.0745470672845840 <_> <_> <_>1 6 9 14 -1. <_>4 6 3 14 3. 0 0.0562672093510628 0.0295518506318331 -0.4009805917739868 <_> <_> <_>8 1 5 10 -1. <_>8 6 5 5 2. 0 -4.5356149785220623e-003 0.0818205773830414 -0.1061929985880852 <_> <_> <_>0 3 20 8 -1. <_>0 7 20 4 2. 0 -0.0136973597109318 -0.1935908943414688 0.0709177479147911 <_> <_> <_>4 9 14 2 -1. <_>4 10 14 1 2. 0 -1.5458730049431324e-003 -0.2198767960071564 0.0283964890986681 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 2.9332858975976706e-003 -0.0761532336473465 0.1646018028259277 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 3.4973609726876020e-003 -0.0681960806250572 0.1671735048294067 <_> <_> <_>3 13 14 6 -1. <_>3 15 14 2 3. 0 -0.0183070693165064 -0.1886709928512573 0.0699327364563942 <_> <_> <_>6 11 13 9 -1. <_>6 14 13 3 3. 0 -0.1709208041429520 -0.5006777048110962 7.8164357692003250e-003 <_> <_> <_>1 11 13 9 -1. <_>1 14 13 3 3. 0 4.1620130650699139e-003 0.0559000410139561 -0.2297254949808121 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -0.0197243094444275 0.3299855887889862 -0.0366024002432823 <_> <_> <_>3 5 12 4 -1. <_>7 5 4 4 3. 0 5.3331600502133369e-003 -0.1413425952196121 0.0882776379585266 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0421822182834148 -0.6671878099441528 0.0157705098390579 <_> <_> <_>0 0 18 4 -1. <_>6 0 6 4 3. 0 -5.2826730534434319e-003 0.1702563017606735 -0.0684913173317909 <_> <_> <_>9 1 4 10 -1. <_>9 6 4 5 2. 0 -2.3227441124618053e-003 0.0723785907030106 -0.1006670966744423 <_> <_> <_>0 2 13 2 -1. <_>0 3 13 1 2. 0 -1.6239390242844820e-003 -0.2250131964683533 0.0558984987437725 <_> <_> <_>7 1 8 8 -1. <_>11 1 4 4 2. <_>7 5 4 4 2. 0 0.0560834109783173 0.0136461695656180 -0.4930678904056549 <_> <_> <_>5 7 6 12 -1. <_>5 7 3 6 2. <_>8 13 3 6 2. 0 -0.0301999300718308 0.2307083010673523 -0.0536459386348724 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 0.0191576704382896 0.0368303209543228 -0.3952297866344452 <_> <_> <_>0 14 20 3 -1. <_>0 15 20 1 3. 0 3.5853029694408178e-003 -0.0618932209908962 0.1758320927619934 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -0.0287753306329250 -0.3183844089508057 0.0231037400662899 <_> <_> <_>3 0 9 5 -1. <_>6 0 3 5 3. 0 2.5611401069909334e-003 -0.1048441976308823 0.0971525683999062 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -0.0315544903278351 0.2936651110649109 -0.0241890698671341 <_> <_> <_>5 6 6 7 -1. <_>7 6 2 7 3. 0 -7.3520588921383023e-004 0.0977110415697098 -0.1524803936481476 <_> <_> <_>9 1 3 19 -1. <_>10 1 1 19 3. 0 -0.0479938797652721 -0.9458782076835632 9.0406481176614761e-003 <_> <_> <_>0 11 7 4 -1. <_>0 13 7 2 2. 0 5.2936570718884468e-003 0.0333203710615635 -0.3126893937587738 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 0.0169032495468855 -0.0241327099502087 0.2848340868949890 <_> <_> <_>0 11 5 6 -1. <_>0 14 5 3 2. 0 -7.0723611861467361e-003 -0.1752420067787170 0.0727138817310333 <_> <_> <_>9 2 10 18 -1. <_>14 2 5 9 2. <_>9 11 5 9 2. 0 0.0641916170716286 -0.0209696702659130 0.3540262877941132 <_> <_> <_>2 16 8 4 -1. <_>6 16 4 4 2. 0 2.9694940894842148e-003 -0.0750869363546371 0.1432134956121445 <_> <_> <_>7 4 6 8 -1. <_>9 4 2 8 3. 0 -0.0201052594929934 0.6078401207923889 -0.0181044992059469 <_> <_> <_>7 0 2 19 -1. <_>8 0 1 19 2. 0 -0.0131698697805405 -0.5467836856842041 0.0247422400861979 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0142267299816012 -0.4672259092330933 0.0314896292984486 <_> <_> <_>0 0 9 5 -1. <_>3 0 3 5 3. 0 0.0377461910247803 -0.0384958311915398 0.3533348143100739 <_> <_> <_>18 2 2 18 -1. <_>18 2 1 18 2. 0 -3.8704369217157364e-003 0.1498429030179977 -0.0565497688949108 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0115654403343797 -0.1522793024778366 0.0760629624128342 <_> <_> <_>18 2 2 18 -1. <_>18 2 1 18 2. 0 -0.0888544768095016 -0.7296792864799500 4.8231678083539009e-003 <_> <_> <_>0 2 2 18 -1. <_>1 2 1 18 2. 0 -2.0447981078177691e-003 0.1414818018674851 -0.0832003578543663 <_> <_> <_>7 4 7 15 -1. <_>7 9 7 5 3. 0 -0.0117628602311015 -0.4020051956176758 0.0266794394701719 <_> <_> <_>7 13 6 6 -1. <_>7 16 6 3 2. 0 -0.0175390299409628 -0.3731625974178314 0.0301719792187214 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 3.8314110133796930e-003 -0.0934099480509758 0.0795034989714623 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 -0.0144723597913980 0.3433358073234558 -0.0436570607125759 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -0.0265166908502579 -0.4823023080825806 0.0168116502463818 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -0.0331947915256023 -0.4358026087284088 0.0226448904722929 <_> <_> <_>17 0 3 16 -1. <_>18 0 1 16 3. 0 4.4987560249865055e-003 -0.0322815403342247 0.0899463072419167 <_> <_> <_>0 4 3 14 -1. <_>1 4 1 14 3. 0 3.6823831032961607e-003 -0.0687554627656937 0.1433981060981751 <_> <_> <_>14 8 6 5 -1. <_>14 8 3 5 2. 0 -0.1118414029479027 -0.7775676250457764 5.2246451377868652e-003 <_> <_> <_>0 8 6 5 -1. <_>3 8 3 5 2. 0 -0.0732550397515297 -0.5563074946403503 0.0191271491348743 <_> <_> <_>1 13 18 4 -1. <_>10 13 9 2 2. <_>1 15 9 2 2. 0 0.0298557691276073 0.0211788304150105 -0.4085004031658173 <_> <_> <_>7 0 5 9 -1. <_>7 3 5 3 3. 0 -0.0734722316265106 0.8282048702239990 -0.0124529097229242 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -7.2046648710966110e-004 0.0996305271983147 -0.0952788591384888 <_> <_> <_>7 3 3 13 -1. <_>8 3 1 13 3. 0 -3.8003330701030791e-004 0.1023110970854759 -0.1035138964653015 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0454531088471413 -0.6488506197929382 0.0119660003110766 <_> <_> <_>5 0 6 10 -1. <_>5 0 3 5 2. <_>8 5 3 5 2. 0 -5.1456969231367111e-004 -0.1508329957723618 0.0665444731712341 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0279491804540157 0.0171863995492458 -0.3750118911266327 <_> <_> <_>3 0 14 8 -1. <_>3 4 14 4 2. 0 0.0630398765206337 -0.0438215881586075 0.2478944063186646 <_> <_> <_>8 1 5 10 -1. <_>8 6 5 5 2. 0 -2.2690258920192719e-003 0.0747120082378387 -0.1113158017396927 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -3.8063840474933386e-003 -0.1553090959787369 0.0652645081281662 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0371900908648968 -0.0296986307948828 0.2307187020778656 <_> <_> <_>2 18 15 2 -1. <_>2 19 15 1 2. 0 0.0218958407640457 0.0157785192131996 -0.6300626993179321 <_> <_> <_>8 7 6 7 -1. <_>10 7 2 7 3. 0 -0.0319939889013767 0.2625089883804321 -0.0246271099895239 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0167786795645952 -0.4243698120117188 0.0226078499108553 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 0.0524776615202427 -0.0161884203553200 0.3176614046096802 <_> <_> <_>0 7 12 4 -1. <_>0 9 12 2 2. 0 0.1044372990727425 0.0112902000546455 -0.8602101802825928 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 -6.5574781037867069e-003 0.1222584992647171 -0.0560914315283298 <_> <_> <_>5 6 10 3 -1. <_>10 6 5 3 2. 0 0.0167973898351192 0.0358115397393703 -0.3116301000118256 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 5.0427159294486046e-003 -0.0504395291209221 0.0639303326606750 <_> <_> <_>3 16 14 4 -1. <_>3 16 7 2 2. <_>10 18 7 2 2. 0 -0.0345717892050743 -0.5627837181091309 0.0166927408427000 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 3.7999521009624004e-003 -0.0685667470097542 0.0960178673267365 <_> <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 -0.0119955996051431 0.1381991058588028 -0.0715100169181824 <_> <_> <_>9 6 6 12 -1. <_>9 6 3 12 2. 0 0.0110984295606613 0.0535066202282906 -0.1048208996653557 <_> <_> <_>0 8 18 4 -1. <_>6 8 6 4 3. 0 -0.1290529072284699 -0.6726217865943909 0.0151958502829075 <_> <_> <_>14 1 6 10 -1. <_>16 1 2 10 3. 0 6.3130040653049946e-003 -0.0610301308333874 0.1035564988851547 <_> <_> <_>6 9 8 10 -1. <_>6 9 4 5 2. <_>10 14 4 5 2. 0 4.0955888107419014e-003 0.0705346465110779 -0.1448426991701126 <_> <_> <_>14 1 6 10 -1. <_>16 1 2 10 3. 0 -0.0105305500328541 0.0985696390271187 -0.0379732102155685 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 3.6035990342497826e-003 0.0512777902185917 -0.1867156028747559 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 1.1999369598925114e-003 -0.0632314085960388 0.1044631004333496 <_> <_> <_>1 14 5 6 -1. <_>1 17 5 3 2. 0 -1.9585370318964124e-004 0.0860448628664017 -0.1185685023665428 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 -0.1221356019377708 -0.8841980099678040 6.3145011663436890e-003 <_> <_> <_>1 11 6 6 -1. <_>4 11 3 6 2. 0 -7.7650691382586956e-003 0.1372596025466919 -0.0804128572344780 <_> <_> <_>4 7 15 7 -1. <_>9 7 5 7 3. 0 0.1573431938886643 0.0127433203160763 -0.6540129780769348 <_> <_> <_>3 6 12 11 -1. <_>7 6 4 11 3. 0 -7.6066371984779835e-003 -0.1379771977663040 0.0760624930262566 <_> <_> <_>8 4 6 7 -1. <_>10 4 2 7 3. 0 -4.3096300214529037e-003 0.1119519993662834 -0.0323907099664211 <_> <_> <_>6 4 6 7 -1. <_>8 4 2 7 3. 0 -3.2239840365946293e-003 0.2142059952020645 -0.0582446306943893 <_> <_> <_>11 2 2 15 -1. <_>11 2 1 15 2. 0 8.3754826337099075e-003 0.0476155988872051 -0.2421604990959168 <_> <_> <_>0 1 6 10 -1. <_>2 1 2 10 3. 0 3.0904430896043777e-003 -0.0904186815023422 0.0992448329925537 <_> <_> <_>10 0 10 6 -1. <_>15 0 5 3 2. <_>10 3 5 3 2. 0 9.8243616521358490e-003 -0.0446439199149609 0.1042303964495659 <_> <_> <_>1 0 15 3 -1. <_>1 1 15 1 3. 0 -3.2808810938149691e-003 -0.1912315934896469 0.0631415173411369 <_> <_> <_>7 0 13 3 -1. <_>7 1 13 1 3. 0 3.6370379384607077e-003 0.0369447395205498 -0.1198861971497536 <_> <_> <_>0 0 10 6 -1. <_>0 0 5 3 2. <_>5 3 5 3 2. 0 7.8952945768833160e-003 -0.0713135302066803 0.1610739976167679 <_> <_> <_>9 6 4 12 -1. <_>9 6 2 12 2. 0 -3.3853040076792240e-003 -0.1170492991805077 0.0255792494863272 <_> <_> <_>7 6 4 12 -1. <_>9 6 2 12 2. 0 -2.6786550879478455e-003 -0.1706400960683823 0.0606274604797363 <_> <_> <_>9 0 6 18 -1. <_>12 0 3 9 2. <_>9 9 3 9 2. 0 -4.5887688174843788e-003 0.0347797907888889 -0.0688178315758705 <_> <_> <_>3 9 14 2 -1. <_>10 9 7 2 2. 0 -0.0616423003375530 0.5110810995101929 -0.0197522398084402 <_> <_> <_>13 10 7 6 -1. <_>13 12 7 2 3. 0 0.0252351593226194 0.0202030707150698 -0.3435991108417511 <_> <_> <_>6 2 4 12 -1. <_>6 6 4 4 3. 0 -2.1312809549272060e-003 0.0546982102096081 -0.1651237010955811 <_> <_> <_>3 1 14 6 -1. <_>3 1 7 6 2. 0 -0.0825988426804543 0.3380466997623444 -0.0280265696346760 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 -5.6678601540625095e-003 -0.3378623127937317 0.0297270491719246 <_> <_> <_>9 4 7 4 -1. <_>9 6 7 2 2. 0 -0.0933173969388008 -0.6723803281784058 2.0025020930916071e-003 <_> <_> <_>0 9 15 3 -1. <_>0 10 15 1 3. 0 9.2052231775596738e-004 -0.1397425979375839 0.0631755962967873 <_> <_> <_>7 0 8 8 -1. <_>11 0 4 4 2. <_>7 4 4 4 2. 0 5.1411538152024150e-004 -0.0815852507948875 0.0593242794275284 <_> <_> <_>0 3 20 4 -1. <_>0 3 10 2 2. <_>10 5 10 2 2. 0 -6.7130490206182003e-003 -0.1664599031209946 0.0615608096122742 <_> <_> <_>10 2 10 3 -1. <_>10 2 5 3 2. 0 3.1578689813613892e-003 -0.1071007028222084 0.0666951164603233 <_> <_> <_>4 4 7 4 -1. <_>4 6 7 2 2. 0 0.0122020300477743 -0.0248453002423048 0.4245803058147430 <_> <_> <_>10 2 10 3 -1. <_>10 2 5 3 2. 0 -0.0285851694643497 0.2352683991193771 -0.0211214404553175 <_> <_> <_>2 11 12 6 -1. <_>2 11 6 3 2. <_>8 14 6 3 2. 0 2.3390499409288168e-003 0.0644411072134972 -0.1406358033418655 <_> <_> <_>0 0 20 10 -1. <_>0 5 20 5 2. 0 0.3590093851089478 0.0121229197829962 -0.7312114238739014 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 7.6048658229410648e-003 -0.0407009311020374 0.2358103990554810 <_> <_> <_>12 13 8 6 -1. <_>12 15 8 2 3. 0 4.4263368472456932e-003 0.0530396290123463 -0.1591202020645142 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 8.5811351891607046e-004 -0.0852659568190575 0.1048922017216682 <_> <_> <_>12 13 8 6 -1. <_>12 15 8 2 3. 0 -4.2959367856383324e-003 -0.1285184025764465 0.0627527534961700 <_> <_> <_>0 13 8 6 -1. <_>0 15 8 2 3. 0 4.4881720095872879e-003 0.0646714419126511 -0.1878965049982071 <_> <_> <_>12 0 8 12 -1. <_>16 0 4 6 2. <_>12 6 4 6 2. 0 -0.0498696193099022 0.2149675935506821 -0.0355770215392113 <_> <_> <_>7 1 6 14 -1. <_>7 8 6 7 2. 0 -0.1194223016500473 -0.6795393824577332 0.0150915700942278 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 6.2965508550405502e-004 -0.0921454206109047 0.0618066489696503 <_> <_> <_>7 7 6 9 -1. <_>7 10 6 3 3. 0 2.9381969943642616e-003 0.1790324002504349 -0.0493559986352921 <_> <_> <_>5 6 13 3 -1. <_>5 7 13 1 3. 0 -0.0228606797754765 0.2097624987363815 -0.0313708893954754 <_> <_> <_>2 4 8 8 -1. <_>2 4 4 4 2. <_>6 8 4 4 2. 0 0.0433696210384369 0.0182863306254148 -0.5128899812698364 <_> <_> <_>11 4 8 16 -1. <_>15 4 4 8 2. <_>11 12 4 8 2. 0 0.1993250995874405 6.7204708466306329e-004 -0.8976935744285584 <_> <_> <_>1 4 8 16 -1. <_>1 4 4 8 2. <_>5 12 4 8 2. 0 0.0807512030005455 -0.0208696499466896 0.4376870095729828 <_> <_> <_>11 10 4 8 -1. <_>11 14 4 4 2. 0 1.5349129680544138e-003 0.0367617607116699 -0.2220399975776672 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 -3.6580949090421200e-003 -0.1547171026468277 0.0672298967838287 <_> <_> <_>4 0 12 8 -1. <_>4 4 12 4 2. 0 0.0247432906180620 -0.0554747097194195 0.1742957979440689 <_> <_> <_>5 1 8 6 -1. <_>5 4 8 3 2. 0 -0.0164515003561974 0.1881732046604157 -0.0557190105319023 <_> <_> <_>5 2 15 2 -1. <_>5 3 15 1 2. 0 -8.4505761042237282e-003 -0.3294366896152496 0.0227437205612659 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 0.0293691791594028 0.0154793104156852 -0.5909963250160217 <_> <_> <_>10 2 10 3 -1. <_>10 2 5 3 2. 0 0.1052479967474937 2.1177560556679964e-003 -0.4921272099018097 <_> <_> <_>1 0 10 6 -1. <_>1 0 5 3 2. <_>6 3 5 3 2. 0 -0.0278161503374577 0.3642143905162811 -0.0251631196588278 <_> <_> <_>10 2 10 3 -1. <_>10 2 5 3 2. 0 5.3339339792728424e-003 -0.0484023503959179 0.0398515611886978 <_> <_> <_>0 5 7 6 -1. <_>0 7 7 2 3. 0 0.0116827301681042 0.0248983409255743 -0.3571999967098236 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 8.9094992727041245e-003 0.0465792603790760 -0.1508810073137283 <_> <_> <_>1 1 18 8 -1. <_>1 1 9 4 2. <_>10 5 9 4 2. 0 7.3203681968152523e-003 0.0708918794989586 -0.1327854990959168 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 -0.0203111302107573 0.1778337955474854 -0.0375380516052246 <_> <_> <_>0 15 14 4 -1. <_>0 15 7 2 2. <_>7 17 7 2 2. 0 1.3689160114154220e-003 -0.1209644973278046 0.0780178233981133 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 0.0769940912723541 -8.7762605398893356e-003 0.3299356102943420 <_> <_> <_>0 2 4 18 -1. <_>0 2 2 9 2. <_>2 11 2 9 2. 0 8.8949268683791161e-003 -0.0555532500147820 0.1637210994958878 <_> <_> <_>10 6 6 11 -1. <_>10 6 3 11 2. 0 -0.0185184404253960 -0.1447957009077072 0.0302502606064081 <_> <_> <_>0 6 20 2 -1. <_>10 6 10 2 2. 0 -0.0401748791337013 -0.2499050945043564 0.0407887883484364 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 0.0651764869689941 -0.0143930902704597 0.3770706951618195 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0148459300398827 0.2737560868263245 -0.0338984094560146 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 -0.6143465042114258 -0.6916775107383728 4.0905540809035301e-003 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1411989033222199 0.0166438706219196 -0.5894458293914795 -1.4976780414581299 22 -1 <_> <_> <_> <_>7 2 6 7 -1. <_>9 2 2 7 3. 0 0.0219626706093550 -0.3090349137783051 0.2152978926897049 <_> <_> <_>12 2 8 4 -1. <_>12 2 4 4 2. 0 0.0512725301086903 -0.2228662967681885 0.2986971139907837 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0418700091540813 -0.2784911990165710 0.2041607052087784 <_> <_> <_>13 1 6 6 -1. <_>13 1 3 6 2. 0 6.7551871761679649e-003 -0.2198854982852936 0.0738870203495026 <_> <_> <_>0 3 6 7 -1. <_>3 3 3 7 2. 0 0.0173116903752089 -0.3422743082046509 0.1319016069173813 <_> <_> <_>8 12 10 8 -1. <_>13 12 5 4 2. <_>8 16 5 4 2. 0 0.0153991095721722 -0.2314949929714203 0.1882805973291397 <_> <_> <_>2 9 12 10 -1. <_>2 9 6 5 2. <_>8 14 6 5 2. 0 -0.0107927303761244 -0.3081369102001190 0.1119152978062630 <_> <_> <_>6 10 8 8 -1. <_>6 14 8 4 2. 0 8.5879449034109712e-004 0.0722382068634033 -0.4462434947490692 <_> <_> <_>1 1 8 6 -1. <_>1 3 8 2 3. 0 9.2791311908513308e-004 -0.2924742996692658 0.0931328833103180 <_> <_> <_>7 11 13 3 -1. <_>7 12 13 1 3. 0 -8.5785696282982826e-003 0.2064279019832611 -0.1120333969593048 <_> <_> <_>0 1 18 4 -1. <_>0 1 9 2 2. <_>9 3 9 2 2. 0 -0.0189514905214310 -0.3931762874126434 0.0672604665160179 <_> <_> <_>10 1 6 8 -1. <_>12 1 2 8 3. 0 0.0349399484694004 0.0280459895730019 -0.5741003155708313 <_> <_> <_>4 1 6 8 -1. <_>6 1 2 8 3. 0 -0.0428706593811512 -0.5985689163208008 0.0346078909933567 <_> <_> <_>12 5 3 10 -1. <_>12 10 3 5 2. 0 5.4958608234301209e-004 -0.4119304120540619 0.0673224180936813 <_> <_> <_>7 1 6 16 -1. <_>7 9 6 8 2. 0 2.2494920995086432e-003 0.1348288953304291 -0.1977768987417221 <_> <_> <_>14 0 5 8 -1. <_>14 4 5 4 2. 0 -9.2442613095045090e-003 -0.1785071939229965 0.0767345130443573 <_> <_> <_>5 5 3 10 -1. <_>5 10 3 5 2. 0 1.2210760032758117e-003 -0.3461630046367645 0.0754319503903389 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 0.0136540904641151 0.0778616368770599 -0.4396337866783142 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0173328295350075 0.0483176000416279 -0.4146179854869843 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0168077796697617 0.2321159988641739 -0.0823420584201813 <_> <_> <_>3 14 14 4 -1. <_>3 14 7 2 2. <_>10 16 7 2 2. 0 0.0322031714022160 0.0340652689337730 -0.5979660749435425 <_> <_> <_>9 6 3 13 -1. <_>10 6 1 13 3. 0 0.0167778208851814 -0.0594029687345028 0.1678290963172913 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 0.0130748599767685 -0.1059260964393616 0.2379689067602158 <_> <_> <_>14 0 5 8 -1. <_>14 4 5 4 2. 0 0.0940828323364258 0.0105731897056103 -0.5324926972389221 <_> <_> <_>1 0 5 8 -1. <_>1 4 5 4 2. 0 -7.6036658138036728e-003 -0.2303142994642258 0.1010446995496750 <_> <_> <_>14 13 6 6 -1. <_>14 16 6 3 2. 0 8.2368071889504790e-004 0.0465989708900452 -0.1008758023381233 <_> <_> <_>0 0 19 3 -1. <_>0 1 19 1 3. 0 -7.6875449158251286e-003 -0.2612339854240418 0.0735439732670784 <_> <_> <_>10 12 8 8 -1. <_>14 12 4 4 2. <_>10 16 4 4 2. 0 -0.0337291806936264 0.2190714925527573 -0.0219589397311211 <_> <_> <_>2 12 8 8 -1. <_>2 12 4 4 2. <_>6 16 4 4 2. 0 0.0132046900689602 -0.1420318931341171 0.1510702967643738 <_> <_> <_>3 8 15 3 -1. <_>3 9 15 1 3. 0 8.5354369366541505e-004 -0.2430367022752762 0.0832831710577011 <_> <_> <_>5 2 4 13 -1. <_>7 2 2 13 2. 0 -0.0140713304281235 -0.3697710037231445 0.0551423281431198 <_> <_> <_>3 9 17 3 -1. <_>3 10 17 1 3. 0 -0.0111159197986126 -0.4657548964023590 0.0272855591028929 <_> <_> <_>2 4 13 3 -1. <_>2 5 13 1 3. 0 0.0138589004054666 -0.0917223468422890 0.1994789987802506 <_> <_> <_>12 0 6 13 -1. <_>14 0 2 13 3. 0 0.0855482518672943 0.0261897891759872 -0.3660382032394409 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -0.0194849297404289 0.1725998073816299 -0.0894453004002571 <_> <_> <_>9 12 9 6 -1. <_>12 12 3 6 3. 0 0.0216311793774366 -0.0561832897365093 0.0677072778344154 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 0.0192678403109312 0.0556096807122231 -0.2948048114776611 <_> <_> <_>3 10 14 4 -1. <_>10 10 7 2 2. <_>3 12 7 2 2. 0 0.0118559002876282 0.0685800611972809 -0.2709468901157379 <_> <_> <_>1 0 8 6 -1. <_>1 2 8 2 3. 0 1.7135039670392871e-003 -0.1559084057807922 0.0944774895906448 <_> <_> <_>6 0 9 5 -1. <_>9 0 3 5 3. 0 0.0629933625459671 0.0290426798164845 -0.2515141069889069 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 0.0173288807272911 -0.0435626618564129 0.3401766121387482 <_> <_> <_>11 13 9 6 -1. <_>11 15 9 2 3. 0 0.0240530893206596 0.0374501794576645 -0.2899002134799957 <_> <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 0.0212940294295549 0.0488897114992142 -0.3639076054096222 <_> <_> <_>4 1 13 6 -1. <_>4 4 13 3 2. 0 0.0928606763482094 -0.0366044193506241 0.3236523866653442 <_> <_> <_>0 2 20 6 -1. <_>0 5 20 3 2. 0 2.1167730446904898e-003 0.0875060707330704 -0.1833993941545487 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -0.0871250405907631 -0.4616275131702423 0.0313420407474041 <_> <_> <_>2 6 15 8 -1. <_>7 6 5 8 3. 0 0.1929880976676941 0.0290416199713945 -0.4454362988471985 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 -2.4475890313624404e-005 0.0593527592718601 -0.2023988068103790 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 -0.0348941497504711 -0.4567655026912689 0.0352497510612011 <_> <_> <_>2 1 18 4 -1. <_>8 1 6 4 3. 0 0.1919220983982086 -0.0407337397336960 0.1544484943151474 <_> <_> <_>5 5 10 6 -1. <_>5 7 10 2 3. 0 -0.0230851396918297 0.0717403218150139 -0.2049365043640137 <_> <_> <_>6 10 8 8 -1. <_>10 10 4 4 2. <_>6 14 4 4 2. 0 0.0295355692505836 0.0407621189951897 -0.3692643940448761 <_> <_> <_>7 0 3 20 -1. <_>8 0 1 20 3. 0 -0.0364925190806389 -0.5494133234024048 0.0254313293844461 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 0.0406962297856808 0.0105153098702431 -0.4990622997283936 <_> <_> <_>0 0 20 2 -1. <_>10 0 10 2 2. 0 -0.0363845601677895 -0.2473607063293457 0.0531878508627415 <_> <_> <_>3 4 14 2 -1. <_>3 4 7 2 2. 0 0.0370000489056110 -0.0467316918075085 0.3009530007839203 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 0.0378729812800884 0.0456008501350880 -0.3378973007202148 <_> <_> <_>7 11 13 3 -1. <_>7 12 13 1 3. 0 -0.0161643400788307 0.1965561062097549 -0.0565678104758263 <_> <_> <_>0 6 8 14 -1. <_>4 6 4 14 2. 0 0.2425342053174973 0.0377725996077061 -0.3619084060192108 <_> <_> <_>9 13 9 5 -1. <_>12 13 3 5 3. 0 -0.0174298696219921 0.0785196870565414 -0.0198359508067369 <_> <_> <_>2 13 9 5 -1. <_>5 13 3 5 3. 0 0.0141506697982550 -0.1514340043067932 0.1202841028571129 <_> <_> <_>10 1 4 7 -1. <_>10 1 2 7 2. 0 0.0637716874480248 6.8969810381531715e-003 -0.8051149249076843 <_> <_> <_>6 1 4 7 -1. <_>8 1 2 7 2. 0 1.1273720301687717e-003 -0.2693197131156921 0.0525502189993858 <_> <_> <_>12 8 6 8 -1. <_>12 8 3 8 2. 0 -0.0382934994995594 0.2056383043527603 -0.0214743707329035 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 0.0501031093299389 0.0233524404466152 -0.5464519262313843 <_> <_> <_>11 12 8 8 -1. <_>15 12 4 4 2. <_>11 16 4 4 2. 0 -0.0400579310953617 0.2455333024263382 -0.0334747098386288 <_> <_> <_>1 12 8 8 -1. <_>1 12 4 4 2. <_>5 16 4 4 2. 0 0.0184152908623219 -0.0759774819016457 0.1851001977920532 <_> <_> <_>12 8 6 5 -1. <_>12 8 3 5 2. 0 0.0105481501668692 0.0660501867532730 -0.0643677413463593 <_> <_> <_>2 8 6 5 -1. <_>5 8 3 5 2. 0 0.0730076879262924 -0.0264719091355801 0.4650852084159851 <_> <_> <_>4 5 12 6 -1. <_>10 5 6 3 2. <_>4 8 6 3 2. 0 -0.0346580408513546 0.2784815132617950 -0.0466628894209862 <_> <_> <_>2 9 10 3 -1. <_>7 9 5 3 2. 0 0.0169246308505535 0.1155470013618469 -0.1150436028838158 <_> <_> <_>10 3 8 8 -1. <_>14 3 4 4 2. <_>10 7 4 4 2. 0 -0.0742458701133728 -0.4307272136211395 0.0164612494409084 <_> <_> <_>2 3 8 8 -1. <_>2 3 4 4 2. <_>6 7 4 4 2. 0 -0.0734063088893890 -0.5662655830383301 0.0234539899975061 <_> <_> <_>2 2 18 3 -1. <_>8 2 6 3 3. 0 0.1239741966128349 -0.0546167083084583 0.1002435013651848 <_> <_> <_>4 1 8 8 -1. <_>4 1 4 4 2. <_>8 5 4 4 2. 0 -0.0162355601787567 -0.1991212069988251 0.0685376971960068 <_> <_> <_>10 11 4 9 -1. <_>10 11 2 9 2. 0 -0.0301379691809416 -0.3339895009994507 0.0228060707449913 <_> <_> <_>0 13 15 7 -1. <_>5 13 5 7 3. 0 -0.0818365365266800 0.4062865078449249 -0.0378282107412815 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.5224087834358215 0.0180944409221411 -0.4347701072692871 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.0148455798625946 -0.7027922272682190 0.0199775099754334 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0555077902972698 0.5121477842330933 -0.0280976109206676 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0270780492573977 0.3083476126194000 -0.0406768098473549 <_> <_> <_>14 1 3 14 -1. <_>15 1 1 14 3. 0 -2.4416339583694935e-003 -0.1205457970499992 0.0598572790622711 <_> <_> <_>0 2 18 3 -1. <_>6 2 6 3 3. 0 0.1504372060298920 -0.0600363798439503 0.2202198952436447 <_> <_> <_>10 2 6 7 -1. <_>12 2 2 7 3. 0 -0.0410302616655827 -0.3325470983982086 0.0250291302800179 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 0.0146094998344779 0.0513576604425907 -0.2819032967090607 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 0.1258842051029205 6.7158509045839310e-003 -0.4915573000907898 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0377849787473679 0.5167595148086548 -0.0272360108792782 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0180902108550072 -0.3577840924263001 0.0354850590229034 <_> <_> <_>0 4 16 10 -1. <_>0 9 16 5 2. 0 -0.0398811399936676 -0.4807954132556915 0.0271667707711458 <_> <_> <_>6 15 13 3 -1. <_>6 16 13 1 3. 0 7.3324372060596943e-003 -0.0532976910471916 0.1175729036331177 <_> <_> <_>2 3 13 2 -1. <_>2 4 13 1 2. 0 -6.9262558827176690e-004 -0.1450120955705643 0.0928852185606956 <_> <_> <_>5 0 11 8 -1. <_>5 4 11 4 2. 0 -0.0821669772267342 0.2312760949134827 -0.0569906495511532 <_> <_> <_>1 6 3 10 -1. <_>1 11 3 5 2. 0 3.8556379731744528e-003 0.0953306704759598 -0.1558628976345062 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -7.4245668947696686e-003 -0.2769294083118439 0.0353434495627880 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 0.0228083506226540 0.0469046607613564 -0.3365991115570068 <_> <_> <_>14 1 4 7 -1. <_>14 1 2 7 2. 0 0.0829162225127220 2.8655149508267641e-003 -0.5269166231155396 <_> <_> <_>1 14 8 6 -1. <_>1 16 8 2 3. 0 -0.0524020604789257 -0.6983590126037598 0.0185878407210112 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 0.0151937399059534 -0.0601263903081417 0.2591700851917267 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 -0.0142408097162843 0.2705619037151337 -0.0646295025944710 <_> <_> <_>14 1 4 7 -1. <_>14 1 2 7 2. 0 -3.2158840913325548e-003 -0.0935491174459457 0.0280900299549103 <_> <_> <_>2 1 4 7 -1. <_>4 1 2 7 2. 0 4.7198659740388393e-003 -0.1878395974636078 0.0710217878222466 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0254155993461609 -0.3323681056499481 0.0409154891967773 <_> <_> <_>1 14 9 6 -1. <_>1 16 9 2 3. 0 0.0427584908902645 0.0261509306728840 -0.5112853050231934 <_> <_> <_>10 9 6 7 -1. <_>12 9 2 7 3. 0 0.0422310493886471 -0.0213985200971365 0.1745389997959137 <_> <_> <_>4 9 6 7 -1. <_>6 9 2 7 3. 0 -0.0206746701151133 0.2589876055717468 -0.0564408898353577 <_> <_> <_>10 14 10 6 -1. <_>15 14 5 3 2. <_>10 17 5 3 2. 0 0.0289769694209099 -0.0207637306302786 0.0969099625945091 <_> <_> <_>4 14 12 6 -1. <_>4 17 12 3 2. 0 3.4173950552940369e-003 0.0935729518532753 -0.1599608063697815 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 0.0679229199886322 0.0162435192614794 -0.7462471723556519 <_> <_> <_>1 3 15 4 -1. <_>6 3 5 4 3. 0 -9.0270619839429855e-003 0.3338269889354706 -0.0387743897736073 <_> <_> <_>2 9 18 3 -1. <_>8 9 6 3 3. 0 -0.0283179990947247 -0.3627611994743347 0.0238001290708780 <_> <_> <_>2 8 12 4 -1. <_>6 8 4 4 3. 0 -1.5302050160244107e-003 -0.1841358989477158 0.0701502636075020 <_> <_> <_>12 5 6 11 -1. <_>12 5 3 11 2. 0 8.4196459501981735e-003 0.0905866920948029 -0.0611346289515495 <_> <_> <_>0 0 20 2 -1. <_>10 0 10 2 2. 0 0.0443461090326309 0.0613880492746830 -0.2123194932937622 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 0.0259211007505655 -0.0350286103785038 0.2210748940706253 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -6.0503371059894562e-003 -0.3217900097370148 0.0393338203430176 <_> <_> <_>4 8 12 4 -1. <_>4 10 12 2 2. 0 -0.0251710191369057 0.6951767206192017 -0.0183601994067431 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 -0.0520730502903461 -0.7472702860832214 0.0190303400158882 <_> <_> <_>11 8 3 10 -1. <_>11 13 3 5 2. 0 -0.0136394398286939 -0.0620032399892807 0.0415896400809288 <_> <_> <_>1 14 10 6 -1. <_>1 14 5 3 2. <_>6 17 5 3 2. 0 -0.0383772999048233 0.3851841092109680 -0.0315095111727715 <_> <_> <_>6 4 12 12 -1. <_>12 4 6 6 2. <_>6 10 6 6 2. 0 -0.1467771977186203 -0.6009926199913025 0.0109894201159477 <_> <_> <_>2 4 12 12 -1. <_>2 4 6 6 2. <_>8 10 6 6 2. 0 0.0205084607005119 0.0564647503197193 -0.2514936923980713 <_> <_> <_>3 5 14 8 -1. <_>10 5 7 4 2. <_>3 9 7 4 2. 0 0.0237845908850431 0.0584596209228039 -0.2223334014415741 <_> <_> <_>0 4 6 7 -1. <_>2 4 2 7 3. 0 0.0186581704765558 -0.0737062171101570 0.1855663955211639 <_> <_> <_>7 13 7 6 -1. <_>7 15 7 2 3. 0 -0.0266535002738237 0.2106173038482666 -0.0686295032501221 <_> <_> <_>2 13 16 6 -1. <_>2 15 16 2 3. 0 -0.0759757980704308 -0.4853537082672119 0.0272395908832550 <_> <_> <_>16 7 3 13 -1. <_>17 7 1 13 3. 0 0.0532057210803032 5.1950141787528992e-003 -0.4794046878814697 <_> <_> <_>1 7 3 13 -1. <_>2 7 1 13 3. 0 0.0412064790725708 0.0191664602607489 -0.6443964838981628 <_> <_> <_>11 10 5 9 -1. <_>11 13 5 3 3. 0 0.0226244907826185 0.0174904596060514 -0.2064553052186966 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 0.0211474299430847 -0.0329449512064457 0.3515450954437256 <_> <_> <_>7 2 13 3 -1. <_>7 3 13 1 3. 0 0.0133747700601816 0.0407848507165909 -0.1972593069076538 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 4.2831092141568661e-003 -0.0851591527462006 0.1402571052312851 <_> <_> <_>11 10 5 9 -1. <_>11 13 5 3 3. 0 0.0637189000844955 -4.9198199994862080e-003 0.4549151957035065 <_> <_> <_>4 10 5 9 -1. <_>4 13 5 3 3. 0 0.0120821697637439 0.0531768091022968 -0.2615660130977631 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 0.0181954093277454 -0.0389994196593761 0.3341236114501953 <_> <_> <_>1 2 18 4 -1. <_>1 2 9 2 2. <_>10 4 9 2 2. 0 0.0289483293890953 0.0397502481937408 -0.3418253064155579 <_> <_> <_>14 2 6 6 -1. <_>14 5 6 3 2. 0 -0.0936336070299149 -0.9457129836082459 3.0850030016154051e-003 <_> <_> <_>0 2 6 6 -1. <_>0 5 6 3 2. 0 0.0348505601286888 0.0313427299261093 -0.3570046126842499 <_> <_> <_>4 0 13 6 -1. <_>4 3 13 3 2. 0 0.1289574950933456 -0.0396534912288189 0.3741292953491211 <_> <_> <_>2 7 13 3 -1. <_>2 8 13 1 3. 0 0.0232972893863916 0.0259417109191418 -0.4723119139671326 <_> <_> <_>3 7 14 2 -1. <_>3 8 14 1 2. 0 0.0156676694750786 -0.0814457908272743 0.1575078964233398 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 1.1425570119172335e-003 0.0639014765620232 -0.2054779976606369 <_> <_> <_>11 10 6 8 -1. <_>11 10 3 8 2. 0 -0.0557445511221886 -0.3448184132575989 0.0113007100299001 <_> <_> <_>4 0 8 7 -1. <_>8 0 4 7 2. 0 -0.0925095379352570 0.8907420039176941 -0.0153985302895308 <_> <_> <_>11 10 6 7 -1. <_>11 10 3 7 2. 0 -5.5660872021690011e-004 0.0870561897754669 -0.0513219982385635 <_> <_> <_>6 2 2 18 -1. <_>7 2 1 18 2. 0 -0.0145385200157762 -0.4514006078243256 0.0281461197882891 <_> <_> <_>12 6 3 13 -1. <_>13 6 1 13 3. 0 -0.0375157296657562 -0.7328653931617737 6.7265569232404232e-003 <_> <_> <_>2 18 14 2 -1. <_>2 19 14 1 2. 0 -1.5516959829255939e-003 0.0912134796380997 -0.1339533030986786 <_> <_> <_>11 10 6 7 -1. <_>11 10 3 7 2. 0 -0.0954614207148552 -0.9552935957908630 2.3820339702069759e-003 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 -0.0129175996407866 0.2704051136970520 -0.0469047017395496 <_> <_> <_>12 4 2 14 -1. <_>12 4 1 14 2. 0 7.9802395775914192e-003 0.0553909800946712 -0.2066739946603775 <_> <_> <_>6 4 2 14 -1. <_>7 4 1 14 2. 0 6.6025177948176861e-003 0.0664483085274696 -0.1992221027612686 <_> <_> <_>1 12 18 3 -1. <_>7 12 6 3 3. 0 0.0178246796131134 -0.1453249007463455 0.0899043232202530 <_> <_> <_>2 8 6 9 -1. <_>5 8 3 9 2. 0 -0.0232615396380425 0.4806286990642548 -0.0270842891186476 <_> <_> <_>11 5 8 8 -1. <_>15 5 4 4 2. <_>11 9 4 4 2. 0 -5.3659449331462383e-003 -0.1914359927177429 0.0703980699181557 <_> <_> <_>5 5 8 8 -1. <_>5 5 4 4 2. <_>9 9 4 4 2. 0 -0.0207753404974937 0.1677424013614655 -0.0894554182887077 <_> <_> <_>9 0 3 20 -1. <_>10 0 1 20 3. 0 0.0621078908443451 0.0128154903650284 -0.6445289254188538 <_> <_> <_>7 5 3 13 -1. <_>8 5 1 13 3. 0 -4.4327871873974800e-003 0.1340595036745071 -0.1023185029625893 -1.5337220430374146 23 -1 <_> <_> <_> <_>0 3 10 6 -1. <_>0 3 5 3 2. <_>5 6 5 3 2. 0 -4.6693067997694016e-003 0.1429760009050369 -0.3529374897480011 <_> <_> <_>5 7 12 4 -1. <_>9 7 4 4 3. 0 -5.8510829694569111e-004 -0.2244728952646256 0.0735566467046738 <_> <_> <_>5 4 6 10 -1. <_>5 4 3 5 2. <_>8 9 3 5 2. 0 -3.4788011107593775e-003 0.1060324981808662 -0.2562561035156250 <_> <_> <_>10 9 4 8 -1. <_>10 13 4 4 2. 0 6.2952568987384439e-004 0.0410764589905739 -0.3606142103672028 <_> <_> <_>3 7 12 5 -1. <_>7 7 4 5 3. 0 2.1010650380048901e-004 -0.2442522048950195 0.1094209030270577 <_> <_> <_>7 2 6 12 -1. <_>7 6 6 4 3. 0 -2.6671579107642174e-003 0.0845815017819405 -0.2744900882244110 <_> <_> <_>0 4 6 8 -1. <_>3 4 3 8 2. 0 7.1533219888806343e-003 -0.1260381937026978 0.2007980048656464 <_> <_> <_>4 11 13 3 -1. <_>4 12 13 1 3. 0 -2.3616119287908077e-003 0.1662719994783402 -0.1318628937005997 <_> <_> <_>0 9 18 5 -1. <_>6 9 6 5 3. 0 0.0395996607840061 0.0551192387938499 -0.3400340080261231 <_> <_> <_>5 7 15 2 -1. <_>5 8 15 1 2. 0 1.9385309424251318e-003 -0.2068665027618408 0.1040041968226433 <_> <_> <_>2 11 14 4 -1. <_>2 11 7 2 2. <_>9 13 7 2 2. 0 4.3686539866030216e-003 0.0647665932774544 -0.2742631137371063 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 -3.9834968629293144e-004 0.0528209991753101 -0.2268477976322174 <_> <_> <_>4 10 12 6 -1. <_>4 10 6 3 2. <_>10 13 6 3 2. 0 -5.2277399227023125e-003 -0.2551575005054474 0.0764053687453270 <_> <_> <_>14 8 6 10 -1. <_>14 8 3 10 2. 0 -0.0104456199333072 0.1351397037506104 -0.0500320717692375 <_> <_> <_>0 2 18 2 -1. <_>0 3 18 1 2. 0 -2.0478919614106417e-003 -0.2766987085342407 0.0547320395708084 <_> <_> <_>14 1 6 5 -1. <_>14 1 3 5 2. 0 9.1795288026332855e-003 -0.1264247000217438 0.1997922956943512 <_> <_> <_>3 8 13 2 -1. <_>3 9 13 1 2. 0 9.4128772616386414e-004 -0.4028648138046265 0.0389184914529324 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -4.0410319343209267e-003 -0.2010831981897354 0.0514564290642738 <_> <_> <_>0 1 6 5 -1. <_>3 1 3 5 2. 0 -0.0127425696700811 0.2271686941385269 -0.0682047903537750 <_> <_> <_>7 1 8 8 -1. <_>11 1 4 4 2. <_>7 5 4 4 2. 0 -4.6246009878814220e-003 -0.2585428953170776 0.0788783431053162 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -6.4845927990972996e-003 -0.3139114081859589 0.0716051533818245 <_> <_> <_>15 4 4 14 -1. <_>17 4 2 7 2. <_>15 11 2 7 2. 0 -0.0482916906476021 0.2548848092556000 -0.0218915808945894 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 8.4315962158143520e-004 -0.1652926951646805 0.0895756110548973 <_> <_> <_>15 4 4 14 -1. <_>17 4 2 7 2. <_>15 11 2 7 2. 0 -0.1077338978648186 -0.6011593937873840 3.3779250225052238e-004 <_> <_> <_>1 2 4 18 -1. <_>1 2 2 9 2. <_>3 11 2 9 2. 0 -0.0459694191813469 0.3648974001407623 -0.0399422906339169 <_> <_> <_>3 11 16 9 -1. <_>3 14 16 3 3. 0 -0.0166496392339468 -0.1185811981558800 0.1058513969182968 <_> <_> <_>0 0 17 3 -1. <_>0 1 17 1 3. 0 -0.0145215503871441 -0.3795421123504639 0.0348671488463879 <_> <_> <_>9 5 9 15 -1. <_>9 10 9 5 3. 0 1.3591590104624629e-003 -0.2318060994148254 0.0504014715552330 <_> <_> <_>0 7 7 9 -1. <_>0 10 7 3 3. 0 -5.8343587443232536e-004 -0.2849658131599426 0.0408942811191082 <_> <_> <_>13 0 6 10 -1. <_>16 0 3 5 2. <_>13 5 3 5 2. 0 7.9833306372165680e-003 -0.0369923599064350 0.1698530018329620 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 9.9762203171849251e-004 0.0648710429668427 -0.1864833980798721 <_> <_> <_>13 0 6 10 -1. <_>16 0 3 5 2. <_>13 5 3 5 2. 0 -4.6869087964296341e-003 0.0769874230027199 -0.0814826264977455 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 0.0300477407872677 -0.0298399291932583 0.4367684125900269 <_> <_> <_>10 1 6 7 -1. <_>12 1 2 7 3. 0 0.0180695392191410 0.0275097005069256 -0.4272426962852478 <_> <_> <_>7 4 5 16 -1. <_>7 12 5 8 2. 0 -0.1508843004703522 -0.6791852116584778 0.0180128607898951 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 -0.0258362907916307 0.2579798996448517 -0.0359068587422371 <_> <_> <_>4 3 6 17 -1. <_>6 3 2 17 3. 0 0.0181835293769836 0.0358950197696686 -0.3719769120216370 <_> <_> <_>2 0 18 20 -1. <_>8 0 6 20 3. 0 0.0631273090839386 -0.0733929723501205 0.1256342977285385 <_> <_> <_>5 12 6 6 -1. <_>8 12 3 6 2. 0 -6.6507689189165831e-004 0.0854426175355911 -0.1522855013608933 <_> <_> <_>9 4 5 16 -1. <_>9 12 5 8 2. 0 0.0101049803197384 0.0345691181719303 -0.2265769988298416 <_> <_> <_>0 7 6 9 -1. <_>3 7 3 9 2. 0 -0.0123559497296810 0.1578501015901566 -0.0747107788920403 <_> <_> <_>15 7 5 9 -1. <_>15 10 5 3 3. 0 0.0157281793653965 0.0688444226980209 -0.1696176975965500 <_> <_> <_>5 14 10 6 -1. <_>5 16 10 2 3. 0 1.5084549886523746e-005 -0.1369553953409195 0.0908375978469849 <_> <_> <_>2 14 17 6 -1. <_>2 16 17 2 3. 0 0.0296344794332981 0.0498223491013050 -0.2680968940258026 <_> <_> <_>3 2 14 6 -1. <_>3 4 14 2 3. 0 0.0280152000486851 -0.0817997604608536 0.1784279942512512 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 2.3299450986087322e-003 0.0695352107286453 -0.1820504069328308 <_> <_> <_>0 0 4 15 -1. <_>2 0 2 15 2. 0 0.0134531203657389 -0.0702314972877502 0.1849257946014404 <_> <_> <_>1 4 18 10 -1. <_>10 4 9 5 2. <_>1 9 9 5 2. 0 0.0140490401536226 0.0763282999396324 -0.1721968948841095 <_> <_> <_>0 1 2 13 -1. <_>1 1 1 13 2. 0 -0.0146489897742867 0.3428106009960175 -0.0431348197162151 <_> <_> <_>13 3 3 12 -1. <_>13 9 3 6 2. 0 1.4879769878461957e-004 -0.2761420905590057 0.0731407329440117 <_> <_> <_>0 2 20 4 -1. <_>0 2 10 2 2. <_>10 4 10 2 2. 0 -6.8892319686710835e-003 -0.1838674992322922 0.0658720210194588 <_> <_> <_>7 9 6 7 -1. <_>9 9 2 7 3. 0 1.2898260029032826e-003 -0.1168802008032799 0.1117333024740219 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 -2.5763860321603715e-004 0.0893919765949249 -0.1418354064226151 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 0.0136523498222232 0.0250858291983604 -0.1795977056026459 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -5.7484027929604053e-003 0.1612817943096161 -0.0790231674909592 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 -0.0116827199235559 -0.1849395036697388 0.0454199612140656 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.7498970739543438e-003 -0.0658009424805641 0.1942670047283173 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 -1.1797569459304214e-003 0.0535638704895973 -0.0552251711487770 <_> <_> <_>5 8 4 12 -1. <_>7 8 2 12 2. 0 -0.0370058491826057 -0.5136988759040833 0.0247792396694422 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 0.0234320200979710 0.0145175596699119 -0.3262138962745667 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -0.0248036608099937 0.4137448966503143 -0.0315165892243385 <_> <_> <_>7 0 6 14 -1. <_>10 0 3 7 2. <_>7 7 3 7 2. 0 -9.1133005917072296e-003 -0.2326236963272095 0.0653071701526642 <_> <_> <_>5 0 8 8 -1. <_>5 4 8 4 2. 0 -0.0722230076789856 0.3136501014232636 -0.0402878113090992 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 6.4163007773458958e-003 0.0441519208252430 -0.1443901062011719 <_> <_> <_>3 0 14 8 -1. <_>3 4 14 4 2. 0 0.0543619394302368 -0.0498216599225998 0.2623965144157410 <_> <_> <_>9 1 5 10 -1. <_>9 6 5 5 2. 0 -5.9238062240183353e-003 0.0740545168519020 -0.0722157731652260 <_> <_> <_>7 0 2 14 -1. <_>8 0 1 14 2. 0 -3.4175089094787836e-003 -0.3071495890617371 0.0394618995487690 <_> <_> <_>2 15 18 5 -1. <_>8 15 6 5 3. 0 0.0113678798079491 -0.0486989282071590 0.1007789000868797 <_> <_> <_>1 9 10 6 -1. <_>1 9 5 3 2. <_>6 12 5 3 2. 0 2.3361030034720898e-003 0.0495394803583622 -0.2381505072116852 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -7.2044372791424394e-004 0.0960844829678535 -0.0981235280632973 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -3.4777939436025918e-004 0.1054612025618553 -0.1060089021921158 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -6.6456091590225697e-003 -0.1747120022773743 0.0472641289234161 <_> <_> <_>0 1 6 11 -1. <_>2 1 2 11 3. 0 0.0442614406347275 -0.0407426692545414 0.2863773107528687 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0349597409367561 0.0134791499003768 -0.4423314929008484 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0259718205779791 -0.4633466005325317 0.0253019798547030 <_> <_> <_>7 11 7 6 -1. <_>7 13 7 2 3. 0 1.8818200333043933e-003 -0.0723444670438766 0.1557994037866592 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0326236784458160 0.0181710608303547 -0.6347253918647766 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0150413000956178 -0.0535820387303829 0.1832043975591660 <_> <_> <_>8 4 4 8 -1. <_>10 4 2 8 2. 0 -5.5875489488244057e-003 0.1544281989336014 -0.0695214420557022 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 3.9029030594974756e-003 0.0728938430547714 -0.1354229003190994 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 0.0459648892283440 0.0214825607836246 -0.5453287959098816 <_> <_> <_>11 9 3 10 -1. <_>11 14 3 5 2. 0 -0.0743384733796120 -0.7179561257362366 3.5341270267963409e-003 <_> <_> <_>6 9 3 10 -1. <_>6 14 3 5 2. 0 2.0902850665152073e-003 0.0433087609708309 -0.2507815957069397 <_> <_> <_>2 2 18 9 -1. <_>8 2 6 9 3. 0 -0.0756084173917770 0.2748881876468658 -0.0349673293530941 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 5.1200888119637966e-003 0.0473843291401863 -0.2679426968097687 <_> <_> <_>2 15 18 5 -1. <_>8 15 6 5 3. 0 -0.0201406702399254 0.0720394328236580 -0.0445370599627495 <_> <_> <_>0 15 18 5 -1. <_>6 15 6 5 3. 0 0.0267192795872688 -0.0606716312468052 0.2401998043060303 <_> <_> <_>12 0 8 9 -1. <_>12 3 8 3 3. 0 -2.3299809545278549e-003 -0.1484870016574860 0.0637793689966202 <_> <_> <_>7 12 6 8 -1. <_>9 12 2 8 3. 0 0.0142482500523329 0.0394719317555428 -0.2779029905796051 <_> <_> <_>13 0 6 14 -1. <_>15 0 2 14 3. 0 -0.0686914473772049 0.3130755126476288 -0.0221117697656155 <_> <_> <_>1 0 6 14 -1. <_>3 0 2 14 3. 0 -0.0652131289243698 0.3619158864021301 -0.0310897808521986 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0144698601216078 -0.1994293928146362 0.0264897607266903 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -9.4575136899948120e-003 -0.2969889938831329 0.0366936586797237 <_> <_> <_>10 7 9 13 -1. <_>13 7 3 13 3. 0 -0.1822270005941391 -0.4088773131370544 7.3904348537325859e-003 <_> <_> <_>1 7 9 13 -1. <_>4 7 3 13 3. 0 -0.2399186939001083 -0.9551969170570374 0.0108957495540380 <_> <_> <_>8 15 12 5 -1. <_>12 15 4 5 3. 0 -0.0149646000936627 0.1332550942897797 -0.0641461163759232 <_> <_> <_>3 14 14 6 -1. <_>10 14 7 6 2. 0 0.1105633974075317 -0.0211470797657967 0.5226200819015503 <_> <_> <_>5 2 15 3 -1. <_>5 3 15 1 3. 0 -0.0118574602529407 -0.2610326111316681 0.0249171294271946 <_> <_> <_>5 3 10 6 -1. <_>5 5 10 2 3. 0 0.0170323997735977 -0.0426550097763538 0.2432458996772766 <_> <_> <_>7 4 7 8 -1. <_>7 8 7 4 2. 0 -6.6315201111137867e-003 -0.2799660861492157 0.0479722097516060 <_> <_> <_>0 0 8 9 -1. <_>0 3 8 3 3. 0 -1.3527619885280728e-003 -0.1711764037609100 0.0684239864349365 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 0.0581593997776508 0.0144523000344634 -0.3664070069789887 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 9.6522513777017593e-003 0.0641026869416237 -0.1938609033823013 <_> <_> <_>7 3 13 3 -1. <_>7 4 13 1 3. 0 4.6681659296154976e-003 -0.0643053874373436 0.1219146028161049 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 4.8228199593722820e-003 0.0423068590462208 -0.2548623085021973 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 7.2615491226315498e-003 -0.0441690310835838 0.1988808065652847 <_> <_> <_>4 1 6 7 -1. <_>6 1 2 7 3. 0 2.7650638949126005e-003 0.0567487217485905 -0.1880290061235428 <_> <_> <_>8 6 5 9 -1. <_>8 9 5 3 3. 0 -1.2599739711731672e-003 0.2968172132968903 -0.0307953394949436 <_> <_> <_>0 8 12 12 -1. <_>4 8 4 12 3. 0 -0.0140797495841980 0.1279069930315018 -0.0770787820219994 <_> <_> <_>9 0 9 5 -1. <_>12 0 3 5 3. 0 4.1978028602898121e-003 -0.0326511710882187 0.0442820116877556 <_> <_> <_>2 0 9 5 -1. <_>5 0 3 5 3. 0 7.4891891563311219e-004 -0.1180123984813690 0.1019627973437309 <_> <_> <_>6 4 10 14 -1. <_>11 4 5 7 2. <_>6 11 5 7 2. 0 0.0396994985640049 0.0162638891488314 -0.3239181935787201 <_> <_> <_>4 4 10 14 -1. <_>4 4 5 7 2. <_>9 11 5 7 2. 0 2.9685199260711670e-003 0.0507293604314327 -0.2252234071493149 <_> <_> <_>13 9 6 5 -1. <_>13 9 3 5 2. 0 3.0207540839910507e-003 -0.0643120631575584 0.0636184811592102 <_> <_> <_>3 8 13 3 -1. <_>3 9 13 1 3. 0 -1.0064570233225822e-003 -0.2246979027986527 0.0432564206421375 <_> <_> <_>5 16 14 4 -1. <_>12 16 7 2 2. <_>5 18 7 2 2. 0 1.6607339493930340e-003 -0.0581265315413475 0.0595409311354160 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 4.9640638753771782e-003 -0.0488043688237667 0.1843781024217606 <_> <_> <_>11 1 5 12 -1. <_>11 7 5 6 2. 0 0.1719406992197037 3.6377978976815939e-003 -1.0000029802322388 <_> <_> <_>4 1 5 12 -1. <_>4 7 5 6 2. 0 -2.0992290228605270e-003 0.1195136010646820 -0.0886139571666718 <_> <_> <_>8 6 4 8 -1. <_>8 10 4 4 2. 0 -4.0529989637434483e-003 -0.2019989937543869 0.0535645894706249 <_> <_> <_>1 16 14 4 -1. <_>1 16 7 2 2. <_>8 18 7 2 2. 0 1.5536800492554903e-003 -0.0967972129583359 0.0951351374387741 <_> <_> <_>5 14 13 2 -1. <_>5 15 13 1 2. 0 2.2837040014564991e-003 -0.0455354191362858 0.1468275934457779 <_> <_> <_>0 9 5 9 -1. <_>0 12 5 3 3. 0 -0.0100946296006441 -0.1885309964418411 0.0488643683493137 <_> <_> <_>13 10 6 5 -1. <_>13 10 3 5 2. 0 -7.0200799964368343e-003 0.1462875008583069 -0.0421586483716965 <_> <_> <_>1 10 6 5 -1. <_>4 10 3 5 2. 0 3.4074939321726561e-003 -0.0771497189998627 0.1370200961828232 <_> <_> <_>15 7 4 13 -1. <_>15 7 2 13 2. 0 3.9907437749207020e-003 -0.0641788318753242 0.0854846164584160 <_> <_> <_>1 7 4 13 -1. <_>3 7 2 13 2. 0 0.0206115599721670 0.0379889383912086 -0.2935917079448700 <_> <_> <_>5 10 10 4 -1. <_>5 12 10 2 2. 0 -1.9768020138144493e-003 0.0604990012943745 -0.1691028028726578 <_> <_> <_>0 2 15 3 -1. <_>0 3 15 1 3. 0 -0.0247833002358675 -0.5505260825157166 0.0158317591995001 <_> <_> <_>7 0 11 6 -1. <_>7 2 11 2 3. 0 -0.0157109200954437 0.1971683055162430 -0.0318840108811855 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 1.0070169810205698e-003 0.0465327501296997 -0.2185309976339340 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -3.7466569337993860e-003 -0.2537938952445984 0.0394639298319817 <_> <_> <_>0 12 20 4 -1. <_>0 12 10 2 2. <_>10 14 10 2 2. 0 0.0458495207130909 0.0136363403871655 -0.6297612786293030 <_> <_> <_>4 1 12 5 -1. <_>8 1 4 5 3. 0 -0.0110401101410389 0.2493963986635208 -0.0388954691588879 <_> <_> <_>6 1 2 14 -1. <_>7 1 1 14 2. 0 -4.2415689677000046e-003 -0.2156476974487305 0.0456134304404259 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -3.1175611075013876e-003 0.1064146012067795 -0.1226831004023552 <_> <_> <_>6 4 6 8 -1. <_>8 4 2 8 3. 0 -2.3725910577923059e-003 0.2057363986968994 -0.0663385614752769 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -3.6906299646943808e-003 -0.1580262035131455 0.0667606219649315 <_> <_> <_>6 3 4 7 -1. <_>8 3 2 7 2. 0 1.0908120311796665e-003 -0.1783002018928528 0.0571813210844994 <_> <_> <_>15 3 5 9 -1. <_>15 6 5 3 3. 0 -0.0139294201508164 -0.1418585926294327 0.0581313706934452 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -0.0282833706587553 0.2645100057125092 -0.0453325994312763 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -3.9213709533214569e-004 0.0760397166013718 -0.0846663266420364 <_> <_> <_>0 4 5 6 -1. <_>0 7 5 3 2. 0 -2.0424809772521257e-003 -0.1639385074377060 0.0575951710343361 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 -0.0606340505182743 0.2434355020523071 -0.0136308101937175 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 0.0554729886353016 0.0122746303677559 -0.7616189718246460 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 0.0264517106115818 -0.0161031596362591 0.1469652056694031 <_> <_> <_>2 16 15 4 -1. <_>2 18 15 2 2. 0 -0.0656158477067947 -0.6693688035011292 0.0127883898094296 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -0.0292873606085777 0.3842203915119171 -0.0209795702248812 <_> <_> <_>2 8 15 5 -1. <_>7 8 5 5 3. 0 -0.0878142565488815 -0.5538629293441773 0.0165409296751022 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 0.0402130112051964 5.5229798890650272e-003 -0.1516941040754318 <_> <_> <_>1 4 4 16 -1. <_>1 4 2 8 2. <_>3 12 2 8 2. 0 7.5501110404729843e-003 -0.0530810616910458 0.1679124981164932 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 7.5557199306786060e-003 0.0492132492363453 -0.1809742003679276 <_> <_> <_>6 4 6 10 -1. <_>6 4 3 5 2. <_>9 9 3 5 2. 0 0.0422647595405579 9.8954448476433754e-003 -0.8726593852043152 <_> <_> <_>1 9 19 3 -1. <_>1 10 19 1 3. 0 -0.0158211793750525 -0.4951527118682861 0.0104249101132154 <_> <_> <_>3 0 14 12 -1. <_>3 4 14 4 3. 0 4.4557699002325535e-003 -0.0528236106038094 0.1740911006927490 <_> <_> <_>6 3 8 4 -1. <_>6 5 8 2 2. 0 -6.3567152246832848e-003 0.1027880012989044 -0.0940622836351395 <_> <_> <_>0 5 15 3 -1. <_>0 6 15 1 3. 0 2.1308339200913906e-003 -0.0573434494435787 0.1574780046939850 <_> <_> <_>12 0 2 13 -1. <_>12 0 1 13 2. 0 6.4157308079302311e-003 0.0411121882498264 -0.2648253142833710 <_> <_> <_>8 4 4 14 -1. <_>10 4 2 14 2. 0 -0.1057273969054222 -0.9271939992904663 8.6396038532257080e-003 <_> <_> <_>7 0 10 6 -1. <_>12 0 5 3 2. <_>7 3 5 3 2. 0 0.0612984895706177 0.0112424800172448 -0.5297625064849854 <_> <_> <_>1 6 6 7 -1. <_>3 6 2 7 3. 0 0.0100186504423618 -0.0618011914193630 0.1544186025857925 <_> <_> <_>17 2 3 13 -1. <_>18 2 1 13 3. 0 2.3613891098648310e-003 -0.0392823405563831 0.0880617797374725 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 -4.7975129564292729e-004 -0.1066320016980171 0.0838875174522400 <_> <_> <_>6 0 10 6 -1. <_>11 0 5 3 2. <_>6 3 5 3 2. 0 0.0739824101328850 4.7058681957423687e-003 -0.6012908220291138 <_> <_> <_>4 0 10 6 -1. <_>4 0 5 3 2. <_>9 3 5 3 2. 0 0.0638219118118286 0.0113723902031779 -0.7404484748840332 <_> <_> <_>6 1 14 2 -1. <_>6 2 14 1 2. 0 4.6818208647891879e-004 -0.0765455067157745 0.0535638108849525 <_> <_> <_>3 0 12 18 -1. <_>3 9 12 9 2. 0 0.4387798905372620 0.0124209597706795 -0.6877604126930237 <_> <_> <_>13 7 6 10 -1. <_>13 12 6 5 2. 0 0.0288314707577229 0.0151501102373004 -0.1322962939739227 <_> <_> <_>1 7 6 10 -1. <_>1 12 6 5 2. 0 0.0677268132567406 -0.0189013294875622 0.4879981875419617 <_> <_> <_>4 5 12 12 -1. <_>10 5 6 6 2. <_>4 11 6 6 2. 0 0.0951254665851593 0.0125186601653695 -0.7460774183273315 <_> <_> <_>7 4 6 5 -1. <_>10 4 3 5 2. 0 3.4629011061042547e-003 -0.0643965229392052 0.1345033049583435 <_> <_> <_>4 8 15 4 -1. <_>9 8 5 4 3. 0 -0.0102203404530883 -0.1210239976644516 0.0350815989077091 <_> <_> <_>4 9 12 11 -1. <_>10 9 6 11 2. 0 -0.2522779107093811 0.5318639874458313 -0.0173736102879047 <_> <_> <_>7 6 8 10 -1. <_>11 6 4 5 2. <_>7 11 4 5 2. 0 4.7006108798086643e-003 0.0262644793838263 -0.1630567014217377 <_> <_> <_>4 7 6 6 -1. <_>4 10 6 3 2. 0 0.0804870724678040 -0.0111934300512075 0.7359899878501892 <_> <_> <_>11 10 9 6 -1. <_>11 12 9 2 3. 0 -3.8025099784135818e-003 -0.1175692006945610 0.0648992434144020 <_> <_> <_>6 4 7 6 -1. <_>6 6 7 2 3. 0 -0.0519703999161720 0.2176486998796463 -0.0462995804846287 <_> <_> <_>9 3 2 16 -1. <_>9 11 2 8 2. 0 -0.0123811196535826 -0.1348332017660141 0.0709562525153160 <_> <_> <_>3 2 9 16 -1. <_>3 10 9 8 2. 0 4.6567008830606937e-003 0.0848188474774361 -0.1085081025958061 <_> <_> <_>5 0 10 10 -1. <_>5 5 10 5 2. 0 0.0245205499231815 -0.0565124005079269 0.2084549069404602 <_> <_> <_>5 1 6 10 -1. <_>5 6 6 5 2. 0 -6.0728159733116627e-003 0.1025331988930702 -0.1073971018195152 <_> <_> <_>13 3 3 12 -1. <_>13 9 3 6 2. 0 1.3803950278088450e-003 -0.1235501989722252 0.0385239310562611 <_> <_> <_>0 10 18 6 -1. <_>0 12 18 2 3. 0 8.3129312843084335e-003 0.0504419691860676 -0.1790186017751694 <_> <_> <_>6 15 14 2 -1. <_>6 16 14 1 2. 0 6.8436772562563419e-004 -0.0613346882164478 0.0495438389480114 <_> <_> <_>6 7 7 4 -1. <_>6 9 7 2 2. 0 0.0715894401073456 0.0112587297335267 -0.7290254831314087 <_> <_> <_>6 5 11 8 -1. <_>6 9 11 4 2. 0 -3.9251110865734518e-004 -0.2902264893054962 0.0139087196439505 <_> <_> <_>0 8 8 12 -1. <_>0 8 4 6 2. <_>4 14 4 6 2. 0 -0.0169480200856924 0.1461602002382278 -0.0562989488244057 <_> <_> <_>8 6 5 9 -1. <_>8 9 5 3 3. 0 2.3180670104920864e-003 0.2028913944959641 -0.0436493903398514 <_> <_> <_>2 6 4 14 -1. <_>2 6 2 7 2. <_>4 13 2 7 2. 0 7.9764174297451973e-003 -0.0487680211663246 0.1807090938091278 <_> <_> <_>6 10 9 6 -1. <_>9 10 3 6 3. 0 -0.0115331504493952 -0.1423880010843277 0.0566918402910233 <_> <_> <_>2 5 4 8 -1. <_>2 9 4 4 2. 0 -5.4723728680983186e-004 -0.2384461015462875 0.0320613011717796 <_> <_> <_>9 4 8 12 -1. <_>13 4 4 6 2. <_>9 10 4 6 2. 0 -1.1751300189644098e-003 0.0253949798643589 -0.0898726135492325 <_> <_> <_>3 4 8 12 -1. <_>3 4 4 6 2. <_>7 10 4 6 2. 0 0.0136552397161722 -0.0272302199155092 0.3341977894306183 <_> <_> <_>9 8 10 8 -1. <_>14 8 5 4 2. <_>9 12 5 4 2. 0 4.1803810745477676e-003 0.0269145406782627 -0.1255704015493393 <_> <_> <_>2 18 15 2 -1. <_>2 19 15 1 2. 0 3.1565671088173985e-004 0.0621775202453136 -0.1334580928087235 <_> <_> <_>10 11 5 9 -1. <_>10 14 5 3 3. 0 7.4048307724297047e-003 0.0315482988953590 -0.2824712991714478 <_> <_> <_>0 11 16 4 -1. <_>8 11 8 4 2. 0 -0.0139774298295379 0.1234261021018028 -0.0804930180311203 <_> <_> <_>13 4 3 14 -1. <_>14 4 1 14 3. 0 -0.0142405200749636 -0.2397949993610382 0.0180166698992252 <_> <_> <_>0 11 18 6 -1. <_>9 11 9 6 2. 0 -0.2290156930685043 -0.4289566874504089 0.0200323704630136 <_> <_> <_>8 2 4 8 -1. <_>8 2 2 8 2. 0 0.0265225600451231 -0.0298995096236467 0.3119553923606873 <_> <_> <_>3 2 12 6 -1. <_>3 2 6 3 2. <_>9 5 6 3 2. 0 5.0723659805953503e-003 0.0621178001165390 -0.1544231027364731 <_> <_> <_>12 10 8 4 -1. <_>12 12 8 2 2. 0 2.2340700961649418e-003 0.0307172592729330 -0.1465622037649155 <_> <_> <_>0 10 8 4 -1. <_>0 12 8 2 2. 0 -0.0463483817875385 -0.6784408092498779 0.0122586200013757 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -3.0467000324279070e-003 0.1054750978946686 -0.0544267892837524 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 7.0065702311694622e-003 -0.0525379590690136 0.2425930052995682 <_> <_> <_>9 0 3 15 -1. <_>9 5 3 5 3. 0 -2.7783720288425684e-003 -0.1073210015892983 0.0740646198391914 <_> <_> <_>2 3 7 4 -1. <_>2 5 7 2 2. 0 -4.2294961167499423e-004 0.0681514665484428 -0.1411716043949127 <_> <_> <_>14 13 4 7 -1. <_>14 13 2 7 2. 0 -0.0876140072941780 -0.6527119278907776 3.3460480626672506e-003 <_> <_> <_>3 3 3 15 -1. <_>4 3 1 15 3. 0 0.0125529300421476 0.0332351699471474 -0.2657198011875153 <_> <_> <_>2 0 18 7 -1. <_>8 0 6 7 3. 0 -0.0218635108321905 0.1559990942478180 -0.0375619195401669 -1.4604519605636597 24 -1 <_> <_> <_> <_>3 6 5 6 -1. <_>3 9 5 3 2. 0 0.0197156593203545 -0.4078615903854370 0.1631730049848557 <_> <_> <_>10 2 10 3 -1. <_>10 2 5 3 2. 0 0.0499775409698486 -0.2575316131114960 0.2347117066383362 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 3.4774339292198420e-004 -0.2714801132678986 0.1520204991102219 <_> <_> <_>8 4 4 14 -1. <_>8 11 4 7 2. 0 8.2787703722715378e-003 0.0862295627593994 -0.4227265119552612 <_> <_> <_>2 16 8 4 -1. <_>6 16 4 4 2. 0 0.0128918103873730 -0.2758949100971222 0.0996773317456245 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -5.2444688044488430e-003 0.1468731015920639 -0.1809055954217911 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 4.7363140038214624e-004 0.1154457032680512 -0.2324209064245224 <_> <_> <_>10 3 10 3 -1. <_>10 3 5 3 2. 0 0.0107679301872849 -0.2325616031885147 0.0578859299421310 <_> <_> <_>5 6 5 8 -1. <_>5 10 5 4 2. 0 -2.0576089154928923e-003 -0.4055481851100922 0.0610861293971539 <_> <_> <_>13 1 6 6 -1. <_>13 1 3 6 2. 0 0.1264827996492386 2.5926080998033285e-003 -0.6095582842826843 <_> <_> <_>1 1 6 6 -1. <_>4 1 3 6 2. 0 0.0220290906727314 -0.2383597046136856 0.1152383983135223 <_> <_> <_>8 5 8 4 -1. <_>8 5 4 4 2. 0 8.6279091192409396e-004 -0.2438255995512009 0.0481749996542931 <_> <_> <_>4 5 8 4 -1. <_>8 5 4 4 2. 0 6.1232252046465874e-003 -0.3329313099384308 0.0738605484366417 <_> <_> <_>12 10 7 4 -1. <_>12 12 7 2 2. 0 1.8321570241823792e-003 0.0749648064374924 -0.3605068027973175 <_> <_> <_>3 14 7 6 -1. <_>3 17 7 3 2. 0 0.0131769599393010 0.0786504074931145 -0.3000935018062592 <_> <_> <_>2 1 16 3 -1. <_>2 2 16 1 3. 0 -0.0150928003713489 -0.4566335976123810 0.0453597195446491 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -3.9765550754964352e-003 -0.3740411996841431 0.0572765916585922 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0125580998137593 0.1807938963174820 -0.0907983928918839 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0113465301692486 0.0678424164652824 -0.3335464894771576 <_> <_> <_>7 12 13 2 -1. <_>7 13 13 1 2. 0 3.0938379932194948e-003 -0.0643622577190399 0.1625099033117294 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 -7.9837916418910027e-003 -0.2823725938796997 0.0642432272434235 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0532575398683548 -0.1184227988123894 0.1540372073650360 <_> <_> <_>0 10 8 4 -1. <_>0 12 8 2 2. 0 -0.0323084406554699 -0.3817465901374817 0.0464447811245918 <_> <_> <_>2 6 16 8 -1. <_>10 6 8 4 2. <_>2 10 8 4 2. 0 7.4837519787251949e-003 0.1008763015270233 -0.1784836947917938 <_> <_> <_>2 10 6 7 -1. <_>4 10 2 7 3. 0 0.0140755400061607 -0.1361269950866699 0.1258919984102249 <_> <_> <_>6 14 13 2 -1. <_>6 15 13 1 2. 0 0.0119458604604006 -0.0464521311223507 0.3182334899902344 <_> <_> <_>1 11 18 6 -1. <_>1 11 9 3 2. <_>10 14 9 3 2. 0 0.0497741401195526 0.0373733900487423 -0.4391924142837524 <_> <_> <_>10 9 5 10 -1. <_>10 14 5 5 2. 0 1.1070669861510396e-003 0.0331636108458042 -0.1885541975498200 <_> <_> <_>7 10 6 10 -1. <_>7 10 3 5 2. <_>10 15 3 5 2. 0 -0.0285949893295765 -0.3690691888332367 0.0419302284717560 <_> <_> <_>6 2 9 12 -1. <_>6 6 9 4 3. 0 -7.6013091020286083e-003 0.0521914809942245 -0.2468905001878738 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 0.1311451047658920 -0.0579573810100555 0.2731859982013702 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -7.4186350502714049e-006 0.1180206015706062 -0.1074535027146339 <_> <_> <_>6 7 6 5 -1. <_>9 7 3 5 2. 0 0.0314721204340458 -0.0717338770627975 0.2561757862567902 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0387004911899567 0.0428636893630028 -0.6085581779479981 <_> <_> <_>3 3 13 2 -1. <_>3 4 13 1 2. 0 -3.9322520606219769e-003 -0.2212730944156647 0.0656179487705231 <_> <_> <_>14 3 6 13 -1. <_>16 3 2 13 3. 0 0.0231447797268629 -0.0682003870606422 0.1610700935125351 <_> <_> <_>0 3 6 13 -1. <_>2 3 2 13 3. 0 0.0440430417656899 -0.0540927313268185 0.2700901031494141 <_> <_> <_>9 9 6 10 -1. <_>12 9 3 5 2. <_>9 14 3 5 2. 0 0.0163633897900581 -0.0671650394797325 0.1429201960563660 <_> <_> <_>1 11 5 9 -1. <_>1 14 5 3 3. 0 0.0405756905674934 0.0270955990999937 -0.5192281007766724 <_> <_> <_>12 8 8 12 -1. <_>16 8 4 6 2. <_>12 14 4 6 2. 0 -0.0815919786691666 0.3629040122032166 -0.0506411492824554 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 9.6564572304487228e-003 -0.0658684968948364 0.2045986950397492 <_> <_> <_>4 9 12 8 -1. <_>10 9 6 4 2. <_>4 13 6 4 2. 0 0.0438753701746464 0.0282871201634407 -0.4731675982475281 <_> <_> <_>4 2 6 8 -1. <_>6 2 2 8 3. 0 -0.0533755905926228 -0.6391239166259766 0.0192135795950890 <_> <_> <_>8 2 4 10 -1. <_>8 2 2 10 2. 0 -0.0427893698215485 0.3741447031497955 -0.0360205397009850 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0141933504492044 -0.3056217133998871 0.0517246499657631 <_> <_> <_>15 2 4 18 -1. <_>17 2 2 9 2. <_>15 11 2 9 2. 0 -0.0529470518231392 0.2220384925603867 -0.0271231904625893 <_> <_> <_>0 0 20 20 -1. <_>0 0 10 10 2. <_>10 10 10 10 2. 0 0.3044171929359436 0.0281070005148649 -0.5148605108261108 <_> <_> <_>5 6 14 3 -1. <_>5 6 7 3 2. 0 0.0969175770878792 7.5603500008583069e-003 -0.5464221835136414 <_> <_> <_>3 7 12 4 -1. <_>7 7 4 4 3. 0 4.5469900942407548e-004 -0.2225777953863144 0.0596630610525608 <_> <_> <_>11 6 6 5 -1. <_>11 6 3 5 2. 0 6.4785419963300228e-003 0.0705072730779648 -0.0865259170532227 <_> <_> <_>3 6 6 5 -1. <_>6 6 3 5 2. 0 9.5442440360784531e-003 0.1185839027166367 -0.1284652948379517 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 0.0106640402227640 0.0602511800825596 -0.2345412969589233 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0596014000475407 -0.4908311069011688 0.0311799701303244 <_> <_> <_>6 13 14 3 -1. <_>6 14 14 1 3. 0 -0.0148106096312404 0.1792847067117691 -0.0537883006036282 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0249884594231844 0.0455850511789322 -0.3154296875000000 <_> <_> <_>11 12 8 8 -1. <_>15 12 4 4 2. <_>11 16 4 4 2. 0 0.0371598713099957 -0.0255529899150133 0.1282448023557663 <_> <_> <_>1 12 8 8 -1. <_>1 12 4 4 2. <_>5 16 4 4 2. 0 -0.0360237993299961 0.3033855855464935 -0.0507238693535328 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 -0.0400736816227436 -0.3532741963863373 0.0255427490919828 <_> <_> <_>1 6 14 3 -1. <_>8 6 7 3 2. 0 0.1011879965662956 0.0149540500715375 -0.8527551889419556 <_> <_> <_>10 1 10 19 -1. <_>10 1 5 19 2. 0 0.1255193948745728 -0.0557775981724262 0.0351623296737671 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 -0.0100942002609372 -0.7951772212982178 0.0166582893580198 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 0.0279578808695078 0.0308232307434082 -0.2907303869724274 <_> <_> <_>4 0 6 8 -1. <_>6 0 2 8 3. 0 0.0363602414727211 0.0279609598219395 -0.4769163131713867 <_> <_> <_>1 11 18 6 -1. <_>1 14 18 3 2. 0 -0.0991004630923271 -0.3080480098724365 0.0427254587411880 <_> <_> <_>5 11 5 6 -1. <_>5 14 5 3 2. 0 -5.8572040870785713e-004 0.0592276602983475 -0.2353111952543259 <_> <_> <_>9 12 4 8 -1. <_>9 16 4 4 2. 0 -0.0512025691568851 -0.5219962000846863 0.0149522395804524 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -6.7564798519015312e-003 0.1408502012491226 -0.0904521793127060 <_> <_> <_>1 11 18 3 -1. <_>1 12 18 1 3. 0 -0.0489597804844379 -0.6687812805175781 0.0205903593450785 <_> <_> <_>2 1 16 2 -1. <_>2 2 16 1 2. 0 1.4971289783716202e-004 -0.1864105015993118 0.0652548521757126 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0344096794724464 -0.6523596048355103 0.0146936504170299 <_> <_> <_>0 9 19 3 -1. <_>0 10 19 1 3. 0 0.0647256895899773 0.0123297199606895 -0.8407772183418274 <_> <_> <_>9 7 7 4 -1. <_>9 9 7 2 2. 0 1.7888710135594010e-003 -0.3308830857276917 0.0239440500736237 <_> <_> <_>0 14 20 6 -1. <_>0 16 20 2 3. 0 0.0749998390674591 0.0263476297259331 -0.4484134018421173 <_> <_> <_>8 7 12 6 -1. <_>8 7 6 6 2. 0 -0.1369580030441284 -0.5719233155250549 1.2316530337557197e-003 <_> <_> <_>0 7 12 6 -1. <_>6 7 6 6 2. 0 0.0876796171069145 0.0918524116277695 -0.1471467018127441 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0146911703050137 -0.2738929986953735 0.0559109486639500 <_> <_> <_>0 0 7 12 -1. <_>0 6 7 6 2. 0 0.1805976033210754 0.0184757392853498 -0.6224799156188965 <_> <_> <_>13 7 3 13 -1. <_>14 7 1 13 3. 0 -6.9349152036011219e-003 -0.1672389060258865 0.0423481203615665 <_> <_> <_>3 1 13 6 -1. <_>3 3 13 2 3. 0 -0.0453957282006741 0.5640187859535217 -0.0207630395889282 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -0.0377147793769836 -0.4972639977931976 0.0134577499702573 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -6.6780918277800083e-003 0.1565418988466263 -0.0792542472481728 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0356934182345867 0.3221456110477448 -0.0279339607805014 <_> <_> <_>5 0 4 8 -1. <_>7 0 2 8 2. 0 2.0231369417160749e-003 -0.2047290056943893 0.0601369217038155 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 7.7706989832222462e-003 -0.0622757188975811 0.1361960023641586 <_> <_> <_>5 1 3 14 -1. <_>6 1 1 14 3. 0 -0.0238460600376129 -0.6428096294403076 0.0192168708890677 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 0.0381127893924713 0.0169262494891882 -0.3200187981128693 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 -8.1509854644536972e-003 -0.1852740049362183 0.0674316436052322 <_> <_> <_>1 2 18 6 -1. <_>7 2 6 6 3. 0 0.3004167079925537 -0.0349978692829609 0.3771956861019135 <_> <_> <_>4 7 7 4 -1. <_>4 9 7 2 2. 0 3.2188769546337426e-004 -0.4386006891727448 0.0310081802308559 <_> <_> <_>9 4 10 16 -1. <_>9 12 10 8 2. 0 0.0998051315546036 0.0210430100560188 -0.2418213933706284 <_> <_> <_>1 3 16 12 -1. <_>1 3 8 6 2. <_>9 9 8 6 2. 0 -0.1313202977180481 -0.6074452996253967 0.0191272292286158 <_> <_> <_>11 3 2 16 -1. <_>11 11 2 8 2. 0 -0.0444578789174557 -0.2820771932601929 0.0161995906382799 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 -5.3282459266483784e-003 0.1911883950233460 -0.0644835233688354 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 0.0403675287961960 0.0163626205176115 -0.5546327233314514 <_> <_> <_>0 9 13 3 -1. <_>0 10 13 1 3. 0 -8.7769925594329834e-003 -0.3890318870544434 0.0312779694795609 <_> <_> <_>7 7 9 6 -1. <_>7 9 9 2 3. 0 -0.0150317801162601 0.4496696889400482 -0.0187086500227451 <_> <_> <_>4 5 6 8 -1. <_>6 5 2 8 3. 0 -0.0320851206779480 0.2287266999483109 -0.0526477992534637 <_> <_> <_>9 4 3 10 -1. <_>9 9 3 5 2. 0 1.7735429573804140e-003 0.1064456999301910 -0.1197023019194603 <_> <_> <_>8 4 4 12 -1. <_>8 8 4 4 3. 0 0.0591959804296494 -0.0644855573773384 0.1844072937965393 <_> <_> <_>4 5 15 3 -1. <_>4 6 15 1 3. 0 0.0119761303067207 -0.0466553382575512 0.2275061011314392 <_> <_> <_>2 4 9 4 -1. <_>2 6 9 2 2. 0 -7.3619361501187086e-004 0.0644279569387436 -0.1966935992240906 <_> <_> <_>8 0 8 10 -1. <_>8 5 8 5 2. 0 0.1127498000860214 -0.0326037295162678 0.2616580128669739 <_> <_> <_>8 6 3 10 -1. <_>8 11 3 5 2. 0 -0.0296391304582357 -0.2428608983755112 0.0525507703423500 <_> <_> <_>5 7 11 8 -1. <_>5 11 11 4 2. 0 -0.0489725992083550 0.2901341915130615 -0.0399366095662117 <_> <_> <_>1 12 6 6 -1. <_>1 15 6 3 2. 0 -2.0732060074806213e-003 0.0667289569973946 -0.1838591992855072 <_> <_> <_>14 2 5 18 -1. <_>14 8 5 6 3. 0 0.1865248978137970 0.0257880706340075 -0.3047712147235870 <_> <_> <_>1 2 5 18 -1. <_>1 8 5 6 3. 0 -0.0648462101817131 0.5896415114402771 -0.0215318705886602 <_> <_> <_>13 7 3 13 -1. <_>14 7 1 13 3. 0 0.0596680305898190 9.0434495359659195e-003 -0.8992847800254822 <_> <_> <_>4 7 3 13 -1. <_>5 7 1 13 3. 0 -0.0228107906877995 -0.5568975210189819 0.0210364200174809 <_> <_> <_>0 6 20 2 -1. <_>0 7 20 1 2. 0 -0.0439245589077473 -0.7756980061531067 0.0132441204041243 <_> <_> <_>2 1 16 4 -1. <_>2 1 8 2 2. <_>10 3 8 2 2. 0 -8.1411283463239670e-003 -0.1614574939012528 0.0638697519898415 <_> <_> <_>6 1 10 6 -1. <_>11 1 5 3 2. <_>6 4 5 3 2. 0 -0.0176811404526234 -0.1708822995424271 0.0443238206207752 <_> <_> <_>0 5 8 15 -1. <_>4 5 4 15 2. 0 0.3561578094959259 0.0139115303754807 -0.8236694931983948 <_> <_> <_>4 13 12 6 -1. <_>4 13 6 6 2. 0 0.0897913873195648 -0.0330686718225479 0.3950195014476776 <_> <_> <_>7 0 6 14 -1. <_>7 0 3 7 2. <_>10 7 3 7 2. 0 -0.0510399602353573 -0.4968731999397278 0.0249119102954865 <_> <_> <_>1 10 18 10 -1. <_>7 10 6 10 3. 0 0.4450297057628632 0.0130857499316335 -0.7137433886528015 <_> <_> <_>0 2 13 2 -1. <_>0 3 13 1 2. 0 -3.1571299768984318e-003 -0.2323523014783859 0.0454227291047573 <_> <_> <_>0 0 20 15 -1. <_>0 5 20 5 3. 0 0.2229550927877426 0.0252729207277298 -0.4581792056560516 <_> <_> <_>4 0 12 6 -1. <_>4 3 12 3 2. 0 0.0817870497703552 -0.0569666698575020 0.2063311934471130 <_> <_> <_>6 1 8 4 -1. <_>6 3 8 2 2. 0 0.0122906398028135 0.1043353006243706 -0.1412999033927918 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 3.2738980371505022e-003 -0.1992916017770767 0.0579004995524883 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 3.1915940344333649e-003 -0.2864956855773926 0.0384459383785725 <_> <_> <_>0 0 15 7 -1. <_>5 0 5 7 3. 0 -0.0694291368126869 0.3999530076980591 -0.0292284209281206 <_> <_> <_>10 0 10 8 -1. <_>10 0 5 8 2. 0 0.3089629113674164 4.5684990473091602e-003 -0.9759358167648315 <_> <_> <_>0 0 10 8 -1. <_>5 0 5 8 2. 0 0.0605471692979336 -0.1722735017538071 0.0733677595853806 <_> <_> <_>5 6 12 4 -1. <_>5 6 6 4 2. 0 0.0802967473864555 0.0127908904105425 -0.2963644862174988 <_> <_> <_>3 6 12 4 -1. <_>9 6 6 4 2. 0 0.0983090475201607 0.0174215305596590 -0.7342811226844788 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 -0.0606510788202286 -0.8926808834075928 9.2950398102402687e-003 <_> <_> <_>2 0 15 9 -1. <_>7 0 5 9 3. 0 -0.0110678300261498 0.3694047033786774 -0.0322818607091904 <_> <_> <_>6 14 13 2 -1. <_>6 15 13 1 2. 0 -0.0172526892274618 0.2016368955373764 -0.0306496098637581 <_> <_> <_>4 0 12 8 -1. <_>8 0 4 8 3. 0 0.1141714975237846 -0.0725674405694008 0.1458079963922501 <_> <_> <_>12 1 4 14 -1. <_>14 1 2 7 2. <_>12 8 2 7 2. 0 -1.1878489749506116e-004 0.0667036697268486 -0.1204411014914513 <_> <_> <_>0 5 18 3 -1. <_>6 5 6 3 3. 0 0.0425388216972351 0.1423566937446594 -0.0931281968951225 <_> <_> <_>7 1 7 6 -1. <_>7 4 7 3 2. 0 0.0462207905948162 -0.0453481189906597 0.2666769027709961 <_> <_> <_>6 6 5 14 -1. <_>6 13 5 7 2. 0 -0.1259886026382446 -0.6219599843025208 0.0193617902696133 <_> <_> <_>4 7 15 5 -1. <_>9 7 5 5 3. 0 0.1433641016483307 0.0156024601310492 -0.3426972925662994 <_> <_> <_>1 7 15 5 -1. <_>6 7 5 5 3. 0 0.0148534001782537 -0.1939989030361176 0.0593650490045547 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 0.0296072997152805 0.0293708592653275 -0.1184056028723717 <_> <_> <_>7 6 4 7 -1. <_>9 6 2 7 2. 0 0.0451512001454830 -0.0310253705829382 0.4233565032482147 <_> <_> <_>7 1 10 6 -1. <_>12 1 5 3 2. <_>7 4 5 3 2. 0 0.0173470508307219 0.0524686612188816 -0.1707188934087753 <_> <_> <_>2 8 13 2 -1. <_>2 9 13 1 2. 0 0.0486967898905277 0.0137575902044773 -0.7385389208793640 <_> <_> <_>1 2 18 4 -1. <_>10 2 9 2 2. <_>1 4 9 2 2. 0 -0.0251209400594234 -0.2607721984386444 0.0362490005791187 <_> <_> <_>5 8 9 5 -1. <_>8 8 3 5 3. 0 -0.0144120398908854 0.1843540072441101 -0.0553760491311550 <_> <_> <_>15 2 4 18 -1. <_>17 2 2 9 2. <_>15 11 2 9 2. 0 0.0160111300647259 -0.0338221900165081 0.0984909906983376 <_> <_> <_>1 2 4 18 -1. <_>1 2 2 9 2. <_>3 11 2 9 2. 0 -0.0637788772583008 0.3959665894508362 -0.0266052894294262 <_> <_> <_>10 7 10 6 -1. <_>15 7 5 3 2. <_>10 10 5 3 2. 0 -0.0124317901208997 -0.2710328102111816 0.0511539094150066 <_> <_> <_>1 7 17 6 -1. <_>1 9 17 2 3. 0 0.1543028950691223 -0.0297420695424080 0.3622387945652008 <_> <_> <_>7 6 7 4 -1. <_>7 8 7 2 2. 0 0.0689536184072495 0.0145605402067304 -0.7130876183509827 <_> <_> <_>1 8 10 6 -1. <_>1 8 5 3 2. <_>6 11 5 3 2. 0 0.0268093906342983 0.0309030208736658 -0.3145376145839691 <_> <_> <_>10 7 10 6 -1. <_>15 7 5 3 2. <_>10 10 5 3 2. 0 -0.0543396398425102 -0.5708159208297730 6.3606691546738148e-003 <_> <_> <_>0 7 10 6 -1. <_>0 7 5 3 2. <_>5 10 5 3 2. 0 -7.4291341006755829e-003 -0.2116782069206238 0.0547284111380577 <_> <_> <_>8 1 12 19 -1. <_>8 1 6 19 2. 0 0.0150047196075320 -0.1357697993516922 0.0366726182401180 <_> <_> <_>0 1 12 19 -1. <_>6 1 6 19 2. 0 0.0234388597309589 -0.6209517717361450 0.0174513701349497 <_> <_> <_>5 1 12 13 -1. <_>5 1 6 13 2. 0 0.2186942994594574 -0.0251758191734552 0.2425673007965088 <_> <_> <_>5 1 9 5 -1. <_>8 1 3 5 3. 0 0.0725549012422562 0.0303783100098372 -0.3531683981418610 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 8 2. 0 -0.0607751905918121 0.6123114228248596 -0.0293977502733469 <_> <_> <_>0 12 13 3 -1. <_>0 13 13 1 3. 0 0.0104053597897291 -0.0489253513514996 0.2004220038652420 <_> <_> <_>10 0 4 16 -1. <_>10 0 2 16 2. 0 -4.4559161178767681e-003 -0.1817599982023239 0.0514601096510887 <_> <_> <_>4 12 12 5 -1. <_>8 12 4 5 3. 0 5.3141661919653416e-003 0.1083642989397049 -0.1146437004208565 <_> <_> <_>10 0 4 16 -1. <_>10 0 2 16 2. 0 0.0281299091875553 0.0484524592757225 -0.1058814972639084 <_> <_> <_>6 0 4 16 -1. <_>8 0 2 16 2. 0 -0.0100290300324559 -0.2885420024394989 0.0465093813836575 <_> <_> <_>6 1 8 7 -1. <_>6 1 4 7 2. 0 0.0416237600147724 -0.0524241812527180 0.2463805973529816 <_> <_> <_>8 4 4 7 -1. <_>10 4 2 7 2. 0 0.0174070298671722 -0.0595117993652821 0.2248900979757309 <_> <_> <_>11 8 9 9 -1. <_>14 8 3 9 3. 0 -0.0910129174590111 0.3843485116958618 -0.0267760790884495 <_> <_> <_>0 8 9 9 -1. <_>3 8 3 9 3. 0 -0.0559645593166351 0.3351255953311920 -0.0370866693556309 <_> <_> <_>0 4 20 5 -1. <_>0 4 10 5 2. 0 -0.2319160997867584 -0.7993714213371277 0.0161577109247446 <_> <_> <_>1 12 18 2 -1. <_>1 13 18 1 2. 0 0.0150957796722651 0.0195627398788929 -0.4758878052234650 <_> <_> <_>11 5 5 9 -1. <_>11 8 5 3 3. 0 -0.0635372027754784 0.5510386228561401 -9.9191991612315178e-003 <_> <_> <_>4 5 5 9 -1. <_>4 8 5 3 3. 0 0.0507804714143276 -0.0507661215960979 0.1985673010349274 <_> <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 0.0334357097744942 0.0171000305563211 -0.3910605013370514 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 0.0272363107651472 0.0194911304861307 -0.4995582103729248 <_> <_> <_>0 11 20 4 -1. <_>10 11 10 2 2. <_>0 13 10 2 2. 0 0.0361444614827633 0.0197128094732761 -0.4771480858325958 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0371108986437321 -0.7108097076416016 0.0132972402498126 <_> <_> <_>14 0 3 15 -1. <_>15 0 1 15 3. 0 -1.6986919799819589e-003 -0.1145403981208801 0.0538331903517246 <_> <_> <_>3 0 3 15 -1. <_>4 0 1 15 3. 0 7.0956937270238996e-004 -0.1185242980718613 0.0861461535096169 <_> <_> <_>9 12 7 4 -1. <_>9 14 7 2 2. 0 -0.0398544594645500 -0.2178416997194290 7.9314615577459335e-003 <_> <_> <_>5 1 6 5 -1. <_>8 1 3 5 2. 0 -0.0262653008103371 0.5182827711105347 -0.0195025391876698 <_> <_> <_>14 0 4 9 -1. <_>14 0 2 9 2. 0 1.5767179429531097e-003 -0.0900251492857933 0.0436141490936279 <_> <_> <_>2 0 4 9 -1. <_>4 0 2 9 2. 0 0.0845008492469788 0.0191088002175093 -0.5804942846298218 <_> <_> <_>9 1 8 8 -1. <_>13 1 4 4 2. <_>9 5 4 4 2. 0 0.0580610297620296 5.1128780469298363e-003 -0.3662971854209900 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -8.6446420755237341e-004 0.0985512211918831 -0.0992868766188622 <_> <_> <_>3 15 14 4 -1. <_>10 15 7 2 2. <_>3 17 7 2 2. 0 -0.0163587797433138 -0.2235393971204758 0.0451000109314919 <_> <_> <_>4 12 7 4 -1. <_>4 14 7 2 2. 0 0.0120695000514388 -0.0308855809271336 0.3593367040157318 <_> <_> <_>9 12 4 8 -1. <_>9 16 4 4 2. 0 0.0649325922131538 8.9946594089269638e-003 -0.6550527215003967 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -0.0163847208023071 0.1837438046932221 -0.0583197288215160 <_> <_> <_>5 7 10 10 -1. <_>5 12 10 5 2. 0 0.0364678315818310 0.0330538004636765 -0.3117660880088806 <_> <_> <_>5 7 6 8 -1. <_>5 11 6 4 2. 0 -4.8026088625192642e-003 -0.1309693008661270 0.0888154208660126 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -9.7134411334991455e-003 0.1248589009046555 -0.0458519198000431 <_> <_> <_>8 4 3 10 -1. <_>8 9 3 5 2. 0 -3.6871319753117859e-004 0.1079858019948006 -0.1079533025622368 -1.6477719545364380 25 -1 <_> <_> <_> <_>2 0 6 5 -1. <_>5 0 3 5 2. 0 4.8573319800198078e-003 -0.2216591984033585 0.2066199034452438 <_> <_> <_>8 4 4 14 -1. <_>8 11 4 7 2. 0 -9.0601091505959630e-004 0.0926842167973518 -0.3469268977642059 <_> <_> <_>3 6 5 6 -1. <_>3 9 5 3 2. 0 3.8109601009637117e-003 -0.4769397974014282 0.0722088664770126 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -1.9349349895492196e-003 -0.2347428947687149 0.1030836999416351 <_> <_> <_>1 2 17 6 -1. <_>1 4 17 2 3. 0 4.6932199038565159e-003 -0.2175559997558594 0.1029777005314827 <_> <_> <_>9 5 6 10 -1. <_>9 5 3 10 2. 0 -4.5681721530854702e-003 -0.3297953903675079 0.0621086992323399 <_> <_> <_>5 4 6 6 -1. <_>8 4 3 6 2. 0 2.0976159721612930e-003 -0.2758555114269257 0.0744477882981300 <_> <_> <_>5 6 14 6 -1. <_>12 6 7 3 2. <_>5 9 7 3 2. 0 -0.0234344601631165 -0.2451709061861038 0.0208883006125689 <_> <_> <_>1 6 14 6 -1. <_>1 6 7 3 2. <_>8 9 7 3 2. 0 -7.5489659793674946e-003 -0.2353949993848801 0.0805947929620743 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 -1.3637889642268419e-003 0.1246228963136673 -0.1438398063182831 <_> <_> <_>0 5 20 15 -1. <_>0 10 20 5 3. 0 0.0208817701786757 -0.2548697888851166 0.0704801306128502 <_> <_> <_>12 5 4 14 -1. <_>14 5 2 7 2. <_>12 12 2 7 2. 0 -1.6712560318410397e-003 -0.1474708020687103 0.0935977473855019 <_> <_> <_>0 0 6 9 -1. <_>2 0 2 9 3. 0 -0.0585527084767818 0.3792966008186340 -0.0378922410309315 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 8 2. 0 -0.0475916415452957 0.3476938903331757 -0.0294844098389149 <_> <_> <_>6 0 3 13 -1. <_>7 0 1 13 3. 0 5.7788072153925896e-003 0.0416271798312664 -0.3801231086254120 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 8 2. 0 6.1923051252961159e-003 -0.0798542425036430 0.1466230005025864 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 8.6211357265710831e-003 -0.0790525972843170 0.1970718055963516 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.3878768980503082 9.9500510841608047e-003 -0.5495527982711792 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1218483000993729 0.0215608794242144 -0.7118219137191773 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 5.6779510341584682e-003 0.0507787317037582 -0.1981754004955292 <_> <_> <_>6 0 3 20 -1. <_>7 0 1 20 3. 0 -0.0324072688817978 -0.6577636003494263 0.0189302302896976 <_> <_> <_>7 5 8 12 -1. <_>11 5 4 6 2. <_>7 11 4 6 2. 0 2.3834649473428726e-003 0.0359106212854385 -0.1938607990741730 <_> <_> <_>4 5 10 12 -1. <_>4 5 5 6 2. <_>9 11 5 6 2. 0 4.4861159403808415e-004 0.0630491897463799 -0.2306728065013886 <_> <_> <_>12 5 4 14 -1. <_>14 5 2 7 2. <_>12 12 2 7 2. 0 0.0283813606947660 0.0137987695634365 -0.2028799057006836 <_> <_> <_>4 5 4 14 -1. <_>4 5 2 7 2. <_>6 12 2 7 2. 0 -2.7084869798272848e-003 -0.1645527034997940 0.0811827331781387 <_> <_> <_>14 10 6 9 -1. <_>14 10 3 9 2. 0 -0.0132185798138380 0.1292906999588013 -0.0494105815887451 <_> <_> <_>3 8 14 2 -1. <_>3 9 14 1 2. 0 1.8623949727043509e-003 -0.2739819884300232 0.0457460992038250 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 -6.6727721132338047e-003 -0.1516754031181335 0.0555876195430756 <_> <_> <_>0 15 14 3 -1. <_>0 16 14 1 3. 0 1.9492399878799915e-003 -0.0855471268296242 0.1371261030435562 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 -0.0709788128733635 -0.7742931842803955 5.5506629869341850e-003 <_> <_> <_>1 10 8 6 -1. <_>1 12 8 2 3. 0 5.7003321126103401e-003 0.0602996610105038 -0.2300011068582535 <_> <_> <_>1 0 18 19 -1. <_>7 0 6 19 3. 0 0.0663107782602310 -0.0856906995177269 0.1516992002725601 <_> <_> <_>0 9 6 10 -1. <_>3 9 3 10 2. 0 -8.5291899740695953e-003 0.1429758965969086 -0.0918055474758148 <_> <_> <_>11 15 9 4 -1. <_>11 17 9 2 2. 0 5.1141469739377499e-003 0.0469179898500443 -0.1331984996795654 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 1.9523530500009656e-003 -0.1417748928070068 0.1052417010068893 <_> <_> <_>4 3 12 10 -1. <_>8 3 4 10 3. 0 0.1955831050872803 0.0144788604229689 -0.7998542785644531 <_> <_> <_>7 10 3 10 -1. <_>7 15 3 5 2. 0 5.3029200062155724e-003 0.0372377000749111 -0.2613134980201721 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 6.4814360812306404e-003 -0.0490926988422871 0.2568177878856659 <_> <_> <_>0 15 9 4 -1. <_>0 17 9 2 2. 0 -6.1802868731319904e-003 -0.2131792008876801 0.0613900311291218 <_> <_> <_>6 12 14 3 -1. <_>6 13 14 1 3. 0 1.9895739387720823e-003 -0.0713353827595711 0.1300242990255356 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -4.2928531183861196e-004 0.0723834782838821 -0.1564379930496216 <_> <_> <_>11 10 6 6 -1. <_>11 10 3 6 2. 0 -4.5690318802371621e-004 0.0757323578000069 -0.1093285977840424 <_> <_> <_>7 0 5 15 -1. <_>7 5 5 5 3. 0 -0.1333373934030533 -0.5488920807838440 0.0194945503026247 <_> <_> <_>4 7 13 2 -1. <_>4 8 13 1 2. 0 8.2705507520586252e-004 -0.1873998939990997 0.0574982613325119 <_> <_> <_>2 8 4 12 -1. <_>2 12 4 4 3. 0 -1.6954699531197548e-003 -0.1410070061683655 0.0865483880043030 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 9.8944529891014099e-003 0.0178981591016054 -0.3139568865299225 <_> <_> <_>7 5 6 15 -1. <_>9 5 2 15 3. 0 6.0766572132706642e-003 -0.1312011033296585 0.0915785282850266 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 -0.0356802791357040 -0.3888098895549774 0.0113778095692396 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 8.7540567619726062e-004 0.0530229285359383 -0.2150994986295700 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 1.9438719609752297e-003 -0.0810357034206390 0.1338230967521668 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0563981384038925 0.0148579301312566 -0.6955115199089050 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -1.0274930391460657e-003 -0.1919634938240051 0.0475960299372673 <_> <_> <_>8 1 4 14 -1. <_>8 8 4 7 2. 0 -3.3568819053471088e-003 0.1046605035662651 -0.1017097979784012 <_> <_> <_>2 6 17 6 -1. <_>2 9 17 3 2. 0 0.1173404008150101 -0.0465654395520687 0.2087873965501785 <_> <_> <_>0 7 5 9 -1. <_>0 10 5 3 3. 0 8.8005866855382919e-003 0.0917546525597572 -0.1222150027751923 <_> <_> <_>4 5 13 2 -1. <_>4 6 13 1 2. 0 2.4095149710774422e-003 -0.0367521606385708 0.2344343960285187 <_> <_> <_>2 9 14 2 -1. <_>2 10 14 1 2. 0 -2.8434590785764158e-004 -0.1999672949314117 0.0473531596362591 <_> <_> <_>5 15 13 3 -1. <_>5 16 13 1 3. 0 0.0176237095147371 -0.0227655190974474 0.2564666867256165 <_> <_> <_>5 0 3 14 -1. <_>6 0 1 14 3. 0 0.0141217401251197 0.0226599890738726 -0.4244908094406128 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -0.0152906496077776 0.2444576025009155 -0.0431456305086613 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0254268795251846 0.4128093123435974 -0.0250028204172850 <_> <_> <_>4 0 14 4 -1. <_>11 0 7 2 2. <_>4 2 7 2 2. 0 8.7438793852925301e-003 0.0419315397739410 -0.1243304014205933 <_> <_> <_>0 1 20 4 -1. <_>0 1 10 2 2. <_>10 3 10 2 2. 0 0.0416429601609707 0.0215358696877956 -0.4906223118305206 <_> <_> <_>7 0 7 6 -1. <_>7 3 7 3 2. 0 0.0706923305988312 -0.0243070907890797 0.3360632956027985 <_> <_> <_>5 2 6 10 -1. <_>7 2 2 10 3. 0 -0.0776903480291367 -0.7388399839401245 0.0135768298059702 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 3.7781539140269160e-004 -0.0966977328062058 0.0946905091404915 <_> <_> <_>1 8 13 3 -1. <_>1 9 13 1 3. 0 -1.1192850070074201e-003 -0.2163182049989700 0.0442351996898651 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0597722493112087 -0.0320242606103420 0.3060266077518463 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 -0.0154171204194427 -0.3408783972263336 0.0280979797244072 <_> <_> <_>18 3 2 17 -1. <_>18 3 1 17 2. 0 -6.3111339695751667e-003 0.1532768011093140 -0.0479014590382576 <_> <_> <_>0 0 20 10 -1. <_>0 0 10 5 2. <_>10 5 10 5 2. 0 -0.0188264995813370 -0.1526959985494614 0.0609556287527084 <_> <_> <_>4 8 14 4 -1. <_>11 8 7 2 2. <_>4 10 7 2 2. 0 -0.0392238385975361 0.2662413120269775 -7.6400930993258953e-003 <_> <_> <_>0 3 7 6 -1. <_>0 5 7 2 3. 0 -0.0486531592905521 -0.4548850059509277 0.0198530498892069 <_> <_> <_>4 8 14 4 -1. <_>11 8 7 2 2. <_>4 10 7 2 2. 0 0.0672605186700821 1.0999150108546019e-003 -0.7527347803115845 <_> <_> <_>2 8 14 4 -1. <_>2 8 7 2 2. <_>9 10 7 2 2. 0 1.2728190049529076e-003 -0.0781212970614433 0.1181655004620552 <_> <_> <_>3 4 16 10 -1. <_>11 4 8 5 2. <_>3 9 8 5 2. 0 -0.0941470265388489 -0.5215358734130859 0.0149731701239944 <_> <_> <_>6 3 8 6 -1. <_>6 5 8 2 3. 0 -0.0474544614553452 0.2654714882373810 -0.0305874105542898 <_> <_> <_>5 3 13 2 -1. <_>5 4 13 1 2. 0 -5.6014367146417499e-004 -0.1050644963979721 0.0601612813770771 <_> <_> <_>4 10 6 7 -1. <_>7 10 3 7 2. 0 -2.9601220740005374e-004 0.0622574500739574 -0.1312654018402100 <_> <_> <_>11 7 4 13 -1. <_>11 7 2 13 2. 0 -0.0209184903651476 -0.2083151042461395 0.0268431194126606 <_> <_> <_>5 7 4 13 -1. <_>7 7 2 13 2. 0 -7.2696260176599026e-003 -0.1622764021158218 0.0619370490312576 <_> <_> <_>5 10 14 3 -1. <_>5 11 14 1 3. 0 7.2555372025817633e-004 -0.1031593978404999 0.0680408775806427 <_> <_> <_>2 6 3 14 -1. <_>2 13 3 7 2. 0 0.0208288393914700 -0.0445576906204224 0.2216746956110001 <_> <_> <_>3 9 15 3 -1. <_>8 9 5 3 3. 0 0.0872011929750443 9.5432223752140999e-003 -0.5870642066001892 <_> <_> <_>2 4 6 16 -1. <_>2 4 3 8 2. <_>5 12 3 8 2. 0 0.0415966287255287 -0.0307745393365622 0.2880901992321014 <_> <_> <_>12 0 3 13 -1. <_>13 0 1 13 3. 0 -0.0261548794806004 -0.5935354232788086 0.0143884103745222 <_> <_> <_>4 0 8 20 -1. <_>4 10 8 10 2. 0 0.2717542946338654 0.0137177202850580 -0.5461906790733337 <_> <_> <_>8 2 7 9 -1. <_>8 5 7 3 3. 0 0.0218116994947195 -0.0167981106787920 0.2906233072280884 <_> <_> <_>5 0 3 13 -1. <_>6 0 1 13 3. 0 -0.0199659299105406 -0.4305211901664734 0.0189177598804235 <_> <_> <_>11 2 6 10 -1. <_>14 2 3 5 2. <_>11 7 3 5 2. 0 -1.1561929713934660e-003 0.0880315378308296 -0.1959020942449570 <_> <_> <_>5 9 6 7 -1. <_>7 9 2 7 3. 0 -1.6627550357952714e-003 0.0891115590929985 -0.0909596532583237 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 -1.7325150547549129e-003 -0.1154083013534546 0.0536366701126099 <_> <_> <_>7 7 6 7 -1. <_>9 7 2 7 3. 0 -0.0392314083874226 0.6247127056121826 -0.0136669203639030 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 0.0104235801845789 0.0247111301869154 -0.1675174981355667 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 2.2725639864802361e-003 -0.0551267787814140 0.1478146016597748 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -3.9644641801714897e-003 0.1133799031376839 -0.0686720535159111 <_> <_> <_>0 12 9 4 -1. <_>0 14 9 2 2. 0 4.0544760413467884e-003 0.0401802100241184 -0.2383735030889511 <_> <_> <_>7 7 8 10 -1. <_>11 7 4 5 2. <_>7 12 4 5 2. 0 2.0538640674203634e-003 0.0328636914491653 -0.1249582991003990 <_> <_> <_>5 7 8 10 -1. <_>5 7 4 5 2. <_>9 12 4 5 2. 0 2.9705381020903587e-003 0.0418100617825985 -0.2053965926170349 <_> <_> <_>14 15 6 5 -1. <_>14 15 3 5 2. 0 -8.3381328731775284e-003 0.0922587364912033 -0.0384351797401905 <_> <_> <_>3 14 13 6 -1. <_>3 16 13 2 3. 0 1.5640279743820429e-003 -0.0966615676879883 0.0855948179960251 <_> <_> <_>3 12 14 4 -1. <_>10 12 7 2 2. <_>3 14 7 2 2. 0 -0.0370529703795910 -0.7791547179222107 0.0104182902723551 <_> <_> <_>0 15 6 5 -1. <_>3 15 3 5 2. 0 -0.0101099302992225 0.1249905973672867 -0.0644378364086151 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 -0.0793359801173210 0.7078437209129334 -3.1601081136614084e-003 <_> <_> <_>3 0 3 13 -1. <_>4 0 1 13 3. 0 -2.5811919476836920e-003 -0.1680275946855545 0.0672576129436493 <_> <_> <_>2 11 18 8 -1. <_>8 11 6 8 3. 0 0.0188635401427746 -0.0527492985129356 0.1457815021276474 <_> <_> <_>2 3 3 15 -1. <_>3 3 1 15 3. 0 6.1697891214862466e-004 -0.0965271666646004 0.0930772423744202 <_> <_> <_>16 0 3 13 -1. <_>17 0 1 13 3. 0 -9.9242655560374260e-003 0.1216444000601769 -0.0264398306608200 <_> <_> <_>3 3 6 7 -1. <_>5 3 2 7 3. 0 -0.0473820082843304 -0.3719424009323120 0.0248844493180513 <_> <_> <_>16 0 3 13 -1. <_>17 0 1 13 3. 0 3.8585590664297342e-003 -0.0424208305776119 0.1199790015816689 <_> <_> <_>1 0 3 13 -1. <_>2 0 1 13 3. 0 2.3721279576420784e-003 -0.0727690532803535 0.1302762925624847 <_> <_> <_>8 1 4 16 -1. <_>10 1 2 8 2. <_>8 9 2 8 2. 0 -0.0319685712456703 -0.4708814918994904 0.0188630390912294 <_> <_> <_>7 6 5 9 -1. <_>7 9 5 3 3. 0 -7.2849751450121403e-004 0.2812831997871399 -0.0307851396501064 <_> <_> <_>6 5 8 8 -1. <_>6 9 8 4 2. 0 -0.0120968800038099 -0.7016307115554810 0.0133367097005248 <_> <_> <_>0 1 6 5 -1. <_>3 1 3 5 2. 0 -0.0176583696156740 0.1919316053390503 -0.0479510016739368 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0109740598127246 -0.2730732858181000 0.0287844892591238 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0185601804405451 -0.4430676102638245 0.0204720199108124 <_> <_> <_>11 0 9 7 -1. <_>14 0 3 7 3. 0 0.0138611001893878 -0.0374713391065598 0.1092984974384308 <_> <_> <_>0 11 12 7 -1. <_>6 11 6 7 2. 0 0.0562431700527668 0.0133221298456192 -0.6197215914726257 <_> <_> <_>7 5 9 5 -1. <_>10 5 3 5 3. 0 -0.0137467999011278 0.1898090988397598 -0.0438101515173912 <_> <_> <_>2 1 15 2 -1. <_>2 2 15 1 2. 0 -2.0494889758992940e-004 -0.1480952054262161 0.0594585500657558 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 0.0114160301163793 0.0451118014752865 -0.1727721989154816 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 0.0411697886884212 -0.0234428402036428 0.3341323137283325 <_> <_> <_>6 8 14 4 -1. <_>13 8 7 2 2. <_>6 10 7 2 2. 0 -9.6223354339599609e-003 -0.1608631014823914 0.0331831499934196 <_> <_> <_>9 0 2 13 -1. <_>10 0 1 13 2. 0 1.5951909590512514e-003 -0.0635905116796494 0.1339666992425919 <_> <_> <_>4 6 12 3 -1. <_>4 6 6 3 2. 0 -6.3169049099087715e-003 -0.1636531949043274 0.0515520498156548 <_> <_> <_>4 2 6 7 -1. <_>7 2 3 7 2. 0 0.0464673787355423 -0.0256277099251747 0.3809756934642792 <_> <_> <_>9 5 4 11 -1. <_>9 5 2 11 2. 0 0.0915985926985741 4.2748241685330868e-003 -0.5974013209342957 <_> <_> <_>7 5 4 11 -1. <_>9 5 2 11 2. 0 -1.0416290024295449e-003 -0.1473388969898224 0.0551059506833553 <_> <_> <_>5 12 15 8 -1. <_>10 12 5 8 3. 0 -0.0233344696462154 0.0922664627432823 -0.0536538809537888 <_> <_> <_>5 7 4 9 -1. <_>7 7 2 9 2. 0 -6.3067381270229816e-003 -0.1697469949722290 0.0600464791059494 <_> <_> <_>6 6 10 4 -1. <_>6 8 10 2 2. 0 5.2549671381711960e-003 -0.0889894068241119 0.0473065488040447 <_> <_> <_>0 4 5 9 -1. <_>0 7 5 3 3. 0 -0.0106994602829218 -0.1582352072000504 0.0511008314788342 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -5.4387808777391911e-003 0.1252456009387970 -0.0394726991653442 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 3.4613600000739098e-003 -0.0688926801085472 0.1792038977146149 <_> <_> <_>7 8 10 12 -1. <_>7 12 10 4 3. 0 -0.0178943593055010 -0.0945996567606926 0.0623227283358574 <_> <_> <_>2 8 9 12 -1. <_>5 8 3 12 3. 0 -0.2114790976047516 -0.8627576828002930 9.4653964042663574e-003 <_> <_> <_>11 0 9 9 -1. <_>11 3 9 3 3. 0 1.4149859780445695e-003 -0.0862147882580757 0.0406359210610390 <_> <_> <_>5 9 9 5 -1. <_>8 9 3 5 3. 0 -1.5357299707829952e-003 0.0995254367589951 -0.0775581598281860 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 2.8714749496430159e-003 -0.0637787729501724 0.1125103011727333 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0184000693261623 0.0237006694078445 -0.3595368862152100 <_> <_> <_>6 3 10 6 -1. <_>11 3 5 3 2. <_>6 6 5 3 2. 0 -0.0730780065059662 -0.8383663892745972 2.1687510889023542e-003 <_> <_> <_>3 4 14 6 -1. <_>3 4 7 3 2. <_>10 7 7 3 2. 0 9.8323542624711990e-003 -0.0538999699056149 0.1618697047233582 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 0.0229879599064589 0.0159551594406366 -0.3307431042194367 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -5.4363980889320374e-003 -0.1337265074253082 0.0581624507904053 <_> <_> <_>5 3 12 6 -1. <_>9 3 4 6 3. 0 0.0101777398958802 -0.0579019486904144 0.0407890602946281 <_> <_> <_>3 3 12 6 -1. <_>7 3 4 6 3. 0 -0.0516903698444366 0.4788129031658173 -0.0200511794537306 <_> <_> <_>8 4 6 9 -1. <_>10 4 2 9 3. 0 -0.0463953316211700 0.3542290031909943 -0.0166928898543119 <_> <_> <_>2 12 13 2 -1. <_>2 13 13 1 2. 0 4.0920148603618145e-004 -0.0588727891445160 0.1361768990755081 <_> <_> <_>3 11 14 4 -1. <_>3 13 14 2 2. 0 3.0743801034986973e-003 0.0318927317857742 -0.2939678132534027 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1343895941972733 0.0150188403204083 -0.5155730843544006 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 -0.0449545904994011 -0.6540431976318359 5.8901738375425339e-003 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -0.0414790511131287 -0.5692554116249085 0.0130122201517224 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0291170999407768 -0.0191480293869972 0.1831838041543961 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 0.0510732494294643 0.0152603099122643 -0.4948062896728516 <_> <_> <_>3 1 15 12 -1. <_>3 7 15 6 2. 0 7.0886377943679690e-004 0.0876986533403397 -0.0733336731791496 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0118353897705674 -0.0391898788511753 0.2083484977483749 <_> <_> <_>16 1 4 8 -1. <_>16 5 4 4 2. 0 -4.2260489426553249e-003 -0.1873376965522766 0.0746668502688408 <_> <_> <_>0 14 12 5 -1. <_>4 14 4 5 3. 0 0.0348477996885777 -0.0305729601532221 0.2651110887527466 <_> <_> <_>11 5 2 15 -1. <_>11 5 1 15 2. 0 0.0129329804331064 0.0222243499010801 -0.2320410013198853 <_> <_> <_>6 2 7 6 -1. <_>6 5 7 3 2. 0 -3.4806900657713413e-003 0.0605482384562492 -0.1303485035896301 <_> <_> <_>10 2 6 9 -1. <_>10 5 6 3 3. 0 0.0172250792384148 -6.7219920456409454e-003 0.1112814992666245 <_> <_> <_>7 5 2 15 -1. <_>8 5 1 15 2. 0 -2.4316289927810431e-003 -0.1872065961360931 0.0412841401994228 <_> <_> <_>18 0 2 18 -1. <_>18 0 1 18 2. 0 -0.0117866899818182 0.1591742038726807 -0.0307634007185698 <_> <_> <_>0 8 4 8 -1. <_>0 12 4 4 2. 0 -5.3132520988583565e-003 -0.1378607004880905 0.0542466305196285 <_> <_> <_>8 6 4 7 -1. <_>8 6 2 7 2. 0 -0.0200120396912098 0.2935963869094849 -0.0268663503229618 <_> <_> <_>6 7 8 4 -1. <_>10 7 4 4 2. 0 2.0955558866262436e-003 0.0679630637168884 -0.1252086013555527 <_> <_> <_>5 9 10 6 -1. <_>10 9 5 3 2. <_>5 12 5 3 2. 0 -0.0396486409008503 -0.5819538831710815 0.0131466900929809 <_> <_> <_>4 7 5 8 -1. <_>4 11 5 4 2. 0 -0.0344858504831791 0.4555915892124176 -0.0186594296246767 <_> <_> <_>13 8 7 6 -1. <_>13 10 7 2 3. 0 -0.0445695407688618 -0.9206756949424744 5.3931041620671749e-003 <_> <_> <_>0 8 7 6 -1. <_>0 10 7 2 3. 0 -1.1394550092518330e-003 -0.2193243950605393 0.0362493805587292 <_> <_> <_>4 0 12 19 -1. <_>4 0 6 19 2. 0 -0.0370440818369389 0.1619254946708679 -0.0476619191467762 <_> <_> <_>0 12 15 8 -1. <_>5 12 5 8 3. 0 0.0193004906177521 -0.0544328317046165 0.1443210989236832 <_> <_> <_>6 8 14 4 -1. <_>13 8 7 2 2. <_>6 10 7 2 2. 0 -1.4382150257006288e-003 -0.0673439800739288 0.0425113812088966 <_> <_> <_>1 9 13 3 -1. <_>1 10 13 1 3. 0 0.0387610085308552 0.0141719300299883 -0.5338264703750610 <_> <_> <_>18 0 2 18 -1. <_>18 0 1 18 2. 0 -0.1526580005884171 -0.9153332710266113 2.1413750946521759e-003 <_> <_> <_>0 0 2 18 -1. <_>1 0 1 18 2. 0 -8.4089813753962517e-003 0.1770524978637695 -0.0437534302473068 <_> <_> <_>16 6 4 14 -1. <_>16 6 2 14 2. 0 -0.1667317003011704 -0.5639045238494873 7.5904577970504761e-003 <_> <_> <_>4 0 8 8 -1. <_>4 0 4 4 2. <_>8 4 4 4 2. 0 -7.3619261384010315e-003 -0.1969183981418610 0.0396985001862049 <_> <_> <_>2 0 16 10 -1. <_>10 0 8 5 2. <_>2 5 8 5 2. 0 -9.9920090287923813e-003 -0.1341951042413712 0.0634891986846924 <_> <_> <_>3 10 6 7 -1. <_>6 10 3 7 2. 0 -2.2656610235571861e-003 0.0796760618686676 -0.1068596020340920 <_> <_> <_>1 9 18 5 -1. <_>7 9 6 5 3. 0 -0.1386882066726685 -0.4730693101882935 0.0153541304171085 <_> <_> <_>0 7 4 9 -1. <_>2 7 2 9 2. 0 -0.1328424066305161 -0.8798437118530273 7.0595988072454929e-003 <_> <_> <_>14 0 6 16 -1. <_>14 0 3 16 2. 0 -0.0248822998255491 0.1333352029323578 -0.0409336015582085 <_> <_> <_>0 3 5 9 -1. <_>0 6 5 3 3. 0 -6.6814320161938667e-003 -0.1029554009437561 0.0748700425028801 <_> <_> <_>11 2 9 12 -1. <_>11 6 9 4 3. 0 0.0603266991674900 0.0133558399975300 -0.3760299980640411 <_> <_> <_>0 2 9 12 -1. <_>0 6 9 4 3. 0 -0.0855823010206223 0.2120077013969421 -0.0387420281767845 <_> <_> <_>8 2 5 12 -1. <_>8 6 5 4 3. 0 -0.0120764002203941 -0.0824575200676918 0.0677804425358772 <_> <_> <_>5 6 9 9 -1. <_>5 9 9 3 3. 0 0.0203110892325640 -0.1181799024343491 0.0648305788636208 <_> <_> <_>0 17 20 2 -1. <_>0 18 20 1 2. 0 -3.9900741539895535e-003 -0.1572359949350357 0.0530339293181896 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 -1.4961370034143329e-003 0.2439212948083878 -0.0311708394438028 <_> <_> <_>7 0 6 8 -1. <_>9 0 2 8 3. 0 1.8568099767435342e-004 -0.1940955072641373 0.0454902090132236 <_> <_> <_>6 5 8 14 -1. <_>6 12 8 7 2. 0 0.1479648053646088 6.2650348991155624e-003 -0.9998729825019836 <_> <_> <_>11 0 9 9 -1. <_>11 3 9 3 3. 0 0.1691866964101791 4.2962608858942986e-004 -0.3549610078334808 <_> <_> <_>0 0 9 9 -1. <_>0 3 9 3 3. 0 -1.9380000594537705e-004 -0.1305679976940155 0.0548771694302559 <_> <_> <_>11 0 4 14 -1. <_>13 0 2 7 2. <_>11 7 2 7 2. 0 -6.2729098135605454e-004 0.0410535708069801 -0.0831749886274338 <_> <_> <_>0 1 18 4 -1. <_>6 1 6 4 3. 0 -2.6877908967435360e-003 0.1551398932933807 -0.0555738992989063 <_> <_> <_>11 0 4 14 -1. <_>13 0 2 7 2. <_>11 7 2 7 2. 0 -0.0768852531909943 -0.6144021153450012 3.2789220567792654e-003 <_> <_> <_>4 0 4 14 -1. <_>4 0 2 7 2. <_>6 7 2 7 2. 0 -1.6956549370661378e-004 0.0609341487288475 -0.1471709012985230 <_> <_> <_>6 13 10 6 -1. <_>11 13 5 3 2. <_>6 16 5 3 2. 0 0.0373908504843712 8.8595114648342133e-003 -0.2384341061115265 <_> <_> <_>1 8 14 4 -1. <_>1 8 7 2 2. <_>8 10 7 2 2. 0 -3.7611280567944050e-003 -0.1189605966210365 0.0545266792178154 <_> <_> <_>11 1 4 9 -1. <_>11 1 2 9 2. 0 -0.0755386725068092 1. -2.8170819859951735e-003 <_> <_> <_>5 1 4 9 -1. <_>7 1 2 9 2. 0 5.1163119496777654e-004 -0.1133382990956307 0.0682932510972023 <_> <_> <_>9 0 6 6 -1. <_>9 0 3 6 2. 0 -0.0543735213577747 0.5677248835563660 -5.5303489789366722e-003 <_> <_> <_>5 0 6 6 -1. <_>8 0 3 6 2. 0 -0.0122007597237825 0.2631076872348785 -0.0353340692818165 <_> <_> <_>6 5 8 4 -1. <_>6 5 4 4 2. 0 0.0653407573699951 8.2145677879452705e-003 -0.9791451096534729 <_> <_> <_>2 9 12 4 -1. <_>6 9 4 4 3. 0 -0.0970281064510345 -0.7584530711174011 6.8704010918736458e-003 <_> <_> <_>10 4 3 14 -1. <_>11 4 1 14 3. 0 -0.0497682802379131 -0.8078631758689880 1.3162019895389676e-003 <_> <_> <_>7 4 3 14 -1. <_>8 4 1 14 3. 0 -2.9802118660882115e-004 0.0850996226072311 -0.0910548269748688 <_> <_> <_>0 0 20 14 -1. <_>0 0 10 14 2. 0 0.0101245697587729 -0.0891725793480873 0.0774021893739700 <_> <_> <_>2 9 16 10 -1. <_>10 9 8 10 2. 0 8.1574246287345886e-003 -0.0640160292387009 0.1246282979846001 <_> <_> <_>2 5 16 8 -1. <_>10 5 8 4 2. <_>2 9 8 4 2. 0 -0.0120939202606678 -0.1843356043100357 0.0496591888368130 <_> <_> <_>4 2 10 6 -1. <_>4 4 10 2 3. 0 -0.0119069097563624 0.2627781033515930 -0.0299211591482162 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0814384222030640 -0.6438925266265869 0.0172327104955912 <_> <_> <_>0 9 18 3 -1. <_>0 10 18 1 3. 0 1.4961180277168751e-003 -0.1222866028547287 0.0577638708055019 <_> <_> <_>3 11 14 9 -1. <_>3 14 14 3 3. 0 -0.0226512495428324 -0.1109075993299484 0.0703856423497200 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0237897709012032 0.2964445054531097 -0.0259977392852306 <_> <_> <_>6 15 14 4 -1. <_>13 15 7 2 2. <_>6 17 7 2 2. 0 1.4299990143626928e-003 -0.0897168517112732 0.0560308210551739 <_> <_> <_>3 13 10 6 -1. <_>3 13 5 3 2. <_>8 16 5 3 2. 0 -0.0415934585034847 -0.5816047191619873 0.0115999300032854 <_> <_> <_>0 6 20 3 -1. <_>0 7 20 1 3. 0 -2.5586199481040239e-003 0.0622414089739323 -0.1132832989096642 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.1025229021906853 -0.8518571853637695 8.2774916663765907e-003 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -3.1799520365893841e-003 -0.1391806006431580 0.0537192188203335 <_> <_> <_>0 15 16 3 -1. <_>0 16 16 1 3. 0 -3.9835860952734947e-003 0.1553149074316025 -0.0533990003168583 <_> <_> <_>2 16 16 4 -1. <_>10 16 8 2 2. <_>2 18 8 2 2. 0 0.0108959600329399 0.0390849001705647 -0.2126895934343338 <_> <_> <_>1 15 13 3 -1. <_>1 16 13 1 3. 0 0.0178651008754969 -0.0251462105661631 0.3358156085014343 <_> <_> <_>5 10 12 6 -1. <_>11 10 6 3 2. <_>5 13 6 3 2. 0 5.5075511336326599e-003 0.0233143102377653 -0.0936663076281548 <_> <_> <_>3 10 12 6 -1. <_>3 10 6 3 2. <_>9 13 6 3 2. 0 2.0092551130801439e-003 0.0572313107550144 -0.1409174948930740 <_> <_> <_>7 14 10 6 -1. <_>12 14 5 3 2. <_>7 17 5 3 2. 0 -0.0122186997905374 0.1924355030059815 -0.0246311090886593 <_> <_> <_>2 13 7 6 -1. <_>2 15 7 2 3. 0 1.8039119895547628e-003 0.0557931996881962 -0.1294033974409103 <_> <_> <_>5 14 14 2 -1. <_>5 15 14 1 2. 0 0.0221598409116268 -9.0001197531819344e-003 0.5215622186660767 <_> <_> <_>1 16 18 3 -1. <_>1 17 18 1 3. 0 -0.0358272902667522 -0.6290597915649414 0.0117123899981380 <_> <_> <_>16 1 4 14 -1. <_>18 1 2 7 2. <_>16 8 2 7 2. 0 8.9478418231010437e-003 -0.0374555811285973 0.1090630963444710 <_> <_> <_>6 5 8 14 -1. <_>6 12 8 7 2. 0 -0.1286190003156662 -0.3952718079090118 0.0181515291333199 <_> <_> <_>5 14 14 2 -1. <_>5 15 14 1 2. 0 1.8464029999449849e-003 -0.0339525304734707 0.0965961888432503 <_> <_> <_>4 10 6 8 -1. <_>6 10 2 8 3. 0 2.8246780857443810e-003 -0.0626332610845566 0.1119887977838516 <_> <_> <_>5 4 10 12 -1. <_>10 4 5 6 2. <_>5 10 5 6 2. 0 0.0690758526325226 0.0135905602946877 -0.5259826183319092 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 -8.0794151872396469e-003 0.1308156996965408 -0.0501007288694382 <_> <_> <_>3 13 14 4 -1. <_>10 13 7 2 2. <_>3 15 7 2 2. 0 -3.7193649914115667e-003 -0.1488758027553558 0.0518234893679619 <_> <_> <_>5 9 6 10 -1. <_>5 9 3 5 2. <_>8 14 3 5 2. 0 2.0610638894140720e-003 -0.0655459389090538 0.1134513020515442 <_> <_> <_>9 7 6 7 -1. <_>9 7 3 7 2. 0 -0.0607952810823917 -0.7821925878524780 4.5540397986769676e-003 <_> <_> <_>5 7 6 7 -1. <_>8 7 3 7 2. 0 -7.3096780106425285e-003 -0.1958681046962738 0.0355918705463409 <_> <_> <_>7 13 8 6 -1. <_>7 15 8 2 3. 0 -2.3796008899807930e-003 0.0433299206197262 -0.0601194202899933 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 -0.0378744788467884 0.1670041978359222 -0.0410824716091156 <_> <_> <_>6 8 12 5 -1. <_>10 8 4 5 3. 0 -0.0110115502029657 -0.0797158032655716 0.0322470404207706 <_> <_> <_>5 9 8 5 -1. <_>9 9 4 5 2. 0 -1.5278880018740892e-003 0.0975419133901596 -0.0946948304772377 <_> <_> <_>7 5 13 3 -1. <_>7 6 13 1 3. 0 0.0371444188058376 -4.4054100289940834e-003 0.4415973126888275 <_> <_> <_>0 5 13 3 -1. <_>0 6 13 1 3. 0 -0.0499489493668079 -0.8040006160736084 9.0302517637610435e-003 <_> <_> <_>4 0 13 6 -1. <_>4 2 13 2 3. 0 -0.0185588598251343 0.1855690032243729 -0.0266484804451466 -1.3472950458526611 26 -1 <_> <_> <_> <_>0 2 8 4 -1. <_>4 2 4 4 2. 0 0.0591064691543579 -0.1939579993486404 0.2727208137512207 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 0.0267840195447207 -0.4209322929382324 0.1233024001121521 <_> <_> <_>2 12 10 8 -1. <_>2 12 5 4 2. <_>7 16 5 4 2. 0 8.6407009512186050e-003 -0.3023687005043030 0.1315350979566574 <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 -1.1792869772762060e-003 0.0827135369181633 -0.3514054119586945 <_> <_> <_>4 4 3 10 -1. <_>4 9 3 5 2. 0 -2.2481461055576801e-003 -0.5132396817207336 0.0546146109700203 <_> <_> <_>3 0 15 2 -1. <_>3 1 15 1 2. 0 5.7527530007064342e-003 -0.1924300938844681 0.1387203037738800 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 0.0100340200588107 0.0607736818492413 -0.3163137137889862 <_> <_> <_>4 18 13 2 -1. <_>4 19 13 1 2. 0 -3.2057110220193863e-003 0.1347106993198395 -0.1633301973342896 <_> <_> <_>2 12 16 4 -1. <_>2 12 8 2 2. <_>10 14 8 2 2. 0 0.0138036301359534 0.0745902881026268 -0.2775141894817352 <_> <_> <_>5 3 11 9 -1. <_>5 6 11 3 3. 0 -0.1921301037073135 0.2689034044742584 -0.0665529072284698 <_> <_> <_>0 2 20 10 -1. <_>0 7 20 5 2. 0 -0.0702798217535019 -0.3287015855312347 0.0499120391905308 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 0.0315196700394154 0.0358657017350197 -0.5048919916152954 <_> <_> <_>3 8 6 10 -1. <_>3 8 3 5 2. <_>6 13 3 5 2. 0 -0.0111644202843308 -0.2742295861244202 0.0739491730928421 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 6.1416681855916977e-003 -0.0879447981715202 0.1549274027347565 <_> <_> <_>1 0 18 6 -1. <_>7 0 6 6 3. 0 0.2518314123153687 -0.0936058536171913 0.1882757991552353 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0195243991911411 -0.2873350083827972 0.0491477698087692 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -0.0216894894838333 -0.3341565132141113 0.0484509915113449 <_> <_> <_>6 5 9 5 -1. <_>9 5 3 5 3. 0 0.0340999104082584 -0.1477680057287216 0.1132235974073410 <_> <_> <_>1 7 18 4 -1. <_>1 7 9 2 2. <_>10 9 9 2 2. 0 -0.0203775502741337 -0.2977840900421143 0.0567955411970615 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 0.0239865407347679 -0.0551398396492004 0.3567248880863190 <_> <_> <_>7 6 5 8 -1. <_>7 10 5 4 2. 0 -0.0145788900554180 -0.3359586894512177 0.0497763305902481 <_> <_> <_>4 9 12 4 -1. <_>8 9 4 4 3. 0 -5.4530607303604484e-004 0.1490631997585297 -0.1267461925745010 <_> <_> <_>4 4 12 8 -1. <_>8 4 4 8 3. 0 3.0076410621404648e-003 -0.3865425884723663 0.0373385101556778 <_> <_> <_>12 10 7 4 -1. <_>12 12 7 2 2. 0 6.1654142336919904e-004 0.0703506171703339 -0.2776953876018524 <_> <_> <_>4 0 8 8 -1. <_>4 0 4 4 2. <_>8 4 4 4 2. 0 0.0514610782265663 0.0276138596236706 -0.4910759031772614 <_> <_> <_>13 8 7 6 -1. <_>13 10 7 2 3. 0 0.0556076392531395 0.0276269391179085 -0.2961547970771790 <_> <_> <_>1 5 12 4 -1. <_>5 5 4 4 3. 0 0.0297090299427509 0.0659616366028786 -0.2050871998071671 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0340468287467957 -0.0389025807380676 0.2468100041151047 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 0.0248078498989344 0.0350155197083950 -0.4140163958072662 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0407481603324413 0.0429677292704582 -0.3204385936260223 <_> <_> <_>1 3 14 4 -1. <_>1 3 7 2 2. <_>8 5 7 2 2. 0 0.0106646595522761 0.0569528900086880 -0.2474599927663803 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 -0.0630903691053391 0.1689924001693726 -0.0186929106712341 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 0.0343711897730827 -0.0475467517971992 0.3278163969516754 <_> <_> <_>7 12 10 8 -1. <_>7 16 10 4 2. 0 -0.1251811981201172 -0.5628297924995422 0.0137214595451951 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -0.0222737099975348 0.2845293879508972 -0.0473347418010235 <_> <_> <_>10 12 7 8 -1. <_>10 16 7 4 2. 0 3.1560619827359915e-003 0.0670930668711662 -0.1577761024236679 <_> <_> <_>1 2 13 2 -1. <_>1 3 13 1 2. 0 -8.5235182195901871e-003 -0.4540449082851410 0.0302389003336430 <_> <_> <_>6 15 13 3 -1. <_>6 16 13 1 3. 0 9.4529008492827415e-003 -0.0550230406224728 0.1402536034584045 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0152680901810527 -0.4103938937187195 0.0331609100103378 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 0.0106658302247524 -0.1171678006649017 0.0959433987736702 <_> <_> <_>0 15 20 4 -1. <_>0 15 10 2 2. <_>10 17 10 2 2. 0 -0.0182115696370602 -0.2485010027885437 0.0677136331796646 <_> <_> <_>4 4 16 4 -1. <_>4 6 16 2 2. 0 2.9094598721712828e-004 0.0499810092151165 -0.2229803949594498 <_> <_> <_>7 5 6 11 -1. <_>9 5 2 11 3. 0 1.2524049961939454e-003 -0.2356739044189453 0.0600581392645836 <_> <_> <_>11 10 8 10 -1. <_>15 10 4 5 2. <_>11 15 4 5 2. 0 -0.1020013019442558 0.4681766927242279 -0.0140468701720238 <_> <_> <_>1 4 10 6 -1. <_>1 4 5 3 2. <_>6 7 5 3 2. 0 -0.0538033209741116 -0.3887513875961304 0.0385331511497498 <_> <_> <_>7 7 13 2 -1. <_>7 8 13 1 2. 0 0.0359198190271854 0.0176877491176128 -0.6314917206764221 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 -9.9846003577113152e-003 0.2391439974308014 -0.0584900006651878 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 0.0221579093486071 -0.0448142215609550 0.1942324042320252 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0142407398670912 -0.3767049908638001 0.0349290482699871 <_> <_> <_>12 10 8 10 -1. <_>16 10 4 5 2. <_>12 15 4 5 2. 0 -0.0591504797339439 0.1681668013334274 -0.0352320000529289 <_> <_> <_>0 11 18 4 -1. <_>0 11 9 2 2. <_>9 13 9 2 2. 0 0.0360742285847664 0.0228684898465872 -0.5782889723777771 <_> <_> <_>12 10 8 10 -1. <_>16 10 4 5 2. <_>12 15 4 5 2. 0 0.0576923005282879 -0.0210031792521477 0.3075096905231476 <_> <_> <_>0 10 8 10 -1. <_>0 10 4 5 2. <_>4 15 4 5 2. 0 -0.0566193982958794 0.2338367998600006 -0.0550032481551170 <_> <_> <_>7 6 12 14 -1. <_>13 6 6 7 2. <_>7 13 6 7 2. 0 -0.0106975696980953 -0.1323641985654831 0.0915368273854256 <_> <_> <_>1 10 7 4 -1. <_>1 12 7 2 2. 0 4.2940411367453635e-004 0.0523620583117008 -0.2347017973661423 <_> <_> <_>12 10 4 7 -1. <_>12 10 2 7 2. 0 3.9490307681262493e-003 0.0585836209356785 -0.0825335979461670 <_> <_> <_>0 0 20 2 -1. <_>10 0 10 2 2. 0 0.0298104304820299 0.0716840475797653 -0.1693128049373627 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -0.0114629101008177 -0.2641035914421082 0.0446875803172588 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0229963902384043 0.0329921804368496 -0.3435899019241333 <_> <_> <_>12 10 4 7 -1. <_>12 10 2 7 2. 0 -0.0567926093935966 -0.7576050758361816 2.4003670550882816e-003 <_> <_> <_>4 10 4 7 -1. <_>6 10 2 7 2. 0 -4.4709402136504650e-003 0.1627760976552963 -0.0681930631399155 <_> <_> <_>12 0 2 14 -1. <_>12 0 1 14 2. 0 -0.0123949898406863 -0.4360333085060120 0.0284161400049925 <_> <_> <_>4 2 12 17 -1. <_>10 2 6 17 2. 0 0.2918559014797211 -0.0333005301654339 0.3986696898937225 <_> <_> <_>12 12 6 7 -1. <_>12 12 3 7 2. 0 3.3633329439908266e-003 -0.1097209006547928 0.0569312497973442 <_> <_> <_>1 9 10 10 -1. <_>6 9 5 10 2. 0 -0.0351752601563931 -0.5721371769905090 0.0209034904837608 <_> <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -0.0120448395609856 0.0910905227065086 -0.1194794997572899 <_> <_> <_>7 6 5 9 -1. <_>7 9 5 3 3. 0 6.5466752275824547e-003 0.2251234054565430 -0.0583094507455826 <_> <_> <_>9 5 4 14 -1. <_>11 5 2 7 2. <_>9 12 2 7 2. 0 -3.3635019790381193e-003 0.0831234529614449 -0.1614429950714111 <_> <_> <_>8 5 4 14 -1. <_>8 5 2 7 2. <_>10 12 2 7 2. 0 -0.0234512500464916 0.2511880993843079 -0.0480303317308426 <_> <_> <_>9 3 6 12 -1. <_>11 3 2 12 3. 0 0.0193560998886824 0.0581345893442631 -0.2079125046730042 <_> <_> <_>5 3 6 12 -1. <_>7 3 2 12 3. 0 -0.0899949520826340 -0.7506849169731140 0.0141698596999049 <_> <_> <_>4 10 14 4 -1. <_>11 10 7 2 2. <_>4 12 7 2 2. 0 0.0128882601857185 0.0337525717914104 -0.2571501135826111 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 0.0189611706882715 0.0347173810005188 -0.3602784872055054 <_> <_> <_>7 4 6 7 -1. <_>9 4 2 7 3. 0 -0.0208355505019426 0.5785130858421326 -0.0221113096922636 <_> <_> <_>1 14 13 2 -1. <_>1 15 13 1 2. 0 0.0100187798961997 -0.0397758483886719 0.2681483924388886 <_> <_> <_>7 14 13 2 -1. <_>7 15 13 1 2. 0 -8.7516820058226585e-003 0.1125781983137131 -0.0485382787883282 <_> <_> <_>4 13 12 4 -1. <_>4 15 12 2 2. 0 -0.0623667500913143 -0.6608911156654358 0.0168521404266357 <_> <_> <_>12 13 7 4 -1. <_>12 15 7 2 2. 0 -0.0195821803063154 -0.2118254005908966 0.0357029885053635 <_> <_> <_>1 13 7 4 -1. <_>1 15 7 2 2. 0 2.2675599902868271e-003 0.0612129196524620 -0.2004884928464890 <_> <_> <_>10 6 3 14 -1. <_>11 6 1 14 3. 0 -0.0465584583580494 -0.5645493865013123 9.2866625636816025e-003 <_> <_> <_>7 6 3 14 -1. <_>8 6 1 14 3. 0 -7.7152079902589321e-003 0.1503991931676865 -0.0833281502127647 <_> <_> <_>8 13 6 7 -1. <_>10 13 2 7 3. 0 0.0415516681969166 0.0262477397918701 -0.3234752118587494 <_> <_> <_>2 5 6 10 -1. <_>2 5 3 5 2. <_>5 10 3 5 2. 0 -0.0217890795320272 -0.3237582147121429 0.0317261889576912 <_> <_> <_>15 3 3 16 -1. <_>16 3 1 16 3. 0 1.9698198884725571e-003 -0.0925642475485802 0.1082341000437737 <_> <_> <_>2 3 3 16 -1. <_>3 3 1 16 3. 0 -5.2744988352060318e-003 -0.1399033069610596 0.0771208778023720 <_> <_> <_>14 0 6 13 -1. <_>14 0 3 13 2. 0 0.0560076609253883 -0.1032849997282028 0.1145555973052979 <_> <_> <_>0 0 6 13 -1. <_>3 0 3 13 2. 0 0.2274103015661240 0.0160284508019686 -0.6814510822296143 <_> <_> <_>17 6 3 14 -1. <_>17 13 3 7 2. 0 0.0513623803853989 -0.0230258107185364 0.1544602960348129 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -0.0130170695483685 -0.3260639905929565 0.0328926108777523 <_> <_> <_>17 6 3 14 -1. <_>17 13 3 7 2. 0 0.1578202992677689 -3.9765262044966221e-003 0.7776526212692261 <_> <_> <_>1 10 10 10 -1. <_>1 10 5 5 2. <_>6 15 5 5 2. 0 -0.0998050868511200 0.6860954165458679 -0.0146481804549694 <_> <_> <_>0 0 20 10 -1. <_>0 5 20 5 2. 0 0.3750635087490082 0.0149258002638817 -0.8310546875000000 <_> <_> <_>2 8 13 3 -1. <_>2 9 13 1 3. 0 -7.9828302841633558e-004 -0.2016189992427826 0.0478976890444756 <_> <_> <_>7 6 10 14 -1. <_>7 13 10 7 2. 0 -0.2124160975217819 -0.3440945148468018 0.0109504302963614 <_> <_> <_>0 7 13 2 -1. <_>0 8 13 1 2. 0 0.0394516810774803 0.0139669599011540 -0.7216311097145081 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0291855093091726 -0.2746245861053467 0.0354969203472137 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 0.0270556006580591 -0.0469957403838634 0.2928943037986755 <_> <_> <_>8 6 6 10 -1. <_>10 6 2 10 3. 0 -0.0260523501783609 0.2075203955173492 -0.0363530814647675 <_> <_> <_>3 13 14 6 -1. <_>3 13 7 3 2. <_>10 16 7 3 2. 0 0.0572162196040154 0.0188957396894693 -0.5714390873908997 <_> <_> <_>10 1 4 19 -1. <_>10 1 2 19 2. 0 -0.0171518400311470 -0.3300957083702087 0.0385286286473274 <_> <_> <_>1 10 18 6 -1. <_>1 12 18 2 3. 0 -0.1230439990758896 -0.7831639051437378 0.0116793904453516 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 0.0567861609160900 0.0110638197511435 -0.5352609753608704 <_> <_> <_>6 1 4 19 -1. <_>8 1 2 19 2. 0 0.1194284036755562 9.5137851312756538e-003 -0.9063721895217896 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0677071437239647 -0.0392275191843510 0.2817656099796295 <_> <_> <_>0 5 20 2 -1. <_>0 6 20 1 2. 0 -0.0549188815057278 -0.6206169128417969 0.0160722695291042 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 9.2878006398677826e-003 -0.0503394901752472 0.1904010027647018 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0131414895877242 0.1862982958555222 -0.0755285471677780 <_> <_> <_>12 0 4 7 -1. <_>12 0 2 7 2. 0 2.9876120970584452e-004 -0.1616346985101700 0.0535895004868507 <_> <_> <_>0 2 18 8 -1. <_>6 2 6 8 3. 0 0.1015359982848167 0.1845827996730804 -0.0625706166028976 <_> <_> <_>10 0 10 9 -1. <_>10 0 5 9 2. 0 0.2720572948455811 0.0137624796479940 -0.4936406016349793 <_> <_> <_>0 0 10 9 -1. <_>5 0 5 9 2. 0 0.0587302111089230 -0.2393368035554886 0.0791668072342873 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 0.0196942593902349 0.0371952801942825 -0.2610926032066345 <_> <_> <_>1 13 5 6 -1. <_>1 16 5 3 2. 0 -1.0566900164121762e-004 0.0670529976487160 -0.1651581972837448 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 -0.0197612792253494 0.0864436924457550 -0.0686579719185829 <_> <_> <_>4 5 12 10 -1. <_>4 5 6 5 2. <_>10 10 6 5 2. 0 0.0531685091555119 0.0297677908092737 -0.3522577881813049 <_> <_> <_>13 9 5 9 -1. <_>13 12 5 3 3. 0 0.0260710697621107 0.0252163596451283 -0.1415936946868897 <_> <_> <_>0 0 2 18 -1. <_>1 0 1 18 2. 0 -0.0287206899374723 0.3594140112400055 -0.0291996207088232 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 0.0129892500117421 0.0400097705423832 -0.1997303962707520 <_> <_> <_>1 12 18 8 -1. <_>1 12 9 4 2. <_>10 16 9 4 2. 0 -0.0581760406494141 0.2934589982032776 -0.0439675301313400 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 5 2. <_>7 15 3 5 2. 0 0.0282851401716471 0.0374574288725853 -0.3136174976825714 <_> <_> <_>4 3 10 4 -1. <_>4 5 10 2 2. 0 0.0427012182772160 -0.0209877695888281 0.5084577798843384 <_> <_> <_>6 1 9 6 -1. <_>6 3 9 2 3. 0 0.0247636009007692 -0.1186925023794174 0.0944573506712914 <_> <_> <_>5 4 10 10 -1. <_>5 9 10 5 2. 0 -2.8076129965484142e-003 -0.2324977964162827 0.0452227182686329 <_> <_> <_>8 10 5 8 -1. <_>8 14 5 4 2. 0 -0.0755839198827744 -0.4590702950954437 0.0129322800785303 <_> <_> <_>3 8 13 10 -1. <_>3 13 13 5 2. 0 0.0837968215346336 -0.0158016309142113 0.6867048144340515 <_> <_> <_>12 8 5 12 -1. <_>12 14 5 6 2. 0 -0.0370724014937878 0.0541460290551186 -0.0422074496746063 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0246910694986582 0.0260976795107126 -0.3776040077209473 <_> <_> <_>12 0 2 17 -1. <_>12 0 1 17 2. 0 -0.0277439299970865 -0.7863150835037231 4.7534159384667873e-003 <_> <_> <_>6 0 2 17 -1. <_>7 0 1 17 2. 0 0.0191199705004692 0.0264977607876062 -0.3648996949195862 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 3.3773269969969988e-003 0.0319660902023315 -0.3234676122665405 <_> <_> <_>0 1 2 13 -1. <_>1 1 1 13 2. 0 0.0198768191039562 -0.0351284183561802 0.2907829880714417 <_> <_> <_>12 0 5 15 -1. <_>12 5 5 5 3. 0 0.1003564000129700 0.0146078402176499 -0.5281224250793457 <_> <_> <_>3 0 5 15 -1. <_>3 5 5 5 3. 0 -0.0161632895469666 -0.1015814021229744 0.1179649978876114 <_> <_> <_>10 3 9 4 -1. <_>10 5 9 2 2. 0 0.0102533800527453 0.0360244102776051 -0.1652078032493591 <_> <_> <_>3 5 14 2 -1. <_>3 6 14 1 2. 0 9.0665705502033234e-003 -0.0347317010164261 0.3732720017433167 <_> <_> <_>3 2 14 6 -1. <_>10 2 7 3 2. <_>3 5 7 3 2. 0 0.0301249008625746 0.0517584793269634 -0.2358216047286987 <_> <_> <_>6 4 8 6 -1. <_>6 6 8 2 3. 0 -6.6870311275124550e-003 0.0433942414820194 -0.2520298957824707 <_> <_> <_>11 3 4 8 -1. <_>11 3 2 8 2. 0 -2.0257479045540094e-003 -0.1247901022434235 0.0393095314502716 <_> <_> <_>8 5 3 13 -1. <_>9 5 1 13 3. 0 0.0232540704309940 -0.0474469102919102 0.2328770011663437 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 0.0238671991974115 -0.0274216700345278 0.1463097035884857 <_> <_> <_>5 3 6 7 -1. <_>7 3 2 7 3. 0 -0.0405230000615120 -0.4047296047210693 0.0304159596562386 <_> <_> <_>2 6 18 5 -1. <_>8 6 6 5 3. 0 0.1995820999145508 0.0220494698733091 -0.4655848145484924 <_> <_> <_>6 8 8 4 -1. <_>10 8 4 4 2. 0 -0.0129905901849270 -0.1797062009572983 0.0588749386370182 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 0.0256239492446184 9.9402610212564468e-003 -0.2657527923583984 <_> <_> <_>4 5 12 6 -1. <_>4 5 6 3 2. <_>10 8 6 3 2. 0 -0.0320048704743385 0.2508738040924072 -0.0462914705276489 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 0.0187584199011326 -0.0220382306724787 0.0944074317812920 <_> <_> <_>3 12 7 8 -1. <_>3 16 7 4 2. 0 0.0454256683588028 0.0233715698122978 -0.4839339852333069 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 0.0156705807894468 -0.0551098585128784 0.1990783065557480 <_> <_> <_>6 13 6 7 -1. <_>8 13 2 7 3. 0 0.0513369813561440 0.0264254193753004 -0.4408279061317444 <_> <_> <_>2 6 18 9 -1. <_>2 9 18 3 3. 0 0.0408841706812382 0.2007120996713638 -0.0348877795040607 <_> <_> <_>1 8 16 2 -1. <_>9 8 8 2 2. 0 0.0691655576229095 -0.0293033104389906 0.3493682146072388 <_> <_> <_>5 2 11 4 -1. <_>5 4 11 2 2. 0 0.0479671582579613 -0.0244169607758522 0.2701865136623383 <_> <_> <_>0 12 10 8 -1. <_>0 12 5 4 2. <_>5 16 5 4 2. 0 0.0440684407949448 -0.0404972694814205 0.2438226938247681 <_> <_> <_>3 1 15 8 -1. <_>8 1 5 8 3. 0 -0.1028755009174347 0.7110528945922852 -9.9055245518684387e-003 <_> <_> <_>2 1 15 8 -1. <_>7 1 5 8 3. 0 0.2240774035453796 -0.0549469999969006 0.1985343992710114 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -9.6570551395416260e-003 -0.2505022883415222 0.0374109894037247 <_> <_> <_>3 4 14 9 -1. <_>3 7 14 3 3. 0 0.0791997015476227 -0.0221475698053837 0.4877107143402100 <_> <_> <_>4 3 15 5 -1. <_>9 3 5 5 3. 0 0.0459831990301609 0.0822297334671021 -0.0393357500433922 <_> <_> <_>0 2 20 12 -1. <_>0 8 20 6 2. 0 0.4267044961452484 0.0171328000724316 -0.5399625897407532 <_> <_> <_>4 1 12 4 -1. <_>8 1 4 4 3. 0 0.1541399061679840 0.0119023500010371 -0.6853371858596802 <_> <_> <_>0 2 20 12 -1. <_>0 8 20 6 2. 0 -0.1769988983869553 -0.6311383247375488 0.0125452000647783 <_> <_> <_>10 11 4 9 -1. <_>10 11 2 9 2. 0 -0.0237698294222355 -0.1428142935037613 0.0142843499779701 <_> <_> <_>2 1 12 15 -1. <_>6 1 4 15 3. 0 -0.0832902863621712 0.3643339872360230 -0.0252874307334423 <_> <_> <_>10 9 10 3 -1. <_>10 9 5 3 2. 0 -3.0276349280029535e-003 -0.1750126034021378 0.0355286002159119 <_> <_> <_>0 9 10 3 -1. <_>5 9 5 3 2. 0 9.3518232461065054e-004 -0.3431726992130280 0.0281960200518370 <_> <_> <_>6 1 8 14 -1. <_>6 8 8 7 2. 0 8.6792530491948128e-003 0.0918547883629799 -0.1134980022907257 <_> <_> <_>6 6 6 12 -1. <_>6 6 3 6 2. <_>9 12 3 6 2. 0 -4.3289531022310257e-003 0.0765605270862579 -0.1285037994384766 <_> <_> <_>10 11 4 9 -1. <_>10 11 2 9 2. 0 0.0614850893616676 4.0065501816570759e-003 -0.4279873073101044 <_> <_> <_>6 11 4 9 -1. <_>8 11 2 9 2. 0 -0.0231085699051619 -0.3299978971481323 0.0312281008809805 <_> <_> <_>8 9 6 5 -1. <_>8 9 3 5 2. 0 -6.3490739557892084e-004 0.0533187612891197 -0.0603079386055470 <_> <_> <_>6 9 6 5 -1. <_>9 9 3 5 2. 0 -4.1278889402747154e-003 0.1502967029809952 -0.0898057967424393 <_> <_> <_>6 11 9 6 -1. <_>9 11 3 6 3. 0 0.1540897041559219 -2.3309229873120785e-003 0.9694647789001465 <_> <_> <_>5 2 6 10 -1. <_>5 2 3 5 2. <_>8 7 3 5 2. 0 0.0180837400257587 -0.0466745197772980 0.2194194942712784 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -0.0600229687988758 0.3728309869766235 -0.0136379403993487 <_> <_> <_>0 1 9 18 -1. <_>3 1 3 18 3. 0 -0.1602504998445511 0.3944236040115356 -0.0248086098581553 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -0.0232202000916004 -0.2835206985473633 0.0384564697742462 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 0.0323538295924664 0.0301975402981043 -0.3537169992923737 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0129307499155402 -0.1827528029680252 0.0402194298803806 <_> <_> <_>3 1 6 10 -1. <_>3 1 3 5 2. <_>6 6 3 5 2. 0 -2.9022840317338705e-003 0.0575834400951862 -0.1817508041858673 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 0.0370424091815948 0.0234715696424246 -0.3722204864025116 <_> <_> <_>1 3 18 12 -1. <_>1 3 9 6 2. <_>10 9 9 6 2. 0 -0.1437146067619324 -0.6735327839851379 0.0137684596702456 <_> <_> <_>7 15 13 3 -1. <_>7 16 13 1 3. 0 -0.0107140997424722 0.2307460010051727 -0.0598985813558102 <_> <_> <_>1 15 13 3 -1. <_>1 16 13 1 3. 0 0.0113706998527050 -0.0558591000735760 0.2160415947437286 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0338293500244617 -0.3286856114864349 0.0167437195777893 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 0.0364060588181019 0.0235128104686737 -0.4799953997135162 <_> <_> <_>6 16 14 4 -1. <_>13 16 7 2 2. <_>6 18 7 2 2. 0 -0.0398533083498478 0.3038840889930725 -0.0223882105201483 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 0.0238576401025057 -0.0439601391553879 0.2502183020114899 <_> <_> <_>10 4 6 8 -1. <_>12 4 2 8 3. 0 -0.0861493274569511 -0.9264122247695923 0.0101808495819569 <_> <_> <_>6 0 3 13 -1. <_>7 0 1 13 3. 0 -0.0273604597896338 -0.4533107876777649 0.0185172501951456 <_> <_> <_>11 9 3 10 -1. <_>11 14 3 5 2. 0 4.6891667880117893e-003 0.0149831101298332 -0.0986908674240112 <_> <_> <_>1 8 14 3 -1. <_>1 9 14 1 3. 0 0.0361409597098827 0.0212403293699026 -0.4227561056613922 <_> <_> <_>4 7 12 6 -1. <_>4 9 12 2 3. 0 0.1071441993117333 -0.0415921695530415 0.2488086968660355 <_> <_> <_>6 8 8 9 -1. <_>6 11 8 3 3. 0 -0.0120244501158595 -0.1890603005886078 0.0552909001708031 <_> <_> <_>4 13 12 4 -1. <_>4 15 12 2 2. 0 0.0216710902750492 -0.0371640883386135 0.2989633083343506 <_> <_> <_>1 12 18 2 -1. <_>1 13 18 1 2. 0 -3.3205719664692879e-003 -0.0918376892805099 0.1181083992123604 <_> <_> <_>11 9 4 8 -1. <_>11 13 4 4 2. 0 -0.0842564031481743 -0.5493528246879578 4.6934271231293678e-003 <_> <_> <_>5 9 4 8 -1. <_>5 13 4 4 2. 0 -2.7107410132884979e-003 0.0523011796176434 -0.2193256020545960 <_> <_> <_>7 6 10 6 -1. <_>12 6 5 3 2. <_>7 9 5 3 2. 0 -1.9661630503833294e-003 0.0695228502154350 -0.1236959993839264 <_> <_> <_>5 11 9 6 -1. <_>8 11 3 6 3. 0 0.1083585992455483 -0.0160284396260977 0.6753829717636108 <_> <_> <_>4 3 14 2 -1. <_>4 3 7 2 2. 0 -0.0406615696847439 0.2823987007141113 -0.0186430793255568 <_> <_> <_>2 12 9 6 -1. <_>5 12 3 6 3. 0 9.4869043678045273e-003 -0.1420473009347916 0.0742181763052940 <_> <_> <_>14 1 6 12 -1. <_>17 1 3 6 2. <_>14 7 3 6 2. 0 -8.1196203827857971e-003 0.1273310929536820 -0.0753254294395447 <_> <_> <_>0 1 6 12 -1. <_>0 1 3 6 2. <_>3 7 3 6 2. 0 -0.0367189086973667 0.2520970106124878 -0.0386423617601395 <_> <_> <_>12 0 8 6 -1. <_>12 2 8 2 3. 0 0.0425158515572548 0.0346135087311268 -0.3140614926815033 <_> <_> <_>0 16 18 2 -1. <_>0 17 18 1 2. 0 -0.0164842493832111 -0.3462293148040772 0.0264703407883644 <_> <_> <_>5 16 11 4 -1. <_>5 18 11 2 2. 0 0.0186085999011993 0.0311258397996426 -0.2383791953325272 <_> <_> <_>2 16 13 3 -1. <_>2 17 13 1 3. 0 -0.0108720604330301 0.2306122034788132 -0.0434693805873394 <_> <_> <_>14 9 6 11 -1. <_>16 9 2 11 3. 0 -0.0407280810177326 0.1325888037681580 -0.0388332903385162 -1.5900419950485229 27 -1 <_> <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 0.0278026703745127 -0.1853515952825546 0.2377786040306091 <_> <_> <_>11 1 8 6 -1. <_>11 3 8 2 3. 0 1.6392730176448822e-003 -0.2678762972354889 0.1173330992460251 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -3.0419689137488604e-003 0.1955285966396332 -0.1324001997709274 <_> <_> <_>10 10 4 8 -1. <_>10 14 4 4 2. 0 -2.7744288672693074e-004 0.0607018209993839 -0.3046542108058929 <_> <_> <_>5 5 9 15 -1. <_>8 5 3 15 3. 0 -2.7942769229412079e-003 -0.2537094056606293 0.0761478468775749 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 7.4005699716508389e-003 0.0656234920024872 -0.3012852072715759 <_> <_> <_>0 15 13 2 -1. <_>0 16 13 1 2. 0 1.1316470336169004e-003 -0.1323293000459671 0.1362251937389374 <_> <_> <_>11 1 8 6 -1. <_>11 3 8 2 3. 0 -8.7306648492813110e-003 -0.1024622991681099 0.0106498803943396 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -6.4327879808843136e-003 -0.2130178958177567 0.0774253979325294 <_> <_> <_>9 6 6 7 -1. <_>11 6 2 7 3. 0 -1.3303949963301420e-003 0.0962342470884323 -0.1708600968122482 <_> <_> <_>5 6 6 7 -1. <_>7 6 2 7 3. 0 -2.3770590778440237e-003 0.1165708974003792 -0.1513576954603195 <_> <_> <_>6 11 10 6 -1. <_>11 11 5 3 2. <_>6 14 5 3 2. 0 -5.3865360096096992e-003 -0.1685196012258530 0.0443245582282543 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 -5.6973858736455441e-003 -0.2470239996910095 0.0777353420853615 <_> <_> <_>11 1 8 6 -1. <_>11 3 8 2 3. 0 0.0456545203924179 -0.0166876707226038 0.1422211974859238 <_> <_> <_>4 4 11 10 -1. <_>4 9 11 5 2. 0 -1.4929420103726443e-005 -0.3272539079189301 0.0481421016156673 <_> <_> <_>11 1 8 6 -1. <_>11 3 8 2 3. 0 -1.7635900294408202e-003 0.0701158493757248 -0.0168644990772009 <_> <_> <_>1 1 8 6 -1. <_>1 3 8 2 3. 0 1.9133860478177667e-003 -0.1957082003355026 0.0901691317558289 <_> <_> <_>8 2 4 12 -1. <_>8 8 4 6 2. 0 -1.9309469498693943e-003 0.1182428970932961 -0.1214670985937119 <_> <_> <_>2 2 16 3 -1. <_>2 3 16 1 3. 0 9.7775761969387531e-004 0.1165720000863075 -0.1277084946632385 <_> <_> <_>18 1 2 13 -1. <_>18 1 1 13 2. 0 -5.2643800154328346e-003 0.1995836049318314 -0.0629286766052246 <_> <_> <_>0 4 5 6 -1. <_>0 7 5 3 2. 0 -2.2730689961463213e-003 -0.2180469930171967 0.0665652900934219 <_> <_> <_>5 6 13 3 -1. <_>5 7 13 1 3. 0 -3.5128789022564888e-003 0.0811142474412918 -0.1423033028841019 <_> <_> <_>4 1 6 7 -1. <_>6 1 2 7 3. 0 2.8102330397814512e-003 0.0608847104012966 -0.2200842946767807 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -0.0232113599777222 0.2318225950002670 -0.0340142808854580 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -8.7068388238549232e-003 -0.2069126963615418 0.0680041164159775 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 7.0584798231720924e-003 -0.1050079986453056 0.1261018961668015 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0688782408833504 0.4268761873245239 -0.0313056185841560 <_> <_> <_>7 2 8 8 -1. <_>11 2 4 4 2. <_>7 6 4 4 2. 0 -0.0127851497381926 -0.2026803046464920 0.0320057906210423 <_> <_> <_>5 2 8 8 -1. <_>5 2 4 4 2. <_>9 6 4 4 2. 0 -4.2242300696671009e-003 -0.2161968946456909 0.0756608322262764 <_> <_> <_>15 3 4 16 -1. <_>17 3 2 8 2. <_>15 11 2 8 2. 0 -0.0416606403887272 0.3560138046741486 -0.0365009009838104 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 0.0149832395836711 0.0336635597050190 -0.4301668107509613 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 1.8940219888463616e-003 -0.0777856409549713 0.1413003951311112 <_> <_> <_>4 10 4 8 -1. <_>4 14 4 4 2. 0 -1.0271830251440406e-003 0.0612920485436916 -0.1856912970542908 <_> <_> <_>4 14 13 6 -1. <_>4 16 13 2 3. 0 -0.0104917604476213 -0.2128003984689713 0.0466415695846081 <_> <_> <_>1 14 14 3 -1. <_>1 15 14 1 3. 0 4.1263508610427380e-003 -0.0631134733557701 0.2168339937925339 <_> <_> <_>18 1 2 13 -1. <_>18 1 1 13 2. 0 0.0212845299392939 -0.0195413809269667 0.4055550098419190 <_> <_> <_>1 1 18 4 -1. <_>1 1 9 2 2. <_>10 3 9 2 2. 0 6.0370927676558495e-003 0.0613228008151054 -0.1755875051021576 <_> <_> <_>18 1 2 13 -1. <_>18 1 1 13 2. 0 2.8550080023705959e-003 -0.0374029688537121 0.0867943763732910 <_> <_> <_>0 1 2 13 -1. <_>1 1 1 13 2. 0 -0.0308392997831106 0.4582639932632446 -0.0228243190795183 <_> <_> <_>2 0 18 2 -1. <_>2 0 9 2 2. 0 -0.0126646403223276 -0.1517917960882187 0.0383259095251560 <_> <_> <_>0 0 6 12 -1. <_>2 0 2 12 3. 0 8.4788333624601364e-003 -0.0791644528508186 0.1382130980491638 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -9.0271160006523132e-003 0.2048342972993851 -0.0584282390773296 <_> <_> <_>0 2 5 6 -1. <_>0 5 5 3 2. 0 -5.3999028168618679e-003 -0.1956387013196945 0.0628818199038506 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 4.8698568716645241e-003 0.0472694486379623 -0.2035723030567169 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 -5.6715728715062141e-003 0.1623262017965317 -0.0724731832742691 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 -6.3621107256039977e-004 -0.1764882951974869 0.0615539290010929 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 -5.7404721155762672e-003 -0.2377389073371887 0.0484930910170078 <_> <_> <_>9 0 9 6 -1. <_>9 2 9 2 3. 0 2.3313059937208891e-003 -0.0980874672532082 0.0767057314515114 <_> <_> <_>0 4 14 3 -1. <_>0 5 14 1 3. 0 2.6579289697110653e-003 -0.1042959019541740 0.1327544003725052 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0124264899641275 -0.1768611967563629 0.0787978619337082 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 3.7596069741994143e-003 0.0580285005271435 -0.2023569941520691 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 -0.0139418197795749 0.2936562895774841 -0.0310690291225910 <_> <_> <_>5 0 8 8 -1. <_>5 4 8 4 2. 0 0.0246055293828249 -0.0497678406536579 0.2044660001993179 <_> <_> <_>9 0 9 6 -1. <_>9 2 9 2 3. 0 0.1157227978110313 5.7542040012776852e-003 -0.5578920841217041 <_> <_> <_>2 0 9 6 -1. <_>2 2 9 2 3. 0 1.4880299568176270e-003 -0.1287049949169159 0.0861913636326790 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 -0.0100858695805073 -0.1871802955865860 0.0271437894552946 <_> <_> <_>1 7 16 4 -1. <_>1 7 8 2 2. <_>9 9 8 2 2. 0 -4.0125781670212746e-003 -0.1484356969594955 0.0614823512732983 <_> <_> <_>8 7 4 7 -1. <_>8 7 2 7 2. 0 0.0452412888407707 -0.0221871994435787 0.4902274906635284 <_> <_> <_>5 9 9 5 -1. <_>8 9 3 5 3. 0 -5.4588477360084653e-004 0.1074075028300285 -0.0947847515344620 <_> <_> <_>4 5 12 4 -1. <_>8 5 4 4 3. 0 0.0108221098780632 -0.1182013973593712 0.0840096473693848 <_> <_> <_>1 0 6 13 -1. <_>3 0 2 13 3. 0 6.4339267555624247e-004 -0.1107214987277985 0.0841263979673386 <_> <_> <_>16 7 4 11 -1. <_>16 7 2 11 2. 0 0.0935449898242950 6.1726439744234085e-003 -0.3812153041362763 <_> <_> <_>0 7 4 11 -1. <_>2 7 2 11 2. 0 -3.9214221760630608e-003 0.1296992003917694 -0.0755300298333168 <_> <_> <_>8 6 4 8 -1. <_>8 10 4 4 2. 0 -4.5141312293708324e-003 -0.2122250944375992 0.0509413518011570 <_> <_> <_>0 10 20 3 -1. <_>0 11 20 1 3. 0 0.0515638701617718 0.0112159997224808 -0.8412504792213440 <_> <_> <_>11 13 8 6 -1. <_>11 15 8 2 3. 0 -0.0370868295431137 -0.3344379067420960 0.0121983503922820 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 -1.5274320030584931e-003 0.1702284961938858 -0.0531711094081402 <_> <_> <_>9 6 3 13 -1. <_>10 6 1 13 3. 0 -3.3183719497174025e-003 0.1497268974781036 -0.0395227000117302 <_> <_> <_>7 10 6 10 -1. <_>9 10 2 10 3. 0 -0.0106951398774982 -0.2076769024133682 0.0482235401868820 <_> <_> <_>16 0 4 18 -1. <_>16 0 2 18 2. 0 8.0909933894872665e-003 -0.0555725693702698 0.0813619419932365 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 8.9193560415878892e-004 -0.1488822996616364 0.0569740198552608 <_> <_> <_>4 9 13 3 -1. <_>4 10 13 1 3. 0 2.1180939802434295e-004 -0.1877689063549042 0.0450870804488659 <_> <_> <_>0 0 4 19 -1. <_>2 0 2 19 2. 0 6.8865409120917320e-003 -0.0746515393257141 0.1180645972490311 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.3800981938838959 9.6241412684321404e-003 -0.5025712847709656 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.0948449000716209 0.0202841106802225 -0.3947888016700745 <_> <_> <_>8 5 10 10 -1. <_>13 5 5 5 2. <_>8 10 5 5 2. 0 -1.1133160296594724e-004 0.0537170283496380 -0.1543323993682861 <_> <_> <_>1 8 6 12 -1. <_>1 8 3 6 2. <_>4 14 3 6 2. 0 0.0359116308391094 -0.0243740491569042 0.3507775962352753 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0292917806655169 -0.4900273978710175 0.0216948408633471 <_> <_> <_>4 1 3 13 -1. <_>5 1 1 13 3. 0 -0.0242771897464991 -0.5020691156387329 0.0158074200153351 <_> <_> <_>4 4 13 3 -1. <_>4 5 13 1 3. 0 0.0126201100647449 -0.0486378483474255 0.2137005031108856 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -4.1045118123292923e-003 -0.1675793975591660 0.0626759231090546 <_> <_> <_>5 1 10 19 -1. <_>5 1 5 19 2. 0 -0.2347716987133026 0.6220551133155823 -0.0139493197202683 <_> <_> <_>1 13 8 6 -1. <_>1 15 8 2 3. 0 -0.0679142475128174 -0.9701414108276367 0.0104904603213072 <_> <_> <_>4 5 13 3 -1. <_>4 6 13 1 3. 0 1.4207609929144382e-003 -0.0608011186122894 0.1350073963403702 <_> <_> <_>0 6 14 4 -1. <_>0 6 7 2 2. <_>7 8 7 2 2. 0 -5.0894408486783504e-003 -0.1699216961860657 0.0507956705987453 <_> <_> <_>14 3 6 16 -1. <_>17 3 3 8 2. <_>14 11 3 8 2. 0 -0.0192268006503582 0.0988611727952957 -0.0336862206459045 <_> <_> <_>1 4 18 10 -1. <_>1 4 9 5 2. <_>10 9 9 5 2. 0 0.0105905402451754 0.0596169009804726 -0.1649544984102249 <_> <_> <_>14 2 6 16 -1. <_>17 2 3 8 2. <_>14 10 3 8 2. 0 3.3726880792528391e-003 -0.0386523418128490 0.0554005689918995 <_> <_> <_>0 2 6 16 -1. <_>0 2 3 8 2. <_>3 10 3 8 2. 0 -0.0890128016471863 0.4075050950050354 -0.0241503305733204 <_> <_> <_>14 8 6 12 -1. <_>14 8 3 12 2. 0 -0.2335907965898514 -0.7264190912246704 6.5185138955712318e-003 <_> <_> <_>0 8 6 12 -1. <_>3 8 3 12 2. 0 -0.2273225933313370 -0.8997700810432434 9.1146891936659813e-003 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0296017695218325 -0.4327085018157959 0.0160211902111769 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -6.9494689814746380e-003 0.1521899998188019 -0.0618968307971954 <_> <_> <_>8 2 4 8 -1. <_>8 6 4 4 2. 0 -1.9150479929521680e-003 0.0725705474615097 -0.1312108933925629 <_> <_> <_>0 12 8 8 -1. <_>4 12 4 8 2. 0 8.5106380283832550e-003 -0.0573260895907879 0.1574310064315796 <_> <_> <_>2 4 18 16 -1. <_>8 4 6 16 3. 0 -0.0243631396442652 0.0957008227705956 -0.0583644285798073 <_> <_> <_>5 7 4 7 -1. <_>7 7 2 7 2. 0 -0.0225226599723101 -0.4694313108921051 0.0202413592487574 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -4.4660381972789764e-003 0.0762111097574234 -0.0818446576595306 <_> <_> <_>5 6 8 4 -1. <_>9 6 4 4 2. 0 -4.2101819999516010e-003 -0.2208358943462372 0.0470101982355118 <_> <_> <_>7 2 10 4 -1. <_>7 2 5 4 2. 0 5.7130381464958191e-003 -0.0622540004551411 0.0527058206498623 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 -5.6021669879555702e-003 -0.1898576021194458 0.0501148216426373 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -0.0220420695841312 0.0876837521791458 -0.0247771795839071 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -2.1817081142216921e-003 0.1676660031080246 -0.0667717605829239 <_> <_> <_>1 14 18 6 -1. <_>1 16 18 2 3. 0 0.0245453007519245 0.0492051206529140 -0.2250372022390366 <_> <_> <_>9 0 2 13 -1. <_>10 0 1 13 2. 0 -2.4728688877075911e-003 0.1353967040777206 -0.0623301304876804 <_> <_> <_>1 1 19 3 -1. <_>1 2 19 1 3. 0 2.3717728909105062e-003 0.0579260587692261 -0.1332525014877319 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -0.0389996618032455 0.2987548112869263 -0.0302572399377823 <_> <_> <_>4 18 13 2 -1. <_>4 19 13 1 2. 0 -1.7835620092228055e-003 0.0926802828907967 -0.0743505880236626 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0199844501912594 0.0224093496799469 -0.4150193929672241 <_> <_> <_>13 10 7 6 -1. <_>13 12 7 2 3. 0 4.1170548647642136e-003 0.0534322783350945 -0.1509225964546204 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 0.0439956001937389 0.0113898897543550 -0.6649451851844788 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 -3.5350578837096691e-003 0.1100559011101723 -0.0763770565390587 <_> <_> <_>3 14 13 3 -1. <_>3 15 13 1 3. 0 1.4632029924541712e-003 -0.0569621510803699 0.1318459957838059 <_> <_> <_>1 15 18 4 -1. <_>10 15 9 2 2. <_>1 17 9 2 2. 0 -4.9925539642572403e-003 -0.1467507034540176 0.0551299788057804 <_> <_> <_>2 10 6 10 -1. <_>4 10 2 10 3. 0 -0.0786464288830757 -0.5276818275451660 0.0136627396568656 <_> <_> <_>11 14 9 6 -1. <_>14 14 3 6 3. 0 -4.3559111654758453e-003 0.0917981192469597 -0.0575981698930264 <_> <_> <_>4 10 12 10 -1. <_>10 10 6 10 2. 0 8.2531487569212914e-003 -0.0656139776110649 0.1308307051658630 <_> <_> <_>6 6 8 7 -1. <_>6 6 4 7 2. 0 -3.5033349413424730e-003 -0.1274259984493256 0.0608751699328423 <_> <_> <_>8 4 4 7 -1. <_>10 4 2 7 2. 0 3.9662471972405910e-003 -0.0557151511311531 0.1478324979543686 <_> <_> <_>9 0 3 15 -1. <_>9 5 3 5 3. 0 -0.0102602196857333 -0.1347229033708572 0.0445143505930901 <_> <_> <_>2 7 12 12 -1. <_>2 11 12 4 3. 0 3.6724930396303535e-004 -0.1372770071029663 0.0611796490848064 <_> <_> <_>4 0 12 6 -1. <_>4 2 12 2 3. 0 0.0195001997053623 -0.0590333305299282 0.1558932065963745 <_> <_> <_>5 10 9 9 -1. <_>5 13 9 3 3. 0 0.0140414200723171 0.0221404395997524 -0.4283109009265900 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0384597405791283 0.0168757308274508 -0.5242574214935303 <_> <_> <_>0 12 8 8 -1. <_>0 12 4 4 2. <_>4 16 4 4 2. 0 -0.0259015392512083 0.2516309916973114 -0.0325795114040375 <_> <_> <_>14 11 6 9 -1. <_>14 14 6 3 3. 0 0.0282644797116518 0.0212977193295956 -0.2397830933332443 <_> <_> <_>5 1 7 6 -1. <_>5 3 7 2 3. 0 -0.0530678816139698 0.7659469246864319 -0.0101632401347160 <_> <_> <_>9 5 3 14 -1. <_>9 12 3 7 2. 0 1.6842440236359835e-003 0.0401687286794186 -0.2181098014116287 <_> <_> <_>8 9 4 8 -1. <_>8 13 4 4 2. 0 6.5255112713202834e-004 -0.0321552492678165 0.2602804899215698 <_> <_> <_>7 5 6 14 -1. <_>7 12 6 7 2. 0 -0.1538109928369522 -0.7957018017768860 9.9420538172125816e-003 <_> <_> <_>4 9 4 8 -1. <_>6 9 2 8 2. 0 -1.7530319746583700e-004 0.0612571612000465 -0.1183089017868042 <_> <_> <_>12 9 6 9 -1. <_>14 9 2 9 3. 0 1.1829809518530965e-003 -0.0825895294547081 0.0582347586750984 <_> <_> <_>2 9 6 9 -1. <_>4 9 2 9 3. 0 0.0147538902238011 0.0467287786304951 -0.1987434029579163 <_> <_> <_>4 16 15 4 -1. <_>9 16 5 4 3. 0 0.0105925798416138 -0.0571571588516235 0.1226172968745232 <_> <_> <_>3 2 10 4 -1. <_>8 2 5 4 2. 0 -0.0466389693319798 0.3922199904918671 -0.0187704507261515 <_> <_> <_>10 0 4 12 -1. <_>10 0 2 12 2. 0 -2.2761020809412003e-003 -0.1981981992721558 0.0326699502766132 <_> <_> <_>6 0 4 12 -1. <_>8 0 2 12 2. 0 -8.9252636826131493e-005 -0.1779569983482361 0.0450881607830524 <_> <_> <_>7 4 6 7 -1. <_>9 4 2 7 3. 0 -4.8888921737670898e-003 0.3797332942485809 -0.0256225001066923 <_> <_> <_>5 2 3 13 -1. <_>6 2 1 13 3. 0 -4.7039450146257877e-003 -0.1407544016838074 0.0518858693540096 <_> <_> <_>12 5 5 9 -1. <_>12 8 5 3 3. 0 6.8887867964804173e-003 -0.0607079006731510 0.0673187822103500 <_> <_> <_>5 6 9 12 -1. <_>5 10 9 4 3. 0 0.0944499671459198 -0.0439751595258713 0.1688583046197891 <_> <_> <_>9 0 4 20 -1. <_>11 0 2 10 2. <_>9 10 2 10 2. 0 0.0515206716954708 3.8239071145653725e-003 -0.6307771205902100 <_> <_> <_>8 0 4 16 -1. <_>8 0 2 8 2. <_>10 8 2 8 2. 0 6.3957129605114460e-003 0.0440943092107773 -0.1815602034330368 <_> <_> <_>2 9 18 11 -1. <_>8 9 6 11 3. 0 -0.0496592707931995 0.1117423996329308 -0.0558212101459503 <_> <_> <_>0 11 6 9 -1. <_>0 14 6 3 3. 0 -6.9081829860806465e-003 -0.1403895020484924 0.0595357604324818 <_> <_> <_>13 6 6 12 -1. <_>13 6 3 12 2. 0 9.2546567320823669e-003 -0.0335879102349281 0.0585931017994881 <_> <_> <_>6 12 8 8 -1. <_>6 12 4 4 2. <_>10 16 4 4 2. 0 5.0454521551728249e-003 0.0537776611745358 -0.1362603008747101 <_> <_> <_>1 9 18 8 -1. <_>10 9 9 4 2. <_>1 13 9 4 2. 0 -0.0333334207534790 0.2464126944541931 -0.0318886786699295 <_> <_> <_>2 8 12 4 -1. <_>6 8 4 4 3. 0 0.0612010806798935 0.0200130306184292 -0.3932656943798065 <_> <_> <_>13 6 6 12 -1. <_>13 6 3 12 2. 0 -0.0101751200854778 0.0753246024250984 -0.0396225489675999 <_> <_> <_>1 6 6 12 -1. <_>4 6 3 12 2. 0 0.0102713704109192 -0.0522345192730427 0.1793947070837021 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0513378605246544 -0.3109723925590515 0.0216564703732729 <_> <_> <_>3 15 13 3 -1. <_>3 16 13 1 3. 0 2.3615739773958921e-003 -0.0648433193564415 0.1177197992801666 <_> <_> <_>7 15 13 3 -1. <_>7 16 13 1 3. 0 -2.7691819705069065e-003 0.1468258947134018 -0.0577945187687874 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 0.0214578099548817 0.0252693500369787 -0.3340482115745544 <_> <_> <_>17 0 3 14 -1. <_>18 0 1 14 3. 0 -5.9619098901748657e-003 0.0992413386702538 -0.0353719592094421 <_> <_> <_>0 0 20 16 -1. <_>0 8 20 8 2. 0 0.7521739006042481 7.7095897868275642e-003 -0.8643410801887512 <_> <_> <_>6 3 14 4 -1. <_>13 3 7 2 2. <_>6 5 7 2 2. 0 -9.2514551943168044e-004 0.0382519103586674 -0.0755976289510727 <_> <_> <_>0 2 20 6 -1. <_>0 2 10 3 2. <_>10 5 10 3 2. 0 4.0818289853632450e-003 0.0666991397738457 -0.1128949970006943 <_> <_> <_>17 0 3 14 -1. <_>18 0 1 14 3. 0 0.0162560101598501 -0.0187829006463289 0.1887574940919876 <_> <_> <_>5 9 4 9 -1. <_>7 9 2 9 2. 0 -9.3405954539775848e-003 -0.1646234989166260 0.0468597188591957 <_> <_> <_>11 11 4 7 -1. <_>11 11 2 7 2. 0 -3.8136378861963749e-004 0.0604981705546379 -0.1008936017751694 <_> <_> <_>5 7 6 10 -1. <_>7 7 2 10 3. 0 -0.0234709605574608 0.1854676008224487 -0.0395773015916348 <_> <_> <_>0 7 20 2 -1. <_>0 7 10 2 2. 0 -0.0786843523383141 -0.6054000854492188 0.0131629798561335 <_> <_> <_>3 4 14 12 -1. <_>3 4 7 6 2. <_>10 10 7 6 2. 0 0.1061614006757736 9.4080185517668724e-003 -0.7241687774658203 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 -0.0692113786935806 -0.9281964898109436 5.4140980355441570e-003 <_> <_> <_>6 5 6 8 -1. <_>8 5 2 8 3. 0 -0.0438282899558544 0.5493376851081848 -0.0155168296769261 <_> <_> <_>11 5 4 10 -1. <_>11 5 2 10 2. 0 5.6881271302700043e-003 0.0373288616538048 -0.1201948001980782 <_> <_> <_>1 2 18 14 -1. <_>7 2 6 14 3. 0 0.3693388104438782 -9.9545158445835114e-003 0.8160753846168518 <_> <_> <_>3 3 14 8 -1. <_>10 3 7 4 2. <_>3 7 7 4 2. 0 -0.0104475198313594 0.1419049948453903 -0.0497983992099762 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 0.0151513200253248 0.0227053202688694 -0.3452369868755341 <_> <_> <_>5 9 10 11 -1. <_>5 9 5 11 2. 0 0.1250385046005249 -0.0271509103477001 0.3037905097007752 <_> <_> <_>5 7 10 8 -1. <_>5 7 5 4 2. <_>10 11 5 4 2. 0 -9.1995187103748322e-003 -0.1702055931091309 0.0443142987787724 <_> <_> <_>16 0 4 16 -1. <_>16 8 4 8 2. 0 7.1795531548559666e-003 -0.0789717882871628 0.0639191567897797 <_> <_> <_>1 4 18 4 -1. <_>10 4 9 4 2. 0 -0.1821783035993576 -0.9759889245033264 7.1003441698849201e-003 <_> <_> <_>4 10 14 3 -1. <_>4 11 14 1 3. 0 1.5047369743115269e-005 -0.0989603772759438 0.0393710993230343 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0387634001672268 -0.5909513831138611 0.0104290395975113 <_> <_> <_>17 0 3 14 -1. <_>18 0 1 14 3. 0 -0.0437998808920383 0.2529020905494690 -9.5704924315214157e-003 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 -0.0567055195569992 -0.7246677279472351 9.0332692489027977e-003 <_> <_> <_>13 1 6 10 -1. <_>16 1 3 5 2. <_>13 6 3 5 2. 0 0.0751839280128479 -6.7565650679171085e-003 0.7307543754577637 <_> <_> <_>1 1 6 10 -1. <_>1 1 3 5 2. <_>4 6 3 5 2. 0 -6.4183590002357960e-003 0.0854218304157257 -0.0760568827390671 <_> <_> <_>3 2 14 3 -1. <_>3 3 14 1 3. 0 1.3349299551919103e-003 0.0699776634573936 -0.0921879187226295 <_> <_> <_>3 12 13 3 -1. <_>3 13 13 1 3. 0 2.8028399683535099e-003 -0.0509531982243061 0.1293468028306961 <_> <_> <_>11 4 8 8 -1. <_>15 4 4 4 2. <_>11 8 4 4 2. 0 -0.0641968995332718 -0.6175134181976318 8.7323756888508797e-003 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 1.7879910301417112e-003 -0.0594454295933247 0.1132500991225243 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 2.3370790295302868e-003 0.0226433202624321 -0.1742707043886185 <_> <_> <_>0 14 14 2 -1. <_>0 15 14 1 2. 0 2.1500359289348125e-003 -0.0518462583422661 0.1502798944711685 <_> <_> <_>11 4 8 8 -1. <_>15 4 4 4 2. <_>11 8 4 4 2. 0 -0.0297449491918087 -0.1723556071519852 0.0161605402827263 <_> <_> <_>0 9 5 9 -1. <_>0 12 5 3 3. 0 -2.9182229191064835e-003 -0.1164601966738701 0.0533809401094913 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 -5.2581899799406528e-003 -0.0842621028423309 0.0368803516030312 <_> <_> <_>3 5 5 9 -1. <_>3 8 5 3 3. 0 0.0203024893999100 -0.0532972291111946 0.1694989055395126 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 3.1120770145207644e-003 0.0446304306387901 -0.1405466049909592 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 -0.0775247365236282 -0.6503828167915344 0.0104688899591565 <_> <_> <_>10 0 10 8 -1. <_>15 0 5 4 2. <_>10 4 5 4 2. 0 0.0209784507751465 -0.0300015695393085 0.1923335045576096 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 2.0581670105457306e-003 0.0515354312956333 -0.1311402022838593 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 -7.8407032415270805e-003 -0.1388293951749802 0.0506579317152500 <_> <_> <_>0 4 12 9 -1. <_>0 7 12 3 3. 0 -0.0718947499990463 0.2186698019504547 -0.0336151905357838 <_> <_> <_>0 7 20 4 -1. <_>0 9 20 2 2. 0 0.1421850025653839 0.0128802200779319 -0.5885351896286011 <_> <_> <_>5 2 10 4 -1. <_>10 2 5 4 2. 0 4.4800378382205963e-003 -0.0555220395326614 0.1197623014450073 <_> <_> <_>11 11 4 7 -1. <_>11 11 2 7 2. 0 -9.4673000276088715e-003 -0.1203638017177582 0.0302323605865240 <_> <_> <_>6 12 4 7 -1. <_>8 12 2 7 2. 0 -1.2275399640202522e-003 0.0835638269782066 -0.0870467200875282 <_> <_> <_>11 13 9 7 -1. <_>14 13 3 7 3. 0 -6.2556960619986057e-003 0.0693551376461983 -0.0351463407278061 <_> <_> <_>4 15 12 5 -1. <_>10 15 6 5 2. 0 0.0649539008736610 -0.0192965101450682 0.3489815890789032 <_> <_> <_>8 9 4 8 -1. <_>8 9 2 8 2. 0 -3.2067541033029556e-003 -0.1520569026470184 0.0558979287743568 <_> <_> <_>5 11 6 7 -1. <_>7 11 2 7 3. 0 -0.0482600890100002 -0.6030963063240051 0.0104638598859310 <_> <_> <_>8 5 6 7 -1. <_>8 5 3 7 2. 0 -4.2638331651687622e-003 -0.1527829021215439 0.0184243191033602 <_> <_> <_>6 5 6 7 -1. <_>9 5 3 7 2. 0 0.0493636913597584 -0.0254420097917318 0.3922775983810425 <_> <_> <_>2 6 16 9 -1. <_>2 9 16 3 3. 0 2.3624610621482134e-003 0.3851962089538574 -0.0170713607221842 <_> <_> <_>3 8 14 2 -1. <_>3 9 14 1 2. 0 2.5921489577740431e-003 -0.1545972973108292 0.0439757890999317 <_> <_> <_>9 4 3 15 -1. <_>9 9 3 5 3. 0 0.0115101700648665 0.0607402101159096 -0.0986718907952309 <_> <_> <_>7 10 4 8 -1. <_>7 14 4 4 2. 0 3.9182868786156178e-003 0.0261657498776913 -0.2969762980937958 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 0.0732656419277191 5.5715530179440975e-003 -0.3047415912151337 <_> <_> <_>0 9 4 11 -1. <_>2 9 2 11 2. 0 -4.8912810161709785e-003 0.1275378018617630 -0.0662368386983871 <_> <_> <_>7 3 8 10 -1. <_>7 8 8 5 2. 0 -0.0131870303303003 -0.2025769054889679 0.0303698293864727 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 1.8196239834651351e-003 0.0491981394588947 -0.1378270983695984 <_> <_> <_>7 16 8 4 -1. <_>7 16 4 4 2. 0 -0.0102994004264474 0.1353435963392258 -0.0291934702545404 <_> <_> <_>1 0 10 20 -1. <_>1 0 5 10 2. <_>6 10 5 10 2. 0 0.1715707927942276 -9.5548974350094795e-003 0.7139971852302551 <_> <_> <_>10 1 4 10 -1. <_>10 6 4 5 2. 0 -3.4571110736578703e-003 0.0610946305096149 -0.0768169984221458 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 3.3349241130053997e-004 -0.1876861006021500 0.0394117198884487 <_> <_> <_>1 7 18 4 -1. <_>10 7 9 2 2. <_>1 9 9 2 2. 0 0.0560192093253136 8.5914824157953262e-003 -0.7357705831527710 <_> <_> <_>5 14 10 6 -1. <_>5 16 10 2 3. 0 6.2299368437379599e-004 -0.0940620005130768 0.0679658874869347 <_> <_> <_>7 12 13 3 -1. <_>7 13 13 1 3. 0 -0.0142886796966195 0.2414492964744568 -0.0270254593342543 <_> <_> <_>2 11 7 6 -1. <_>2 13 7 2 3. 0 -9.9114552140235901e-003 -0.1534602940082550 0.0532433614134789 <_> <_> <_>11 12 5 8 -1. <_>11 16 5 4 2. 0 -0.0707279667258263 -0.7124310135841370 7.4889077804982662e-003 <_> <_> <_>4 12 5 8 -1. <_>4 16 5 4 2. 0 0.0161121692508459 -0.0354375094175339 0.2202602028846741 <_> <_> <_>10 10 10 4 -1. <_>10 12 10 2 2. 0 2.9938609804958105e-003 0.0115308202803135 -0.0920172408223152 <_> <_> <_>4 12 9 6 -1. <_>4 15 9 3 2. 0 1.4030840247869492e-003 0.0543021410703659 -0.1177761033177376 <_> <_> <_>10 10 10 4 -1. <_>10 12 10 2 2. 0 -0.0898949131369591 -0.6765859127044678 1.5741019742563367e-003 <_> <_> <_>0 10 10 4 -1. <_>0 12 10 2 2. 0 2.7459259144961834e-003 0.0298608001321554 -0.2209143042564392 <_> <_> <_>16 0 4 16 -1. <_>16 8 4 8 2. 0 0.0222259406000376 -0.0465929098427296 0.0804186910390854 <_> <_> <_>7 4 3 15 -1. <_>7 9 3 5 3. 0 4.4512529857456684e-003 0.1070649996399880 -0.0651014968752861 <_> <_> <_>9 10 10 6 -1. <_>14 10 5 3 2. <_>9 13 5 3 2. 0 -2.1191150881350040e-003 0.0398718602955341 -0.0525559596717358 <_> <_> <_>3 1 14 14 -1. <_>3 1 7 7 2. <_>10 8 7 7 2. 0 0.1022958979010582 0.0133862700313330 -0.4554656147956848 <_> <_> <_>16 5 4 14 -1. <_>18 5 2 7 2. <_>16 12 2 7 2. 0 -6.8260570988059044e-003 0.1269534975290299 -0.0597040317952633 <_> <_> <_>0 5 4 14 -1. <_>0 5 2 7 2. <_>2 12 2 7 2. 0 -0.0568905808031559 0.4018079936504364 -0.0160482693463564 <_> <_> <_>5 2 13 3 -1. <_>5 3 13 1 3. 0 -0.0185900293290615 -0.4037410914897919 0.0135025801137090 <_> <_> <_>0 16 17 2 -1. <_>0 17 17 1 2. 0 0.0338822007179260 7.8824451193213463e-003 -0.7926862239837647 <_> <_> <_>2 9 16 6 -1. <_>2 12 16 3 2. 0 1.8759339582175016e-003 -0.0345212407410145 0.1817788034677506 <_> <_> <_>1 10 18 2 -1. <_>1 11 18 1 2. 0 1.5652549918740988e-003 0.0484198890626431 -0.1518516987562180 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 3.9563868194818497e-003 -0.0421620905399323 0.0789437219500542 -1.3404430150985718 28 -1 <_> <_> <_> <_>3 0 13 9 -1. <_>3 3 13 3 3. 0 0.0884874910116196 -0.2293592989444733 0.2400110960006714 <_> <_> <_>6 4 9 5 -1. <_>9 4 3 5 3. 0 0.0433443598449230 -0.1992744952440262 0.2029874026775360 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 0.0159850791096687 -0.1989088952541351 0.1923387944698334 <_> <_> <_>10 1 10 4 -1. <_>10 1 5 4 2. 0 0.0984112322330475 -0.0948308929800987 0.2447405010461807 <_> <_> <_>1 3 18 15 -1. <_>1 8 18 5 3. 0 0.0100799798965454 -0.4800091087818146 0.0598084516823292 <_> <_> <_>14 2 6 12 -1. <_>14 2 3 12 2. 0 0.0626299381256104 -0.1590265929698944 0.1516306996345520 <_> <_> <_>1 2 6 5 -1. <_>4 2 3 5 2. 0 0.0136238699778914 -0.2745133936405182 0.0904333665966988 <_> <_> <_>12 5 8 8 -1. <_>16 5 4 4 2. <_>12 9 4 4 2. 0 -3.8067731074988842e-003 -0.2934218049049377 0.0730208307504654 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -0.0146496100351214 0.2605907917022705 -0.0952483788132668 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 -4.9288192531093955e-004 0.0593522191047668 -0.2808147072792053 <_> <_> <_>0 0 17 3 -1. <_>0 1 17 1 3. 0 -5.1220930181443691e-003 -0.2421803027391434 0.0817015096545219 <_> <_> <_>6 5 9 8 -1. <_>6 9 9 4 2. 0 3.3120220177806914e-004 -0.4009391069412231 0.0340260900557041 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 -7.4724480509757996e-004 0.0605607889592648 -0.2912786900997162 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0488296709954739 -0.0722984224557877 0.2613297104835510 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 0.0269940104335546 0.0954571291804314 -0.2675864994525909 <_> <_> <_>4 8 15 3 -1. <_>9 8 5 3 3. 0 -2.1151660475879908e-003 -0.2577306926250458 0.0532478690147400 <_> <_> <_>1 8 15 3 -1. <_>6 8 5 3 3. 0 2.2652999177807942e-005 -0.3009231090545654 0.0590967908501625 <_> <_> <_>4 13 13 3 -1. <_>4 14 13 1 3. 0 0.0110349301248789 -0.0742779374122620 0.1904879063367844 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0102752195671201 -0.3283599913120270 0.0492186881601810 <_> <_> <_>10 1 7 4 -1. <_>10 3 7 2 2. 0 -8.3319991827011108e-003 -0.2965146899223328 0.0394287891685963 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0508086718618870 -0.0476612411439419 0.3740425109863281 <_> <_> <_>10 9 6 10 -1. <_>13 9 3 5 2. <_>10 14 3 5 2. 0 -1.2126479996368289e-003 -0.1214888989925385 0.0650594383478165 <_> <_> <_>0 10 20 5 -1. <_>10 10 10 5 2. 0 4.1254470124840736e-003 -0.1491204053163528 0.1114611998200417 <_> <_> <_>2 1 16 4 -1. <_>10 1 8 2 2. <_>2 3 8 2 2. 0 -0.0182843599468470 -0.2857351899147034 0.0592681318521500 <_> <_> <_>4 0 12 6 -1. <_>4 3 12 3 2. 0 0.1415628045797348 -0.0344361513853073 0.4637441933155060 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 -0.0369824208319187 -0.5085319876670837 0.0250870808959007 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 5.0303530879318714e-003 0.0946269035339355 -0.1612031012773514 <_> <_> <_>2 3 16 17 -1. <_>2 3 8 17 2. 0 -0.4614908099174500 0.4509657025337219 -0.0312092900276184 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0197946894913912 -0.4104653000831604 0.0387902893126011 <_> <_> <_>12 5 8 8 -1. <_>16 5 4 4 2. <_>12 9 4 4 2. 0 -0.0238720308989286 -0.1525274068117142 9.2825219035148621e-003 <_> <_> <_>0 5 8 8 -1. <_>0 5 4 4 2. <_>4 9 4 4 2. 0 1.8736299825832248e-003 -0.1918659955263138 0.0690484866499901 <_> <_> <_>18 4 2 16 -1. <_>18 12 2 8 2. 0 0.0582442991435528 -0.0226122308522463 0.2197508066892624 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0152811501175165 0.0563797503709793 -0.2417110055685043 <_> <_> <_>2 0 18 3 -1. <_>8 0 6 3 3. 0 0.1334712058305740 -0.0418463498353958 0.1364179998636246 <_> <_> <_>2 6 15 3 -1. <_>2 7 15 1 3. 0 -0.0183592401444912 0.1365070044994354 -0.1053709015250206 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0112365297973156 -0.2104516029357910 0.0618727616965771 <_> <_> <_>2 12 16 6 -1. <_>2 14 16 2 3. 0 -0.0720137432217598 -0.3848884999752045 0.0367311798036098 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0198934208601713 0.1991371959447861 -0.0544709488749504 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -8.1342989578843117e-003 -0.2752938866615295 0.0471528209745884 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 -0.0136144598945975 0.1924871057271957 -0.0600259304046631 <_> <_> <_>3 0 3 13 -1. <_>4 0 1 13 3. 0 -6.4553669653832912e-003 -0.2148008048534393 0.0626549199223518 <_> <_> <_>5 5 10 12 -1. <_>10 5 5 6 2. <_>5 11 5 6 2. 0 -0.0722887068986893 -0.5320072770118713 0.0221324805170298 <_> <_> <_>2 4 14 12 -1. <_>2 4 7 6 2. <_>9 10 7 6 2. 0 -0.0704259797930717 -0.3258849084377289 0.0371509008109570 <_> <_> <_>18 4 2 16 -1. <_>18 12 2 8 2. 0 -0.0122196702286601 -0.0659457221627235 0.0287281107157469 <_> <_> <_>5 4 9 5 -1. <_>8 4 3 5 3. 0 6.9816941395401955e-003 -0.2850838899612427 0.0425124689936638 <_> <_> <_>15 0 3 15 -1. <_>16 0 1 15 3. 0 -2.1437550894916058e-003 -0.1001932024955750 0.0711989998817444 <_> <_> <_>2 0 3 15 -1. <_>3 0 1 15 3. 0 -1.5813990030437708e-003 -0.1292670965194702 0.0953322723507881 <_> <_> <_>8 6 6 8 -1. <_>8 10 6 4 2. 0 2.1735160771640949e-005 -0.1924615949392319 0.0537246987223625 <_> <_> <_>1 4 6 16 -1. <_>1 4 3 8 2. <_>4 12 3 8 2. 0 -0.1007528007030487 0.5818105936050415 -0.0211555194109678 <_> <_> <_>3 0 15 2 -1. <_>3 1 15 1 2. 0 8.0153037561103702e-004 -0.1675217002630234 0.0619126893579960 <_> <_> <_>7 2 6 14 -1. <_>7 2 3 7 2. <_>10 9 3 7 2. 0 -0.0134243704378605 0.1700782030820847 -0.0658217296004295 <_> <_> <_>10 2 6 7 -1. <_>12 2 2 7 3. 0 0.0250065103173256 0.0318387895822525 -0.3566446006298065 <_> <_> <_>5 1 3 16 -1. <_>6 1 1 16 3. 0 -0.0230613108724356 -0.5344607830047607 0.0205004308372736 <_> <_> <_>6 2 9 10 -1. <_>6 7 9 5 2. 0 -8.1409228732809424e-004 0.0737168118357658 -0.0983857288956642 <_> <_> <_>9 2 2 13 -1. <_>10 2 1 13 2. 0 -0.0130834402516484 0.2358510047197342 -0.0478937588632107 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 0.0104809096083045 -0.0677257701754570 0.1178323030471802 <_> <_> <_>2 6 14 6 -1. <_>2 6 7 3 2. <_>9 9 7 3 2. 0 -0.0431982688605785 -0.4381685853004456 0.0251015704125166 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -3.2453269232064486e-003 -0.2245175987482071 0.0430568903684616 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 -1.6294110100716352e-003 -0.2338878065347672 0.0450734011828899 <_> <_> <_>9 5 7 9 -1. <_>9 8 7 3 3. 0 -0.0329114086925983 0.2101268023252487 -0.0212967004626989 <_> <_> <_>3 12 13 2 -1. <_>3 13 13 1 2. 0 1.4785619896429125e-005 -0.0708541572093964 0.1469694972038269 <_> <_> <_>9 13 8 6 -1. <_>9 15 8 2 3. 0 -0.0602085404098034 -0.5213583111763001 0.0195774007588625 <_> <_> <_>2 12 7 4 -1. <_>2 14 7 2 2. 0 1.1327289976179600e-003 0.0448174700140953 -0.2439045011997223 <_> <_> <_>6 17 13 3 -1. <_>6 18 13 1 3. 0 8.3639882504940033e-003 -0.0569760799407959 0.1168429031968117 <_> <_> <_>3 10 7 6 -1. <_>3 12 7 2 3. 0 0.0143133895471692 0.0474452115595341 -0.2220298945903778 <_> <_> <_>9 5 7 9 -1. <_>9 8 7 3 3. 0 -0.1153006032109261 0.8666297793388367 -4.2397230863571167e-003 <_> <_> <_>4 5 7 9 -1. <_>4 8 7 3 3. 0 -0.0207980908453465 0.2866652905941010 -0.0409195087850094 <_> <_> <_>5 5 13 3 -1. <_>5 6 13 1 3. 0 -0.0182687006890774 0.1308714002370834 -0.0453482009470463 <_> <_> <_>1 2 18 12 -1. <_>1 6 18 4 3. 0 -0.2549448907375336 -0.3241083920001984 0.0404963307082653 <_> <_> <_>4 4 13 3 -1. <_>4 5 13 1 3. 0 -0.0217865705490112 0.3312666118144989 -0.0370218008756638 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0427438989281654 0.0323168598115444 -0.3525961935520172 <_> <_> <_>10 2 4 8 -1. <_>10 2 2 8 2. 0 0.0347305908799171 0.0340495482087135 -0.2139337062835693 <_> <_> <_>6 2 4 8 -1. <_>8 2 2 8 2. 0 -8.8458160462323576e-005 -0.3113448023796082 0.0393645204603672 <_> <_> <_>8 0 12 16 -1. <_>14 0 6 8 2. <_>8 8 6 8 2. 0 0.2228846997022629 -8.7889749556779861e-003 0.8656687140464783 <_> <_> <_>0 0 18 6 -1. <_>6 0 6 6 3. 0 0.2704513967037201 -0.0526949018239975 0.1874651014804840 <_> <_> <_>12 0 8 4 -1. <_>12 0 4 4 2. 0 -0.0247899405658245 0.2765029966831207 -0.0273062493652105 <_> <_> <_>0 0 6 7 -1. <_>3 0 3 7 2. 0 -0.0357311703264713 0.4115746915340424 -0.0228860899806023 <_> <_> <_>9 13 6 7 -1. <_>11 13 2 7 3. 0 0.0478425808250904 0.0229893606156111 -0.4128724932670593 <_> <_> <_>6 4 6 7 -1. <_>8 4 2 7 3. 0 -0.0318460911512375 0.3807303905487061 -0.0295822303742170 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -6.9219218567013741e-003 -0.1374137997627258 0.0487101189792156 <_> <_> <_>1 14 17 6 -1. <_>1 16 17 2 3. 0 0.0413397587835789 0.0441196300089359 -0.2356161028146744 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -0.0341570712625980 -0.2487792968750000 0.0118720596656203 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 -0.0121989902108908 -0.2142619937658310 0.0515333004295826 <_> <_> <_>5 5 13 3 -1. <_>5 6 13 1 3. 0 -7.9321218654513359e-003 0.0815533325076103 -0.0699217170476913 <_> <_> <_>5 13 6 7 -1. <_>7 13 2 7 3. 0 -0.0426653884351254 -0.5061656236648560 0.0192379690706730 <_> <_> <_>12 10 4 7 -1. <_>12 10 2 7 2. 0 0.0354458801448345 -0.0163948405534029 0.1705784946680069 <_> <_> <_>1 9 18 11 -1. <_>7 9 6 11 3. 0 0.4568628072738648 0.0192641708999872 -0.5441359281539917 <_> <_> <_>10 10 6 7 -1. <_>12 10 2 7 3. 0 0.0311184208840132 -0.0307769794017076 0.1358110010623932 <_> <_> <_>4 10 6 7 -1. <_>6 10 2 7 3. 0 -0.0161036793142557 0.2124428004026413 -0.0483417809009552 <_> <_> <_>9 10 9 9 -1. <_>12 10 3 9 3. 0 5.7916441000998020e-003 -0.0739843770861626 0.0357490293681622 <_> <_> <_>0 10 10 10 -1. <_>0 10 5 5 2. <_>5 15 5 5 2. 0 -0.0656602978706360 0.2618337869644165 -0.0410048216581345 <_> <_> <_>12 15 6 5 -1. <_>12 15 3 5 2. 0 0.0814649835228920 0.0129289999604225 -0.3536277115345001 <_> <_> <_>1 15 8 5 -1. <_>5 15 4 5 2. 0 0.0125611703842878 -0.1910876929759979 0.0699659436941147 <_> <_> <_>5 14 14 2 -1. <_>5 14 7 2 2. 0 0.0787838026881218 -5.4801939986646175e-003 0.3921732902526856 <_> <_> <_>1 14 12 3 -1. <_>7 14 6 3 2. 0 0.0339848287403584 0.0843287631869316 -0.1247764006257057 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 0.0177183393388987 0.0447938293218613 -0.1976087987422943 <_> <_> <_>5 2 8 8 -1. <_>5 2 4 4 2. <_>9 6 4 4 2. 0 -9.8835285753011703e-003 -0.1514932960271835 0.0673480480909348 <_> <_> <_>6 16 14 4 -1. <_>13 16 7 2 2. <_>6 18 7 2 2. 0 0.0238502305001020 -0.0332198217511177 0.1613163053989410 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -0.0395907014608383 0.3990392982959747 -0.0288859903812408 <_> <_> <_>3 15 14 4 -1. <_>10 15 7 2 2. <_>3 17 7 2 2. 0 0.0349619202315807 0.0221032295376062 -0.5288540720939636 <_> <_> <_>0 6 20 2 -1. <_>10 6 10 2 2. 0 0.0948258414864540 9.5985615625977516e-003 -0.8203567266464233 <_> <_> <_>5 3 14 6 -1. <_>12 3 7 3 2. <_>5 6 7 3 2. 0 -0.1021554023027420 -0.2055155932903290 3.0388559680432081e-003 <_> <_> <_>5 5 10 6 -1. <_>5 7 10 2 3. 0 -9.3128867447376251e-003 0.0368270687758923 -0.2465641945600510 <_> <_> <_>0 2 20 2 -1. <_>0 3 20 1 2. 0 -5.4135788232088089e-003 -0.2387809008359909 0.0410151891410351 <_> <_> <_>6 0 8 6 -1. <_>6 3 8 3 2. 0 -0.0262819807976484 0.2785386145114899 -0.0368680804967880 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -9.9223516881465912e-003 -0.2532212138175964 0.0335225500166416 <_> <_> <_>0 5 13 14 -1. <_>0 12 13 7 2. 0 -0.1710970997810364 -0.2940491139888763 0.0324326790869236 <_> <_> <_>14 11 4 8 -1. <_>14 15 4 4 2. 0 -8.7599586695432663e-003 0.0687875002622604 -0.1064717024564743 <_> <_> <_>0 0 20 8 -1. <_>0 0 10 4 2. <_>10 4 10 4 2. 0 0.1294253021478653 0.0132413003593683 -0.6892367005348206 <_> <_> <_>16 1 4 18 -1. <_>18 1 2 9 2. <_>16 10 2 9 2. 0 -0.0477239191532135 0.2221481055021286 -0.0285170804709196 <_> <_> <_>1 10 6 9 -1. <_>3 10 2 9 3. 0 0.1081231012940407 0.0119020203128457 -0.7791512012481690 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 5 2. <_>7 15 3 5 2. 0 -0.0274946894496679 -0.3019264042377472 0.0285402107983828 <_> <_> <_>4 7 12 12 -1. <_>4 7 6 6 2. <_>10 13 6 6 2. 0 -0.0495341382920742 -0.3001514077186585 0.0317509509623051 <_> <_> <_>7 12 13 3 -1. <_>7 13 13 1 3. 0 -0.0103583503514528 0.1228711977601051 -0.0391230396926403 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -0.0327058695256710 -0.3335491120815277 0.0279652904719114 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0135804796591401 0.1119289994239807 -0.0494710281491280 <_> <_> <_>0 0 16 6 -1. <_>0 2 16 2 3. 0 5.5075851269066334e-003 -0.1311812996864319 0.0694034770131111 <_> <_> <_>6 1 8 6 -1. <_>6 4 8 3 2. 0 0.0755081102252007 -0.0290196295827627 0.3941380083560944 <_> <_> <_>0 0 5 8 -1. <_>0 4 5 4 2. 0 0.0568114109337330 0.0267886593937874 -0.4198954999446869 <_> <_> <_>9 3 9 5 -1. <_>12 3 3 5 3. 0 5.0004580989480019e-003 0.0462391600012779 -0.0676206499338150 <_> <_> <_>0 2 6 9 -1. <_>2 2 2 9 3. 0 0.0197174903005362 -0.0604025088250637 0.1663213968276978 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0647294521331787 -0.5248411893844605 0.0279226005077362 <_> <_> <_>4 5 10 6 -1. <_>4 5 5 3 2. <_>9 8 5 3 2. 0 -0.0306831300258636 0.2194546014070511 -0.0481116287410259 <_> <_> <_>7 1 10 6 -1. <_>12 1 5 3 2. <_>7 4 5 3 2. 0 8.1467535346746445e-003 0.0602792203426361 -0.1160089001059532 <_> <_> <_>0 2 18 4 -1. <_>0 2 9 2 2. <_>9 4 9 2 2. 0 7.9492190852761269e-003 0.0835634917020798 -0.1605300009250641 <_> <_> <_>17 1 2 17 -1. <_>17 1 1 17 2. 0 -0.0224061999469996 0.2827141880989075 -0.0281844791024923 <_> <_> <_>1 0 2 19 -1. <_>2 0 1 19 2. 0 0.0829937905073166 0.0104750599712133 -0.9687529206275940 <_> <_> <_>2 9 16 4 -1. <_>10 9 8 2 2. <_>2 11 8 2 2. 0 -7.0176632143557072e-003 -0.1375322937965393 0.0682054981589317 <_> <_> <_>1 6 18 8 -1. <_>1 6 9 4 2. <_>10 10 9 4 2. 0 -9.7560193389654160e-003 -0.1370708048343658 0.0728905871510506 <_> <_> <_>1 8 18 4 -1. <_>7 8 6 4 3. 0 -0.0522173792123795 -0.6430044174194336 0.0144922202453017 <_> <_> <_>5 4 3 10 -1. <_>5 9 3 5 2. 0 -7.8029942233115435e-004 -0.2647927105426788 0.0335178412497044 <_> <_> <_>5 2 10 6 -1. <_>5 4 10 2 3. 0 0.0379199311137199 -0.0848467871546745 0.1126058995723724 <_> <_> <_>7 7 4 10 -1. <_>7 12 4 5 2. 0 3.0561289750039577e-003 0.0480869412422180 -0.1900925040245056 <_> <_> <_>8 11 6 6 -1. <_>8 14 6 3 2. 0 0.0658622682094574 -5.2452040836215019e-003 0.9128062129020691 <_> <_> <_>1 6 15 5 -1. <_>6 6 5 5 3. 0 0.1556821018457413 0.0208840500563383 -0.4958043992519379 <_> <_> <_>8 5 4 12 -1. <_>8 9 4 4 3. 0 -1.9058469915762544e-003 0.1830590069293976 -0.0497563108801842 <_> <_> <_>1 8 10 12 -1. <_>1 8 5 6 2. <_>6 14 5 6 2. 0 -0.0983569994568825 0.4802044928073883 -0.0203843098133802 <_> <_> <_>14 12 5 6 -1. <_>14 15 5 3 2. 0 4.2754490859806538e-003 0.0400959290564060 -0.1407112926244736 <_> <_> <_>0 12 18 4 -1. <_>0 12 9 2 2. <_>9 14 9 2 2. 0 -0.0140330102294683 -0.2079156041145325 0.0525762997567654 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0801794081926346 -0.0257905591279268 0.3765121996402741 <_> <_> <_>1 3 18 12 -1. <_>1 3 9 6 2. <_>10 9 9 6 2. 0 0.1817575991153717 0.0114286495372653 -0.8338211178779602 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -0.0191416908055544 -0.5052285790443420 0.0126055199652910 <_> <_> <_>5 2 9 6 -1. <_>5 4 9 2 3. 0 -0.0512608289718628 0.5829253196716309 -0.0161097496747971 <_> <_> <_>15 3 2 17 -1. <_>15 3 1 17 2. 0 0.0644781365990639 0.0102373296394944 -0.6030235290527344 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 0.0312383007258177 0.0208458509296179 -0.3978582918643951 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 -5.0772321410477161e-003 0.1233154013752937 -0.0352249816060066 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 -1.9385579507797956e-003 0.1572668999433518 -0.0733163207769394 <_> <_> <_>7 5 6 8 -1. <_>9 5 2 8 3. 0 0.0240997895598412 -0.1117860972881317 0.1073898002505302 <_> <_> <_>3 3 2 17 -1. <_>4 3 1 17 2. 0 -8.8700000196695328e-003 -0.3604820072650909 0.0270342491567135 <_> <_> <_>2 0 18 4 -1. <_>11 0 9 2 2. <_>2 2 9 2 2. 0 -0.0374241210520267 -0.3522940874099731 0.0167865306138992 <_> <_> <_>0 0 18 4 -1. <_>0 0 9 2 2. <_>9 2 9 2 2. 0 -0.0200670696794987 -0.2746093869209290 0.0395325906574726 <_> <_> <_>11 12 6 8 -1. <_>13 12 2 8 3. 0 0.0651698708534241 0.0114021599292755 -0.2481995970010757 <_> <_> <_>3 12 6 8 -1. <_>5 12 2 8 3. 0 0.0381574705243111 0.0463233105838299 -0.2098951041698456 <_> <_> <_>7 12 10 6 -1. <_>12 12 5 3 2. <_>7 15 5 3 2. 0 0.0110751800239086 0.0344111584126949 -0.0512565001845360 <_> <_> <_>5 0 9 14 -1. <_>8 0 3 14 3. 0 0.1158348023891449 0.0422828309237957 -0.2170549929141998 <_> <_> <_>4 3 15 4 -1. <_>9 3 5 4 3. 0 -0.0467207804322243 0.2309352010488510 -8.3234477788209915e-003 <_> <_> <_>1 3 15 4 -1. <_>6 3 5 4 3. 0 0.1256745010614395 -0.0498825013637543 0.2101844996213913 <_> <_> <_>13 5 4 14 -1. <_>15 5 2 7 2. <_>13 12 2 7 2. 0 1.8088010256178677e-004 -0.1183658987283707 0.0842788964509964 <_> <_> <_>3 5 4 14 -1. <_>3 5 2 7 2. <_>5 12 2 7 2. 0 0.0104706902056932 -0.0862106084823608 0.1176085025072098 <_> <_> <_>11 0 4 7 -1. <_>11 0 2 7 2. 0 0.0580657199025154 0.0155827002599835 -0.7421792149543762 <_> <_> <_>5 0 4 7 -1. <_>7 0 2 7 2. 0 2.2783069871366024e-003 -0.1915138065814972 0.0479906387627125 <_> <_> <_>7 12 10 6 -1. <_>12 12 5 3 2. <_>7 15 5 3 2. 0 -0.0695965588092804 -0.7324169278144836 1.1130559723824263e-003 <_> <_> <_>3 12 10 6 -1. <_>3 12 5 3 2. <_>8 15 5 3 2. 0 0.0589078702032566 0.0168783906847239 -0.5440040826797485 <_> <_> <_>3 4 16 6 -1. <_>11 4 8 3 2. <_>3 7 8 3 2. 0 -0.0806588232517242 0.2992295920848846 -0.0185705702751875 <_> <_> <_>4 1 6 7 -1. <_>6 1 2 7 3. 0 0.0176869295537472 0.0429361611604691 -0.2259155064821243 <_> <_> <_>6 13 14 3 -1. <_>6 14 14 1 3. 0 -0.0163190700113773 0.1888964027166367 -0.0470473989844322 <_> <_> <_>4 3 6 7 -1. <_>6 3 2 7 3. 0 -0.0395275689661503 -0.3265733122825623 0.0287622194737196 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 1.9769819919019938e-003 -0.0882174968719482 0.0574027299880981 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -0.0302720293402672 -0.5117791295051575 0.0173592492938042 <_> <_> <_>8 11 6 7 -1. <_>10 11 2 7 3. 0 0.0537864193320274 0.0120715703815222 -0.4020195901393890 <_> <_> <_>2 4 6 12 -1. <_>5 4 3 12 2. 0 -9.4136483967304230e-003 0.2472815066576004 -0.0367347411811352 <_> <_> <_>10 0 10 18 -1. <_>10 0 5 18 2. 0 -0.0590145289897919 -0.1327728927135468 0.0152207398787141 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.0894176065921783 -0.2591714859008789 0.0375636294484138 <_> <_> <_>7 10 6 9 -1. <_>7 10 3 9 2. 0 -0.0879961401224136 0.4920088052749634 -0.0212108399719000 <_> <_> <_>6 12 6 8 -1. <_>8 12 2 8 3. 0 -0.0507475696504116 -0.4856776893138886 0.0200053192675114 <_> <_> <_>3 18 14 2 -1. <_>3 19 14 1 2. 0 -0.0389182604849339 -0.8955854773521423 7.8960238024592400e-003 <_> <_> <_>1 6 7 6 -1. <_>1 8 7 2 3. 0 0.0209681391716003 -0.0544317103922367 0.1612336039543152 <_> <_> <_>13 5 7 4 -1. <_>13 7 7 2 2. 0 -0.0321030691266060 -0.3682270050048828 0.0191633496433496 <_> <_> <_>0 5 7 4 -1. <_>0 7 7 2 2. 0 5.5592609569430351e-003 0.0783684402704239 -0.1184248998761177 <_> <_> <_>8 5 11 15 -1. <_>8 10 11 5 3. 0 0.0595542490482330 -0.0522909387946129 0.0361948795616627 <_> <_> <_>3 9 10 9 -1. <_>8 9 5 9 2. 0 -0.0109731601551175 0.1585599035024643 -0.0558044910430908 <_> <_> <_>4 1 13 3 -1. <_>4 2 13 1 3. 0 -0.0119346501305699 -0.2571750879287720 0.0328298509120941 <_> <_> <_>7 0 4 12 -1. <_>7 6 4 6 2. 0 0.0604416318237782 -0.0387208014726639 0.2297187000513077 <_> <_> <_>8 2 4 8 -1. <_>8 6 4 4 2. 0 -8.2118069985881448e-004 0.0697387903928757 -0.1599200069904327 <_> <_> <_>2 16 16 3 -1. <_>10 16 8 3 2. 0 0.0204693898558617 -0.0843492671847343 0.1013950034976006 <_> <_> <_>6 7 9 5 -1. <_>9 7 3 5 3. 0 -0.0763057619333267 0.8317422866821289 -5.0806580111384392e-003 <_> <_> <_>5 7 9 5 -1. <_>8 7 3 5 3. 0 0.0605518892407417 -0.0379711613059044 0.2185014933347702 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -4.1085779666900635e-003 -0.1149664968252182 0.0366474799811840 <_> <_> <_>5 5 4 11 -1. <_>7 5 2 11 2. 0 0.0123999696224928 0.0628383010625839 -0.1414466053247452 <_> <_> <_>9 6 6 10 -1. <_>12 6 3 5 2. <_>9 11 3 5 2. 0 -0.0714557021856308 -0.4267379045486450 0.0139471096917987 <_> <_> <_>5 6 6 10 -1. <_>5 6 3 5 2. <_>8 11 3 5 2. 0 0.0337090305984020 -0.0127135999500752 0.7477509975433350 <_> <_> <_>4 8 16 8 -1. <_>12 8 8 4 2. <_>4 12 8 4 2. 0 0.0347427688539028 0.0209695007652044 -0.1463028043508530 <_> <_> <_>0 8 16 8 -1. <_>0 8 8 4 2. <_>8 12 8 4 2. 0 -0.0437052994966507 0.1806475073099136 -0.0523351803421974 <_> <_> <_>9 8 10 10 -1. <_>14 8 5 5 2. <_>9 13 5 5 2. 0 0.0849268734455109 6.9014527834951878e-003 -0.2607395946979523 <_> <_> <_>1 8 10 10 -1. <_>1 8 5 5 2. <_>6 13 5 5 2. 0 -0.0171190798282623 -0.1459008008241653 0.0674846768379211 <_> <_> <_>11 1 9 16 -1. <_>14 1 3 16 3. 0 0.3363071978092194 7.8989071771502495e-003 -0.8385292887687683 <_> <_> <_>3 4 6 12 -1. <_>6 4 3 12 2. 0 0.1237123012542725 -0.0254827104508877 0.3909803926944733 <_> <_> <_>14 12 6 8 -1. <_>16 12 2 8 3. 0 -0.1119590029120445 -0.3831711113452911 6.0780011117458344e-003 <_> <_> <_>0 12 6 8 -1. <_>2 12 2 8 3. 0 -0.1088189035654068 -0.7136299014091492 0.0127000696957111 -1.4275209903717041 29 -1 <_> <_> <_> <_>0 2 10 3 -1. <_>5 2 5 3 2. 0 9.6844611689448357e-003 -0.1945503950119019 0.2004801928997040 <_> <_> <_>6 4 8 6 -1. <_>6 6 8 2 3. 0 -6.6196201369166374e-003 0.0922116413712502 -0.3482440114021301 <_> <_> <_>7 6 6 12 -1. <_>7 12 6 6 2. 0 5.6163137778639793e-003 0.0667676106095314 -0.4117226004600525 <_> <_> <_>10 1 4 18 -1. <_>12 1 2 9 2. <_>10 10 2 9 2. 0 -1.6882510390132666e-003 0.0726297125220299 -0.2069447934627533 <_> <_> <_>4 6 4 14 -1. <_>4 6 2 7 2. <_>6 13 2 7 2. 0 -2.9599820263683796e-003 -0.2063589990139008 0.0773354172706604 <_> <_> <_>13 4 3 10 -1. <_>13 9 3 5 2. 0 1.7798959743231535e-003 -0.3214946985244751 0.0641071274876595 <_> <_> <_>1 3 14 12 -1. <_>1 3 7 6 2. <_>8 9 7 6 2. 0 -4.0264189010486007e-004 0.0795122534036636 -0.2405108958482742 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -5.0024548545479774e-004 0.0866756066679955 -0.2050417065620422 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -2.0284270867705345e-003 0.1432249993085861 -0.1222056970000267 <_> <_> <_>12 10 5 9 -1. <_>12 13 5 3 3. 0 6.0648359358310699e-003 0.0378605797886848 -0.2437545955181122 <_> <_> <_>1 14 18 4 -1. <_>1 14 9 2 2. <_>10 16 9 2 2. 0 9.6257496625185013e-003 0.0571418404579163 -0.2882792055606842 <_> <_> <_>7 6 6 14 -1. <_>9 6 2 14 3. 0 2.5888499803841114e-003 -0.1890601962804794 0.0864302068948746 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 2.9090950265526772e-003 -0.0831084698438644 0.1761883944272995 <_> <_> <_>10 10 4 8 -1. <_>10 14 4 4 2. 0 2.2233440540730953e-003 0.0201501697301865 -0.2488275021314621 <_> <_> <_>6 8 8 12 -1. <_>6 8 4 6 2. <_>10 14 4 6 2. 0 -9.8997671157121658e-003 -0.2063976973295212 0.0609850101172924 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 0.0196893904358149 -0.0344524383544922 0.2006977945566177 <_> <_> <_>0 0 18 2 -1. <_>9 0 9 2 2. 0 0.0211067702621222 0.0438868589699268 -0.2661089003086090 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -7.2028310969471931e-003 0.1701551973819733 -0.0546393394470215 <_> <_> <_>1 11 7 6 -1. <_>1 13 7 2 3. 0 4.0647671557962894e-003 0.0521828085184097 -0.2130403071641922 <_> <_> <_>9 5 6 10 -1. <_>12 5 3 5 2. <_>9 10 3 5 2. 0 -2.8419198933988810e-003 0.0531802102923393 -0.1766956001520157 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 -0.0494618192315102 0.3722133040428162 -0.0339698493480682 <_> <_> <_>6 1 9 5 -1. <_>9 1 3 5 3. 0 0.0430241599678993 0.0312515497207642 -0.3183189034461975 <_> <_> <_>3 2 13 2 -1. <_>3 3 13 1 2. 0 -7.0111698005348444e-004 -0.2034021019935608 0.0589641705155373 <_> <_> <_>4 0 14 3 -1. <_>4 1 14 1 3. 0 5.7489587925374508e-004 -0.0949371904134750 0.1053818985819817 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 -1.4911209291312844e-004 0.0684236884117126 -0.1820777952671051 <_> <_> <_>7 1 10 6 -1. <_>12 1 5 3 2. <_>7 4 5 3 2. 0 8.7993890047073364e-003 0.0338660702109337 -0.1162557974457741 <_> <_> <_>0 0 15 3 -1. <_>5 0 5 3 3. 0 -8.7150773033499718e-003 0.1804129034280777 -0.0657215267419815 <_> <_> <_>4 7 15 5 -1. <_>9 7 5 5 3. 0 -0.0137276295572519 -0.1333781033754349 0.0359666012227535 <_> <_> <_>0 7 6 12 -1. <_>0 11 6 4 3. 0 -2.3620850406587124e-003 -0.1908807009458542 0.0618498101830482 <_> <_> <_>6 17 13 3 -1. <_>6 18 13 1 3. 0 1.7863539978861809e-003 -0.0830715373158455 0.0989261269569397 <_> <_> <_>1 7 15 5 -1. <_>6 7 5 5 3. 0 -9.4514712691307068e-003 -0.1802491992712021 0.0601467601954937 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0481952801346779 -0.0266172997653484 0.3013446927070618 <_> <_> <_>1 8 18 3 -1. <_>1 9 18 1 3. 0 -1.2248229468241334e-003 -0.2356013953685761 0.0455729104578495 <_> <_> <_>14 0 6 11 -1. <_>16 0 2 11 3. 0 -0.0428511016070843 0.1608632951974869 -0.0234559401869774 <_> <_> <_>3 1 12 6 -1. <_>3 1 6 3 2. <_>9 4 6 3 2. 0 3.4798709675669670e-003 0.0768826305866241 -0.1329917013645172 <_> <_> <_>6 5 8 6 -1. <_>6 7 8 2 3. 0 -3.9859190583229065e-003 0.0431151911616325 -0.2313275933265686 <_> <_> <_>0 0 6 11 -1. <_>2 0 2 11 3. 0 0.0431398488581181 -0.0367800705134869 0.2388345003128052 <_> <_> <_>8 5 5 12 -1. <_>8 11 5 6 2. 0 -0.0174366291612387 -0.1404626071453095 0.0590770505368710 <_> <_> <_>1 4 6 16 -1. <_>1 4 3 8 2. <_>4 12 3 8 2. 0 -0.0752548873424530 0.3632852137088776 -0.0313802808523178 <_> <_> <_>13 5 6 10 -1. <_>16 5 3 5 2. <_>13 10 3 5 2. 0 0.0601255409419537 8.2496693357825279e-003 -0.2348520010709763 <_> <_> <_>1 5 6 10 -1. <_>1 5 3 5 2. <_>4 10 3 5 2. 0 1.2755369534716010e-003 -0.1226816996932030 0.0900715366005898 <_> <_> <_>16 2 4 8 -1. <_>16 6 4 4 2. 0 -1.3465109514072537e-003 -0.1455423980951309 0.0707611665129662 <_> <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 0.0237584691494703 -0.0518349893391132 0.1758390069007874 <_> <_> <_>6 1 8 16 -1. <_>6 9 8 8 2. 0 2.2376580163836479e-003 0.0917633399367332 -0.1120605021715164 <_> <_> <_>6 12 6 7 -1. <_>8 12 2 7 3. 0 3.8662939332425594e-003 0.0623901896178722 -0.1514233946800232 <_> <_> <_>7 1 6 13 -1. <_>7 1 3 13 2. 0 0.0768680423498154 -0.0276401992887259 0.3763613104820252 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0166171994060278 0.0330678187310696 -0.3095065057277679 <_> <_> <_>2 10 18 10 -1. <_>8 10 6 10 3. 0 -0.0461450293660164 0.1079813987016678 -0.0582774393260479 <_> <_> <_>0 0 8 20 -1. <_>4 0 4 20 2. 0 0.0982066094875336 0.0175021607428789 -0.5086191892623901 <_> <_> <_>10 0 8 6 -1. <_>10 0 4 6 2. 0 4.7838049940764904e-003 -0.1020781025290489 0.0577968508005142 <_> <_> <_>5 2 8 9 -1. <_>5 5 8 3 3. 0 0.0204676892608404 -0.0203620102256536 0.4500145018100739 <_> <_> <_>16 2 4 8 -1. <_>16 6 4 4 2. 0 0.0151417003944516 0.0281403791159391 -0.0851300284266472 <_> <_> <_>3 3 14 2 -1. <_>10 3 7 2 2. 0 5.2229189313948154e-003 -0.0577892586588860 0.1558032929897308 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 0.0188712999224663 0.0270537994801998 -0.1204636022448540 <_> <_> <_>3 3 13 3 -1. <_>3 4 13 1 3. 0 4.5608580112457275e-003 -0.0795675888657570 0.1157101020216942 <_> <_> <_>16 2 4 8 -1. <_>16 6 4 4 2. 0 -0.0121725499629974 -0.1614917963743210 0.0245715398341417 <_> <_> <_>0 1 11 12 -1. <_>0 7 11 6 2. 0 -0.1646880954504013 -0.6571279168128967 0.0124286897480488 <_> <_> <_>9 0 9 5 -1. <_>12 0 3 5 3. 0 1.8241419456899166e-003 -0.0915267392992973 0.0878513902425766 <_> <_> <_>3 0 9 5 -1. <_>6 0 3 5 3. 0 -5.4591207299381495e-004 -0.1258120983839035 0.0669683814048767 <_> <_> <_>2 0 18 8 -1. <_>8 0 6 8 3. 0 2.1177160087972879e-003 0.1426133066415787 -0.0617294684052467 <_> <_> <_>0 15 14 2 -1. <_>0 16 14 1 2. 0 1.1853260220959783e-003 -0.0914256274700165 0.0920893624424934 <_> <_> <_>10 15 10 3 -1. <_>10 15 5 3 2. 0 7.9899299889802933e-003 -0.0631192177534103 0.1544629931449890 <_> <_> <_>7 10 3 10 -1. <_>7 15 3 5 2. 0 4.5044990256428719e-003 0.0409202985465527 -0.2247591018676758 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 7.4563547968864441e-003 -0.0395407006144524 0.2420867979526520 <_> <_> <_>4 11 12 6 -1. <_>4 11 6 3 2. <_>10 14 6 3 2. 0 6.3897971995174885e-003 0.0529007390141487 -0.1737896949052811 <_> <_> <_>3 12 16 6 -1. <_>11 12 8 3 2. <_>3 15 8 3 2. 0 -0.0590520687401295 -0.4795765876770020 8.3919316530227661e-003 <_> <_> <_>1 12 16 6 -1. <_>1 12 8 3 2. <_>9 15 8 3 2. 0 -0.0537462085485458 -0.5085443258285523 0.0168806705623865 <_> <_> <_>4 0 15 6 -1. <_>9 0 5 6 3. 0 -0.0918523669242859 0.1946624964475632 -0.0111296297982335 <_> <_> <_>1 0 15 6 -1. <_>6 0 5 6 3. 0 0.1503881961107254 -0.0201123505830765 0.4473851025104523 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 -0.0213174298405647 0.2967613935470581 -0.0282318405807018 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0127114197239280 0.0335709415376186 -0.2897258996963501 <_> <_> <_>5 0 10 6 -1. <_>5 3 10 3 2. 0 -0.0932879075407982 0.6438030004501343 -0.0149238798767328 <_> <_> <_>7 0 2 17 -1. <_>8 0 1 17 2. 0 -4.5716729946434498e-003 -0.2699424922466278 0.0332461111247540 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -3.4010890522040427e-004 0.0817155465483665 -0.1064226031303406 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -2.6096890214830637e-003 0.1840341985225678 -0.0647242367267609 <_> <_> <_>1 9 19 3 -1. <_>1 10 19 1 3. 0 4.6332611236721277e-004 -0.1428340971469879 0.0420332998037338 <_> <_> <_>6 0 6 18 -1. <_>8 0 2 18 3. 0 0.1409530043601990 9.4516919925808907e-003 -0.7772722840309143 <_> <_> <_>9 0 2 13 -1. <_>9 0 1 13 2. 0 2.0406199619174004e-003 -0.0665054321289063 0.1180540993809700 <_> <_> <_>0 10 20 6 -1. <_>0 13 20 3 2. 0 -0.0223020091652870 -0.1041987016797066 0.0893876776099205 <_> <_> <_>10 11 5 9 -1. <_>10 14 5 3 3. 0 3.9168349467217922e-003 0.0257693808525801 -0.1662549972534180 <_> <_> <_>3 4 13 3 -1. <_>3 5 13 1 3. 0 6.1153857968747616e-003 -0.0625316873192787 0.1407534927129746 <_> <_> <_>13 11 7 4 -1. <_>13 13 7 2 2. 0 -2.9564529540948570e-005 0.0469783097505569 -0.1086298972368240 <_> <_> <_>3 2 3 14 -1. <_>4 2 1 14 3. 0 1.4300559996627271e-004 -0.1000514999032021 0.0803357288241386 <_> <_> <_>12 3 2 17 -1. <_>12 3 1 17 2. 0 0.0114307897165418 0.0232013594359159 -0.3136690855026245 <_> <_> <_>0 9 6 9 -1. <_>3 9 3 9 2. 0 -0.0137246102094650 0.1281441003084183 -0.0612900294363499 <_> <_> <_>11 3 6 10 -1. <_>14 3 3 5 2. <_>11 8 3 5 2. 0 -0.0455487705767155 -0.4752830862998962 0.0136313401162624 <_> <_> <_>2 0 3 13 -1. <_>3 0 1 13 3. 0 7.6914107194170356e-004 -0.0894160270690918 0.0960914865136147 <_> <_> <_>4 5 16 2 -1. <_>4 5 8 2 2. 0 0.0638409107923508 0.0160640608519316 -0.3822189867496491 <_> <_> <_>4 1 3 13 -1. <_>5 1 1 13 3. 0 -7.2662779130041599e-003 -0.2194049060344696 0.0381705090403557 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0128285996615887 0.1470542997121811 -0.0558326691389084 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 -0.0914679691195488 -0.7926533222198486 0.0104046398773789 <_> <_> <_>12 3 2 17 -1. <_>12 3 1 17 2. 0 -2.7164160273969173e-003 -0.1772516965866089 0.0564558096230030 <_> <_> <_>0 15 10 3 -1. <_>5 15 5 3 2. 0 -0.1009757965803146 -0.5937265753746033 0.0131622403860092 <_> <_> <_>10 11 5 9 -1. <_>10 14 5 3 3. 0 -0.0379835590720177 -0.1507299989461899 0.0195573903620243 <_> <_> <_>5 11 5 9 -1. <_>5 14 5 3 3. 0 5.3728191414847970e-004 0.0522570498287678 -0.1799626052379608 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 0.0124439103528857 -0.0289530195295811 0.2544848918914795 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 -0.0181712806224823 0.3220398128032684 -0.0313951000571251 <_> <_> <_>3 11 16 9 -1. <_>3 14 16 3 3. 0 -0.0306191593408585 -0.1281727999448776 0.0604850202798843 <_> <_> <_>5 4 6 5 -1. <_>8 4 3 5 2. 0 2.8726200107485056e-003 -0.1480740010738373 0.0537960007786751 <_> <_> <_>10 0 10 16 -1. <_>10 8 10 8 2. 0 -0.2877267897129059 -0.8323444724082947 3.6127590574324131e-003 <_> <_> <_>0 0 10 16 -1. <_>0 8 10 8 2. 0 0.4105707108974457 8.3212452009320259e-003 -0.8247640728950501 <_> <_> <_>9 5 3 13 -1. <_>10 5 1 13 3. 0 0.0163705106824636 -0.0248491000384092 0.1630914062261581 <_> <_> <_>6 0 6 10 -1. <_>6 0 3 5 2. <_>9 5 3 5 2. 0 0.0536155700683594 0.0180340800434351 -0.4612697064876556 <_> <_> <_>11 10 3 10 -1. <_>11 15 3 5 2. 0 -1.0296109830960631e-003 0.0388243496417999 -0.0736259818077087 <_> <_> <_>0 0 4 16 -1. <_>0 0 2 8 2. <_>2 8 2 8 2. 0 -6.3063339330255985e-003 0.1328887045383453 -0.0558120608329773 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 6.8714357912540436e-003 0.0695624426007271 -0.1138314008712769 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -8.3098851609975100e-004 0.1000270023941994 -0.0857040286064148 <_> <_> <_>6 6 12 6 -1. <_>10 6 4 6 3. 0 0.0132882101461291 0.0426062606275082 -0.1172951012849808 <_> <_> <_>0 4 4 16 -1. <_>0 4 2 8 2. <_>2 12 2 8 2. 0 0.0170350391417742 -0.0427578501403332 0.2240010946989059 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 0.0321283005177975 0.0152969099581242 -0.5331755876541138 <_> <_> <_>5 0 7 6 -1. <_>5 2 7 2 3. 0 0.0114403301849961 -0.0589556097984314 0.1284248977899551 <_> <_> <_>11 3 6 10 -1. <_>14 3 3 5 2. <_>11 8 3 5 2. 0 2.5446009822189808e-003 0.0460377708077431 -0.1476019024848938 <_> <_> <_>3 3 6 10 -1. <_>3 3 3 5 2. <_>6 8 3 5 2. 0 -0.0350623689591885 -0.3472133874893189 0.0240204595029354 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 4.6889069490134716e-003 -0.0824602097272873 0.0762543827295303 <_> <_> <_>6 10 3 10 -1. <_>6 15 3 5 2. 0 -1.5067459571582731e-005 0.0582239888608456 -0.1349619030952454 <_> <_> <_>12 0 4 16 -1. <_>14 0 2 8 2. <_>12 8 2 8 2. 0 -6.5259548136964440e-004 0.0367804504930973 -0.0708813965320587 <_> <_> <_>4 0 4 16 -1. <_>4 0 2 8 2. <_>6 8 2 8 2. 0 4.5456850784830749e-004 0.0598955415189266 -0.1455395966768265 <_> <_> <_>5 13 15 7 -1. <_>10 13 5 7 3. 0 -0.1057047024369240 0.1376616060733795 -0.0223370995372534 <_> <_> <_>0 7 20 2 -1. <_>0 8 20 1 2. 0 -4.6019242145121098e-003 -0.3381172120571137 0.0225785095244646 <_> <_> <_>2 13 18 5 -1. <_>8 13 6 5 3. 0 5.5374279618263245e-003 -0.0412508696317673 0.0947506800293922 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 -2.7569069061428308e-003 0.1738086044788361 -0.0454176403582096 <_> <_> <_>12 7 6 12 -1. <_>15 7 3 6 2. <_>12 13 3 6 2. 0 4.1876680916175246e-004 -0.0552332587540150 0.0583426281809807 <_> <_> <_>2 7 6 12 -1. <_>2 7 3 6 2. <_>5 13 3 6 2. 0 -2.4587850202806294e-004 -0.0893730297684669 0.0811587497591972 <_> <_> <_>9 8 10 6 -1. <_>14 8 5 3 2. <_>9 11 5 3 2. 0 -0.0749914124608040 -0.5905706286430359 6.7846179008483887e-003 <_> <_> <_>1 8 10 6 -1. <_>1 8 5 3 2. <_>6 11 5 3 2. 0 1.7898950027301908e-003 0.0522622205317020 -0.1588426977396011 <_> <_> <_>4 13 13 3 -1. <_>4 14 13 1 3. 0 -3.2704160548746586e-003 0.1121689975261688 -0.0624884217977524 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -0.0178036503493786 -0.4573907852172852 0.0166502892971039 <_> <_> <_>0 8 20 10 -1. <_>0 13 20 5 2. 0 -0.3353793025016785 -0.8256465196609497 7.1495971642434597e-003 <_> <_> <_>0 13 15 7 -1. <_>5 13 5 7 3. 0 0.1145182996988297 -0.0189377199858427 0.4107643961906433 <_> <_> <_>7 11 6 9 -1. <_>9 11 2 9 3. 0 0.0651410520076752 0.0111964000388980 -0.7622531056404114 <_> <_> <_>1 11 9 8 -1. <_>4 11 3 8 3. 0 -0.0184424892067909 0.1400644034147263 -0.0515683181583881 <_> <_> <_>2 13 17 6 -1. <_>2 15 17 2 3. 0 0.0203626807779074 0.0276356805115938 -0.2262261062860489 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 -5.4255980066955090e-003 -0.1468822062015533 0.0512940697371960 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0146084800362587 0.2801474928855896 -0.0326688997447491 <_> <_> <_>5 6 4 8 -1. <_>5 10 4 4 2. 0 1.2462410377338529e-003 -0.2088883966207504 0.0332129597663879 <_> <_> <_>13 8 4 12 -1. <_>13 12 4 4 3. 0 -0.0514872595667839 0.1987269967794418 -0.0103762596845627 <_> <_> <_>4 5 12 12 -1. <_>4 5 6 6 2. <_>10 11 6 6 2. 0 -0.0141380596905947 -0.1619375050067902 0.0466047897934914 <_> <_> <_>5 5 10 6 -1. <_>10 5 5 3 2. <_>5 8 5 3 2. 0 -8.3356946706771851e-003 0.1642955988645554 -0.0426956303417683 <_> <_> <_>3 5 14 8 -1. <_>3 5 7 4 2. <_>10 9 7 4 2. 0 9.5129031687974930e-003 0.0449995696544647 -0.1597118973731995 <_> <_> <_>5 6 10 9 -1. <_>5 9 10 3 3. 0 -7.0411129854619503e-003 0.7063800096511841 -9.1527765616774559e-003 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 -4.0637628990225494e-004 0.0707477927207947 -0.1019425019621849 <_> <_> <_>12 9 8 4 -1. <_>12 11 8 2 2. 0 4.2529408819973469e-003 0.0319374799728394 -0.1035721972584724 <_> <_> <_>0 9 8 4 -1. <_>0 11 8 2 2. 0 -1.9221140246372670e-004 0.1024146005511284 -0.0899963676929474 <_> <_> <_>8 8 8 4 -1. <_>8 10 8 2 2. 0 -1.3621139805763960e-003 -0.1815731972455978 0.0239335205405951 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 -9.3250330537557602e-003 0.1588335931301117 -0.0453171394765377 <_> <_> <_>8 2 12 17 -1. <_>12 2 4 17 3. 0 -0.3464108109474182 -0.3590112924575806 9.8646534606814384e-003 <_> <_> <_>0 2 12 17 -1. <_>4 2 4 17 3. 0 0.0170269608497620 -0.0597310513257980 0.1257600039243698 <_> <_> <_>11 9 6 8 -1. <_>11 9 3 8 2. 0 -3.9226989611051977e-004 0.0648289769887924 -0.0920517668128014 <_> <_> <_>4 0 3 20 -1. <_>5 0 1 20 3. 0 7.0719248615205288e-003 0.0371445007622242 -0.1916742026805878 <_> <_> <_>5 14 14 6 -1. <_>12 14 7 3 2. <_>5 17 7 3 2. 0 2.9001249931752682e-003 -0.0626332089304924 0.0532489307224751 <_> <_> <_>0 14 14 6 -1. <_>0 14 7 3 2. <_>7 17 7 3 2. 0 -0.0241646692156792 0.3079889118671417 -0.0265059005469084 <_> <_> <_>9 12 10 6 -1. <_>9 14 10 2 3. 0 -0.0755094066262245 -0.6182727813720703 7.8803002834320068e-003 <_> <_> <_>1 14 5 6 -1. <_>1 17 5 3 2. 0 -2.6605799212120473e-004 0.0696196705102921 -0.0992688685655594 <_> <_> <_>11 0 3 13 -1. <_>12 0 1 13 3. 0 2.3389840498566628e-003 0.0422696918249130 -0.1629084944725037 <_> <_> <_>6 0 3 13 -1. <_>7 0 1 13 3. 0 -1.2518429430201650e-003 0.0908148288726807 -0.0796180069446564 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -1.9330839859321713e-003 0.0769560933113098 -0.0652342513203621 <_> <_> <_>1 4 18 9 -1. <_>7 4 6 9 3. 0 0.0238634403795004 -0.0779856517910957 0.0979265719652176 <_> <_> <_>11 9 6 8 -1. <_>11 9 3 8 2. 0 -0.0519950799643993 -0.2067606002092362 0.0122645301744342 <_> <_> <_>3 9 6 8 -1. <_>6 9 3 8 2. 0 -9.4953901134431362e-004 0.0720909312367439 -0.1245244964957237 <_> <_> <_>9 7 6 12 -1. <_>9 7 3 12 2. 0 -9.0458765625953674e-003 -0.1075676977634430 0.0260179992765188 <_> <_> <_>3 3 14 12 -1. <_>10 3 7 12 2. 0 0.0320191010832787 -0.0446895211935043 0.1671230047941208 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 -7.1996808983385563e-003 -0.1206556037068367 0.0533295497298241 <_> <_> <_>1 0 8 20 -1. <_>1 0 4 10 2. <_>5 10 4 10 2. 0 0.0972478836774826 -0.0200592800974846 0.4132153093814850 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 1.7411670414730906e-003 0.0252652000635862 -0.1140037998557091 <_> <_> <_>0 2 10 5 -1. <_>5 2 5 5 2. 0 -0.1569415032863617 -0.9612188935279846 7.4661090038716793e-003 <_> <_> <_>12 12 8 8 -1. <_>12 12 4 8 2. 0 -0.0205738209187984 0.1320753991603851 -0.0536888092756271 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 2.0626350305974483e-003 0.0378691405057907 -0.2033375054597855 <_> <_> <_>15 9 5 10 -1. <_>15 14 5 5 2. 0 0.1238159984350205 2.3662589956074953e-003 -0.4879466891288757 <_> <_> <_>0 9 5 10 -1. <_>0 14 5 5 2. 0 3.1255739741027355e-003 -0.0644760206341743 0.1505323946475983 <_> <_> <_>9 12 10 6 -1. <_>9 14 10 2 3. 0 0.0187663603574038 0.0126392301172018 -0.1912184953689575 <_> <_> <_>1 12 10 6 -1. <_>1 14 10 2 3. 0 -8.6109619587659836e-003 -0.1191655993461609 0.0665471702814102 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 0.0146041102707386 -0.0219809394329786 0.2683242857456207 <_> <_> <_>6 8 8 9 -1. <_>6 11 8 3 3. 0 1.8387939780950546e-003 -0.1150683015584946 0.0608405098319054 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 -0.5793070793151856 -1. 3.7629920989274979e-003 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1869073957204819 6.2871198169887066e-003 -0.9242666959762573 <_> <_> <_>7 8 9 12 -1. <_>7 12 9 4 3. 0 0.0183417499065399 0.0175167694687843 -0.1651940047740936 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 -0.0147765101864934 0.2506814002990723 -0.0261996407061815 <_> <_> <_>3 8 14 2 -1. <_>3 9 14 1 2. 0 0.0440323017537594 0.0114792799577117 -0.6466317176818848 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 3.5362939815968275e-003 0.0486700795590878 -0.1317166984081268 <_> <_> <_>5 16 10 4 -1. <_>5 18 10 2 2. 0 -4.5765978284180164e-003 0.1240120977163315 -0.0538821704685688 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 3.0529699288308620e-003 -0.0525388605892658 0.1286004930734634 <_> <_> <_>12 3 2 17 -1. <_>12 3 1 17 2. 0 -0.0113339396193624 -0.1673226952552795 0.0128906397148967 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 2.7712888550013304e-004 0.0657760277390480 -0.0945739001035690 <_> <_> <_>7 12 13 2 -1. <_>7 13 13 1 2. 0 5.4571928922086954e-004 -0.0597666017711163 0.1326590031385422 <_> <_> <_>3 9 10 6 -1. <_>3 9 5 3 2. <_>8 12 5 3 2. 0 6.2958751805126667e-003 0.0288547500967979 -0.2432890981435776 <_> <_> <_>9 9 6 10 -1. <_>12 9 3 5 2. <_>9 14 3 5 2. 0 1.5611880226060748e-003 -0.0563465394079685 0.0806206315755844 <_> <_> <_>2 6 16 12 -1. <_>2 6 8 6 2. <_>10 12 8 6 2. 0 0.1050127968192101 -0.0140520995482802 0.5592792034149170 <_> <_> <_>13 2 7 6 -1. <_>13 4 7 2 3. 0 0.0369073003530502 0.0154430102556944 -0.2088145017623901 <_> <_> <_>3 4 14 4 -1. <_>3 6 14 2 2. 0 -0.0405692495405674 0.1585178971290588 -0.0431761816143990 <_> <_> <_>7 1 13 2 -1. <_>7 2 13 1 2. 0 -7.2549749165773392e-003 -0.2610417008399963 0.0172429103404284 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 4.5905262231826782e-003 -0.0384190008044243 0.1746480017900467 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -4.2836060747504234e-003 -0.1200624033808708 0.0419176109135151 <_> <_> <_>2 1 15 6 -1. <_>7 1 5 6 3. 0 -0.1083578020334244 0.5492755174636841 -0.0122555699199438 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 6.4851208589971066e-003 0.0449524112045765 -0.1658394038677216 <_> <_> <_>0 10 14 3 -1. <_>0 11 14 1 3. 0 -0.0237251296639442 0.5715867280960083 -0.0123615004122257 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0300705190747976 -0.3060995936393738 0.0116954296827316 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -7.9774633049964905e-003 -0.1818598061800003 0.0369257703423500 <_> <_> <_>9 6 4 14 -1. <_>11 6 2 7 2. <_>9 13 2 7 2. 0 -0.0172131992876530 0.1231793016195297 -0.0366326794028282 <_> <_> <_>0 8 19 2 -1. <_>0 9 19 1 2. 0 -1.4119789702817798e-003 -0.5049908757209778 0.0136952102184296 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0299090202897787 -0.0235354397445917 0.1431297957897186 <_> <_> <_>6 11 6 8 -1. <_>8 11 2 8 3. 0 -0.0116604799404740 -0.1782228052616119 0.0402505993843079 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 -8.9040184393525124e-003 0.3556716144084930 -0.0247831400483847 <_> <_> <_>7 5 4 11 -1. <_>9 5 2 11 2. 0 -1.1394720058888197e-003 -0.1426859945058823 0.0491028018295765 <_> <_> <_>9 3 2 13 -1. <_>9 3 1 13 2. 0 2.9107509180903435e-003 -0.0544718094170094 0.1302589029073715 <_> <_> <_>0 3 12 6 -1. <_>0 3 6 3 2. <_>6 6 6 3 2. 0 0.0176408104598522 0.0201840195804834 -0.4195458889007568 <_> <_> <_>3 6 14 2 -1. <_>3 6 7 2 2. 0 0.0500019006431103 0.0119759403169155 -0.5188987851142883 <_> <_> <_>4 11 6 7 -1. <_>6 11 2 7 3. 0 2.7523660100996494e-003 -0.0606284104287624 0.1116911992430687 <_> <_> <_>15 10 5 6 -1. <_>15 13 5 3 2. 0 -0.0317533388733864 -0.2261199057102203 0.0152673898264766 <_> <_> <_>4 1 12 6 -1. <_>8 1 4 6 3. 0 -0.0128238098695874 0.2302713990211487 -0.0294048003852367 <_> <_> <_>10 0 4 8 -1. <_>10 0 2 8 2. 0 5.2626157412305474e-004 -0.1567780971527100 0.0499384813010693 <_> <_> <_>3 1 12 5 -1. <_>9 1 6 5 2. 0 0.0127791501581669 -0.0588518492877483 0.1225529983639717 <_> <_> <_>13 2 7 6 -1. <_>13 4 7 2 3. 0 0.0776676684617996 4.6644411049783230e-003 -0.5061432123184204 <_> <_> <_>0 2 7 6 -1. <_>0 4 7 2 3. 0 -5.2286800928413868e-003 -0.1893980950117111 0.0447144284844399 <_> <_> <_>14 1 6 9 -1. <_>14 4 6 3 3. 0 8.4478305652737617e-003 0.0391088984906673 -0.1480915993452072 <_> <_> <_>0 1 6 9 -1. <_>0 4 6 3 3. 0 5.5970861576497555e-003 0.0546644702553749 -0.1469808965921402 <_> <_> <_>6 0 9 8 -1. <_>6 4 9 4 2. 0 0.0168829895555973 -0.0464497394859791 0.1412197053432465 <_> <_> <_>0 5 8 8 -1. <_>0 5 4 4 2. <_>4 9 4 4 2. 0 -6.1205658130347729e-004 -0.1390601992607117 0.0525868684053421 <_> <_> <_>11 1 4 12 -1. <_>11 7 4 6 2. 0 -3.6216019652783871e-003 0.0533458814024925 -0.0383616797626019 <_> <_> <_>4 5 5 6 -1. <_>4 8 5 3 2. 0 -1.4149090275168419e-003 0.2008254975080490 -0.0359853617846966 <_> <_> <_>7 5 11 8 -1. <_>7 9 11 4 2. 0 2.4758750805631280e-004 -0.1820577979087830 0.0159153398126364 <_> <_> <_>4 2 12 5 -1. <_>8 2 4 5 3. 0 0.1345784068107605 9.7890906035900116e-003 -0.7287970781326294 <_> <_> <_>10 12 10 8 -1. <_>10 12 5 8 2. 0 0.0113520100712776 -0.0355531498789787 0.0632222071290016 <_> <_> <_>0 12 10 8 -1. <_>5 12 5 8 2. 0 -7.9044885933399200e-003 0.0907740890979767 -0.0987964421510696 <_> <_> <_>15 0 4 7 -1. <_>15 0 2 7 2. 0 0.0790501683950424 4.7087217681109905e-003 -0.6052936911582947 <_> <_> <_>1 0 4 7 -1. <_>3 0 2 7 2. 0 8.9114397997036576e-004 -0.0902161076664925 0.0842938423156738 <_> <_> <_>0 2 20 4 -1. <_>10 2 10 2 2. <_>0 4 10 2 2. 0 4.1404040530323982e-003 0.0603141710162163 -0.1217193976044655 <_> <_> <_>1 0 12 9 -1. <_>1 3 12 3 3. 0 -0.0926830917596817 0.6785330176353455 -0.0106151700019836 <_> <_> <_>10 14 9 4 -1. <_>10 16 9 2 2. 0 0.0428723804652691 7.3283850215375423e-003 -0.5232148766517639 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0306525602936745 -0.6557834148406982 9.7402445971965790e-003 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0750543996691704 -0.0116605199873447 0.3755913972854614 <_> <_> <_>1 6 11 4 -1. <_>1 8 11 2 2. 0 0.0930331125855446 7.4912221170961857e-003 -0.8174855113029480 <_> <_> <_>4 8 12 4 -1. <_>4 10 12 2 2. 0 -4.0522208437323570e-003 0.3643113076686859 -0.0180158894509077 <_> <_> <_>4 4 3 10 -1. <_>4 9 3 5 2. 0 1.0411429684609175e-003 -0.1962372958660126 0.0343369692564011 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 0.0407908000051975 0.0174648594111204 -0.3849726915359497 <_> <_> <_>3 9 3 10 -1. <_>3 14 3 5 2. 0 -1.8009789346251637e-004 0.0521576218307018 -0.1203818991780281 <_> <_> <_>18 3 2 17 -1. <_>18 3 1 17 2. 0 -0.0354963801801205 0.2137162983417511 -9.4601595774292946e-003 <_> <_> <_>0 3 13 2 -1. <_>0 4 13 1 2. 0 -1.2321450049057603e-003 -0.1299993991851807 0.0487525314092636 <_> <_> <_>18 3 2 17 -1. <_>18 3 1 17 2. 0 -0.0663264468312263 -0.5079520940780640 5.8305650018155575e-003 <_> <_> <_>0 3 2 17 -1. <_>1 3 1 17 2. 0 -2.7689670678228140e-003 0.1259692013263702 -0.0557947792112827 <_> <_> <_>2 0 18 6 -1. <_>2 2 18 2 3. 0 3.9610429666936398e-003 -0.0844717398285866 0.0620925500988960 <_> <_> <_>6 5 4 13 -1. <_>8 5 2 13 2. 0 -7.5474479235708714e-003 -0.2099227011203766 0.0314199104905128 <_> <_> <_>7 3 12 16 -1. <_>7 3 6 16 2. 0 -3.2456999178975821e-003 0.0562236011028290 -0.0367749892175198 <_> <_> <_>0 12 16 2 -1. <_>8 12 8 2 2. 0 -5.0519341602921486e-003 0.0941366702318192 -0.0808937773108482 <_> <_> <_>11 6 8 12 -1. <_>11 10 8 4 3. 0 0.0213759597390890 0.0495295897126198 -0.0479891486465931 <_> <_> <_>0 12 6 7 -1. <_>3 12 3 7 2. 0 -0.1672461926937103 -0.9355136752128601 7.4155409820377827e-003 <_> <_> <_>12 0 8 12 -1. <_>16 0 4 6 2. <_>12 6 4 6 2. 0 6.4946119673550129e-003 -0.0367358215153217 0.1095504015684128 <_> <_> <_>5 6 10 10 -1. <_>5 6 5 5 2. <_>10 11 5 5 2. 0 -5.5810972116887569e-003 -0.1276447027921677 0.0586917996406555 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -7.0414197398349643e-004 0.0393615588545799 -0.0748447328805923 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -7.3160971514880657e-003 0.2176717966794968 -0.0387031994760036 <_> <_> <_>10 2 2 18 -1. <_>10 11 2 9 2. 0 -5.4676099680364132e-003 -0.0539733506739140 0.0550328008830547 <_> <_> <_>4 9 12 8 -1. <_>4 9 6 4 2. <_>10 13 6 4 2. 0 4.3309312313795090e-003 0.0571047104895115 -0.1260392963886261 <_> <_> <_>18 0 2 13 -1. <_>18 0 1 13 2. 0 2.8189779259264469e-003 -0.0397292487323284 0.0927015915513039 <_> <_> <_>2 8 12 4 -1. <_>6 8 4 4 3. 0 -4.7759278677403927e-003 -0.1285641044378281 0.0612166896462440 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 0.0634246319532394 -4.8541268333792686e-003 0.5988345146179199 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -3.5035109613090754e-003 0.1019155010581017 -0.0988012775778770 <_> <_> <_>18 0 2 13 -1. <_>18 0 1 13 2. 0 -4.1303951293230057e-003 0.1089038029313088 -0.0382259190082550 <_> <_> <_>6 3 2 17 -1. <_>7 3 1 17 2. 0 -2.2271529305726290e-003 -0.1350196003913879 0.0513166114687920 <_> <_> <_>11 9 4 8 -1. <_>11 9 2 8 2. 0 -1.0730850044637918e-003 0.0515267215669155 -0.0741710364818573 <_> <_> <_>5 9 4 8 -1. <_>7 9 2 8 2. 0 -7.7973678708076477e-004 0.0708575770258904 -0.1120484992861748 <_> <_> <_>18 0 2 13 -1. <_>18 0 1 13 2. 0 -0.0557013489305973 0.3983623087406158 -5.2183559164404869e-003 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 0.0106082297861576 -0.0323237888514996 0.2195097059011459 <_> <_> <_>0 6 20 2 -1. <_>0 6 10 2 2. 0 -9.8208207637071609e-003 -0.1650767028331757 0.0424444116652012 <_> <_> <_>0 4 13 3 -1. <_>0 5 13 1 3. 0 1.4465330168604851e-003 -0.0783926695585251 0.0813937336206436 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 -4.4582188129425049e-003 -0.0923145785927773 0.0387341715395451 <_> <_> <_>2 10 8 6 -1. <_>2 12 8 2 3. 0 5.6474958546459675e-003 0.0396512895822525 -0.1749563962221146 <_> <_> <_>5 4 14 8 -1. <_>12 4 7 4 2. <_>5 8 7 4 2. 0 0.0420979186892509 -0.0118507398292422 0.1276271045207977 <_> <_> <_>4 5 12 6 -1. <_>4 5 6 3 2. <_>10 8 6 3 2. 0 6.9958101958036423e-003 -0.0476687401533127 0.1420485973358154 <_> <_> <_>6 10 8 8 -1. <_>10 10 4 4 2. <_>6 14 4 4 2. 0 0.0386867783963680 0.0135827800258994 -0.4731589853763580 -1.3290590047836304 30 -1 <_> <_> <_> <_>5 5 9 5 -1. <_>8 5 3 5 3. 0 0.0350093208253384 -0.2702023088932037 0.2042925059795380 <_> <_> <_>6 4 8 6 -1. <_>6 6 8 2 3. 0 -0.0367805399000645 0.1525488942861557 -0.2674187123775482 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 5.6993318721652031e-003 0.1680305004119873 -0.2306824028491974 <_> <_> <_>10 1 10 4 -1. <_>10 1 5 4 2. 0 0.0756016373634338 -0.1527170985937119 0.1951083987951279 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0172483902424574 0.2937920093536377 -0.0988695323467255 <_> <_> <_>15 0 3 18 -1. <_>15 6 3 6 3. 0 2.8574180323630571e-003 -0.1979047060012817 0.0833617374300957 <_> <_> <_>1 2 9 15 -1. <_>4 2 3 15 3. 0 0.0310292690992355 -0.2158230990171433 0.1169513016939163 <_> <_> <_>7 6 8 4 -1. <_>7 6 4 4 2. 0 -7.1099428460001945e-003 -0.2520681917667389 0.0361165106296539 <_> <_> <_>5 5 8 5 -1. <_>9 5 4 5 2. 0 4.5894421637058258e-003 -0.2970761954784393 0.1074396967887878 <_> <_> <_>4 2 15 2 -1. <_>4 3 15 1 2. 0 -7.0509258657693863e-003 -0.4563502967357636 0.0418647788465023 <_> <_> <_>1 17 13 3 -1. <_>1 18 13 1 3. 0 6.6762260394170880e-004 -0.1743271946907044 0.1230648979544640 <_> <_> <_>6 6 8 8 -1. <_>6 10 8 4 2. 0 -3.6481819115579128e-003 -0.4034762978553772 0.0491147711873055 <_> <_> <_>4 9 5 9 -1. <_>4 12 5 3 3. 0 0.0221942402422428 0.0612415298819542 -0.3455736041069031 <_> <_> <_>13 9 4 10 -1. <_>13 14 4 5 2. 0 -1.1259679449722171e-003 0.0520137697458267 -0.2846164107322693 <_> <_> <_>2 9 12 10 -1. <_>2 9 6 5 2. <_>8 14 6 5 2. 0 -0.0159137398004532 -0.2766785025596619 0.0758520215749741 <_> <_> <_>3 7 15 3 -1. <_>8 7 5 3 3. 0 5.7643437758088112e-003 -0.2718209028244019 0.0667906627058983 <_> <_> <_>1 0 8 12 -1. <_>1 0 4 6 2. <_>5 6 4 6 2. 0 -0.0421964712440968 0.1578608006238937 -0.1055767983198166 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 -0.0186246801167727 -0.2550429999828339 0.0475868694484234 <_> <_> <_>5 9 5 10 -1. <_>5 14 5 5 2. 0 -9.5020089065656066e-004 0.0499038398265839 -0.2906855046749115 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 0.0208232402801514 0.0268251392990351 -0.2055850028991699 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 -0.0131184598430991 -0.2239520996809006 0.0690134987235069 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 -8.6902417242527008e-003 0.1949318945407867 -0.0378506891429424 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0455898195505142 0.0251703895628452 -0.5776666998863220 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 -0.0484584905207157 0.0951915532350540 -0.1432019025087357 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0727611035108566 -0.6596741080284119 0.0211752392351627 <_> <_> <_>9 3 10 12 -1. <_>9 9 10 6 2. 0 -0.0538403689861298 -0.3642677962779999 0.0248279292136431 <_> <_> <_>1 0 7 6 -1. <_>1 2 7 2 3. 0 2.3190240608528256e-004 -0.1476769000291824 0.0837640389800072 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -3.4166979603469372e-003 -0.1786570996046066 0.0607210882008076 <_> <_> <_>5 9 10 8 -1. <_>5 9 5 4 2. <_>10 13 5 4 2. 0 0.0497442185878754 0.0189181994646788 -0.6662986874580383 <_> <_> <_>11 5 5 9 -1. <_>11 8 5 3 3. 0 0.0668134391307831 -0.0282865595072508 0.1740152984857559 <_> <_> <_>6 3 8 8 -1. <_>6 3 4 4 2. <_>10 7 4 4 2. 0 0.0314455591142178 0.0525560602545738 -0.3088454902172089 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0395936183631420 -0.0648752525448799 0.2570675909519196 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 0.0186633802950382 -0.0595684312283993 0.2153259962797165 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 0.0401505716145039 0.0195891298353672 -0.3539215028285980 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -0.0182636901736259 -0.3122403919696808 0.0418453812599182 <_> <_> <_>11 15 9 4 -1. <_>11 17 9 2 2. 0 -0.0225799605250359 -0.1489870995283127 0.0177571401000023 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 0.0852817595005035 0.0248667597770691 -0.5219795107841492 <_> <_> <_>12 15 8 4 -1. <_>12 17 8 2 2. 0 4.9491669051349163e-003 0.0404333397746086 -0.1123061031103134 <_> <_> <_>0 15 8 4 -1. <_>0 17 8 2 2. 0 -0.0274195205420256 -0.4111996889114380 0.0305490791797638 <_> <_> <_>0 11 20 3 -1. <_>0 12 20 1 3. 0 0.0382776409387589 0.0122112501412630 -0.8186082839965820 <_> <_> <_>0 0 3 16 -1. <_>1 0 1 16 3. 0 -0.0216322802007198 0.2203048020601273 -0.0554591305553913 <_> <_> <_>3 2 14 11 -1. <_>3 2 7 11 2. 0 -0.2452269941568375 0.4101333022117615 -0.0270001497119665 <_> <_> <_>4 2 8 6 -1. <_>4 5 8 3 2. 0 0.0393146313726902 -0.0312425605952740 0.3671418130397797 <_> <_> <_>3 0 15 6 -1. <_>3 2 15 2 3. 0 0.0136303603649139 -0.1390230059623718 0.0959462374448776 <_> <_> <_>1 6 13 3 -1. <_>1 7 13 1 3. 0 -6.7042862065136433e-003 0.0787720009684563 -0.1452272981405258 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 0.0233128108084202 0.0228157900273800 -0.4499056041240692 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 0.0306210294365883 -0.0697812736034393 0.1542250961065292 <_> <_> <_>15 14 5 6 -1. <_>15 17 5 3 2. 0 0.0520471893250942 -0.0177202001214027 0.4439741075038910 <_> <_> <_>3 4 13 3 -1. <_>3 5 13 1 3. 0 0.0208505392074585 -0.0523090511560440 0.2060880064964294 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 8.2694664597511292e-003 0.0771328210830688 -0.1947413980960846 <_> <_> <_>0 8 7 6 -1. <_>0 10 7 2 3. 0 0.0557062886655331 0.0337151512503624 -0.3578340113162994 <_> <_> <_>2 6 16 6 -1. <_>10 6 8 3 2. <_>2 9 8 3 2. 0 -0.0254069194197655 -0.2142499983310700 0.0538135990500450 <_> <_> <_>2 7 3 10 -1. <_>2 12 3 5 2. 0 3.7127479445189238e-003 0.0574782900512218 -0.1773401051759720 <_> <_> <_>15 14 5 6 -1. <_>15 17 5 3 2. 0 0.0983990877866745 -3.5304271150380373e-003 0.7708644866943359 <_> <_> <_>5 7 10 6 -1. <_>5 7 5 3 2. <_>10 10 5 3 2. 0 -7.0944158360362053e-003 -0.1378269046545029 0.0702905729413033 <_> <_> <_>15 14 5 6 -1. <_>15 17 5 3 2. 0 -0.0782130733132362 0.4684407114982605 -4.8642340116202831e-003 <_> <_> <_>0 14 5 6 -1. <_>0 17 5 3 2. 0 0.0304070208221674 -0.0284894797950983 0.3415730893611908 <_> <_> <_>10 5 9 15 -1. <_>10 10 9 5 3. 0 1.7667879583314061e-003 -0.1461423039436340 0.0235729701817036 <_> <_> <_>5 7 9 5 -1. <_>8 7 3 5 3. 0 0.0719910115003586 -0.0350751802325249 0.2886571884155273 <_> <_> <_>13 1 7 6 -1. <_>13 3 7 2 3. 0 0.0500208698213100 0.0240963604301214 -0.3389055132865906 <_> <_> <_>3 4 13 3 -1. <_>3 5 13 1 3. 0 -0.0179982706904411 0.2919169068336487 -0.0412591695785522 <_> <_> <_>13 1 7 6 -1. <_>13 3 7 2 3. 0 -8.6585222743451595e-004 -0.1224825978279114 0.0596901215612888 <_> <_> <_>0 1 7 6 -1. <_>0 3 7 2 3. 0 0.0574704706668854 0.0215417407453060 -0.4750837087631226 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -0.0165178105235100 0.1659874022006989 -0.0396569706499577 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 0.0217030309140682 -0.0383272282779217 0.3347625136375427 <_> <_> <_>10 1 10 18 -1. <_>10 1 5 18 2. 0 -6.1237839981913567e-003 -0.1434268951416016 0.0263133291155100 <_> <_> <_>0 1 10 18 -1. <_>5 1 5 18 2. 0 -0.0108935097232461 -0.7946888208389282 0.0124034797772765 <_> <_> <_>2 1 18 5 -1. <_>8 1 6 5 3. 0 -0.0385897383093834 0.3376350104808807 -0.0187479406595230 <_> <_> <_>4 5 4 8 -1. <_>4 9 4 4 2. 0 1.3378040166571736e-003 -0.3628888130187988 0.0294601898640394 <_> <_> <_>9 3 3 10 -1. <_>9 8 3 5 2. 0 2.7590300305746496e-004 0.0764191895723343 -0.0869536325335503 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 7.9552736133337021e-003 0.0526961795985699 -0.1920077055692673 <_> <_> <_>9 11 9 5 -1. <_>12 11 3 5 3. 0 -0.0121746296063066 0.0840130373835564 -0.0217400901019573 <_> <_> <_>3 11 14 4 -1. <_>3 11 7 2 2. <_>10 13 7 2 2. 0 -0.0163610707968473 -0.2549375891685486 0.0385825894773006 <_> <_> <_>10 5 8 4 -1. <_>10 5 4 4 2. 0 -0.0349921286106110 0.2576051056385040 -0.0157270804047585 <_> <_> <_>8 3 3 13 -1. <_>9 3 1 13 3. 0 -7.6113208197057247e-003 0.1911467015743256 -0.0529807806015015 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0501107499003410 0.0242652501910925 -0.5150918960571289 <_> <_> <_>6 0 2 14 -1. <_>7 0 1 14 2. 0 -9.1486647725105286e-003 -0.3317044079303742 0.0267744399607182 <_> <_> <_>10 5 8 4 -1. <_>10 5 4 4 2. 0 0.0832932591438293 4.2860410176217556e-003 -0.3038155138492584 <_> <_> <_>0 0 8 4 -1. <_>4 0 4 4 2. 0 -0.0193343590945005 0.3891637921333313 -0.0249083098024130 <_> <_> <_>14 0 6 13 -1. <_>14 0 3 13 2. 0 -0.0720610469579697 0.4118429124355316 -0.0256870593875647 <_> <_> <_>0 1 6 11 -1. <_>3 1 3 11 2. 0 0.0225063599646091 -0.2119673937559128 0.0538250207901001 <_> <_> <_>9 11 9 5 -1. <_>12 11 3 5 3. 0 0.0557724013924599 -0.0231041405349970 0.0915782526135445 <_> <_> <_>2 11 9 5 -1. <_>5 11 3 5 3. 0 -0.0262103900313377 0.3350940942764282 -0.0342258103191853 <_> <_> <_>7 12 6 7 -1. <_>9 12 2 7 3. 0 -0.0460853315889835 -0.5300675034523010 0.0190830808132887 <_> <_> <_>0 0 4 15 -1. <_>2 0 2 15 2. 0 -0.0329982601106167 0.3070138990879059 -0.0316380597651005 <_> <_> <_>12 2 2 15 -1. <_>12 2 1 15 2. 0 0.0106776598840952 0.0381867811083794 -0.2025669962167740 <_> <_> <_>6 2 2 15 -1. <_>7 2 1 15 2. 0 3.7972650025039911e-003 0.0789514333009720 -0.1304014027118683 <_> <_> <_>6 0 13 2 -1. <_>6 1 13 1 2. 0 -2.4965009652078152e-003 -0.1979921013116837 0.0307431295514107 <_> <_> <_>0 12 13 3 -1. <_>0 13 13 1 3. 0 0.0142031395807862 -0.0454434603452683 0.2180640995502472 <_> <_> <_>10 3 4 7 -1. <_>10 3 2 7 2. 0 7.7012999099679291e-005 -0.2585828900337219 0.0425083599984646 <_> <_> <_>5 3 4 7 -1. <_>7 3 2 7 2. 0 2.3724909406155348e-003 -0.1581588983535767 0.0614940710365772 <_> <_> <_>10 5 8 4 -1. <_>10 5 4 4 2. 0 -0.0840860828757286 -0.9370452761650085 8.3687662845477462e-004 <_> <_> <_>2 5 8 4 -1. <_>6 5 4 4 2. 0 -0.0228922907263041 0.4296053946018219 -0.0272158198058605 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 -0.1123896986246109 -0.2060728967189789 0.0177988000214100 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.0681750327348709 -0.4201978147029877 0.0250510908663273 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -0.0106201898306608 -0.2187023013830185 0.0242314208298922 <_> <_> <_>8 0 4 15 -1. <_>8 5 4 5 3. 0 2.9390859417617321e-003 0.0884701833128929 -0.1195804029703140 <_> <_> <_>5 0 11 8 -1. <_>5 4 11 4 2. 0 0.0567662604153156 -0.0588203296065331 0.1784580051898956 <_> <_> <_>2 3 8 14 -1. <_>6 3 4 14 2. 0 -7.3099520523101091e-004 0.3012208044528961 -0.0348908305168152 <_> <_> <_>15 1 5 6 -1. <_>15 4 5 3 2. 0 0.0341749787330627 0.0196141507476568 -0.1741998046636581 <_> <_> <_>0 1 5 6 -1. <_>0 4 5 3 2. 0 0.0331520996987820 0.0293444693088531 -0.3516373932361603 <_> <_> <_>8 4 4 7 -1. <_>8 4 2 7 2. 0 0.0171585902571678 -0.0477440096437931 0.2069031000137329 <_> <_> <_>5 6 10 3 -1. <_>10 6 5 3 2. 0 -0.0332703106105328 -0.3681805133819580 0.0305478796362877 <_> <_> <_>14 0 2 19 -1. <_>14 0 1 19 2. 0 -7.5228337664157152e-004 -0.1006821021437645 0.0374460592865944 <_> <_> <_>4 0 2 19 -1. <_>5 0 1 19 2. 0 -5.7363631203770638e-003 -0.2970463931560516 0.0308898091316223 <_> <_> <_>11 13 6 7 -1. <_>13 13 2 7 3. 0 0.0342036783695221 0.0326943881809711 -0.1938641071319580 <_> <_> <_>1 8 18 3 -1. <_>7 8 6 3 3. 0 0.1175967007875443 0.0280105099081993 -0.3446972966194153 <_> <_> <_>8 7 5 8 -1. <_>8 11 5 4 2. 0 0.0356847606599331 0.0146120497956872 -0.3232390880584717 <_> <_> <_>6 2 8 16 -1. <_>6 10 8 8 2. 0 -0.1456248015165329 -0.4370346963405609 0.0206975191831589 <_> <_> <_>8 3 6 9 -1. <_>8 6 6 3 3. 0 8.0413380637764931e-003 0.0184405501931906 -0.3227277100086212 <_> <_> <_>2 16 7 4 -1. <_>2 18 7 2 2. 0 5.3446288220584393e-003 0.0505033992230892 -0.1842854022979736 <_> <_> <_>8 7 7 4 -1. <_>8 9 7 2 2. 0 0.0864732265472412 6.2484769150614738e-003 -0.9361289739608765 <_> <_> <_>7 4 5 12 -1. <_>7 8 5 4 3. 0 0.0661687105894089 -0.0598683916032314 0.1581059992313385 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 0.0289789903908968 0.0288443397730589 -0.2826991975307465 <_> <_> <_>3 6 14 4 -1. <_>3 6 7 2 2. <_>10 8 7 2 2. 0 0.0186365190893412 -0.0517092905938625 0.1777745932340622 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 -0.0268817692995071 0.0736350268125534 -0.0362292192876339 <_> <_> <_>7 4 6 10 -1. <_>7 4 3 5 2. <_>10 9 3 5 2. 0 -0.0136960195377469 0.1821562945842743 -0.0598808787763119 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -4.1931979358196259e-003 -0.0933217927813530 0.0279010701924562 <_> <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 0.0227842200547457 0.0306313298642635 -0.2853193879127502 <_> <_> <_>13 0 3 15 -1. <_>14 0 1 15 3. 0 -8.3819748833775520e-003 -0.2325166016817093 0.0508014410734177 <_> <_> <_>0 14 14 3 -1. <_>0 15 14 1 3. 0 -6.4928620122373104e-003 0.1106083020567894 -0.0832810103893280 <_> <_> <_>1 4 18 15 -1. <_>1 9 18 5 3. 0 0.0558668486773968 0.2343903928995132 -0.0451917797327042 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -0.0109267104417086 0.2053284049034119 -0.0507759191095829 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 0.0175153799355030 0.0367284491658211 -0.3063859045505524 <_> <_> <_>4 0 3 14 -1. <_>5 0 1 14 3. 0 0.0145439803600311 0.0447844900190830 -0.2075784057378769 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 1.7274370184168220e-003 0.0237066000699997 -0.1863936930894852 <_> <_> <_>1 15 18 4 -1. <_>1 15 9 2 2. <_>10 17 9 2 2. 0 0.0201604999601841 0.0417446605861187 -0.2194374948740006 <_> <_> <_>10 13 8 6 -1. <_>10 15 8 2 3. 0 -0.0557322315871716 -0.3766668140888214 7.3045571334660053e-003 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -4.2138090357184410e-003 0.1131426021456718 -0.0844519287347794 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 -0.0571134984493256 -0.4190346002578735 4.2158551514148712e-003 <_> <_> <_>1 13 7 6 -1. <_>1 15 7 2 3. 0 -0.0333851613104343 -0.3900786042213440 0.0252909697592258 <_> <_> <_>8 0 10 18 -1. <_>13 0 5 9 2. <_>8 9 5 9 2. 0 -8.5305999964475632e-003 0.0535723790526390 -0.1223846003413200 <_> <_> <_>0 3 18 3 -1. <_>6 3 6 3 3. 0 -0.0151448901742697 0.4574376046657562 -0.0250029992312193 <_> <_> <_>10 4 10 6 -1. <_>15 4 5 3 2. <_>10 7 5 3 2. 0 7.5857941992580891e-003 0.0262685399502516 -0.0988903194665909 <_> <_> <_>2 8 16 4 -1. <_>10 8 8 4 2. 0 -0.0643474683165550 0.2260705977678299 -0.0418215803802013 <_> <_> <_>4 4 12 12 -1. <_>10 4 6 6 2. <_>4 10 6 6 2. 0 0.0657721832394600 0.0241479594260454 -0.4022777974605560 <_> <_> <_>1 0 18 3 -1. <_>10 0 9 3 2. 0 -0.1049693003296852 -0.4634326100349426 0.0191341098397970 <_> <_> <_>11 4 4 10 -1. <_>11 9 4 5 2. 0 0.0963203907012939 8.7147848680615425e-003 -0.3526932895183563 <_> <_> <_>2 4 5 15 -1. <_>2 9 5 5 3. 0 0.0166510697454214 -0.2384241074323654 0.0389286614954472 <_> <_> <_>17 6 2 14 -1. <_>17 13 2 7 2. 0 0.0588299185037613 -0.0165381003171206 0.3346559107303619 <_> <_> <_>1 6 2 14 -1. <_>1 13 2 7 2. 0 0.0524111986160278 -0.0196889191865921 0.4696607887744904 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 1.2325269635766745e-003 -0.1205618977546692 0.0505635291337967 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -0.0245309490710497 -0.3916805982589722 0.0231086201965809 <_> <_> <_>2 10 18 3 -1. <_>2 11 18 1 3. 0 0.0355076901614666 0.0204993393272161 -0.3623383045196533 <_> <_> <_>0 2 7 4 -1. <_>0 4 7 2 2. 0 -0.0152827398851514 -0.2460412979125977 0.0347499996423721 <_> <_> <_>2 0 16 6 -1. <_>2 2 16 2 3. 0 0.0604664497077465 -0.0550717487931252 0.2042866051197052 <_> <_> <_>2 17 15 3 -1. <_>7 17 5 3 3. 0 0.0658098310232162 -0.0714660808444023 0.1200297027826309 <_> <_> <_>12 13 6 7 -1. <_>12 13 3 7 2. 0 -0.0795436725020409 0.4904421865940094 -7.8059309162199497e-003 <_> <_> <_>2 13 6 7 -1. <_>5 13 3 7 2. 0 0.0710572004318237 0.0442194305360317 -0.2107701003551483 <_> <_> <_>14 2 2 13 -1. <_>14 2 1 13 2. 0 1.2412209762260318e-003 0.0997598469257355 -0.0740651413798332 <_> <_> <_>7 12 4 8 -1. <_>7 16 4 4 2. 0 0.0439005605876446 0.0202453397214413 -0.4780013859272003 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 0.1381482928991318 -0.0341697297990322 0.2066240012645721 <_> <_> <_>5 15 6 5 -1. <_>8 15 3 5 2. 0 0.0640267133712769 0.0173969306051731 -0.5774987936019898 <_> <_> <_>14 2 2 13 -1. <_>14 2 1 13 2. 0 -0.0124567700549960 -0.1671086996793747 0.0121063804253936 <_> <_> <_>4 2 2 13 -1. <_>5 2 1 13 2. 0 0.0371836088597775 -0.0190242994576693 0.4447616934776306 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 -0.0349052511155605 -0.1464806050062180 0.0208957791328430 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 0.0616895593702793 0.0124286497011781 -0.7173764109611511 <_> <_> <_>13 11 7 4 -1. <_>13 13 7 2 2. 0 -0.0273584891110659 -0.2431146949529648 0.0261387303471565 <_> <_> <_>0 10 13 3 -1. <_>0 11 13 1 3. 0 6.3740741461515427e-003 -0.0825930163264275 0.1135658025741577 <_> <_> <_>6 7 9 12 -1. <_>6 11 9 4 3. 0 -0.1029983982443810 0.4539861083030701 -0.0163155291229486 <_> <_> <_>2 2 14 4 -1. <_>2 2 7 2 2. <_>9 4 7 2 2. 0 -0.0146950203925371 -0.1805031001567841 0.0480617806315422 <_> <_> <_>10 0 2 13 -1. <_>10 0 1 13 2. 0 6.0288330132607371e-005 -0.0989745035767555 0.0381056703627110 <_> <_> <_>8 0 2 13 -1. <_>9 0 1 13 2. 0 -0.0137636503204703 0.4568940103054047 -0.0208085998892784 <_> <_> <_>13 11 7 4 -1. <_>13 13 7 2 2. 0 5.1598600111901760e-003 0.0284798201173544 -0.1977865993976593 <_> <_> <_>6 11 7 6 -1. <_>6 13 7 2 3. 0 6.6321617923676968e-003 -0.0615603588521481 0.1404590010643005 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -0.0110735902562737 0.1127232983708382 -0.0384230390191078 <_> <_> <_>0 11 7 4 -1. <_>0 13 7 2 2. 0 7.3836948722600937e-003 0.0245752800256014 -0.3399445116519928 <_> <_> <_>4 12 12 6 -1. <_>8 12 4 6 3. 0 -0.0192776899784803 0.1573224961757660 -0.0583822205662727 <_> <_> <_>5 6 6 10 -1. <_>8 6 3 10 2. 0 -0.0262091998010874 -0.3257543146610260 0.0352961495518684 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 0.0138720795512199 0.0275046899914742 -0.2051005065441132 <_> <_> <_>2 2 14 6 -1. <_>2 2 7 3 2. <_>9 5 7 3 2. 0 2.5171930901706219e-003 0.0698056370019913 -0.1151866018772125 <_> <_> <_>5 0 10 7 -1. <_>5 0 5 7 2. 0 0.0677532926201820 -0.0372681394219399 0.2336308062076569 <_> <_> <_>6 6 8 5 -1. <_>10 6 4 5 2. 0 -0.0243521798402071 -0.2119124978780747 0.0429715812206268 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0150854503735900 0.1474328041076660 -0.0385891310870647 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0300520602613688 0.0438824892044067 -0.2040134072303772 <_> <_> <_>8 0 10 18 -1. <_>13 0 5 9 2. <_>8 9 5 9 2. 0 -0.0798785835504532 0.0713558271527290 -0.0358063094317913 <_> <_> <_>2 5 14 6 -1. <_>2 5 7 3 2. <_>9 8 7 3 2. 0 -0.0498456507921219 0.2899102866649628 -0.0291932094842196 <_> <_> <_>7 1 6 10 -1. <_>10 1 3 5 2. <_>7 6 3 5 2. 0 0.0609835498034954 0.0110780904069543 -0.8054903745651245 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -0.0241872295737267 0.2081667035818100 -0.0403329916298389 <_> <_> <_>9 9 10 6 -1. <_>14 9 5 3 2. <_>9 12 5 3 2. 0 0.0295819099992514 0.0171898808330297 -0.3017424941062927 <_> <_> <_>2 8 6 10 -1. <_>2 13 6 5 2. 0 -0.0961589366197586 -0.3611518144607544 0.0214518792927265 <_> <_> <_>1 10 19 2 -1. <_>1 11 19 1 2. 0 1.1087789898738265e-003 0.0607112683355808 -0.1299573034048080 <_> <_> <_>4 9 12 6 -1. <_>4 12 12 3 2. 0 0.0365770198404789 -0.0157576892524958 0.6156833171844482 <_> <_> <_>9 7 4 12 -1. <_>9 11 4 4 3. 0 0.0898875668644905 7.5012152083218098e-003 -0.8463991880416870 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 5.2048689685761929e-003 -0.0504089109599590 0.1561879962682724 <_> <_> <_>10 14 7 6 -1. <_>10 16 7 2 3. 0 0.0347273610532284 0.0210347902029753 -0.2183419018983841 <_> <_> <_>3 14 7 6 -1. <_>3 16 7 2 3. 0 -0.0546950511634350 -0.8312628269195557 8.9029762893915176e-003 <_> <_> <_>15 5 4 15 -1. <_>15 5 2 15 2. 0 0.1598773002624512 8.5425339639186859e-003 -0.6928086280822754 <_> <_> <_>0 3 17 10 -1. <_>0 8 17 5 2. 0 -0.0385586917400360 -0.2707824110984802 0.0270253699272871 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -0.0718663707375526 -0.3904461860656738 0.0109232803806663 <_> <_> <_>0 0 20 4 -1. <_>10 0 10 4 2. 0 0.1959034055471420 0.0134233701974154 -0.5426052212715149 <_> <_> <_>6 1 10 6 -1. <_>11 1 5 3 2. <_>6 4 5 3 2. 0 -0.0223300792276859 -0.1727523952722549 0.0290585104376078 <_> <_> <_>0 9 18 11 -1. <_>6 9 6 11 3. 0 0.5101855993270874 0.0114186396822333 -0.6787652969360352 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 -0.0112399095669389 0.1146249994635582 -0.0568676292896271 <_> <_> <_>0 10 20 6 -1. <_>0 12 20 2 3. 0 0.0174861606210470 0.0526418685913086 -0.1619517952203751 <_> <_> <_>10 9 6 10 -1. <_>13 9 3 5 2. <_>10 14 3 5 2. 0 -1.4517609961330891e-003 -0.1087746992707253 0.0569604001939297 <_> <_> <_>7 10 6 10 -1. <_>7 10 3 5 2. <_>10 15 3 5 2. 0 0.0370165593922138 0.0174600891768932 -0.4650532007217407 <_> <_> <_>6 1 8 15 -1. <_>6 6 8 5 3. 0 -8.6366441100835800e-003 0.0730762705206871 -0.1061659008264542 <_> <_> <_>0 8 18 3 -1. <_>0 9 18 1 3. 0 1.9361129961907864e-003 -0.1458536982536316 0.0593944899737835 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -0.0231195501983166 -0.0948762372136116 0.0303874798119068 <_> <_> <_>3 10 6 10 -1. <_>3 10 3 5 2. <_>6 15 3 5 2. 0 6.3178739510476589e-003 -0.1053709983825684 0.0778928473591805 <_> <_> <_>11 8 8 12 -1. <_>15 8 4 6 2. <_>11 14 4 6 2. 0 0.0109619498252869 -0.0660419836640358 0.1056633964180946 <_> <_> <_>1 8 8 12 -1. <_>1 8 4 6 2. <_>5 14 4 6 2. 0 -0.0421295203268528 0.2434408068656921 -0.0515736788511276 <_> <_> <_>13 7 3 13 -1. <_>14 7 1 13 3. 0 0.0451328195631504 0.0107720503583550 -0.7615677714347839 <_> <_> <_>6 11 5 9 -1. <_>6 14 5 3 3. 0 9.4924736768007278e-003 0.0452733784914017 -0.1877003014087677 <_> <_> <_>7 14 12 5 -1. <_>7 14 6 5 2. 0 -0.1157386004924774 0.4483172893524170 -8.6225848644971848e-003 <_> <_> <_>2 0 4 8 -1. <_>2 4 4 4 2. 0 1.5801179688423872e-003 -0.1093140989542007 0.0793912187218666 <_> <_> <_>5 0 10 6 -1. <_>5 3 10 3 2. 0 -0.0444422811269760 0.3382704854011536 -0.0266497191041708 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0659930929541588 -0.5310649275779724 0.0175430104136467 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 -0.0109688201919198 -0.1661282032728195 0.0494883507490158 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0381490215659142 -0.0415099002420902 0.2061666995286942 <_> <_> <_>13 5 2 13 -1. <_>13 5 1 13 2. 0 4.0625538676977158e-003 0.0489250496029854 -0.0848661810159683 <_> <_> <_>5 9 6 10 -1. <_>5 9 3 5 2. <_>8 14 3 5 2. 0 3.2693019602447748e-003 -0.1188301965594292 0.0868031382560730 <_> <_> <_>2 9 18 3 -1. <_>8 9 6 3 3. 0 -1.2488859938457608e-003 -0.1435472965240479 0.0214229691773653 <_> <_> <_>5 5 2 13 -1. <_>6 5 1 13 2. 0 -0.0170648898929358 -0.5231634974479675 0.0165290404111147 <_> <_> <_>11 10 4 10 -1. <_>11 10 2 10 2. 0 -0.0233546998351812 -0.1969852000474930 0.0219723004847765 <_> <_> <_>5 10 4 10 -1. <_>7 10 2 10 2. 0 0.0278995297849178 0.0380332283675671 -0.2232320010662079 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -0.0678694024682045 -0.4207612872123718 0.0105596398934722 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0575420595705509 -0.0421114303171635 0.2351571023464203 <_> <_> <_>4 2 15 14 -1. <_>9 2 5 14 3. 0 -0.2187730967998505 0.6955335140228272 -9.9031934514641762e-003 <_> <_> <_>1 2 15 14 -1. <_>6 2 5 14 3. 0 0.3777629137039185 -0.0247218292206526 0.3036738932132721 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 0.0410299003124237 0.0219992808997631 -0.2470708936452866 <_> <_> <_>3 0 6 9 -1. <_>5 0 2 9 3. 0 0.0255870707333088 0.0420451797544956 -0.2233310043811798 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0672007724642754 -0.0166483893990517 0.2426566034555435 <_> <_> <_>1 3 10 8 -1. <_>1 3 5 4 2. <_>6 7 5 4 2. 0 0.0282303895801306 0.0295722596347332 -0.3012884855270386 <_> <_> <_>5 13 14 6 -1. <_>5 13 7 6 2. 0 0.2458868026733398 1.9440819742158055e-003 -0.4215391874313355 <_> <_> <_>1 13 14 6 -1. <_>8 13 7 6 2. 0 -0.0957524478435516 -0.6471139788627625 0.0131804496049881 <_> <_> <_>7 2 13 3 -1. <_>7 3 13 1 3. 0 -0.0105965798720717 -0.2048497051000595 0.0280544403940439 <_> <_> <_>0 7 20 2 -1. <_>10 7 10 2 2. 0 0.0671039670705795 0.0290539897978306 -0.2677051126956940 <_> <_> <_>5 0 15 6 -1. <_>10 0 5 6 3. 0 -0.0792808383703232 0.2191110998392105 -0.0156840104609728 <_> <_> <_>0 0 15 6 -1. <_>5 0 5 6 3. 0 -4.0710358880460262e-003 0.2203157991170883 -0.0405812896788120 <_> <_> <_>12 1 8 13 -1. <_>12 1 4 13 2. 0 0.0376903600990772 -0.1294624060392380 0.0619215890765190 <_> <_> <_>0 1 8 13 -1. <_>4 1 4 13 2. 0 0.0184539295732975 -0.3280088901519775 0.0297459699213505 <_> <_> <_>15 0 4 18 -1. <_>15 0 2 18 2. 0 0.1521836966276169 0.0119288703426719 -0.4367868900299072 <_> <_> <_>4 0 12 4 -1. <_>8 0 4 4 3. 0 0.1094895973801613 0.0246637798845768 -0.3156718015670776 <_> <_> <_>15 0 4 18 -1. <_>15 0 2 18 2. 0 -0.0449067093431950 0.2308275997638702 -0.0221633892506361 <_> <_> <_>1 0 4 18 -1. <_>3 0 2 18 2. 0 0.1466861963272095 0.0184906590729952 -0.4666948020458221 <_> <_> <_>4 12 12 6 -1. <_>8 12 4 6 3. 0 -0.0405975803732872 0.2069137990474701 -0.0414120890200138 -1.4597640037536621 31 -1 <_> <_> <_> <_>2 0 6 5 -1. <_>5 0 3 5 2. 0 2.5723339058458805e-003 -0.2409705966711044 0.1565973013639450 <_> <_> <_>12 5 4 12 -1. <_>12 9 4 4 3. 0 5.7603712193667889e-003 -0.4360102117061615 0.0805160328745842 <_> <_> <_>4 4 11 6 -1. <_>4 6 11 2 3. 0 -0.1013860031962395 0.3970403075218201 -0.0657615363597870 <_> <_> <_>11 6 5 6 -1. <_>11 9 5 3 2. 0 1.3221249682828784e-003 -0.4238297939300537 0.0286596808582544 <_> <_> <_>5 6 8 8 -1. <_>5 6 4 4 2. <_>9 10 4 4 2. 0 5.4164527682587504e-004 0.0674186870455742 -0.3101926147937775 <_> <_> <_>10 9 4 8 -1. <_>10 13 4 4 2. 0 2.4447739124298096e-003 0.0139284199103713 -0.2448893934488297 <_> <_> <_>6 14 8 4 -1. <_>6 16 8 2 2. 0 1.4049450401216745e-003 -0.1504099965095520 0.1263857930898666 <_> <_> <_>10 2 4 7 -1. <_>10 2 2 7 2. 0 1.1241709580644965e-003 -0.2743634879589081 0.0711756572127342 <_> <_> <_>1 9 13 2 -1. <_>1 10 13 1 2. 0 -1.3413740089163184e-003 -0.3768543899059296 0.0500381588935852 <_> <_> <_>10 2 4 7 -1. <_>10 2 2 7 2. 0 0.0417145602405071 0.0117330001667142 -0.5450943708419800 <_> <_> <_>6 2 4 7 -1. <_>8 2 2 7 2. 0 2.1810019388794899e-003 -0.2084711045026779 0.0849292278289795 <_> <_> <_>9 5 7 14 -1. <_>9 12 7 7 2. 0 0.0196557007730007 0.0295681897550821 -0.2484049052000046 <_> <_> <_>0 0 17 2 -1. <_>0 1 17 1 2. 0 4.9905799096450210e-004 -0.1722225993871689 0.0939105227589607 <_> <_> <_>5 9 10 8 -1. <_>10 9 5 4 2. <_>5 13 5 4 2. 0 3.3110571093857288e-003 0.0794808268547058 -0.1824993938207626 <_> <_> <_>3 10 8 6 -1. <_>3 12 8 2 3. 0 3.4921199548989534e-003 0.0601597093045712 -0.2304109036922455 <_> <_> <_>7 11 7 6 -1. <_>7 13 7 2 3. 0 1.3379369629547000e-003 -0.0783470198512077 0.1581453979015350 <_> <_> <_>3 3 13 2 -1. <_>3 4 13 1 2. 0 -3.4234288614243269e-004 -0.1512158066034317 0.0959981828927994 <_> <_> <_>10 2 5 6 -1. <_>10 5 5 3 2. 0 -7.2008459828794003e-003 0.1071621030569077 -0.1208669990301132 <_> <_> <_>6 5 2 14 -1. <_>6 12 2 7 2. 0 -3.3037480898201466e-003 -0.1914276927709580 0.0713471099734306 <_> <_> <_>12 9 4 8 -1. <_>12 13 4 4 2. 0 -0.0819097235798836 -0.8508651852607727 6.6832960583269596e-003 <_> <_> <_>4 9 4 8 -1. <_>4 13 4 4 2. 0 -5.2563002100214362e-004 0.0718547031283379 -0.2316266000270844 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -0.0214773193001747 0.2239914983510971 -0.0329822786152363 <_> <_> <_>1 4 4 14 -1. <_>1 4 2 7 2. <_>3 11 2 7 2. 0 -0.0567004308104515 0.5147553086280823 -0.0233782306313515 <_> <_> <_>11 0 3 20 -1. <_>12 0 1 20 3. 0 0.0184196997433901 0.0188533607870340 -0.4470109045505524 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -8.8926553726196289e-003 0.1849759966135025 -0.0669785067439079 <_> <_> <_>6 2 9 5 -1. <_>9 2 3 5 3. 0 0.0126423696056008 0.0865711495280266 -0.1423393040895462 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 8.0502573400735855e-003 -0.0770524218678474 0.2134090065956116 <_> <_> <_>11 0 3 20 -1. <_>12 0 1 20 3. 0 -6.9165248423814774e-003 -0.1784826964139938 0.0564155988395214 <_> <_> <_>0 0 4 14 -1. <_>2 0 2 14 2. 0 -0.0141944400966167 0.1876329928636551 -0.0675882175564766 <_> <_> <_>11 0 3 20 -1. <_>12 0 1 20 3. 0 3.5530389286577702e-003 0.0389252491295338 -0.1498124003410339 <_> <_> <_>6 0 3 20 -1. <_>7 0 1 20 3. 0 4.8001301474869251e-003 0.0449633114039898 -0.2459513992071152 <_> <_> <_>14 2 6 7 -1. <_>16 2 2 7 3. 0 9.0420730412006378e-003 -0.0536144003272057 0.1382469981908798 <_> <_> <_>0 2 6 7 -1. <_>2 2 2 7 3. 0 4.3342178687453270e-003 -0.0861664414405823 0.1279340982437134 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 0.0122646996751428 0.0362030602991581 -0.3749409914016724 <_> <_> <_>1 1 18 14 -1. <_>7 1 6 14 3. 0 0.0491555295884609 -0.0913192629814148 0.1258798986673355 <_> <_> <_>10 1 3 13 -1. <_>11 1 1 13 3. 0 -5.8642931981012225e-004 0.0937025919556618 -0.1073611974716187 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0329710505902767 0.0272385291755199 -0.4500569999217987 <_> <_> <_>4 10 16 4 -1. <_>12 10 8 2 2. <_>4 12 8 2 2. 0 1.6174600459635258e-003 0.0328630097210407 -0.1424130946397781 <_> <_> <_>0 10 18 4 -1. <_>0 10 9 2 2. <_>9 12 9 2 2. 0 1.0178020456805825e-003 0.0698985382914543 -0.1750721037387848 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 3.4081579651683569e-003 -0.0779706165194511 0.0584236904978752 <_> <_> <_>1 4 14 6 -1. <_>1 4 7 3 2. <_>8 7 7 3 2. 0 -6.9078300148248672e-003 0.1171109005808830 -0.0953809991478920 <_> <_> <_>11 2 3 10 -1. <_>11 7 3 5 2. 0 -7.8317627776414156e-004 0.0637309402227402 -0.0881908833980560 <_> <_> <_>5 3 9 10 -1. <_>5 8 9 5 2. 0 -0.0135788703337312 -0.2716825008392334 0.0396881587803364 <_> <_> <_>11 2 3 10 -1. <_>11 7 3 5 2. 0 -0.0800215303897858 0.6011552214622498 -2.4968839716166258e-003 <_> <_> <_>6 2 3 10 -1. <_>6 7 3 5 2. 0 -1.7085570143535733e-003 0.1088868007063866 -0.1052035987377167 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 8.5700387135148048e-003 -0.0417846217751503 0.1485798060894013 <_> <_> <_>5 0 3 20 -1. <_>6 0 1 20 3. 0 0.0155185600742698 0.0218551605939865 -0.4570878148078919 <_> <_> <_>11 10 4 8 -1. <_>11 10 2 8 2. 0 -1.5739940572530031e-003 0.0506554618477821 -0.0696584731340408 <_> <_> <_>5 10 4 8 -1. <_>7 10 2 8 2. 0 -1.0979890357702971e-003 0.0799175873398781 -0.1189505979418755 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 -0.0262480191886425 0.7061498761177063 -0.0136607801541686 <_> <_> <_>4 7 12 8 -1. <_>8 7 4 8 3. 0 -0.0102814603596926 -0.1841211020946503 0.0664423406124115 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -3.6530280485749245e-003 0.1299555003643036 -0.0583515614271164 <_> <_> <_>0 11 8 4 -1. <_>0 13 8 2 2. 0 7.8363716602325439e-003 0.0270732305943966 -0.3360190987586975 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -0.0152837103232741 0.2556239962577820 -0.0359409712255001 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -6.7279259674251080e-003 0.2466115951538086 -0.0486734993755817 <_> <_> <_>3 0 16 10 -1. <_>11 0 8 5 2. <_>3 5 8 5 2. 0 0.1780785024166107 6.0471030883491039e-003 -0.7256615161895752 <_> <_> <_>0 2 18 2 -1. <_>0 3 18 1 2. 0 -1.0486179962754250e-003 -0.1933594048023224 0.0509406998753548 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 8.9163314551115036e-003 0.0330247916281223 -0.1698628962039948 <_> <_> <_>8 0 2 13 -1. <_>9 0 1 13 2. 0 4.0643039392307401e-004 -0.1311711966991425 0.0668182820081711 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 -0.4749904870986939 -0.4015274941921234 6.3146720640361309e-003 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1043004989624023 0.0240249708294868 -0.3269580006599426 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 -0.0516501218080521 0.1693482995033264 -0.0155392000451684 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 0.0405062697827816 -0.0220829807221890 0.3969472944736481 <_> <_> <_>3 15 14 4 -1. <_>10 15 7 2 2. <_>3 17 7 2 2. 0 0.0241797491908073 0.0219267792999744 -0.4346067011356354 <_> <_> <_>4 1 8 8 -1. <_>4 1 4 4 2. <_>8 5 4 4 2. 0 -3.0531319789588451e-003 -0.1410803049802780 0.0561751797795296 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 -0.0171236507594585 -0.6334189772605896 9.8466947674751282e-003 <_> <_> <_>0 9 13 3 -1. <_>0 10 13 1 3. 0 0.0417059697210789 0.0109776295721531 -0.6768128275871277 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 4.3895491398870945e-003 -0.0577812902629375 0.1550164073705673 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 -4.4786250218749046e-003 -0.1670601963996887 0.0465729385614395 <_> <_> <_>6 7 13 2 -1. <_>6 8 13 1 2. 0 4.8733421135693789e-004 -0.1503714025020599 0.0469204410910606 <_> <_> <_>4 11 5 9 -1. <_>4 14 5 3 3. 0 0.0155306402593851 0.0225560106337070 -0.3237045109272003 <_> <_> <_>7 11 7 6 -1. <_>7 13 7 2 3. 0 0.0454431809484959 -9.8806591704487801e-003 0.6081532239913940 <_> <_> <_>0 1 6 7 -1. <_>2 1 2 7 3. 0 -0.0779602974653244 0.4074381887912750 -0.0183915290981531 <_> <_> <_>5 8 13 2 -1. <_>5 9 13 1 2. 0 -4.5014719944447279e-004 -0.3831973075866699 0.0134208202362061 <_> <_> <_>0 7 14 4 -1. <_>0 7 7 2 2. <_>7 9 7 2 2. 0 -0.0218527801334858 -0.4469765126705170 0.0153793301433325 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 -0.0634108781814575 0.3992672860622406 -0.0221688207238913 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -6.6417120397090912e-003 -0.1459449976682663 0.0515417307615280 <_> <_> <_>14 7 6 12 -1. <_>17 7 3 6 2. <_>14 13 3 6 2. 0 0.0203554108738899 -0.0231136791408062 0.1879265010356903 <_> <_> <_>3 16 12 4 -1. <_>7 16 4 4 3. 0 9.2754261568188667e-003 -0.0558089315891266 0.1350426971912384 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 -0.0640752837061882 0.2625977098941803 -0.0319132506847382 <_> <_> <_>2 7 15 5 -1. <_>7 7 5 5 3. 0 0.0575378984212875 0.0347036905586720 -0.2720398902893066 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0133699998259544 -0.1025179028511047 0.0207198299467564 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 2.9637520201504230e-003 -0.0575798191130161 0.1334629952907562 <_> <_> <_>7 0 6 12 -1. <_>10 0 3 6 2. <_>7 6 3 6 2. 0 -4.7313207760453224e-003 -0.1422922015190125 0.0531062483787537 <_> <_> <_>4 3 12 10 -1. <_>8 3 4 10 3. 0 0.1296754032373428 -0.0219264701008797 0.3358376920223236 <_> <_> <_>8 1 4 10 -1. <_>8 6 4 5 2. 0 -2.8757948894053698e-003 0.0749709308147430 -0.1018306016921997 <_> <_> <_>0 3 20 8 -1. <_>0 7 20 4 2. 0 -0.0135463597252965 -0.1531372070312500 0.0522473901510239 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0635321736335754 9.1543495655059814e-003 -0.7486910820007324 <_> <_> <_>0 7 6 12 -1. <_>0 7 3 6 2. <_>3 13 3 6 2. 0 -0.0102614099159837 0.1274251937866211 -0.0567860715091228 <_> <_> <_>12 5 2 14 -1. <_>12 12 2 7 2. 0 -0.0433319285511971 -0.6182907223701477 8.0406935885548592e-003 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 4.0195342153310776e-003 -0.0541303083300591 0.1486448049545288 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 6.7003332078456879e-003 0.0375072993338108 -0.1998623013496399 <_> <_> <_>2 0 16 8 -1. <_>2 0 8 4 2. <_>10 4 8 4 2. 0 -0.0112082399427891 -0.1470471024513245 0.0571894012391567 <_> <_> <_>9 5 7 9 -1. <_>9 8 7 3 3. 0 -3.7890970706939697e-003 0.1552940011024475 -0.0379304885864258 <_> <_> <_>0 12 8 8 -1. <_>0 12 4 4 2. <_>4 16 4 4 2. 0 -0.0110984798520803 0.1785044074058533 -0.0456896498799324 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -7.3761218227446079e-003 -0.1089164018630981 0.0744255930185318 <_> <_> <_>0 10 16 4 -1. <_>0 10 8 2 2. <_>8 12 8 2 2. 0 -3.2149269245564938e-003 0.0906417071819305 -0.0943770334124565 <_> <_> <_>0 2 20 4 -1. <_>10 2 10 2 2. <_>0 4 10 2 2. 0 -3.5010059364140034e-003 -0.1349819004535675 0.0666527226567268 <_> <_> <_>3 5 4 14 -1. <_>3 5 2 7 2. <_>5 12 2 7 2. 0 -1.4920319699740503e-005 -0.1050548031926155 0.0845831707119942 <_> <_> <_>5 10 11 9 -1. <_>5 13 11 3 3. 0 9.5882397145032883e-003 0.0194214992225170 -0.2473284006118774 <_> <_> <_>2 9 4 9 -1. <_>4 9 2 9 2. 0 0.0572749599814415 8.1852423027157784e-003 -0.7950854897499085 <_> <_> <_>3 14 14 3 -1. <_>3 15 14 1 3. 0 0.0245496407151222 -0.0155159803107381 0.4899547994136810 <_> <_> <_>3 4 4 15 -1. <_>3 9 4 5 3. 0 -0.0467925593256950 -0.8472008705139160 9.0526090934872627e-003 <_> <_> <_>7 4 13 3 -1. <_>7 5 13 1 3. 0 3.1038739252835512e-003 -0.0532710291445255 0.0788155570626259 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0342410318553448 -0.4816122055053711 0.0136543400585651 <_> <_> <_>11 0 9 7 -1. <_>14 0 3 7 3. 0 4.4056270271539688e-003 -0.0492804385721684 0.0787091627717018 <_> <_> <_>1 10 6 7 -1. <_>3 10 2 7 3. 0 2.3878510110080242e-003 -0.0768876597285271 0.0846145823597908 <_> <_> <_>13 0 3 17 -1. <_>14 0 1 17 3. 0 -0.0116212302818894 -0.2308605015277863 0.0225848108530045 <_> <_> <_>9 4 2 13 -1. <_>10 4 1 13 2. 0 2.5225759018212557e-003 -0.0508131310343742 0.1381040066480637 <_> <_> <_>6 6 12 9 -1. <_>10 6 4 9 3. 0 0.1350747048854828 7.5730998069047928e-003 -0.4795505106449127 <_> <_> <_>2 6 12 9 -1. <_>6 6 4 9 3. 0 -2.2317951079457998e-003 -0.0902587920427322 0.0831187665462494 <_> <_> <_>3 14 14 4 -1. <_>10 14 7 2 2. <_>3 16 7 2 2. 0 -0.0300617106258869 -0.5179914236068726 0.0128817101940513 <_> <_> <_>3 3 13 4 -1. <_>3 5 13 2 2. 0 -0.0454643517732620 0.2066098004579544 -0.0348603986203671 <_> <_> <_>10 14 10 6 -1. <_>10 16 10 2 3. 0 -9.2374589294195175e-003 -0.1469502002000809 0.0313202589750290 <_> <_> <_>0 14 11 6 -1. <_>0 16 11 2 3. 0 6.0185948386788368e-003 0.0638856217265129 -0.1177961975336075 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -0.0103228101506829 0.1795835047960281 -0.0468300282955170 <_> <_> <_>4 0 3 17 -1. <_>5 0 1 17 3. 0 -1.7961780540645123e-003 -0.1137404963374138 0.0617303811013699 <_> <_> <_>13 3 3 17 -1. <_>14 3 1 17 3. 0 7.1363700553774834e-003 0.0335745215415955 -0.1547258943319321 <_> <_> <_>1 0 18 9 -1. <_>7 0 6 9 3. 0 0.0694877728819847 -0.0591620095074177 0.1384111046791077 <_> <_> <_>9 7 9 6 -1. <_>12 7 3 6 3. 0 -0.0383218713104725 0.1562871932983398 -0.0318156518042088 <_> <_> <_>4 3 3 17 -1. <_>5 3 1 17 3. 0 3.9706169627606869e-003 0.0512525290250778 -0.1761599928140640 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 -3.9275288581848145e-003 0.0789479985833168 -0.0514867305755615 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 1.9882800988852978e-003 -0.0504746511578560 0.1336632966995239 <_> <_> <_>5 14 15 3 -1. <_>5 15 15 1 3. 0 -1.6472870483994484e-003 0.0491801984608173 -0.0534374900162220 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0115801095962524 -0.1322430968284607 0.0583215095102787 <_> <_> <_>7 7 9 6 -1. <_>7 10 9 3 2. 0 0.0434967912733555 -0.0235273800790310 0.1217914000153542 <_> <_> <_>8 5 3 10 -1. <_>8 10 3 5 2. 0 1.8956169951707125e-003 0.0560729391872883 -0.1199728995561600 <_> <_> <_>5 8 14 2 -1. <_>5 9 14 1 2. 0 2.4906420148909092e-003 -0.1279992014169693 0.0352185703814030 <_> <_> <_>0 6 13 3 -1. <_>0 7 13 1 3. 0 -0.0602531507611275 -0.7870790958404541 7.7965850941836834e-003 <_> <_> <_>3 13 17 6 -1. <_>3 15 17 2 3. 0 -0.0153068099170923 -0.1227606013417244 0.0425373911857605 <_> <_> <_>6 15 8 4 -1. <_>6 17 8 2 2. 0 3.6899570841342211e-004 -0.1219256967306137 0.0596502311527729 <_> <_> <_>6 7 14 2 -1. <_>6 8 14 1 2. 0 3.0398070812225342e-003 -0.0630238428711891 0.0509180910885334 <_> <_> <_>6 7 6 8 -1. <_>6 11 6 4 2. 0 -3.5760499304160476e-004 -0.0768593326210976 0.0866243168711662 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 -2.7939230203628540e-003 0.1307436972856522 -0.0469127111136913 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 4.2060539126396179e-003 -0.0531197190284729 0.1286624073982239 <_> <_> <_>8 5 12 4 -1. <_>12 5 4 4 3. 0 0.0514486990869045 0.0110803702846169 -0.4143421053886414 <_> <_> <_>6 5 2 14 -1. <_>6 12 2 7 2. 0 0.0328598804771900 0.0174953099340200 -0.3753879070281982 <_> <_> <_>11 0 9 7 -1. <_>14 0 3 7 3. 0 -0.0484080612659454 0.1701187938451767 -0.0237264502793550 <_> <_> <_>0 5 12 4 -1. <_>4 5 4 4 3. 0 0.0140613401308656 0.0259813908487558 -0.2763577103614807 <_> <_> <_>11 0 9 7 -1. <_>14 0 3 7 3. 0 0.0521964393556118 -9.5534622669219971e-003 0.1097346991300583 <_> <_> <_>0 0 9 7 -1. <_>3 0 3 7 3. 0 0.0447802618145943 -0.0270329304039478 0.2743470966815949 <_> <_> <_>2 13 16 4 -1. <_>10 13 8 2 2. <_>2 15 8 2 2. 0 -3.7703409325331450e-003 -0.1441286951303482 0.0523424707353115 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 -4.1479258798062801e-003 -0.1370683014392853 0.0496210902929306 <_> <_> <_>5 0 10 8 -1. <_>5 4 10 4 2. 0 0.0146851502358913 -0.0499496683478355 0.1365865021944046 <_> <_> <_>5 2 10 14 -1. <_>5 9 10 7 2. 0 0.0103258499875665 0.0836594626307487 -0.1037800982594490 <_> <_> <_>7 7 13 2 -1. <_>7 8 13 1 2. 0 -1.7972270143218338e-004 -0.0866589173674583 0.0225923694670200 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 0.0200810004025698 -0.0195899493992329 0.3435873985290527 <_> <_> <_>4 0 13 3 -1. <_>4 1 13 1 3. 0 -0.0229055806994438 -0.4248282015323639 0.0154167702421546 <_> <_> <_>5 0 10 4 -1. <_>5 2 10 2 2. 0 -0.0555060282349586 0.7314381003379822 -9.4347409904003143e-003 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -1.7899540252983570e-003 -0.0819517821073532 0.0358237884938717 <_> <_> <_>0 0 18 3 -1. <_>9 0 9 3 2. 0 -8.0740358680486679e-004 0.0866209790110588 -0.0787586122751236 <_> <_> <_>2 17 18 3 -1. <_>8 17 6 3 3. 0 0.0244450196623802 -0.0220042504370213 0.0941588431596756 <_> <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 -7.5640110298991203e-003 0.1201172992587090 -0.0723497718572617 <_> <_> <_>11 16 8 4 -1. <_>11 16 4 4 2. 0 2.3397218901664019e-003 -0.0810343474149704 0.0981736183166504 <_> <_> <_>0 3 18 15 -1. <_>0 8 18 5 3. 0 -0.0318176113069057 -0.3573046922683716 0.0196013096719980 <_> <_> <_>2 9 16 8 -1. <_>2 13 16 4 2. 0 0.0100280800834298 -0.0241604596376419 0.3134033977985382 <_> <_> <_>0 10 7 4 -1. <_>0 12 7 2 2. 0 9.0504523541312665e-005 0.0580506287515163 -0.1176043972373009 <_> <_> <_>4 5 12 12 -1. <_>10 5 6 6 2. <_>4 11 6 6 2. 0 -0.0210107509046793 -0.2034603953361511 0.0341454111039639 <_> <_> <_>5 12 9 5 -1. <_>8 12 3 5 3. 0 -7.1200268575921655e-004 0.0633031502366066 -0.1049738973379135 <_> <_> <_>18 0 2 16 -1. <_>18 8 2 8 2. 0 -7.6272932346910238e-004 -0.0744325667619705 0.0349122285842896 <_> <_> <_>0 0 2 16 -1. <_>0 8 2 8 2. 0 -0.0585063286125660 0.5575838088989258 -0.0126664899289608 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 2.4057500995695591e-003 0.0446050688624382 -0.1158159002661705 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0197295192629099 -0.4755010902881622 0.0155485598370433 <_> <_> <_>14 7 6 10 -1. <_>17 7 3 5 2. <_>14 12 3 5 2. 0 -0.0226451307535172 0.1182895004749298 -0.0221709292382002 <_> <_> <_>0 2 12 6 -1. <_>0 2 6 3 2. <_>6 5 6 3 2. 0 -1.3123790267854929e-003 0.0506355389952660 -0.1342331022024155 <_> <_> <_>10 0 10 10 -1. <_>15 0 5 5 2. <_>10 5 5 5 2. 0 -5.9856739826500416e-003 0.0542738214135170 -0.0696390569210052 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0522454492747784 -0.0183413606137037 0.4168938100337982 <_> <_> <_>2 7 18 4 -1. <_>11 7 9 2 2. <_>2 9 9 2 2. 0 -4.6837949194014072e-003 -0.1212126016616821 0.0391879193484783 <_> <_> <_>5 3 6 14 -1. <_>5 3 3 7 2. <_>8 10 3 7 2. 0 -0.0152083998546004 -0.0964878425002098 0.0653250217437744 <_> <_> <_>9 2 3 13 -1. <_>10 2 1 13 3. 0 -5.7328920811414719e-003 0.2102347016334534 -0.0317212603986263 <_> <_> <_>0 7 6 10 -1. <_>0 7 3 5 2. <_>3 12 3 5 2. 0 -3.7612610030919313e-003 0.1008588001132011 -0.0613929517567158 <_> <_> <_>13 4 3 13 -1. <_>14 4 1 13 3. 0 -0.0109805203974247 -0.1834243983030319 0.0171212498098612 <_> <_> <_>1 16 8 4 -1. <_>5 16 4 4 2. 0 2.7213071007281542e-003 -0.0584041401743889 0.1072904989123344 <_> <_> <_>5 15 15 5 -1. <_>10 15 5 5 3. 0 -0.0189692694693804 0.0747647285461426 -0.0340562015771866 <_> <_> <_>7 3 4 13 -1. <_>9 3 2 13 2. 0 -7.1104627568274736e-004 -0.1474957019090653 0.0524471588432789 <_> <_> <_>7 4 13 3 -1. <_>7 5 13 1 3. 0 9.4774961471557617e-003 -0.0252324901521206 0.1067759990692139 <_> <_> <_>2 0 16 8 -1. <_>2 0 8 4 2. <_>10 4 8 4 2. 0 0.1027588024735451 0.0100393602624536 -0.6463056802749634 <_> <_> <_>13 7 6 11 -1. <_>15 7 2 11 3. 0 -0.1122817993164063 -0.5724760890007019 6.3971187919378281e-003 <_> <_> <_>7 9 6 10 -1. <_>7 9 3 5 2. <_>10 14 3 5 2. 0 -0.0256835799664259 -0.3200407922267914 0.0172394495457411 <_> <_> <_>7 5 9 8 -1. <_>10 5 3 8 3. 0 0.0254942998290062 -0.0221277792006731 0.1183812022209168 <_> <_> <_>4 5 3 13 -1. <_>5 5 1 13 3. 0 -0.0304587893188000 -0.5874788165092468 9.8222652450203896e-003 <_> <_> <_>10 4 6 12 -1. <_>10 8 6 4 3. 0 -0.0278161205351353 0.3678570985794067 -0.0122603401541710 <_> <_> <_>7 4 6 7 -1. <_>9 4 2 7 3. 0 -1.2768269516527653e-003 0.2415042966604233 -0.0245034098625183 <_> <_> <_>5 6 12 4 -1. <_>9 6 4 4 3. 0 -0.0764358267188072 -0.6347172260284424 2.7080429717898369e-003 <_> <_> <_>3 6 12 4 -1. <_>7 6 4 4 3. 0 3.7574430461972952e-004 -0.1331682056188583 0.0461895912885666 <_> <_> <_>16 4 4 8 -1. <_>16 8 4 4 2. 0 0.0131938103586435 0.0265014804899693 -0.0685159787535667 <_> <_> <_>4 5 9 8 -1. <_>7 5 3 8 3. 0 -0.0636896193027496 0.4112663865089417 -0.0156471207737923 <_> <_> <_>16 4 4 8 -1. <_>16 8 4 4 2. 0 -8.0426287604495883e-004 -0.0940060988068581 0.0310020707547665 <_> <_> <_>4 5 8 15 -1. <_>4 10 8 5 3. 0 8.2476891111582518e-004 -0.1592881977558136 0.0370967909693718 <_> <_> <_>5 14 13 2 -1. <_>5 15 13 1 2. 0 4.8443409614264965e-003 -0.0256988797336817 0.1507900953292847 <_> <_> <_>1 7 4 13 -1. <_>3 7 2 13 2. 0 0.0229413192719221 0.0229411497712135 -0.2775906920433044 <_> <_> <_>11 9 6 8 -1. <_>11 9 3 8 2. 0 5.6285588070750237e-003 0.0201216191053391 -0.0635844171047211 <_> <_> <_>3 9 6 8 -1. <_>6 9 3 8 2. 0 -8.1927451537922025e-004 0.0559341385960579 -0.1077606007456780 <_> <_> <_>8 1 9 15 -1. <_>11 1 3 15 3. 0 5.1910132169723511e-003 -0.0267819706350565 0.0550941713154316 <_> <_> <_>3 1 9 15 -1. <_>6 1 3 15 3. 0 -0.0202204994857311 -0.1250178068876267 0.0592748299241066 <_> <_> <_>9 7 9 6 -1. <_>12 7 3 6 3. 0 -3.6798599176108837e-003 0.0604743212461472 -0.0596323497593403 <_> <_> <_>0 5 6 7 -1. <_>2 5 2 7 3. 0 0.0104838600382209 -0.0536522604525089 0.1290611028671265 <_> <_> <_>11 2 2 16 -1. <_>11 2 1 16 2. 0 0.0179044604301453 0.0143182901665568 -0.2734973132610321 <_> <_> <_>1 1 18 10 -1. <_>7 1 6 10 3. 0 0.3369382023811340 -8.6311781778931618e-003 0.7328857183456421 <_> <_> <_>10 8 10 8 -1. <_>15 8 5 4 2. <_>10 12 5 4 2. 0 -0.1080747991800308 -0.5070748925209045 6.7152627743780613e-003 <_> <_> <_>0 8 10 8 -1. <_>0 8 5 4 2. <_>5 12 5 4 2. 0 -0.1221961006522179 -0.7935271859169006 7.4890498071908951e-003 <_> <_> <_>11 2 2 16 -1. <_>11 2 1 16 2. 0 -3.7357630208134651e-003 -0.1543643027544022 0.0199333596974611 <_> <_> <_>3 9 12 11 -1. <_>9 9 6 11 2. 0 0.0472835302352905 -0.0321807414293289 0.2233242988586426 <_> <_> <_>6 7 10 3 -1. <_>6 7 5 3 2. 0 -4.8949089832603931e-003 -0.1444084942340851 0.0276874192059040 <_> <_> <_>3 1 10 16 -1. <_>3 1 5 8 2. <_>8 9 5 8 2. 0 -4.6767960302531719e-003 0.0425895191729069 -0.1318124979734421 <_> <_> <_>8 3 8 10 -1. <_>12 3 4 5 2. <_>8 8 4 5 2. 0 -0.0405265688896179 0.1515536010265350 -0.0131374001502991 <_> <_> <_>4 3 8 10 -1. <_>4 3 4 5 2. <_>8 8 4 5 2. 0 5.1309340633451939e-003 -0.0424363985657692 0.1942812949419022 <_> <_> <_>10 11 9 6 -1. <_>10 14 9 3 2. 0 4.9947341904044151e-003 0.0206563007086515 -0.1833256036043167 <_> <_> <_>1 11 9 6 -1. <_>1 14 9 3 2. 0 -0.0109464498236775 -0.1157637014985085 0.0619641989469528 <_> <_> <_>6 16 14 4 -1. <_>13 16 7 2 2. <_>6 18 7 2 2. 0 -6.7135482095181942e-003 0.1579674929380417 -0.0353996194899082 <_> <_> <_>1 0 9 18 -1. <_>1 6 9 6 3. 0 -0.0309906303882599 -0.1727104932069778 0.0379165709018707 <_> <_> <_>8 3 12 4 -1. <_>8 5 12 2 2. 0 -2.7503890451043844e-003 0.0414951592683792 -0.0551527887582779 <_> <_> <_>1 5 7 9 -1. <_>1 8 7 3 3. 0 -0.0247004292905331 0.2907611131668091 -0.0205526407808065 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 -0.0176072698086500 -0.0986715033650398 0.0328004509210587 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 8.7928329594433308e-004 0.0364424213767052 -0.1751804053783417 <_> <_> <_>9 2 6 7 -1. <_>11 2 2 7 3. 0 6.9036949425935745e-003 0.0214442703872919 -0.1199729964137077 <_> <_> <_>5 2 6 7 -1. <_>7 2 2 7 3. 0 -2.2592858877032995e-003 0.0959442481398582 -0.0812644809484482 <_> <_> <_>4 16 15 4 -1. <_>9 16 5 4 3. 0 0.0158859398216009 -0.0314941108226776 0.0875319465994835 <_> <_> <_>0 17 15 3 -1. <_>5 17 5 3 3. 0 0.0193797107785940 -0.0350754894316196 0.1619918942451477 <_> <_> <_>2 2 18 18 -1. <_>8 2 6 18 3. 0 -0.0235653296113014 0.0993678122758865 -0.0504099614918232 <_> <_> <_>5 4 4 16 -1. <_>7 4 2 16 2. 0 -6.2582190148532391e-003 -0.1596260964870453 0.0568719506263733 <_> <_> <_>6 9 9 6 -1. <_>9 9 3 6 3. 0 0.0102890403941274 0.0324222594499588 -0.1182584017515183 <_> <_> <_>1 14 10 6 -1. <_>1 14 5 3 2. <_>6 17 5 3 2. 0 -5.8485912159085274e-003 0.1910745948553085 -0.0370847396552563 <_> <_> <_>6 7 12 5 -1. <_>10 7 4 5 3. 0 -0.0858051627874374 -0.4087724983692169 0.0127811003476381 <_> <_> <_>0 10 5 9 -1. <_>0 13 5 3 3. 0 -2.4852859787642956e-003 -0.1011639982461929 0.0563114807009697 <_> <_> <_>13 10 6 9 -1. <_>13 13 6 3 3. 0 -7.1535720489919186e-003 -0.0441186092793942 0.0222171694040298 <_> <_> <_>1 10 6 9 -1. <_>1 13 6 3 3. 0 1.2644700473174453e-003 0.0653055980801582 -0.1227300018072128 <_> <_> <_>5 7 10 4 -1. <_>5 9 10 2 2. 0 0.0398256890475750 -0.0504029802978039 0.1442425996065140 <_> <_> <_>1 5 18 12 -1. <_>1 9 18 4 3. 0 0.0133226700127125 0.2323541939258575 -0.0281981695443392 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 0.0210173502564430 -0.0196532607078552 0.1043256968259811 <_> <_> <_>2 4 13 14 -1. <_>2 11 13 7 2. 0 0.2451521009206772 8.4479590877890587e-003 -0.7483342289924622 <_> <_> <_>10 8 6 6 -1. <_>10 8 3 6 2. 0 4.3030278757214546e-003 0.0311724804341793 -0.0941835865378380 <_> <_> <_>2 1 16 8 -1. <_>2 5 16 4 2. 0 0.0222244802862406 -0.0396029204130173 0.1561487019062042 <_> <_> <_>10 8 6 6 -1. <_>10 8 3 6 2. 0 -8.5019748657941818e-003 -0.1085231974720955 0.0280456002801657 <_> <_> <_>4 0 11 6 -1. <_>4 2 11 2 3. 0 0.0108455400913954 -0.0655941590666771 0.1021739989519119 <_> <_> <_>2 2 16 2 -1. <_>2 3 16 1 2. 0 1.7696369905024767e-003 0.0753691419959068 -0.0952988266944885 <_> <_> <_>4 15 12 5 -1. <_>10 15 6 5 2. 0 0.1028904989361763 -0.0117672299966216 0.4816721081733704 <_> <_> <_>10 8 6 6 -1. <_>10 8 3 6 2. 0 -0.0350741706788540 -0.2629905045032501 0.0100027797743678 <_> <_> <_>0 14 12 4 -1. <_>6 14 6 4 2. 0 0.0383029989898205 0.0108839496970177 -0.5809292793273926 <_> <_> <_>12 7 6 6 -1. <_>12 10 6 3 2. 0 0.0121831195428967 0.0310989990830421 -0.0542579293251038 <_> <_> <_>1 5 6 14 -1. <_>1 5 3 7 2. <_>4 12 3 7 2. 0 0.0203881394118071 -0.0373795405030251 0.1872545033693314 <_> <_> <_>10 2 9 13 -1. <_>13 2 3 13 3. 0 6.5857400186359882e-003 -0.0441947802901268 0.0600337907671928 <_> <_> <_>4 8 6 6 -1. <_>7 8 3 6 2. 0 5.8739529922604561e-003 0.0392197109758854 -0.1585793942213059 <_> <_> <_>12 5 6 9 -1. <_>12 5 3 9 2. 0 -0.0782790333032608 0.2178917974233627 -0.0100944200530648 <_> <_> <_>2 5 6 9 -1. <_>5 5 3 9 2. 0 0.0153365796431899 -0.0312195196747780 0.2245240062475205 <_> <_> <_>5 8 15 2 -1. <_>5 9 15 1 2. 0 1.4171670190989971e-003 -0.1662545055150986 0.0276841092854738 <_> <_> <_>2 9 16 3 -1. <_>2 10 16 1 3. 0 -3.4021309111267328e-003 -0.2845237851142883 0.0226610600948334 <_> <_> <_>12 7 5 6 -1. <_>12 10 5 3 2. 0 -0.0193403400480747 0.5230051875114441 -5.0734821707010269e-003 <_> <_> <_>3 7 5 6 -1. <_>3 10 5 3 2. 0 -0.0165143199265003 0.7061938047409058 -8.2714930176734924e-003 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 -6.4589809626340866e-003 -0.1210433021187782 0.0387184210121632 <_> <_> <_>0 13 20 4 -1. <_>0 13 10 2 2. <_>10 15 10 2 2. 0 -4.3003219179809093e-003 -0.1210365965962410 0.0553358905017376 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 0.0107842003926635 -0.0389758199453354 0.1987051963806152 <_> <_> <_>2 12 10 6 -1. <_>2 12 5 3 2. <_>7 15 5 3 2. 0 -1.1527650058269501e-003 0.0935961008071899 -0.0642488896846771 <_> <_> <_>9 10 3 10 -1. <_>9 15 3 5 2. 0 -0.0421012602746487 -0.3003219068050385 0.0159092992544174 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 3.0202090274542570e-003 -0.0653104782104492 0.0947547629475594 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 0.0299999900162220 0.0176732297986746 -0.2245714962482452 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 -1.3678170507773757e-003 0.1339491009712219 -0.0500865504145622 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 -0.0231519509106874 -0.1831011027097702 0.0191035792231560 <_> <_> <_>1 6 3 13 -1. <_>2 6 1 13 3. 0 0.0638263225555420 7.5651248916983604e-003 -0.8311659097671509 <_> <_> <_>10 4 6 16 -1. <_>12 4 2 16 3. 0 -0.1483162045478821 -1. 3.4445689525455236e-003 <_> <_> <_>4 4 6 16 -1. <_>6 4 2 16 3. 0 1.3207890151534230e-004 0.0511358194053173 -0.1186320036649704 <_> <_> <_>7 15 9 5 -1. <_>10 15 3 5 3. 0 0.0660787075757980 7.1528651751577854e-003 -0.4290638864040375 <_> <_> <_>4 16 12 4 -1. <_>8 16 4 4 3. 0 6.1758249066770077e-003 -0.0590105801820755 0.1078130975365639 <_> <_> <_>5 3 10 6 -1. <_>10 3 5 3 2. <_>5 6 5 3 2. 0 -0.0335061103105545 -0.3763673901557922 0.0170377995818853 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 -9.7032980993390083e-003 0.1382033973932266 -0.0439222007989883 <_> <_> <_>6 2 14 2 -1. <_>6 3 14 1 2. 0 -7.2475131601095200e-003 -0.2219274938106537 0.0128019396215677 <_> <_> <_>3 11 8 4 -1. <_>7 11 4 4 2. 0 -0.0533093288540840 -0.4559476077556610 0.0124950101599097 <_> <_> <_>4 2 12 4 -1. <_>4 2 6 4 2. 0 0.0103870695456862 -0.0516241304576397 0.1223623976111412 <_> <_> <_>0 2 6 15 -1. <_>0 7 6 5 3. 0 0.0672085732221603 0.0316551215946674 -0.2108618021011353 <_> <_> <_>3 0 17 6 -1. <_>3 2 17 2 3. 0 -0.0151433199644089 0.1722407042980194 -0.0292099397629499 <_> <_> <_>0 4 7 4 -1. <_>0 6 7 2 2. 0 -0.0392849706113338 -0.4822677969932556 0.0143662001937628 <_> <_> <_>3 9 14 2 -1. <_>3 9 7 2 2. 0 -5.1000402309000492e-003 0.1370041072368622 -0.0435415916144848 <_> <_> <_>4 7 10 3 -1. <_>9 7 5 3 2. 0 4.7284159809350967e-003 0.0654955208301544 -0.1291383951902390 <_> <_> <_>4 4 13 3 -1. <_>4 5 13 1 3. 0 -0.0118776299059391 0.2014613002538681 -0.0236400496214628 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -4.5396368950605392e-003 -0.1687245070934296 0.0448811799287796 <_> <_> <_>4 12 16 8 -1. <_>4 12 8 8 2. 0 -8.0548608675599098e-003 0.0659163221716881 -0.0451842285692692 <_> <_> <_>0 12 16 8 -1. <_>8 12 8 8 2. 0 -0.0430377312004566 0.1281743049621582 -0.0630217194557190 <_> <_> <_>14 9 6 10 -1. <_>16 9 2 10 3. 0 0.1095227971673012 6.0560060665011406e-003 -0.5161451101303101 <_> <_> <_>2 7 11 12 -1. <_>2 11 11 4 3. 0 -7.0019549457356334e-004 -0.1284541040658951 0.0499361008405685 <_> <_> <_>9 3 3 12 -1. <_>9 9 3 6 2. 0 -2.9595570595120080e-005 0.0670763328671455 -0.0903971195220947 <_> <_> <_>2 1 6 15 -1. <_>2 6 6 5 3. 0 0.1774964034557343 -7.6472861692309380e-003 0.8971657156944275 <_> <_> <_>17 7 2 13 -1. <_>17 7 1 13 2. 0 -0.0553644485771656 -0.6551393866539002 6.7208600230515003e-003 <_> <_> <_>1 7 2 13 -1. <_>2 7 1 13 2. 0 -0.0514614097774029 -0.6533753275871277 8.9703118428587914e-003 <_> <_> <_>0 1 20 4 -1. <_>10 1 10 2 2. <_>0 3 10 2 2. 0 -0.0265817195177078 -0.2811642885208130 0.0177660901099443 <_> <_> <_>6 1 7 6 -1. <_>6 3 7 2 3. 0 -0.0690343379974365 0.9258397817611694 -6.2460578046739101e-003 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0302057303488255 0.2378429025411606 -0.0162954591214657 <_> <_> <_>5 10 6 6 -1. <_>8 10 3 6 2. 0 -9.1226873919367790e-003 -0.1456989049911499 0.0456543900072575 <_> <_> <_>8 0 12 20 -1. <_>12 0 4 20 3. 0 -0.2123378068208695 0.1647219955921173 -0.0147588299587369 <_> <_> <_>6 7 6 8 -1. <_>8 7 2 8 3. 0 -0.0262546893209219 0.3038162887096405 -0.0201085302978754 <_> <_> <_>12 5 4 8 -1. <_>12 9 4 4 2. 0 3.0262209475040436e-003 -0.1529828011989594 0.0268785394728184 <_> <_> <_>5 2 9 5 -1. <_>8 2 3 5 3. 0 0.0838385969400406 0.0100423498079181 -0.5934510231018066 <_> <_> <_>8 10 12 9 -1. <_>12 10 4 9 3. 0 0.0188457593321800 -0.0452605411410332 0.0842202007770538 <_> <_> <_>4 15 9 5 -1. <_>7 15 3 5 3. 0 -4.8671411350369453e-003 -0.1123484000563622 0.0566763989627361 -1.3393770456314087 32 -1 <_> <_> <_> <_>1 1 18 3 -1. <_>7 1 6 3 3. 0 0.1190086975693703 -0.2018668055534363 0.2441760003566742 <_> <_> <_>12 7 8 4 -1. <_>12 9 8 2 2. 0 0.0212774891406298 -0.2345439940690994 0.1630306988954544 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 3.7066950462758541e-003 -0.2055990993976593 0.1498205959796906 <_> <_> <_>3 4 15 16 -1. <_>3 12 15 8 2. 0 0.0329295508563519 0.0788030773401260 -0.3368844091892242 <_> <_> <_>0 7 8 4 -1. <_>0 9 8 2 2. 0 0.0250579603016377 -0.1593209058046341 0.1640505045652390 <_> <_> <_>7 6 6 9 -1. <_>9 6 2 9 3. 0 6.5863109193742275e-004 -0.2780422866344452 0.0830289199948311 <_> <_> <_>4 11 8 9 -1. <_>4 14 8 3 3. 0 -0.0662109106779099 -0.3640215098857880 0.0600673481822014 <_> <_> <_>11 3 9 8 -1. <_>14 3 3 8 3. 0 4.2186300270259380e-003 -0.1855151057243347 0.1282822042703629 <_> <_> <_>0 4 9 8 -1. <_>3 4 3 8 3. 0 1.7119459807872772e-003 -0.2157250940799713 0.0868794992566109 <_> <_> <_>9 4 6 10 -1. <_>12 4 3 5 2. <_>9 9 3 5 2. 0 -0.0213904809206724 0.1112473979592323 -0.1448650956153870 <_> <_> <_>0 4 20 4 -1. <_>0 6 20 2 2. 0 5.5712480098009109e-003 0.0625468790531158 -0.3159820139408112 <_> <_> <_>2 9 18 3 -1. <_>8 9 6 3 3. 0 4.5709838159382343e-003 -0.2364789992570877 0.0383995696902275 <_> <_> <_>3 14 13 3 -1. <_>3 15 13 1 3. 0 -0.0170860309153795 0.2065355926752091 -0.0864056125283241 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -0.0306409504264593 0.4152300059795380 -0.0256018508225679 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 0.0258034691214561 0.0401562303304672 -0.3744401037693024 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 0.0264259204268456 0.0426257811486721 -0.4188891053199768 <_> <_> <_>0 7 10 6 -1. <_>0 7 5 3 2. <_>5 10 5 3 2. 0 -0.0118497302755713 -0.3061988055706024 0.0515059493482113 <_> <_> <_>7 1 8 8 -1. <_>11 1 4 4 2. <_>7 5 4 4 2. 0 -0.0162698496133089 -0.1987849026918411 0.0426832400262356 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -0.0240361597388983 -0.3321199119091034 0.0460914187133312 <_> <_> <_>10 0 8 4 -1. <_>10 2 8 2 2. 0 7.3583971243351698e-004 -0.2067741006612778 0.0574182607233524 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 -0.0204231608659029 -0.2692205905914307 0.0448937192559242 <_> <_> <_>15 11 5 6 -1. <_>15 14 5 3 2. 0 1.9533000886440277e-003 0.0434818491339684 -0.1429585069417954 <_> <_> <_>1 6 18 8 -1. <_>1 6 9 4 2. <_>10 10 9 4 2. 0 0.0332025401294231 0.0611127205193043 -0.2077313959598541 <_> <_> <_>4 3 13 3 -1. <_>4 4 13 1 3. 0 0.0210495498031378 -0.0551963299512863 0.1727333068847656 <_> <_> <_>1 9 13 2 -1. <_>1 10 13 1 2. 0 -4.2487941682338715e-003 -0.3120211064815521 0.0357145518064499 <_> <_> <_>9 12 8 8 -1. <_>13 12 4 4 2. <_>9 16 4 4 2. 0 0.0145448902621865 -0.1289152055978775 0.1087460964918137 <_> <_> <_>0 11 5 6 -1. <_>0 14 5 3 2. 0 4.4858800247311592e-003 0.0502648502588272 -0.2272962033748627 <_> <_> <_>15 3 5 9 -1. <_>15 6 5 3 3. 0 -0.0720195174217224 -0.5035715103149414 0.0249091703444719 <_> <_> <_>0 4 2 16 -1. <_>0 12 2 8 2. 0 0.0740883126854897 -0.0261101797223091 0.4690495133399963 <_> <_> <_>15 3 5 9 -1. <_>15 6 5 3 3. 0 -0.0193762108683586 -0.0877423286437988 0.0526968091726303 <_> <_> <_>2 5 16 10 -1. <_>2 5 8 5 2. <_>10 10 8 5 2. 0 -0.0151920598000288 -0.1647035032510757 0.0748419165611267 <_> <_> <_>6 7 14 2 -1. <_>6 8 14 1 2. 0 6.7975218407809734e-003 -0.1251268982887268 0.0820929929614067 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 -1.9816169515252113e-003 0.0612598806619644 -0.1913881003856659 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 -0.0403438396751881 -0.3463464081287384 0.0338140912353992 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 -9.7851715981960297e-003 0.2477196007966995 -0.0510314293205738 <_> <_> <_>9 6 3 14 -1. <_>10 6 1 14 3. 0 0.0130610503256321 -0.0593781694769859 0.1429872065782547 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 0.0125199696049094 -0.1008744016289711 0.2061744928359985 <_> <_> <_>9 13 6 7 -1. <_>11 13 2 7 3. 0 0.0616200491786003 0.0108506204560399 -0.4997675120830536 <_> <_> <_>6 0 2 13 -1. <_>7 0 1 13 2. 0 0.0153516102582216 0.0304591804742813 -0.4024853110313416 <_> <_> <_>3 7 15 3 -1. <_>8 7 5 3 3. 0 6.7390319891273975e-003 -0.1523087024688721 0.0347637310624123 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 0.0271660406142473 0.0324651785194874 -0.3790565133094788 <_> <_> <_>12 11 8 6 -1. <_>12 13 8 2 3. 0 -0.0494436509907246 -0.4104248881340027 0.0152657004073262 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 0.0329997092485428 0.0289222393184900 -0.4311968088150024 <_> <_> <_>9 1 6 7 -1. <_>11 1 2 7 3. 0 0.0376041494309902 0.0209206994622946 -0.3547154068946838 <_> <_> <_>2 9 9 10 -1. <_>5 9 3 10 3. 0 0.0173116400837898 -0.1549087017774582 0.0735432282090187 <_> <_> <_>14 0 3 18 -1. <_>15 0 1 18 3. 0 -1.7037079669535160e-003 -0.0953469201922417 0.0515172891318798 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0150087904185057 0.2105749994516373 -0.0521971695125103 <_> <_> <_>9 1 6 7 -1. <_>11 1 2 7 3. 0 -0.0412833616137505 -0.4872767925262451 0.0166863705962896 <_> <_> <_>8 2 4 8 -1. <_>10 2 2 8 2. 0 -0.0171902999281883 0.2307074964046478 -0.0570944398641586 <_> <_> <_>14 0 3 18 -1. <_>15 0 1 18 3. 0 0.0397070087492466 0.0170162301510572 -0.3823386132717133 <_> <_> <_>0 5 12 4 -1. <_>4 5 4 4 3. 0 0.0470514707267284 0.0422392487525940 -0.2805036902427673 <_> <_> <_>6 0 13 3 -1. <_>6 1 13 1 3. 0 -0.0119489496573806 -0.2305649071931839 0.0265321899205446 <_> <_> <_>0 6 20 3 -1. <_>0 7 20 1 3. 0 -0.0798574090003967 -0.8496391773223877 0.0125821800902486 <_> <_> <_>10 8 8 8 -1. <_>14 8 4 4 2. <_>10 12 4 4 2. 0 0.0256276391446590 0.0233112405985594 -0.2492381930351257 <_> <_> <_>1 1 5 9 -1. <_>1 4 5 3 3. 0 -0.0310943704098463 -0.2376987040042877 0.0461161285638809 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 0.0465732216835022 0.0287702903151512 -0.5373960137367249 <_> <_> <_>1 4 16 6 -1. <_>1 4 8 3 2. <_>9 7 8 3 2. 0 -0.0540669299662113 0.2779476046562195 -0.0477707684040070 <_> <_> <_>9 0 10 6 -1. <_>9 2 10 2 3. 0 1.8918470013886690e-003 -0.0982548296451569 0.0478564202785492 <_> <_> <_>4 3 12 6 -1. <_>4 5 12 2 3. 0 0.0332293286919594 -0.0525953508913517 0.2356410026550293 <_> <_> <_>9 5 8 8 -1. <_>9 9 8 4 2. 0 1.1775200255215168e-003 -0.2340148985385895 0.0261420700699091 <_> <_> <_>1 0 9 6 -1. <_>1 2 9 2 3. 0 1.9482020288705826e-003 -0.1522361934185028 0.0787514671683311 <_> <_> <_>8 3 9 5 -1. <_>11 3 3 5 3. 0 0.0559455081820488 0.0115406997501850 -0.1988953948020935 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0294553693383932 0.0333157703280449 -0.3285048902034760 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 4.0880320593714714e-003 -0.0861784070730209 0.0795757994055748 <_> <_> <_>3 3 3 16 -1. <_>4 3 1 16 3. 0 -5.9127728454768658e-003 -0.1773830056190491 0.0606489405035973 <_> <_> <_>14 0 3 17 -1. <_>15 0 1 17 3. 0 -0.0624196790158749 0.2439669966697693 -3.3243889920413494e-003 <_> <_> <_>0 10 9 7 -1. <_>3 10 3 7 3. 0 -0.0371951200067997 0.2680704891681671 -0.0399792715907097 <_> <_> <_>8 0 7 12 -1. <_>8 4 7 4 3. 0 -0.1432476043701172 0.2933282852172852 -0.0268972907215357 <_> <_> <_>0 3 5 9 -1. <_>0 6 5 3 3. 0 -0.0428452193737030 -0.2528375089168549 0.0412320494651794 <_> <_> <_>9 9 10 5 -1. <_>9 9 5 5 2. 0 0.1156008988618851 -0.0149658499285579 0.2418725043535233 <_> <_> <_>1 9 10 5 -1. <_>6 9 5 5 2. 0 0.0501694716513157 0.0885905474424362 -0.1244257017970085 <_> <_> <_>4 8 15 3 -1. <_>9 8 5 3 3. 0 0.1020011007785797 0.0123963197693229 -0.3698217868804932 <_> <_> <_>1 8 15 3 -1. <_>6 8 5 3 3. 0 -5.2397060208022594e-003 -0.2591294944286346 0.0405502989888191 <_> <_> <_>5 5 10 6 -1. <_>10 5 5 3 2. <_>5 8 5 3 2. 0 -0.0192278102040291 0.2006423026323319 -0.0652235820889473 <_> <_> <_>3 5 8 8 -1. <_>3 9 8 4 2. 0 -0.0111331203952432 -0.4626218974590302 0.0244280304759741 <_> <_> <_>0 1 20 2 -1. <_>0 1 10 2 2. 0 0.0975510105490685 0.0129011897370219 -0.7402247190475464 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 0.0460717417299747 0.0184539891779423 -0.4841982126235962 <_> <_> <_>8 12 8 8 -1. <_>12 12 4 4 2. <_>8 16 4 4 2. 0 -0.0835335329174995 -0.8843476772308350 1.6764779575169086e-003 <_> <_> <_>4 12 8 8 -1. <_>4 12 4 4 2. <_>8 16 4 4 2. 0 6.0535832308232784e-003 -0.1586564034223557 0.0677586719393730 <_> <_> <_>7 15 13 4 -1. <_>7 17 13 2 2. 0 -1.3178240042179823e-003 -0.0879431292414665 0.0665913596749306 <_> <_> <_>0 14 12 6 -1. <_>0 14 6 3 2. <_>6 17 6 3 2. 0 -0.0209397301077843 0.2335896939039230 -0.0521456710994244 <_> <_> <_>12 11 8 8 -1. <_>16 11 4 4 2. <_>12 15 4 4 2. 0 -0.0881454199552536 0.4808130860328674 -0.0119176404550672 <_> <_> <_>0 11 8 8 -1. <_>0 11 4 4 2. <_>4 15 4 4 2. 0 0.0163445994257927 -0.0538380593061447 0.2234991043806076 <_> <_> <_>6 0 10 19 -1. <_>6 0 5 19 2. 0 -0.2283399999141693 0.3601382076740265 -0.0187279097735882 <_> <_> <_>0 12 13 3 -1. <_>0 13 13 1 3. 0 8.4737362340092659e-003 -0.0562071315944195 0.1608947068452835 <_> <_> <_>7 2 6 12 -1. <_>7 8 6 6 2. 0 -9.8505034111440182e-004 0.1010883003473282 -0.1045522987842560 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 4.9648447893559933e-003 -0.0793593674898148 0.1314024031162262 <_> <_> <_>11 14 9 4 -1. <_>11 16 9 2 2. 0 -0.0131716104224324 -0.1209981963038445 0.0377301312983036 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 8.2112876698374748e-003 -0.0535974092781544 0.2215657979249954 <_> <_> <_>11 12 8 6 -1. <_>11 14 8 2 3. 0 -0.0489305593073368 -0.3934924900531769 0.0198503099381924 <_> <_> <_>1 12 8 6 -1. <_>1 14 8 2 3. 0 7.4527352117002010e-003 0.0582184381783009 -0.2531755864620209 <_> <_> <_>4 0 13 8 -1. <_>4 4 13 4 2. 0 0.0773886516690254 -0.0577246807515621 0.2015454024076462 <_> <_> <_>8 0 4 15 -1. <_>8 5 4 5 3. 0 4.9968929961323738e-003 0.0892606303095818 -0.1308245956897736 <_> <_> <_>10 8 8 8 -1. <_>14 8 4 4 2. <_>10 12 4 4 2. 0 -0.0409772694110870 -0.1719042956829071 0.0220514498651028 <_> <_> <_>8 7 3 10 -1. <_>8 12 3 5 2. 0 3.0041709542274475e-003 0.0453798696398735 -0.2413036972284317 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 0.1543570011854172 -0.0329164713621140 0.3209039866924286 <_> <_> <_>2 9 5 9 -1. <_>2 12 5 3 3. 0 0.0151535095646977 0.0535764582455158 -0.1627317965030670 <_> <_> <_>3 6 16 3 -1. <_>3 6 8 3 2. 0 0.0952092930674553 0.0131325302645564 -0.4338963031768799 <_> <_> <_>3 13 12 7 -1. <_>9 13 6 7 2. 0 -0.0220660194754601 0.1835885047912598 -0.0539956800639629 <_> <_> <_>10 2 3 15 -1. <_>11 2 1 15 3. 0 -0.0406234301626682 -0.4568724930286408 0.0111194001510739 <_> <_> <_>7 2 3 15 -1. <_>8 2 1 15 3. 0 -2.1428579930216074e-003 0.0952214673161507 -0.1043168976902962 <_> <_> <_>10 1 7 4 -1. <_>10 3 7 2 2. 0 -9.6598910167813301e-003 -0.2812178134918213 0.0313871800899506 <_> <_> <_>5 0 7 12 -1. <_>5 4 7 4 3. 0 -0.1786002069711685 0.4667539000511169 -0.0222962908446789 <_> <_> <_>10 1 7 4 -1. <_>10 3 7 2 2. 0 -2.0536049269139767e-003 -0.0884601101279259 0.0258634798228741 <_> <_> <_>3 12 4 8 -1. <_>3 16 4 4 2. 0 -4.6333461068570614e-003 0.0607207790017128 -0.1656270027160645 <_> <_> <_>6 7 9 5 -1. <_>9 7 3 5 3. 0 0.0468479916453362 -0.0406967587769032 0.1059897020459175 <_> <_> <_>5 0 6 16 -1. <_>7 0 2 16 3. 0 -0.0905382335186005 -0.6336705088615418 0.0162777006626129 <_> <_> <_>10 8 8 8 -1. <_>14 8 4 4 2. <_>10 12 4 4 2. 0 -0.0662609264254570 -0.2879275977611542 6.1133177950978279e-003 <_> <_> <_>2 8 8 8 -1. <_>2 8 4 4 2. <_>6 12 4 4 2. 0 0.0247317291796207 0.0400579310953617 -0.2327253073453903 <_> <_> <_>4 8 16 8 -1. <_>12 8 8 4 2. <_>4 12 8 4 2. 0 -0.1373658031225205 0.4725002944469452 -8.2997139543294907e-003 <_> <_> <_>2 10 6 10 -1. <_>2 10 3 5 2. <_>5 15 3 5 2. 0 -0.0634149014949799 0.4303930103778839 -0.0210490003228188 <_> <_> <_>10 10 4 8 -1. <_>10 14 4 4 2. 0 -0.0330718196928501 -0.1107349991798401 0.0337187312543392 <_> <_> <_>1 6 16 3 -1. <_>9 6 8 3 2. 0 0.1093479022383690 0.0135084995999932 -0.6550201773643494 <_> <_> <_>10 1 7 4 -1. <_>10 3 7 2 2. 0 0.0159258805215359 0.0336726903915405 -0.0707790628075600 <_> <_> <_>3 1 7 4 -1. <_>3 3 7 2 2. 0 -7.4891438707709312e-003 -0.2647283971309662 0.0381838604807854 <_> <_> <_>10 2 4 7 -1. <_>10 2 2 7 2. 0 9.8611623980104923e-004 -0.1614990979433060 0.0294753909111023 <_> <_> <_>4 0 10 19 -1. <_>9 0 5 19 2. 0 0.2520647943019867 -0.0323824882507324 0.3106861114501953 <_> <_> <_>12 0 3 13 -1. <_>13 0 1 13 3. 0 -0.0288927294313908 -0.4911664128303528 0.0149231497198343 <_> <_> <_>1 4 18 5 -1. <_>7 4 6 5 3. 0 -0.0553898811340332 0.5754340887069702 -0.0185828395187855 <_> <_> <_>10 2 4 7 -1. <_>10 2 2 7 2. 0 0.0314145982265472 0.0207207594066858 -0.0947296470403671 <_> <_> <_>6 2 4 7 -1. <_>8 2 2 7 2. 0 2.8307519387453794e-003 -0.2251935005187988 0.0415641590952873 <_> <_> <_>2 1 16 3 -1. <_>2 1 8 3 2. 0 -0.0337512604892254 -0.1664658039808273 0.0726936236023903 <_> <_> <_>5 7 7 9 -1. <_>5 10 7 3 3. 0 -0.0382902882993221 0.7921373248100281 -0.0114345299080014 <_> <_> <_>4 5 14 3 -1. <_>4 6 14 1 3. 0 -0.0179894808679819 0.1136166974902153 -0.0440325103700161 <_> <_> <_>2 13 7 6 -1. <_>2 15 7 2 3. 0 0.0181465297937393 0.0342195406556129 -0.2504163086414337 <_> <_> <_>10 10 4 8 -1. <_>10 14 4 4 2. 0 -0.0691331923007965 -0.2979319989681244 4.9929767847061157e-003 <_> <_> <_>5 0 3 18 -1. <_>5 6 3 6 3. 0 0.1252592056989670 0.0107090799137950 -0.7634230852127075 <_> <_> <_>10 0 10 10 -1. <_>15 0 5 5 2. <_>10 5 5 5 2. 0 0.0376835614442825 -0.0348669104278088 0.1953237950801849 <_> <_> <_>0 4 14 3 -1. <_>0 5 14 1 3. 0 -7.6676071621477604e-003 0.1711481958627701 -0.0511017814278603 <_> <_> <_>6 4 13 3 -1. <_>6 5 13 1 3. 0 3.5654550883919001e-003 -0.0690719112753868 0.0657246932387352 <_> <_> <_>5 0 3 13 -1. <_>6 0 1 13 3. 0 -0.0189686007797718 -0.4097692966461182 0.0205602291971445 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 -0.0202113706618547 0.3350892066955566 -0.0279074106365442 <_> <_> <_>4 9 6 7 -1. <_>6 9 2 7 3. 0 -0.0190645996481180 0.1936192959547043 -0.0486482195556164 <_> <_> <_>2 9 18 3 -1. <_>8 9 6 3 3. 0 0.1031334027647972 0.0193824600428343 -0.1119868010282517 <_> <_> <_>0 9 18 3 -1. <_>6 9 6 3 3. 0 9.8863355815410614e-003 -0.2404316067695618 0.0443056002259254 <_> <_> <_>2 17 17 3 -1. <_>2 18 17 1 3. 0 0.0432936996221542 0.0107287801802158 -0.6466053724288940 <_> <_> <_>8 1 3 19 -1. <_>9 1 1 19 3. 0 0.0618783310055733 0.0102918995544314 -0.7296711206436157 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 9.7703160718083382e-003 0.0313111804425716 -0.1560508012771606 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -0.0831750631332397 -0.3304534852504730 0.0239973906427622 <_> <_> <_>4 2 12 12 -1. <_>4 6 12 4 3. 0 -0.3172465860843658 0.5476077198982239 -0.0178533792495728 <_> <_> <_>0 17 13 3 -1. <_>0 18 13 1 3. 0 6.7434520460665226e-003 -0.0669694393873215 0.1265795975923538 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 0.0408868901431561 4.3191551230847836e-003 -0.2203239947557449 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 6.4959921874105930e-003 0.0540977418422699 -0.1550489962100983 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0328323505818844 0.3077057898044586 -0.0243469104170799 <_> <_> <_>4 8 11 12 -1. <_>4 12 11 4 3. 0 -0.0161279607564211 -0.1047791987657547 0.0912674665451050 <_> <_> <_>12 8 5 6 -1. <_>12 11 5 3 2. 0 0.0346466712653637 0.0140302302315831 -0.1820760071277618 <_> <_> <_>3 8 5 6 -1. <_>3 11 5 3 2. 0 -0.0330054089426994 0.3869892954826355 -0.0218596290796995 <_> <_> <_>13 3 7 6 -1. <_>13 5 7 2 3. 0 -0.0439083389937878 -0.3062177896499634 0.0227748006582260 <_> <_> <_>3 0 3 17 -1. <_>4 0 1 17 3. 0 0.0248428992927074 0.0320772416889668 -0.2527902126312256 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 0.0103312600404024 -0.0605512000620365 0.1211913004517555 <_> <_> <_>5 9 4 8 -1. <_>5 13 4 4 2. 0 -0.0678322464227676 -0.5583338737487793 0.0153369996696711 <_> <_> <_>13 3 7 6 -1. <_>13 5 7 2 3. 0 0.0349478684365749 0.0116471797227860 -0.2556365132331848 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 -0.0252617895603180 0.3283202052116394 -0.0233572106808424 <_> <_> <_>7 1 7 14 -1. <_>7 8 7 7 2. 0 7.5701558962464333e-003 0.0711838826537132 -0.0838781818747520 <_> <_> <_>2 0 15 8 -1. <_>2 4 15 4 2. 0 0.1180910021066666 -0.0418099910020828 0.2208334952592850 <_> <_> <_>1 4 18 3 -1. <_>7 4 6 3 3. 0 0.0363322310149670 0.1741527020931244 -0.0517880804836750 <_> <_> <_>0 2 10 16 -1. <_>5 2 5 16 2. 0 0.0132168503478169 -0.4769985079765320 0.0188783891499043 <_> <_> <_>5 2 15 12 -1. <_>5 6 15 4 3. 0 0.0143251102417707 0.0218347609043121 -0.1396169066429138 <_> <_> <_>7 0 6 8 -1. <_>9 0 2 8 3. 0 1.3779220171272755e-003 -0.2015677988529205 0.0399253815412521 <_> <_> <_>5 1 15 5 -1. <_>10 1 5 5 3. 0 0.1449285000562668 -0.0339473113417625 0.1480593979358673 <_> <_> <_>0 8 12 9 -1. <_>4 8 4 9 3. 0 0.2033672034740448 -0.0282801594585180 0.3046959936618805 <_> <_> <_>6 5 10 6 -1. <_>11 5 5 3 2. <_>6 8 5 3 2. 0 -0.0305505208671093 0.1575158983469009 -0.0343396589159966 <_> <_> <_>3 4 4 12 -1. <_>5 4 2 12 2. 0 -0.0110678598284721 0.2468834966421127 -0.0375544913113117 <_> <_> <_>13 0 7 4 -1. <_>13 2 7 2 2. 0 0.0259812101721764 0.0219940301030874 -0.1476574987173080 <_> <_> <_>0 2 10 12 -1. <_>0 8 10 6 2. 0 -0.0483319386839867 -0.2558029890060425 0.0328578688204288 <_> <_> <_>4 8 16 3 -1. <_>4 8 8 3 2. 0 0.0152682801708579 0.0621620416641235 -0.0518118105828762 <_> <_> <_>4 8 11 12 -1. <_>4 14 11 6 2. 0 -0.2439073026180267 0.5033984780311585 -0.0168641693890095 <_> <_> <_>2 1 16 3 -1. <_>2 2 16 1 3. 0 -3.2398870680481195e-003 -0.1385017037391663 0.0637383162975311 <_> <_> <_>4 2 11 6 -1. <_>4 4 11 2 3. 0 0.0614509284496307 -0.0569628290832043 0.1470678001642227 <_> <_> <_>11 9 8 6 -1. <_>11 11 8 2 3. 0 0.0431614890694618 0.0234411004930735 -0.2692278027534485 <_> <_> <_>0 0 13 3 -1. <_>0 1 13 1 3. 0 -0.0113708600401878 -0.2613599896430969 0.0336247608065605 <_> <_> <_>2 4 16 3 -1. <_>2 5 16 1 3. 0 -0.0154185499995947 0.2215317934751511 -0.0408664904534817 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0454872287809849 -0.0315987505018711 0.2568730115890503 <_> <_> <_>6 2 13 3 -1. <_>6 3 13 1 3. 0 -0.0158796198666096 -0.2998133897781372 0.0270061995834112 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 0.0570124983787537 0.0151795800775290 -0.5207880735397339 <_> <_> <_>2 7 16 7 -1. <_>2 7 8 7 2. 0 -0.1503849029541016 0.2516432106494904 -0.0407965108752251 <_> <_> <_>6 13 6 7 -1. <_>8 13 2 7 3. 0 -0.0422460399568081 -0.4830358028411865 0.0192220397293568 <_> <_> <_>6 6 10 6 -1. <_>11 6 5 3 2. <_>6 9 5 3 2. 0 -0.0749284699559212 -0.9545899033546448 4.4229729101061821e-003 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -0.0212518405169249 0.3185069859027863 -0.0280219707638025 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 0.0539837814867496 0.0270374808460474 -0.3443068861961365 <_> <_> <_>7 6 6 9 -1. <_>9 6 2 9 3. 0 0.0335725806653500 -0.0765458792448044 0.1425555050373077 <_> <_> <_>9 1 3 13 -1. <_>10 1 1 13 3. 0 -6.7975879646837711e-003 0.1774832010269165 -0.0431553386151791 <_> <_> <_>8 1 3 13 -1. <_>9 1 1 13 3. 0 -1.3311849907040596e-003 0.1549810022115707 -0.0762618333101273 <_> <_> <_>6 1 8 12 -1. <_>10 1 4 6 2. <_>6 7 4 6 2. 0 0.0393646992743015 0.0369915887713432 -0.2424355000257492 <_> <_> <_>4 5 10 6 -1. <_>4 5 5 3 2. <_>9 8 5 3 2. 0 -6.8364520557224751e-003 0.1074364036321640 -0.0930581763386726 <_> <_> <_>9 3 6 10 -1. <_>12 3 3 5 2. <_>9 8 3 5 2. 0 0.0161180105060339 -0.0356909111142159 0.2418579012155533 <_> <_> <_>2 1 15 6 -1. <_>2 3 15 2 3. 0 -0.0706200897693634 0.6336339116096497 -0.0124382898211479 <_> <_> <_>2 1 18 16 -1. <_>8 1 6 16 3. 0 0.4436163008213043 -0.0372217893600464 0.1189270019531250 <_> <_> <_>2 1 14 6 -1. <_>9 1 7 6 2. 0 -0.0818992331624031 0.3485333919525147 -0.0252110194414854 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 -8.2997446879744530e-003 -0.3089908957481384 0.0257782395929098 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0297303907573223 -0.3075981140136719 0.0255308207124472 <_> <_> <_>8 1 12 14 -1. <_>8 1 6 14 2. 0 -0.0260144900530577 -0.1216239035129547 0.0183383505791426 <_> <_> <_>0 1 12 14 -1. <_>6 1 6 14 2. 0 4.5121149742044508e-004 -0.5473784804344177 0.0135647496208549 <_> <_> <_>2 3 18 13 -1. <_>8 3 6 13 3. 0 0.1867994070053101 0.0780398473143578 -0.0581372715532780 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 3.1894310377538204e-003 -0.2497601956129074 0.0308658406138420 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0294490698724985 0.1048920005559921 -0.0488691292703152 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 0.0296149700880051 -0.0222617201507092 0.3499243855476379 <_> <_> <_>7 7 13 2 -1. <_>7 8 13 1 2. 0 0.0398820601403713 9.6727507188916206e-003 -0.6791443228721619 <_> <_> <_>5 13 10 6 -1. <_>5 13 5 3 2. <_>10 16 5 3 2. 0 -0.0244044195860624 -0.2674382925033569 0.0303603708744049 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 0.0434818491339684 -0.0233721993863583 0.2135642021894455 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 -0.0481283701956272 -0.3689002990722656 0.0228328201919794 <_> <_> <_>7 2 12 6 -1. <_>13 2 6 3 2. <_>7 5 6 3 2. 0 -1.3142440002411604e-003 0.0567646883428097 -0.1379531025886536 <_> <_> <_>4 2 12 6 -1. <_>4 2 6 3 2. <_>10 5 6 3 2. 0 2.1767991129308939e-003 0.0824462622404099 -0.1051168963313103 <_> <_> <_>12 9 4 8 -1. <_>12 13 4 4 2. 0 -0.0274710506200790 0.0964383408427238 -0.0515207797288895 <_> <_> <_>0 8 16 8 -1. <_>0 8 8 4 2. <_>8 12 8 4 2. 0 0.0520031712949276 -0.0232407599687576 0.3590059876441956 <_> <_> <_>10 10 10 6 -1. <_>15 10 5 3 2. <_>10 13 5 3 2. 0 0.0296817403286695 0.0146415596827865 -0.2150088995695114 <_> <_> <_>0 8 4 8 -1. <_>0 12 4 4 2. 0 -0.0475459508597851 -0.3883490860462189 0.0220626406371593 <_> <_> <_>10 2 6 12 -1. <_>13 2 3 6 2. <_>10 8 3 6 2. 0 -0.0969008132815361 -0.4341281056404114 6.4087379723787308e-003 <_> <_> <_>0 0 20 14 -1. <_>0 7 20 7 2. 0 -0.3821898996829987 -0.9017667174339294 7.9825157299637794e-003 <_> <_> <_>11 9 7 6 -1. <_>11 11 7 2 3. 0 -0.0343893095850945 -0.3185026943683624 9.1135511174798012e-003 <_> <_> <_>1 9 8 6 -1. <_>1 11 8 2 3. 0 0.0390687882900238 0.0284209605306387 -0.2657074928283691 <_> <_> <_>13 1 7 15 -1. <_>13 6 7 5 3. 0 0.1003170013427734 -0.0161553993821144 0.1221268996596336 <_> <_> <_>0 1 7 15 -1. <_>0 6 7 5 3. 0 -0.1085721030831337 0.3774287104606628 -0.0240144208073616 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 -4.3303978600306436e-005 0.0203080605715513 -0.1306051015853882 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 -0.0387572795152664 -0.1582642048597336 0.0491292290389538 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 0.0686680898070335 5.5041261948645115e-003 -0.7222251892089844 <_> <_> <_>4 6 10 6 -1. <_>4 6 5 3 2. <_>9 9 5 3 2. 0 -4.4268090277910233e-003 0.0822630599141121 -0.1035472974181175 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -3.1016240245662630e-004 0.0904322564601898 -0.1034862995147705 <_> <_> <_>1 7 12 4 -1. <_>5 7 4 4 3. 0 0.0377030707895756 0.0601263381540775 -0.1611139029264450 <_> <_> <_>14 1 2 19 -1. <_>14 1 1 19 2. 0 0.0416721291840076 8.5145309567451477e-003 -0.2421742975711823 <_> <_> <_>4 1 2 19 -1. <_>5 1 1 19 2. 0 -6.6434321925044060e-003 -0.2717247903347015 0.0314632914960384 <_> <_> <_>12 10 5 6 -1. <_>12 13 5 3 2. 0 -0.0406586490571499 -0.1167362034320831 0.0148495901376009 <_> <_> <_>3 10 5 6 -1. <_>3 13 5 3 2. 0 -3.0082110315561295e-003 0.0400285683572292 -0.2307904958724976 <_> <_> <_>7 6 10 6 -1. <_>12 6 5 3 2. <_>7 9 5 3 2. 0 -0.0441877692937851 -0.1788810938596726 0.0173136200755835 <_> <_> <_>3 11 9 5 -1. <_>6 11 3 5 3. 0 -0.0118137197569013 0.1563335955142975 -0.0547516308724880 <_> <_> <_>2 1 18 16 -1. <_>8 1 6 16 3. 0 -0.2443345040082932 0.4071688950061798 -3.8216509856283665e-003 <_> <_> <_>0 1 18 16 -1. <_>6 1 6 16 3. 0 0.4723018109798431 -0.0554546192288399 0.1641063988208771 <_> <_> <_>6 12 9 5 -1. <_>9 12 3 5 3. 0 1.7955109942704439e-003 0.0952280014753342 -0.1293476969003677 <_> <_> <_>2 10 16 10 -1. <_>2 10 8 5 2. <_>10 15 8 5 2. 0 -0.0509340390563011 0.2215344011783600 -0.0379755608737469 <_> <_> <_>12 0 4 14 -1. <_>14 0 2 7 2. <_>12 7 2 7 2. 0 -0.0595317184925079 -0.4297493994235992 0.0131964096799493 <_> <_> <_>4 0 4 14 -1. <_>4 0 2 7 2. <_>6 7 2 7 2. 0 -0.0351493991911411 -0.2123250961303711 0.0368725396692753 <_> <_> <_>12 7 4 9 -1. <_>12 7 2 9 2. 0 -8.2134327385574579e-004 0.0748902410268784 -0.0697017312049866 <_> <_> <_>4 7 4 9 -1. <_>6 7 2 9 2. 0 6.3945869915187359e-003 0.0806021094322205 -0.1048861965537071 <_> <_> <_>16 0 2 20 -1. <_>16 0 1 20 2. 0 0.0637358278036118 0.0119886603206396 -0.5950837135314941 <_> <_> <_>2 0 2 20 -1. <_>3 0 1 20 2. 0 0.0669420212507248 0.0107118599116802 -0.7024027705192566 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 0.0354453586041927 8.8395569473505020e-003 -0.2058853954076767 <_> <_> <_>5 1 2 14 -1. <_>5 8 2 7 2. 0 0.0820254236459732 0.0115113602951169 -0.6708133816719055 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 -0.1215184032917023 0.3912476897239685 -6.0432488098740578e-003 <_> <_> <_>0 13 18 3 -1. <_>6 13 6 3 3. 0 0.1373285949230194 -0.0161360204219818 0.4618254899978638 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 -0.1607525944709778 -1. 2.4232869036495686e-003 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 6.3080438412725925e-003 0.0430266894400120 -0.1907224953174591 <_> <_> <_>0 6 20 2 -1. <_>0 6 10 2 2. 0 -0.0857729688286781 -0.5332754850387573 0.0141979996114969 <_> <_> <_>3 14 9 6 -1. <_>6 14 3 6 3. 0 0.0558534488081932 0.0405352599918842 -0.2081681936979294 -1.4994510412216187 33 -1 <_> <_> <_> <_>5 2 9 6 -1. <_>5 5 9 3 2. 0 -0.0110099604353309 0.1610680073499680 -0.2327049970626831 <_> <_> <_>10 3 10 3 -1. <_>10 3 5 3 2. 0 5.6892321445047855e-003 -0.2223366051912308 0.1225773990154266 <_> <_> <_>0 3 8 4 -1. <_>4 3 4 4 2. 0 4.3932348489761353e-003 -0.1529338061809540 0.1588848978281021 <_> <_> <_>10 10 7 4 -1. <_>10 12 7 2 2. 0 -5.0024059601128101e-004 0.0617161802947521 -0.2317554056644440 <_> <_> <_>6 2 4 7 -1. <_>8 2 2 7 2. 0 4.2015648796223104e-004 -0.3025949895381928 0.0610939487814903 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -4.2626978829503059e-003 -0.2438767999410629 0.0695137828588486 <_> <_> <_>6 6 4 12 -1. <_>6 10 4 4 3. 0 6.5330968936905265e-004 -0.3711237907409668 0.0461697801947594 <_> <_> <_>14 1 6 8 -1. <_>16 1 2 8 3. 0 -0.1016353964805603 0.4508996009826660 -0.0144245103001595 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 -1.3200199464336038e-003 0.0757651329040527 -0.1946184933185577 <_> <_> <_>9 0 3 18 -1. <_>9 6 3 6 3. 0 -9.8261423408985138e-003 -0.2744089066982269 0.0523732192814350 <_> <_> <_>0 1 6 8 -1. <_>2 1 2 8 3. 0 -0.0665745511651039 0.4280484914779663 -0.0326409488916397 <_> <_> <_>9 5 10 6 -1. <_>14 5 5 3 2. <_>9 8 5 3 2. 0 -9.1772843152284622e-003 -0.2587639093399048 0.0615967884659767 <_> <_> <_>0 14 14 3 -1. <_>0 15 14 1 3. 0 -2.5353950913995504e-003 0.1147368997335434 -0.1009797975420952 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 4.9194418825209141e-003 0.0400274693965912 -0.1637817025184631 <_> <_> <_>3 10 14 4 -1. <_>3 10 7 2 2. <_>10 12 7 2 2. 0 -1.6810640227049589e-003 -0.1370667070150375 0.0803217291831970 <_> <_> <_>3 8 17 2 -1. <_>3 9 17 1 2. 0 2.1476070396602154e-003 -0.2340860068798065 0.0431139506399632 <_> <_> <_>0 5 14 12 -1. <_>0 11 14 6 2. 0 -0.0335024408996105 -0.2420428991317749 0.0491002090275288 <_> <_> <_>3 7 14 6 -1. <_>3 9 14 2 3. 0 0.1424178928136826 -0.0286809802055359 0.4780705869197846 <_> <_> <_>7 1 6 7 -1. <_>9 1 2 7 3. 0 5.8733951300382614e-004 -0.2168561071157455 0.0485301092267036 <_> <_> <_>4 18 13 2 -1. <_>4 19 13 1 2. 0 -1.2295519700273871e-003 0.0931802466511726 -0.1015821024775505 <_> <_> <_>1 6 14 2 -1. <_>8 6 7 2 2. 0 0.0112106697633863 0.0362101793289185 -0.2310644984245300 <_> <_> <_>2 5 18 15 -1. <_>8 5 6 15 3. 0 -0.0252359900623560 0.0857476219534874 -0.0544151589274406 <_> <_> <_>5 6 6 14 -1. <_>8 6 3 14 2. 0 -0.0100140301510692 -0.1936244070529938 0.0502747297286987 <_> <_> <_>8 5 8 8 -1. <_>12 5 4 4 2. <_>8 9 4 4 2. 0 -4.5554949901998043e-003 0.0886749923229218 -0.1423750966787338 <_> <_> <_>5 1 6 5 -1. <_>8 1 3 5 2. 0 -9.5264799892902374e-003 0.2675423920154572 -0.0376324504613876 <_> <_> <_>6 5 10 12 -1. <_>11 5 5 6 2. <_>6 11 5 6 2. 0 2.3753349669277668e-003 0.0392619185149670 -0.1419990956783295 <_> <_> <_>3 5 12 14 -1. <_>3 5 6 7 2. <_>9 12 6 7 2. 0 1.2389000039547682e-003 0.0686439126729965 -0.1806087046861649 <_> <_> <_>7 0 13 3 -1. <_>7 1 13 1 3. 0 -1.5835729427635670e-003 -0.1368415951728821 0.0578756891191006 <_> <_> <_>5 7 9 12 -1. <_>5 11 9 4 3. 0 0.0652025863528252 -0.0344483889639378 0.2531813979148865 <_> <_> <_>11 6 4 14 -1. <_>13 6 2 7 2. <_>11 13 2 7 2. 0 6.6306376538705081e-005 -0.0846016332507133 0.0916575863957405 <_> <_> <_>5 6 4 14 -1. <_>5 6 2 7 2. <_>7 13 2 7 2. 0 1.5117590010049753e-005 -0.0933438166975975 0.1107939034700394 <_> <_> <_>3 1 17 2 -1. <_>3 2 17 1 2. 0 -2.2637350484728813e-003 -0.1953119933605194 0.0382635109126568 <_> <_> <_>7 4 6 16 -1. <_>7 12 6 8 2. 0 6.5463641658425331e-004 0.0478608794510365 -0.1635490059852600 <_> <_> <_>8 6 4 7 -1. <_>8 6 2 7 2. 0 0.0503452904522419 -0.0156183699145913 0.5266051292419434 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 8.5375197231769562e-003 0.0338947288691998 -0.2704094052314758 <_> <_> <_>2 5 18 15 -1. <_>8 5 6 15 3. 0 -0.6162161827087402 -0.9315608143806458 2.6866910047829151e-003 <_> <_> <_>0 5 18 15 -1. <_>6 5 6 15 3. 0 -0.0267428401857615 0.1241556033492088 -0.0815768614411354 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0147567400708795 -0.4422414898872376 0.0244187396019697 <_> <_> <_>2 0 12 19 -1. <_>6 0 4 19 3. 0 0.0120458099991083 -0.0845528766512871 0.0927352979779243 <_> <_> <_>9 12 11 4 -1. <_>9 14 11 2 2. 0 -0.0401319004595280 -0.2573471963405609 0.0106921102851629 <_> <_> <_>0 4 20 6 -1. <_>0 6 20 2 3. 0 -1.0760580189526081e-003 0.0280271805822849 -0.2680596113204956 <_> <_> <_>5 3 10 4 -1. <_>5 5 10 2 2. 0 7.7456878498196602e-003 -0.0364016890525818 0.2616504132747650 <_> <_> <_>1 6 12 4 -1. <_>5 6 4 4 3. 0 0.0135398497804999 0.0289459191262722 -0.2800337970256805 <_> <_> <_>6 8 14 3 -1. <_>6 9 14 1 3. 0 -0.0124647803604603 -0.3625848889350891 0.0130060398951173 <_> <_> <_>0 8 14 3 -1. <_>0 9 14 1 3. 0 0.0352978296577930 0.0129187498241663 -0.5646079778671265 <_> <_> <_>5 3 13 6 -1. <_>5 6 13 3 2. 0 -0.0557105503976345 0.1279485970735550 -0.0382571183145046 <_> <_> <_>0 12 11 4 -1. <_>0 14 11 2 2. 0 -4.5230439864099026e-003 -0.0994105637073517 0.0789975225925446 <_> <_> <_>5 12 13 3 -1. <_>5 13 13 1 3. 0 2.9874469619244337e-003 -0.0485091395676136 0.1129868030548096 <_> <_> <_>0 2 20 4 -1. <_>0 2 10 2 2. <_>10 4 10 2 2. 0 -0.0636133104562759 -0.6664727926254273 0.0112211704254150 <_> <_> <_>14 1 6 5 -1. <_>14 1 3 5 2. 0 0.0132444901391864 -0.0619768686592579 0.1312289983034134 <_> <_> <_>4 11 5 6 -1. <_>4 14 5 3 2. 0 -3.6382430698722601e-004 0.0430542416870594 -0.1699635982513428 <_> <_> <_>6 1 10 18 -1. <_>6 10 10 9 2. 0 -0.2150018960237503 -0.4678407907485962 0.0122863203287125 <_> <_> <_>0 8 6 12 -1. <_>0 8 3 6 2. <_>3 14 3 6 2. 0 6.0248938389122486e-003 -0.0514759197831154 0.1523485928773880 <_> <_> <_>9 9 10 6 -1. <_>14 9 5 3 2. <_>9 12 5 3 2. 0 0.0430005714297295 3.8120739627629519e-003 -0.7534918785095215 <_> <_> <_>1 9 10 6 -1. <_>1 9 5 3 2. <_>6 12 5 3 2. 0 8.5592586547136307e-003 0.0244704391807318 -0.3279660940170288 <_> <_> <_>15 0 3 13 -1. <_>16 0 1 13 3. 0 2.9510160675272346e-004 -0.0764569267630577 0.0680100470781326 <_> <_> <_>2 0 3 13 -1. <_>3 0 1 13 3. 0 9.9761411547660828e-004 -0.0846806615591049 0.0963161364197731 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 5.0175599753856659e-003 -0.0390481017529964 0.1098378971219063 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 5.5693010799586773e-003 0.0407193005084991 -0.1839596033096314 <_> <_> <_>17 3 3 13 -1. <_>18 3 1 13 3. 0 1.0486049577593803e-003 -0.0446220487356186 0.0709181129932404 <_> <_> <_>0 3 3 13 -1. <_>1 3 1 13 3. 0 3.2043100800365210e-003 -0.0588391087949276 0.1277731060981751 <_> <_> <_>13 4 6 16 -1. <_>16 4 3 8 2. <_>13 12 3 8 2. 0 -0.1064466014504433 0.4333994984626770 -0.0124499695375562 <_> <_> <_>3 2 3 14 -1. <_>4 2 1 14 3. 0 -8.9908082736656070e-004 -0.1151050031185150 0.0633065626025200 <_> <_> <_>16 1 3 13 -1. <_>17 1 1 13 3. 0 2.9652470257133245e-003 -0.0312906801700592 0.0728456601500511 <_> <_> <_>1 1 3 13 -1. <_>2 1 1 13 3. 0 8.9800870046019554e-004 -0.0868405029177666 0.1002272963523865 <_> <_> <_>8 6 9 9 -1. <_>8 9 9 3 3. 0 -0.0218740291893482 0.7614316940307617 -4.5735938474535942e-003 <_> <_> <_>0 2 14 2 -1. <_>0 3 14 1 2. 0 1.4919589739292860e-003 0.0827241688966751 -0.0968378931283951 <_> <_> <_>12 5 6 6 -1. <_>12 5 3 6 2. 0 -2.4136069696396589e-003 0.0624809414148331 -0.0505495592951775 <_> <_> <_>2 5 6 6 -1. <_>5 5 3 6 2. 0 0.0128938304260373 -0.0339019894599915 0.2803659141063690 <_> <_> <_>10 1 9 6 -1. <_>10 3 9 2 3. 0 -1.9992720335721970e-003 -0.1715281009674072 0.0400841496884823 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 1.3713949592784047e-003 -0.1221671998500824 0.0621221810579300 <_> <_> <_>7 10 6 10 -1. <_>9 10 2 10 3. 0 -8.9740045368671417e-003 -0.1709423065185547 0.0440320000052452 <_> <_> <_>0 0 2 20 -1. <_>1 0 1 20 2. 0 -2.9300691094249487e-003 0.1236404031515122 -0.0637657269835472 <_> <_> <_>16 5 4 14 -1. <_>16 5 2 14 2. 0 -8.0555928871035576e-003 0.1155256032943726 -0.0444588698446751 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 6.4662001095712185e-003 0.0751474276185036 -0.1128100976347923 <_> <_> <_>16 5 4 14 -1. <_>16 5 2 14 2. 0 -0.1954178959131241 -0.8649423122406006 3.1826570630073547e-003 <_> <_> <_>0 5 4 14 -1. <_>2 5 2 14 2. 0 -0.1574075967073441 -0.7240580916404724 9.4235781580209732e-003 <_> <_> <_>0 11 20 4 -1. <_>10 11 10 2 2. <_>0 13 10 2 2. 0 -0.0315264612436295 -0.3821895122528076 0.0163867902010679 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 0.0504390485584736 -0.0276230406016111 0.2730627954006195 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -5.5078428704291582e-004 0.0496235489845276 -0.0544628016650677 <_> <_> <_>9 0 2 13 -1. <_>10 0 1 13 2. 0 1.5047970227897167e-003 -0.0620589405298233 0.1220401003956795 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0457968413829803 -0.9331477284431458 6.8162381649017334e-003 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -9.3235643580555916e-003 -0.2743670046329498 0.0278207492083311 <_> <_> <_>10 1 9 6 -1. <_>10 3 9 2 3. 0 0.1068912968039513 4.7212988138198853e-003 -0.4403704106807709 <_> <_> <_>1 1 9 6 -1. <_>1 3 9 2 3. 0 1.1234519770368934e-003 -0.1416224986314774 0.0475113689899445 <_> <_> <_>11 0 5 8 -1. <_>11 4 5 4 2. 0 6.7312899045646191e-003 -0.0458814799785614 0.1134274005889893 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 0.0412641502916813 0.0114067802205682 -0.6289417147636414 <_> <_> <_>9 2 6 11 -1. <_>11 2 2 11 3. 0 -0.0737887993454933 -0.4192483127117157 7.9344836995005608e-003 <_> <_> <_>5 2 6 11 -1. <_>7 2 2 11 3. 0 -0.0326695293188095 0.2222491055727005 -0.0308459792286158 <_> <_> <_>7 1 6 10 -1. <_>10 1 3 5 2. <_>7 6 3 5 2. 0 -5.9001590125262737e-003 -0.1500352025032044 0.0458197109401226 <_> <_> <_>3 2 10 5 -1. <_>8 2 5 5 2. 0 -0.0741418674588203 0.5623661279678345 -0.0111841196194291 <_> <_> <_>2 17 17 3 -1. <_>2 18 17 1 3. 0 -0.0171105898916721 -0.3088833093643189 0.0173403508961201 <_> <_> <_>0 13 14 3 -1. <_>0 14 14 1 3. 0 2.4508470669388771e-003 -0.0570740811526775 0.1130689010024071 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -0.0211579799652100 0.2026463001966476 -0.0147051699459553 <_> <_> <_>7 10 4 10 -1. <_>7 15 4 5 2. 0 7.1819419972598553e-003 0.0297881998121738 -0.2230837047100067 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 5.0557879731059074e-003 -0.0262572802603245 0.1202829033136368 <_> <_> <_>2 12 16 6 -1. <_>2 14 16 2 3. 0 0.0126106599345803 0.0259652994573116 -0.2575523853302002 <_> <_> <_>5 9 13 3 -1. <_>5 10 13 1 3. 0 3.0165250791469589e-005 -0.1199491992592812 0.0289165005087852 <_> <_> <_>8 5 4 12 -1. <_>8 9 4 4 3. 0 -1.3415860012173653e-003 0.2059284001588821 -0.0328030399978161 <_> <_> <_>6 1 14 6 -1. <_>13 1 7 3 2. <_>6 4 7 3 2. 0 5.9342157328501344e-004 0.0497886911034584 -0.0709985271096230 <_> <_> <_>3 1 12 6 -1. <_>3 3 12 2 3. 0 -0.0154289295896888 0.3273377120494843 -0.0202394891530275 <_> <_> <_>9 5 11 6 -1. <_>9 7 11 2 3. 0 -1.1928460298804566e-004 0.0264050103724003 -0.1466607004404068 <_> <_> <_>5 2 3 13 -1. <_>6 2 1 13 3. 0 -0.0217268802225590 -0.4401434957981110 0.0142646497115493 <_> <_> <_>15 5 4 14 -1. <_>17 5 2 7 2. <_>15 12 2 7 2. 0 -0.0307107698172331 0.1354915052652359 -0.0175862107425928 <_> <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 4.3861479498445988e-003 0.0544237904250622 -0.1123457998037338 <_> <_> <_>5 15 13 3 -1. <_>5 16 13 1 3. 0 4.7966800630092621e-003 -0.0434940792620182 0.1310887038707733 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 2.2497470490634441e-003 0.0594898089766502 -0.1095547974109650 <_> <_> <_>3 10 14 6 -1. <_>10 10 7 3 2. <_>3 13 7 3 2. 0 4.3578739278018475e-003 0.0591861791908741 -0.1302604973316193 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.0433720201253891e-003 -0.0516254901885986 0.1378781050443649 <_> <_> <_>5 14 15 3 -1. <_>5 15 15 1 3. 0 -2.0268680527806282e-003 0.0881051272153854 -0.0858675613999367 <_> <_> <_>0 1 14 6 -1. <_>0 1 7 3 2. <_>7 4 7 3 2. 0 -6.5703789005056024e-004 0.0710449889302254 -0.0907515436410904 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0443099699914455 -0.0115222902968526 0.2273374050855637 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 4.6578957699239254e-003 -0.0461235493421555 0.1527702957391739 <_> <_> <_>3 16 14 4 -1. <_>10 16 7 2 2. <_>3 18 7 2 2. 0 -0.0409600585699081 -0.5598890185356140 0.0120647400617599 <_> <_> <_>0 1 6 10 -1. <_>0 1 3 5 2. <_>3 6 3 5 2. 0 -6.7416871897876263e-003 0.1048407033085823 -0.0651528015732765 <_> <_> <_>10 3 8 8 -1. <_>14 3 4 4 2. <_>10 7 4 4 2. 0 -2.9713090043514967e-004 0.0322212018072605 -0.0847099795937538 <_> <_> <_>1 5 10 6 -1. <_>1 5 5 3 2. <_>6 8 5 3 2. 0 -8.0926045775413513e-003 -0.1647664010524750 0.0457001216709614 <_> <_> <_>14 2 2 14 -1. <_>14 9 2 7 2. 0 0.0407103486359119 0.0100992601364851 -0.1089332997798920 <_> <_> <_>4 2 2 14 -1. <_>4 9 2 7 2. 0 -1.1402929667383432e-003 -0.1926981955766678 0.0445908308029175 <_> <_> <_>4 8 12 4 -1. <_>4 10 12 2 2. 0 -0.0203064307570457 0.6866806149482727 -9.8533723503351212e-003 <_> <_> <_>2 3 8 8 -1. <_>2 3 4 4 2. <_>6 7 4 4 2. 0 0.0486313700675964 0.0119915902614594 -0.6477090716362000 <_> <_> <_>17 0 2 16 -1. <_>17 8 2 8 2. 0 -0.0544149503111839 0.3473069965839386 -0.0119405901059508 <_> <_> <_>1 5 4 14 -1. <_>1 5 2 7 2. <_>3 12 2 7 2. 0 -0.0595325306057930 0.3641026914119721 -0.0160508193075657 <_> <_> <_>8 6 5 10 -1. <_>8 11 5 5 2. 0 -0.0350894518196583 -0.1925289928913117 0.0235986299812794 <_> <_> <_>4 2 8 10 -1. <_>4 2 4 5 2. <_>8 7 4 5 2. 0 5.7658711448311806e-003 -0.0462938509881496 0.1528797000646591 <_> <_> <_>8 5 10 8 -1. <_>13 5 5 4 2. <_>8 9 5 4 2. 0 -2.3687579669058323e-003 0.0573452301323414 -0.0881954729557037 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 -2.7341600507497787e-003 -0.2389616072177887 0.0257618092000484 <_> <_> <_>16 1 4 7 -1. <_>16 1 2 7 2. 0 -9.1599775478243828e-003 0.1003749966621399 -0.0267319791018963 <_> <_> <_>1 0 2 16 -1. <_>1 8 2 8 2. 0 -0.0506231710314751 0.4690837860107422 -0.0138804297894239 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 -4.3487590737640858e-003 -0.1481294035911560 0.0521153584122658 <_> <_> <_>0 0 20 12 -1. <_>0 6 20 6 2. 0 0.4085980057716370 0.0154545297846198 -0.4649426937103272 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 0.0531040094792843 7.8609427437186241e-003 -0.5355514287948608 <_> <_> <_>0 3 5 6 -1. <_>0 6 5 3 2. 0 -4.1035288013517857e-003 -0.1377788037061691 0.0468478091061115 <_> <_> <_>9 10 7 4 -1. <_>9 12 7 2 2. 0 -2.7622529305517673e-003 0.0523039400577545 -0.0949708372354507 <_> <_> <_>2 9 13 6 -1. <_>2 12 13 3 2. 0 9.3903020024299622e-003 -0.0234937295317650 0.3625979125499725 <_> <_> <_>2 2 16 14 -1. <_>2 9 16 7 2. 0 0.0237716306000948 0.0807461664080620 -0.0828936025500298 <_> <_> <_>4 5 10 8 -1. <_>4 9 10 4 2. 0 2.8008709196001291e-003 -0.2659569978713989 0.0285346806049347 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -6.3013769686222076e-003 0.0804816335439682 -0.0290161799639463 <_> <_> <_>8 0 3 15 -1. <_>8 5 3 5 3. 0 -5.1433448679745197e-003 -0.1147350966930389 0.0584486313164234 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 1.0679479455575347e-003 -0.0316618904471397 0.0545227788388729 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 1.5213950537145138e-003 -0.0621725507080555 0.0976013168692589 <_> <_> <_>1 14 18 4 -1. <_>10 14 9 2 2. <_>1 16 9 2 2. 0 -0.0337799116969109 -0.4958269894123077 0.0120933195576072 <_> <_> <_>1 8 6 5 -1. <_>4 8 3 5 2. 0 -0.1050537005066872 -0.9873880147933960 5.1499558612704277e-003 <_> <_> <_>13 1 6 19 -1. <_>13 1 3 19 2. 0 0.0196858402341604 -0.0561894290149212 0.0912605375051498 <_> <_> <_>1 1 6 19 -1. <_>4 1 3 19 2. 0 0.0664703994989395 0.0140978898853064 -0.4573164880275726 <_> <_> <_>6 0 14 3 -1. <_>6 1 14 1 3. 0 -0.0158980991691351 -0.2331776022911072 0.0113696204498410 <_> <_> <_>0 0 14 3 -1. <_>0 1 14 1 3. 0 4.0450799278914928e-003 0.0433450490236282 -0.1590802073478699 <_> <_> <_>8 2 7 6 -1. <_>8 5 7 3 2. 0 -0.0334865488111973 0.1308659017086029 -0.0343275591731071 <_> <_> <_>0 3 9 14 -1. <_>3 3 3 14 3. 0 0.0214584805071354 -0.0502133518457413 0.1146700978279114 <_> <_> <_>10 8 9 6 -1. <_>10 10 9 2 3. 0 0.1167273968458176 -3.4590030554682016e-003 0.4415673017501831 <_> <_> <_>0 1 16 4 -1. <_>0 1 8 2 2. <_>8 3 8 2 2. 0 -5.0386278890073299e-003 -0.1399540007114410 0.0408543981611729 <_> <_> <_>16 2 4 7 -1. <_>16 2 2 7 2. 0 0.0372611209750175 -0.0163991898298264 0.2362785041332245 <_> <_> <_>0 8 10 6 -1. <_>0 10 10 2 3. 0 -0.0179914608597755 -0.5670362710952759 0.0101850796490908 <_> <_> <_>16 2 4 7 -1. <_>16 2 2 7 2. 0 0.1074803993105888 1.8287489656358957e-003 -0.7870578169822693 <_> <_> <_>0 2 4 7 -1. <_>2 2 2 7 2. 0 -0.0214396193623543 0.1834709048271179 -0.0324107892811298 <_> <_> <_>5 3 12 14 -1. <_>11 3 6 7 2. <_>5 10 6 7 2. 0 6.8095367169007659e-004 0.0416750684380531 -0.0893016383051872 <_> <_> <_>7 6 3 10 -1. <_>7 11 3 5 2. 0 -6.8581351079046726e-003 -0.1451186984777451 0.0515854991972446 <_> <_> <_>14 2 6 9 -1. <_>16 2 2 9 3. 0 0.1531828045845032 3.1881679315119982e-003 -0.4419009089469910 <_> <_> <_>0 2 6 9 -1. <_>2 2 2 9 3. 0 0.0227773692458868 -0.0432341210544109 0.1747722029685974 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 6.6160550341010094e-003 0.0431408211588860 -0.1718851029872894 <_> <_> <_>4 5 12 6 -1. <_>4 5 6 3 2. <_>10 8 6 3 2. 0 -8.8224448263645172e-003 0.1320316940546036 -0.0475092008709908 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -5.1209977827966213e-003 -0.1897916048765183 0.0576573088765144 <_> <_> <_>7 5 6 8 -1. <_>9 5 2 8 3. 0 -0.0103118801489472 0.3228681981563568 -0.0197250191122293 <_> <_> <_>4 6 12 6 -1. <_>8 6 4 6 3. 0 -0.0250657591968775 -0.3657239973545075 0.0183448698371649 <_> <_> <_>1 4 4 14 -1. <_>1 4 2 7 2. <_>3 11 2 7 2. 0 -0.0143184298649430 0.1579546928405762 -0.0382769182324409 <_> <_> <_>0 1 20 6 -1. <_>10 1 10 3 2. <_>0 4 10 3 2. 0 -0.0573839396238327 -0.3683528900146484 0.0169002097100019 <_> <_> <_>5 2 10 6 -1. <_>5 4 10 2 3. 0 -0.0436802990734577 0.4476679861545563 -0.0137104596942663 <_> <_> <_>0 2 20 6 -1. <_>0 5 20 3 2. 0 -0.2428909987211227 -0.7549092769622803 8.9195184409618378e-003 <_> <_> <_>3 10 6 8 -1. <_>5 10 2 8 3. 0 3.8089449517428875e-003 -0.0629167184233665 0.0942829027771950 <_> <_> <_>13 4 4 16 -1. <_>15 4 2 8 2. <_>13 12 2 8 2. 0 8.9389752247370780e-005 -0.1125340014696121 0.0994479134678841 <_> <_> <_>6 2 2 18 -1. <_>6 11 2 9 2. 0 2.7378369122743607e-003 0.0748805105686188 -0.0992576107382774 <_> <_> <_>13 4 4 16 -1. <_>15 4 2 8 2. <_>13 12 2 8 2. 0 0.0236805602908134 0.0121058700606227 -0.1178075000643730 <_> <_> <_>3 4 4 16 -1. <_>3 4 2 8 2. <_>5 12 2 8 2. 0 -0.0460600703954697 0.3979974091053009 -0.0171293690800667 <_> <_> <_>6 15 9 4 -1. <_>6 17 9 2 2. 0 2.1130219101905823e-003 -0.0609068498015404 0.0499742813408375 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 0.0147531498223543 0.0166297294199467 -0.3780666887760162 <_> <_> <_>8 0 4 12 -1. <_>8 0 2 12 2. 0 0.0354309082031250 -0.0238443706184626 0.2635455131530762 <_> <_> <_>0 6 20 2 -1. <_>10 6 10 2 2. 0 -0.0507450997829437 -0.2314130961894989 0.0283203497529030 <_> <_> <_>14 2 6 18 -1. <_>17 2 3 9 2. <_>14 11 3 9 2. 0 0.0898740589618683 -0.0101912496611476 0.2627770006656647 <_> <_> <_>0 7 14 4 -1. <_>0 7 7 2 2. <_>7 9 7 2 2. 0 -2.7411670889705420e-003 -0.1382844001054764 0.0469662807881832 <_> <_> <_>8 5 10 8 -1. <_>13 5 5 4 2. <_>8 9 5 4 2. 0 0.0873859375715256 1.7351199639961123e-003 -0.8081040978431702 <_> <_> <_>2 5 10 8 -1. <_>2 5 5 4 2. <_>7 9 5 4 2. 0 -2.9055110644549131e-003 0.0661932677030563 -0.0959811881184578 <_> <_> <_>4 2 16 12 -1. <_>4 2 8 12 2. 0 -0.5125557780265808 -1. 8.6886010831221938e-004 <_> <_> <_>0 2 16 12 -1. <_>8 2 8 12 2. 0 -0.0132812596857548 0.1013427004218102 -0.0643442794680595 <_> <_> <_>11 2 4 7 -1. <_>11 2 2 7 2. 0 0.0536609403789043 3.2843649387359619e-003 -0.8001198768615723 <_> <_> <_>5 2 4 7 -1. <_>7 2 2 7 2. 0 0.0392906293272972 9.0429633855819702e-003 -0.6707432866096497 <_> <_> <_>6 5 8 4 -1. <_>6 5 4 4 2. 0 0.0651971325278282 4.4964649714529514e-003 -0.9793130755424500 <_> <_> <_>4 5 6 10 -1. <_>6 5 2 10 3. 0 0.0325052812695503 -0.0126792499795556 0.4977447986602783 <_> <_> <_>6 10 10 8 -1. <_>11 10 5 4 2. <_>6 14 5 4 2. 0 -0.0657490789890289 -0.3784436881542206 5.9391320683062077e-003 <_> <_> <_>2 11 6 9 -1. <_>4 11 2 9 3. 0 -0.0600450709462166 -0.3995777070522308 0.0141556998714805 <_> <_> <_>4 0 12 18 -1. <_>4 0 6 18 2. 0 -0.0466313511133194 0.1684381067752838 -0.0376349613070488 <_> <_> <_>4 1 9 17 -1. <_>7 1 3 17 3. 0 1.8095660198014230e-004 -0.1019833013415337 0.0729405134916306 <_> <_> <_>9 5 6 8 -1. <_>11 5 2 8 3. 0 -3.7607289850711823e-003 0.0451540984213352 -0.0543702207505703 <_> <_> <_>6 3 6 7 -1. <_>8 3 2 7 3. 0 -5.0964287947863340e-004 0.1610606014728546 -0.0543980710208416 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 -1.6095000319182873e-003 -0.2105861008167267 0.0308642592281103 <_> <_> <_>5 5 6 9 -1. <_>5 8 6 3 3. 0 -5.4673491977155209e-003 0.1907608062028885 -0.0327386185526848 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 4.1697090491652489e-003 0.0200098492205143 -0.0681738406419754 <_> <_> <_>4 6 7 4 -1. <_>4 8 7 2 2. 0 3.2709140796214342e-003 -0.1111001968383789 0.0582118891179562 <_> <_> <_>6 10 10 8 -1. <_>11 10 5 4 2. <_>6 14 5 4 2. 0 -5.1663857884705067e-003 -0.0852107927203178 0.0339051000773907 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 -0.0129147199913859 -0.1372693926095963 0.0483487695455551 <_> <_> <_>5 7 14 4 -1. <_>12 7 7 2 2. <_>5 9 7 2 2. 0 -3.8130749017000198e-003 -0.1108494028449059 0.0323736295104027 <_> <_> <_>4 10 12 7 -1. <_>8 10 4 7 3. 0 -0.0577624812722206 0.2170145064592362 -0.0298280492424965 <_> <_> <_>5 2 12 16 -1. <_>11 2 6 8 2. <_>5 10 6 8 2. 0 -2.2619909141212702e-003 0.0356410183012486 -0.0552890785038471 <_> <_> <_>1 7 14 4 -1. <_>1 7 7 2 2. <_>8 9 7 2 2. 0 0.0529798492789268 7.7050398103892803e-003 -0.7212120890617371 <_> <_> <_>3 5 15 14 -1. <_>3 12 15 7 2. 0 -0.3383991122245789 -0.9454026222229004 4.5049181208014488e-003 <_> <_> <_>0 11 7 4 -1. <_>0 13 7 2 2. 0 5.2918092114850879e-004 0.0416339300572872 -0.1328317970037460 <_> <_> <_>8 6 9 9 -1. <_>8 9 9 3 3. 0 2.8239609673619270e-003 0.1381590962409973 -0.0113719301298261 <_> <_> <_>5 6 6 10 -1. <_>7 6 2 10 3. 0 -2.1569489035755396e-003 0.0635536536574364 -0.0846833363175392 <_> <_> <_>11 4 4 11 -1. <_>11 4 2 11 2. 0 4.1426848620176315e-003 0.0414313301444054 -0.0914131999015808 <_> <_> <_>1 12 14 8 -1. <_>8 12 7 8 2. 0 -0.0110165597870946 0.0803824067115784 -0.0839785709977150 <_> <_> <_>11 4 4 11 -1. <_>11 4 2 11 2. 0 -6.5561989322304726e-003 -0.1356375962495804 0.0345143415033817 <_> <_> <_>5 0 4 15 -1. <_>7 0 2 15 2. 0 -2.2384698968380690e-003 -0.1290034055709839 0.0607188306748867 <_> <_> <_>4 2 12 6 -1. <_>8 2 4 6 3. 0 -0.0127897197380662 0.2625438868999481 -0.0252952892333269 <_> <_> <_>3 3 12 14 -1. <_>3 3 6 7 2. <_>9 10 6 7 2. 0 -0.1102875992655754 -0.4032453894615173 0.0139968497678638 <_> <_> <_>9 2 4 7 -1. <_>9 2 2 7 2. 0 2.9025289695709944e-003 -0.0601339004933834 0.0406575091183186 <_> <_> <_>7 2 4 7 -1. <_>9 2 2 7 2. 0 1.3041580095887184e-003 -0.1127184033393860 0.0530015490949154 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 0.0485189110040665 9.9352700635790825e-003 -0.3384445905685425 <_> <_> <_>0 9 5 9 -1. <_>0 12 5 3 3. 0 -5.0848070532083511e-003 -0.1307263970375061 0.0471069291234016 <_> <_> <_>8 3 4 9 -1. <_>8 3 2 9 2. 0 5.7023460976779461e-003 -0.0528404898941517 0.1241874992847443 <_> <_> <_>7 8 6 6 -1. <_>10 8 3 6 2. 0 -2.7858179528266191e-003 -0.0966856405138969 0.0668284371495247 <_> <_> <_>6 13 14 3 -1. <_>6 14 14 1 3. 0 -3.0082210432738066e-003 0.0717781409621239 -0.0385115407407284 <_> <_> <_>2 12 12 8 -1. <_>6 12 4 8 3. 0 6.9350451231002808e-003 -0.0579321496188641 0.1069167032837868 <_> <_> <_>5 14 15 6 -1. <_>10 14 5 6 3. 0 -0.0470643416047096 0.1028449982404709 -0.0279982890933752 <_> <_> <_>6 8 6 12 -1. <_>6 8 3 6 2. <_>9 14 3 6 2. 0 -0.0826457366347313 -0.8584945201873779 6.3560227863490582e-003 <_> <_> <_>5 14 15 6 -1. <_>10 14 5 6 3. 0 8.9476434513926506e-003 -0.0399044714868069 0.0668972805142403 <_> <_> <_>6 0 8 20 -1. <_>6 10 8 10 2. 0 0.3059397935867310 7.2277039289474487e-003 -0.7974972128868103 <_> <_> <_>10 3 4 13 -1. <_>10 3 2 13 2. 0 -5.8336472138762474e-003 -0.1952649056911469 0.0241965502500534 <_> <_> <_>4 12 12 6 -1. <_>8 12 4 6 3. 0 -5.3784619085490704e-003 0.0719676315784454 -0.0915475636720657 <_> <_> <_>10 3 4 13 -1. <_>10 3 2 13 2. 0 9.2504899948835373e-003 0.0361463613808155 -0.0744949206709862 <_> <_> <_>5 11 9 6 -1. <_>8 11 3 6 3. 0 0.0375812910497189 -0.0202227290719748 0.3322426974773407 <_> <_> <_>8 13 6 7 -1. <_>10 13 2 7 3. 0 -0.0468187406659126 -0.5051367282867432 0.0128703098744154 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 0.0335079394280910 -0.0186887998133898 0.3054238855838776 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 0.0684372484683990 -6.2482542125508189e-004 0.8396378755569458 <_> <_> <_>3 10 7 6 -1. <_>3 12 7 2 3. 0 0.0101519403979182 0.0256537292152643 -0.2183008044958115 <_> <_> <_>12 3 5 12 -1. <_>12 7 5 4 3. 0 -0.1386625021696091 0.5734167098999023 -6.0921781696379185e-003 <_> <_> <_>4 13 9 4 -1. <_>4 15 9 2 2. 0 -1.1214310070499778e-003 0.0706924870610237 -0.0829957500100136 <_> <_> <_>6 13 14 3 -1. <_>6 14 14 1 3. 0 1.4782310463488102e-003 -0.0351612791419029 0.0585691593587399 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 -2.3407500702887774e-003 0.1266739964485169 -0.0777006074786186 <_> <_> <_>12 0 3 19 -1. <_>13 0 1 19 3. 0 4.3265568092465401e-003 0.0312298797070980 -0.1168064996600151 <_> <_> <_>6 3 4 13 -1. <_>8 3 2 13 2. 0 -0.0322522483766079 -0.5439580082893372 0.0103865098208189 <_> <_> <_>10 0 9 5 -1. <_>13 0 3 5 3. 0 -7.1836792631074786e-004 -0.0638500824570656 0.0489896796643734 <_> <_> <_>1 0 9 5 -1. <_>4 0 3 5 3. 0 1.1035969946533442e-003 -0.0710958391427994 0.0830879732966423 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -0.0102655198425055 0.1164705008268356 -0.0281786303967237 <_> <_> <_>6 11 6 9 -1. <_>8 11 2 9 3. 0 0.0726320371031761 7.5578331016004086e-003 -0.7163549065589905 <_> <_> <_>12 3 5 12 -1. <_>12 7 5 4 3. 0 0.1223236992955208 -3.9898478426039219e-003 0.6070889234542847 <_> <_> <_>3 3 5 12 -1. <_>3 7 5 4 3. 0 -0.1439826041460037 0.8583632111549377 -5.8769038878381252e-003 <_> <_> <_>10 11 6 9 -1. <_>10 14 6 3 3. 0 5.9525449760258198e-003 0.0217127595096827 -0.1589670032262802 <_> <_> <_>4 16 12 4 -1. <_>4 18 12 2 2. 0 -1.3158279471099377e-003 0.0832397714257240 -0.0719442665576935 <_> <_> <_>2 14 18 4 -1. <_>11 14 9 2 2. <_>2 16 9 2 2. 0 -0.0357826687395573 -0.3188849091529846 6.7262151278555393e-003 <_> <_> <_>6 16 7 4 -1. <_>6 18 7 2 2. 0 1.4122560387477279e-003 -0.0692475736141205 0.0880377292633057 <_> <_> <_>5 10 12 8 -1. <_>5 14 12 4 2. 0 -0.0161880291998386 -0.0604390017688274 0.0675304234027863 <_> <_> <_>4 10 7 4 -1. <_>4 12 7 2 2. 0 -2.8433150146156549e-003 0.0644664391875267 -0.1050440967082977 <_> <_> <_>8 9 7 4 -1. <_>8 11 7 2 2. 0 -1.5944750048220158e-003 -0.0519193597137928 0.0537104010581970 <_> <_> <_>0 10 18 6 -1. <_>9 10 9 6 2. 0 0.1880826950073242 -8.1325937062501907e-003 0.7035480737686157 <_> <_> <_>0 6 20 2 -1. <_>0 6 10 2 2. 0 -0.0335522294044495 -0.3131825029850006 0.0242971908301115 <_> <_> <_>6 5 6 8 -1. <_>8 5 2 8 3. 0 -0.0153410602360964 0.2368717044591904 -0.0280204508453608 <_> <_> <_>12 0 3 13 -1. <_>13 0 1 13 3. 0 -0.0135348103940487 -0.3154464066028595 0.0230117402970791 <_> <_> <_>8 10 3 10 -1. <_>8 15 3 5 2. 0 3.2969659660011530e-003 0.0329233594238758 -0.1593357026576996 <_> <_> <_>8 1 8 14 -1. <_>12 1 4 7 2. <_>8 8 4 7 2. 0 -0.0448468886315823 0.1287619024515152 -0.0177957806736231 <_> <_> <_>5 0 3 19 -1. <_>6 0 1 19 3. 0 5.1291137933731079e-003 0.0327090099453926 -0.1787136048078537 <_> <_> <_>9 10 6 10 -1. <_>12 10 3 5 2. <_>9 15 3 5 2. 0 1.1287770466879010e-003 -0.0762344002723694 0.0712672322988510 <_> <_> <_>0 6 5 14 -1. <_>0 13 5 7 2. 0 0.0127591099590063 -0.0512680411338806 0.1290178000926971 <_> <_> <_>18 5 2 14 -1. <_>18 12 2 7 2. 0 5.3586461581289768e-004 0.0661443471908569 -0.0680215284228325 <_> <_> <_>0 5 2 14 -1. <_>0 12 2 7 2. 0 5.8012880617752671e-004 0.0759462565183640 -0.0724268332123756 <_> <_> <_>13 0 4 10 -1. <_>13 5 4 5 2. 0 0.0981135368347168 4.4115697965025902e-003 -0.5764682292938232 <_> <_> <_>1 0 18 18 -1. <_>1 9 18 9 2. 0 0.3254789113998413 -0.0288497898727655 0.2324505001306534 <_> <_> <_>1 16 18 4 -1. <_>10 16 9 2 2. <_>1 18 9 2 2. 0 0.0161095298826694 0.0261495094746351 -0.2250791043043137 <_> <_> <_>5 1 8 6 -1. <_>5 3 8 2 3. 0 0.0166308004409075 -0.0560016483068466 0.1001114025712013 <_> <_> <_>4 7 13 9 -1. <_>4 10 13 3 3. 0 0.0125674698501825 0.1176059022545815 -0.0258336905390024 <_> <_> <_>5 5 10 10 -1. <_>5 5 5 5 2. <_>10 10 5 5 2. 0 0.0245319604873657 0.0219795592129231 -0.2415833026170731 <_> <_> <_>8 4 8 10 -1. <_>12 4 4 5 2. <_>8 9 4 5 2. 0 5.1343659870326519e-003 -0.0139641799032688 0.1039829030632973 <_> <_> <_>3 7 14 4 -1. <_>3 7 7 2 2. <_>10 9 7 2 2. 0 -1.1144300224259496e-003 -0.0816086083650589 0.0649919733405113 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 -0.0686410069465637 0.3711335062980652 -0.0177746191620827 <_> <_> <_>1 0 13 2 -1. <_>1 1 13 1 2. 0 8.8211498223245144e-004 -0.0840806812047958 0.0625246390700340 <_> <_> <_>6 2 14 3 -1. <_>6 3 14 1 3. 0 1.0471940040588379e-003 0.0694885626435280 -0.0830001607537270 <_> <_> <_>0 0 13 3 -1. <_>0 1 13 1 3. 0 0.0161972492933273 0.0160077307373285 -0.3421669900417328 <_> <_> <_>4 1 12 6 -1. <_>4 4 12 3 2. 0 -0.0226906202733517 0.1395916044712067 -0.0423055700957775 <_> <_> <_>0 3 7 6 -1. <_>0 5 7 2 3. 0 -0.0410300008952618 -0.3466942012310028 0.0172335393726826 <_> <_> <_>2 5 16 6 -1. <_>10 5 8 3 2. <_>2 8 8 3 2. 0 0.0851949304342270 -8.8493460789322853e-003 0.6063935160636902 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 0.0397750996053219 6.5457229502499104e-003 -0.9379426836967468 <_> <_> <_>16 2 4 18 -1. <_>18 2 2 9 2. <_>16 11 2 9 2. 0 -0.0186732504516840 0.0847016498446465 -0.0217429902404547 <_> <_> <_>6 2 4 15 -1. <_>6 7 4 5 3. 0 -0.0116322096437216 -0.1650363951921463 0.0328527912497520 <_> <_> <_>10 5 7 6 -1. <_>10 7 7 2 3. 0 -2.1068679634481668e-003 0.0257741697132587 -0.1054055988788605 <_> <_> <_>4 0 4 14 -1. <_>4 0 2 7 2. <_>6 7 2 7 2. 0 -1.0474229929968715e-003 0.0534705705940723 -0.1084444969892502 <_> <_> <_>6 3 10 6 -1. <_>11 3 5 3 2. <_>6 6 5 3 2. 0 0.0661699920892715 2.6304489001631737e-003 -0.4390884935855866 <_> <_> <_>4 3 10 6 -1. <_>4 3 5 3 2. <_>9 6 5 3 2. 0 -1.2816500384360552e-003 -0.0887442082166672 0.0672860816121101 <_> <_> <_>4 4 13 12 -1. <_>4 8 13 4 3. 0 -0.0126018095761538 0.2304718047380447 -0.0142046399414539 <_> <_> <_>3 9 6 7 -1. <_>5 9 2 7 3. 0 3.1882619950920343e-003 -0.0607906095683575 0.0932566076517105 <_> <_> <_>11 11 4 9 -1. <_>11 11 2 9 2. 0 -4.4821877963840961e-003 -0.0749111399054527 0.0355636402964592 <_> <_> <_>1 0 3 13 -1. <_>2 0 1 13 3. 0 1.3803370529785752e-003 -0.0653553307056427 0.0896605774760246 <_> <_> <_>11 11 4 9 -1. <_>11 11 2 9 2. 0 9.3855522572994232e-003 0.0226011797785759 -0.1603891998529434 <_> <_> <_>5 12 4 8 -1. <_>7 12 2 8 2. 0 -3.3057469408959150e-003 -0.0933906510472298 0.0565997883677483 <_> <_> <_>5 14 15 6 -1. <_>10 14 5 6 3. 0 -0.0148232495412230 0.0639465823769569 -0.0376172587275505 <_> <_> <_>0 14 15 6 -1. <_>5 14 5 6 3. 0 -0.0243043098598719 0.1182530000805855 -0.0536070801317692 <_> <_> <_>6 8 12 4 -1. <_>10 8 4 4 3. 0 -2.6398031041026115e-003 -0.0784624293446541 0.0471259392797947 <_> <_> <_>2 8 12 4 -1. <_>6 8 4 4 3. 0 -6.6844499669969082e-003 -0.1429809033870697 0.0548765808343887 <_> <_> <_>13 6 4 10 -1. <_>13 6 2 10 2. 0 -1.8713249592110515e-003 0.0659645572304726 -0.0597260296344757 <_> <_> <_>8 6 4 7 -1. <_>10 6 2 7 2. 0 -0.0505263395607471 0.5293369293212891 -0.0106250997632742 <_> <_> <_>5 1 12 5 -1. <_>9 1 4 5 3. 0 -0.0710362866520882 -0.3302770853042603 5.6759058497846127e-003 <_> <_> <_>2 2 15 4 -1. <_>7 2 5 4 3. 0 -0.0542125403881073 0.3753634095191956 -0.0164795499294996 <_> <_> <_>6 12 13 2 -1. <_>6 13 13 1 2. 0 1.4903850387781858e-004 -0.0528962500393391 0.1064648032188416 <_> <_> <_>3 11 13 3 -1. <_>3 12 13 1 3. 0 1.0254220105707645e-003 -0.0517149008810520 0.1077118963003159 <_> <_> <_>10 10 9 6 -1. <_>10 12 9 2 3. 0 7.6022921130061150e-003 0.0243768393993378 -0.1249317973852158 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 6.8572920281440020e-004 0.0713415816426277 -0.0764908120036125 <_> <_> <_>0 2 20 2 -1. <_>0 3 20 1 2. 0 -1.3697240501642227e-003 -0.1517394036054611 0.0398277193307877 <_> <_> <_>3 5 4 11 -1. <_>5 5 2 11 2. 0 -2.4336120113730431e-003 0.0653152093291283 -0.0792308971285820 <_> <_> <_>13 1 3 17 -1. <_>14 1 1 17 3. 0 -0.0143908699974418 -0.2370626032352448 0.0167405307292938 <_> <_> <_>0 0 18 9 -1. <_>6 0 6 9 3. 0 0.0789079815149307 -0.0428104698657990 0.1424898952245712 <_> <_> <_>6 9 9 6 -1. <_>9 9 3 6 3. 0 0.1068112999200821 3.4115819726139307e-003 -0.7765647172927856 <_> <_> <_>2 9 7 6 -1. <_>2 11 7 2 3. 0 0.0513773597776890 0.0107034100219607 -0.5340057015419006 <_> <_> <_>13 1 3 17 -1. <_>14 1 1 17 3. 0 -0.0868832170963287 1. -3.0740019865334034e-003 <_> <_> <_>4 1 3 17 -1. <_>5 1 1 17 3. 0 -2.4080339353531599e-003 -0.1068553030490875 0.0497215688228607 <_> <_> <_>2 0 18 6 -1. <_>8 0 6 6 3. 0 -0.0155902896076441 0.1063615977764130 -0.0244143195450306 <_> <_> <_>7 2 4 12 -1. <_>7 6 4 4 3. 0 2.3770150728523731e-003 0.0398403815925121 -0.1468984037637711 <_> <_> <_>10 2 5 9 -1. <_>10 5 5 3 3. 0 -0.0906486213207245 0.1886166036128998 -0.0129516804590821 <_> <_> <_>5 2 5 9 -1. <_>5 5 5 3 3. 0 4.4955732300877571e-003 -0.0265634004026651 0.2394375056028366 <_> <_> <_>9 0 3 18 -1. <_>9 6 3 6 3. 0 -0.0647257566452026 -0.5462207794189453 9.2595359310507774e-003 <_> <_> <_>6 12 7 4 -1. <_>6 14 7 2 2. 0 0.0217035803943872 -8.8741881772875786e-003 0.6401981711387634 <_> <_> <_>16 10 4 9 -1. <_>16 10 2 9 2. 0 0.0611102394759655 9.5075201243162155e-003 -0.4370290935039520 <_> <_> <_>0 10 4 9 -1. <_>2 10 2 9 2. 0 0.0200868807733059 0.0229851994663477 -0.2284089028835297 <_> <_> <_>13 2 6 18 -1. <_>16 2 3 9 2. <_>13 11 3 9 2. 0 0.0412166416645050 -0.0144205903634429 0.1345296949148178 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 -0.0237122792750597 -0.2953363955020905 0.0184357203543186 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -6.8324371241033077e-003 0.1209425032138825 -0.0430162400007248 <_> <_> <_>2 3 5 12 -1. <_>2 7 5 4 3. 0 0.1088021025061607 -0.0102281495928764 0.5282484292984009 <_> <_> <_>3 15 14 4 -1. <_>3 17 14 2 2. 0 9.8231732845306396e-003 0.0418864116072655 -0.1366547942161560 <_> <_> <_>3 0 13 6 -1. <_>3 3 13 3 2. 0 -0.0150057701393962 0.1814893037080765 -0.0306911394000053 <_> <_> <_>4 11 16 9 -1. <_>4 11 8 9 2. 0 -0.4411061108112335 -1. 1.4937899541109800e-003 <_> <_> <_>0 11 16 9 -1. <_>8 11 8 9 2. 0 -0.3412280082702637 -0.4918485879898071 0.0100969299674034 <_> <_> <_>11 0 5 8 -1. <_>11 4 5 4 2. 0 9.3225948512554169e-003 -0.0228948295116425 0.0707965865731239 <_> <_> <_>0 3 14 9 -1. <_>0 6 14 3 3. 0 7.3594371788203716e-003 0.0138428695499897 -0.3614270091056824 <_> <_> <_>5 0 10 10 -1. <_>10 0 5 5 2. <_>5 5 5 5 2. 0 -0.0841090828180313 -0.6228498220443726 7.3129259981215000e-003 <_> <_> <_>0 2 6 18 -1. <_>0 2 3 9 2. <_>3 11 3 9 2. 0 0.0107048703357577 -0.0426171310245991 0.1136071979999542 <_> <_> <_>9 5 3 15 -1. <_>9 10 3 5 3. 0 0.0114781400188804 0.0365864485502243 -0.0964749529957771 <_> <_> <_>0 7 13 2 -1. <_>0 8 13 1 2. 0 1.6416399739682674e-003 -0.0987773090600967 0.0551583692431450 <_> <_> <_>11 1 5 9 -1. <_>11 4 5 3 3. 0 -1.5731199528090656e-004 -0.0612079203128815 0.0560536012053490 <_> <_> <_>2 1 14 6 -1. <_>2 1 7 3 2. <_>9 4 7 3 2. 0 4.1953278705477715e-003 0.0506573915481567 -0.1023868024349213 <_> <_> <_>9 0 6 12 -1. <_>12 0 3 6 2. <_>9 6 3 6 2. 0 -0.0162382498383522 0.1126751974225044 -0.0137868300080299 <_> <_> <_>5 0 6 12 -1. <_>5 0 3 6 2. <_>8 6 3 6 2. 0 0.0324288196861744 -0.0255130194127560 0.2317194044589996 <_> <_> <_>6 9 9 6 -1. <_>9 9 3 6 3. 0 -8.3901472389698029e-003 -0.0628423690795898 0.0237769596278667 <_> <_> <_>5 9 9 6 -1. <_>8 9 3 6 3. 0 4.9057020805776119e-003 0.0576767586171627 -0.1271547973155975 <_> <_> <_>8 3 10 11 -1. <_>8 3 5 11 2. 0 0.0144588602706790 -0.0509327687323093 0.0622393190860748 <_> <_> <_>2 3 10 11 -1. <_>7 3 5 11 2. 0 0.1248451992869377 -0.0116122299805284 0.4936102032661438 <_> <_> <_>8 2 12 18 -1. <_>8 2 6 18 2. 0 0.4858770966529846 4.8130601644515991e-003 -0.5539581179618835 <_> <_> <_>0 1 12 19 -1. <_>6 1 6 19 2. 0 0.1688621044158936 7.8053288161754608e-003 -0.7339497804641724 <_> <_> <_>10 11 5 9 -1. <_>10 14 5 3 3. 0 -2.1220340568106622e-004 0.0316566489636898 -0.1031470000743866 <_> <_> <_>3 15 14 4 -1. <_>3 15 7 2 2. <_>10 17 7 2 2. 0 1.9249629694968462e-003 0.0551357790827751 -0.1030936986207962 <_> <_> <_>4 14 16 6 -1. <_>4 14 8 6 2. 0 -0.0281783398240805 0.1163733005523682 -0.0346300601959229 <_> <_> <_>5 11 9 6 -1. <_>8 11 3 6 3. 0 -0.0140695003792644 -0.1473771929740906 0.0447237901389599 <_> <_> <_>13 4 4 14 -1. <_>15 4 2 7 2. <_>13 11 2 7 2. 0 -1.2483589816838503e-003 -0.1118512004613876 0.0688061788678169 <_> <_> <_>1 3 6 9 -1. <_>3 3 2 9 3. 0 5.3278112318366766e-004 -0.0939088836312294 0.0670728385448456 <_> <_> <_>10 7 6 7 -1. <_>12 7 2 7 3. 0 0.0117227695882320 -0.0190124697983265 0.1883438974618912 -1.3171190023422241 34 -1 <_> <_> <_> <_>0 2 10 3 -1. <_>5 2 5 3 2. 0 0.0582546517252922 -0.2323278933763504 0.2145415991544724 <_> <_> <_>12 6 5 9 -1. <_>12 9 5 3 3. 0 0.0344334505498409 -0.2652068138122559 0.1327435970306397 <_> <_> <_>3 12 8 8 -1. <_>3 12 4 4 2. <_>7 16 4 4 2. 0 0.0149370096623898 -0.2392790019512177 0.1578651964664459 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0311536397784948 -0.1500400006771088 0.1611603945493698 <_> <_> <_>2 0 16 2 -1. <_>2 1 16 1 2. 0 2.6988480240106583e-003 -0.2340988963842392 0.0999837815761566 <_> <_> <_>13 7 7 6 -1. <_>13 9 7 2 3. 0 9.2046073405072093e-005 -0.2926816940307617 0.0478727407753468 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 5.0020251364912838e-005 -0.3681570887565613 0.0581896081566811 <_> <_> <_>9 6 5 8 -1. <_>9 10 5 4 2. 0 -0.0149021595716476 -0.3881885111331940 0.0261585190892220 <_> <_> <_>7 5 6 12 -1. <_>7 11 6 6 2. 0 0.0204487200826406 0.0608468912541866 -0.3064528107643127 <_> <_> <_>13 4 4 14 -1. <_>15 4 2 7 2. <_>13 11 2 7 2. 0 6.2656581576447934e-005 -0.1716104000806809 0.1080029979348183 <_> <_> <_>3 4 4 14 -1. <_>3 4 2 7 2. <_>5 11 2 7 2. 0 -7.0627559907734394e-003 -0.2342894971370697 0.0763271301984787 <_> <_> <_>3 3 14 2 -1. <_>3 4 14 1 2. 0 -2.9078179504722357e-003 -0.2101060003042221 0.0786054730415344 <_> <_> <_>7 1 6 10 -1. <_>7 6 6 5 2. 0 -0.0365543104708195 0.1701388955116272 -0.1283787041902542 <_> <_> <_>10 4 10 12 -1. <_>10 10 10 6 2. 0 -0.0139916297048330 -0.1519856005907059 0.0311683006584644 <_> <_> <_>4 2 9 5 -1. <_>7 2 3 5 3. 0 0.0746810734272003 0.0360799990594387 -0.4632237851619721 <_> <_> <_>4 4 16 10 -1. <_>12 4 8 5 2. <_>4 9 8 5 2. 0 -0.1040792986750603 -0.3180229961872101 0.0206125602126122 <_> <_> <_>0 4 16 10 -1. <_>0 4 8 5 2. <_>8 9 8 5 2. 0 0.0124447001144290 0.0778186172246933 -0.1682558953762054 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 0.0346793308854103 0.0325843803584576 -0.2688415944576263 <_> <_> <_>5 8 4 12 -1. <_>7 8 2 12 2. 0 -0.0290284696966410 -0.4452267885208130 0.0296610407531261 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 2.3345749650616199e-004 -0.1307104974985123 0.0617566592991352 <_> <_> <_>0 7 10 13 -1. <_>5 7 5 13 2. 0 0.3699317872524262 0.0174009092152119 -0.7041854858398438 <_> <_> <_>13 13 7 4 -1. <_>13 15 7 2 2. 0 -0.0215057302266359 -0.2409529983997345 0.0288916490972042 <_> <_> <_>0 9 9 8 -1. <_>3 9 3 8 3. 0 0.0541818104684353 -0.0840536206960678 0.1387698948383331 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 -0.0326773785054684 -0.2990488111972809 0.0281952507793903 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0118043003603816 0.0491241216659546 -0.2553828954696655 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -9.5703108236193657e-003 0.1186522021889687 -0.0793051570653915 <_> <_> <_>0 12 13 2 -1. <_>0 13 13 1 2. 0 -8.5534068057313561e-004 -0.0903157666325569 0.1298426985740662 <_> <_> <_>8 5 8 4 -1. <_>8 5 4 4 2. 0 0.0714453309774399 0.0143962102010846 -0.5316129922866821 <_> <_> <_>4 5 8 4 -1. <_>8 5 4 4 2. 0 6.1263251118361950e-003 -0.2455939054489136 0.0483532808721066 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -4.8277149908244610e-003 -0.2382885068655014 0.0756640434265137 <_> <_> <_>4 9 4 8 -1. <_>4 13 4 4 2. 0 -2.6015359908342361e-003 0.0458266809582710 -0.2492837011814117 <_> <_> <_>10 4 8 4 -1. <_>10 6 8 2 2. 0 -4.7515620826743543e-004 0.0386048406362534 -0.1311883032321930 <_> <_> <_>0 0 4 8 -1. <_>2 0 2 8 2. 0 -0.0545914694666862 0.5526043772697449 -0.0196224898099899 <_> <_> <_>3 2 14 4 -1. <_>3 2 7 4 2. 0 0.0539314113557339 -0.0482855997979641 0.2211060971021652 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -9.1672148555517197e-003 -0.2574455142021179 0.0408331714570522 <_> <_> <_>10 0 9 9 -1. <_>13 0 3 9 3. 0 -2.9818129260092974e-003 -0.0758914574980736 0.0608992092311382 <_> <_> <_>1 0 9 9 -1. <_>4 0 3 9 3. 0 0.0746973827481270 0.0366578884422779 -0.2694618105888367 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 -0.0270062703639269 0.1839165985584259 -0.0558324791491032 <_> <_> <_>0 9 18 3 -1. <_>6 9 6 3 3. 0 -6.0810879804193974e-003 -0.3277722895145416 0.0352696590125561 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0381820686161518 -0.0560753718018532 0.2183950990438461 <_> <_> <_>5 4 10 5 -1. <_>10 4 5 5 2. 0 9.5723047852516174e-003 0.0842939764261246 -0.1176777034997940 <_> <_> <_>5 1 14 4 -1. <_>12 1 7 2 2. <_>5 3 7 2 2. 0 0.0780282169580460 5.6959469802677631e-003 -0.8144273161888123 <_> <_> <_>1 1 14 4 -1. <_>1 1 7 2 2. <_>8 3 7 2 2. 0 -0.0328620299696922 -0.4721283018589020 0.0194189697504044 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 0.0423596799373627 -0.0179292801767588 0.3136824965476990 <_> <_> <_>0 6 4 14 -1. <_>0 6 2 7 2. <_>2 13 2 7 2. 0 -0.0210304204374552 0.1419924944639206 -0.0671715065836906 <_> <_> <_>12 11 5 9 -1. <_>12 14 5 3 3. 0 -0.0464879684150219 -0.3045510947704315 0.0318244993686676 <_> <_> <_>5 9 10 9 -1. <_>5 12 10 3 3. 0 -0.0852806270122528 0.2472552955150604 -0.0407265201210976 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 4.7598700039088726e-003 -0.0640764907002449 0.1010356023907661 <_> <_> <_>4 0 8 9 -1. <_>8 0 4 9 2. 0 0.0607331991195679 -0.0887726470828056 0.1165471971035004 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0547704882919788 0.0223904494196177 -0.4985511898994446 <_> <_> <_>1 13 5 6 -1. <_>1 16 5 3 2. 0 -3.7478970625670627e-005 0.0624339282512665 -0.1651535928249359 <_> <_> <_>11 15 7 4 -1. <_>11 17 7 2 2. 0 -0.0238987505435944 -0.1902105063199997 0.0149795496836305 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 -0.0184658598154783 0.2300866991281509 -0.0453632883727551 <_> <_> <_>7 7 7 8 -1. <_>7 11 7 4 2. 0 -3.8619639817625284e-003 -0.1116836965084076 0.0795509666204453 <_> <_> <_>2 4 3 10 -1. <_>2 9 3 5 2. 0 0.0606829896569252 0.0254010409116745 -0.4178782105445862 <_> <_> <_>7 2 13 2 -1. <_>7 3 13 1 2. 0 -6.1235381290316582e-003 -0.2420157045125961 0.0199846904724836 <_> <_> <_>2 15 7 4 -1. <_>2 17 7 2 2. 0 -0.0275584608316422 -0.4567821025848389 0.0203280691057444 <_> <_> <_>14 1 6 10 -1. <_>17 1 3 5 2. <_>14 6 3 5 2. 0 0.0249386299401522 -0.0383990183472633 0.1320528984069824 <_> <_> <_>0 1 6 10 -1. <_>0 1 3 5 2. <_>3 6 3 5 2. 0 -0.0470814295113087 0.3183973133563995 -0.0321274809539318 <_> <_> <_>8 0 8 8 -1. <_>12 0 4 4 2. <_>8 4 4 4 2. 0 0.0623219907283783 0.0178469605743885 -0.5011476874351502 <_> <_> <_>6 8 4 9 -1. <_>8 8 2 9 2. 0 -5.5789871839806437e-004 0.1067302972078323 -0.0904543101787567 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -0.0205287300050259 0.2277700006961823 -0.0466837584972382 <_> <_> <_>7 1 4 12 -1. <_>9 1 2 12 2. 0 1.4043749542906880e-003 -0.2068850994110107 0.0673208534717560 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 0.0314745493233204 0.0258730500936508 -0.3138580918312073 <_> <_> <_>4 0 6 8 -1. <_>6 0 2 8 3. 0 -0.0313643403351307 -0.3507966995239258 0.0248904805630445 <_> <_> <_>10 0 4 18 -1. <_>10 6 4 6 3. 0 -0.1007601991295815 -0.2273838967084885 0.0107318796217442 <_> <_> <_>0 5 7 12 -1. <_>0 9 7 4 3. 0 0.0144099602475762 0.2400186061859131 -0.0383890494704247 <_> <_> <_>11 5 5 9 -1. <_>11 8 5 3 3. 0 0.0564101710915565 -0.0406672693789005 0.1988081037998200 <_> <_> <_>3 9 14 4 -1. <_>3 9 7 2 2. <_>10 11 7 2 2. 0 -0.0143101001158357 -0.2248423993587494 0.0514159686863422 <_> <_> <_>3 7 17 3 -1. <_>3 8 17 1 3. 0 0.0380934812128544 0.0106020001694560 -0.6503134965896606 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 7.3483381420373917e-003 0.0376242995262146 -0.2366017997264862 <_> <_> <_>5 0 15 8 -1. <_>10 0 5 8 3. 0 0.1599038988351822 -0.0319586917757988 0.0782571882009506 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0752983763813972 -0.0222257394343615 0.4773482978343964 <_> <_> <_>2 3 16 9 -1. <_>2 6 16 3 3. 0 0.0105156302452087 0.0249795392155647 -0.4351730942726135 <_> <_> <_>4 0 12 8 -1. <_>4 4 12 4 2. 0 0.1172024980187416 -0.0372359789907932 0.2652949988842011 <_> <_> <_>13 0 7 6 -1. <_>13 2 7 2 3. 0 1.5799700122443028e-005 -0.1083744987845421 0.0728097036480904 <_> <_> <_>4 0 2 15 -1. <_>5 0 1 15 2. 0 0.0121151199564338 0.0650321990251541 -0.1437816023826599 <_> <_> <_>10 10 6 7 -1. <_>12 10 2 7 3. 0 -0.0177662707865238 0.1009543016552925 -0.0244991406798363 <_> <_> <_>4 10 6 7 -1. <_>6 10 2 7 3. 0 0.0422279201447964 -0.0366250798106194 0.2834149003028870 <_> <_> <_>10 8 8 8 -1. <_>14 8 4 4 2. <_>10 12 4 4 2. 0 0.0243466794490814 0.0245600100606680 -0.1978784054517746 <_> <_> <_>2 8 8 8 -1. <_>2 8 4 4 2. <_>6 12 4 4 2. 0 0.0317488387227058 0.0296038594096899 -0.3041270971298218 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0526162385940552 0.1775135993957520 -0.0318257212638855 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 -0.0543589107692242 0.2288665026426315 -0.0402214117348194 <_> <_> <_>10 1 3 10 -1. <_>10 6 3 5 2. 0 1.1845750268548727e-003 0.0615281201899052 -0.1220474019646645 <_> <_> <_>6 11 5 6 -1. <_>6 14 5 3 2. 0 -0.0363252982497215 -0.2952817082405090 0.0334528312087059 <_> <_> <_>4 3 12 12 -1. <_>4 7 12 4 3. 0 0.1510080993175507 -0.0256619006395340 0.3878808915615082 <_> <_> <_>4 5 10 6 -1. <_>4 5 5 3 2. <_>9 8 5 3 2. 0 0.0282789394259453 -0.0359514914453030 0.2525135874748230 <_> <_> <_>11 4 9 10 -1. <_>11 9 9 5 2. 0 -0.0838032513856888 -0.7259948253631592 4.1993269696831703e-003 <_> <_> <_>7 2 4 12 -1. <_>7 6 4 4 3. 0 -2.9865629039704800e-004 0.0553029887378216 -0.1667886972427368 <_> <_> <_>11 1 9 18 -1. <_>11 7 9 6 3. 0 -0.0168727394193411 -0.1904053986072540 0.0523077584803104 <_> <_> <_>4 8 12 10 -1. <_>4 8 6 5 2. <_>10 13 6 5 2. 0 -0.0594513118267059 -0.4763435125350952 0.0209812093526125 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 -0.0183788295835257 0.0668584629893303 -0.0603890903294086 <_> <_> <_>6 0 8 14 -1. <_>6 0 4 7 2. <_>10 7 4 7 2. 0 0.0481988489627838 0.0425803512334824 -0.2601073086261749 <_> <_> <_>8 1 8 8 -1. <_>12 1 4 4 2. <_>8 5 4 4 2. 0 -0.0432171300053597 -0.2506701052188873 0.0172253008931875 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -6.3647949136793613e-003 -0.1678871065378189 0.0688573196530342 <_> <_> <_>2 1 18 5 -1. <_>8 1 6 5 3. 0 0.2477056980133057 -0.0331544503569603 0.1479407995939255 <_> <_> <_>0 0 15 8 -1. <_>5 0 5 8 3. 0 -0.1121686995029450 0.5112972855567932 -0.0173601005226374 <_> <_> <_>5 15 10 5 -1. <_>5 15 5 5 2. 0 0.0366010107100010 -0.0438699796795845 0.1975523978471756 <_> <_> <_>0 5 12 15 -1. <_>6 5 6 15 2. 0 -0.0723325535655022 -0.8293241262435913 0.0118101201951504 <_> <_> <_>5 7 15 3 -1. <_>10 7 5 3 3. 0 0.0778379514813423 0.0245205797255039 -0.2726052105426788 <_> <_> <_>0 7 15 3 -1. <_>5 7 5 3 3. 0 0.0720945969223976 0.0376062504947186 -0.2729178071022034 <_> <_> <_>11 11 7 6 -1. <_>11 13 7 2 3. 0 -0.0873733535408974 -0.9534478783607483 3.2734218984842300e-003 <_> <_> <_>2 11 7 6 -1. <_>2 13 7 2 3. 0 -0.0362400598824024 -0.3230000138282776 0.0263893101364374 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -8.7862694635987282e-003 -0.1480821073055267 0.0467615611851215 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 6.5432381816208363e-003 0.0600714795291424 -0.1503639966249466 <_> <_> <_>15 0 5 8 -1. <_>15 4 5 4 2. 0 2.7910009957849979e-003 -0.0795856565237045 0.0640649423003197 <_> <_> <_>0 0 20 4 -1. <_>0 0 10 2 2. <_>10 2 10 2 2. 0 0.0294719301164150 0.0369045287370682 -0.2765960991382599 <_> <_> <_>7 5 6 14 -1. <_>10 5 3 7 2. <_>7 12 3 7 2. 0 -0.0449241511523724 0.3531363010406494 -0.0272191409021616 <_> <_> <_>6 6 7 4 -1. <_>6 8 7 2 2. 0 0.0789695233106613 0.0108738001435995 -0.9321752786636353 <_> <_> <_>11 5 5 9 -1. <_>11 8 5 3 3. 0 -0.0310530308634043 0.2408788949251175 -0.0271559692919254 <_> <_> <_>4 5 5 9 -1. <_>4 8 5 3 3. 0 0.0504290908575058 -0.0541648007929325 0.2034392058849335 <_> <_> <_>5 5 10 6 -1. <_>10 5 5 3 2. <_>5 8 5 3 2. 0 -0.0376376584172249 0.3299897909164429 -0.0345730893313885 <_> <_> <_>0 0 5 8 -1. <_>0 4 5 4 2. 0 -1.7269999952986836e-003 -0.1233977973461151 0.0759583935141563 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 0.0126043399795890 0.0361500009894371 -0.2159177064895630 <_> <_> <_>2 11 4 8 -1. <_>4 11 2 8 2. 0 0.0110106403008103 -0.1433029025793076 0.0630432665348053 <_> <_> <_>14 5 4 14 -1. <_>16 5 2 7 2. <_>14 12 2 7 2. 0 0.0135396998375654 -0.0784185230731964 0.1838940978050232 <_> <_> <_>2 5 4 14 -1. <_>2 5 2 7 2. <_>4 12 2 7 2. 0 -0.0389497689902782 0.3418363034725189 -0.0295054297894239 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 -0.0490930788218975 -0.3627820014953613 0.0170936193317175 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 4.2306110262870789e-003 0.0581905506551266 -0.1838379055261612 <_> <_> <_>8 12 10 6 -1. <_>8 14 10 2 3. 0 8.9376904070377350e-003 -0.0515764988958836 0.1937699019908905 <_> <_> <_>7 2 4 14 -1. <_>7 2 2 7 2. <_>9 9 2 7 2. 0 0.0408462807536125 0.0132417296990752 -0.7089222073554993 <_> <_> <_>5 7 14 4 -1. <_>12 7 7 2 2. <_>5 9 7 2 2. 0 -0.0369459614157677 -0.3445631861686707 7.1702878922224045e-003 <_> <_> <_>1 7 14 4 -1. <_>1 7 7 2 2. <_>8 9 7 2 2. 0 -0.0129241803660989 -0.1935417950153351 0.0481577888131142 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 0.0330796502530575 -0.0517048202455044 0.1349232941865921 <_> <_> <_>2 6 14 10 -1. <_>2 6 7 5 2. <_>9 11 7 5 2. 0 0.0222335197031498 0.0529199913144112 -0.1762863993644714 <_> <_> <_>13 5 4 11 -1. <_>13 5 2 11 2. 0 -0.0144835002720356 0.1510524004697800 -0.0398177988827229 <_> <_> <_>2 13 15 6 -1. <_>7 13 5 6 3. 0 0.1593490988016129 -0.0334229283034801 0.2808581888675690 <_> <_> <_>5 16 12 4 -1. <_>9 16 4 4 3. 0 0.1247043013572693 0.0112258298322558 -0.4552010893821716 <_> <_> <_>3 15 9 5 -1. <_>6 15 3 5 3. 0 0.0702432990074158 0.0262131690979004 -0.3477858901023865 <_> <_> <_>2 0 17 18 -1. <_>2 9 17 9 2. 0 0.6174768805503845 9.0320473536849022e-003 -0.5521609783172607 <_> <_> <_>1 0 4 12 -1. <_>1 4 4 4 3. 0 0.0770079270005226 9.3850009143352509e-003 -0.6949511766433716 <_> <_> <_>13 5 4 11 -1. <_>13 5 2 11 2. 0 0.0428741201758385 -0.0331663191318512 0.1355023980140686 <_> <_> <_>3 4 6 5 -1. <_>6 4 3 5 2. 0 -0.0245582591742277 0.3898926079273224 -0.0205063205212355 <_> <_> <_>3 0 15 2 -1. <_>3 1 15 1 2. 0 0.0107231503352523 -0.0515267588198185 0.0894612073898315 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0383319705724716 -0.0399528592824936 0.1859154999256134 <_> <_> <_>4 7 15 3 -1. <_>9 7 5 3 3. 0 0.1255601942539215 5.1561538130044937e-003 -0.8478239178657532 <_> <_> <_>1 7 15 3 -1. <_>6 7 5 3 3. 0 0.1159007027745247 9.7828712314367294e-003 -0.7643743157386780 <_> <_> <_>11 2 3 14 -1. <_>12 2 1 14 3. 0 -0.0150160603225231 -0.1832856982946396 0.0321253389120102 <_> <_> <_>7 6 3 13 -1. <_>8 6 1 13 3. 0 -4.1521931998431683e-003 0.0981609821319580 -0.0827690064907074 <_> <_> <_>13 14 7 4 -1. <_>13 16 7 2 2. 0 1.4998050173744559e-003 0.0412286892533302 -0.0844605267047882 <_> <_> <_>2 7 16 2 -1. <_>2 8 16 1 2. 0 0.0381175316870213 0.0196919608861208 -0.3993115127086639 <_> <_> <_>7 6 7 4 -1. <_>7 8 7 2 2. 0 9.4391452148556709e-004 -0.1967470049858093 0.0564762093126774 <_> <_> <_>8 4 3 10 -1. <_>8 9 3 5 2. 0 2.4907960323616862e-004 0.0927974730730057 -0.1070868968963623 <_> <_> <_>9 6 4 8 -1. <_>9 10 4 4 2. 0 0.0254476703703403 -0.0253043901175261 0.1003243997693062 <_> <_> <_>0 4 11 12 -1. <_>0 10 11 6 2. 0 -0.0288840904831886 -0.1725983023643494 0.0496710613369942 <_> <_> <_>13 6 4 14 -1. <_>13 13 4 7 2. 0 0.1210284009575844 -5.5194748565554619e-003 0.9543825984001160 <_> <_> <_>3 6 4 14 -1. <_>3 13 4 7 2. 0 -7.9245921224355698e-003 0.0649034827947617 -0.1267154961824417 <_> <_> <_>10 2 6 10 -1. <_>13 2 3 5 2. <_>10 7 3 5 2. 0 -0.0655360668897629 -0.3789218962192535 0.0164630897343159 <_> <_> <_>4 7 12 6 -1. <_>4 9 12 2 3. 0 -0.0168834608048201 0.5853481888771057 -0.0146717699244618 <_> <_> <_>0 5 20 6 -1. <_>0 7 20 2 3. 0 6.7252418957650661e-003 0.0276042297482491 -0.3481742143630981 <_> <_> <_>4 2 6 10 -1. <_>4 2 3 5 2. <_>7 7 3 5 2. 0 -0.0637838989496231 -0.3956716060638428 0.0198678895831108 <_> <_> <_>2 1 18 5 -1. <_>8 1 6 5 3. 0 0.1860055029392242 -0.0458985790610313 0.0735860764980316 <_> <_> <_>6 1 4 8 -1. <_>6 5 4 4 2. 0 0.0497240312397480 -0.0205176305025816 0.4310784041881561 <_> <_> <_>12 9 6 9 -1. <_>12 12 6 3 3. 0 0.0150113804265857 0.0401921495795250 -0.1024248972535133 <_> <_> <_>8 3 3 13 -1. <_>9 3 1 13 3. 0 -0.0150850303471088 0.2388892024755478 -0.0356429181993008 <_> <_> <_>11 0 2 15 -1. <_>11 0 1 15 2. 0 -0.0129314903169870 -0.3686308860778809 0.0173778906464577 <_> <_> <_>7 0 2 15 -1. <_>8 0 1 15 2. 0 -0.0131868999451399 -0.4317027032375336 0.0179479103535414 <_> <_> <_>4 9 12 4 -1. <_>8 9 4 4 3. 0 -0.0668149590492249 0.4133611917495728 -0.0209043100476265 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 0.0440643317997456 -0.3861519098281860 0.0214145109057426 <_> <_> <_>8 7 12 13 -1. <_>8 7 6 13 2. 0 0.4134173095226288 0.0101309902966022 -0.4705309867858887 <_> <_> <_>0 8 14 2 -1. <_>7 8 7 2 2. 0 0.0244436599314213 0.0931841209530830 -0.0867741629481316 <_> <_> <_>5 17 15 3 -1. <_>10 17 5 3 3. 0 0.1577968001365662 4.8137311823666096e-003 -0.5874621272087097 <_> <_> <_>0 17 15 3 -1. <_>5 17 5 3 3. 0 -0.0201415102928877 0.2264391928911209 -0.0468246303498745 <_> <_> <_>11 8 8 5 -1. <_>11 8 4 5 2. 0 3.8796770386397839e-003 -0.0771552175283432 0.0361061692237854 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 0.0150649603456259 -0.0566568598151207 0.1475864946842194 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 0.0129253100603819 0.0353080183267593 -0.1164532005786896 <_> <_> <_>3 1 8 8 -1. <_>3 1 4 4 2. <_>7 5 4 4 2. 0 -0.0147883100435138 -0.1145993992686272 0.0750000700354576 <_> <_> <_>10 1 3 10 -1. <_>10 6 3 5 2. 0 -2.0497168879956007e-003 0.0420674011111259 -0.0704095736145973 <_> <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 8.9428946375846863e-003 0.0539898388087749 -0.1538084000349045 <_> <_> <_>8 4 4 12 -1. <_>8 8 4 4 3. 0 0.1006499975919724 -0.0297092497348785 0.3129375874996185 <_> <_> <_>0 11 18 2 -1. <_>0 12 18 1 2. 0 -0.0465800799429417 -0.7222787737846375 0.0130043402314186 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0386185906827450 0.3386775851249695 -0.0217266101390123 <_> <_> <_>2 9 6 9 -1. <_>2 12 6 3 3. 0 8.5657741874456406e-003 0.0706212893128395 -0.1305588036775589 <_> <_> <_>2 1 18 5 -1. <_>8 1 6 5 3. 0 -0.1098629981279373 0.3797450959682465 -5.1755867898464203e-003 <_> <_> <_>0 1 18 5 -1. <_>6 1 6 5 3. 0 0.3018425107002258 -0.0242748390883207 0.3663265109062195 <_> <_> <_>11 5 2 14 -1. <_>11 12 2 7 2. 0 -0.0532460883259773 -0.5529050230979919 6.2071220017969608e-003 <_> <_> <_>7 8 6 12 -1. <_>7 8 3 6 2. <_>10 14 3 6 2. 0 0.0366298705339432 0.0231612492352724 -0.3551486134529114 <_> <_> <_>2 15 16 4 -1. <_>2 17 16 2 2. 0 0.0699931979179382 8.9623704552650452e-003 -0.8224542140960693 <_> <_> <_>5 1 2 19 -1. <_>6 1 1 19 2. 0 -8.7623577564954758e-003 -0.2802872061729431 0.0262174606323242 <_> <_> <_>7 4 6 10 -1. <_>10 4 3 5 2. <_>7 9 3 5 2. 0 0.0152759896591306 -0.0501230694353580 0.1577408015727997 <_> <_> <_>2 16 15 4 -1. <_>7 16 5 4 3. 0 0.1883618980646133 0.0114834597334266 -0.7400444746017456 <_> <_> <_>10 1 6 15 -1. <_>12 1 2 15 3. 0 -0.0145186297595501 0.0829219222068787 -0.0525361411273479 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 0.0192219894379377 0.0407903417944908 -0.2088976055383682 <_> <_> <_>5 8 10 4 -1. <_>5 10 10 2 2. 0 -0.0312749892473221 0.8086434006690979 -0.0107549801468849 <_> <_> <_>6 6 5 8 -1. <_>6 10 5 4 2. 0 -4.9813431687653065e-003 -0.1961786001920700 0.0413300693035126 <_> <_> <_>4 5 12 8 -1. <_>10 5 6 4 2. <_>4 9 6 4 2. 0 0.0372969098389149 0.0303138792514801 -0.2733631134033203 <_> <_> <_>4 1 6 15 -1. <_>6 1 2 15 3. 0 -0.0190145503729582 0.1343944072723389 -0.0607824996113777 <_> <_> <_>8 8 6 12 -1. <_>11 8 3 6 2. <_>8 14 3 6 2. 0 -7.9229613766074181e-003 -0.0796897709369659 0.0404974408447742 <_> <_> <_>2 6 6 8 -1. <_>5 6 3 8 2. 0 0.0963717997074127 -0.0255768708884716 0.3244051039218903 <_> <_> <_>17 0 2 14 -1. <_>17 0 1 14 2. 0 -0.0172103103250265 0.2977229952812195 -0.0309941396117210 <_> <_> <_>1 0 2 14 -1. <_>2 0 1 14 2. 0 0.0107361795380712 -0.0702993422746658 0.1244890019297600 <_> <_> <_>11 2 3 13 -1. <_>12 2 1 13 3. 0 -0.0403988696634769 -0.6447088718414307 6.9025149568915367e-003 <_> <_> <_>6 2 3 13 -1. <_>7 2 1 13 3. 0 -0.0318704284727573 -0.5333933830261231 0.0152217904105783 <_> <_> <_>16 0 4 13 -1. <_>16 0 2 13 2. 0 0.0365180782973766 -0.0778756514191628 0.1445890069007874 <_> <_> <_>0 0 4 13 -1. <_>2 0 2 13 2. 0 0.1233026012778282 0.0176893007010221 -0.5189579725265503 <_> <_> <_>5 6 14 3 -1. <_>5 6 7 3 2. 0 0.1008619964122772 6.6002830862998962e-003 -0.5528950095176697 <_> <_> <_>1 6 14 3 -1. <_>8 6 7 3 2. 0 0.1002677008509636 0.0101750902831554 -0.7155439257621765 <_> <_> <_>7 8 6 12 -1. <_>10 8 3 6 2. <_>7 14 3 6 2. 0 0.0369567610323429 0.0221318602561951 -0.3145228028297424 <_> <_> <_>5 7 4 7 -1. <_>7 7 2 7 2. 0 8.5017476230859756e-003 0.0491466782987118 -0.1519349962472916 <_> <_> <_>12 1 4 12 -1. <_>12 5 4 4 3. 0 0.0538330487906933 2.5698679964989424e-003 -0.5075020790100098 <_> <_> <_>4 1 4 12 -1. <_>4 5 4 4 3. 0 0.0489589385688305 9.2353876680135727e-003 -0.7937114238739014 <_> <_> <_>3 0 14 12 -1. <_>3 4 14 4 3. 0 0.0408108793199062 -0.0462704300880432 0.1972641050815582 <_> <_> <_>6 6 7 4 -1. <_>6 8 7 2 2. 0 -3.3165120985358953e-003 -0.2149500995874405 0.0388684011995792 <_> <_> <_>12 0 4 7 -1. <_>12 0 2 7 2. 0 4.8434760537929833e-004 -0.1787064969539642 0.0571296811103821 <_> <_> <_>2 9 12 3 -1. <_>8 9 6 3 2. 0 0.0794940963387489 -0.0224635507911444 0.3677097856998444 <_> <_> <_>0 9 20 3 -1. <_>0 10 20 1 3. 0 -8.8844364508986473e-003 -0.3379656076431274 0.0258696507662535 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0105756204575300 0.1243861988186836 -0.0681473836302757 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 7.3358109220862389e-003 -0.0433751717209816 0.1548348069190979 <_> <_> <_>2 2 15 12 -1. <_>2 8 15 6 2. 0 0.0423068217933178 0.1001643985509872 -0.0880116894841194 <_> <_> <_>11 5 5 6 -1. <_>11 8 5 3 2. 0 0.0717592164874077 -8.9269876480102539e-003 0.2325419932603836 <_> <_> <_>2 8 14 3 -1. <_>2 9 14 1 3. 0 -0.0224782805889845 -0.5405740737915039 0.0143961198627949 <_> <_> <_>10 2 6 9 -1. <_>10 5 6 3 3. 0 -0.0256065800786018 -0.0435081794857979 0.0642850473523140 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 0.0257334094494581 0.0230848491191864 -0.3427874147891998 <_> <_> <_>8 14 12 6 -1. <_>14 14 6 3 2. <_>8 17 6 3 2. 0 -0.0701633393764496 0.4074433147907257 -0.0118360901251435 <_> <_> <_>6 12 8 6 -1. <_>6 14 8 2 3. 0 -0.0125273298472166 0.0911845266819000 -0.0870356336236000 <_> <_> <_>9 14 9 4 -1. <_>9 16 9 2 2. 0 0.0599834583699703 3.6528799682855606e-003 -0.8026152253150940 <_> <_> <_>0 14 7 4 -1. <_>0 16 7 2 2. 0 -5.2271911408752203e-004 0.0695738270878792 -0.1209163963794708 <_> <_> <_>2 11 18 8 -1. <_>2 15 18 4 2. 0 -0.2099653929471970 -0.4674727916717529 9.4682360067963600e-003 <_> <_> <_>0 12 10 8 -1. <_>0 12 5 4 2. <_>5 16 5 4 2. 0 -0.0183586403727531 0.1491988003253937 -0.0571989007294178 <_> <_> <_>13 9 4 7 -1. <_>13 9 2 7 2. 0 -0.0133420499041677 0.1444787979125977 -0.0224946402013302 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 -0.0306130591779947 -0.3359009027481079 0.0244337096810341 <_> <_> <_>12 5 5 9 -1. <_>12 8 5 3 3. 0 -0.0190187506377697 0.1551811993122101 -0.0256136301904917 <_> <_> <_>3 5 5 9 -1. <_>3 8 5 3 3. 0 -0.0452018082141876 0.4873081147670746 -0.0176416598260403 <_> <_> <_>5 5 11 6 -1. <_>5 8 11 3 2. 0 0.0634325966238976 -0.0519468188285828 0.1236144006252289 <_> <_> <_>4 0 4 7 -1. <_>6 0 2 7 2. 0 3.4017860889434814e-003 -0.1703003048896790 0.0541434101760387 <_> <_> <_>1 8 18 5 -1. <_>7 8 6 5 3. 0 -0.0853070765733719 -0.7187842726707459 0.0103922598063946 <_> <_> <_>1 3 18 7 -1. <_>7 3 6 7 3. 0 -0.0530664995312691 0.5235915780067444 -0.0183697603642941 <_> <_> <_>7 11 7 8 -1. <_>7 15 7 4 2. 0 -0.0283193700015545 -0.1197988986968994 0.0589515492320061 <_> <_> <_>4 14 12 6 -1. <_>10 14 6 6 2. 0 -0.0873538032174110 0.2708908021450043 -0.0293453298509121 <_> <_> <_>5 6 11 9 -1. <_>5 9 11 3 3. 0 0.2715223133563995 -0.0116485897451639 0.5584297776222229 <_> <_> <_>7 12 4 8 -1. <_>7 16 4 4 2. 0 0.0193884801119566 0.0508955903351307 -0.1796227991580963 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 0.0211591795086861 -0.0484248995780945 0.0950202569365501 <_> <_> <_>6 5 7 6 -1. <_>6 8 7 3 2. 0 0.1203925013542175 9.2587787657976151e-003 -0.8780462145805359 <_> <_> <_>13 9 4 7 -1. <_>13 9 2 7 2. 0 0.0500907190144062 -0.0219269506633282 0.2020203024148941 <_> <_> <_>3 9 4 7 -1. <_>5 9 2 7 2. 0 -5.5227670818567276e-003 0.2156028002500534 -0.0365547798573971 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0275514405220747 -0.0327820181846619 0.1650391966104507 <_> <_> <_>2 10 8 10 -1. <_>6 10 4 10 2. 0 -0.0255431905388832 -0.3642446100711823 0.0212752092629671 <_> <_> <_>8 4 12 16 -1. <_>14 4 6 8 2. <_>8 12 6 8 2. 0 -0.2679182887077332 0.4852527081966400 -4.7535290941596031e-003 <_> <_> <_>0 4 12 16 -1. <_>0 4 6 8 2. <_>6 12 6 8 2. 0 -0.1679811030626297 0.3928064107894898 -0.0194149892777205 <_> <_> <_>8 4 6 7 -1. <_>10 4 2 7 3. 0 0.0459003485739231 -0.0367061607539654 0.2067760974168778 <_> <_> <_>8 6 4 14 -1. <_>8 6 2 7 2. <_>10 13 2 7 2. 0 3.6797890788875520e-004 -0.0870399028062820 0.0928309708833694 <_> <_> <_>5 2 10 18 -1. <_>10 2 5 9 2. <_>5 11 5 9 2. 0 -0.0991945564746857 -0.3609667122364044 0.0219627693295479 <_> <_> <_>6 11 7 6 -1. <_>6 13 7 2 3. 0 8.0924080975819379e-005 -0.0790076926350594 0.0959040671586990 <_> <_> <_>9 4 5 12 -1. <_>9 10 5 6 2. 0 7.0894961245357990e-003 0.0370760783553123 -0.0509171113371849 <_> <_> <_>0 11 7 4 -1. <_>0 13 7 2 2. 0 -1.2181960046291351e-003 0.0490940287709236 -0.1597597002983093 <_> <_> <_>1 5 19 15 -1. <_>1 10 19 5 3. 0 -0.0921386629343033 0.5528473258018494 -0.0135958604514599 <_> <_> <_>0 15 7 4 -1. <_>0 17 7 2 2. 0 6.2209279276430607e-003 0.0468891896307468 -0.1810580044984818 <_> <_> <_>6 0 10 6 -1. <_>11 0 5 3 2. <_>6 3 5 3 2. 0 0.0650148391723633 9.4407051801681519e-003 -0.5122401714324951 <_> <_> <_>4 0 10 6 -1. <_>4 0 5 3 2. <_>9 3 5 3 2. 0 0.0540559217333794 0.0162890590727329 -0.4268450140953064 -1.4526200294494629 35 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0375940799713135 -0.1595308035612106 0.2424535006284714 <_> <_> <_>11 7 7 6 -1. <_>11 9 7 2 3. 0 4.0349629707634449e-003 -0.2561712861061096 0.0804205611348152 <_> <_> <_>4 6 12 5 -1. <_>8 6 4 5 3. 0 2.1681638900190592e-003 -0.2808907032012940 0.0709036290645599 <_> <_> <_>9 4 11 4 -1. <_>9 6 11 2 2. 0 -7.4014628808072302e-006 0.0493261814117432 -0.1968849003314972 <_> <_> <_>2 1 6 10 -1. <_>2 1 3 5 2. <_>5 6 3 5 2. 0 -2.2384349722415209e-003 0.0686188563704491 -0.2177533954381943 <_> <_> <_>12 5 4 8 -1. <_>12 9 4 4 2. 0 2.9939650557935238e-003 -0.2425770014524460 0.0297161303460598 <_> <_> <_>0 5 18 8 -1. <_>0 5 9 4 2. <_>9 9 9 4 2. 0 4.5135850086808205e-003 0.0894438698887825 -0.1946154981851578 <_> <_> <_>9 6 5 12 -1. <_>9 12 5 6 2. 0 3.8457550108432770e-003 0.0509358011186123 -0.2772192955017090 <_> <_> <_>0 12 13 2 -1. <_>0 13 13 1 2. 0 4.0572669240646064e-004 -0.0855177417397499 0.1644628047943115 <_> <_> <_>10 4 3 13 -1. <_>11 4 1 13 3. 0 -7.0624578256683890e-006 0.0784544870257378 -0.1239598020911217 <_> <_> <_>7 3 3 14 -1. <_>8 3 1 14 3. 0 -2.8428720543161035e-004 0.1077425032854080 -0.1222200989723206 <_> <_> <_>7 12 6 8 -1. <_>9 12 2 8 3. 0 7.3404680006206036e-003 0.0478371605277061 -0.2444117069244385 <_> <_> <_>4 5 4 12 -1. <_>4 9 4 4 3. 0 3.6235509905964136e-003 -0.3153378963470459 0.0350668802857399 <_> <_> <_>3 3 17 2 -1. <_>3 4 17 1 2. 0 -1.5671759610995650e-003 -0.1714708060026169 0.0651218369603157 <_> <_> <_>2 0 15 6 -1. <_>2 2 15 2 3. 0 4.2834067717194557e-003 -0.1319001019001007 0.0927091464400291 <_> <_> <_>8 0 12 4 -1. <_>8 0 6 4 2. 0 -8.9772082865238190e-003 0.1246948018670082 -0.0281185004860163 <_> <_> <_>1 10 10 6 -1. <_>1 12 10 2 3. 0 5.5919871665537357e-003 0.0486716218292713 -0.2246021926403046 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 0.0117823900654912 0.0310411099344492 -0.2988210916519165 <_> <_> <_>1 8 4 12 -1. <_>3 8 2 12 2. 0 -5.5568912066519260e-003 0.1368910074234009 -0.0771521925926209 <_> <_> <_>4 15 15 5 -1. <_>9 15 5 5 3. 0 0.0171620491892099 -0.0402986705303192 0.1123280003666878 <_> <_> <_>0 1 14 3 -1. <_>0 2 14 1 3. 0 3.5631000064313412e-003 0.0560561008751392 -0.1960884034633637 <_> <_> <_>10 2 6 7 -1. <_>12 2 2 7 3. 0 0.0225866995751858 0.0112503003329039 -0.5049077868461609 <_> <_> <_>4 2 6 7 -1. <_>6 2 2 7 3. 0 2.6307879015803337e-003 0.0415282696485519 -0.2218586057424545 <_> <_> <_>6 12 8 6 -1. <_>6 14 8 2 3. 0 -1.0008380049839616e-003 0.0596570596098900 -0.1539579033851624 <_> <_> <_>1 3 14 12 -1. <_>1 7 14 4 3. 0 -7.1316999383270741e-003 0.1059068962931633 -0.0897009521722794 <_> <_> <_>4 15 15 5 -1. <_>9 15 5 5 3. 0 -0.0616853609681129 0.1267784982919693 -0.0227099694311619 <_> <_> <_>1 15 15 5 -1. <_>6 15 5 5 3. 0 0.0131207099184394 -0.0637312307953835 0.1584208011627197 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0326765999197960 0.0257242508232594 -0.3340620100498200 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1888677030801773 -0.0171004105359316 0.5370013117790222 <_> <_> <_>11 10 4 7 -1. <_>11 10 2 7 2. 0 -1.6522880468983203e-004 0.0549085810780525 -0.1160800009965897 <_> <_> <_>5 10 4 7 -1. <_>7 10 2 7 2. 0 -1.4789770357310772e-003 0.0776021927595139 -0.1097119003534317 <_> <_> <_>4 10 12 5 -1. <_>8 10 4 5 3. 0 -0.0124412104487419 -0.1409073024988174 0.0687325224280357 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 0.0194579102098942 -0.0372761785984039 0.2631987929344177 <_> <_> <_>7 1 13 2 -1. <_>7 2 13 1 2. 0 -2.9123809654265642e-003 -0.1896034032106400 0.0293609201908112 <_> <_> <_>2 5 14 2 -1. <_>2 6 14 1 2. 0 -0.0238706991076469 0.2552874982357025 -0.0312794111669064 <_> <_> <_>14 0 3 14 -1. <_>15 0 1 14 3. 0 -2.6912079192698002e-003 -0.1443164944648743 0.0484987795352936 <_> <_> <_>3 0 3 14 -1. <_>4 0 1 14 3. 0 -1.7636029515415430e-003 -0.1332864016294479 0.0542508289217949 <_> <_> <_>14 0 6 13 -1. <_>16 0 2 13 3. 0 -0.0188441798090935 0.1165309995412827 -0.0380281507968903 <_> <_> <_>0 0 6 13 -1. <_>2 0 2 13 3. 0 0.0387528501451015 -0.0368112996220589 0.2100208997726440 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 9.4316434115171432e-003 0.0579645894467831 -0.1834280043840408 <_> <_> <_>0 3 4 7 -1. <_>2 3 2 7 2. 0 -0.0117053799331188 0.1790505051612854 -0.0497996509075165 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -4.4072889722883701e-003 -0.1981050074100494 0.0446087196469307 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -4.7192219644784927e-003 -0.1830749958753586 0.0422521717846394 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -4.5182029716670513e-003 0.0955721512436867 -0.0607994608581066 <_> <_> <_>0 2 4 8 -1. <_>0 6 4 4 2. 0 -5.4851798340678215e-003 -0.1755612939596176 0.0400925390422344 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 -9.9079031497240067e-004 -0.1397833973169327 0.0482529103755951 <_> <_> <_>0 1 20 16 -1. <_>0 1 10 8 2. <_>10 9 10 8 2. 0 -5.0425329245626926e-003 -0.0886258333921433 0.0797940269112587 <_> <_> <_>7 1 10 16 -1. <_>12 1 5 8 2. <_>7 9 5 8 2. 0 -6.3926707953214645e-003 0.0358549095690250 -0.0850307121872902 <_> <_> <_>0 1 16 14 -1. <_>0 1 8 7 2. <_>8 8 8 7 2. 0 -0.0114088095724583 0.0777561068534851 -0.1020037978887558 <_> <_> <_>9 5 10 6 -1. <_>14 5 5 3 2. <_>9 8 5 3 2. 0 0.0592864491045475 6.4652841538190842e-003 -0.4908235073089600 <_> <_> <_>1 5 10 6 -1. <_>1 5 5 3 2. <_>6 8 5 3 2. 0 -5.7389298453927040e-003 -0.1622118949890137 0.0595417916774750 <_> <_> <_>4 5 13 2 -1. <_>4 6 13 1 2. 0 4.4626160524785519e-003 -0.0246593896299601 0.2850956022739410 <_> <_> <_>0 4 10 4 -1. <_>0 6 10 2 2. 0 -7.4683688580989838e-004 0.0551594309508801 -0.1451026946306229 <_> <_> <_>10 0 4 8 -1. <_>10 4 4 4 2. 0 7.5665451586246490e-003 -0.0305104404687881 0.0926857963204384 <_> <_> <_>0 3 20 3 -1. <_>0 4 20 1 3. 0 0.0812033787369728 8.3315223455429077e-003 -0.8862689137458801 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 2.5454829446971416e-003 -0.0541312582790852 0.1655168980360031 <_> <_> <_>0 1 6 9 -1. <_>0 4 6 3 3. 0 0.0563191808760166 0.0157447494566441 -0.4660595059394836 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 -0.0276709608733654 0.2791000902652741 -0.0212675705552101 <_> <_> <_>3 15 14 4 -1. <_>3 17 14 2 2. 0 0.0574955493211746 0.0137654300779104 -0.5688189268112183 <_> <_> <_>12 12 7 6 -1. <_>12 14 7 2 3. 0 1.1847530258819461e-003 0.0634529665112495 -0.1604492962360382 <_> <_> <_>0 14 18 4 -1. <_>0 14 9 2 2. <_>9 16 9 2 2. 0 4.2551690712571144e-003 0.0630177035927773 -0.1358460932970047 <_> <_> <_>14 4 4 9 -1. <_>14 4 2 9 2. 0 -0.0211908593773842 0.1962350010871887 -0.0282491296529770 <_> <_> <_>0 4 6 8 -1. <_>2 4 2 8 3. 0 8.3922911435365677e-003 -0.0620642490684986 0.1122507005929947 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 -0.0355345793068409 0.1856577992439270 -0.0210277102887630 <_> <_> <_>1 10 5 9 -1. <_>1 13 5 3 3. 0 -9.2783384025096893e-003 -0.1625514030456543 0.0534937717020512 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 -7.4480189941823483e-003 0.0560459792613983 -0.0273571293801069 <_> <_> <_>5 0 9 5 -1. <_>8 0 3 5 3. 0 0.0345736108720303 0.0278723295778036 -0.2544369101524353 <_> <_> <_>16 6 4 14 -1. <_>18 6 2 7 2. <_>16 13 2 7 2. 0 0.0106442300602794 -0.0250411499291658 0.1289550065994263 <_> <_> <_>3 1 10 16 -1. <_>3 1 5 8 2. <_>8 9 5 8 2. 0 -6.9164121523499489e-003 0.0551454611122608 -0.1428662985563278 <_> <_> <_>2 12 18 4 -1. <_>11 12 9 2 2. <_>2 14 9 2 2. 0 0.0404467284679413 4.3409019708633423e-003 -0.3009513914585114 <_> <_> <_>8 4 4 7 -1. <_>10 4 2 7 2. 0 -0.0211822800338268 0.2398775070905685 -0.0302679706364870 <_> <_> <_>12 0 3 20 -1. <_>13 0 1 20 3. 0 -0.0182786490768194 -0.2802436947822571 0.0203522592782974 <_> <_> <_>5 0 3 20 -1. <_>6 0 1 20 3. 0 -6.0500060208141804e-003 -0.1513808965682983 0.0458434186875820 <_> <_> <_>11 13 9 7 -1. <_>14 13 3 7 3. 0 -7.4632540345191956e-003 0.0730878263711929 -0.0396451205015183 <_> <_> <_>8 5 4 14 -1. <_>8 5 2 7 2. <_>10 12 2 7 2. 0 -0.0316406898200512 0.3854475915431976 -0.0189876891672611 <_> <_> <_>2 12 18 4 -1. <_>11 12 9 2 2. <_>2 14 9 2 2. 0 -0.0494887195527554 -0.3745543956756592 4.6011591330170631e-003 <_> <_> <_>0 12 18 4 -1. <_>0 12 9 2 2. <_>9 14 9 2 2. 0 -2.4384791031479836e-003 -0.1086444035172463 0.0701712965965271 <_> <_> <_>8 14 12 5 -1. <_>12 14 4 5 3. 0 7.4253929778933525e-003 -0.0442232899367809 0.0756783708930016 <_> <_> <_>0 14 12 5 -1. <_>4 14 4 5 3. 0 -0.0535927414894104 0.1998178064823151 -0.0380473807454109 <_> <_> <_>6 8 14 3 -1. <_>6 9 14 1 3. 0 -0.0215555801987648 -0.5273768901824951 7.7934260480105877e-003 <_> <_> <_>1 11 16 4 -1. <_>1 11 8 2 2. <_>9 13 8 2 2. 0 4.1731819510459900e-003 0.0387420691549778 -0.1694656014442444 <_> <_> <_>13 10 6 10 -1. <_>16 10 3 5 2. <_>13 15 3 5 2. 0 0.0418822802603245 -0.0118538998067379 0.2923532128334045 <_> <_> <_>0 5 20 12 -1. <_>0 5 10 6 2. <_>10 11 10 6 2. 0 -0.0220350697636604 -0.1362926959991455 0.0473232194781303 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 1.6916249878704548e-003 -0.0494619086384773 0.0740484818816185 <_> <_> <_>1 18 15 2 -1. <_>1 19 15 1 2. 0 -1.9994638860225677e-003 0.0930163934826851 -0.0752305611968040 <_> <_> <_>13 10 6 10 -1. <_>16 10 3 5 2. <_>13 15 3 5 2. 0 -8.7527623400092125e-003 0.0840763002634048 -0.0377771891653538 <_> <_> <_>0 14 20 6 -1. <_>0 16 20 2 3. 0 0.0281214397400618 0.0384716317057610 -0.1903968006372452 <_> <_> <_>13 10 6 10 -1. <_>16 10 3 5 2. <_>13 15 3 5 2. 0 0.0247137695550919 -0.0112256696447730 0.1340844035148621 <_> <_> <_>3 0 13 2 -1. <_>3 1 13 1 2. 0 0.0217188205569983 -0.0173614192754030 0.3487676978111267 <_> <_> <_>0 7 20 3 -1. <_>0 8 20 1 3. 0 -0.0432022996246815 -0.5187743902206421 0.0129147097468376 <_> <_> <_>2 5 10 8 -1. <_>2 9 10 4 2. 0 -1.6658119857311249e-003 -0.3072721958160400 0.0191040895879269 <_> <_> <_>8 5 12 6 -1. <_>8 8 12 3 2. 0 -0.0322691090404987 0.3182573020458221 -6.1126789078116417e-003 <_> <_> <_>0 5 11 6 -1. <_>0 8 11 3 2. 0 -9.6689872443675995e-003 0.3318297863006592 -0.0184094794094563 <_> <_> <_>3 10 17 2 -1. <_>3 11 17 1 2. 0 1.7683519981801510e-003 0.0315872281789780 -0.1148168966174126 <_> <_> <_>1 10 6 10 -1. <_>1 10 3 5 2. <_>4 15 3 5 2. 0 0.0346180386841297 -0.0180139597505331 0.3466868996620178 <_> <_> <_>1 0 18 3 -1. <_>7 0 6 3 3. 0 -0.0936438962817192 -0.5114368200302124 0.0142824603244662 <_> <_> <_>3 12 14 4 -1. <_>3 14 14 2 2. 0 4.3095857836306095e-003 0.0244713891297579 -0.2351769059896469 <_> <_> <_>8 0 7 8 -1. <_>8 4 7 4 2. 0 0.0663119331002235 -0.0157111398875713 0.2467675954103470 <_> <_> <_>3 13 7 6 -1. <_>3 15 7 2 3. 0 -9.2896772548556328e-003 -0.1392403990030289 0.0488221496343613 <_> <_> <_>9 7 3 13 -1. <_>10 7 1 13 3. 0 -3.3214599825441837e-003 0.1337960958480835 -0.0368186794221401 <_> <_> <_>0 14 5 6 -1. <_>0 17 5 3 2. 0 0.0401809811592102 -0.0127935204654932 0.5258095860481262 <_> <_> <_>5 6 15 4 -1. <_>10 6 5 4 3. 0 0.0875909626483917 0.0125225996598601 -0.5581073164939880 <_> <_> <_>0 6 15 4 -1. <_>5 6 5 4 3. 0 0.0354752987623215 0.0231282804161310 -0.2740291953086853 <_> <_> <_>16 9 3 10 -1. <_>16 14 3 5 2. 0 0.0520337894558907 -6.1640930362045765e-003 0.1905273050069809 <_> <_> <_>1 0 8 15 -1. <_>1 5 8 5 3. 0 -0.1304654926061630 0.2571254074573517 -0.0235291905701160 <_> <_> <_>14 0 4 13 -1. <_>14 0 2 13 2. 0 2.8882310725748539e-003 -0.0607554093003273 0.0602434203028679 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 0.0150831602513790 0.0211921799927950 -0.2847954034805298 <_> <_> <_>4 0 15 2 -1. <_>4 1 15 1 2. 0 8.0875161802396178e-004 -0.0854979008436203 0.0543055199086666 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0149478800594807 -0.0579834505915642 0.1011572033166885 <_> <_> <_>6 0 8 12 -1. <_>10 0 4 6 2. <_>6 6 4 6 2. 0 -0.0456835888326168 -0.3934571146965027 0.0175566207617521 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 -9.4226107466965914e-004 0.1306409984827042 -0.0516753196716309 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 -2.8342329896986485e-003 0.1599276065826416 -0.0347878113389015 <_> <_> <_>1 1 16 4 -1. <_>1 1 8 2 2. <_>9 3 8 2 2. 0 -0.0188129208981991 -0.2980731129646301 0.0225360300391912 <_> <_> <_>17 6 3 13 -1. <_>18 6 1 13 3. 0 0.0196015704423189 0.0134610999375582 -0.1688593029975891 <_> <_> <_>0 6 3 13 -1. <_>1 6 1 13 3. 0 -0.0649295896291733 -0.7119876146316528 8.5184276103973389e-003 <_> <_> <_>9 2 6 14 -1. <_>12 2 3 7 2. <_>9 9 3 7 2. 0 -0.0142839998006821 -0.0786023214459419 0.0422263592481613 <_> <_> <_>7 6 4 7 -1. <_>9 6 2 7 2. 0 0.0251059196889400 -0.0297449491918087 0.2258692979812622 <_> <_> <_>6 8 8 12 -1. <_>10 8 4 6 2. <_>6 14 4 6 2. 0 0.0384596697986126 0.0175929591059685 -0.3445731103420258 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 2.9701360035687685e-003 -0.0529142096638680 0.1156746000051498 <_> <_> <_>2 13 16 3 -1. <_>2 14 16 1 3. 0 -3.5584170836955309e-003 0.1295776069164276 -0.0617142990231514 <_> <_> <_>6 8 8 10 -1. <_>6 8 4 5 2. <_>10 13 4 5 2. 0 5.5475500412285328e-003 0.0491682998836041 -0.1292542964220047 <_> <_> <_>5 3 12 3 -1. <_>5 3 6 3 2. 0 0.0713798627257347 -0.0115281995385885 0.3242335915565491 <_> <_> <_>8 0 4 18 -1. <_>8 6 4 6 3. 0 -0.1173198968172073 -0.9018443822860718 6.3025541603565216e-003 <_> <_> <_>9 8 3 12 -1. <_>9 14 3 6 2. 0 0.0229319296777248 -0.0114254197105765 0.4116899073123932 <_> <_> <_>7 7 3 10 -1. <_>7 12 3 5 2. 0 3.6658400204032660e-003 0.0280305705964565 -0.2056798934936523 <_> <_> <_>10 5 7 6 -1. <_>10 7 7 2 3. 0 -0.0707960724830627 -0.2181712985038757 0.0128206498920918 <_> <_> <_>0 6 4 14 -1. <_>0 6 2 7 2. <_>2 13 2 7 2. 0 6.7239440977573395e-003 -0.0423051603138447 0.1415031999349594 <_> <_> <_>13 10 6 5 -1. <_>13 10 3 5 2. 0 -2.0242671016603708e-003 0.0919769629836082 -0.0468150712549686 <_> <_> <_>1 10 6 5 -1. <_>4 10 3 5 2. 0 2.3123170249164104e-003 -0.0710742026567459 0.0986173003911972 <_> <_> <_>14 10 4 7 -1. <_>14 10 2 7 2. 0 2.7525359764695168e-003 -0.0507856681942940 0.0752821266651154 <_> <_> <_>1 12 6 5 -1. <_>4 12 3 5 2. 0 -3.4460208844393492e-003 0.0963684767484665 -0.0780517831444740 <_> <_> <_>6 6 8 12 -1. <_>6 12 8 6 2. 0 -0.0114164697006345 -0.1131334975361824 0.0750808566808701 <_> <_> <_>0 8 14 3 -1. <_>0 9 14 1 3. 0 3.0283999876701273e-005 -0.1388618946075440 0.0437611490488052 <_> <_> <_>8 11 6 6 -1. <_>8 14 6 3 2. 0 -1.4150349888950586e-003 0.0371646210551262 -0.1109559983015060 <_> <_> <_>6 1 8 12 -1. <_>6 7 8 6 2. 0 -1.9245060393586755e-003 0.0706045925617218 -0.0942690595984459 <_> <_> <_>2 0 16 8 -1. <_>2 4 16 4 2. 0 0.0300316493958235 -0.0514077395200729 0.1633756011724472 <_> <_> <_>1 0 17 3 -1. <_>1 1 17 1 3. 0 -2.5132829323410988e-003 -0.1493352055549622 0.0517498403787613 <_> <_> <_>5 13 13 2 -1. <_>5 14 13 1 2. 0 1.9437290029600263e-004 -0.0485539697110653 0.1056274026632309 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 2.9679399449378252e-003 0.0366641692817211 -0.1565002053976059 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 3.2629880588501692e-003 0.0429340004920959 -0.1451455950737000 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 2.9959511011838913e-003 -0.0638218224048615 0.0935147777199745 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 -0.0154831903055310 -0.2018454968929291 0.0311913806945086 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -0.0239565595984459 0.3611640930175781 -0.0246982406824827 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0171362701803446 -0.2625209093093872 0.0246162693947554 <_> <_> <_>0 14 9 6 -1. <_>3 14 3 6 3. 0 -6.2233610078692436e-003 0.1105912998318672 -0.0579471997916698 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 0.0298785194754601 7.8794546425342560e-003 -0.2850458920001984 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -9.6910241991281509e-003 -0.1569641977548599 0.0382633917033672 <_> <_> <_>6 0 8 12 -1. <_>6 4 8 4 3. 0 -0.1282542049884796 0.2835075855255127 -0.0272243507206440 <_> <_> <_>0 1 13 2 -1. <_>0 2 13 1 2. 0 -3.9670959813520312e-004 -0.1331633031368256 0.0538969412446022 <_> <_> <_>15 1 3 13 -1. <_>16 1 1 13 3. 0 -8.2217011367902160e-004 -0.1368017941713333 0.0779573395848274 <_> <_> <_>2 1 3 13 -1. <_>3 1 1 13 3. 0 7.4795359978452325e-005 -0.0904964432120323 0.0685281604528427 <_> <_> <_>4 4 12 4 -1. <_>8 4 4 4 3. 0 9.3816556036472321e-003 -0.0991845801472664 0.0640786513686180 <_> <_> <_>1 0 18 4 -1. <_>7 0 6 4 3. 0 -6.6485297866165638e-003 0.1478358060121536 -0.0469883307814598 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -5.5821631103754044e-003 -0.1356212049722672 0.0553083904087543 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -0.0302247591316700 0.3476066887378693 -0.0166988391429186 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -0.0275069493800402 0.2803105115890503 -0.0101234903559089 <_> <_> <_>5 2 3 18 -1. <_>6 2 1 18 3. 0 0.0150439301505685 0.0152790797874331 -0.3950695991516113 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 9.2139653861522675e-003 0.0266784094274044 -0.1425559073686600 <_> <_> <_>0 10 20 3 -1. <_>0 11 20 1 3. 0 0.0639555826783180 6.2569188885390759e-003 -0.8807666897773743 <_> <_> <_>7 10 13 3 -1. <_>7 11 13 1 3. 0 3.0171850085025653e-005 -0.1104791983962059 0.0519368499517441 <_> <_> <_>0 15 13 2 -1. <_>0 16 13 1 2. 0 -5.1049161702394485e-003 0.2135072946548462 -0.0278892703354359 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -9.1436346992850304e-003 -0.1919710934162140 0.0303414594382048 <_> <_> <_>3 7 12 5 -1. <_>7 7 4 5 3. 0 -0.0767460465431213 -0.7246891260147095 7.1879802271723747e-003 <_> <_> <_>2 11 16 8 -1. <_>10 11 8 4 2. <_>2 15 8 4 2. 0 0.0487805604934692 -0.0214477796107531 0.3036446869373322 <_> <_> <_>2 0 14 12 -1. <_>2 6 14 6 2. 0 0.4255141019821167 6.3504311256110668e-003 -0.9478399157524109 <_> <_> <_>11 10 4 8 -1. <_>11 14 4 4 2. 0 2.2590209264308214e-003 0.0188931692391634 -0.1944386959075928 <_> <_> <_>5 11 10 6 -1. <_>5 11 5 3 2. <_>10 14 5 3 2. 0 -3.8309961091727018e-003 -0.1281321942806244 0.0477487295866013 <_> <_> <_>10 1 7 6 -1. <_>10 3 7 2 3. 0 7.5495108030736446e-003 -0.0679828226566315 0.0764707997441292 <_> <_> <_>5 3 10 6 -1. <_>5 5 10 2 3. 0 0.0147847300395370 -0.0348850414156914 0.1793683022260666 <_> <_> <_>4 6 12 3 -1. <_>4 6 6 3 2. 0 0.0567626394331455 0.0128167895600200 -0.4810582995414734 <_> <_> <_>1 4 14 3 -1. <_>1 5 14 1 3. 0 -2.5854599662125111e-003 0.1265397071838379 -0.0477618500590324 <_> <_> <_>12 12 8 4 -1. <_>12 12 4 4 2. 0 -5.5542518384754658e-003 0.0721269026398659 -0.0386576615273952 <_> <_> <_>0 12 8 4 -1. <_>4 12 4 4 2. 0 2.6672501116991043e-003 -0.0614852607250214 0.1264784038066864 <_> <_> <_>10 9 10 8 -1. <_>10 9 5 8 2. 0 -0.2287995964288712 -0.4843535125255585 4.5618140138685703e-003 <_> <_> <_>0 9 10 8 -1. <_>5 9 5 8 2. 0 0.0378513298928738 0.0187695603817701 -0.3080694973468781 <_> <_> <_>3 4 14 3 -1. <_>3 5 14 1 3. 0 2.4275709874927998e-003 -0.0715891718864441 0.0816945433616638 <_> <_> <_>0 5 12 4 -1. <_>0 7 12 2 2. 0 -7.9000797122716904e-003 -0.1258932054042816 0.0474213100969791 <_> <_> <_>7 1 8 12 -1. <_>7 7 8 6 2. 0 -6.7925411276519299e-003 0.0617587305605412 -0.0538035593926907 <_> <_> <_>5 0 10 15 -1. <_>10 0 5 15 2. 0 -0.1752236038446426 0.3372611105442047 -0.0179619602859020 <_> <_> <_>6 1 10 6 -1. <_>11 1 5 3 2. <_>6 4 5 3 2. 0 0.0660339593887329 4.4206557795405388e-003 -0.5581914782524109 <_> <_> <_>4 1 10 6 -1. <_>4 1 5 3 2. <_>9 4 5 3 2. 0 5.1699979230761528e-003 0.0533493012189865 -0.1224528998136520 <_> <_> <_>1 5 18 3 -1. <_>7 5 6 3 3. 0 0.1204798966646195 -6.9788158871233463e-003 0.7934191226959229 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -4.2617730796337128e-003 0.0780141204595566 -0.0682603865861893 <_> <_> <_>11 8 4 12 -1. <_>11 8 2 12 2. 0 0.0306853707879782 9.3320813030004501e-003 -0.2742024958133698 <_> <_> <_>5 8 4 12 -1. <_>7 8 2 12 2. 0 -6.8651121109724045e-003 -0.1308497935533524 0.0472734086215496 <_> <_> <_>8 4 4 16 -1. <_>10 4 2 8 2. <_>8 12 2 8 2. 0 -3.9284229278564453e-003 0.1155371963977814 -0.0550442896783352 <_> <_> <_>8 6 4 14 -1. <_>8 6 2 7 2. <_>10 13 2 7 2. 0 -4.2112590745091438e-003 0.1373077929019928 -0.0525143891572952 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -7.6999869197607040e-003 -0.3401119112968445 0.0174786802381277 <_> <_> <_>3 0 13 9 -1. <_>3 3 13 3 3. 0 -0.0118679096922278 0.2573117911815643 -0.0256917700171471 <_> <_> <_>3 5 17 6 -1. <_>3 7 17 2 3. 0 5.3619472309947014e-003 0.0119367800652981 -0.2893005013465881 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -2.3130229674279690e-003 -0.1082130968570709 0.0536407493054867 <_> <_> <_>3 1 15 19 -1. <_>8 1 5 19 3. 0 -0.2222287058830261 0.3165431022644043 -0.0145423198118806 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 6.2593920156359673e-003 0.0377951711416245 -0.1510069966316223 <_> <_> <_>3 2 14 3 -1. <_>3 2 7 3 2. 0 3.4754760563373566e-003 -0.0630474686622620 0.0850256830453873 <_> <_> <_>3 6 10 3 -1. <_>8 6 5 3 2. 0 -2.8249478782527149e-004 -0.1144286990165710 0.0560414008796215 <_> <_> <_>6 7 14 2 -1. <_>6 8 14 1 2. 0 4.8107700422406197e-004 -0.0968984663486481 0.0283470507711172 <_> <_> <_>2 4 15 3 -1. <_>2 5 15 1 3. 0 0.0241789594292641 -0.0210330598056316 0.2562944889068604 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 0.0295269601047039 0.0161225795745850 -0.3447209000587463 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 -3.0501780565828085e-003 -0.1363352984189987 0.0409837886691093 <_> <_> <_>8 15 7 4 -1. <_>8 17 7 2 2. 0 1.0082300286740065e-003 -0.0609270296990871 0.0407171994447708 <_> <_> <_>0 12 20 6 -1. <_>0 15 20 3 2. 0 -3.0384280253201723e-003 0.0618832781910896 -0.0978871211409569 <_> <_> <_>6 3 13 3 -1. <_>6 4 13 1 3. 0 3.2816259190440178e-003 -0.0479506216943264 0.0626754015684128 <_> <_> <_>1 5 17 12 -1. <_>1 9 17 4 3. 0 0.0131826102733612 0.2247623950242996 -0.0256491694599390 <_> <_> <_>6 11 13 3 -1. <_>6 12 13 1 3. 0 -2.3278119042515755e-003 0.0737356022000313 -0.0510238893330097 <_> <_> <_>2 5 16 8 -1. <_>2 9 16 4 2. 0 -0.0106955096125603 -0.7562553882598877 7.3301601223647594e-003 <_> <_> <_>9 5 5 14 -1. <_>9 12 5 7 2. 0 0.0780467465519905 1.8139410531148314e-003 -0.6206793189048767 <_> <_> <_>8 4 3 16 -1. <_>9 4 1 16 3. 0 0.0566783398389816 6.2128840945661068e-003 -0.7820093035697937 <_> <_> <_>3 4 14 6 -1. <_>10 4 7 3 2. <_>3 7 7 3 2. 0 7.2442921809852123e-003 -0.0488524697721004 0.1064454987645149 <_> <_> <_>0 3 7 6 -1. <_>0 5 7 2 3. 0 -0.0667543336749077 -0.6479606032371521 8.7654050439596176e-003 <_> <_> <_>4 5 12 6 -1. <_>10 5 6 3 2. <_>4 8 6 3 2. 0 -0.0346626304090023 0.3329395949840546 -0.0172860696911812 <_> <_> <_>0 13 19 6 -1. <_>0 15 19 2 3. 0 -0.0150847500190139 -0.1269658058881760 0.0455076992511749 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 -0.0234217308461666 -0.2527934014797211 0.0158189702779055 <_> <_> <_>3 1 7 6 -1. <_>3 3 7 2 3. 0 0.0256893206387758 -0.0371946282684803 0.1622316986322403 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 6.3883140683174133e-003 0.0306170098483562 -0.1369500011205673 <_> <_> <_>1 3 8 10 -1. <_>1 3 4 5 2. <_>5 8 4 5 2. 0 -0.1051959022879601 -0.8445348143577576 6.6635669209063053e-003 <_> <_> <_>9 6 4 12 -1. <_>9 12 4 6 2. 0 0.0187736693769693 4.6610347926616669e-003 -0.1711551994085312 <_> <_> <_>4 10 4 7 -1. <_>6 10 2 7 2. 0 -1.3318320270627737e-003 0.0657804235816002 -0.0872415676712990 <_> <_> <_>8 0 9 14 -1. <_>11 0 3 14 3. 0 -0.2141733020544052 0.4786663949489594 -3.0801231041550636e-003 <_> <_> <_>1 1 18 19 -1. <_>7 1 6 19 3. 0 -0.5509787201881409 -0.6363369822502136 8.8994754478335381e-003 <_> <_> <_>8 5 8 9 -1. <_>8 8 8 3 3. 0 -3.3415539655834436e-003 0.1284604072570801 -0.0323170796036720 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 1.0858159512281418e-003 -0.1143805012106895 0.0470908693969250 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 4.2784498073160648e-003 0.0438426993787289 -0.0808566883206367 <_> <_> <_>2 10 6 8 -1. <_>4 10 2 8 3. 0 -2.0054390188306570e-003 0.1053237020969391 -0.0508663281798363 <_> <_> <_>12 13 7 6 -1. <_>12 15 7 2 3. 0 -3.4336079843342304e-003 -0.0799860432744026 0.0425702705979347 <_> <_> <_>6 10 4 8 -1. <_>6 14 4 4 2. 0 -1.2204749509692192e-003 0.0411629416048527 -0.1337811052799225 <_> <_> <_>10 9 6 10 -1. <_>10 14 6 5 2. 0 -0.1344037950038910 -0.5204458832740784 2.9635489918291569e-003 <_> <_> <_>4 9 6 10 -1. <_>4 14 6 5 2. 0 0.0145818199962378 -0.0190679691731930 0.4006566107273102 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 -2.8450360987335443e-003 -0.0589987114071846 0.0317977517843246 <_> <_> <_>1 13 7 6 -1. <_>1 15 7 2 3. 0 4.8618339933454990e-003 0.0397547595202923 -0.1474187970161438 <_> <_> <_>13 1 6 13 -1. <_>13 1 3 13 2. 0 5.6295008398592472e-003 -0.0420948788523674 0.0413941293954849 <_> <_> <_>3 3 13 3 -1. <_>3 4 13 1 3. 0 -4.5936359092593193e-003 0.2075109928846359 -0.0279093794524670 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -0.0306937396526337 -0.3402904868125916 5.0333337858319283e-003 <_> <_> <_>4 14 10 6 -1. <_>4 14 5 3 2. <_>9 17 5 3 2. 0 3.1476689036935568e-004 -0.0881188735365868 0.0633542910218239 <_> <_> <_>11 1 4 14 -1. <_>13 1 2 7 2. <_>11 8 2 7 2. 0 -3.4313879441469908e-003 0.0590887703001499 -0.0677735805511475 <_> <_> <_>0 3 14 2 -1. <_>0 4 14 1 2. 0 -3.4075058647431433e-004 -0.0982687622308731 0.0587836988270283 <_> <_> <_>7 0 6 6 -1. <_>7 3 6 3 2. 0 -3.7829359062016010e-003 0.1784172058105469 -0.0469121783971787 <_> <_> <_>0 0 16 18 -1. <_>0 6 16 6 3. 0 -0.0463220588862896 -0.1630741059780121 0.0391919314861298 <_> <_> <_>14 2 5 9 -1. <_>14 5 5 3 3. 0 0.0184713806957006 0.0159750394523144 -0.2880870103836060 <_> <_> <_>1 10 4 10 -1. <_>1 15 4 5 2. 0 9.0416809543967247e-003 -0.0318158306181431 0.1639292985200882 <_> <_> <_>16 6 2 14 -1. <_>16 13 2 7 2. 0 -0.0313879400491714 0.1569631993770599 -0.0153331495821476 <_> <_> <_>2 6 2 14 -1. <_>2 13 2 7 2. 0 -7.5614887464325875e-005 0.0745913535356522 -0.0843595415353775 <_> <_> <_>14 2 5 9 -1. <_>14 5 5 3 3. 0 -0.0239393003284931 -0.1160458996891975 0.0308687891811132 <_> <_> <_>1 2 5 9 -1. <_>1 5 5 3 3. 0 2.2537580225616693e-003 0.0402619093656540 -0.1660403013229370 <_> <_> <_>8 4 9 9 -1. <_>8 7 9 3 3. 0 -0.0533898100256920 0.1031889021396637 -0.0208772402256727 <_> <_> <_>4 5 12 6 -1. <_>4 5 6 3 2. <_>10 8 6 3 2. 0 5.6420508772134781e-003 -0.0468395203351974 0.1163408979773521 <_> <_> <_>13 4 3 16 -1. <_>14 4 1 16 3. 0 4.2355400510132313e-003 0.0256312508136034 -0.0931935831904411 <_> <_> <_>4 4 3 16 -1. <_>5 4 1 16 3. 0 -0.0219292603433132 -0.3514122068881989 0.0157040208578110 <_> <_> <_>12 2 4 12 -1. <_>12 6 4 4 3. 0 0.0130507899448276 -7.6834131032228470e-003 0.1309593021869659 <_> <_> <_>6 0 2 14 -1. <_>7 0 1 14 2. 0 0.0224261097609997 6.3964631408452988e-003 -0.8051313161849976 <_> <_> <_>15 0 4 16 -1. <_>15 8 4 8 2. 0 -0.0887556523084641 0.3932324945926666 -0.0103654200211167 <_> <_> <_>1 0 4 16 -1. <_>1 8 4 8 2. 0 0.0117682702839375 -0.0752705633640289 0.0711832270026207 <_> <_> <_>12 9 8 6 -1. <_>12 11 8 2 3. 0 0.0212215706706047 0.0240827705711126 -0.1629267036914825 <_> <_> <_>0 6 14 2 -1. <_>7 6 7 2 2. 0 -0.0528876110911369 0.3323107957839966 -0.0155480401590467 <_> <_> <_>0 0 20 5 -1. <_>0 0 10 5 2. 0 0.2584776878356934 9.5278248190879822e-003 -0.6377344727516174 <_> <_> <_>4 0 12 6 -1. <_>4 0 6 3 2. <_>10 3 6 3 2. 0 -2.8695159126073122e-003 -0.0987199917435646 0.0552446506917477 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.1249269023537636 1.9365450134500861e-003 -0.9999927282333374 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 0.0439007207751274 -0.0163855701684952 0.3718385100364685 <_> <_> <_>14 1 5 9 -1. <_>14 4 5 3 3. 0 5.2520469762384892e-003 0.0477582700550556 -0.1346182972192764 <_> <_> <_>1 6 18 2 -1. <_>1 7 18 1 2. 0 -2.0031959284096956e-003 0.0835871025919914 -0.0677505806088448 <_> <_> <_>7 1 7 6 -1. <_>7 3 7 2 3. 0 4.4535310007631779e-003 -0.0892024636268616 0.0467482581734657 <_> <_> <_>1 2 18 10 -1. <_>1 2 9 5 2. <_>10 7 9 5 2. 0 0.1517463028430939 5.6481529027223587e-003 -0.8245043754577637 <_> <_> <_>9 3 8 8 -1. <_>13 3 4 4 2. <_>9 7 4 4 2. 0 -0.0619922094047070 -0.4333459138870239 5.3922580555081367e-003 <_> <_> <_>3 1 12 4 -1. <_>9 1 6 4 2. 0 -0.0930853486061096 0.5216910243034363 -9.9382782354950905e-003 <_> <_> <_>4 5 12 7 -1. <_>8 5 4 7 3. 0 -4.9394429661333561e-003 -0.2000413984060288 0.0277109798043966 <_> <_> <_>5 9 9 5 -1. <_>8 9 3 5 3. 0 -1.3681269483640790e-003 0.0850654169917107 -0.0745429694652557 <_> <_> <_>7 10 6 7 -1. <_>9 10 2 7 3. 0 -2.7988219517283142e-004 -0.0769876316189766 0.0689129382371902 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 -3.2129848841577768e-003 0.1594099998474121 -0.0342215895652771 <_> <_> <_>11 2 2 16 -1. <_>11 2 1 16 2. 0 0.0395333692431450 3.1095379963517189e-003 -0.8546090722084045 <_> <_> <_>2 13 9 7 -1. <_>5 13 3 7 3. 0 2.0442719105631113e-003 -0.0640745535492897 0.0786447599530220 <_> <_> <_>11 2 2 16 -1. <_>11 2 1 16 2. 0 -0.0207707602530718 -0.3112941086292267 4.3864948675036430e-003 <_> <_> <_>0 9 18 11 -1. <_>6 9 6 11 3. 0 -0.0472003817558289 0.1052689030766487 -0.0514561310410500 <_> <_> <_>11 2 2 16 -1. <_>11 2 1 16 2. 0 0.0130968699231744 9.9430568516254425e-003 -0.1425368040800095 <_> <_> <_>3 7 12 6 -1. <_>7 7 4 6 3. 0 -0.0109353903681040 -0.1675661057233810 0.0358635485172272 <_> <_> <_>11 4 5 9 -1. <_>11 7 5 3 3. 0 -0.1635434925556183 -0.8212932944297791 1.9741130527108908e-003 <_> <_> <_>4 4 5 9 -1. <_>4 7 5 3 3. 0 0.0386687181890011 -0.0113296797499061 0.4753246009349823 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 0.0609499588608742 0.0115165300667286 -0.5747207999229431 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0121016902849078 0.1550561040639877 -0.0326291583478451 <_> <_> <_>14 1 5 9 -1. <_>14 4 5 3 3. 0 -0.0100642703473568 -0.0923895314335823 0.0323180593550205 <_> <_> <_>7 2 2 16 -1. <_>8 2 1 16 2. 0 -5.8900681324303150e-003 -0.2650313079357147 0.0191271398216486 <_> <_> <_>3 15 14 3 -1. <_>3 16 14 1 3. 0 -0.0313610397279263 0.5673077106475830 -9.6010044217109680e-003 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0477773211896420 0.5903866291046143 -7.4091539718210697e-003 <_> <_> <_>0 1 20 6 -1. <_>10 1 10 3 2. <_>0 4 10 3 2. 0 -0.0107922703027725 -0.1281493008136749 0.0402649492025375 <_> <_> <_>4 0 8 5 -1. <_>8 0 4 5 2. 0 -0.0143741201609373 0.2077254056930542 -0.0298549905419350 <_> <_> <_>13 1 3 14 -1. <_>14 1 1 14 3. 0 0.0520798116922379 -3.8335260469466448e-003 0.7581862807273865 <_> <_> <_>4 1 3 14 -1. <_>5 1 1 14 3. 0 6.1354418285191059e-003 0.0304764509201050 -0.1728169023990631 <_> <_> <_>13 0 6 10 -1. <_>16 0 3 5 2. <_>13 5 3 5 2. 0 -3.0654598958790302e-003 0.0580253005027771 -0.0796170383691788 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 5.7721929624676704e-003 -0.0367475189268589 0.1631979048252106 <_> <_> <_>2 0 18 5 -1. <_>8 0 6 5 3. 0 0.2702847123146057 -3.9847781881690025e-003 0.4947654008865356 <_> <_> <_>0 0 18 5 -1. <_>6 0 6 5 3. 0 -0.1503452956676483 -0.5262491106987000 0.0105679100379348 <_> <_> <_>11 1 4 14 -1. <_>13 1 2 7 2. <_>11 8 2 7 2. 0 0.0761016011238098 -2.3525250144302845e-003 0.9181998968124390 <_> <_> <_>5 1 4 14 -1. <_>5 1 2 7 2. <_>7 8 2 7 2. 0 -0.0559538118541241 -0.7832127213478088 6.8363421596586704e-003 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 -0.0243209507316351 0.2273961007595062 -0.0116222901269794 <_> <_> <_>0 7 13 3 -1. <_>0 8 13 1 3. 0 0.0162743199616671 0.0140241701155901 -0.3422223925590515 <_> <_> <_>16 1 3 13 -1. <_>17 1 1 13 3. 0 7.7015208080410957e-004 -0.0447687096893787 0.0574122294783592 <_> <_> <_>1 1 3 13 -1. <_>2 1 1 13 3. 0 1.3995269546285272e-003 -0.0606142394244671 0.0843989998102188 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0205447692424059 -0.1816041022539139 0.0207951199263334 <_> <_> <_>2 12 5 8 -1. <_>2 16 5 4 2. 0 -0.0368725508451462 0.2681722939014435 -0.0199212692677975 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -2.5466610677540302e-003 -0.1336192935705185 0.0191919393837452 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 0.0335135906934738 9.8206587135791779e-003 -0.5265988707542419 <_> <_> <_>6 9 9 4 -1. <_>6 11 9 2 2. 0 -0.0554376617074013 0.4529249072074890 -9.3475803732872009e-003 <_> <_> <_>0 7 10 6 -1. <_>0 7 5 3 2. <_>5 10 5 3 2. 0 -5.3564338013529778e-003 -0.1478758007287979 0.0336179509758949 <_> <_> <_>15 4 5 16 -1. <_>15 12 5 8 2. 0 0.0115512004122138 -0.0328510589897633 0.0637165978550911 <_> <_> <_>4 0 9 9 -1. <_>7 0 3 9 3. 0 0.0729178264737129 -0.0163887199014425 0.3158080875873566 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0895630121231079 0.7536656260490418 -2.0717559382319450e-003 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -2.2225419525057077e-003 -0.0927338525652885 0.0603958517313004 <_> <_> <_>3 12 14 8 -1. <_>3 12 7 8 2. 0 -0.1784711033105850 0.4798853099346161 -0.0104815103113651 <_> <_> <_>2 10 16 10 -1. <_>2 10 8 5 2. <_>10 15 8 5 2. 0 6.7723011597990990e-003 0.0526608303189278 -0.1047129034996033 <_> <_> <_>4 5 12 6 -1. <_>10 5 6 3 2. <_>4 8 6 3 2. 0 0.0283991303294897 -0.0228620003908873 0.2534813880920410 <_> <_> <_>5 5 10 8 -1. <_>5 5 5 4 2. <_>10 9 5 4 2. 0 -7.0053818635642529e-003 -0.1301700025796890 0.0434489212930202 <_> <_> <_>5 6 10 6 -1. <_>10 6 5 3 2. <_>5 9 5 3 2. 0 -5.1440461538732052e-003 -0.1480010002851486 0.0451716296374798 <_> <_> <_>1 15 12 5 -1. <_>5 15 4 5 3. 0 -0.0112690599635243 0.1118535995483398 -0.0548670887947083 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 0.0228661093860865 -0.0155636901035905 0.2170549035072327 <_> <_> <_>5 9 10 8 -1. <_>5 9 5 4 2. <_>10 13 5 4 2. 0 0.0515592284500599 0.0104218097403646 -0.5323324799537659 <_> <_> <_>2 7 18 13 -1. <_>8 7 6 13 3. 0 0.0189020596444607 -0.0308788698166609 0.0555744990706444 <_> <_> <_>4 6 10 5 -1. <_>9 6 5 5 2. 0 5.5700382217764854e-003 0.0536613613367081 -0.0948764979839325 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0230217296630144 0.1276624053716660 -0.0223079100251198 <_> <_> <_>3 0 6 8 -1. <_>5 0 2 8 3. 0 7.1334750391542912e-003 0.0310896895825863 -0.1629343032836914 <_> <_> <_>3 14 16 6 -1. <_>3 14 8 6 2. 0 -0.0293352603912354 0.1050309017300606 -0.0260085500776768 <_> <_> <_>6 2 4 7 -1. <_>8 2 2 7 2. 0 0.0462532788515091 7.8362170606851578e-003 -0.6622666120529175 <_> <_> <_>4 9 14 3 -1. <_>4 10 14 1 3. 0 3.9622580516152084e-004 -0.0945671275258064 0.0267968997359276 <_> <_> <_>3 6 13 9 -1. <_>3 9 13 3 3. 0 -0.0113237500190735 0.7431365251541138 -6.7432140931487083e-003 <_> <_> <_>7 0 6 18 -1. <_>7 9 6 9 2. 0 -0.1721720993518829 -0.7148349881172180 8.1747565418481827e-003 <_> <_> <_>8 5 3 10 -1. <_>8 10 3 5 2. 0 1.8156579462811351e-003 0.0481357201933861 -0.1067847013473511 <_> <_> <_>3 3 16 4 -1. <_>3 5 16 2 2. 0 0.0580224916338921 -7.4218288064002991e-003 0.3822644054889679 <_> <_> <_>5 6 5 6 -1. <_>5 9 5 3 2. 0 1.4357370091602206e-003 -0.2254288047552109 0.0215767193585634 <_> <_> <_>4 6 12 6 -1. <_>4 9 12 3 2. 0 5.5960440076887608e-003 0.2573193013668060 -0.0212465096265078 <_> <_> <_>4 7 12 4 -1. <_>4 9 12 2 2. 0 2.5314849335700274e-003 -0.3622772097587585 0.0151382600888610 <_> <_> <_>8 9 9 4 -1. <_>8 11 9 2 2. 0 -4.2207110673189163e-003 -0.0466389916837215 0.0261255390942097 <_> <_> <_>1 5 16 3 -1. <_>1 6 16 1 3. 0 -5.4260431788861752e-003 0.1011037975549698 -0.0520661212503910 <_> <_> <_>5 5 13 3 -1. <_>5 6 13 1 3. 0 1.6170790186151862e-003 -0.0416805408895016 0.0964593514800072 <_> <_> <_>0 1 18 3 -1. <_>0 2 18 1 3. 0 -3.2414530869573355e-003 -0.1263868063688278 0.0391692109405994 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 4.5421482063829899e-003 -0.0291498806327581 0.0699488893151283 <_> <_> <_>3 1 12 4 -1. <_>7 1 4 4 3. 0 5.3024510852992535e-003 -0.0791290625929832 0.0611118599772453 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 -0.0464120805263519 0.3112744987010956 -6.2580788508057594e-003 <_> <_> <_>8 2 2 18 -1. <_>8 11 2 9 2. 0 -6.2991487793624401e-003 -0.0839281305670738 0.0667615309357643 <_> <_> <_>9 2 6 10 -1. <_>12 2 3 5 2. <_>9 7 3 5 2. 0 0.0799480900168419 2.6887101121246815e-003 -0.5655370950698853 <_> <_> <_>5 2 6 10 -1. <_>5 2 3 5 2. <_>8 7 3 5 2. 0 9.9693494848906994e-004 -0.0720510035753250 0.0922608971595764 <_> <_> <_>4 9 12 4 -1. <_>8 9 4 4 3. 0 -2.1847949828952551e-003 0.0838645175099373 -0.0660996064543724 <_> <_> <_>4 9 9 8 -1. <_>4 13 9 4 2. 0 -0.1528684049844742 0.6170576810836792 -8.1674018874764442e-003 <_> <_> <_>1 15 19 4 -1. <_>1 17 19 2 2. 0 0.0171211306005716 0.0266764406114817 -0.1415830999612808 <_> <_> <_>5 15 7 4 -1. <_>5 17 7 2 2. 0 1.8799189710989594e-003 -0.0778655633330345 0.0679552182555199 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 5.5029629729688168e-003 -0.0799798592925072 0.0640559569001198 <_> <_> <_>0 7 20 6 -1. <_>0 10 20 3 2. 0 0.0274745505303144 0.0604827217757702 -0.0889575481414795 <_> <_> <_>7 0 12 10 -1. <_>7 5 12 5 2. 0 0.2770887911319733 4.4098719954490662e-003 -1.0000040531158447 <_> <_> <_>0 14 10 6 -1. <_>0 14 5 3 2. <_>5 17 5 3 2. 0 -4.9538668245077133e-003 0.1472094058990479 -0.0356715694069862 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 0.0470953695476055 -6.0950522311031818e-003 0.2431958019733429 <_> <_> <_>0 8 5 9 -1. <_>0 11 5 3 3. 0 -3.1939700711518526e-003 -0.1341758072376251 0.0393355116248131 <_> <_> <_>15 11 5 9 -1. <_>15 14 5 3 3. 0 3.5586568992584944e-003 0.0213994700461626 -0.0436098016798496 <_> <_> <_>1 11 13 3 -1. <_>1 12 13 1 3. 0 -0.0100286398082972 0.1628888994455338 -0.0314484499394894 <_> <_> <_>15 11 5 9 -1. <_>15 14 5 3 3. 0 -2.9802629724144936e-003 -0.0702208578586578 0.0379107892513275 <_> <_> <_>0 12 20 2 -1. <_>0 13 20 1 2. 0 0.0173475295305252 0.0110539598390460 -0.4510779082775116 <_> <_> <_>15 11 5 9 -1. <_>15 14 5 3 3. 0 -0.0442071296274662 0.1411532014608383 -6.2362072058022022e-003 <_> <_> <_>0 11 5 9 -1. <_>0 14 5 3 3. 0 -3.2249989453703165e-003 -0.1030576005578041 0.0496478490531445 <_> <_> <_>13 0 3 10 -1. <_>13 5 3 5 2. 0 7.5196991674602032e-003 -0.0286043900996447 0.0983678027987480 <_> <_> <_>3 0 13 18 -1. <_>3 9 13 9 2. 0 -0.0612094588577747 0.2211385965347290 -0.0298354905098677 <_> <_> <_>12 5 3 14 -1. <_>12 12 3 7 2. 0 0.0201072506606579 0.0164124798029661 -0.1231682971119881 <_> <_> <_>5 5 3 14 -1. <_>5 12 3 7 2. 0 -0.0165786799043417 -0.2339563071727753 0.0302506908774376 <_> <_> <_>2 8 16 10 -1. <_>10 8 8 5 2. <_>2 13 8 5 2. 0 -0.0609008707106113 0.3168857097625732 -0.0184332001954317 <_> <_> <_>8 5 4 7 -1. <_>10 5 2 7 2. 0 4.2772209271788597e-003 -0.0438594482839108 0.1285876035690308 <_> <_> <_>6 3 12 9 -1. <_>10 3 4 9 3. 0 0.0661306977272034 0.0209411904215813 -0.2054910063743591 <_> <_> <_>4 5 6 5 -1. <_>7 5 3 5 2. 0 2.5896991137415171e-003 -0.0825973227620125 0.0770487263798714 <_> <_> <_>5 1 12 8 -1. <_>11 1 6 4 2. <_>5 5 6 4 2. 0 -0.0171137005090714 -0.0995602011680603 0.0201742798089981 <_> <_> <_>5 6 6 10 -1. <_>5 6 3 5 2. <_>8 11 3 5 2. 0 6.2078679911792278e-003 -0.0150742400437593 0.3539369106292725 <_> <_> <_>2 10 18 9 -1. <_>2 10 9 9 2. 0 -0.3367694914340973 -0.4983867108821869 7.4067250825464725e-003 <_> <_> <_>5 0 10 4 -1. <_>5 2 10 2 2. 0 0.0502393804490566 -0.0185892395675182 0.2822335064411163 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 0.0110363001003861 0.0296239592134953 -0.2007879018783569 <_> <_> <_>0 12 18 3 -1. <_>6 12 6 3 3. 0 0.0609650202095509 -0.0110364602878690 0.5033451914787293 <_> <_> <_>4 1 14 3 -1. <_>4 2 14 1 3. 0 0.0159665904939175 0.0139418700709939 -0.2474247068166733 -1.3073990345001221 36 -1 <_> <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 -0.0388294197618961 0.3182382881641388 -0.1406200975179672 <_> <_> <_>4 5 12 6 -1. <_>4 7 12 2 3. 0 -0.0677713006734848 0.2052696943283081 -0.1786746978759766 <_> <_> <_>0 1 10 4 -1. <_>5 1 5 4 2. 0 0.0931529402732849 -0.1329381018877029 0.2325212061405182 <_> <_> <_>4 18 13 2 -1. <_>4 19 13 1 2. 0 -6.0846367850899696e-003 0.1981765031814575 -0.1553514003753662 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0172301493585110 0.2578431069850922 -0.0903873667120934 <_> <_> <_>2 4 16 10 -1. <_>10 4 8 5 2. <_>2 9 8 5 2. 0 0.0419077984988689 0.0620661489665508 -0.3230313956737518 <_> <_> <_>0 2 16 2 -1. <_>0 3 16 1 2. 0 -3.4084350336343050e-003 -0.3166790902614594 0.0602750405669212 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0349092893302441 -0.1245630979537964 0.1609985977411270 <_> <_> <_>3 11 6 7 -1. <_>5 11 2 7 3. 0 0.0116769000887871 -0.1802566051483154 0.1223443001508713 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 -1.2773449998348951e-003 -0.2473558038473129 0.0621297396719456 <_> <_> <_>3 1 10 6 -1. <_>3 1 5 3 2. <_>8 4 5 3 2. 0 0.0169172994792461 0.0696710422635078 -0.2529258131980896 <_> <_> <_>12 9 5 9 -1. <_>12 12 5 3 3. 0 0.0256566405296326 0.0262125805020332 -0.1634899973869324 <_> <_> <_>6 3 4 7 -1. <_>8 3 2 7 2. 0 1.9884048961102962e-003 -0.3101851046085358 0.0502592511475086 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 0.0425484888255596 0.0170658193528652 -0.4783062040805817 <_> <_> <_>1 4 4 12 -1. <_>1 8 4 4 3. 0 6.0466718859970570e-003 -0.2211804986000061 0.0728424116969109 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -8.0229081213474274e-003 -0.1453005969524384 0.0499062612652779 <_> <_> <_>8 6 4 7 -1. <_>10 6 2 7 2. 0 0.0379372611641884 -0.0340077802538872 0.4371533095836639 <_> <_> <_>10 8 8 8 -1. <_>14 8 4 4 2. <_>10 12 4 4 2. 0 -0.0529602989554405 -0.2885659039020538 0.0184572096914053 <_> <_> <_>1 7 15 3 -1. <_>6 7 5 3 3. 0 7.5578060932457447e-003 -0.2353460043668747 0.0603025704622269 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0155549803748727 -0.2656773030757904 0.0552793703973293 <_> <_> <_>6 10 8 8 -1. <_>6 14 8 4 2. 0 3.4035260323435068e-003 0.0461758896708488 -0.3365189135074616 <_> <_> <_>3 5 14 3 -1. <_>3 6 14 1 3. 0 -0.0193702708929777 0.1960383951663971 -0.0801868289709091 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 0.0217195693403482 0.0419320799410343 -0.3432759046554565 <_> <_> <_>8 6 7 8 -1. <_>8 10 7 4 2. 0 -3.8787510129623115e-004 -0.2538223862648010 0.0452007800340652 <_> <_> <_>0 2 4 7 -1. <_>2 2 2 7 2. 0 0.0337945595383644 -0.0649015605449677 0.2123865932226181 <_> <_> <_>4 1 14 3 -1. <_>4 2 14 1 3. 0 -9.1701336205005646e-003 -0.2387458980083466 0.0407963804900646 <_> <_> <_>2 3 13 2 -1. <_>2 4 13 1 2. 0 -1.3741330476477742e-003 -0.1643002033233643 0.0814962834119797 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 -0.0123527199029922 0.1680507063865662 -0.0578839704394341 <_> <_> <_>2 1 16 4 -1. <_>2 1 8 2 2. <_>10 3 8 2 2. 0 -0.0111777000129223 -0.1977586001157761 0.0634087026119232 <_> <_> <_>9 0 8 6 -1. <_>9 2 8 2 3. 0 2.5044390931725502e-003 -0.1290045976638794 0.0589736104011536 <_> <_> <_>3 9 6 8 -1. <_>6 9 3 8 2. 0 2.1939110010862350e-003 0.1493715941905975 -0.0798972919583321 <_> <_> <_>12 10 8 6 -1. <_>12 12 8 2 3. 0 -0.0464434996247292 -0.4433234930038452 0.0206913594156504 <_> <_> <_>4 10 6 5 -1. <_>7 10 3 5 2. 0 -0.0388673096895218 -0.5345087051391602 0.0214356500655413 <_> <_> <_>7 6 8 8 -1. <_>11 6 4 4 2. <_>7 10 4 4 2. 0 -2.0838780328631401e-003 0.0538762398064137 -0.1667453050613403 <_> <_> <_>7 5 6 10 -1. <_>7 5 3 5 2. <_>10 10 3 5 2. 0 -0.0177849698811769 0.2589834928512573 -0.0657944232225418 <_> <_> <_>10 4 10 4 -1. <_>10 6 10 2 2. 0 -0.0994784608483315 -0.7233209013938904 6.1601991765201092e-003 <_> <_> <_>0 4 10 4 -1. <_>0 6 10 2 2. 0 -2.5733250658959150e-003 0.0720276534557343 -0.1752230972051621 <_> <_> <_>4 2 14 6 -1. <_>4 5 14 3 2. 0 0.0699774399399757 -0.0302383303642273 0.3980937898159027 <_> <_> <_>0 2 13 3 -1. <_>0 3 13 1 3. 0 -0.0108807804062963 -0.3060626983642578 0.0452105589210987 <_> <_> <_>4 9 12 5 -1. <_>8 9 4 5 3. 0 0.0480814017355442 0.0439110994338989 -0.2568621933460236 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 0.0796882435679436 -0.0337416008114815 0.3653270006179810 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 -0.0154040204361081 -0.1773145943880081 0.0238007307052612 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 -0.0366438999772072 -0.6393110752105713 0.0175186302512884 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0130725000053644 -0.2411936074495316 0.0588769502937794 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -2.5379280559718609e-003 -0.2050921022891998 0.0589157603681087 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 0.0474912784993649 0.0228427797555923 -0.3945347964763641 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -0.0214896406978369 -0.3109112083911896 0.0380208715796471 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 0.0138413300737739 -0.0560395196080208 0.2130897939205170 <_> <_> <_>4 15 12 5 -1. <_>8 15 4 5 3. 0 4.9399589188396931e-003 -0.1883863061666489 0.0621718391776085 <_> <_> <_>12 12 7 6 -1. <_>12 14 7 2 3. 0 0.0134834395721555 0.0368753299117088 -0.2495236992835999 <_> <_> <_>0 6 17 3 -1. <_>0 7 17 1 3. 0 -8.4225656464695930e-003 0.0715010911226273 -0.1399662047624588 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 -0.0437869913876057 0.2012841999530792 -0.0537442602217197 <_> <_> <_>0 12 18 4 -1. <_>0 12 9 2 2. <_>9 14 9 2 2. 0 -0.0100684398785234 -0.1670701950788498 0.0613450892269611 <_> <_> <_>11 0 4 7 -1. <_>11 0 2 7 2. 0 2.4383061099797487e-003 -0.1210545971989632 0.0498077012598515 <_> <_> <_>0 12 14 2 -1. <_>0 13 14 1 2. 0 3.2083820551633835e-003 -0.0560453608632088 0.1795570999383926 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0203895196318626 -0.3198359012603760 0.0341416187584400 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0229144208133221 -0.3945465087890625 0.0238389708101749 <_> <_> <_>10 1 6 7 -1. <_>12 1 2 7 3. 0 0.0185669008642435 0.0384325608611107 -0.2299199998378754 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 -0.0102770300582051 0.2255744934082031 -0.0492232292890549 <_> <_> <_>9 1 3 14 -1. <_>10 1 1 14 3. 0 -9.7914133220911026e-003 0.1932788044214249 -0.0361390598118305 <_> <_> <_>4 1 6 7 -1. <_>6 1 2 7 3. 0 0.0126998396590352 0.0562979914247990 -0.2098159939050674 <_> <_> <_>11 11 7 6 -1. <_>11 13 7 2 3. 0 0.0398674681782722 9.4982674345374107e-003 -0.4768620133399963 <_> <_> <_>2 11 7 6 -1. <_>2 13 7 2 3. 0 0.0337045192718506 0.0188484601676464 -0.5370798110961914 <_> <_> <_>0 3 20 12 -1. <_>0 9 20 6 2. 0 -0.0336952693760395 -0.2700335085391998 0.0389563404023647 <_> <_> <_>7 6 6 11 -1. <_>9 6 2 11 3. 0 0.0239612497389317 -0.0950004309415817 0.1028281971812248 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 0.0829902291297913 0.0378285683691502 -0.3026775121688843 <_> <_> <_>0 1 6 11 -1. <_>3 1 3 11 2. 0 0.1653721034526825 0.0239121504127979 -0.4121440947055817 <_> <_> <_>9 4 5 12 -1. <_>9 10 5 6 2. 0 0.0182025693356991 0.0261274594813585 -0.0692270100116730 <_> <_> <_>0 3 20 4 -1. <_>0 3 10 2 2. <_>10 5 10 2 2. 0 -0.0453223809599876 -0.4443764984607697 0.0212795697152615 <_> <_> <_>10 0 10 6 -1. <_>15 0 5 3 2. <_>10 3 5 3 2. 0 0.0476206094026566 -0.0340700000524521 0.2106568068265915 <_> <_> <_>4 0 10 6 -1. <_>4 0 5 3 2. <_>9 3 5 3 2. 0 1.0596530046314001e-003 0.0983478203415871 -0.0927325934171677 <_> <_> <_>7 8 13 3 -1. <_>7 9 13 1 3. 0 0.0320280492305756 0.0238339491188526 -0.4327659010887146 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 -0.0137643702328205 -0.4172661900520325 0.0218833591789007 <_> <_> <_>10 6 7 4 -1. <_>10 8 7 2 2. 0 0.0366521589457989 -0.0268514100462198 0.1005123034119606 <_> <_> <_>3 6 7 4 -1. <_>3 8 7 2 2. 0 -0.0155077604576945 0.4851926863193512 -0.0249007102102041 <_> <_> <_>11 9 7 6 -1. <_>11 11 7 2 3. 0 7.1460101753473282e-003 0.0579064711928368 -0.0516139715909958 <_> <_> <_>2 8 14 4 -1. <_>2 8 7 2 2. <_>9 10 7 2 2. 0 0.0242802295833826 -0.0373418293893337 0.2920179963111877 <_> <_> <_>10 10 10 6 -1. <_>15 10 5 3 2. <_>10 13 5 3 2. 0 -0.0835223197937012 0.3744797110557556 -3.4602559171617031e-003 <_> <_> <_>0 10 10 6 -1. <_>0 10 5 3 2. <_>5 13 5 3 2. 0 0.0314857214689255 0.0240920092910528 -0.3959487974643707 <_> <_> <_>14 5 4 14 -1. <_>16 5 2 7 2. <_>14 12 2 7 2. 0 9.4820279628038406e-003 -0.0737146735191345 0.1306633055210114 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 0.0401169583201408 0.0304537191987038 -0.3064115941524506 <_> <_> <_>14 5 4 14 -1. <_>16 5 2 7 2. <_>14 12 2 7 2. 0 -0.0528154782950878 0.4579240977764130 -0.0239062309265137 <_> <_> <_>2 5 4 14 -1. <_>2 5 2 7 2. <_>4 12 2 7 2. 0 4.6821571886539459e-003 -0.0883959308266640 0.1285813003778458 <_> <_> <_>2 5 18 12 -1. <_>11 5 9 6 2. <_>2 11 9 6 2. 0 -0.1344828009605408 -0.2747175097465515 0.0159703101962805 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 5.4646627977490425e-003 -0.2162843942642212 0.0430353209376335 <_> <_> <_>9 0 3 20 -1. <_>10 0 1 20 3. 0 -0.0359963588416576 -0.4852409064769745 0.0105637498199940 <_> <_> <_>1 0 6 16 -1. <_>1 8 6 8 2. 0 0.2523599863052368 9.3745701014995575e-003 -0.8861339092254639 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0250672698020935 -0.2236464023590088 0.0371466018259525 <_> <_> <_>1 3 15 4 -1. <_>6 3 5 4 3. 0 -0.0141503298655152 0.3785665035247803 -0.0278174895793200 <_> <_> <_>8 4 5 16 -1. <_>8 12 5 8 2. 0 0.1004957035183907 0.0112448399886489 -0.7186952233314514 <_> <_> <_>1 12 7 6 -1. <_>1 14 7 2 3. 0 0.0199890807271004 0.0260568093508482 -0.3214780092239380 <_> <_> <_>17 5 3 12 -1. <_>17 11 3 6 2. 0 -0.0491605587303638 -0.2316488027572632 0.0163175594061613 <_> <_> <_>1 3 15 3 -1. <_>1 4 15 1 3. 0 0.0221187900751829 -0.0505694784224033 0.1757258027791977 <_> <_> <_>8 5 4 12 -1. <_>8 9 4 4 3. 0 -7.6390360482037067e-003 0.2226431965827942 -0.0436853915452957 <_> <_> <_>8 7 3 10 -1. <_>8 12 3 5 2. 0 -1.6813250258564949e-003 0.0555824413895607 -0.1773931980133057 <_> <_> <_>4 1 14 3 -1. <_>4 2 14 1 3. 0 -0.0166190005838871 -0.2781296968460083 0.0197378303855658 <_> <_> <_>0 5 3 12 -1. <_>0 11 3 6 2. 0 -0.0328016206622124 -0.2332518994808197 0.0366638191044331 <_> <_> <_>1 13 18 6 -1. <_>7 13 6 6 3. 0 0.2452659010887146 -0.0297389402985573 0.3133840858936310 <_> <_> <_>7 3 4 7 -1. <_>9 3 2 7 2. 0 -0.0172717701643705 0.5281891822814941 -0.0141517799347639 <_> <_> <_>8 7 9 5 -1. <_>11 7 3 5 3. 0 0.0201119091361761 0.0271735806018114 -0.0831227228045464 <_> <_> <_>3 7 9 5 -1. <_>6 7 3 5 3. 0 0.0160767491906881 0.0563466399908066 -0.1589314043521881 <_> <_> <_>10 10 8 10 -1. <_>14 10 4 5 2. <_>10 15 4 5 2. 0 -0.1017976999282837 0.6044800877571106 -7.6062050648033619e-003 <_> <_> <_>2 10 8 10 -1. <_>2 10 4 5 2. <_>6 15 4 5 2. 0 -0.0448656491935253 0.3307703137397766 -0.0253291893750429 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 0.0270949807018042 -0.0692517235875130 0.1535059958696365 <_> <_> <_>3 12 7 6 -1. <_>3 14 7 2 3. 0 -0.0376758910715580 -0.3194983899593353 0.0299096796661615 <_> <_> <_>8 3 5 8 -1. <_>8 7 5 4 2. 0 -8.2310457946732640e-004 0.0606129691004753 -0.1053157970309258 <_> <_> <_>7 0 6 8 -1. <_>7 4 6 4 2. 0 0.0556860491633415 -0.0409203507006168 0.2295964956283569 <_> <_> <_>10 0 7 6 -1. <_>10 2 7 2 3. 0 -1.6866069927345961e-004 -0.0776435881853104 0.0295492708683014 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 -0.0238732099533081 0.2794407904148102 -0.0318884588778019 <_> <_> <_>7 12 13 3 -1. <_>7 13 13 1 3. 0 -0.0150036001577973 0.2507739067077637 -0.0459327884018421 <_> <_> <_>1 3 18 4 -1. <_>1 3 9 2 2. <_>10 5 9 2 2. 0 -0.0145223196595907 -0.1645354032516480 0.0551809109747410 <_> <_> <_>6 1 8 8 -1. <_>10 1 4 4 2. <_>6 5 4 4 2. 0 -7.4650160968303680e-003 -0.1269046962261200 0.0715431123971939 <_> <_> <_>8 6 4 7 -1. <_>10 6 2 7 2. 0 0.0549846403300762 -0.0137307997792959 0.6511964201927185 <_> <_> <_>2 4 18 6 -1. <_>11 4 9 3 2. <_>2 7 9 3 2. 0 -0.0880307629704475 0.2541649043560028 -0.0122338701039553 <_> <_> <_>1 5 8 8 -1. <_>1 5 4 4 2. <_>5 9 4 4 2. 0 -0.0361955016851425 -0.4491730928421021 0.0210937708616257 <_> <_> <_>14 0 2 13 -1. <_>14 0 1 13 2. 0 0.0370632112026215 -6.6644148901104927e-003 0.2494017034769058 <_> <_> <_>4 0 2 13 -1. <_>5 0 1 13 2. 0 -0.0105683803558350 -0.4106157124042511 0.0213980898261070 <_> <_> <_>7 3 12 3 -1. <_>7 3 6 3 2. 0 0.1266278028488159 5.2506178617477417e-003 -0.3324024975299835 <_> <_> <_>1 3 12 3 -1. <_>7 3 6 3 2. 0 -8.7341770995408297e-004 0.3268721997737885 -0.0277048293501139 <_> <_> <_>7 1 6 7 -1. <_>9 1 2 7 3. 0 -1.0967969428747892e-003 -0.2771083116531372 0.0363528281450272 <_> <_> <_>5 2 6 12 -1. <_>7 2 2 12 3. 0 -0.0797380208969116 -0.5832915902137756 0.0140617797151208 <_> <_> <_>9 5 6 12 -1. <_>12 5 3 6 2. <_>9 11 3 6 2. 0 -3.8278030697256327e-003 0.0354594513773918 -0.1399680972099304 <_> <_> <_>5 5 6 12 -1. <_>5 5 3 6 2. <_>8 11 3 6 2. 0 0.0203339997678995 -0.0214213505387306 0.5161038041114807 <_> <_> <_>5 9 14 3 -1. <_>5 10 14 1 3. 0 7.5564032886177301e-004 -0.1080347001552582 0.0335382893681526 <_> <_> <_>1 3 18 12 -1. <_>1 3 9 6 2. <_>10 9 9 6 2. 0 0.1785584986209869 9.4842249527573586e-003 -0.8185818791389465 <_> <_> <_>3 11 14 4 -1. <_>10 11 7 2 2. <_>3 13 7 2 2. 0 -0.0347450710833073 -0.5817219018936157 0.0113155497238040 <_> <_> <_>4 6 4 14 -1. <_>4 6 2 7 2. <_>6 13 2 7 2. 0 5.1304209046065807e-003 -0.1065986007452011 0.0744408965110779 <_> <_> <_>11 11 4 7 -1. <_>11 11 2 7 2. 0 -0.0339361988008022 -0.4599775969982147 0.0152644198387861 <_> <_> <_>5 11 4 7 -1. <_>7 11 2 7 2. 0 -1.0171560570597649e-003 0.1030130982398987 -0.0898429602384567 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 0.0634890198707581 6.8669100292026997e-003 -0.7602251768112183 <_> <_> <_>1 3 18 4 -1. <_>7 3 6 4 3. 0 0.2407793998718262 -0.0215714797377586 0.4111303091049194 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 -0.0519634410738945 -0.2851732075214386 0.0409430600702763 <_> <_> <_>3 8 14 3 -1. <_>10 8 7 3 2. 0 0.0364081710577011 -0.0504609607160091 0.1667181998491287 <_> <_> <_>9 4 2 13 -1. <_>9 4 1 13 2. 0 9.6712149679660797e-003 -0.0489151105284691 0.1822443008422852 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0222681500017643 0.0613909810781479 -0.1544584929943085 <_> <_> <_>10 0 7 6 -1. <_>10 2 7 2 3. 0 -0.0709292814135551 0.5001016855239868 -3.9896317757666111e-003 <_> <_> <_>3 0 7 6 -1. <_>3 2 7 2 3. 0 2.0806699467357248e-004 -0.1447563022375107 0.0636075288057327 <_> <_> <_>2 0 16 3 -1. <_>2 1 16 1 3. 0 -9.2365043237805367e-003 -0.2181728929281235 0.0388562604784966 <_> <_> <_>2 9 7 4 -1. <_>2 11 7 2 2. 0 0.0227819904685020 0.0201086197048426 -0.3845236003398895 <_> <_> <_>4 7 16 8 -1. <_>12 7 8 4 2. <_>4 11 8 4 2. 0 -7.0844120346009731e-003 -0.0488854907453060 0.0463673397898674 <_> <_> <_>0 7 16 8 -1. <_>0 7 8 4 2. <_>8 11 8 4 2. 0 -0.0840062797069550 0.3592166900634766 -0.0224618893116713 <_> <_> <_>7 12 10 6 -1. <_>12 12 5 3 2. <_>7 15 5 3 2. 0 -0.0704465806484222 -0.8839532136917114 2.9730550013482571e-003 <_> <_> <_>3 12 10 6 -1. <_>3 12 5 3 2. <_>8 15 5 3 2. 0 0.0488998107612133 0.0239362195134163 -0.3677014112472534 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 0.0296773295849562 0.0166081208735704 -0.2297268956899643 <_> <_> <_>4 5 4 8 -1. <_>4 9 4 4 2. 0 2.5721399579197168e-003 -0.3257220983505249 0.0241460092365742 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 1.6117929480969906e-003 0.0293553005903959 -0.0375415794551373 <_> <_> <_>2 4 14 3 -1. <_>2 5 14 1 3. 0 0.0175466407090425 -0.0508792400360107 0.1528313010931015 <_> <_> <_>2 3 18 4 -1. <_>11 3 9 2 2. <_>2 5 9 2 2. 0 -0.0463263988494873 -0.2284332066774368 0.0144425304606557 <_> <_> <_>5 0 10 18 -1. <_>5 6 10 6 3. 0 -0.3320567011833191 0.7445781826972961 -0.0108568798750639 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -0.0423178300261498 -0.1466601938009262 0.0577992312610149 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 3.2436659093946218e-003 0.0540214516222477 -0.1702941060066223 <_> <_> <_>13 4 3 15 -1. <_>14 4 1 15 3. 0 -0.0209008902311325 -0.4078929126262665 0.0253348108381033 <_> <_> <_>4 4 3 15 -1. <_>5 4 1 15 3. 0 0.0203250106424093 0.0330159291625023 -0.2450339049100876 <_> <_> <_>14 4 6 10 -1. <_>16 4 2 10 3. 0 -0.0463419295847416 0.1597664952278137 -0.0411779396235943 <_> <_> <_>0 4 6 10 -1. <_>2 4 2 10 3. 0 -0.0343563295900822 0.1602140963077545 -0.0625009536743164 <_> <_> <_>8 5 4 14 -1. <_>10 5 2 7 2. <_>8 12 2 7 2. 0 0.0244659706950188 -0.0374875999987125 0.2280728071928024 <_> <_> <_>4 6 12 12 -1. <_>4 6 6 6 2. <_>10 12 6 6 2. 0 -0.0181395392864943 -0.1590958982706070 0.0605398118495941 <_> <_> <_>9 1 3 19 -1. <_>10 1 1 19 3. 0 0.0643941611051559 6.6441670060157776e-003 -0.7486022710800171 <_> <_> <_>2 1 3 17 -1. <_>3 1 1 17 3. 0 9.6367759397253394e-004 -0.0906208083033562 0.0941181331872940 <_> <_> <_>2 7 18 4 -1. <_>8 7 6 4 3. 0 0.2002449035644531 5.9731658548116684e-003 -0.8252168893814087 <_> <_> <_>1 10 8 6 -1. <_>1 12 8 2 3. 0 -0.0634986683726311 -0.6963583827018738 9.3487137928605080e-003 <_> <_> <_>9 9 9 8 -1. <_>12 9 3 8 3. 0 -0.0192323997616768 0.1123668029904366 -0.0291997399181128 <_> <_> <_>0 0 20 15 -1. <_>0 5 20 5 3. 0 0.2541874945163727 0.0139590399339795 -0.5158494710922241 <_> <_> <_>3 1 14 6 -1. <_>3 4 14 3 2. 0 0.1043746024370194 -0.0277430303394794 0.2737343013286591 <_> <_> <_>0 2 7 4 -1. <_>0 4 7 2 2. 0 8.5034370422363281e-003 0.0541446506977081 -0.1302950978279114 <_> <_> <_>16 2 3 15 -1. <_>17 2 1 15 3. 0 5.2647730335593224e-003 -0.0480775013566017 0.1037138029932976 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -0.0241935197263956 0.1993298977613449 -0.0371110402047634 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -4.6968772076070309e-003 -0.0657970905303955 0.0338373482227325 <_> <_> <_>2 16 14 4 -1. <_>2 16 7 2 2. <_>9 18 7 2 2. 0 -0.0234645791351795 -0.2604303061962128 0.0309330895543098 <_> <_> <_>16 2 3 15 -1. <_>17 2 1 15 3. 0 -0.0290298406034708 0.2068361937999725 -0.0276286508888006 <_> <_> <_>3 0 8 8 -1. <_>3 0 4 4 2. <_>7 4 4 4 2. 0 0.0791002362966537 7.7356752008199692e-003 -0.9181671142578125 <_> <_> <_>5 10 14 3 -1. <_>5 11 14 1 3. 0 6.2152887694537640e-003 -0.0739880278706551 0.0877274125814438 <_> <_> <_>1 9 16 4 -1. <_>1 11 16 2 2. 0 -0.0670132786035538 0.3762829899787903 -0.0208927094936371 <_> <_> <_>8 7 5 8 -1. <_>8 11 5 4 2. 0 -7.9359989613294601e-003 -0.0895327031612396 0.0665593072772026 <_> <_> <_>1 2 3 15 -1. <_>2 2 1 15 3. 0 1.3035970041528344e-003 -0.0666571408510208 0.1139909997582436 <_> <_> <_>14 11 6 8 -1. <_>16 11 2 8 3. 0 -0.1196431964635849 -0.6065618991851807 7.3508038185536861e-003 <_> <_> <_>0 11 6 8 -1. <_>2 11 2 8 3. 0 -2.2869240492582321e-003 0.0733368173241615 -0.1188957020640373 <_> <_> <_>14 8 6 12 -1. <_>17 8 3 6 2. <_>14 14 3 6 2. 0 -0.1146256998181343 0.2928853034973145 -6.7763519473373890e-003 <_> <_> <_>0 8 6 12 -1. <_>0 8 3 6 2. <_>3 14 3 6 2. 0 0.0484774895012379 -0.0170629508793354 0.4295321106910706 <_> <_> <_>15 0 3 20 -1. <_>16 0 1 20 3. 0 -1.3129960279911757e-003 -0.0743196383118629 0.0621497891843319 <_> <_> <_>2 0 3 20 -1. <_>3 0 1 20 3. 0 -0.0663447827100754 -0.5894566774368286 0.0132258199155331 <_> <_> <_>8 9 8 4 -1. <_>8 9 4 4 2. 0 -4.6543189091607928e-004 0.0578865483403206 -0.0642952993512154 <_> <_> <_>6 9 6 10 -1. <_>9 9 3 10 2. 0 -0.0132865402847528 0.1412332952022553 -0.0615064688026905 <_> <_> <_>9 9 9 8 -1. <_>12 9 3 8 3. 0 7.3928399942815304e-003 -0.0727199912071228 0.0421791411936283 <_> <_> <_>2 9 9 8 -1. <_>5 9 3 8 3. 0 -0.0474341697990894 0.3267227113246918 -0.0290015302598476 <_> <_> <_>12 5 6 15 -1. <_>14 5 2 15 3. 0 0.1354679018259049 0.0103935701772571 -0.4535447955131531 <_> <_> <_>1 2 9 5 -1. <_>4 2 3 5 3. 0 -0.0252168104052544 -0.1907597929239273 0.0415227413177490 <_> <_> <_>9 1 3 19 -1. <_>10 1 1 19 3. 0 -0.0494313985109329 -0.9419217109680176 3.5473550669848919e-003 <_> <_> <_>8 1 3 19 -1. <_>9 1 1 19 3. 0 -0.0483751818537712 -0.8302866816520691 7.2369067929685116e-003 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 -0.0143485097214580 -0.2186049968004227 0.0314864292740822 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -5.5373171344399452e-003 -0.2152103036642075 0.0442358888685703 <_> <_> <_>6 3 10 10 -1. <_>6 3 5 10 2. 0 0.2177180051803589 -5.0501842051744461e-003 0.4902552068233490 <_> <_> <_>3 0 12 5 -1. <_>9 0 6 5 2. 0 0.1744139939546585 -9.7074145451188087e-003 0.7419623136520386 <_> <_> <_>8 1 10 16 -1. <_>13 1 5 8 2. <_>8 9 5 8 2. 0 0.0888404995203018 -5.8005251921713352e-003 0.3340322077274323 <_> <_> <_>4 8 8 4 -1. <_>8 8 4 4 2. 0 -0.0380127914249897 0.5067759156227112 -0.0138094304129481 <_> <_> <_>9 16 9 4 -1. <_>9 18 9 2 2. 0 -0.0636113882064819 -0.5669682025909424 7.9266652464866638e-003 <_> <_> <_>0 14 8 6 -1. <_>4 14 4 6 2. 0 0.0983584821224213 0.0346348993480206 -0.1965176016092300 <_> <_> <_>12 5 6 15 -1. <_>14 5 2 15 3. 0 0.0229296106845140 -0.0446826405823231 0.0600624196231365 <_> <_> <_>2 5 6 15 -1. <_>4 5 2 15 3. 0 -0.0397636517882347 -0.2831034958362579 0.0260870698839426 <_> <_> <_>11 0 9 17 -1. <_>14 0 3 17 3. 0 0.1121568977832794 -0.0432257093489170 0.1550564020872116 <_> <_> <_>0 0 9 17 -1. <_>3 0 3 17 3. 0 -0.1495794057846069 0.4147608876228333 -0.0251126699149609 <_> <_> <_>3 8 17 2 -1. <_>3 9 17 1 2. 0 1.4239370357245207e-003 -0.2281333059072495 0.0224146191030741 <_> <_> <_>6 1 7 4 -1. <_>6 3 7 2 2. 0 -0.0113461399450898 -0.2608393132686615 0.0264564808458090 <_> <_> <_>4 2 12 4 -1. <_>4 4 12 2 2. 0 -0.0905184075236321 0.6006718277931213 -0.0125591596588492 <_> <_> <_>1 8 14 3 -1. <_>1 9 14 1 3. 0 0.0360974818468094 0.0194510091096163 -0.4099824130535126 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0256574694067240 0.2345308065414429 -0.0323545187711716 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 -9.2462729662656784e-003 0.1445856988430023 -0.0572801418602467 <_> <_> <_>1 5 19 12 -1. <_>1 9 19 4 3. 0 0.0610067397356033 0.1996331959962845 -0.0350187905132771 <_> <_> <_>2 3 13 15 -1. <_>2 8 13 5 3. 0 -2.2736669052392244e-003 -0.2718046009540558 0.0353243090212345 <_> <_> <_>5 1 15 6 -1. <_>10 1 5 6 3. 0 -0.1117335036396980 0.2601088881492615 -8.4183625876903534e-003 <_> <_> <_>0 0 18 3 -1. <_>6 0 6 3 3. 0 0.1460158973932266 -0.0437078587710857 0.1934380978345871 <_> <_> <_>15 9 5 9 -1. <_>15 12 5 3 3. 0 -0.0390085987746716 -0.2402154952287674 0.0193248093128204 <_> <_> <_>3 12 14 4 -1. <_>3 14 14 2 2. 0 -0.0320651493966579 -0.1461603045463562 0.0504104383289814 <_> <_> <_>7 14 13 2 -1. <_>7 15 13 1 2. 0 -3.9755292236804962e-003 0.0867860615253448 -0.0751010030508041 <_> <_> <_>0 9 5 9 -1. <_>0 12 5 3 3. 0 -0.0222646091133356 -0.1782020926475525 0.0422218814492226 <_> <_> <_>14 5 5 15 -1. <_>14 10 5 5 3. 0 -0.0600966513156891 0.3306227028369904 -0.0133472196757793 <_> <_> <_>1 5 5 15 -1. <_>1 10 5 5 3. 0 -0.0831704065203667 0.6986327171325684 -0.0110143097117543 <_> <_> <_>8 3 6 17 -1. <_>10 3 2 17 3. 0 -0.0771823972463608 -0.2563033103942871 8.8049499318003654e-003 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 0.0689021721482277 0.0109964404255152 -0.6352006793022156 <_> <_> <_>4 7 12 8 -1. <_>4 11 12 4 2. 0 -0.0503532811999321 0.2292789071798325 -0.0327637195587158 <_> <_> <_>5 3 2 14 -1. <_>5 10 2 7 2. 0 2.4320879019796848e-003 -0.1321305930614471 0.0710885822772980 <_> <_> <_>9 3 4 8 -1. <_>9 7 4 4 2. 0 -0.0141964601352811 0.0718450695276260 -0.0452636592090130 <_> <_> <_>3 5 9 15 -1. <_>3 10 9 5 3. 0 -4.5774779282510281e-003 -0.2583228051662445 0.0294190403074026 <_> <_> <_>9 5 3 12 -1. <_>9 11 3 6 2. 0 -1.4008210273459554e-003 0.0446365214884281 -0.1231015026569367 <_> <_> <_>4 3 6 14 -1. <_>4 3 3 7 2. <_>7 10 3 7 2. 0 0.0350627116858959 -0.0187225006520748 0.4553366899490356 <_> <_> <_>9 8 3 10 -1. <_>9 13 3 5 2. 0 0.0393649190664291 -3.8776830770075321e-003 0.4822939038276672 <_> <_> <_>0 4 20 8 -1. <_>0 4 10 4 2. <_>10 8 10 4 2. 0 0.0294302906841040 -0.0566326901316643 0.1360445022583008 <_> <_> <_>6 11 10 6 -1. <_>11 11 5 3 2. <_>6 14 5 3 2. 0 0.0793208405375481 -4.0827351622283459e-003 0.9999855160713196 <_> <_> <_>2 9 8 8 -1. <_>2 9 4 4 2. <_>6 13 4 4 2. 0 0.0426963306963444 0.0235833395272493 -0.3779887855052948 <_> <_> <_>6 9 14 2 -1. <_>6 9 7 2 2. 0 0.0259377192705870 0.0502833388745785 -0.0672493427991867 <_> <_> <_>0 9 14 2 -1. <_>7 9 7 2 2. 0 0.0270536597818136 0.1040683984756470 -0.1006971001625061 <_> <_> <_>2 4 18 12 -1. <_>8 4 6 12 3. 0 0.3032230138778687 -0.0516154095530510 0.1239866986870766 <_> <_> <_>7 4 6 8 -1. <_>9 4 2 8 3. 0 0.0743731930851936 -0.0299796499311924 0.2594498097896576 <_> <_> <_>9 3 6 12 -1. <_>12 3 3 6 2. <_>9 9 3 6 2. 0 0.0460597686469555 6.1678960919380188e-003 -0.7088791131973267 <_> <_> <_>6 9 5 9 -1. <_>6 12 5 3 3. 0 0.0368835106492043 0.0159850195050240 -0.4443601965904236 <_> <_> <_>0 1 20 8 -1. <_>10 1 10 4 2. <_>0 5 10 4 2. 0 0.1349337995052338 8.8313389569520950e-003 -0.7342693805694580 <_> <_> <_>6 3 6 17 -1. <_>8 3 2 17 3. 0 0.1479919999837875 6.9719799794256687e-003 -0.8207845091819763 <_> <_> <_>14 10 6 10 -1. <_>17 10 3 5 2. <_>14 15 3 5 2. 0 0.0396903790533543 -0.0182477999478579 0.2695592045783997 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 -0.0535112805664539 0.2000025063753128 -0.0391367003321648 <_> <_> <_>16 12 4 8 -1. <_>16 12 2 8 2. 0 0.0637957006692886 0.0116161303594708 -0.2531512081623077 <_> <_> <_>0 12 4 8 -1. <_>2 12 2 8 2. 0 -0.0810789167881012 -0.7758278846740723 9.7084697335958481e-003 <_> <_> <_>9 3 6 7 -1. <_>11 3 2 7 3. 0 -0.0482726581394672 -0.3073430955410004 0.0112980101257563 <_> <_> <_>6 6 6 11 -1. <_>8 6 2 11 3. 0 0.0439125709235668 -0.0394033007323742 0.1921695023775101 -1.4138590097427368 37 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0191887393593788 -0.2115039974451065 0.1328652948141098 <_> <_> <_>5 4 15 4 -1. <_>5 6 15 2 2. 0 -8.1222038716077805e-003 0.0924910828471184 -0.1758511960506439 <_> <_> <_>5 5 6 5 -1. <_>8 5 3 5 2. 0 1.5851219650357962e-003 -0.2856569886207581 0.0667105689644814 <_> <_> <_>12 1 6 11 -1. <_>14 1 2 11 3. 0 -4.3140850029885769e-003 -0.1388522982597351 0.0526946894824505 <_> <_> <_>0 11 20 3 -1. <_>0 12 20 1 3. 0 -1.7131429631263018e-003 0.1313561052083969 -0.1314910948276520 <_> <_> <_>12 1 6 11 -1. <_>14 1 2 11 3. 0 0.0684473663568497 9.3052154406905174e-003 -0.2506326138973236 <_> <_> <_>2 1 6 11 -1. <_>4 1 2 11 3. 0 -2.4445978924632072e-003 -0.1720553040504456 0.0983228236436844 <_> <_> <_>10 9 4 8 -1. <_>10 13 4 4 2. 0 1.0310600046068430e-003 0.0230391602963209 -0.2752762138843536 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 7.4603251414373517e-004 -0.2327678054571152 0.0526930093765259 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -6.6399492789059877e-004 0.0689907819032669 -0.0846877098083496 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -4.0997468749992549e-004 0.1050138026475906 -0.1081900969147682 <_> <_> <_>15 7 5 6 -1. <_>15 10 5 3 2. 0 -1.8094549886882305e-003 -0.1817883998155594 0.0441841408610344 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 9.3385757645592093e-004 -0.1462268978357315 0.0727264434099197 <_> <_> <_>11 10 4 8 -1. <_>11 14 4 4 2. 0 -3.8197741378098726e-004 0.0240099392831326 -0.1729580014944077 <_> <_> <_>0 7 5 6 -1. <_>0 10 5 3 2. 0 -1.4950280310586095e-003 -0.1940338015556335 0.0488079190254211 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0101591004058719 0.1917389929294586 -0.0527490712702274 <_> <_> <_>2 0 14 3 -1. <_>2 1 14 1 3. 0 5.9903519286308438e-005 -0.1079154983162880 0.0909881666302681 <_> <_> <_>4 4 13 2 -1. <_>4 5 13 1 2. 0 -0.0319675505161285 0.4110988974571228 -0.0226506404578686 <_> <_> <_>0 18 20 2 -1. <_>0 19 20 1 2. 0 0.0143432701006532 0.0243155397474766 -0.4268015027046204 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 0.0110395299270749 -0.0627170130610466 0.1133053004741669 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -8.4228850901126862e-003 -0.2136930972337723 0.0420592017471790 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0205498393625021 0.1516163051128388 -0.0245941393077374 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -6.5411031246185303e-003 0.1488362997770309 -0.0611793398857117 <_> <_> <_>6 0 8 14 -1. <_>10 0 4 7 2. <_>6 7 4 7 2. 0 -0.0133244004100561 -0.2079197019338608 0.0483333095908165 <_> <_> <_>0 2 6 12 -1. <_>2 2 2 12 3. 0 0.0701112672686577 -0.0268632192164660 0.3632225990295410 <_> <_> <_>6 12 9 6 -1. <_>9 12 3 6 3. 0 -2.6973750209435821e-004 0.0608766600489616 -0.1127237007021904 <_> <_> <_>2 0 7 4 -1. <_>2 2 7 2 2. 0 -1.3509000418707728e-003 -0.1855207979679108 0.0521549582481384 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -0.0280831903219223 0.3511188030242920 -0.0235963296145201 <_> <_> <_>5 0 6 10 -1. <_>5 0 3 5 2. <_>8 5 3 5 2. 0 -0.0100032901391387 -0.2905848026275635 0.0321256890892982 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -1.6111029544845223e-003 0.0981136709451675 -0.0522037111222744 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0184119008481503 -0.1808266937732697 0.0545367002487183 <_> <_> <_>18 6 2 13 -1. <_>18 6 1 13 2. 0 -0.0717388167977333 -0.7665498852729797 3.3518690615892410e-003 <_> <_> <_>0 6 2 13 -1. <_>1 6 1 13 2. 0 -2.7943260502070189e-003 0.1587136983871460 -0.0642718002200127 <_> <_> <_>16 7 4 13 -1. <_>16 7 2 13 2. 0 -0.1687474995851517 -0.6995618939399719 4.8861699178814888e-003 <_> <_> <_>6 5 7 6 -1. <_>6 7 7 2 3. 0 -1.2672400334849954e-003 0.0316160395741463 -0.2495326995849609 <_> <_> <_>6 11 10 6 -1. <_>11 11 5 3 2. <_>6 14 5 3 2. 0 0.0208077505230904 0.0170534104108810 -0.2433141022920609 <_> <_> <_>5 9 6 5 -1. <_>8 9 3 5 2. 0 -1.5869849594309926e-003 0.0931710898876190 -0.0813619270920753 <_> <_> <_>10 3 4 15 -1. <_>10 3 2 15 2. 0 -0.0100146904587746 -0.2778961956501007 0.0265692397952080 <_> <_> <_>6 3 4 15 -1. <_>8 3 2 15 2. 0 -5.7948171161115170e-003 -0.2228773981332779 0.0359756611287594 <_> <_> <_>6 7 13 2 -1. <_>6 8 13 1 2. 0 2.7189950924366713e-003 -0.0906319096684456 0.0568204000592232 <_> <_> <_>2 15 16 4 -1. <_>2 15 8 2 2. <_>10 17 8 2 2. 0 0.0388451591134071 0.0122808599844575 -0.5852134823799133 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -0.0141586801037192 0.1815387010574341 -0.0311094298958778 <_> <_> <_>0 7 4 13 -1. <_>2 7 2 13 2. 0 -0.1827860027551651 -0.9001380801200867 7.6544750481843948e-003 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 0.0275884196162224 -0.0124600399285555 0.2006936967372894 <_> <_> <_>5 11 10 9 -1. <_>5 14 10 3 3. 0 -0.0147844301536679 -0.0899104923009872 0.0816486775875092 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 0.1162571981549263 2.3692469112575054e-003 -0.9999806880950928 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 3.5341090988367796e-003 -0.0617605410516262 0.1349063962697983 <_> <_> <_>9 6 4 12 -1. <_>9 12 4 6 2. 0 5.1878788508474827e-003 0.0187458600848913 -0.1744917035102844 <_> <_> <_>0 3 2 16 -1. <_>0 11 2 8 2. 0 0.0794573575258255 -0.0234029907733202 0.3350220024585724 <_> <_> <_>0 15 20 4 -1. <_>10 15 10 2 2. <_>0 17 10 2 2. 0 0.0276843793690205 0.0236639101058245 -0.3325636088848114 <_> <_> <_>0 15 9 4 -1. <_>0 17 9 2 2. 0 -4.4806320220232010e-003 -0.1465875059366226 0.0473768115043640 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 5.6939688511192799e-003 -0.0567761212587357 0.0675808563828468 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 7.7299480326473713e-003 -0.0311566498130560 0.2310259044170380 <_> <_> <_>4 15 13 3 -1. <_>4 16 13 1 3. 0 3.9786100387573242e-003 -0.0568824410438538 0.1327152997255325 <_> <_> <_>0 0 18 4 -1. <_>0 0 9 2 2. <_>9 2 9 2 2. 0 -0.0112758800387383 -0.2093864977359772 0.0352914594113827 <_> <_> <_>6 5 8 15 -1. <_>6 10 8 5 3. 0 -2.4308220017701387e-003 -0.2017636001110077 0.0345139317214489 <_> <_> <_>0 0 6 7 -1. <_>2 0 2 7 3. 0 5.7369591668248177e-003 -0.0556071586906910 0.1153208985924721 <_> <_> <_>14 1 6 12 -1. <_>16 1 2 12 3. 0 4.6170800924301147e-003 -0.0560835003852844 0.0817629173398018 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -4.7089671716094017e-003 -0.1335121989250183 0.0562960803508759 <_> <_> <_>18 1 2 13 -1. <_>18 1 1 13 2. 0 -0.0326880700886250 0.2792238891124725 -0.0108676599338651 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 0.0886861979961395 0.0182682201266289 -0.3563739061355591 <_> <_> <_>14 2 4 10 -1. <_>14 2 2 10 2. 0 4.5751677826046944e-003 -0.0515584610402584 0.0639488101005554 <_> <_> <_>0 3 4 16 -1. <_>0 3 2 8 2. <_>2 11 2 8 2. 0 4.9765850417315960e-003 -0.0546845905482769 0.1190711036324501 <_> <_> <_>6 0 10 6 -1. <_>11 0 5 3 2. <_>6 3 5 3 2. 0 -6.4881290309131145e-003 -0.0991211235523224 0.0265088491141796 <_> <_> <_>1 14 10 6 -1. <_>1 14 5 3 2. <_>6 17 5 3 2. 0 2.4523450993001461e-003 -0.0950459465384483 0.0668029263615608 <_> <_> <_>8 7 5 9 -1. <_>8 10 5 3 3. 0 7.0354789495468140e-003 0.1070559024810791 -0.0623950995504856 <_> <_> <_>2 2 4 10 -1. <_>4 2 2 10 2. 0 0.0427467897534370 -0.0160921793431044 0.4325619935989380 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 -4.5301730278879404e-004 0.0364205688238144 -0.0993228927254677 <_> <_> <_>5 6 10 12 -1. <_>5 6 5 6 2. <_>10 12 5 6 2. 0 -5.2631930448114872e-003 -0.1141674965620041 0.0572602190077305 <_> <_> <_>9 2 4 12 -1. <_>9 6 4 4 3. 0 1.0581909446045756e-003 0.0332204885780811 -0.1183122023940086 <_> <_> <_>2 0 15 6 -1. <_>2 3 15 3 2. 0 0.0250889491289854 -0.0606550201773643 0.1260174065828323 <_> <_> <_>6 0 13 8 -1. <_>6 4 13 4 2. 0 0.2425215989351273 2.2060840856283903e-003 -1.0000120401382446 <_> <_> <_>1 0 13 8 -1. <_>1 4 13 4 2. 0 -0.1439307928085327 0.3741979897022247 -0.0222521107643843 <_> <_> <_>11 4 2 14 -1. <_>11 11 2 7 2. 0 -6.0972762294113636e-003 -0.1103809997439385 0.0459969602525234 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 6.1375470831990242e-003 0.0383078083395958 -0.1808677017688751 <_> <_> <_>8 5 6 10 -1. <_>11 5 3 5 2. <_>8 10 3 5 2. 0 -3.6617079749703407e-003 0.0384399183094502 -0.0625407919287682 <_> <_> <_>4 8 10 12 -1. <_>9 8 5 12 2. 0 -0.1585485041141510 0.3446939885616303 -0.0198375005275011 <_> <_> <_>8 5 6 5 -1. <_>8 5 3 5 2. 0 0.0672192871570587 9.5165139064192772e-003 -0.5020645856857300 <_> <_> <_>6 5 6 5 -1. <_>9 5 3 5 2. 0 2.2499680053442717e-003 -0.1306392997503281 0.0648329332470894 <_> <_> <_>13 0 6 7 -1. <_>15 0 2 7 3. 0 0.0846267864108086 5.9339799918234348e-003 -0.4151659011840820 <_> <_> <_>1 0 6 7 -1. <_>3 0 2 7 3. 0 -9.5411221263930202e-004 -0.0937907472252846 0.0754866078495979 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -7.6813949272036552e-003 -0.1482196003198624 0.0290105808526278 <_> <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 -0.0255933199077845 0.1485957950353622 -0.0471959300339222 <_> <_> <_>6 7 12 8 -1. <_>10 7 4 8 3. 0 0.0215083695948124 0.0237826202064753 -0.0966592878103256 <_> <_> <_>0 14 18 5 -1. <_>6 14 6 5 3. 0 0.0344631001353264 -0.0374100692570210 0.2201530039310455 <_> <_> <_>0 13 20 4 -1. <_>10 13 10 2 2. <_>0 15 10 2 2. 0 -0.0378603003919125 -0.5004746913909912 0.0140598695725203 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 1.2028450146317482e-003 -0.0650870576500893 0.0895834863185883 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 0.0167535208165646 4.9179811030626297e-003 -0.4303090870380402 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 1.6640779795125127e-003 0.0408074297010899 -0.1446996033191681 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 3.4473428968340158e-003 -0.0399101786315441 0.1527296006679535 <_> <_> <_>0 8 8 6 -1. <_>0 10 8 2 3. 0 8.9918142184615135e-003 0.0710712671279907 -0.0861699134111404 <_> <_> <_>4 8 15 2 -1. <_>4 9 15 1 2. 0 8.3185202674940228e-004 -0.2573918998241425 0.0179410893470049 <_> <_> <_>0 9 6 5 -1. <_>3 9 3 5 2. 0 -6.8142730742692947e-003 0.1382316052913666 -0.0539945401251316 <_> <_> <_>13 9 6 5 -1. <_>13 9 3 5 2. 0 2.9746210202574730e-003 -0.0415502600371838 0.0398397706449032 <_> <_> <_>1 9 6 5 -1. <_>4 9 3 5 2. 0 2.5836620479822159e-003 -0.0706564933061600 0.0950455069541931 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 2.7143809711560607e-004 0.0580700710415840 -0.1278176009654999 <_> <_> <_>0 0 14 19 -1. <_>7 0 7 19 2. 0 0.3541829884052277 5.4909070022404194e-003 -0.9796069860458374 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 0.0253186505287886 -0.0144109698012471 0.2621912956237793 <_> <_> <_>3 0 4 14 -1. <_>3 0 2 7 2. <_>5 7 2 7 2. 0 -2.2658439411316067e-004 0.0529978498816490 -0.1162934973835945 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 6.8859090097248554e-003 0.0164373107254505 -0.2034949064254761 <_> <_> <_>2 4 14 3 -1. <_>2 5 14 1 3. 0 0.0116074597463012 -0.0366510115563869 0.1518401056528091 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 -4.8253959976136684e-003 -0.2347615063190460 0.0379140116274357 <_> <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 2.5656020734459162e-003 0.0351856388151646 -0.1854071021080017 <_> <_> <_>6 2 14 18 -1. <_>13 2 7 9 2. <_>6 11 7 9 2. 0 0.1260139942169190 -9.8542850464582443e-003 0.2552069127559662 <_> <_> <_>5 9 9 6 -1. <_>5 12 9 3 2. 0 2.7164958883076906e-003 -0.0217484403401613 0.2546752989292145 <_> <_> <_>0 1 20 18 -1. <_>10 1 10 9 2. <_>0 10 10 9 2. 0 0.3235602974891663 8.8657345622777939e-003 -0.7038357257843018 <_> <_> <_>4 10 7 4 -1. <_>4 12 7 2 2. 0 -8.4016058826819062e-004 0.0368313603103161 -0.1495326012372971 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 3.3291990403085947e-003 0.0481858402490616 -0.1229047030210495 <_> <_> <_>1 0 14 12 -1. <_>1 4 14 4 3. 0 0.2113053947687149 6.5245870500802994e-003 -0.8829386234283447 <_> <_> <_>9 0 6 8 -1. <_>9 0 3 8 2. 0 5.0388509407639503e-003 -0.0670799463987350 0.0378497093915939 <_> <_> <_>4 2 12 5 -1. <_>8 2 4 5 3. 0 -0.0278623998165131 0.3346948921680450 -0.0188165009021759 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 3.8636629469692707e-003 0.0436447300016880 -0.1748148947954178 <_> <_> <_>4 0 8 10 -1. <_>8 0 4 10 2. 0 0.1048030033707619 -0.0157375298440456 0.4209423959255219 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -3.4130848944187164e-003 -0.1083557009696960 0.0437177903950214 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0463969707489014 -0.7568007707595825 8.6701400578022003e-003 <_> <_> <_>9 2 2 13 -1. <_>9 2 1 13 2. 0 5.3708078339695930e-003 -0.0417978018522263 0.1482471972703934 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -6.1126388609409332e-003 0.1867371946573257 -0.0433874912559986 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0425093211233616 0.0116906799376011 -0.4374065995216370 <_> <_> <_>0 4 18 10 -1. <_>0 4 9 5 2. <_>9 9 9 5 2. 0 0.0104730203747749 0.0431436300277710 -0.1565439999103546 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 -0.0472239591181278 -0.7448353767395020 3.4918629098683596e-003 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 0.0530903600156307 0.0104081500321627 -0.5349944829940796 <_> <_> <_>4 3 16 6 -1. <_>12 3 8 3 2. <_>4 6 8 3 2. 0 -7.0432561915367842e-004 0.0333841703832150 -0.0737060308456421 <_> <_> <_>3 4 5 9 -1. <_>3 7 5 3 3. 0 7.5942431576550007e-003 -0.0291070491075516 0.1946886032819748 <_> <_> <_>8 4 12 5 -1. <_>12 4 4 5 3. 0 0.0226769894361496 0.0338038206100464 -0.2762761116027832 <_> <_> <_>3 9 8 4 -1. <_>3 11 8 2 2. 0 6.6533521749079227e-003 -0.0265782400965691 0.2428331971168518 <_> <_> <_>11 0 2 15 -1. <_>11 0 1 15 2. 0 3.7712270859628916e-003 0.0265542995184660 -0.0649529173970222 <_> <_> <_>7 0 2 15 -1. <_>8 0 1 15 2. 0 -2.0740530453622341e-003 -0.1796897053718567 0.0315321609377861 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -1.5632519498467445e-003 0.0531096793711185 -0.0874156281352043 <_> <_> <_>8 3 4 8 -1. <_>10 3 2 8 2. 0 0.0125408899039030 -0.0341364592313766 0.2209753990173340 <_> <_> <_>9 13 6 7 -1. <_>11 13 2 7 3. 0 -3.2660199794918299e-003 -0.0552616082131863 0.0326695591211319 <_> <_> <_>4 14 9 5 -1. <_>7 14 3 5 3. 0 -8.2185603678226471e-003 -0.1447837948799133 0.0557439289987087 <_> <_> <_>15 3 4 17 -1. <_>15 3 2 17 2. 0 -0.0558110401034355 0.1723794043064117 -0.0144565198570490 <_> <_> <_>1 6 4 13 -1. <_>3 6 2 13 2. 0 -0.1472315937280655 -0.8139231204986572 7.4356291443109512e-003 <_> <_> <_>11 12 4 7 -1. <_>11 12 2 7 2. 0 -5.8468529023230076e-003 -0.0690434426069260 0.0194567907601595 <_> <_> <_>0 1 6 7 -1. <_>2 1 2 7 3. 0 0.0194622203707695 -0.0354722291231155 0.1666630059480667 <_> <_> <_>9 12 6 7 -1. <_>11 12 2 7 3. 0 0.0583534687757492 3.0551329255104065e-003 -0.3928912878036499 <_> <_> <_>5 12 6 7 -1. <_>7 12 2 7 3. 0 0.0437858290970325 0.0135746300220490 -0.4615235924720764 <_> <_> <_>7 7 6 8 -1. <_>9 7 2 8 3. 0 -0.0519043505191803 0.6380243897438049 -9.6664745360612869e-003 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 -7.7811058145016432e-004 -0.0993032231926918 0.0560946017503738 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 4.9657518975436687e-003 0.0414193682372570 -0.1127481982111931 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -5.4516079835593700e-003 0.1739906072616577 -0.0411477312445641 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 5.0428751856088638e-003 -0.0412552207708359 0.1379422992467880 <_> <_> <_>2 9 14 3 -1. <_>2 10 14 1 3. 0 -1.6985220136120915e-003 -0.2287479043006897 0.0252749808132648 <_> <_> <_>8 7 7 4 -1. <_>8 9 7 2 2. 0 0.0827642381191254 3.3066510222852230e-003 -0.6911343932151794 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 3.9285849779844284e-003 -0.0790433585643768 0.0662188529968262 <_> <_> <_>13 12 5 6 -1. <_>13 15 5 3 2. 0 -0.0306012406945229 -0.2651745080947876 0.0164678506553173 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0199411604553461 0.1543180942535400 -0.0361006893217564 <_> <_> <_>4 5 16 3 -1. <_>4 5 8 3 2. 0 0.0805200636386871 0.0170159190893173 -0.3344888091087341 <_> <_> <_>5 3 4 14 -1. <_>5 10 4 7 2. 0 0.0703238472342491 0.0171224400401115 -0.3330214023590088 <_> <_> <_>4 13 15 5 -1. <_>9 13 5 5 3. 0 -0.0528509393334389 0.0624214000999928 -0.0146901998668909 <_> <_> <_>0 3 14 2 -1. <_>0 4 14 1 2. 0 -7.1594159817323089e-004 -0.1133515015244484 0.0522607900202274 <_> <_> <_>4 13 15 5 -1. <_>9 13 5 5 3. 0 0.2146997004747391 9.9299731664359570e-004 -0.9999758005142212 <_> <_> <_>1 13 15 5 -1. <_>6 13 5 5 3. 0 0.0870425924658775 -0.0123297600075603 0.5026066899299622 <_> <_> <_>12 0 8 6 -1. <_>12 2 8 2 3. 0 -5.8731262106448412e-004 -0.0993464663624763 0.0517056100070477 <_> <_> <_>3 10 6 5 -1. <_>6 10 3 5 2. 0 -0.0442152209579945 -0.3936890065670013 0.0139208501204848 <_> <_> <_>4 7 14 8 -1. <_>11 7 7 4 2. <_>4 11 7 4 2. 0 -0.0876762270927429 0.3015744090080261 -6.8702381104230881e-003 <_> <_> <_>2 7 14 8 -1. <_>2 7 7 4 2. <_>9 11 7 4 2. 0 -0.0484539903700352 0.2547787129878998 -0.0224577505141497 <_> <_> <_>11 0 2 20 -1. <_>11 0 1 20 2. 0 -2.1567570511251688e-003 -0.1356289982795715 0.0317253991961479 <_> <_> <_>7 0 2 20 -1. <_>8 0 1 20 2. 0 3.9050900377333164e-003 0.0491008907556534 -0.1186105981469154 <_> <_> <_>10 5 6 8 -1. <_>12 5 2 8 3. 0 -3.9808028377592564e-003 0.0483339093625546 -0.0558970794081688 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 2.9744929634034634e-003 -0.0648024529218674 0.0935835018754005 <_> <_> <_>3 2 14 4 -1. <_>10 2 7 2 2. <_>3 4 7 2 2. 0 0.0258752293884754 0.0184876099228859 -0.3343634903430939 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 -1.9373580580577254e-003 0.2200064957141876 -0.0254049804061651 <_> <_> <_>8 4 9 16 -1. <_>11 4 3 16 3. 0 -0.0201716292649508 -0.0782283097505569 0.0454627908766270 <_> <_> <_>4 5 6 8 -1. <_>6 5 2 8 3. 0 -0.0260881409049034 0.1763706952333450 -0.0450972989201546 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 5 2. <_>7 15 3 5 2. 0 -0.0268683005124331 -0.3265641927719116 0.0179942306131125 <_> <_> <_>5 11 5 6 -1. <_>5 14 5 3 2. 0 -7.0211151614785194e-004 0.0396719984710217 -0.1453354060649872 <_> <_> <_>4 8 13 8 -1. <_>4 12 13 4 2. 0 8.3507681265473366e-003 -0.0230517294257879 0.1885076016187668 <_> <_> <_>0 9 10 6 -1. <_>0 9 5 3 2. <_>5 12 5 3 2. 0 4.6823569573462009e-003 0.0299965608865023 -0.2070102989673615 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 3.3109660726040602e-003 0.0565367303788662 -0.1683558970689774 <_> <_> <_>4 0 5 8 -1. <_>4 4 5 4 2. 0 7.6425541192293167e-003 -0.0414239503443241 0.1255751997232437 <_> <_> <_>8 1 4 10 -1. <_>8 6 4 5 2. 0 -2.4713110178709030e-003 0.0721561536192894 -0.1076773032546043 <_> <_> <_>6 3 7 10 -1. <_>6 8 7 5 2. 0 -9.9495360627770424e-003 -0.1818761974573135 0.0335672311484814 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 1.9820800516754389e-003 -0.0564887188374996 0.1074149012565613 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 0.0232544392347336 -0.0165433492511511 0.3646667897701263 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 -0.0541779212653637 -1. 3.3418419770896435e-003 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 6.1567849479615688e-004 0.0401593297719955 -0.1646022051572800 <_> <_> <_>9 12 9 4 -1. <_>9 14 9 2 2. 0 -4.2699510231614113e-003 -0.0569786205887794 0.0444809012115002 <_> <_> <_>2 12 16 4 -1. <_>2 12 8 2 2. <_>10 14 8 2 2. 0 1.9749389030039310e-003 0.0592836812138557 -0.1079126000404358 <_> <_> <_>10 14 10 6 -1. <_>15 14 5 3 2. <_>10 17 5 3 2. 0 -5.8583128266036510e-003 0.1373405009508133 -0.0342315211892128 <_> <_> <_>4 1 8 8 -1. <_>4 1 4 4 2. <_>8 5 4 4 2. 0 -7.2995189111679792e-004 -0.1007506027817726 0.0547331608831882 <_> <_> <_>2 12 18 7 -1. <_>8 12 6 7 3. 0 -0.0299307405948639 0.0638825595378876 -0.0410270206630230 <_> <_> <_>3 13 12 6 -1. <_>3 13 6 3 2. <_>9 16 6 3 2. 0 -0.0517387501895428 -0.7271345853805542 7.4993381276726723e-003 <_> <_> <_>4 12 13 4 -1. <_>4 14 13 2 2. 0 0.0240211896598339 7.8491801396012306e-003 -0.5579447150230408 <_> <_> <_>6 0 2 15 -1. <_>7 0 1 15 2. 0 -3.7574321031570435e-003 -0.1608687937259674 0.0310159903019667 <_> <_> <_>4 2 16 18 -1. <_>12 2 8 9 2. <_>4 11 8 9 2. 0 -0.0626356825232506 0.0905778631567955 -0.0290337707847357 <_> <_> <_>1 16 18 4 -1. <_>7 16 6 4 3. 0 0.0193634293973446 -0.0499205887317657 0.1283577978610992 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0350728891789913 0.2139184027910233 -8.8168960064649582e-003 <_> <_> <_>4 0 12 9 -1. <_>8 0 4 9 3. 0 -0.0132433101534843 0.2334969937801361 -0.0230880193412304 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -0.0312908291816711 -0.6949509978294373 9.3020889908075333e-003 <_> <_> <_>4 9 6 6 -1. <_>7 9 3 6 2. 0 7.2391419671475887e-003 0.0284858494997025 -0.1831077039241791 <_> <_> <_>7 12 12 8 -1. <_>13 12 6 4 2. <_>7 16 6 4 2. 0 6.6785318776965141e-003 -0.0491329506039619 0.0541816912591457 <_> <_> <_>1 12 12 8 -1. <_>1 12 6 4 2. <_>7 16 6 4 2. 0 -0.0368255712091923 0.3312020897865295 -0.0213599298149347 <_> <_> <_>0 10 20 9 -1. <_>0 13 20 3 3. 0 -0.0455073416233063 -0.1289349049329758 0.0495459884405136 <_> <_> <_>4 5 10 6 -1. <_>4 5 5 3 2. <_>9 8 5 3 2. 0 7.7639957889914513e-003 -0.0362556204199791 0.1532140970230103 <_> <_> <_>13 3 7 6 -1. <_>13 5 7 2 3. 0 0.0604176111519337 4.5740022324025631e-003 -0.6754109263420105 <_> <_> <_>8 1 4 14 -1. <_>8 1 2 7 2. <_>10 8 2 7 2. 0 2.4624960497021675e-003 0.0536741614341736 -0.1132654026150703 <_> <_> <_>12 8 5 6 -1. <_>12 11 5 3 2. 0 7.3594506829977036e-005 -0.0356489308178425 0.0254589691758156 <_> <_> <_>3 8 5 6 -1. <_>3 11 5 3 2. 0 -4.0958370082080364e-003 0.1556290984153748 -0.0393906012177467 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 2.8689370083156973e-005 -0.0848233029246330 0.0382542386651039 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -4.6220528893172741e-003 -0.1899452954530716 0.0335087589919567 <_> <_> <_>2 0 18 4 -1. <_>8 0 6 4 3. 0 -8.5343196988105774e-003 0.1121253967285156 -0.0339684896171093 <_> <_> <_>6 5 3 14 -1. <_>6 12 3 7 2. 0 -0.0588038489222527 -0.5124431252479553 0.0107895499095321 <_> <_> <_>5 17 15 3 -1. <_>10 17 5 3 3. 0 0.0607199296355248 -0.0125550301745534 0.2250975966453552 <_> <_> <_>3 0 6 7 -1. <_>6 0 3 7 2. 0 1.1038020020350814e-003 -0.0962944924831390 0.0567274801433086 <_> <_> <_>8 3 12 17 -1. <_>8 3 6 17 2. 0 -3.8484560791403055e-003 0.0405734591186047 -0.0253268592059612 <_> <_> <_>0 2 16 12 -1. <_>8 2 8 12 2. 0 -0.0107710501179099 0.0887356325984001 -0.0556286796927452 <_> <_> <_>7 6 6 12 -1. <_>7 12 6 6 2. 0 0.0120168095454574 0.0235662795603275 -0.2459058016538620 <_> <_> <_>8 8 4 8 -1. <_>8 12 4 4 2. 0 -1.1656560236588120e-003 -0.0374173000454903 0.1650328934192658 <_> <_> <_>8 7 12 10 -1. <_>14 7 6 5 2. <_>8 12 6 5 2. 0 0.0321376286447048 0.0142459701746702 -0.2648085057735443 <_> <_> <_>4 1 12 5 -1. <_>10 1 6 5 2. 0 0.0233316700905561 -0.0352887213230133 0.1844782978296280 <_> <_> <_>7 2 8 8 -1. <_>11 2 4 4 2. <_>7 6 4 4 2. 0 -0.0126853203400970 -0.1175730973482132 0.0164369102567434 <_> <_> <_>5 2 8 8 -1. <_>5 2 4 4 2. <_>9 6 4 4 2. 0 7.3903938755393028e-005 -0.1027147993445396 0.0743014365434647 <_> <_> <_>3 14 14 6 -1. <_>3 17 14 3 2. 0 -0.1092547029256821 -0.8316531777381897 5.6438110768795013e-003 <_> <_> <_>3 3 5 12 -1. <_>3 7 5 4 3. 0 -0.1332435011863709 0.7772982120513916 -8.3403270691633224e-003 <_> <_> <_>15 4 5 6 -1. <_>15 7 5 3 2. 0 8.9381448924541473e-004 -0.0595243014395237 0.0411730892956257 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 0.0103186499327421 0.0159264300018549 -0.3163779079914093 <_> <_> <_>15 4 5 9 -1. <_>15 7 5 3 3. 0 -5.2297548390924931e-003 -0.0711665600538254 0.0334892906248569 <_> <_> <_>8 6 4 14 -1. <_>8 6 2 7 2. <_>10 13 2 7 2. 0 0.0164096206426620 -0.0264541208744049 0.1958996951580048 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0140687096863985 -0.0393641404807568 0.1397742033004761 <_> <_> <_>5 0 8 10 -1. <_>5 0 4 5 2. <_>9 5 4 5 2. 0 6.6486410796642303e-003 0.0640708282589912 -0.1049339994788170 <_> <_> <_>9 12 6 7 -1. <_>11 12 2 7 3. 0 -0.0180306192487478 0.0839429125189781 -0.0133991595357656 <_> <_> <_>5 12 6 7 -1. <_>7 12 2 7 3. 0 -0.0440343692898750 -0.5582545995712280 9.7633162513375282e-003 <_> <_> <_>13 9 7 6 -1. <_>13 11 7 2 3. 0 -8.0966893583536148e-003 -0.2048978954553604 0.0265202000737190 <_> <_> <_>1 1 16 6 -1. <_>1 3 16 2 3. 0 5.0180461257696152e-003 -0.1166120991110802 0.0457916706800461 <_> <_> <_>2 1 17 6 -1. <_>2 3 17 2 3. 0 -0.0170646291226149 0.2628273069858551 -0.0203906390815973 <_> <_> <_>4 4 2 16 -1. <_>4 12 2 8 2. 0 0.0718501731753349 -6.9503681734204292e-003 0.6703253984451294 <_> <_> <_>7 6 10 14 -1. <_>12 6 5 7 2. <_>7 13 5 7 2. 0 -0.0569143705070019 -0.1347790062427521 0.0183990802615881 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -3.2365729566663504e-003 0.0696738511323929 -0.0723145306110382 <_> <_> <_>4 9 12 6 -1. <_>10 9 6 3 2. <_>4 12 6 3 2. 0 0.0418189093470573 0.0111514599993825 -0.5168011188507080 <_> <_> <_>1 8 18 3 -1. <_>7 8 6 3 3. 0 -6.1106588691473007e-003 -0.1316394060850143 0.0437965095043182 <_> <_> <_>2 13 18 7 -1. <_>8 13 6 7 3. 0 -0.0355609096586704 0.0680055022239685 -0.0363310202956200 <_> <_> <_>1 8 15 3 -1. <_>6 8 5 3 3. 0 0.0687891691923141 0.0146989598870277 -0.3821229934692383 <_> <_> <_>6 0 12 7 -1. <_>10 0 4 7 3. 0 -0.0783133730292320 0.2029606997966766 -8.6810020729899406e-003 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 3.9626220241189003e-003 -0.0357978902757168 0.1390551030635834 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 -0.0338740386068821 -0.2225342988967896 7.5455638580024242e-003 <_> <_> <_>6 7 6 8 -1. <_>6 11 6 4 2. 0 -0.0647558569908142 0.4752154946327210 -0.0109706800431013 <_> <_> <_>9 2 4 12 -1. <_>9 6 4 4 3. 0 0.0266479402780533 0.0154453096911311 -0.2678577899932861 <_> <_> <_>0 9 7 6 -1. <_>0 11 7 2 3. 0 -0.0307311099022627 -0.4766868948936462 9.6429884433746338e-003 <_> <_> <_>15 4 5 9 -1. <_>15 7 5 3 3. 0 -0.0240227002650499 -0.1063396036624908 0.0128490403294563 <_> <_> <_>2 18 13 2 -1. <_>2 19 13 1 2. 0 -1.3036349555477500e-003 0.0735241770744324 -0.0680749192833900 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -9.8344050347805023e-003 -0.1184355020523071 0.0428666993975639 <_> <_> <_>6 6 8 12 -1. <_>6 10 8 4 3. 0 0.0871021971106529 -0.0400882586836815 0.1780454069375992 <_> <_> <_>7 9 6 9 -1. <_>7 12 6 3 3. 0 0.0204115696251392 0.0168499890714884 -0.3895365893840790 <_> <_> <_>0 7 11 4 -1. <_>0 9 11 2 2. 0 0.0958752632141113 5.9905550442636013e-003 -0.8152565956115723 <_> <_> <_>8 12 10 6 -1. <_>13 12 5 3 2. <_>8 15 5 3 2. 0 6.4893220551311970e-003 -0.0240392293781042 0.0538711696863174 <_> <_> <_>2 12 10 6 -1. <_>2 12 5 3 2. <_>7 15 5 3 2. 0 -9.6279237186536193e-004 0.0942991897463799 -0.0644360184669495 <_> <_> <_>12 14 8 6 -1. <_>12 16 8 2 3. 0 -3.7659960798919201e-004 -0.0622968785464764 0.0412518493831158 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 6.5272641368210316e-003 0.0513251312077045 -0.1303779035806656 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 0.0214291103184223 -0.0119896596297622 0.2628045976161957 <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 -5.0938720814883709e-003 0.0634189471602440 -0.0905663371086121 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 -2.5309680495411158e-003 0.0602977611124516 -0.0250494703650475 <_> <_> <_>7 6 4 8 -1. <_>7 10 4 4 2. 0 -1.5915350522845984e-003 -0.1217119023203850 0.0377379916608334 <_> <_> <_>9 8 11 4 -1. <_>9 10 11 2 2. 0 -0.0340307094156742 0.4641343057155609 -3.5409750416874886e-003 <_> <_> <_>6 6 5 10 -1. <_>6 11 5 5 2. 0 5.1074200309813023e-003 0.0398238301277161 -0.1264553964138031 <_> <_> <_>4 7 14 6 -1. <_>4 9 14 2 3. 0 -9.6449116244912148e-003 0.3346425890922546 -6.6040740348398685e-003 <_> <_> <_>4 4 12 8 -1. <_>4 4 6 4 2. <_>10 8 6 4 2. 0 0.0114228604361415 -0.0360804200172424 0.1371455043554306 <_> <_> <_>5 5 12 5 -1. <_>5 5 6 5 2. 0 -5.1042139530181885e-003 -0.0939868092536926 0.0288447793573141 <_> <_> <_>1 3 15 12 -1. <_>6 3 5 12 3. 0 -0.2633227109909058 0.4998092949390411 -0.0101732499897480 <_> <_> <_>13 3 6 17 -1. <_>13 3 3 17 2. 0 -0.2455663979053497 -0.8177834749221802 6.9596339017152786e-003 <_> <_> <_>1 3 6 17 -1. <_>4 3 3 17 2. 0 -0.2141932994127274 -0.5104051828384399 9.4540230929851532e-003 <_> <_> <_>14 1 6 9 -1. <_>14 4 6 3 3. 0 -0.0143632199615240 -0.0910009816288948 0.0246466696262360 <_> <_> <_>4 0 8 6 -1. <_>4 3 8 3 2. 0 -1.2388969771564007e-003 0.1154457032680512 -0.0495656207203865 <_> <_> <_>5 4 15 3 -1. <_>5 5 15 1 3. 0 0.0210151206701994 -0.0177658796310425 0.1957785934209824 <_> <_> <_>0 5 8 4 -1. <_>0 7 8 2 2. 0 -4.1783051565289497e-003 -0.1117286011576653 0.0446254499256611 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 2.0896939095109701e-003 -0.0339887291193008 0.0655395016074181 <_> <_> <_>0 2 2 13 -1. <_>1 2 1 13 2. 0 0.0164100602269173 -0.0203732699155808 0.2533153891563416 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -0.0642668828368187 -0.6588014960289002 3.4550630953162909e-003 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 6.8898178869858384e-004 0.0676432475447655 -0.0875562429428101 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 5.6662331335246563e-003 0.0306383091956377 -0.1189554035663605 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0437781214714050 -0.2830913066864014 0.0177136305719614 <_> <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 3.4748481120914221e-003 -0.0957871228456497 0.0426304005086422 <_> <_> <_>2 12 16 4 -1. <_>2 14 16 2 2. 0 -0.0116739403456450 -0.1050257012248039 0.0509038902819157 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 -3.4004659391939640e-003 0.1047071963548660 -0.0409391410648823 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 2.7091780211776495e-003 -0.0605246014893055 0.1397895067930222 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 -0.0174393001943827 -0.3239116966724396 0.0146302497014403 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -0.0125983301550150 -0.2068262994289398 0.0255018696188927 <_> <_> <_>6 2 8 6 -1. <_>6 4 8 2 3. 0 0.0187558699399233 -0.0479259602725506 0.1086438000202179 <_> <_> <_>6 5 7 4 -1. <_>6 7 7 2 2. 0 -4.2074159719049931e-003 -0.0820778086781502 0.0636477693915367 <_> <_> <_>9 5 10 9 -1. <_>9 8 10 3 3. 0 -1.6427719674538821e-004 0.1012039035558701 -0.0340679287910461 <_> <_> <_>0 10 18 4 -1. <_>0 10 9 2 2. <_>9 12 9 2 2. 0 0.0438476912677288 6.0980222187936306e-003 -0.8368598222732544 <_> <_> <_>8 7 6 9 -1. <_>10 7 2 9 3. 0 -0.0392846800386906 0.2825056016445160 -0.0223892591893673 <_> <_> <_>6 4 4 7 -1. <_>8 4 2 7 2. 0 0.0385509096086025 0.0155704896897078 -0.3397862017154694 <_> <_> <_>9 6 9 10 -1. <_>12 6 3 10 3. 0 -0.0691770315170288 0.1225832030177116 -0.0178501792252064 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -1.9251030171290040e-003 -0.1068774983286858 0.0463795103132725 <_> <_> <_>10 14 10 6 -1. <_>15 14 5 3 2. <_>10 17 5 3 2. 0 -8.6635202169418335e-003 0.0964127480983734 -0.0175632499158382 <_> <_> <_>0 6 5 12 -1. <_>0 10 5 4 3. 0 0.1339350938796997 6.3692941330373287e-003 -0.7017058730125427 <_> <_> <_>9 6 9 10 -1. <_>12 6 3 10 3. 0 0.0410823486745358 -0.0110775697976351 0.1346375048160553 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1491145044565201 9.5263421535491943e-003 -0.5087255239486694 <_> <_> <_>6 13 10 7 -1. <_>6 13 5 7 2. 0 -5.2500818856060505e-003 0.0700255781412125 -0.0428802706301212 <_> <_> <_>0 2 6 17 -1. <_>3 2 3 17 2. 0 0.0228235702961683 -0.0418840497732162 0.1177031993865967 <_> <_> <_>10 14 9 5 -1. <_>13 14 3 5 3. 0 -8.5306530818343163e-003 0.0612221397459507 -0.0249445494264364 <_> <_> <_>1 14 9 5 -1. <_>4 14 3 5 3. 0 0.0119717298075557 0.0396627709269524 -0.1626774072647095 <_> <_> <_>7 13 7 6 -1. <_>7 15 7 2 3. 0 -0.0389382690191269 0.2574352025985718 -0.0163562390953302 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -0.0217063892632723 -0.3199867904186249 0.0171352904289961 <_> <_> <_>12 10 8 6 -1. <_>12 12 8 2 3. 0 6.6900630481541157e-003 0.0261018499732018 -0.1098072975873947 <_> <_> <_>2 6 9 9 -1. <_>5 6 3 9 3. 0 -0.0722708329558373 0.1943113058805466 -0.0260443594306707 <_> <_> <_>12 10 7 6 -1. <_>12 12 7 2 3. 0 -6.7073688842356205e-003 -0.1774785071611404 0.0458629988133907 <_> <_> <_>3 2 4 12 -1. <_>5 2 2 12 2. 0 0.0550193600356579 -8.3471573889255524e-003 0.6051154136657715 <_> <_> <_>9 1 7 15 -1. <_>9 6 7 5 3. 0 0.1314264982938767 -5.7535418309271336e-003 0.2916753888130188 <_> <_> <_>6 10 4 7 -1. <_>8 10 2 7 2. 0 -1.6564460238441825e-003 0.0700030326843262 -0.0626908764243126 <_> <_> <_>5 0 10 20 -1. <_>10 0 5 10 2. <_>5 10 5 10 2. 0 0.1544540971517563 6.1896732077002525e-003 -0.7432330250740051 <_> <_> <_>7 10 6 10 -1. <_>9 10 2 10 3. 0 -5.0357519648969173e-003 -0.1133328974246979 0.0387417711317539 <_> <_> <_>12 7 7 4 -1. <_>12 9 7 2 2. 0 2.2772569209337234e-003 -0.1134053021669388 0.0213194005191326 <_> <_> <_>2 7 16 4 -1. <_>2 7 8 2 2. <_>10 9 8 2 2. 0 3.3173530828207731e-003 0.0442733317613602 -0.1045982986688614 <_> <_> <_>5 10 12 10 -1. <_>5 10 6 10 2. 0 -0.0296928007155657 0.0924837663769722 -0.0233426094055176 <_> <_> <_>6 1 2 16 -1. <_>6 9 2 8 2. 0 0.0629378408193588 -0.0129982801154256 0.3888793885707855 <_> <_> <_>6 2 12 10 -1. <_>6 7 12 5 2. 0 3.6641359329223633e-003 0.0320998206734657 -0.0396479889750481 <_> <_> <_>2 4 14 6 -1. <_>2 4 7 3 2. <_>9 7 7 3 2. 0 4.4782999902963638e-003 -0.0457013286650181 0.1069701015949249 <_> <_> <_>5 0 11 12 -1. <_>5 4 11 4 3. 0 1.8147319788113236e-003 -0.0328718200325966 0.1064793989062309 <_> <_> <_>7 1 6 12 -1. <_>7 5 6 4 3. 0 4.8941639252007008e-003 0.0279110092669725 -0.2172559052705765 <_> <_> <_>9 8 11 4 -1. <_>9 10 11 2 2. 0 -4.4425828382372856e-003 -0.1347015053033829 0.0107814101502299 <_> <_> <_>0 8 11 4 -1. <_>0 10 11 2 2. 0 -0.0254934001713991 0.6837146878242493 -7.7452720142900944e-003 <_> <_> <_>1 8 19 6 -1. <_>1 11 19 3 2. 0 0.0278354492038488 0.0241442993283272 -0.1517059952020645 <_> <_> <_>7 0 6 8 -1. <_>7 4 6 4 2. 0 7.5548859313130379e-003 -0.0476434007287025 0.1192577034235001 <_> <_> <_>5 3 15 2 -1. <_>5 4 15 1 2. 0 0.0103296097368002 0.0186468102037907 -0.1612257063388825 <_> <_> <_>2 7 14 6 -1. <_>2 9 14 2 3. 0 -0.0123933898285031 0.6030492186546326 -7.7566630207002163e-003 <_> <_> <_>3 0 17 6 -1. <_>3 2 17 2 3. 0 0.0138337695971131 -0.0276172999292612 0.0512668788433075 <_> <_> <_>0 0 17 6 -1. <_>0 2 17 2 3. 0 -0.0256693195551634 0.2380135953426361 -0.0239719096571207 <_> <_> <_>13 2 7 4 -1. <_>13 4 7 2 2. 0 -5.2043660543859005e-003 -0.1072179004549980 0.0266450494527817 <_> <_> <_>0 2 7 4 -1. <_>0 4 7 2 2. 0 3.4628969151526690e-003 0.0543134100735188 -0.1345832049846649 <_> <_> <_>8 1 12 10 -1. <_>14 1 6 5 2. <_>8 6 6 5 2. 0 -0.0192206799983978 0.0729963928461075 -0.0406521111726761 <_> <_> <_>2 1 4 8 -1. <_>2 5 4 4 2. 0 -2.5009829550981522e-003 -0.0776712968945503 0.0590965412557125 <_> <_> <_>5 1 11 10 -1. <_>5 6 11 5 2. 0 -8.5285156965255737e-003 0.0490508116781712 -0.0640783533453941 <_> <_> <_>3 9 10 6 -1. <_>3 9 5 3 2. <_>8 12 5 3 2. 0 4.3327538296580315e-003 0.0252210106700659 -0.1935898065567017 <_> <_> <_>12 7 7 4 -1. <_>12 9 7 2 2. 0 0.0365959703922272 -0.0162625908851624 0.1565123945474625 <_> <_> <_>2 7 12 8 -1. <_>6 7 4 8 3. 0 -1.1795730097219348e-003 -0.0724680721759796 0.0704494863748550 <_> <_> <_>10 10 8 4 -1. <_>10 10 4 4 2. 0 -0.0139758298173547 -0.1178947016596794 0.0212920494377613 <_> <_> <_>2 10 8 4 -1. <_>6 10 4 4 2. 0 -1.3828700175508857e-003 0.0792835429310799 -0.0951041206717491 <_> <_> <_>3 10 16 3 -1. <_>3 10 8 3 2. 0 -2.9435830656439066e-003 0.0703684315085411 -0.0332179106771946 <_> <_> <_>1 11 6 5 -1. <_>4 11 3 5 2. 0 9.5262555405497551e-003 -0.0297336205840111 0.1667045950889587 <_> <_> <_>10 7 9 9 -1. <_>13 7 3 9 3. 0 -0.0901142731308937 -0.1662537008523941 8.6199166253209114e-003 <_> <_> <_>1 7 9 9 -1. <_>4 7 3 9 3. 0 -1.2089919764548540e-003 0.0810838565230370 -0.0730291232466698 <_> <_> <_>5 5 12 5 -1. <_>5 5 6 5 2. 0 -0.1419996023178101 -1. 2.2284830920398235e-003 <_> <_> <_>3 5 12 5 -1. <_>9 5 6 5 2. 0 8.0690719187259674e-003 0.0474122203886509 -0.1017893031239510 <_> <_> <_>2 3 16 2 -1. <_>2 3 8 2 2. 0 -4.7410889528691769e-003 0.1205111965537071 -0.0499574802815914 <_> <_> <_>2 8 7 6 -1. <_>2 10 7 2 3. 0 -1.6977200284600258e-003 -0.2417144030332565 0.0195343699306250 <_> <_> <_>7 8 9 6 -1. <_>7 10 9 2 3. 0 -2.8892089612782001e-003 0.2572799026966095 -0.0116250598803163 <_> <_> <_>3 0 3 15 -1. <_>4 0 1 15 3. 0 -1.5177440363913774e-003 -0.0987841933965683 0.0467061288654804 <_> <_> <_>3 10 16 3 -1. <_>3 10 8 3 2. 0 0.1419731974601746 -2.5096370372921228e-003 0.7545061111450195 <_> <_> <_>1 10 16 3 -1. <_>9 10 8 3 2. 0 0.0975179374217987 -6.9059049710631371e-003 0.6518443226814270 <_> <_> <_>12 0 8 19 -1. <_>12 0 4 19 2. 0 0.0135673796758056 -0.0763251930475235 0.0880545824766159 <_> <_> <_>0 0 8 19 -1. <_>4 0 4 19 2. 0 0.0809814631938934 0.0155581096187234 -0.3460162878036499 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 -4.7192731872200966e-003 0.0816200226545334 -0.0460722893476486 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.0368969999253750e-003 -0.0448176302015781 0.1286139041185379 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 -1.7878509825095534e-003 0.0437313318252563 -0.0449959486722946 <_> <_> <_>0 12 16 4 -1. <_>0 12 8 2 2. <_>8 14 8 2 2. 0 -7.1685528382658958e-003 -0.1359799951314926 0.0387969911098480 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0674608871340752 -0.2926574051380158 3.5135280340909958e-003 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0155985001474619 0.2310566008090973 -0.0224050693213940 <_> <_> <_>3 3 14 14 -1. <_>10 3 7 7 2. <_>3 10 7 7 2. 0 -0.0210264790803194 -0.1528383046388626 0.0315314494073391 <_> <_> <_>3 6 6 12 -1. <_>5 6 2 12 3. 0 -0.1055836006999016 -0.6836603879928589 6.8997950293123722e-003 <_> <_> <_>5 12 12 6 -1. <_>9 12 4 6 3. 0 -3.6966579500585794e-003 0.0343151502311230 -0.0489227995276451 <_> <_> <_>1 8 14 6 -1. <_>1 8 7 3 2. <_>8 11 7 3 2. 0 -6.0826627304777503e-004 -0.0526384301483631 0.0895469486713409 <_> <_> <_>8 7 12 10 -1. <_>14 7 6 5 2. <_>8 12 6 5 2. 0 -0.0289365407079458 0.0418184809386730 -0.0138181699439883 <_> <_> <_>0 7 12 10 -1. <_>0 7 6 5 2. <_>6 12 6 5 2. 0 -5.8082528412342072e-003 0.0678747966885567 -0.0855787992477417 <_> <_> <_>9 2 6 18 -1. <_>12 2 3 9 2. <_>9 11 3 9 2. 0 -0.0460953786969185 -0.1258478015661240 0.0204669702798128 <_> <_> <_>1 10 8 10 -1. <_>1 10 4 5 2. <_>5 15 4 5 2. 0 0.0529729202389717 -0.0124532599002123 0.3456504940986633 <_> <_> <_>4 14 12 4 -1. <_>4 16 12 2 2. 0 0.0493515990674496 0.0109012397006154 -0.4850698113441467 <_> <_> <_>5 13 6 7 -1. <_>7 13 2 7 3. 0 0.0443778000771999 9.9294837564229965e-003 -0.4387789964675903 <_> <_> <_>5 2 15 5 -1. <_>10 2 5 5 3. 0 -0.1146489009261131 0.2687459886074066 -9.2000560835003853e-003 <_> <_> <_>5 4 9 14 -1. <_>5 11 9 7 2. 0 0.1688783019781113 5.7101310230791569e-003 -0.8597288131713867 <_> <_> <_>8 0 11 4 -1. <_>8 2 11 2 2. 0 0.0511980988085270 -8.5723921656608582e-003 0.1339516937732697 <_> <_> <_>0 14 16 6 -1. <_>0 16 16 2 3. 0 -3.0789880547672510e-003 -0.1033876016736031 0.0434594787657261 <_> <_> <_>10 14 8 6 -1. <_>10 16 8 2 3. 0 0.0472231283783913 8.1934239715337753e-003 -0.4380340874195099 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -7.6270569115877151e-003 0.1871389001607895 -0.0246602501720190 <_> <_> <_>5 8 15 3 -1. <_>5 9 15 1 3. 0 5.4106907919049263e-003 0.0410998314619064 -0.0788682326674461 <_> <_> <_>0 8 19 3 -1. <_>0 9 19 1 3. 0 -1.4900229871273041e-003 -0.2011504024267197 0.0318981595337391 <_> <_> <_>8 16 8 4 -1. <_>8 16 4 4 2. 0 -0.0838316082954407 0.5801793932914734 -5.2973427809774876e-003 <_> <_> <_>4 16 8 4 -1. <_>8 16 4 4 2. 0 6.2233800999820232e-003 -0.0397860594093800 0.1228395029902458 <_> <_> <_>9 5 10 9 -1. <_>9 8 10 3 3. 0 0.1147508025169373 -0.0119754197075963 0.2158671021461487 <_> <_> <_>1 5 10 9 -1. <_>1 8 10 3 3. 0 -1.5253260498866439e-003 0.1380452960729599 -0.0399418808519840 <_> <_> <_>4 7 14 2 -1. <_>4 7 7 2 2. 0 -5.2878521382808685e-003 -0.1279065012931824 0.0328935608267784 <_> <_> <_>2 7 13 2 -1. <_>2 8 13 1 2. 0 8.9670647867023945e-004 -0.1248105987906456 0.0445442497730255 <_> <_> <_>6 5 8 4 -1. <_>6 7 8 2 2. 0 0.0384216606616974 7.7155791223049164e-003 -0.6557546854019165 <_> <_> <_>5 12 9 5 -1. <_>8 12 3 5 3. 0 -9.3785318313166499e-004 0.0556085109710693 -0.0898769125342369 <_> <_> <_>3 6 14 3 -1. <_>3 7 14 1 3. 0 1.9965849351137877e-003 -0.0252976100891829 0.1941318064928055 <_> <_> <_>7 2 4 12 -1. <_>7 6 4 4 3. 0 4.5782068627886474e-004 0.0390891991555691 -0.1290857046842575 <_> <_> <_>2 4 16 4 -1. <_>2 6 16 2 2. 0 3.8373940624296665e-003 -0.0287488698959351 0.1942975074052811 <_> <_> <_>1 4 9 4 -1. <_>1 6 9 2 2. 0 3.7142829387448728e-004 0.0382723584771156 -0.1375918984413147 <_> <_> <_>9 4 11 4 -1. <_>9 6 11 2 2. 0 7.5116259977221489e-003 -0.0144611299037933 0.1265694946050644 <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 -0.0503628402948380 0.3518357872962952 -0.0140518601983786 <_> <_> <_>1 5 18 3 -1. <_>7 5 6 3 3. 0 0.0399216413497925 0.0272804293781519 -0.1995819956064224 <_> <_> <_>1 0 15 7 -1. <_>6 0 5 7 3. 0 0.2260525971651077 -6.8001961335539818e-003 0.7300689816474915 <_> <_> <_>12 0 5 15 -1. <_>12 5 5 5 3. 0 0.1108177974820137 4.3370737694203854e-003 -0.8682916164398193 <_> <_> <_>3 0 5 15 -1. <_>3 5 5 5 3. 0 -9.7494889050722122e-003 -0.0637406632304192 0.0845379978418350 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 -2.2887689992785454e-003 0.0996540188789368 -0.0415654182434082 <_> <_> <_>8 3 4 7 -1. <_>10 3 2 7 2. 0 2.0008319988846779e-003 -0.0556506998836994 0.1070986986160278 <_> <_> <_>4 6 12 11 -1. <_>8 6 4 11 3. 0 -0.0151600502431393 -0.1409876048564911 0.0387415997684002 <_> <_> <_>1 7 18 4 -1. <_>1 9 18 2 2. 0 -6.3132969662547112e-003 -1. 4.4605308212339878e-003 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 -0.0139700099825859 0.1248108968138695 -0.0214258302003145 <_> <_> <_>7 2 6 5 -1. <_>10 2 3 5 2. 0 -0.0443212799727917 -0.5334007143974304 0.0101652396842837 <_> <_> <_>9 0 4 7 -1. <_>9 0 2 7 2. 0 1.4885979471728206e-003 -0.0488686002790928 0.0360779017210007 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 0.0651396811008453 7.6331058517098427e-003 -0.5878164172172546 <_> <_> <_>13 0 7 6 -1. <_>13 2 7 2 3. 0 -0.0207414105534554 -0.2965827882289887 0.0186228007078171 -1.2940989732742310 38 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0191887393593788 -0.2115039974451065 0.1328652948141098 <_> <_> <_>5 4 15 4 -1. <_>5 6 15 2 2. 0 -8.1222038716077805e-003 0.0924910828471184 -0.1758511960506439 <_> <_> <_>5 5 6 5 -1. <_>8 5 3 5 2. 0 1.5851219650357962e-003 -0.2856569886207581 0.0667105689644814 <_> <_> <_>12 1 6 11 -1. <_>14 1 2 11 3. 0 -4.3140850029885769e-003 -0.1388522982597351 0.0526946894824505 <_> <_> <_>0 11 20 3 -1. <_>0 12 20 1 3. 0 -1.7131429631263018e-003 0.1313561052083969 -0.1314910948276520 <_> <_> <_>12 1 6 11 -1. <_>14 1 2 11 3. 0 0.0684473663568497 9.3052154406905174e-003 -0.2506326138973236 <_> <_> <_>2 1 6 11 -1. <_>4 1 2 11 3. 0 -2.4445978924632072e-003 -0.1720553040504456 0.0983228236436844 <_> <_> <_>10 9 4 8 -1. <_>10 13 4 4 2. 0 1.0310600046068430e-003 0.0230391602963209 -0.2752762138843536 <_> <_> <_>0 7 7 6 -1. <_>0 9 7 2 3. 0 7.4603251414373517e-004 -0.2327678054571152 0.0526930093765259 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -6.6399492789059877e-004 0.0689907819032669 -0.0846877098083496 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -4.0997468749992549e-004 0.1050138026475906 -0.1081900969147682 <_> <_> <_>15 7 5 6 -1. <_>15 10 5 3 2. 0 -1.8094549886882305e-003 -0.1817883998155594 0.0441841408610344 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 9.3385757645592093e-004 -0.1462268978357315 0.0727264434099197 <_> <_> <_>11 10 4 8 -1. <_>11 14 4 4 2. 0 -3.8197741378098726e-004 0.0240099392831326 -0.1729580014944077 <_> <_> <_>0 7 5 6 -1. <_>0 10 5 3 2. 0 -1.4950280310586095e-003 -0.1940338015556335 0.0488079190254211 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0101591004058719 0.1917389929294586 -0.0527490712702274 <_> <_> <_>2 0 14 3 -1. <_>2 1 14 1 3. 0 5.9903519286308438e-005 -0.1079154983162880 0.0909881666302681 <_> <_> <_>4 4 13 2 -1. <_>4 5 13 1 2. 0 -0.0319675505161285 0.4110988974571228 -0.0226506404578686 <_> <_> <_>0 18 20 2 -1. <_>0 19 20 1 2. 0 0.0143432701006532 0.0243155397474766 -0.4268015027046204 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 0.0110395299270749 -0.0627170130610466 0.1133053004741669 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -8.4228850901126862e-003 -0.2136930972337723 0.0420592017471790 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 -0.0205498393625021 0.1516163051128388 -0.0245941393077374 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -6.5411031246185303e-003 0.1488362997770309 -0.0611793398857117 <_> <_> <_>6 0 8 14 -1. <_>10 0 4 7 2. <_>6 7 4 7 2. 0 -0.0133244004100561 -0.2079197019338608 0.0483333095908165 <_> <_> <_>0 2 6 12 -1. <_>2 2 2 12 3. 0 0.0701112672686577 -0.0268632192164660 0.3632225990295410 <_> <_> <_>6 12 9 6 -1. <_>9 12 3 6 3. 0 -2.6973750209435821e-004 0.0608766600489616 -0.1127237007021904 <_> <_> <_>2 0 7 4 -1. <_>2 2 7 2 2. 0 -1.3509000418707728e-003 -0.1855207979679108 0.0521549582481384 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -0.0280831903219223 0.3511188030242920 -0.0235963296145201 <_> <_> <_>5 0 6 10 -1. <_>5 0 3 5 2. <_>8 5 3 5 2. 0 -0.0100032901391387 -0.2905848026275635 0.0321256890892982 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -1.6111029544845223e-003 0.0981136709451675 -0.0522037111222744 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 -0.0184119008481503 -0.1808266937732697 0.0545367002487183 <_> <_> <_>18 6 2 13 -1. <_>18 6 1 13 2. 0 -0.0717388167977333 -0.7665498852729797 3.3518690615892410e-003 <_> <_> <_>0 6 2 13 -1. <_>1 6 1 13 2. 0 -2.7943260502070189e-003 0.1587136983871460 -0.0642718002200127 <_> <_> <_>16 7 4 13 -1. <_>16 7 2 13 2. 0 -0.1687474995851517 -0.6995618939399719 4.8861699178814888e-003 <_> <_> <_>6 5 7 6 -1. <_>6 7 7 2 3. 0 -1.2672400334849954e-003 0.0316160395741463 -0.2495326995849609 <_> <_> <_>6 11 10 6 -1. <_>11 11 5 3 2. <_>6 14 5 3 2. 0 0.0208077505230904 0.0170534104108810 -0.2433141022920609 <_> <_> <_>5 9 6 5 -1. <_>8 9 3 5 2. 0 -1.5869849594309926e-003 0.0931710898876190 -0.0813619270920753 <_> <_> <_>10 3 4 15 -1. <_>10 3 2 15 2. 0 -0.0100146904587746 -0.2778961956501007 0.0265692397952080 <_> <_> <_>6 3 4 15 -1. <_>8 3 2 15 2. 0 -5.7948171161115170e-003 -0.2228773981332779 0.0359756611287594 <_> <_> <_>6 7 13 2 -1. <_>6 8 13 1 2. 0 2.7189950924366713e-003 -0.0906319096684456 0.0568204000592232 <_> <_> <_>2 15 16 4 -1. <_>2 15 8 2 2. <_>10 17 8 2 2. 0 0.0388451591134071 0.0122808599844575 -0.5852134823799133 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -0.0141586801037192 0.1815387010574341 -0.0311094298958778 <_> <_> <_>0 7 4 13 -1. <_>2 7 2 13 2. 0 -0.1827860027551651 -0.9001380801200867 7.6544750481843948e-003 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 0.0275884196162224 -0.0124600399285555 0.2006936967372894 <_> <_> <_>5 11 10 9 -1. <_>5 14 10 3 3. 0 -0.0147844301536679 -0.0899104923009872 0.0816486775875092 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 0.1162571981549263 2.3692469112575054e-003 -0.9999806880950928 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 3.5341090988367796e-003 -0.0617605410516262 0.1349063962697983 <_> <_> <_>9 6 4 12 -1. <_>9 12 4 6 2. 0 5.1878788508474827e-003 0.0187458600848913 -0.1744917035102844 <_> <_> <_>0 3 2 16 -1. <_>0 11 2 8 2. 0 0.0794573575258255 -0.0234029907733202 0.3350220024585724 <_> <_> <_>0 15 20 4 -1. <_>10 15 10 2 2. <_>0 17 10 2 2. 0 0.0276843793690205 0.0236639101058245 -0.3325636088848114 <_> <_> <_>0 15 9 4 -1. <_>0 17 9 2 2. 0 -4.4806320220232010e-003 -0.1465875059366226 0.0473768115043640 <_> <_> <_>9 14 10 6 -1. <_>14 14 5 3 2. <_>9 17 5 3 2. 0 5.6939688511192799e-003 -0.0567761212587357 0.0675808563828468 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 7.7299480326473713e-003 -0.0311566498130560 0.2310259044170380 <_> <_> <_>4 15 13 3 -1. <_>4 16 13 1 3. 0 3.9786100387573242e-003 -0.0568824410438538 0.1327152997255325 <_> <_> <_>0 0 18 4 -1. <_>0 0 9 2 2. <_>9 2 9 2 2. 0 -0.0112758800387383 -0.2093864977359772 0.0352914594113827 <_> <_> <_>6 5 8 15 -1. <_>6 10 8 5 3. 0 -2.4308220017701387e-003 -0.2017636001110077 0.0345139317214489 <_> <_> <_>0 0 6 7 -1. <_>2 0 2 7 3. 0 5.7369591668248177e-003 -0.0556071586906910 0.1153208985924721 <_> <_> <_>14 1 6 12 -1. <_>16 1 2 12 3. 0 4.6170800924301147e-003 -0.0560835003852844 0.0817629173398018 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -4.7089671716094017e-003 -0.1335121989250183 0.0562960803508759 <_> <_> <_>18 1 2 13 -1. <_>18 1 1 13 2. 0 -0.0326880700886250 0.2792238891124725 -0.0108676599338651 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 0.0886861979961395 0.0182682201266289 -0.3563739061355591 <_> <_> <_>14 2 4 10 -1. <_>14 2 2 10 2. 0 4.5751677826046944e-003 -0.0515584610402584 0.0639488101005554 <_> <_> <_>0 3 4 16 -1. <_>0 3 2 8 2. <_>2 11 2 8 2. 0 4.9765850417315960e-003 -0.0546845905482769 0.1190711036324501 <_> <_> <_>6 0 10 6 -1. <_>11 0 5 3 2. <_>6 3 5 3 2. 0 -6.4881290309131145e-003 -0.0991211235523224 0.0265088491141796 <_> <_> <_>1 14 10 6 -1. <_>1 14 5 3 2. <_>6 17 5 3 2. 0 2.4523450993001461e-003 -0.0950459465384483 0.0668029263615608 <_> <_> <_>8 7 5 9 -1. <_>8 10 5 3 3. 0 7.0354789495468140e-003 0.1070559024810791 -0.0623950995504856 <_> <_> <_>2 2 4 10 -1. <_>4 2 2 10 2. 0 0.0427467897534370 -0.0160921793431044 0.4325619935989380 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 -4.5301730278879404e-004 0.0364205688238144 -0.0993228927254677 <_> <_> <_>5 6 10 12 -1. <_>5 6 5 6 2. <_>10 12 5 6 2. 0 -5.2631930448114872e-003 -0.1141674965620041 0.0572602190077305 <_> <_> <_>9 2 4 12 -1. <_>9 6 4 4 3. 0 1.0581909446045756e-003 0.0332204885780811 -0.1183122023940086 <_> <_> <_>2 0 15 6 -1. <_>2 3 15 3 2. 0 0.0250889491289854 -0.0606550201773643 0.1260174065828323 <_> <_> <_>6 0 13 8 -1. <_>6 4 13 4 2. 0 0.2425215989351273 2.2060840856283903e-003 -1.0000120401382446 <_> <_> <_>1 0 13 8 -1. <_>1 4 13 4 2. 0 -0.1439307928085327 0.3741979897022247 -0.0222521107643843 <_> <_> <_>11 4 2 14 -1. <_>11 11 2 7 2. 0 -6.0972762294113636e-003 -0.1103809997439385 0.0459969602525234 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 6.1375470831990242e-003 0.0383078083395958 -0.1808677017688751 <_> <_> <_>8 5 6 10 -1. <_>11 5 3 5 2. <_>8 10 3 5 2. 0 -3.6617079749703407e-003 0.0384399183094502 -0.0625407919287682 <_> <_> <_>4 8 10 12 -1. <_>9 8 5 12 2. 0 -0.1585485041141510 0.3446939885616303 -0.0198375005275011 <_> <_> <_>8 5 6 5 -1. <_>8 5 3 5 2. 0 0.0672192871570587 9.5165139064192772e-003 -0.5020645856857300 <_> <_> <_>6 5 6 5 -1. <_>9 5 3 5 2. 0 2.2499680053442717e-003 -0.1306392997503281 0.0648329332470894 <_> <_> <_>13 0 6 7 -1. <_>15 0 2 7 3. 0 0.0846267864108086 5.9339799918234348e-003 -0.4151659011840820 <_> <_> <_>1 0 6 7 -1. <_>3 0 2 7 3. 0 -9.5411221263930202e-004 -0.0937907472252846 0.0754866078495979 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 -7.6813949272036552e-003 -0.1482196003198624 0.0290105808526278 <_> <_> <_>0 17 18 3 -1. <_>6 17 6 3 3. 0 -0.0255933199077845 0.1485957950353622 -0.0471959300339222 <_> <_> <_>6 7 12 8 -1. <_>10 7 4 8 3. 0 0.0215083695948124 0.0237826202064753 -0.0966592878103256 <_> <_> <_>0 14 18 5 -1. <_>6 14 6 5 3. 0 0.0344631001353264 -0.0374100692570210 0.2201530039310455 <_> <_> <_>0 13 20 4 -1. <_>10 13 10 2 2. <_>0 15 10 2 2. 0 -0.0378603003919125 -0.5004746913909912 0.0140598695725203 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 1.2028450146317482e-003 -0.0650870576500893 0.0895834863185883 <_> <_> <_>11 11 7 4 -1. <_>11 13 7 2 2. 0 0.0167535208165646 4.9179811030626297e-003 -0.4303090870380402 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 1.6640779795125127e-003 0.0408074297010899 -0.1446996033191681 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 3.4473428968340158e-003 -0.0399101786315441 0.1527296006679535 <_> <_> <_>0 8 8 6 -1. <_>0 10 8 2 3. 0 8.9918142184615135e-003 0.0710712671279907 -0.0861699134111404 <_> <_> <_>4 8 15 2 -1. <_>4 9 15 1 2. 0 8.3185202674940228e-004 -0.2573918998241425 0.0179410893470049 <_> <_> <_>0 9 6 5 -1. <_>3 9 3 5 2. 0 -6.8142730742692947e-003 0.1382316052913666 -0.0539945401251316 <_> <_> <_>13 9 6 5 -1. <_>13 9 3 5 2. 0 2.9746210202574730e-003 -0.0415502600371838 0.0398397706449032 <_> <_> <_>1 9 6 5 -1. <_>4 9 3 5 2. 0 2.5836620479822159e-003 -0.0706564933061600 0.0950455069541931 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 2.7143809711560607e-004 0.0580700710415840 -0.1278176009654999 <_> <_> <_>0 0 14 19 -1. <_>7 0 7 19 2. 0 0.3541829884052277 5.4909070022404194e-003 -0.9796069860458374 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 0.0253186505287886 -0.0144109698012471 0.2621912956237793 <_> <_> <_>3 0 4 14 -1. <_>3 0 2 7 2. <_>5 7 2 7 2. 0 -2.2658439411316067e-004 0.0529978498816490 -0.1162934973835945 <_> <_> <_>13 4 7 6 -1. <_>13 6 7 2 3. 0 6.8859090097248554e-003 0.0164373107254505 -0.2034949064254761 <_> <_> <_>2 4 14 3 -1. <_>2 5 14 1 3. 0 0.0116074597463012 -0.0366510115563869 0.1518401056528091 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 -4.8253959976136684e-003 -0.2347615063190460 0.0379140116274357 <_> <_> <_>7 6 4 12 -1. <_>7 12 4 6 2. 0 2.5656020734459162e-003 0.0351856388151646 -0.1854071021080017 <_> <_> <_>6 2 14 18 -1. <_>13 2 7 9 2. <_>6 11 7 9 2. 0 0.1260139942169190 -9.8542850464582443e-003 0.2552069127559662 <_> <_> <_>5 9 9 6 -1. <_>5 12 9 3 2. 0 2.7164958883076906e-003 -0.0217484403401613 0.2546752989292145 <_> <_> <_>0 1 20 18 -1. <_>10 1 10 9 2. <_>0 10 10 9 2. 0 0.3235602974891663 8.8657345622777939e-003 -0.7038357257843018 <_> <_> <_>4 10 7 4 -1. <_>4 12 7 2 2. 0 -8.4016058826819062e-004 0.0368313603103161 -0.1495326012372971 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 3.3291990403085947e-003 0.0481858402490616 -0.1229047030210495 <_> <_> <_>1 0 14 12 -1. <_>1 4 14 4 3. 0 0.2113053947687149 6.5245870500802994e-003 -0.8829386234283447 <_> <_> <_>9 0 6 8 -1. <_>9 0 3 8 2. 0 5.0388509407639503e-003 -0.0670799463987350 0.0378497093915939 <_> <_> <_>4 2 12 5 -1. <_>8 2 4 5 3. 0 -0.0278623998165131 0.3346948921680450 -0.0188165009021759 <_> <_> <_>12 0 2 15 -1. <_>12 0 1 15 2. 0 3.8636629469692707e-003 0.0436447300016880 -0.1748148947954178 <_> <_> <_>4 0 8 10 -1. <_>8 0 4 10 2. 0 0.1048030033707619 -0.0157375298440456 0.4209423959255219 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -3.4130848944187164e-003 -0.1083557009696960 0.0437177903950214 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0463969707489014 -0.7568007707595825 8.6701400578022003e-003 <_> <_> <_>9 2 2 13 -1. <_>9 2 1 13 2. 0 5.3708078339695930e-003 -0.0417978018522263 0.1482471972703934 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -6.1126388609409332e-003 0.1867371946573257 -0.0433874912559986 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0425093211233616 0.0116906799376011 -0.4374065995216370 <_> <_> <_>0 4 18 10 -1. <_>0 4 9 5 2. <_>9 9 9 5 2. 0 0.0104730203747749 0.0431436300277710 -0.1565439999103546 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 -0.0472239591181278 -0.7448353767395020 3.4918629098683596e-003 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 0.0530903600156307 0.0104081500321627 -0.5349944829940796 <_> <_> <_>4 3 16 6 -1. <_>12 3 8 3 2. <_>4 6 8 3 2. 0 -7.0432561915367842e-004 0.0333841703832150 -0.0737060308456421 <_> <_> <_>3 4 5 9 -1. <_>3 7 5 3 3. 0 7.5942431576550007e-003 -0.0291070491075516 0.1946886032819748 <_> <_> <_>8 4 12 5 -1. <_>12 4 4 5 3. 0 0.0226769894361496 0.0338038206100464 -0.2762761116027832 <_> <_> <_>3 9 8 4 -1. <_>3 11 8 2 2. 0 6.6533521749079227e-003 -0.0265782400965691 0.2428331971168518 <_> <_> <_>11 0 2 15 -1. <_>11 0 1 15 2. 0 3.7712270859628916e-003 0.0265542995184660 -0.0649529173970222 <_> <_> <_>7 0 2 15 -1. <_>8 0 1 15 2. 0 -2.0740530453622341e-003 -0.1796897053718567 0.0315321609377861 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -1.5632519498467445e-003 0.0531096793711185 -0.0874156281352043 <_> <_> <_>8 3 4 8 -1. <_>10 3 2 8 2. 0 0.0125408899039030 -0.0341364592313766 0.2209753990173340 <_> <_> <_>9 13 6 7 -1. <_>11 13 2 7 3. 0 -3.2660199794918299e-003 -0.0552616082131863 0.0326695591211319 <_> <_> <_>4 14 9 5 -1. <_>7 14 3 5 3. 0 -8.2185603678226471e-003 -0.1447837948799133 0.0557439289987087 <_> <_> <_>15 3 4 17 -1. <_>15 3 2 17 2. 0 -0.0558110401034355 0.1723794043064117 -0.0144565198570490 <_> <_> <_>1 6 4 13 -1. <_>3 6 2 13 2. 0 -0.1472315937280655 -0.8139231204986572 7.4356291443109512e-003 <_> <_> <_>11 12 4 7 -1. <_>11 12 2 7 2. 0 -5.8468529023230076e-003 -0.0690434426069260 0.0194567907601595 <_> <_> <_>0 1 6 7 -1. <_>2 1 2 7 3. 0 0.0194622203707695 -0.0354722291231155 0.1666630059480667 <_> <_> <_>9 12 6 7 -1. <_>11 12 2 7 3. 0 0.0583534687757492 3.0551329255104065e-003 -0.3928912878036499 <_> <_> <_>5 12 6 7 -1. <_>7 12 2 7 3. 0 0.0437858290970325 0.0135746300220490 -0.4615235924720764 <_> <_> <_>7 7 6 8 -1. <_>9 7 2 8 3. 0 -0.0519043505191803 0.6380243897438049 -9.6664745360612869e-003 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 -7.7811058145016432e-004 -0.0993032231926918 0.0560946017503738 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 4.9657518975436687e-003 0.0414193682372570 -0.1127481982111931 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -5.4516079835593700e-003 0.1739906072616577 -0.0411477312445641 <_> <_> <_>5 13 13 3 -1. <_>5 14 13 1 3. 0 5.0428751856088638e-003 -0.0412552207708359 0.1379422992467880 <_> <_> <_>2 9 14 3 -1. <_>2 10 14 1 3. 0 -1.6985220136120915e-003 -0.2287479043006897 0.0252749808132648 <_> <_> <_>8 7 7 4 -1. <_>8 9 7 2 2. 0 0.0827642381191254 3.3066510222852230e-003 -0.6911343932151794 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 3.9285849779844284e-003 -0.0790433585643768 0.0662188529968262 <_> <_> <_>13 12 5 6 -1. <_>13 15 5 3 2. 0 -0.0306012406945229 -0.2651745080947876 0.0164678506553173 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0199411604553461 0.1543180942535400 -0.0361006893217564 <_> <_> <_>4 5 16 3 -1. <_>4 5 8 3 2. 0 0.0805200636386871 0.0170159190893173 -0.3344888091087341 <_> <_> <_>5 3 4 14 -1. <_>5 10 4 7 2. 0 0.0703238472342491 0.0171224400401115 -0.3330214023590088 <_> <_> <_>4 13 15 5 -1. <_>9 13 5 5 3. 0 -0.0528509393334389 0.0624214000999928 -0.0146901998668909 <_> <_> <_>0 3 14 2 -1. <_>0 4 14 1 2. 0 -7.1594159817323089e-004 -0.1133515015244484 0.0522607900202274 <_> <_> <_>4 13 15 5 -1. <_>9 13 5 5 3. 0 0.2146997004747391 9.9299731664359570e-004 -0.9999758005142212 <_> <_> <_>1 13 15 5 -1. <_>6 13 5 5 3. 0 0.0870425924658775 -0.0123297600075603 0.5026066899299622 <_> <_> <_>12 0 8 6 -1. <_>12 2 8 2 3. 0 -5.8731262106448412e-004 -0.0993464663624763 0.0517056100070477 <_> <_> <_>3 10 6 5 -1. <_>6 10 3 5 2. 0 -0.0442152209579945 -0.3936890065670013 0.0139208501204848 <_> <_> <_>4 7 14 8 -1. <_>11 7 7 4 2. <_>4 11 7 4 2. 0 -0.0876762270927429 0.3015744090080261 -6.8702381104230881e-003 <_> <_> <_>2 7 14 8 -1. <_>2 7 7 4 2. <_>9 11 7 4 2. 0 -0.0484539903700352 0.2547787129878998 -0.0224577505141497 <_> <_> <_>11 0 2 20 -1. <_>11 0 1 20 2. 0 -2.1567570511251688e-003 -0.1356289982795715 0.0317253991961479 <_> <_> <_>7 0 2 20 -1. <_>8 0 1 20 2. 0 3.9050900377333164e-003 0.0491008907556534 -0.1186105981469154 <_> <_> <_>10 5 6 8 -1. <_>12 5 2 8 3. 0 -3.9808028377592564e-003 0.0483339093625546 -0.0558970794081688 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 2.9744929634034634e-003 -0.0648024529218674 0.0935835018754005 <_> <_> <_>3 2 14 4 -1. <_>10 2 7 2 2. <_>3 4 7 2 2. 0 0.0258752293884754 0.0184876099228859 -0.3343634903430939 <_> <_> <_>7 5 6 7 -1. <_>9 5 2 7 3. 0 -1.9373580580577254e-003 0.2200064957141876 -0.0254049804061651 <_> <_> <_>8 4 9 16 -1. <_>11 4 3 16 3. 0 -0.0201716292649508 -0.0782283097505569 0.0454627908766270 <_> <_> <_>4 5 6 8 -1. <_>6 5 2 8 3. 0 -0.0260881409049034 0.1763706952333450 -0.0450972989201546 <_> <_> <_>7 10 6 10 -1. <_>10 10 3 5 2. <_>7 15 3 5 2. 0 -0.0268683005124331 -0.3265641927719116 0.0179942306131125 <_> <_> <_>5 11 5 6 -1. <_>5 14 5 3 2. 0 -7.0211151614785194e-004 0.0396719984710217 -0.1453354060649872 <_> <_> <_>4 8 13 8 -1. <_>4 12 13 4 2. 0 8.3507681265473366e-003 -0.0230517294257879 0.1885076016187668 <_> <_> <_>0 9 10 6 -1. <_>0 9 5 3 2. <_>5 12 5 3 2. 0 4.6823569573462009e-003 0.0299965608865023 -0.2070102989673615 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 3.3109660726040602e-003 0.0565367303788662 -0.1683558970689774 <_> <_> <_>4 0 5 8 -1. <_>4 4 5 4 2. 0 7.6425541192293167e-003 -0.0414239503443241 0.1255751997232437 <_> <_> <_>8 1 4 10 -1. <_>8 6 4 5 2. 0 -2.4713110178709030e-003 0.0721561536192894 -0.1076773032546043 <_> <_> <_>6 3 7 10 -1. <_>6 8 7 5 2. 0 -9.9495360627770424e-003 -0.1818761974573135 0.0335672311484814 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 1.9820800516754389e-003 -0.0564887188374996 0.1074149012565613 <_> <_> <_>2 13 13 3 -1. <_>2 14 13 1 3. 0 0.0232544392347336 -0.0165433492511511 0.3646667897701263 <_> <_> <_>12 11 7 4 -1. <_>12 13 7 2 2. 0 -0.0541779212653637 -1. 3.3418419770896435e-003 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 6.1567849479615688e-004 0.0401593297719955 -0.1646022051572800 <_> <_> <_>9 12 9 4 -1. <_>9 14 9 2 2. 0 -4.2699510231614113e-003 -0.0569786205887794 0.0444809012115002 <_> <_> <_>2 12 16 4 -1. <_>2 12 8 2 2. <_>10 14 8 2 2. 0 1.9749389030039310e-003 0.0592836812138557 -0.1079126000404358 <_> <_> <_>10 14 10 6 -1. <_>15 14 5 3 2. <_>10 17 5 3 2. 0 -5.8583128266036510e-003 0.1373405009508133 -0.0342315211892128 <_> <_> <_>4 1 8 8 -1. <_>4 1 4 4 2. <_>8 5 4 4 2. 0 -7.2995189111679792e-004 -0.1007506027817726 0.0547331608831882 <_> <_> <_>2 12 18 7 -1. <_>8 12 6 7 3. 0 -0.0299307405948639 0.0638825595378876 -0.0410270206630230 <_> <_> <_>3 13 12 6 -1. <_>3 13 6 3 2. <_>9 16 6 3 2. 0 -0.0517387501895428 -0.7271345853805542 7.4993381276726723e-003 <_> <_> <_>4 12 13 4 -1. <_>4 14 13 2 2. 0 0.0240211896598339 7.8491801396012306e-003 -0.5579447150230408 <_> <_> <_>6 0 2 15 -1. <_>7 0 1 15 2. 0 -3.7574321031570435e-003 -0.1608687937259674 0.0310159903019667 <_> <_> <_>4 2 16 18 -1. <_>12 2 8 9 2. <_>4 11 8 9 2. 0 -0.0626356825232506 0.0905778631567955 -0.0290337707847357 <_> <_> <_>1 16 18 4 -1. <_>7 16 6 4 3. 0 0.0193634293973446 -0.0499205887317657 0.1283577978610992 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0350728891789913 0.2139184027910233 -8.8168960064649582e-003 <_> <_> <_>4 0 12 9 -1. <_>8 0 4 9 3. 0 -0.0132433101534843 0.2334969937801361 -0.0230880193412304 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -0.0312908291816711 -0.6949509978294373 9.3020889908075333e-003 <_> <_> <_>4 9 6 6 -1. <_>7 9 3 6 2. 0 7.2391419671475887e-003 0.0284858494997025 -0.1831077039241791 <_> <_> <_>7 12 12 8 -1. <_>13 12 6 4 2. <_>7 16 6 4 2. 0 6.6785318776965141e-003 -0.0491329506039619 0.0541816912591457 <_> <_> <_>1 12 12 8 -1. <_>1 12 6 4 2. <_>7 16 6 4 2. 0 -0.0368255712091923 0.3312020897865295 -0.0213599298149347 <_> <_> <_>0 10 20 9 -1. <_>0 13 20 3 3. 0 -0.0455073416233063 -0.1289349049329758 0.0495459884405136 <_> <_> <_>4 5 10 6 -1. <_>4 5 5 3 2. <_>9 8 5 3 2. 0 7.7639957889914513e-003 -0.0362556204199791 0.1532140970230103 <_> <_> <_>13 3 7 6 -1. <_>13 5 7 2 3. 0 0.0604176111519337 4.5740022324025631e-003 -0.6754109263420105 <_> <_> <_>8 1 4 14 -1. <_>8 1 2 7 2. <_>10 8 2 7 2. 0 2.4624960497021675e-003 0.0536741614341736 -0.1132654026150703 <_> <_> <_>12 8 5 6 -1. <_>12 11 5 3 2. 0 7.3594506829977036e-005 -0.0356489308178425 0.0254589691758156 <_> <_> <_>3 8 5 6 -1. <_>3 11 5 3 2. 0 -4.0958370082080364e-003 0.1556290984153748 -0.0393906012177467 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 2.8689370083156973e-005 -0.0848233029246330 0.0382542386651039 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -4.6220528893172741e-003 -0.1899452954530716 0.0335087589919567 <_> <_> <_>2 0 18 4 -1. <_>8 0 6 4 3. 0 -8.5343196988105774e-003 0.1121253967285156 -0.0339684896171093 <_> <_> <_>6 5 3 14 -1. <_>6 12 3 7 2. 0 -0.0588038489222527 -0.5124431252479553 0.0107895499095321 <_> <_> <_>5 17 15 3 -1. <_>10 17 5 3 3. 0 0.0607199296355248 -0.0125550301745534 0.2250975966453552 <_> <_> <_>3 0 6 7 -1. <_>6 0 3 7 2. 0 1.1038020020350814e-003 -0.0962944924831390 0.0567274801433086 <_> <_> <_>8 3 12 17 -1. <_>8 3 6 17 2. 0 -3.8484560791403055e-003 0.0405734591186047 -0.0253268592059612 <_> <_> <_>0 2 16 12 -1. <_>8 2 8 12 2. 0 -0.0107710501179099 0.0887356325984001 -0.0556286796927452 <_> <_> <_>7 6 6 12 -1. <_>7 12 6 6 2. 0 0.0120168095454574 0.0235662795603275 -0.2459058016538620 <_> <_> <_>8 8 4 8 -1. <_>8 12 4 4 2. 0 -1.1656560236588120e-003 -0.0374173000454903 0.1650328934192658 <_> <_> <_>8 7 12 10 -1. <_>14 7 6 5 2. <_>8 12 6 5 2. 0 0.0321376286447048 0.0142459701746702 -0.2648085057735443 <_> <_> <_>4 1 12 5 -1. <_>10 1 6 5 2. 0 0.0233316700905561 -0.0352887213230133 0.1844782978296280 <_> <_> <_>7 2 8 8 -1. <_>11 2 4 4 2. <_>7 6 4 4 2. 0 -0.0126853203400970 -0.1175730973482132 0.0164369102567434 <_> <_> <_>5 2 8 8 -1. <_>5 2 4 4 2. <_>9 6 4 4 2. 0 7.3903938755393028e-005 -0.1027147993445396 0.0743014365434647 <_> <_> <_>3 14 14 6 -1. <_>3 17 14 3 2. 0 -0.1092547029256821 -0.8316531777381897 5.6438110768795013e-003 <_> <_> <_>3 3 5 12 -1. <_>3 7 5 4 3. 0 -0.1332435011863709 0.7772982120513916 -8.3403270691633224e-003 <_> <_> <_>15 4 5 6 -1. <_>15 7 5 3 2. 0 8.9381448924541473e-004 -0.0595243014395237 0.0411730892956257 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 0.0103186499327421 0.0159264300018549 -0.3163779079914093 <_> <_> <_>15 4 5 9 -1. <_>15 7 5 3 3. 0 -5.2297548390924931e-003 -0.0711665600538254 0.0334892906248569 <_> <_> <_>8 6 4 14 -1. <_>8 6 2 7 2. <_>10 13 2 7 2. 0 0.0164096206426620 -0.0264541208744049 0.1958996951580048 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0140687096863985 -0.0393641404807568 0.1397742033004761 <_> <_> <_>5 0 8 10 -1. <_>5 0 4 5 2. <_>9 5 4 5 2. 0 6.6486410796642303e-003 0.0640708282589912 -0.1049339994788170 <_> <_> <_>9 12 6 7 -1. <_>11 12 2 7 3. 0 -0.0180306192487478 0.0839429125189781 -0.0133991595357656 <_> <_> <_>5 12 6 7 -1. <_>7 12 2 7 3. 0 -0.0440343692898750 -0.5582545995712280 9.7633162513375282e-003 <_> <_> <_>13 9 7 6 -1. <_>13 11 7 2 3. 0 -8.0966893583536148e-003 -0.2048978954553604 0.0265202000737190 <_> <_> <_>1 1 16 6 -1. <_>1 3 16 2 3. 0 5.0180461257696152e-003 -0.1166120991110802 0.0457916706800461 <_> <_> <_>2 1 17 6 -1. <_>2 3 17 2 3. 0 -0.0170646291226149 0.2628273069858551 -0.0203906390815973 <_> <_> <_>4 4 2 16 -1. <_>4 12 2 8 2. 0 0.0718501731753349 -6.9503681734204292e-003 0.6703253984451294 <_> <_> <_>7 6 10 14 -1. <_>12 6 5 7 2. <_>7 13 5 7 2. 0 -0.0569143705070019 -0.1347790062427521 0.0183990802615881 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -3.2365729566663504e-003 0.0696738511323929 -0.0723145306110382 <_> <_> <_>4 9 12 6 -1. <_>10 9 6 3 2. <_>4 12 6 3 2. 0 0.0418189093470573 0.0111514599993825 -0.5168011188507080 <_> <_> <_>1 8 18 3 -1. <_>7 8 6 3 3. 0 -6.1106588691473007e-003 -0.1316394060850143 0.0437965095043182 <_> <_> <_>2 13 18 7 -1. <_>8 13 6 7 3. 0 -0.0355609096586704 0.0680055022239685 -0.0363310202956200 <_> <_> <_>1 8 15 3 -1. <_>6 8 5 3 3. 0 0.0687891691923141 0.0146989598870277 -0.3821229934692383 <_> <_> <_>6 0 12 7 -1. <_>10 0 4 7 3. 0 -0.0783133730292320 0.2029606997966766 -8.6810020729899406e-003 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 3.9626220241189003e-003 -0.0357978902757168 0.1390551030635834 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 -0.0338740386068821 -0.2225342988967896 7.5455638580024242e-003 <_> <_> <_>6 7 6 8 -1. <_>6 11 6 4 2. 0 -0.0647558569908142 0.4752154946327210 -0.0109706800431013 <_> <_> <_>9 2 4 12 -1. <_>9 6 4 4 3. 0 0.0266479402780533 0.0154453096911311 -0.2678577899932861 <_> <_> <_>0 9 7 6 -1. <_>0 11 7 2 3. 0 -0.0307311099022627 -0.4766868948936462 9.6429884433746338e-003 <_> <_> <_>15 4 5 9 -1. <_>15 7 5 3 3. 0 -0.0240227002650499 -0.1063396036624908 0.0128490403294563 <_> <_> <_>2 18 13 2 -1. <_>2 19 13 1 2. 0 -1.3036349555477500e-003 0.0735241770744324 -0.0680749192833900 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 -9.8344050347805023e-003 -0.1184355020523071 0.0428666993975639 <_> <_> <_>6 6 8 12 -1. <_>6 10 8 4 3. 0 0.0871021971106529 -0.0400882586836815 0.1780454069375992 <_> <_> <_>7 9 6 9 -1. <_>7 12 6 3 3. 0 0.0204115696251392 0.0168499890714884 -0.3895365893840790 <_> <_> <_>0 7 11 4 -1. <_>0 9 11 2 2. 0 0.0958752632141113 5.9905550442636013e-003 -0.8152565956115723 <_> <_> <_>8 12 10 6 -1. <_>13 12 5 3 2. <_>8 15 5 3 2. 0 6.4893220551311970e-003 -0.0240392293781042 0.0538711696863174 <_> <_> <_>2 12 10 6 -1. <_>2 12 5 3 2. <_>7 15 5 3 2. 0 -9.6279237186536193e-004 0.0942991897463799 -0.0644360184669495 <_> <_> <_>12 14 8 6 -1. <_>12 16 8 2 3. 0 -3.7659960798919201e-004 -0.0622968785464764 0.0412518493831158 <_> <_> <_>0 14 8 6 -1. <_>0 16 8 2 3. 0 6.5272641368210316e-003 0.0513251312077045 -0.1303779035806656 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 0.0214291103184223 -0.0119896596297622 0.2628045976161957 <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 -5.0938720814883709e-003 0.0634189471602440 -0.0905663371086121 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 -2.5309680495411158e-003 0.0602977611124516 -0.0250494703650475 <_> <_> <_>7 6 4 8 -1. <_>7 10 4 4 2. 0 -1.5915350522845984e-003 -0.1217119023203850 0.0377379916608334 <_> <_> <_>9 8 11 4 -1. <_>9 10 11 2 2. 0 -0.0340307094156742 0.4641343057155609 -3.5409750416874886e-003 <_> <_> <_>6 6 5 10 -1. <_>6 11 5 5 2. 0 5.1074200309813023e-003 0.0398238301277161 -0.1264553964138031 <_> <_> <_>4 7 14 6 -1. <_>4 9 14 2 3. 0 -9.6449116244912148e-003 0.3346425890922546 -6.6040740348398685e-003 <_> <_> <_>4 4 12 8 -1. <_>4 4 6 4 2. <_>10 8 6 4 2. 0 0.0114228604361415 -0.0360804200172424 0.1371455043554306 <_> <_> <_>5 5 12 5 -1. <_>5 5 6 5 2. 0 -5.1042139530181885e-003 -0.0939868092536926 0.0288447793573141 <_> <_> <_>1 3 15 12 -1. <_>6 3 5 12 3. 0 -0.2633227109909058 0.4998092949390411 -0.0101732499897480 <_> <_> <_>13 3 6 17 -1. <_>13 3 3 17 2. 0 -0.2455663979053497 -0.8177834749221802 6.9596339017152786e-003 <_> <_> <_>1 3 6 17 -1. <_>4 3 3 17 2. 0 -0.2141932994127274 -0.5104051828384399 9.4540230929851532e-003 <_> <_> <_>14 1 6 9 -1. <_>14 4 6 3 3. 0 -0.0143632199615240 -0.0910009816288948 0.0246466696262360 <_> <_> <_>4 0 8 6 -1. <_>4 3 8 3 2. 0 -1.2388969771564007e-003 0.1154457032680512 -0.0495656207203865 <_> <_> <_>5 4 15 3 -1. <_>5 5 15 1 3. 0 0.0210151206701994 -0.0177658796310425 0.1957785934209824 <_> <_> <_>0 5 8 4 -1. <_>0 7 8 2 2. 0 -4.1783051565289497e-003 -0.1117286011576653 0.0446254499256611 <_> <_> <_>18 2 2 13 -1. <_>18 2 1 13 2. 0 2.0896939095109701e-003 -0.0339887291193008 0.0655395016074181 <_> <_> <_>0 2 2 13 -1. <_>1 2 1 13 2. 0 0.0164100602269173 -0.0203732699155808 0.2533153891563416 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 -0.0642668828368187 -0.6588014960289002 3.4550630953162909e-003 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 6.8898178869858384e-004 0.0676432475447655 -0.0875562429428101 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 5.6662331335246563e-003 0.0306383091956377 -0.1189554035663605 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 -0.0437781214714050 -0.2830913066864014 0.0177136305719614 <_> <_> <_>4 8 13 2 -1. <_>4 9 13 1 2. 0 3.4748481120914221e-003 -0.0957871228456497 0.0426304005086422 <_> <_> <_>2 12 16 4 -1. <_>2 14 16 2 2. 0 -0.0116739403456450 -0.1050257012248039 0.0509038902819157 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 -3.4004659391939640e-003 0.1047071963548660 -0.0409391410648823 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 2.7091780211776495e-003 -0.0605246014893055 0.1397895067930222 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 -0.0174393001943827 -0.3239116966724396 0.0146302497014403 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 -0.0125983301550150 -0.2068262994289398 0.0255018696188927 <_> <_> <_>6 2 8 6 -1. <_>6 4 8 2 3. 0 0.0187558699399233 -0.0479259602725506 0.1086438000202179 <_> <_> <_>6 5 7 4 -1. <_>6 7 7 2 2. 0 -4.2074159719049931e-003 -0.0820778086781502 0.0636477693915367 <_> <_> <_>9 5 10 9 -1. <_>9 8 10 3 3. 0 -1.6427719674538821e-004 0.1012039035558701 -0.0340679287910461 <_> <_> <_>0 10 18 4 -1. <_>0 10 9 2 2. <_>9 12 9 2 2. 0 0.0438476912677288 6.0980222187936306e-003 -0.8368598222732544 <_> <_> <_>8 7 6 9 -1. <_>10 7 2 9 3. 0 -0.0392846800386906 0.2825056016445160 -0.0223892591893673 <_> <_> <_>6 4 4 7 -1. <_>8 4 2 7 2. 0 0.0385509096086025 0.0155704896897078 -0.3397862017154694 <_> <_> <_>9 6 9 10 -1. <_>12 6 3 10 3. 0 -0.0691770315170288 0.1225832030177116 -0.0178501792252064 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -1.9251030171290040e-003 -0.1068774983286858 0.0463795103132725 <_> <_> <_>10 14 10 6 -1. <_>15 14 5 3 2. <_>10 17 5 3 2. 0 -8.6635202169418335e-003 0.0964127480983734 -0.0175632499158382 <_> <_> <_>0 6 5 12 -1. <_>0 10 5 4 3. 0 0.1339350938796997 6.3692941330373287e-003 -0.7017058730125427 <_> <_> <_>9 6 9 10 -1. <_>12 6 3 10 3. 0 0.0410823486745358 -0.0110775697976351 0.1346375048160553 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1491145044565201 9.5263421535491943e-003 -0.5087255239486694 <_> <_> <_>6 13 10 7 -1. <_>6 13 5 7 2. 0 -5.2500818856060505e-003 0.0700255781412125 -0.0428802706301212 <_> <_> <_>0 2 6 17 -1. <_>3 2 3 17 2. 0 0.0228235702961683 -0.0418840497732162 0.1177031993865967 <_> <_> <_>10 14 9 5 -1. <_>13 14 3 5 3. 0 -8.5306530818343163e-003 0.0612221397459507 -0.0249445494264364 <_> <_> <_>1 14 9 5 -1. <_>4 14 3 5 3. 0 0.0119717298075557 0.0396627709269524 -0.1626774072647095 <_> <_> <_>7 13 7 6 -1. <_>7 15 7 2 3. 0 -0.0389382690191269 0.2574352025985718 -0.0163562390953302 <_> <_> <_>1 14 7 6 -1. <_>1 16 7 2 3. 0 -0.0217063892632723 -0.3199867904186249 0.0171352904289961 <_> <_> <_>12 10 8 6 -1. <_>12 12 8 2 3. 0 6.6900630481541157e-003 0.0261018499732018 -0.1098072975873947 <_> <_> <_>2 6 9 9 -1. <_>5 6 3 9 3. 0 -0.0722708329558373 0.1943113058805466 -0.0260443594306707 <_> <_> <_>12 10 7 6 -1. <_>12 12 7 2 3. 0 -6.7073688842356205e-003 -0.1774785071611404 0.0458629988133907 <_> <_> <_>3 2 4 12 -1. <_>5 2 2 12 2. 0 0.0550193600356579 -8.3471573889255524e-003 0.6051154136657715 <_> <_> <_>9 1 7 15 -1. <_>9 6 7 5 3. 0 0.1314264982938767 -5.7535418309271336e-003 0.2916753888130188 <_> <_> <_>6 10 4 7 -1. <_>8 10 2 7 2. 0 -1.6564460238441825e-003 0.0700030326843262 -0.0626908764243126 <_> <_> <_>5 0 10 20 -1. <_>10 0 5 10 2. <_>5 10 5 10 2. 0 0.1544540971517563 6.1896732077002525e-003 -0.7432330250740051 <_> <_> <_>7 10 6 10 -1. <_>9 10 2 10 3. 0 -5.0357519648969173e-003 -0.1133328974246979 0.0387417711317539 <_> <_> <_>12 7 7 4 -1. <_>12 9 7 2 2. 0 2.2772569209337234e-003 -0.1134053021669388 0.0213194005191326 <_> <_> <_>2 7 16 4 -1. <_>2 7 8 2 2. <_>10 9 8 2 2. 0 3.3173530828207731e-003 0.0442733317613602 -0.1045982986688614 <_> <_> <_>5 10 12 10 -1. <_>5 10 6 10 2. 0 -0.0296928007155657 0.0924837663769722 -0.0233426094055176 <_> <_> <_>6 1 2 16 -1. <_>6 9 2 8 2. 0 0.0629378408193588 -0.0129982801154256 0.3888793885707855 <_> <_> <_>6 2 12 10 -1. <_>6 7 12 5 2. 0 3.6641359329223633e-003 0.0320998206734657 -0.0396479889750481 <_> <_> <_>2 4 14 6 -1. <_>2 4 7 3 2. <_>9 7 7 3 2. 0 4.4782999902963638e-003 -0.0457013286650181 0.1069701015949249 <_> <_> <_>5 0 11 12 -1. <_>5 4 11 4 3. 0 1.8147319788113236e-003 -0.0328718200325966 0.1064793989062309 <_> <_> <_>7 1 6 12 -1. <_>7 5 6 4 3. 0 4.8941639252007008e-003 0.0279110092669725 -0.2172559052705765 <_> <_> <_>9 8 11 4 -1. <_>9 10 11 2 2. 0 -4.4425828382372856e-003 -0.1347015053033829 0.0107814101502299 <_> <_> <_>0 8 11 4 -1. <_>0 10 11 2 2. 0 -0.0254934001713991 0.6837146878242493 -7.7452720142900944e-003 <_> <_> <_>1 8 19 6 -1. <_>1 11 19 3 2. 0 0.0278354492038488 0.0241442993283272 -0.1517059952020645 <_> <_> <_>7 0 6 8 -1. <_>7 4 6 4 2. 0 7.5548859313130379e-003 -0.0476434007287025 0.1192577034235001 <_> <_> <_>5 3 15 2 -1. <_>5 4 15 1 2. 0 0.0103296097368002 0.0186468102037907 -0.1612257063388825 <_> <_> <_>2 7 14 6 -1. <_>2 9 14 2 3. 0 -0.0123933898285031 0.6030492186546326 -7.7566630207002163e-003 <_> <_> <_>3 0 17 6 -1. <_>3 2 17 2 3. 0 0.0138337695971131 -0.0276172999292612 0.0512668788433075 <_> <_> <_>0 0 17 6 -1. <_>0 2 17 2 3. 0 -0.0256693195551634 0.2380135953426361 -0.0239719096571207 <_> <_> <_>13 2 7 4 -1. <_>13 4 7 2 2. 0 -5.2043660543859005e-003 -0.1072179004549980 0.0266450494527817 <_> <_> <_>0 2 7 4 -1. <_>0 4 7 2 2. 0 3.4628969151526690e-003 0.0543134100735188 -0.1345832049846649 <_> <_> <_>8 1 12 10 -1. <_>14 1 6 5 2. <_>8 6 6 5 2. 0 -0.0192206799983978 0.0729963928461075 -0.0406521111726761 <_> <_> <_>2 1 4 8 -1. <_>2 5 4 4 2. 0 -2.5009829550981522e-003 -0.0776712968945503 0.0590965412557125 <_> <_> <_>5 1 11 10 -1. <_>5 6 11 5 2. 0 -8.5285156965255737e-003 0.0490508116781712 -0.0640783533453941 <_> <_> <_>3 9 10 6 -1. <_>3 9 5 3 2. <_>8 12 5 3 2. 0 4.3327538296580315e-003 0.0252210106700659 -0.1935898065567017 <_> <_> <_>12 7 7 4 -1. <_>12 9 7 2 2. 0 0.0365959703922272 -0.0162625908851624 0.1565123945474625 <_> <_> <_>2 7 12 8 -1. <_>6 7 4 8 3. 0 -1.1795730097219348e-003 -0.0724680721759796 0.0704494863748550 <_> <_> <_>10 10 8 4 -1. <_>10 10 4 4 2. 0 -0.0139758298173547 -0.1178947016596794 0.0212920494377613 <_> <_> <_>2 10 8 4 -1. <_>6 10 4 4 2. 0 -1.3828700175508857e-003 0.0792835429310799 -0.0951041206717491 <_> <_> <_>3 10 16 3 -1. <_>3 10 8 3 2. 0 -2.9435830656439066e-003 0.0703684315085411 -0.0332179106771946 <_> <_> <_>1 11 6 5 -1. <_>4 11 3 5 2. 0 9.5262555405497551e-003 -0.0297336205840111 0.1667045950889587 <_> <_> <_>10 7 9 9 -1. <_>13 7 3 9 3. 0 -0.0901142731308937 -0.1662537008523941 8.6199166253209114e-003 <_> <_> <_>1 7 9 9 -1. <_>4 7 3 9 3. 0 -1.2089919764548540e-003 0.0810838565230370 -0.0730291232466698 <_> <_> <_>5 5 12 5 -1. <_>5 5 6 5 2. 0 -0.1419996023178101 -1. 2.2284830920398235e-003 <_> <_> <_>3 5 12 5 -1. <_>9 5 6 5 2. 0 8.0690719187259674e-003 0.0474122203886509 -0.1017893031239510 <_> <_> <_>2 3 16 2 -1. <_>2 3 8 2 2. 0 -4.7410889528691769e-003 0.1205111965537071 -0.0499574802815914 <_> <_> <_>2 8 7 6 -1. <_>2 10 7 2 3. 0 -1.6977200284600258e-003 -0.2417144030332565 0.0195343699306250 <_> <_> <_>7 8 9 6 -1. <_>7 10 9 2 3. 0 -2.8892089612782001e-003 0.2572799026966095 -0.0116250598803163 <_> <_> <_>3 0 3 15 -1. <_>4 0 1 15 3. 0 -1.5177440363913774e-003 -0.0987841933965683 0.0467061288654804 <_> <_> <_>3 10 16 3 -1. <_>3 10 8 3 2. 0 0.1419731974601746 -2.5096370372921228e-003 0.7545061111450195 <_> <_> <_>1 10 16 3 -1. <_>9 10 8 3 2. 0 0.0975179374217987 -6.9059049710631371e-003 0.6518443226814270 <_> <_> <_>12 0 8 19 -1. <_>12 0 4 19 2. 0 0.0135673796758056 -0.0763251930475235 0.0880545824766159 <_> <_> <_>0 0 8 19 -1. <_>4 0 4 19 2. 0 0.0809814631938934 0.0155581096187234 -0.3460162878036499 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 -4.7192731872200966e-003 0.0816200226545334 -0.0460722893476486 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.0368969999253750e-003 -0.0448176302015781 0.1286139041185379 <_> <_> <_>6 14 14 3 -1. <_>6 15 14 1 3. 0 -1.7878509825095534e-003 0.0437313318252563 -0.0449959486722946 <_> <_> <_>0 12 16 4 -1. <_>0 12 8 2 2. <_>8 14 8 2 2. 0 -7.1685528382658958e-003 -0.1359799951314926 0.0387969911098480 <_> <_> <_>7 14 12 6 -1. <_>13 14 6 3 2. <_>7 17 6 3 2. 0 -0.0674608871340752 -0.2926574051380158 3.5135280340909958e-003 <_> <_> <_>1 14 12 6 -1. <_>1 14 6 3 2. <_>7 17 6 3 2. 0 -0.0155985001474619 0.2310566008090973 -0.0224050693213940 <_> <_> <_>3 3 14 14 -1. <_>10 3 7 7 2. <_>3 10 7 7 2. 0 -0.0210264790803194 -0.1528383046388626 0.0315314494073391 <_> <_> <_>3 6 6 12 -1. <_>5 6 2 12 3. 0 -0.1055836006999016 -0.6836603879928589 6.8997950293123722e-003 <_> <_> <_>5 12 12 6 -1. <_>9 12 4 6 3. 0 -3.6966579500585794e-003 0.0343151502311230 -0.0489227995276451 <_> <_> <_>1 8 14 6 -1. <_>1 8 7 3 2. <_>8 11 7 3 2. 0 -6.0826627304777503e-004 -0.0526384301483631 0.0895469486713409 <_> <_> <_>8 7 12 10 -1. <_>14 7 6 5 2. <_>8 12 6 5 2. 0 -0.0289365407079458 0.0418184809386730 -0.0138181699439883 <_> <_> <_>0 7 12 10 -1. <_>0 7 6 5 2. <_>6 12 6 5 2. 0 -5.8082528412342072e-003 0.0678747966885567 -0.0855787992477417 <_> <_> <_>9 2 6 18 -1. <_>12 2 3 9 2. <_>9 11 3 9 2. 0 -0.0460953786969185 -0.1258478015661240 0.0204669702798128 <_> <_> <_>1 10 8 10 -1. <_>1 10 4 5 2. <_>5 15 4 5 2. 0 0.0529729202389717 -0.0124532599002123 0.3456504940986633 <_> <_> <_>4 14 12 4 -1. <_>4 16 12 2 2. 0 0.0493515990674496 0.0109012397006154 -0.4850698113441467 <_> <_> <_>5 13 6 7 -1. <_>7 13 2 7 3. 0 0.0443778000771999 9.9294837564229965e-003 -0.4387789964675903 <_> <_> <_>5 2 15 5 -1. <_>10 2 5 5 3. 0 -0.1146489009261131 0.2687459886074066 -9.2000560835003853e-003 <_> <_> <_>5 4 9 14 -1. <_>5 11 9 7 2. 0 0.1688783019781113 5.7101310230791569e-003 -0.8597288131713867 <_> <_> <_>8 0 11 4 -1. <_>8 2 11 2 2. 0 0.0511980988085270 -8.5723921656608582e-003 0.1339516937732697 <_> <_> <_>0 14 16 6 -1. <_>0 16 16 2 3. 0 -3.0789880547672510e-003 -0.1033876016736031 0.0434594787657261 <_> <_> <_>10 14 8 6 -1. <_>10 16 8 2 3. 0 0.0472231283783913 8.1934239715337753e-003 -0.4380340874195099 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -7.6270569115877151e-003 0.1871389001607895 -0.0246602501720190 <_> <_> <_>5 8 15 3 -1. <_>5 9 15 1 3. 0 5.4106907919049263e-003 0.0410998314619064 -0.0788682326674461 <_> <_> <_>0 8 19 3 -1. <_>0 9 19 1 3. 0 -1.4900229871273041e-003 -0.2011504024267197 0.0318981595337391 <_> <_> <_>8 16 8 4 -1. <_>8 16 4 4 2. 0 -0.0838316082954407 0.5801793932914734 -5.2973427809774876e-003 <_> <_> <_>4 16 8 4 -1. <_>8 16 4 4 2. 0 6.2233800999820232e-003 -0.0397860594093800 0.1228395029902458 <_> <_> <_>9 5 10 9 -1. <_>9 8 10 3 3. 0 0.1147508025169373 -0.0119754197075963 0.2158671021461487 <_> <_> <_>1 5 10 9 -1. <_>1 8 10 3 3. 0 -1.5253260498866439e-003 0.1380452960729599 -0.0399418808519840 <_> <_> <_>4 7 14 2 -1. <_>4 7 7 2 2. 0 -5.2878521382808685e-003 -0.1279065012931824 0.0328935608267784 <_> <_> <_>2 7 13 2 -1. <_>2 8 13 1 2. 0 8.9670647867023945e-004 -0.1248105987906456 0.0445442497730255 <_> <_> <_>6 5 8 4 -1. <_>6 7 8 2 2. 0 0.0384216606616974 7.7155791223049164e-003 -0.6557546854019165 <_> <_> <_>5 12 9 5 -1. <_>8 12 3 5 3. 0 -9.3785318313166499e-004 0.0556085109710693 -0.0898769125342369 <_> <_> <_>3 6 14 3 -1. <_>3 7 14 1 3. 0 1.9965849351137877e-003 -0.0252976100891829 0.1941318064928055 <_> <_> <_>7 2 4 12 -1. <_>7 6 4 4 3. 0 4.5782068627886474e-004 0.0390891991555691 -0.1290857046842575 <_> <_> <_>2 4 16 4 -1. <_>2 6 16 2 2. 0 3.8373940624296665e-003 -0.0287488698959351 0.1942975074052811 <_> <_> <_>1 4 9 4 -1. <_>1 6 9 2 2. 0 3.7142829387448728e-004 0.0382723584771156 -0.1375918984413147 <_> <_> <_>9 4 11 4 -1. <_>9 6 11 2 2. 0 7.5116259977221489e-003 -0.0144611299037933 0.1265694946050644 <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 -0.0503628402948380 0.3518357872962952 -0.0140518601983786 <_> <_> <_>1 5 18 3 -1. <_>7 5 6 3 3. 0 0.0399216413497925 0.0272804293781519 -0.1995819956064224 <_> <_> <_>1 0 15 7 -1. <_>6 0 5 7 3. 0 0.2260525971651077 -6.8001961335539818e-003 0.7300689816474915 <_> <_> <_>12 0 5 15 -1. <_>12 5 5 5 3. 0 0.1108177974820137 4.3370737694203854e-003 -0.8682916164398193 <_> <_> <_>3 0 5 15 -1. <_>3 5 5 5 3. 0 -9.7494889050722122e-003 -0.0637406632304192 0.0845379978418350 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 -2.2887689992785454e-003 0.0996540188789368 -0.0415654182434082 <_> <_> <_>8 3 4 7 -1. <_>10 3 2 7 2. 0 2.0008319988846779e-003 -0.0556506998836994 0.1070986986160278 <_> <_> <_>4 6 12 11 -1. <_>8 6 4 11 3. 0 -0.0151600502431393 -0.1409876048564911 0.0387415997684002 <_> <_> <_>1 7 18 4 -1. <_>1 9 18 2 2. 0 -6.3132969662547112e-003 -1. 4.4605308212339878e-003 <_> <_> <_>8 5 6 8 -1. <_>10 5 2 8 3. 0 -0.0139700099825859 0.1248108968138695 -0.0214258302003145 <_> <_> <_>7 2 6 5 -1. <_>10 2 3 5 2. 0 -0.0443212799727917 -0.5334007143974304 0.0101652396842837 <_> <_> <_>9 0 4 7 -1. <_>9 0 2 7 2. 0 1.4885979471728206e-003 -0.0488686002790928 0.0360779017210007 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 0.0651396811008453 7.6331058517098427e-003 -0.5878164172172546 <_> <_> <_>13 0 7 6 -1. <_>13 2 7 2 3. 0 -0.0207414105534554 -0.2965827882289887 0.0186228007078171 -1.2940989732742310 40 -1 <_> <_> <_> <_>1 1 8 4 -1. <_>5 1 4 4 2. 0 0.0135756898671389 -0.1424959003925324 0.2333762049674988 <_> <_> <_>7 4 7 6 -1. <_>7 6 7 2 3. 0 -7.5882389210164547e-003 0.0864644795656204 -0.2395431995391846 <_> <_> <_>4 5 10 12 -1. <_>4 5 5 6 2. <_>9 11 5 6 2. 0 4.2986529879271984e-003 0.0502820909023285 -0.3525012135505676 <_> <_> <_>8 12 11 8 -1. <_>8 16 11 4 2. 0 -0.0197931192815304 -0.1682747006416321 0.0437127202749252 <_> <_> <_>5 5 9 5 -1. <_>8 5 3 5 3. 0 6.6613829694688320e-003 -0.2037153989076614 0.0712257474660873 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 3.2715050037950277e-003 0.0545367188751698 -0.2242882996797562 <_> <_> <_>0 0 2 14 -1. <_>1 0 1 14 2. 0 -0.0361433215439320 0.5504488945007324 -0.0235972106456757 <_> <_> <_>11 9 3 10 -1. <_>11 14 3 5 2. 0 3.1145319808274508e-003 0.0220494307577610 -0.3010942935943604 <_> <_> <_>3 17 13 3 -1. <_>3 18 13 1 3. 0 8.9540961198508739e-004 -0.1227985024452210 0.1075142025947571 <_> <_> <_>6 10 13 3 -1. <_>6 11 13 1 3. 0 8.0573331797495484e-004 -0.0875877812504768 0.0546320490539074 <_> <_> <_>1 2 18 6 -1. <_>1 2 9 3 2. <_>10 5 9 3 2. 0 -6.5726130269467831e-003 -0.1564987003803253 0.0765607580542564 <_> <_> <_>6 1 12 8 -1. <_>12 1 6 4 2. <_>6 5 6 4 2. 0 2.2269350010901690e-003 0.0294907800853252 -0.0592101998627186 <_> <_> <_>4 1 12 8 -1. <_>4 1 6 4 2. <_>10 5 6 4 2. 0 6.2076752074062824e-003 0.0757273435592651 -0.1767532974481583 <_> <_> <_>4 3 13 3 -1. <_>4 4 13 1 3. 0 6.0021011158823967e-003 -0.0783538073301315 0.1449289023876190 <_> <_> <_>1 6 12 4 -1. <_>5 6 4 4 3. 0 0.0119963400065899 0.0286440309137106 -0.3198246955871582 <_> <_> <_>14 2 6 5 -1. <_>14 2 3 5 2. 0 6.7174229770898819e-003 -0.1073990017175674 0.1310632973909378 <_> <_> <_>3 12 13 2 -1. <_>3 13 13 1 2. 0 5.7567027397453785e-004 -0.0641267970204353 0.1629354059696198 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 3.9552329108119011e-003 0.0373474210500717 -0.1525357067584992 <_> <_> <_>1 0 4 7 -1. <_>3 0 2 7 2. 0 1.5598450554534793e-003 -0.0986873134970665 0.0987182036042213 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -8.4324590861797333e-003 0.2090564966201782 -0.0604840181767941 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 8.7580326944589615e-003 0.0506034307181835 -0.2184547036886215 <_> <_> <_>11 0 9 6 -1. <_>14 0 3 6 3. 0 -0.1196575015783310 0.2671158909797669 -7.4574039317667484e-003 <_> <_> <_>6 9 3 10 -1. <_>6 14 3 5 2. 0 2.0653149113059044e-003 0.0351948104798794 -0.2523075044155121 <_> <_> <_>10 9 6 5 -1. <_>10 9 3 5 2. 0 -5.7491107145324349e-004 0.0824242234230042 -0.1083047986030579 <_> <_> <_>6 7 3 12 -1. <_>6 13 3 6 2. 0 -6.7591401748359203e-003 -0.1370418965816498 0.0701543688774109 <_> <_> <_>11 0 9 6 -1. <_>14 0 3 6 3. 0 0.0182107407599688 -0.0254077706485987 0.1012372970581055 <_> <_> <_>0 0 9 6 -1. <_>3 0 3 6 3. 0 -0.0880068466067314 0.3663871884346008 -0.0308931805193424 <_> <_> <_>4 6 12 3 -1. <_>4 6 6 3 2. 0 -4.4944360852241516e-003 -0.1575381010770798 0.0600706301629543 <_> <_> <_>6 4 6 8 -1. <_>8 4 2 8 3. 0 -6.3741360791027546e-003 0.2118988931179047 -0.0395679995417595 <_> <_> <_>11 0 3 13 -1. <_>12 0 1 13 3. 0 -0.0310974400490522 -0.5996552109718323 9.9493442103266716e-003 <_> <_> <_>6 0 3 13 -1. <_>7 0 1 13 3. 0 5.8496380224823952e-003 0.0282446891069412 -0.2977800071239471 <_> <_> <_>4 14 13 2 -1. <_>4 15 13 1 2. 0 -2.2763800807297230e-003 0.1027041971683502 -0.0737119913101196 <_> <_> <_>1 11 7 6 -1. <_>1 13 7 2 3. 0 3.9103049784898758e-003 0.0524456687271595 -0.2012391984462738 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 2.8906730003654957e-003 -0.2169228047132492 0.0372945703566074 <_> <_> <_>4 16 12 4 -1. <_>8 16 4 4 3. 0 4.5904931612312794e-003 -0.0812765806913376 0.1101315990090370 <_> <_> <_>11 9 6 8 -1. <_>11 9 3 8 2. 0 -0.0342458002269268 -0.1154173016548157 0.0143840499222279 <_> <_> <_>3 9 6 8 -1. <_>6 9 3 8 2. 0 -1.7881620442494750e-004 0.0628859773278236 -0.1326712965965271 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 -4.0114559233188629e-003 -0.1896172016859055 0.0367017686367035 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 3.1429999507963657e-003 -0.0499151200056076 0.1729976981878281 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 0.0780823528766632 4.7195390798151493e-003 -0.3401587903499603 <_> <_> <_>2 0 14 9 -1. <_>2 3 14 3 3. 0 0.2037094980478287 -0.0217331405729055 0.3742265105247498 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 0.0974248200654984 -6.8117439514026046e-004 0.4963915944099426 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -2.6366419624537230e-003 -0.1853210031986237 0.0437688305974007 <_> <_> <_>9 5 4 12 -1. <_>9 11 4 6 2. 0 4.1020149365067482e-004 0.0278029106557369 -0.0877069681882858 <_> <_> <_>2 4 10 6 -1. <_>2 4 5 3 2. <_>7 7 5 3 2. 0 -0.0596665591001511 -0.5687270760536194 0.0133886402472854 <_> <_> <_>9 1 8 16 -1. <_>13 1 4 8 2. <_>9 9 4 8 2. 0 -5.1892381161451340e-003 0.0504994988441467 -0.1446586996316910 <_> <_> <_>2 1 14 8 -1. <_>2 5 14 4 2. 0 0.1037714034318924 -0.0189520604908466 0.4110797941684723 <_> <_> <_>12 10 7 6 -1. <_>12 12 7 2 3. 0 -0.0140757597982883 -0.2036736011505127 0.0325132794678211 <_> <_> <_>0 8 6 9 -1. <_>3 8 3 9 2. 0 -6.8877148441970348e-003 0.1240172982215881 -0.0766171291470528 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0293458495289087 8.4471162408590317e-003 -0.3465698063373566 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -8.3123557269573212e-003 -0.1918011009693146 0.0385856293141842 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0644932687282562 -0.0271588806062937 0.3021799921989441 <_> <_> <_>0 0 16 2 -1. <_>0 1 16 1 2. 0 8.0413377145305276e-004 -0.1044417023658752 0.0647219792008400 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -6.5569980069994926e-003 -0.1065860018134117 0.0252384897321463 <_> <_> <_>2 13 14 4 -1. <_>2 13 7 2 2. <_>9 15 7 2 2. 0 -0.0383269302546978 -0.6850638985633850 9.6486946567893028e-003 <_> <_> <_>7 5 9 7 -1. <_>10 5 3 7 3. 0 -0.0403273291885853 0.1975985020399094 -0.0251841694116592 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 6.1981407925486565e-003 0.0464157909154892 -0.1717167049646378 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 0.0374655015766621 -0.0150102796033025 0.0869622528553009 <_> <_> <_>6 1 6 10 -1. <_>6 6 6 5 2. 0 -6.0584479942917824e-003 0.0692427530884743 -0.0945942029356956 <_> <_> <_>0 3 20 8 -1. <_>0 7 20 4 2. 0 -0.0149916997179389 -0.1496981978416443 0.0465794503688812 <_> <_> <_>4 0 12 8 -1. <_>10 0 6 8 2. 0 0.0647603571414948 -0.0260891690850258 0.2707200944423676 <_> <_> <_>2 1 18 19 -1. <_>8 1 6 19 3. 0 0.5902032852172852 3.9715780876576900e-003 -0.6391807198524475 <_> <_> <_>0 1 18 19 -1. <_>6 1 6 19 3. 0 0.0738922134041786 -0.0625063329935074 0.1310071945190430 <_> <_> <_>8 1 12 19 -1. <_>8 1 6 19 2. 0 0.4392817020416260 5.0452877767384052e-003 -0.3762843906879425 <_> <_> <_>0 1 12 19 -1. <_>6 1 6 19 2. 0 0.1019204035401344 0.0220532901585102 -0.3340820074081421 <_> <_> <_>0 0 20 10 -1. <_>10 0 10 5 2. <_>0 5 10 5 2. 0 0.1108421981334686 0.0162155404686928 -0.3490070104598999 <_> <_> <_>0 4 13 3 -1. <_>0 5 13 1 3. 0 5.5628088302910328e-003 -0.0521967113018036 0.1179637014865875 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -6.3897081417962909e-004 -0.1565970033407211 0.0447444505989552 <_> <_> <_>1 4 13 3 -1. <_>1 5 13 1 3. 0 -3.5426639951765537e-003 0.1449057012796402 -0.0425187088549137 <_> <_> <_>13 12 7 4 -1. <_>13 14 7 2 2. 0 -0.0330161601305008 -0.3694294095039368 7.6470980420708656e-003 <_> <_> <_>2 1 4 19 -1. <_>4 1 2 19 2. 0 0.0960508584976196 6.5154801122844219e-003 -0.8782703876495361 <_> <_> <_>12 10 7 6 -1. <_>12 12 7 2 3. 0 -0.0495720095932484 -0.4272302091121674 3.1567770056426525e-003 <_> <_> <_>3 9 13 3 -1. <_>3 10 13 1 3. 0 2.5885479408316314e-004 -0.1568966954946518 0.0380518287420273 <_> <_> <_>4 8 14 3 -1. <_>4 9 14 1 3. 0 -1.5898289857432246e-003 -0.1884572058916092 0.0246300492435694 <_> <_> <_>4 5 12 9 -1. <_>4 8 12 3 3. 0 -1.3463890354614705e-004 0.1445270031690598 -0.0441722609102726 <_> <_> <_>6 15 13 3 -1. <_>6 16 13 1 3. 0 0.0116742495447397 -0.0256763808429241 0.1952770948410034 <_> <_> <_>0 12 7 4 -1. <_>0 14 7 2 2. 0 -0.0235070008784533 -0.3227188885211945 0.0185148399323225 <_> <_> <_>5 2 14 18 -1. <_>12 2 7 9 2. <_>5 11 7 9 2. 0 0.0312258005142212 -0.0196222998201847 0.1457010060548782 <_> <_> <_>7 5 4 12 -1. <_>7 11 4 6 2. 0 8.0607319250702858e-004 0.0443799905478954 -0.1363562047481537 <_> <_> <_>5 2 14 18 -1. <_>12 2 7 9 2. <_>5 11 7 9 2. 0 -0.2644588053226471 0.4177120029926300 -6.3821650110185146e-003 <_> <_> <_>1 2 14 18 -1. <_>1 2 7 9 2. <_>8 11 7 9 2. 0 0.0354793816804886 -0.0227584801614285 0.2694610059261322 <_> <_> <_>6 10 8 10 -1. <_>10 10 4 5 2. <_>6 15 4 5 2. 0 -0.0381375998258591 -0.3671990931034088 0.0187220592051744 <_> <_> <_>3 5 4 8 -1. <_>3 9 4 4 2. 0 3.9108810015022755e-003 -0.1817681938409805 0.0390549488365650 <_> <_> <_>6 10 8 8 -1. <_>10 10 4 4 2. <_>6 14 4 4 2. 0 4.1834539733827114e-003 0.0486762486398220 -0.1355886012315750 <_> <_> <_>1 10 7 6 -1. <_>1 12 7 2 3. 0 -0.0466414205729961 -0.5874168276786804 9.8590552806854248e-003 <_> <_> <_>4 14 13 3 -1. <_>4 15 13 1 3. 0 0.0119501398876309 -0.0255060493946075 0.2797119915485382 <_> <_> <_>6 11 6 9 -1. <_>8 11 2 9 3. 0 -0.0635850727558136 -0.7094069719314575 8.8691459968686104e-003 <_> <_> <_>7 5 9 7 -1. <_>10 5 3 7 3. 0 9.7221415489912033e-003 -0.0278850290924311 0.0546266809105873 <_> <_> <_>0 10 19 6 -1. <_>0 13 19 3 2. 0 -0.0161114595830441 -0.0682654827833176 0.0809329673647881 <_> <_> <_>4 1 12 10 -1. <_>4 6 12 5 2. 0 -0.0799505114555359 0.2042568027973175 -0.0343068502843380 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 3.1421340536326170e-003 0.0421968810260296 -0.1536691039800644 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 2.9253180400701240e-005 -0.0763822570443153 0.0317488797008991 <_> <_> <_>0 5 20 2 -1. <_>0 6 20 1 2. 0 -0.0545870885252953 -0.6489148736000061 9.1545386239886284e-003 <_> <_> <_>2 0 17 6 -1. <_>2 2 17 2 3. 0 -0.0210834201425314 0.1905899941921234 -0.0246866401284933 <_> <_> <_>3 14 10 6 -1. <_>3 14 5 3 2. <_>8 17 5 3 2. 0 3.9170900708995759e-004 -0.1057088971138001 0.0529467687010765 <_> <_> <_>6 0 9 11 -1. <_>9 0 3 11 3. 0 0.2258882969617844 2.3077470250427723e-003 -0.9260604977607727 <_> <_> <_>0 2 6 11 -1. <_>2 2 2 11 3. 0 -0.0188999790698290 0.1450397074222565 -0.0385066196322441 <_> <_> <_>14 0 6 7 -1. <_>16 0 2 7 3. 0 -8.7533425539731979e-003 0.0839588269591331 -0.0374790988862515 <_> <_> <_>0 8 9 12 -1. <_>3 8 3 12 3. 0 -0.2082125991582871 -0.6794853806495667 9.8609952256083488e-003 <_> <_> <_>13 10 7 6 -1. <_>13 12 7 2 3. 0 0.0162700600922108 0.0141155803576112 -0.1821835935115814 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 3.0145489145070314e-003 0.0520137399435043 -0.1145019009709358 <_> <_> <_>14 0 6 7 -1. <_>16 0 2 7 3. 0 0.0185474492609501 -0.0256816204637289 0.1645638048648834 <_> <_> <_>0 0 6 7 -1. <_>2 0 2 7 3. 0 4.2732958681881428e-003 -0.0595732405781746 0.1039028018712997 <_> <_> <_>8 0 9 15 -1. <_>11 0 3 15 3. 0 -0.0282496307045221 -0.0781615898013115 0.0290642306208611 <_> <_> <_>3 5 12 11 -1. <_>7 5 4 11 3. 0 -0.0155386002734303 -0.1448138058185577 0.0384340584278107 <_> <_> <_>6 15 13 3 -1. <_>6 16 13 1 3. 0 3.8620950654149055e-003 -0.0387453809380531 0.0981835275888443 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 0.0152533696964383 0.0179465003311634 -0.3094803094863892 <_> <_> <_>7 5 9 7 -1. <_>10 5 3 7 3. 0 -4.2140888981521130e-003 0.0575215704739094 -0.0277824308723211 <_> <_> <_>7 6 3 14 -1. <_>8 6 1 14 3. 0 -2.1610679104924202e-003 0.1061744987964630 -0.0594112500548363 <_> <_> <_>5 1 13 3 -1. <_>5 2 13 1 3. 0 -1.8687519477680326e-003 -0.1280768960714340 0.0477816388010979 <_> <_> <_>8 1 3 13 -1. <_>9 1 1 13 3. 0 -6.2083022203296423e-004 0.1172534972429276 -0.0478611998260021 <_> <_> <_>9 6 4 14 -1. <_>11 6 2 7 2. <_>9 13 2 7 2. 0 -2.5575871113687754e-003 0.0579006485641003 -0.0840368568897247 <_> <_> <_>6 9 8 10 -1. <_>6 9 4 5 2. <_>10 14 4 5 2. 0 4.1207410395145416e-003 0.0542397797107697 -0.1261114031076431 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0175257790833712 0.0287927500903606 -0.1979317069053650 <_> <_> <_>0 15 14 5 -1. <_>7 15 7 5 2. 0 -0.0190124902874231 0.1144431978464127 -0.0668130517005920 <_> <_> <_>12 12 8 5 -1. <_>12 12 4 5 2. 0 9.5198452472686768e-003 -0.0391056388616562 0.0885889828205109 <_> <_> <_>0 14 10 6 -1. <_>0 16 10 2 3. 0 7.7857482247054577e-003 0.0479038506746292 -0.1194128021597862 <_> <_> <_>4 16 14 4 -1. <_>4 18 14 2 2. 0 -2.5355129037052393e-003 0.0613774992525578 -0.0515763908624649 <_> <_> <_>6 1 6 18 -1. <_>8 1 2 18 3. 0 0.1388667970895767 7.1258218958973885e-003 -0.7507606148719788 <_> <_> <_>6 14 14 2 -1. <_>6 15 14 1 2. 0 -3.0958889983594418e-003 0.0734322667121887 -0.0404091812670231 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 4.7118910588324070e-003 0.0223742704838514 -0.2388508021831513 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 6.3587618060410023e-003 0.0536843799054623 -0.1339824050664902 <_> <_> <_>3 0 14 20 -1. <_>10 0 7 20 2. 0 0.0683670118451118 -0.0361039191484451 0.1741008013486862 <_> <_> <_>8 10 4 7 -1. <_>8 10 2 7 2. 0 -3.2802459318190813e-003 -0.1460307985544205 0.0482151396572590 <_> <_> <_>4 5 9 7 -1. <_>7 5 3 7 3. 0 -0.0664302706718445 0.4673899114131928 -0.0131403803825378 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0422740690410137 -0.6325333118438721 0.0103594399988651 <_> <_> <_>5 3 6 13 -1. <_>8 3 3 13 2. 0 -1.0691370116546750e-003 -0.1146982982754707 0.0450481213629246 <_> <_> <_>7 12 6 8 -1. <_>7 12 3 8 2. 0 0.0542354695498943 -0.0198096092790365 0.3143073022365570 <_> <_> <_>4 9 6 5 -1. <_>7 9 3 5 2. 0 -7.2852471930673346e-006 0.0580512508749962 -0.1024617031216621 <_> <_> <_>11 4 4 10 -1. <_>11 4 2 10 2. 0 0.0208933092653751 0.0156088098883629 -0.2154573947191238 <_> <_> <_>0 11 12 6 -1. <_>4 11 4 6 3. 0 -0.0537651814520359 0.2055923938751221 -0.0325259193778038 <_> <_> <_>11 4 4 10 -1. <_>11 4 2 10 2. 0 -0.0159726701676846 -0.1711989045143127 0.0147738298401237 <_> <_> <_>5 4 4 10 -1. <_>7 4 2 10 2. 0 -0.0145914098247886 -0.2304601967334747 0.0233450103551149 <_> <_> <_>6 14 14 2 -1. <_>6 15 14 1 2. 0 2.4016639217734337e-003 -0.0282724294811487 0.0951242372393608 <_> <_> <_>0 14 14 2 -1. <_>0 15 14 1 2. 0 -0.0204306896775961 0.4065555930137634 -0.0162125397473574 <_> <_> <_>15 2 5 12 -1. <_>15 6 5 4 3. 0 0.0819267928600311 8.7937163189053535e-003 -0.4021030068397522 <_> <_> <_>0 2 5 12 -1. <_>0 6 5 4 3. 0 -0.0128928497433662 -0.1194692999124527 0.0450221300125122 <_> <_> <_>16 5 4 14 -1. <_>16 12 4 7 2. 0 0.0947126820683479 -0.0107600800693035 0.2169398069381714 <_> <_> <_>0 14 12 6 -1. <_>0 14 6 3 2. <_>6 17 6 3 2. 0 4.0901689790189266e-003 -0.0845926031470299 0.0704576969146729 <_> <_> <_>16 5 4 14 -1. <_>16 12 4 7 2. 0 -0.1249653995037079 0.2827695012092590 -4.2760102078318596e-003 <_> <_> <_>0 5 4 14 -1. <_>0 12 4 7 2. 0 0.0157581698149443 -0.0489265881478786 0.1238022968173027 <_> <_> <_>12 12 8 5 -1. <_>12 12 4 5 2. 0 -5.2818129770457745e-003 0.0618364401161671 -0.0367129407823086 <_> <_> <_>0 12 8 5 -1. <_>4 12 4 5 2. 0 8.6735859513282776e-003 -0.0473722405731678 0.1580915004014969 <_> <_> <_>12 0 3 14 -1. <_>13 0 1 14 3. 0 -5.2273580804467201e-003 -0.1169456988573074 0.0291564408689737 <_> <_> <_>5 12 5 8 -1. <_>5 16 5 4 2. 0 0.0618318282067776 8.0447606742382050e-003 -0.6853052973747253 <_> <_> <_>18 2 2 14 -1. <_>18 9 2 7 2. 0 0.0668156072497368 -8.4813889116048813e-003 0.1452376991510391 <_> <_> <_>6 0 8 6 -1. <_>6 3 8 3 2. 0 -0.1006200015544891 0.7460582852363586 -6.8016690202057362e-003 <_> <_> <_>14 1 6 9 -1. <_>14 4 6 3 3. 0 -0.0147515395656228 -0.1489351987838745 0.0395791903138161 <_> <_> <_>3 4 14 6 -1. <_>3 4 7 3 2. <_>10 7 7 3 2. 0 0.0346165895462036 -0.0207490995526314 0.2854982018470764 <_> <_> <_>10 5 9 6 -1. <_>10 7 9 2 3. 0 -0.1296638995409012 -0.5544648766517639 4.6082548797130585e-003 <_> <_> <_>0 13 8 5 -1. <_>4 13 4 5 2. 0 0.0740355104207993 5.3174998611211777e-003 -0.8414952754974365 <_> <_> <_>12 0 6 18 -1. <_>15 0 3 9 2. <_>12 9 3 9 2. 0 0.1017711013555527 -7.6451660133898258e-003 0.3544222116470337 <_> <_> <_>2 0 6 18 -1. <_>2 0 3 9 2. <_>5 9 3 9 2. 0 0.0896587371826172 -9.3901483342051506e-003 0.5057793855667114 <_> <_> <_>2 0 16 14 -1. <_>10 0 8 7 2. <_>2 7 8 7 2. 0 -0.1618074029684067 -0.6545178294181824 8.7116202339529991e-003 <_> <_> <_>2 0 4 16 -1. <_>2 0 2 8 2. <_>4 8 2 8 2. 0 1.8784119747579098e-003 0.0520644187927246 -0.0907419472932816 <_> <_> <_>12 0 8 4 -1. <_>12 0 4 4 2. 0 1.9505689851939678e-003 -0.0540916211903095 0.0355062000453472 <_> <_> <_>0 0 8 4 -1. <_>4 0 4 4 2. 0 -6.0789179988205433e-003 0.1223851963877678 -0.0468037389218807 <_> <_> <_>6 12 14 5 -1. <_>6 12 7 5 2. 0 -0.2240325063467026 -0.7772849202156067 2.3639709688723087e-003 <_> <_> <_>0 12 14 5 -1. <_>7 12 7 5 2. 0 -0.1303959041833878 -0.2769264876842499 0.0215482898056507 <_> <_> <_>8 1 12 5 -1. <_>12 1 4 5 3. 0 0.0725874230265617 0.0106212999671698 -0.1627078056335449 <_> <_> <_>0 1 12 5 -1. <_>4 1 4 5 3. 0 0.0731800422072411 -0.0175192598253489 0.3369787037372589 <_> <_> <_>3 10 14 4 -1. <_>10 10 7 2 2. <_>3 12 7 2 2. 0 -0.0345259793102741 -0.5353869795799255 0.0103977099061012 <_> <_> <_>0 14 20 4 -1. <_>0 14 10 2 2. <_>10 16 10 2 2. 0 2.3753559216856956e-003 0.0519108287990093 -0.0969595164060593 <_> <_> <_>10 9 9 5 -1. <_>13 9 3 5 3. 0 -6.8947779946029186e-003 0.0824099779129028 -0.0230989996343851 <_> <_> <_>1 9 9 5 -1. <_>4 9 3 5 3. 0 -0.0947732925415039 -0.7051069140434265 7.7322297729551792e-003 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 5.6327427737414837e-003 0.0179606806486845 -0.0723070427775383 <_> <_> <_>6 16 8 4 -1. <_>10 16 4 4 2. 0 6.6090249456465244e-003 -0.0367010794579983 0.1370633989572525 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0249783992767334 -0.1628139019012451 7.6992698013782501e-003 <_> <_> <_>4 5 12 6 -1. <_>4 5 6 3 2. <_>10 8 6 3 2. 0 -6.0882410034537315e-003 0.1055561974644661 -0.0485074110329151 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0611615888774395 1.1127579491585493e-003 -0.5665788054466248 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0387228094041348 -0.5979735851287842 8.4153199568390846e-003 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 6.2335198745131493e-003 0.0315630212426186 -0.1876924037933350 <_> <_> <_>1 1 18 5 -1. <_>7 1 6 5 3. 0 0.1693951040506363 -0.0171837396919727 0.3144004940986633 <_> <_> <_>9 2 10 10 -1. <_>14 2 5 5 2. <_>9 7 5 5 2. 0 0.0858513414859772 5.7081878185272217e-003 -0.4996680915355682 <_> <_> <_>1 2 10 10 -1. <_>1 2 5 5 2. <_>6 7 5 5 2. 0 -0.0203150101006031 -0.1235990002751350 0.0447048395872116 <_> <_> <_>8 3 12 6 -1. <_>14 3 6 3 2. <_>8 6 6 3 2. 0 -4.0276069194078445e-003 0.0479572191834450 -0.0971370562911034 <_> <_> <_>1 5 8 4 -1. <_>5 5 4 4 2. 0 -0.0392745099961758 0.1880427002906799 -0.0297541990876198 <_> <_> <_>0 3 20 12 -1. <_>10 3 10 6 2. <_>0 9 10 6 2. 0 -0.0211636293679476 -0.1572490036487579 0.0396365299820900 <_> <_> <_>5 5 10 6 -1. <_>5 5 5 3 2. <_>10 8 5 3 2. 0 4.0783579461276531e-003 -0.0475628189742565 0.1097624972462654 <_> <_> <_>9 8 6 12 -1. <_>12 8 3 6 2. <_>9 14 3 6 2. 0 1.0180410463362932e-003 -0.0663060918450356 0.0987730771303177 <_> <_> <_>0 8 18 4 -1. <_>0 8 9 2 2. <_>9 10 9 2 2. 0 2.8516049496829510e-003 -0.0511017404496670 0.0969949588179588 <_> <_> <_>3 14 14 4 -1. <_>10 14 7 2 2. <_>3 16 7 2 2. 0 4.8373742029070854e-003 0.0408665500581265 -0.1248036026954651 <_> <_> <_>5 11 5 9 -1. <_>5 14 5 3 3. 0 -3.4715479705482721e-004 0.0417786911129951 -0.1257454007863998 <_> <_> <_>6 16 8 4 -1. <_>6 18 8 2 2. 0 -6.3760261982679367e-003 0.1575423032045364 -0.0416927784681320 <_> <_> <_>7 4 6 12 -1. <_>7 10 6 6 2. 0 -0.0125340698286891 -0.1356544047594070 0.0412955693900585 <_> <_> <_>9 7 7 12 -1. <_>9 11 7 4 3. 0 -0.0233215503394604 0.1251834928989410 -0.0134272603318095 <_> <_> <_>7 7 5 9 -1. <_>7 10 5 3 3. 0 2.1691620349884033e-003 0.1433120071887970 -0.0351203493773937 <_> <_> <_>4 13 12 5 -1. <_>8 13 4 5 3. 0 -0.0500055402517319 0.2150021940469742 -0.0276284199208021 <_> <_> <_>4 9 7 9 -1. <_>4 12 7 3 3. 0 0.0138181699439883 0.0222085006535053 -0.2604855895042419 <_> <_> <_>2 1 18 4 -1. <_>8 1 6 4 3. 0 -0.1138937994837761 -0.2643468081951141 5.8247619308531284e-003 <_> <_> <_>7 9 6 7 -1. <_>9 9 2 7 3. 0 1.4204699546098709e-003 -0.0715462863445282 0.0703791826963425 <_> <_> <_>0 13 20 4 -1. <_>0 15 20 2 2. 0 0.0123296100646257 0.0294751301407814 -0.1922408938407898 <_> <_> <_>2 4 13 3 -1. <_>2 5 13 1 3. 0 3.4679430536925793e-003 -0.0619209408760071 0.0908930897712708 <_> <_> <_>9 7 7 12 -1. <_>9 11 7 4 3. 0 -0.1208847984671593 0.4662685990333557 -2.7361230459064245e-003 <_> <_> <_>3 1 9 17 -1. <_>6 1 3 17 3. 0 -0.0158275198191404 -0.0953428372740746 0.0550031699240208 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -5.3695850074291229e-003 0.1689102053642273 -0.0467009507119656 <_> <_> <_>6 9 4 8 -1. <_>8 9 2 8 2. 0 0.0526950806379318 -5.6889699772000313e-003 0.9048786163330078 <_> <_> <_>5 4 14 12 -1. <_>12 4 7 6 2. <_>5 10 7 6 2. 0 -1.1397979687899351e-003 0.0343166813254356 -0.0757879018783569 <_> <_> <_>0 16 18 2 -1. <_>9 16 9 2 2. 0 -2.8946578968316317e-003 0.0754823908209801 -0.0764665529131889 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -5.1091420464217663e-003 -0.1229495033621788 0.0499727502465248 <_> <_> <_>4 0 6 8 -1. <_>6 0 2 8 3. 0 1.8837359966710210e-003 0.0434064008295536 -0.1257223039865494 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 0.0154229197651148 0.0158312898129225 -0.2091739028692246 <_> <_> <_>7 5 6 12 -1. <_>7 5 3 6 2. <_>10 11 3 6 2. 0 0.0216660406440496 -0.0247134007513523 0.2417166978120804 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -0.0943364128470421 0.8038954734802246 -2.6913180481642485e-003 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -6.0154758393764496e-003 -0.1323174983263016 0.0496137104928494 <_> <_> <_>6 10 14 3 -1. <_>6 11 14 1 3. 0 0.0437753200531006 4.5396219938993454e-003 -0.5873274803161621 <_> <_> <_>0 10 14 3 -1. <_>0 11 14 1 3. 0 1.0561950039118528e-003 -0.0880575627088547 0.0712941065430641 <_> <_> <_>4 4 14 3 -1. <_>4 5 14 1 3. 0 -1.6394529957324266e-003 0.0908108428120613 -0.0377607010304928 <_> <_> <_>0 2 15 12 -1. <_>5 2 5 12 3. 0 0.2674216032028198 9.4182817265391350e-003 -0.5274013876914978 <_> <_> <_>14 5 6 12 -1. <_>14 5 3 12 2. 0 -0.2162933051586151 -0.6112818717956543 5.2118571475148201e-003 <_> <_> <_>2 1 16 16 -1. <_>2 9 16 8 2. 0 -0.2697457075119019 -0.7339445948600769 6.0041057877242565e-003 <_> <_> <_>7 16 13 3 -1. <_>7 17 13 1 3. 0 -6.0050850734114647e-003 0.1106709018349648 -0.0206141993403435 <_> <_> <_>3 5 13 4 -1. <_>3 7 13 2 2. 0 0.0492479391396046 0.0102871898561716 -0.4958139061927795 <_> <_> <_>9 9 7 4 -1. <_>9 11 7 2 2. 0 4.9235569313168526e-003 0.0148803601041436 -0.1128747016191483 <_> <_> <_>3 7 14 6 -1. <_>3 9 14 2 3. 0 -8.2946997135877609e-003 0.5647606253623962 -0.0104421498253942 <_> <_> <_>9 9 7 4 -1. <_>9 11 7 2 2. 0 0.0235673300921917 -2.9235871043056250e-003 0.2497925013303757 <_> <_> <_>4 9 7 4 -1. <_>4 11 7 2 2. 0 -0.0410409197211266 0.4003049135208130 -0.0133126201108098 <_> <_> <_>1 9 18 3 -1. <_>1 10 18 1 3. 0 -5.3690220229327679e-003 -0.2918637096881867 0.0167816001921892 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 3.6616099532693624e-003 -0.0479209609329700 0.1089833974838257 <_> <_> <_>14 5 6 12 -1. <_>14 5 3 12 2. 0 -0.0247357897460461 0.0672709196805954 -0.0162079706788063 <_> <_> <_>0 5 6 12 -1. <_>3 5 3 12 2. 0 8.6064152419567108e-003 -0.0602502003312111 0.1067432016134262 <_> <_> <_>11 8 3 10 -1. <_>11 13 3 5 2. 0 -0.0338926091790199 -0.1979532986879349 0.0190149694681168 <_> <_> <_>0 0 3 20 -1. <_>1 0 1 20 3. 0 0.1052203029394150 6.0530952177941799e-003 -0.7523800730705261 <_> <_> <_>2 0 18 11 -1. <_>8 0 6 11 3. 0 -5.9583578258752823e-003 0.0990943834185600 -0.0355706401169300 <_> <_> <_>4 4 6 5 -1. <_>7 4 3 5 2. 0 2.7306210249662399e-003 -0.0888798087835312 0.0648439899086952 <_> <_> <_>6 3 14 4 -1. <_>13 3 7 2 2. <_>6 5 7 2 2. 0 4.3243571417406201e-004 0.0325284898281097 -0.0914790704846382 <_> <_> <_>4 4 9 6 -1. <_>7 4 3 6 3. 0 -5.2608880214393139e-003 0.1389617025852203 -0.0406248196959496 <_> <_> <_>8 9 9 8 -1. <_>11 9 3 8 3. 0 -0.1560512930154800 -0.7317007184028626 2.5103189982473850e-003 <_> <_> <_>3 9 9 8 -1. <_>6 9 3 8 3. 0 -0.0112459901720285 -0.1183411031961441 0.0522617213428020 <_> <_> <_>10 6 6 10 -1. <_>12 6 2 10 3. 0 -9.2654878972098231e-004 0.0433507785201073 -0.0765213593840599 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 1.5148459933698177e-003 -0.0714858397841454 0.0732069164514542 <_> <_> <_>6 9 9 9 -1. <_>9 9 3 9 3. 0 4.6230577863752842e-003 0.0202118791639805 -0.0465659610927105 <_> <_> <_>4 3 9 9 -1. <_>7 3 3 9 3. 0 0.1255514025688171 9.2135155573487282e-003 -0.5483170747756958 <_> <_> <_>2 2 18 9 -1. <_>8 2 6 9 3. 0 0.0407516807317734 -0.0457712486386299 0.0569909997284412 <_> <_> <_>0 2 16 3 -1. <_>0 3 16 1 3. 0 -0.0220743492245674 -0.3907549977302551 0.0116547103971243 <_> <_> <_>10 10 10 6 -1. <_>10 10 5 6 2. 0 0.1241291984915733 -6.0688108205795288e-003 0.2637670934200287 <_> <_> <_>0 0 18 9 -1. <_>6 0 6 9 3. 0 6.0741119086742401e-003 0.1076852008700371 -0.0501398704946041 <_> <_> <_>5 4 14 12 -1. <_>12 4 7 6 2. <_>5 10 7 6 2. 0 -0.1469414979219437 -0.4345254898071289 5.5836569517850876e-003 <_> <_> <_>0 1 18 4 -1. <_>6 1 6 4 3. 0 -0.1204646006226540 -0.5406827926635742 9.8318615928292274e-003 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -9.0990159660577774e-003 -0.1362525969743729 9.5357475802302361e-003 <_> <_> <_>1 10 6 10 -1. <_>1 10 3 5 2. <_>4 15 3 5 2. 0 0.0109664499759674 -0.0313442982733250 0.1706863045692444 <_> <_> <_>12 10 4 8 -1. <_>12 14 4 4 2. 0 -0.0217633806169033 0.0739181786775589 -0.0178464204072952 <_> <_> <_>4 14 12 6 -1. <_>4 14 6 3 2. <_>10 17 6 3 2. 0 -0.0495787896215916 -0.5803403258323669 0.0100632095709443 <_> <_> <_>12 10 4 8 -1. <_>12 14 4 4 2. 0 -6.6796392202377319e-003 -0.0472803004086018 0.0386680699884892 <_> <_> <_>4 10 4 8 -1. <_>4 14 4 4 2. 0 -1.0112039744853973e-003 0.0454120300710201 -0.1460335999727249 <_> <_> <_>4 11 14 4 -1. <_>11 11 7 2 2. <_>4 13 7 2 2. 0 2.5813570246100426e-003 0.0311124809086323 -0.1000149995088577 <_> <_> <_>2 11 14 4 -1. <_>2 11 7 2 2. <_>9 13 7 2 2. 0 2.0418369676917791e-003 0.0483780615031719 -0.1472270935773850 <_> <_> <_>7 6 10 6 -1. <_>12 6 5 3 2. <_>7 9 5 3 2. 0 0.0562460683286190 3.7779449485242367e-003 -0.6101362705230713 <_> <_> <_>3 6 10 6 -1. <_>3 6 5 3 2. <_>8 9 5 3 2. 0 -0.0261307507753372 0.2624058127403259 -0.0243136007338762 <_> <_> <_>9 0 6 19 -1. <_>11 0 2 19 3. 0 -0.0121510298922658 -0.0561141297221184 0.0297391600906849 <_> <_> <_>5 0 6 19 -1. <_>7 0 2 19 3. 0 -0.0510364696383476 0.2795574069023132 -0.0216835103929043 <_> <_> <_>4 18 14 2 -1. <_>4 18 7 2 2. 0 0.0874446183443069 -3.7635879125446081e-003 0.5271136164665222 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 3.4982790239155293e-003 0.0566732287406921 -0.0925546362996101 <_> <_> <_>13 1 7 9 -1. <_>13 4 7 3 3. 0 0.0978617221117020 3.7442990578711033e-003 -0.5423772931098938 <_> <_> <_>0 1 7 9 -1. <_>0 4 7 3 3. 0 -6.3886200077831745e-003 -0.0974681675434113 0.0602992996573448 <_> <_> <_>9 11 11 6 -1. <_>9 13 11 2 3. 0 -0.1012831032276154 -0.6517366766929627 3.4321940038353205e-003 <_> <_> <_>0 11 11 6 -1. <_>0 13 11 2 3. 0 -0.0393122285604477 0.2647699117660523 -0.0269813109189272 <_> <_> <_>2 5 16 10 -1. <_>10 5 8 5 2. <_>2 10 8 5 2. 0 0.1141799017786980 7.5375889427959919e-003 -0.6855363845825195 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 8.4078265354037285e-003 -0.0309730898588896 0.1720042973756790 <_> <_> <_>11 3 8 4 -1. <_>11 5 8 2 2. 0 -1.5489499783143401e-003 0.0464548096060753 -0.0692617669701576 <_> <_> <_>1 4 14 12 -1. <_>1 4 7 6 2. <_>8 10 7 6 2. 0 2.9730569804087281e-004 0.0377727001905441 -0.1376706957817078 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 2.8460770845413208e-003 -0.0431823208928108 0.0996346101164818 <_> <_> <_>2 17 13 3 -1. <_>2 18 13 1 3. 0 0.0491444207727909 5.9465290978550911e-003 -0.8236659765243530 <_> <_> <_>1 11 18 6 -1. <_>1 13 18 2 3. 0 0.0102860201150179 0.0285910908132792 -0.1594199985265732 <_> <_> <_>6 2 7 18 -1. <_>6 11 7 9 2. 0 0.0199762806296349 -0.0296170301735401 0.1594306975603104 <_> <_> <_>11 3 8 4 -1. <_>11 5 8 2 2. 0 0.0235334094613791 7.5594270601868629e-003 -0.2304113060235977 <_> <_> <_>1 1 16 6 -1. <_>1 1 8 3 2. <_>9 4 8 3 2. 0 -9.0482197701931000e-003 -0.1240869984030724 0.0416150018572807 <_> <_> <_>16 1 4 14 -1. <_>18 1 2 7 2. <_>16 8 2 7 2. 0 -3.8635660894215107e-003 0.0878112167119980 -0.0415111817419529 <_> <_> <_>0 1 4 14 -1. <_>0 1 2 7 2. <_>2 8 2 7 2. 0 -2.7298410423099995e-003 0.0947126671671867 -0.0528389587998390 <_> <_> <_>6 7 14 4 -1. <_>13 7 7 2 2. <_>6 9 7 2 2. 0 -4.5442068949341774e-003 -0.1074846014380455 0.0177447702735662 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 2.3271010722965002e-003 -0.0838262364268303 0.0572107098996639 <_> <_> <_>4 2 12 6 -1. <_>4 4 12 2 3. 0 -0.0124095501378179 0.2310030013322830 -0.0221104193478823 <_> <_> <_>0 7 14 4 -1. <_>0 7 7 2 2. <_>7 9 7 2 2. 0 -4.5268908143043518e-003 -0.1624415069818497 0.0325643494725227 <_> <_> <_>8 6 5 9 -1. <_>8 9 5 3 3. 0 -4.4666860048891976e-005 0.2434111982584000 -0.0267028007656336 <_> <_> <_>2 7 13 2 -1. <_>2 8 13 1 2. 0 7.7015289571136236e-004 -0.1285865008831024 0.0423081517219543 <_> <_> <_>9 12 10 6 -1. <_>14 12 5 3 2. <_>9 15 5 3 2. 0 0.0448630489408970 0.0107819996774197 -0.3581424057483673 <_> <_> <_>5 6 6 10 -1. <_>7 6 2 10 3. 0 0.0378694906830788 -0.0149663602933288 0.3419500887393951 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -8.3092376589775085e-003 -0.2751466035842896 0.0201395396143198 <_> <_> <_>2 2 15 5 -1. <_>7 2 5 5 3. 0 -0.0432901196181774 0.3003655970096588 -0.0194930192083120 <_> <_> <_>7 3 13 2 -1. <_>7 4 13 1 2. 0 -0.0100756296887994 -0.1226257979869843 9.1246366500854492e-003 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 -3.3486529719084501e-003 0.1179025992751122 -0.0410501882433891 <_> <_> <_>14 1 3 17 -1. <_>15 1 1 17 3. 0 -6.4645247766748071e-004 -0.0781549364328384 0.0469905696809292 <_> <_> <_>3 1 3 17 -1. <_>4 1 1 17 3. 0 0.0352473706007004 0.0103652700781822 -0.5150712728500366 <_> <_> <_>12 1 7 6 -1. <_>12 3 7 2 3. 0 3.5965928691439331e-004 -0.0779368132352829 0.0302752405405045 <_> <_> <_>3 2 3 17 -1. <_>4 2 1 17 3. 0 -1.5898740384727716e-003 -0.1059432029724121 0.0500361509621143 <_> <_> <_>14 0 6 18 -1. <_>16 0 2 18 3. 0 -0.0214083008468151 0.1164933964610100 -0.0375407002866268 <_> <_> <_>3 5 7 6 -1. <_>3 7 7 2 3. 0 -2.7612380217760801e-003 0.0347518101334572 -0.1371853053569794 <_> <_> <_>8 4 6 12 -1. <_>11 4 3 6 2. <_>8 10 3 6 2. 0 6.4307968132197857e-003 -0.0136674297973514 0.1493856012821198 <_> <_> <_>4 4 12 10 -1. <_>4 4 6 5 2. <_>10 9 6 5 2. 0 -6.9555612280964851e-003 -0.1217145994305611 0.0561001896858215 <_> <_> <_>14 0 6 18 -1. <_>16 0 2 18 3. 0 -0.2765496969223023 -0.8507738709449768 3.8885050453245640e-003 <_> <_> <_>0 0 6 18 -1. <_>2 0 2 18 3. 0 4.7567309811711311e-003 -0.0655944272875786 0.0759470611810684 <_> <_> <_>9 0 3 18 -1. <_>9 9 3 9 2. 0 0.0892180502414703 6.5016360022127628e-003 -0.3203299045562744 <_> <_> <_>3 2 12 6 -1. <_>3 5 12 3 2. 0 0.0677481517195702 -0.0118788704276085 0.4495449066162109 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 0.0453361906111240 7.4317739345133305e-003 -0.4314487874507904 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 0.0109658502042294 0.0251350104808807 -0.2035907059907913 <_> <_> <_>17 3 3 12 -1. <_>17 9 3 6 2. 0 -0.0659385621547699 0.4552414119243622 -7.5815711170434952e-003 <_> <_> <_>0 3 3 12 -1. <_>0 9 3 6 2. 0 -0.0422701090574265 0.3847005069255829 -0.0116722797974944 <_> <_> <_>14 10 5 9 -1. <_>14 13 5 3 3. 0 -6.3518402166664600e-003 -0.0870101675391197 0.0341599211096764 <_> <_> <_>1 0 18 8 -1. <_>1 4 18 4 2. 0 0.0322698801755905 -0.0407114401459694 0.1246946975588799 <_> <_> <_>11 3 8 4 -1. <_>11 5 8 2 2. 0 -0.0390683114528656 -0.1040311977267265 6.7032999359071255e-003 <_> <_> <_>1 3 8 4 -1. <_>1 5 8 2 2. 0 -1.0384949855506420e-003 0.0584225282073021 -0.1015489026904106 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 0.0297406502068043 0.0125960595905781 -0.1517045050859451 <_> <_> <_>4 3 12 3 -1. <_>10 3 6 3 2. 0 5.3193639032542706e-003 -0.0468430891633034 0.1100525036454201 <_> <_> <_>5 7 10 5 -1. <_>5 7 5 5 2. 0 -3.2385820522904396e-003 -0.1030983999371529 0.0506860613822937 <_> <_> <_>2 6 16 4 -1. <_>2 6 8 2 2. <_>10 8 8 2 2. 0 4.2344750836491585e-003 -0.0495824292302132 0.1209215000271797 <_> <_> <_>15 0 5 9 -1. <_>15 3 5 3 3. 0 -0.0747866630554199 -0.4689513146877289 3.8582859560847282e-003 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 8.5299033671617508e-003 0.0388061590492725 -0.1202204972505570 <_> <_> <_>11 0 3 12 -1. <_>11 6 3 6 2. 0 -0.0486625693738461 0.1611399054527283 -0.0117171304300427 <_> <_> <_>0 1 6 6 -1. <_>0 4 6 3 2. 0 -1.3677199603989720e-003 -0.0853037163615227 0.0553941093385220 <_> <_> <_>7 1 7 18 -1. <_>7 10 7 9 2. 0 -5.8111362159252167e-003 0.0470392704010010 -0.0517368689179420 <_> <_> <_>0 2 18 6 -1. <_>0 2 9 3 2. <_>9 5 9 3 2. 0 -3.9951619692146778e-003 -0.0781671628355980 0.0639193430542946 <_> <_> <_>5 8 13 2 -1. <_>5 9 13 1 2. 0 3.0817699152976274e-003 -0.0692898333072662 0.0282425396144390 <_> <_> <_>6 8 3 10 -1. <_>6 13 3 5 2. 0 -0.0462794713675976 -0.3476049005985260 0.0138789098709822 <_> <_> <_>6 11 13 2 -1. <_>6 12 13 1 2. 0 -0.0187257807701826 0.1522226929664612 -0.0157240908592939 <_> <_> <_>1 17 18 3 -1. <_>1 18 18 1 3. 0 -0.0214453693479300 -0.3596273064613342 0.0127642601728439 <_> <_> <_>1 3 18 2 -1. <_>1 3 9 2 2. 0 -0.0910034775733948 -0.7961595058441162 4.9090441316366196e-003 <_> <_> <_>3 17 10 3 -1. <_>8 17 5 3 2. 0 2.5607119314372540e-003 -0.0545516908168793 0.0844034105539322 <_> <_> <_>1 15 18 4 -1. <_>7 15 6 4 3. 0 -0.0136620998382568 0.0949872508645058 -0.0620368197560310 <_> <_> <_>5 5 6 9 -1. <_>8 5 3 9 2. 0 9.2437807470560074e-003 0.0538223311305046 -0.0992365106940269 <_> <_> <_>4 6 12 11 -1. <_>8 6 4 11 3. 0 -0.0146121401339769 -0.1524866074323654 0.0429055504500866 <_> <_> <_>0 0 8 10 -1. <_>0 0 4 5 2. <_>4 5 4 5 2. 0 -0.0395846590399742 0.1588324010372162 -0.0354844294488430 <_> <_> <_>2 0 18 3 -1. <_>8 0 6 3 3. 0 -6.7460699938237667e-003 0.1174926012754440 -0.0379344411194324 <_> <_> <_>5 9 9 9 -1. <_>8 9 3 9 3. 0 2.0449559669941664e-003 0.0616261884570122 -0.0944093465805054 <_> <_> <_>11 3 2 17 -1. <_>11 3 1 17 2. 0 -0.0151465600356460 -0.3388757109642029 6.8320450372993946e-003 <_> <_> <_>7 0 2 20 -1. <_>8 0 1 20 2. 0 -2.0916219800710678e-003 -0.1482957005500794 0.0333583503961563 <_> <_> <_>10 1 8 18 -1. <_>10 1 4 18 2. 0 0.0132743902504444 -0.0381690002977848 0.0463796295225620 <_> <_> <_>4 5 8 8 -1. <_>4 5 4 4 2. <_>8 9 4 4 2. 0 0.0124043300747871 -0.0184986796230078 0.2795296013355255 <_> <_> <_>6 1 12 14 -1. <_>12 1 6 7 2. <_>6 8 6 7 2. 0 -0.0236782599240541 -0.0471428595483303 0.0231413394212723 <_> <_> <_>2 1 8 18 -1. <_>6 1 4 18 2. 0 0.0675759837031364 -0.0185984000563622 0.2748115062713623 <_> <_> <_>1 5 18 7 -1. <_>7 5 6 7 3. 0 0.0763591229915619 0.0291781295090914 -0.2057282030582428 <_> <_> <_>3 4 6 16 -1. <_>3 4 3 8 2. <_>6 12 3 8 2. 0 -0.1091888993978500 0.6257721185684204 -9.8246810957789421e-003 <_> <_> <_>12 3 4 14 -1. <_>14 3 2 7 2. <_>12 10 2 7 2. 0 1.2964319903403521e-003 -0.0317764990031719 0.0678339302539825 <_> <_> <_>4 3 4 14 -1. <_>4 3 2 7 2. <_>6 10 2 7 2. 0 0.0412186793982983 8.5701625794172287e-003 -0.5837911963462830 <_> <_> <_>8 12 6 6 -1. <_>8 12 3 6 2. 0 -1.8773629562929273e-003 0.0532635413110256 -0.0417027883231640 <_> <_> <_>6 12 6 6 -1. <_>9 12 3 6 2. 0 -2.9402649961411953e-003 0.0869319215416908 -0.0713440701365471 <_> <_> <_>4 1 14 3 -1. <_>4 2 14 1 3. 0 -0.0308337491005659 -0.3943957090377808 6.0907239094376564e-003 <_> <_> <_>3 5 10 6 -1. <_>3 5 5 3 2. <_>8 8 5 3 2. 0 -3.7960989866405725e-003 0.0741505324840546 -0.0618812814354897 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 -6.3087488524615765e-003 -0.1166246980428696 0.0250167604535818 <_> <_> <_>0 4 20 8 -1. <_>0 4 10 4 2. <_>10 8 10 4 2. 0 4.0001370944082737e-003 -0.0572367310523987 0.0975897014141083 <_> <_> <_>12 5 8 8 -1. <_>16 5 4 4 2. <_>12 9 4 4 2. 0 0.0677529573440552 9.5101362094283104e-003 -0.3377701938152313 <_> <_> <_>1 1 15 6 -1. <_>1 3 15 2 3. 0 -0.0923537835478783 0.7901524901390076 -6.2939748167991638e-003 <_> <_> <_>3 6 16 3 -1. <_>3 6 8 3 2. 0 -0.0240508392453194 -0.1558571010828018 0.0180999301373959 <_> <_> <_>7 3 6 5 -1. <_>10 3 3 5 2. 0 3.2272089738398790e-003 -0.0479367412626743 0.1073589995503426 <_> <_> <_>7 4 9 5 -1. <_>10 4 3 5 3. 0 -7.2444709949195385e-003 0.0967755392193794 -0.0240959003567696 <_> <_> <_>1 6 16 3 -1. <_>9 6 8 3 2. 0 -0.1088825985789299 -0.8125579953193665 6.0875630006194115e-003 <_> <_> <_>9 0 3 15 -1. <_>9 5 3 5 3. 0 -0.0140772303566337 -0.1335898935794830 0.0254211407154799 <_> <_> <_>0 1 2 14 -1. <_>1 1 1 14 2. 0 -0.0300713703036308 0.3542703986167908 -0.0135534303262830 <_> <_> <_>12 5 3 13 -1. <_>13 5 1 13 3. 0 0.0349857993423939 -3.0686240643262863e-003 0.4631117880344391 <_> <_> <_>5 5 3 13 -1. <_>6 5 1 13 3. 0 0.0183547697961330 0.0112180197611451 -0.4614357948303223 <_> <_> <_>4 6 16 8 -1. <_>4 10 16 4 2. 0 -0.0643064081668854 -0.6120715141296387 1.9155009649693966e-003 <_> <_> <_>3 7 7 6 -1. <_>3 10 7 3 2. 0 0.0820961296558380 -8.8210906833410263e-003 0.5488597750663757 <_> <_> <_>0 3 20 10 -1. <_>0 8 20 5 2. 0 7.7698810491710901e-004 0.1324795037508011 -0.0339151285588741 <_> <_> <_>0 3 7 6 -1. <_>0 5 7 2 3. 0 0.0645689815282822 6.4043831080198288e-003 -0.7715017795562744 <_> <_> <_>11 1 8 4 -1. <_>11 3 8 2 2. 0 -0.0158334895968437 -0.1949895024299622 7.5541301630437374e-003 <_> <_> <_>1 1 8 4 -1. <_>1 3 8 2 2. 0 0.0341256186366081 -0.0159152895212173 0.2971644103527069 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -0.0126150501891971 -0.2465070933103561 0.0226997993886471 <_> <_> <_>5 0 10 6 -1. <_>5 2 10 2 3. 0 0.0182726792991161 -0.0405939593911171 0.1169349029660225 <_> <_> <_>6 3 8 10 -1. <_>6 8 8 5 2. 0 -6.6374349407851696e-003 -0.1455710977315903 0.0353539101779461 <_> <_> <_>7 2 5 12 -1. <_>7 8 5 6 2. 0 -2.6520919054746628e-003 0.0763825923204422 -0.0666886270046234 <_> <_> <_>7 7 6 12 -1. <_>9 7 2 12 3. 0 2.2452129051089287e-003 -0.0897598788142204 0.0550913698971272 <_> <_> <_>7 3 6 8 -1. <_>9 3 2 8 3. 0 -4.4775419519282877e-004 0.2126415967941284 -0.0266206394881010 <_> <_> <_>10 0 4 16 -1. <_>10 8 4 8 2. 0 -0.1111525967717171 -0.4313994944095612 4.6484731137752533e-003 <_> <_> <_>0 6 16 8 -1. <_>0 10 16 4 2. 0 -0.0115787703543901 -0.3529626131057739 0.0127505399286747 <_> <_> <_>3 8 16 4 -1. <_>3 10 16 2 2. 0 -0.0252901706844568 0.5138598084449768 -6.7363809794187546e-003 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0322323404252529 -0.5769019126892090 7.7741048298776150e-003 <_> <_> <_>10 8 9 4 -1. <_>10 10 9 2 2. 0 -4.1698799468576908e-003 -0.1751931011676788 0.0110186999663711 <_> <_> <_>7 5 6 10 -1. <_>7 10 6 5 2. 0 -0.0206645000725985 0.2582195103168488 -0.0179202891886234 <_> <_> <_>9 6 4 12 -1. <_>9 10 4 4 3. 0 -1.0834420099854469e-003 -0.1317851990461350 0.0254197493195534 <_> <_> <_>0 7 13 9 -1. <_>0 10 13 3 3. 0 -9.5458701252937317e-003 0.4496468901634216 -0.0113150300458074 <_> <_> <_>6 11 8 8 -1. <_>10 11 4 4 2. <_>6 15 4 4 2. 0 0.0532321818172932 7.4498020112514496e-003 -0.6812205910682678 <_> <_> <_>0 15 10 4 -1. <_>5 15 5 4 2. 0 -0.1385252028703690 -0.6011788249015808 6.5434179268777370e-003 <_> <_> <_>4 18 16 2 -1. <_>4 18 8 2 2. 0 0.0171734392642975 -0.0251205097883940 0.0865166336297989 <_> <_> <_>6 10 8 8 -1. <_>6 14 8 4 2. 0 0.0399471893906593 5.8647249825298786e-003 -0.7465305924415588 <_> <_> <_>8 13 7 6 -1. <_>8 15 7 2 3. 0 0.0206470098346472 -0.0102260001003742 0.1722760945558548 <_> <_> <_>7 7 5 8 -1. <_>7 11 5 4 2. 0 -1.8602909985929728e-003 -0.0657679736614227 0.0692484900355339 <_> <_> <_>6 7 10 12 -1. <_>6 11 10 4 3. 0 -0.0341060683131218 0.1590873003005981 -0.0132416300475597 <_> <_> <_>6 13 6 7 -1. <_>8 13 2 7 3. 0 6.3425069674849510e-003 0.0351191498339176 -0.1343608051538467 <_> <_> <_>14 11 4 7 -1. <_>14 11 2 7 2. 0 1.6866199439391494e-003 -0.0434017702937126 0.0506066307425499 <_> <_> <_>4 6 6 10 -1. <_>6 6 2 10 3. 0 -3.0595089774578810e-003 0.0569767095148563 -0.0810745283961296 <_> <_> <_>13 4 2 16 -1. <_>13 4 1 16 2. 0 2.7664829976856709e-003 0.0204970091581345 -0.0809638276696205 <_> <_> <_>5 4 2 16 -1. <_>6 4 1 16 2. 0 -3.2909188885241747e-003 -0.1080378964543343 0.0462379604578018 <_> <_> <_>8 3 4 16 -1. <_>10 3 2 8 2. <_>8 11 2 8 2. 0 0.0172444004565477 -0.0251270607113838 0.2459103018045425 <_> <_> <_>8 0 3 18 -1. <_>8 9 3 9 2. 0 0.0911615863442421 0.0101749803870916 -0.4698387980461121 <_> <_> <_>4 4 13 2 -1. <_>4 5 13 1 2. 0 2.5459621101617813e-003 -0.0300037506967783 0.1480046957731247 <_> <_> <_>0 2 14 2 -1. <_>0 3 14 1 2. 0 1.7582690343260765e-003 0.0544006898999214 -0.0774442702531815 <_> <_> <_>14 11 4 7 -1. <_>14 11 2 7 2. 0 -1.6833960544317961e-003 0.0818381235003471 -0.0437511987984180 <_> <_> <_>0 2 13 2 -1. <_>0 3 13 1 2. 0 -7.6617579907178879e-004 -0.1356440037488937 0.0360419489443302 <_> <_> <_>14 11 4 7 -1. <_>14 11 2 7 2. 0 1.1155450483784080e-003 -0.0482638888061047 0.0502734482288361 <_> <_> <_>2 11 4 7 -1. <_>4 11 2 7 2. 0 -2.6005289983004332e-003 0.0887934863567352 -0.0545542091131210 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -3.2424980308860540e-003 -0.1315919011831284 0.0342485085129738 <_> <_> <_>2 10 5 6 -1. <_>2 13 5 3 2. 0 -1.4817930059507489e-004 0.0378754287958145 -0.1222522035241127 <_> <_> <_>14 10 5 9 -1. <_>14 13 5 3 3. 0 0.0115466397255659 0.0153709696605802 -0.1028624027967453 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 2.4446300230920315e-003 -0.0517830513417721 0.1073507964611054 <_> <_> <_>5 12 13 3 -1. <_>5 13 13 1 3. 0 4.5723789371550083e-003 -0.0363621003925800 0.1328985989093781 <_> <_> <_>0 13 17 6 -1. <_>0 15 17 2 3. 0 -0.0119383400306106 -0.1088235005736351 0.0476989001035690 <_> <_> <_>5 15 13 3 -1. <_>5 16 13 1 3. 0 -4.1671381331980228e-003 0.1163709983229637 -0.0306387804448605 -1.2181390523910522 41 -1 <_> <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0336596183478832 -0.1557604074478149 0.1910901069641113 <_> <_> <_>9 4 2 14 -1. <_>9 11 2 7 2. 0 -1.5392389614135027e-003 0.0725277364253998 -0.2880895137786865 <_> <_> <_>1 15 13 3 -1. <_>1 16 13 1 3. 0 1.5648789703845978e-003 -0.1132922023534775 0.1505738943815231 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 5.6565739214420319e-004 -0.4050228893756867 0.0302351005375385 <_> <_> <_>4 5 4 14 -1. <_>4 5 2 7 2. <_>6 12 2 7 2. 0 -2.9683491447940469e-004 -0.1259232014417648 0.1035299971699715 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 4.3946141377091408e-003 -0.1058242022991180 0.0231637507677078 <_> <_> <_>2 8 8 8 -1. <_>2 8 4 4 2. <_>6 12 4 4 2. 0 3.2444300595670938e-003 0.0501885600388050 -0.2547726035118103 <_> <_> <_>13 6 6 9 -1. <_>13 9 6 3 3. 0 3.8864749949425459e-003 -0.1433265954256058 0.0298710707575083 <_> <_> <_>4 0 5 9 -1. <_>4 3 5 3 3. 0 3.3563380129635334e-003 -0.1873977035284042 0.0613545216619968 <_> <_> <_>13 4 3 10 -1. <_>13 9 3 5 2. 0 0.0197976995259523 0.0275679193437099 -0.0731898769736290 <_> <_> <_>3 5 4 8 -1. <_>3 9 4 4 2. 0 3.3829871099442244e-003 -0.2691569030284882 0.0475612208247185 <_> <_> <_>10 10 8 6 -1. <_>10 12 8 2 3. 0 5.0223460420966148e-003 0.0425726696848869 -0.2009748965501785 <_> <_> <_>1 17 13 3 -1. <_>1 18 13 1 3. 0 1.4903279952704906e-003 -0.1016063988208771 0.1129127964377403 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 -5.5050072260200977e-003 -0.2176041007041931 0.0250673796981573 <_> <_> <_>7 5 6 11 -1. <_>9 5 2 11 3. 0 4.1127130389213562e-003 -0.1370330005884171 0.0665366873145103 <_> <_> <_>6 1 9 6 -1. <_>9 1 3 6 3. 0 0.0194422602653503 0.0422539114952087 -0.1173110008239746 <_> <_> <_>1 11 13 3 -1. <_>1 12 13 1 3. 0 -0.0194458700716496 0.2861663103103638 -0.0304230898618698 <_> <_> <_>4 0 13 3 -1. <_>4 1 13 1 3. 0 -1.5500449808314443e-003 -0.1515711992979050 0.0637232363224030 <_> <_> <_>1 2 14 12 -1. <_>1 2 7 6 2. <_>8 8 7 6 2. 0 -3.2575910445302725e-003 0.0610639490187168 -0.1300669014453888 <_> <_> <_>13 4 4 14 -1. <_>15 4 2 7 2. <_>13 11 2 7 2. 0 8.5774611216038465e-004 -0.0620512887835503 0.0548092909157276 <_> <_> <_>3 4 4 14 -1. <_>3 4 2 7 2. <_>5 11 2 7 2. 0 6.8592262687161565e-004 -0.0928287133574486 0.0922878533601761 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 0.0489056594669819 -0.0120980404317379 0.2467487007379532 <_> <_> <_>1 15 7 4 -1. <_>1 17 7 2 2. 0 -4.6415459364652634e-003 -0.1710343956947327 0.0519001483917236 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 -9.9253775551915169e-003 0.1682472974061966 -0.0437427312135696 <_> <_> <_>1 2 18 2 -1. <_>1 3 18 1 2. 0 -7.2820088826119900e-004 -0.1576201021671295 0.0492832399904728 <_> <_> <_>16 0 4 7 -1. <_>16 0 2 7 2. 0 7.1829417720437050e-003 -0.0750838518142700 0.1567766070365906 <_> <_> <_>3 2 14 3 -1. <_>3 3 14 1 3. 0 7.4819842120632529e-004 0.0943036824464798 -0.0944104865193367 <_> <_> <_>11 13 6 7 -1. <_>13 13 2 7 3. 0 0.0138563197106123 0.0422500297427177 -0.2404627948999405 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -5.0514908507466316e-003 0.2017091959714890 -0.0449724793434143 <_> <_> <_>1 7 19 12 -1. <_>1 11 19 4 3. 0 -2.5696419179439545e-003 -0.1400468945503235 0.0417545102536678 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 0.0542757511138916 -0.0260947998613119 0.2837474048137665 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -0.0372994691133499 -0.5828117728233337 0.0135019496083260 <_> <_> <_>7 9 6 10 -1. <_>7 9 3 5 2. <_>10 14 3 5 2. 0 3.0674990266561508e-003 0.0562241785228252 -0.1199505031108856 <_> <_> <_>4 6 13 3 -1. <_>4 7 13 1 3. 0 -3.5402809735387564e-003 0.0665154680609703 -0.1183426976203919 <_> <_> <_>3 11 7 4 -1. <_>3 13 7 2 2. 0 4.1401982307434082e-003 0.0209880191832781 -0.3180744051933289 <_> <_> <_>16 0 4 15 -1. <_>16 0 2 15 2. 0 -0.0111835598945618 0.1246713995933533 -0.0417979098856449 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 1.0800679447129369e-003 0.0455484911799431 -0.1585731059312820 <_> <_> <_>7 0 8 10 -1. <_>11 0 4 5 2. <_>7 5 4 5 2. 0 -7.7602718956768513e-003 -0.1703172028064728 0.0339895300567150 <_> <_> <_>0 2 20 2 -1. <_>10 2 10 2 2. 0 -3.1192360911518335e-003 0.0968178808689117 -0.0860225334763527 <_> <_> <_>7 6 10 3 -1. <_>7 6 5 3 2. 0 -0.0136733800172806 -0.2253659963607788 0.0155871696770191 <_> <_> <_>3 6 10 3 -1. <_>8 6 5 3 2. 0 -2.0611209329217672e-003 -0.1526986062526703 0.0502276793122292 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 2.2635459899902344e-003 -0.0428894609212875 0.0768185630440712 <_> <_> <_>0 4 18 16 -1. <_>6 4 6 16 3. 0 -0.0345300808548927 0.1287443935871124 -0.0676603168249130 <_> <_> <_>15 0 4 19 -1. <_>15 0 2 19 2. 0 6.1309239827096462e-003 -0.0634560585021973 0.0642376467585564 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -0.0101712802425027 -0.2919202148914337 0.0266455095261335 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 -0.1306065022945404 -0.9629706740379334 1.5367489540949464e-003 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 6.8621779792010784e-003 -0.0472395196557045 0.1544039994478226 <_> <_> <_>9 0 9 5 -1. <_>12 0 3 5 3. 0 1.2950079981237650e-003 -0.0711223483085632 0.0586972385644913 <_> <_> <_>5 0 8 10 -1. <_>5 0 4 5 2. <_>9 5 4 5 2. 0 -5.6443549692630768e-003 -0.1726133972406387 0.0447693094611168 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1634611040353775 -0.0215368308126926 0.3682580888271332 <_> <_> <_>0 0 14 3 -1. <_>0 1 14 1 3. 0 0.0141706001013517 0.0234620198607445 -0.3049874901771545 <_> <_> <_>16 0 4 12 -1. <_>16 0 2 12 2. 0 -0.1067991033196449 0.3148567974567413 -9.1049326583743095e-003 <_> <_> <_>1 0 4 19 -1. <_>3 0 2 19 2. 0 7.0258649066090584e-003 -0.0654181912541389 0.1020023971796036 <_> <_> <_>14 10 6 7 -1. <_>14 10 3 7 2. 0 -4.3358937837183475e-003 0.1160119995474815 -0.0550410598516464 <_> <_> <_>1 6 9 14 -1. <_>4 6 3 14 3. 0 0.0353942401707172 0.0277954805642366 -0.2553454935550690 <_> <_> <_>9 2 6 9 -1. <_>9 5 6 3 3. 0 0.0215996801853180 -0.0105139603838325 0.2608759105205536 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 4.3032150715589523e-003 -0.0467454008758068 0.1331862062215805 <_> <_> <_>4 8 12 6 -1. <_>8 8 4 6 3. 0 7.8372862190008163e-003 0.0618998110294342 -0.1240516975522041 <_> <_> <_>2 5 12 9 -1. <_>6 5 4 9 3. 0 -1.6856989823281765e-003 -0.0956963077187538 0.0776673108339310 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -4.1602249257266521e-003 0.0658505335450172 -0.0768375918269157 <_> <_> <_>4 5 9 5 -1. <_>7 5 3 5 3. 0 -0.0508648194372654 0.5241906046867371 -0.0173424296081066 <_> <_> <_>10 3 6 7 -1. <_>12 3 2 7 3. 0 -0.0644778832793236 -0.4197225868701935 0.0122311003506184 <_> <_> <_>6 13 7 6 -1. <_>6 15 7 2 3. 0 -2.4949579965323210e-003 0.0642422065138817 -0.0974573120474815 <_> <_> <_>11 6 4 14 -1. <_>13 6 2 7 2. <_>11 13 2 7 2. 0 3.2167730387300253e-003 -0.0379022881388664 0.0821970924735069 <_> <_> <_>5 6 4 14 -1. <_>5 6 2 7 2. <_>7 13 2 7 2. 0 -2.3393060546368361e-003 -0.1060846000909805 0.0720048993825912 <_> <_> <_>13 13 7 4 -1. <_>13 15 7 2 2. 0 -8.0535542219877243e-003 -0.1099186986684799 0.0256432797759771 <_> <_> <_>1 5 4 14 -1. <_>1 5 2 7 2. <_>3 12 2 7 2. 0 0.0150077398866415 -0.0312671288847923 0.2050703018903732 <_> <_> <_>1 13 18 4 -1. <_>10 13 9 2 2. <_>1 15 9 2 2. 0 -4.7144708223640919e-003 -0.1405889987945557 0.0486872494220734 <_> <_> <_>0 1 18 12 -1. <_>0 7 18 6 2. 0 -0.2718858122825623 -0.7708619236946106 8.2119107246398926e-003 <_> <_> <_>4 1 14 18 -1. <_>4 10 14 9 2. 0 -3.7261729594320059e-003 0.0783864185214043 -0.0611103214323521 <_> <_> <_>4 0 6 10 -1. <_>6 0 2 10 3. 0 8.1726117059588432e-003 0.0258723907172680 -0.2420330047607422 <_> <_> <_>16 10 4 9 -1. <_>16 10 2 9 2. 0 -0.1538413017988205 -0.8368161916732788 1.0526239639148116e-003 <_> <_> <_>0 10 4 9 -1. <_>2 10 2 9 2. 0 -4.2209690436720848e-003 0.1098781973123550 -0.0609731301665306 <_> <_> <_>10 3 6 7 -1. <_>12 3 2 7 3. 0 0.0346411801874638 5.9377611614763737e-003 -0.7302142977714539 <_> <_> <_>4 10 4 7 -1. <_>6 10 2 7 2. 0 -1.0757029522210360e-003 0.0632532313466072 -0.0939545333385468 <_> <_> <_>4 9 15 3 -1. <_>9 9 5 3 3. 0 6.0506182489916682e-004 -0.0726337432861328 0.0548477917909622 <_> <_> <_>1 9 15 3 -1. <_>6 9 5 3 3. 0 -4.9192002043128014e-003 -0.1461798995733261 0.0498548895120621 <_> <_> <_>16 0 4 12 -1. <_>16 0 2 12 2. 0 0.0586413405835629 -0.0144878895953298 0.2194927930831909 <_> <_> <_>7 8 4 12 -1. <_>7 12 4 4 3. 0 -0.0959936380386353 -0.4245699048042297 0.0156111698597670 <_> <_> <_>16 0 4 12 -1. <_>16 0 2 12 2. 0 -0.1754675060510635 -0.5715453028678894 2.7310380246490240e-003 <_> <_> <_>0 0 4 12 -1. <_>2 0 2 12 2. 0 0.0531927011907101 -0.0207596104592085 0.3153161108493805 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 -0.0308621097356081 -0.4081869125366211 9.1538606211543083e-003 <_> <_> <_>8 1 3 13 -1. <_>9 1 1 13 3. 0 -2.9243549797683954e-003 0.1653891950845718 -0.0370483398437500 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 7.9757552593946457e-003 0.0400102995336056 -0.1060308963060379 <_> <_> <_>0 6 6 7 -1. <_>2 6 2 7 3. 0 0.1022820025682449 9.6151717007160187e-003 -0.6529924869537354 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 2.3435470648109913e-003 -0.0431196093559265 0.1190873011946678 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -3.3627110533416271e-003 0.1051867008209229 -0.0696444436907768 <_> <_> <_>1 9 18 4 -1. <_>10 9 9 2 2. <_>1 11 9 2 2. 0 4.9040392041206360e-003 0.0489499010145664 -0.1294935941696167 <_> <_> <_>3 9 13 2 -1. <_>3 10 13 1 2. 0 4.5119290007278323e-005 -0.1614855974912643 0.0417335405945778 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 0.0161958597600460 -0.0127593204379082 0.2074635028839111 <_> <_> <_>6 12 8 8 -1. <_>6 12 4 4 2. <_>10 16 4 4 2. 0 -6.4254719763994217e-003 -0.1373693943023682 0.0434904210269451 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -6.6467811120674014e-004 0.0667715370655060 -0.0746484622359276 <_> <_> <_>3 14 7 6 -1. <_>3 16 7 2 3. 0 -2.3743628989905119e-003 -0.1237770020961762 0.0517287291586399 <_> <_> <_>5 10 15 6 -1. <_>10 10 5 6 3. 0 -0.0831660181283951 0.1526110023260117 -0.0215027593076229 <_> <_> <_>8 2 4 7 -1. <_>10 2 2 7 2. 0 1.3301270082592964e-003 -0.0619254484772682 0.1059143990278244 <_> <_> <_>7 1 9 7 -1. <_>10 1 3 7 3. 0 0.0909253507852554 6.9404938258230686e-003 -0.5102267861366272 <_> <_> <_>1 14 9 6 -1. <_>1 16 9 2 3. 0 5.7555912062525749e-003 0.0528490096330643 -0.1075816974043846 <_> <_> <_>7 0 8 6 -1. <_>7 2 8 2 3. 0 9.3440711498260498e-004 -0.1060513034462929 0.0478242784738541 <_> <_> <_>0 0 8 10 -1. <_>0 0 4 5 2. <_>4 5 4 5 2. 0 0.0523537993431091 -0.0163872092962265 0.4231866896152496 <_> <_> <_>11 8 6 7 -1. <_>13 8 2 7 3. 0 -0.0243072099983692 0.1352169066667557 -0.0100883599370718 <_> <_> <_>6 0 2 13 -1. <_>7 0 1 13 2. 0 -0.0137222399935126 -0.4952099919319153 0.0117843402549624 <_> <_> <_>10 10 6 8 -1. <_>10 10 3 8 2. 0 -1.1442030081525445e-003 0.0438187308609486 -0.0691040232777596 <_> <_> <_>2 9 8 9 -1. <_>2 12 8 3 3. 0 -0.0788481906056404 0.3519859910011292 -0.0164646897464991 <_> <_> <_>14 4 4 14 -1. <_>16 4 2 7 2. <_>14 11 2 7 2. 0 1.7305529909208417e-003 -0.0667900815606117 0.0824635773897171 <_> <_> <_>4 9 7 8 -1. <_>4 13 7 4 2. 0 -0.0129288397729397 -0.0810021236538887 0.0852232873439789 <_> <_> <_>7 1 6 8 -1. <_>7 1 3 8 2. 0 8.7096104398369789e-003 -0.0500219017267227 0.1349322050809860 <_> <_> <_>1 11 7 6 -1. <_>1 13 7 2 3. 0 -0.0634830668568611 -0.7768175005912781 7.0912609808146954e-003 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -4.3746097944676876e-003 -0.1332938969135284 0.0426270402967930 <_> <_> <_>0 10 15 6 -1. <_>5 10 5 6 3. 0 -0.0439851693809032 0.1513186991214752 -0.0408015586435795 <_> <_> <_>9 10 6 5 -1. <_>9 10 3 5 2. 0 -6.0488767921924591e-003 -0.0536457411944866 0.0178327299654484 <_> <_> <_>5 10 6 5 -1. <_>8 10 3 5 2. 0 -5.1487190648913383e-004 0.0621029511094093 -0.0953394025564194 <_> <_> <_>7 6 7 4 -1. <_>7 8 7 2 2. 0 -3.3046479802578688e-003 -0.2473282068967819 0.0219773408025503 <_> <_> <_>5 2 5 9 -1. <_>5 5 5 3 3. 0 -3.0949179199524224e-004 -0.0346560813486576 0.1959951072931290 <_> <_> <_>7 12 13 3 -1. <_>7 13 13 1 3. 0 -8.3323381841182709e-003 0.1743672937154770 -0.0326315499842167 <_> <_> <_>2 12 16 4 -1. <_>2 14 16 2 2. 0 6.6935829818248749e-003 0.0250507593154907 -0.2736282944679260 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 1.4068570453673601e-003 -0.0297970101237297 0.0657525807619095 <_> <_> <_>0 0 20 4 -1. <_>0 0 10 2 2. <_>10 2 10 2 2. 0 0.0407253988087177 0.0149674797430635 -0.3711180090904236 <_> <_> <_>6 14 13 2 -1. <_>6 15 13 1 2. 0 -0.0215241201221943 0.3729447126388550 -0.0141429100185633 <_> <_> <_>1 10 13 3 -1. <_>1 11 13 1 3. 0 0.0416896305978298 8.3227548748254776e-003 -0.6682286858558655 <_> <_> <_>12 0 6 10 -1. <_>15 0 3 5 2. <_>12 5 3 5 2. 0 -3.2075429335236549e-003 0.0627410188317299 -0.1306160986423492 <_> <_> <_>3 16 13 2 -1. <_>3 17 13 1 2. 0 0.0264184307307005 6.6760168410837650e-003 -0.7555707097053528 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 -0.0511538386344910 -0.5038297176361084 2.2476969752460718e-003 <_> <_> <_>1 16 13 3 -1. <_>1 17 13 1 3. 0 1.5723450342193246e-003 -0.0602146200835705 0.0799331516027451 <_> <_> <_>15 1 5 9 -1. <_>15 4 5 3 3. 0 1.2616170570254326e-003 0.0446749888360500 -0.0838307365775108 <_> <_> <_>0 1 18 4 -1. <_>0 1 9 2 2. <_>9 3 9 2 2. 0 -0.0286086704581976 -0.3024907112121582 0.0162548106163740 <_> <_> <_>5 0 10 4 -1. <_>5 2 10 2 2. 0 0.0147264599800110 -0.0494594201445580 0.1145775988698006 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0353192016482353 0.0112768197432160 -0.4805553853511810 <_> <_> <_>4 2 12 10 -1. <_>4 2 6 10 2. 0 0.2247018963098526 -0.0105967698618770 0.5402629971504211 <_> <_> <_>5 10 6 6 -1. <_>8 10 3 6 2. 0 -7.0188841782510281e-003 -0.1183698996901512 0.0529952794313431 <_> <_> <_>5 2 12 6 -1. <_>5 4 12 2 3. 0 -0.0291949305683374 0.2849856913089752 -0.0146521301940084 <_> <_> <_>8 0 3 12 -1. <_>8 6 3 6 2. 0 -1.6918469918891788e-003 0.0677315220236778 -0.0741295889019966 <_> <_> <_>5 0 14 8 -1. <_>5 4 14 4 2. 0 0.0131104895845056 -0.0404180511832237 0.0965377986431122 <_> <_> <_>2 4 4 14 -1. <_>2 4 2 7 2. <_>4 11 2 7 2. 0 7.5334981374908239e-005 -0.0730650573968887 0.0710496678948402 <_> <_> <_>10 9 10 6 -1. <_>15 9 5 3 2. <_>10 12 5 3 2. 0 2.9962710104882717e-003 0.0244011301547289 -0.1067982017993927 <_> <_> <_>5 12 9 5 -1. <_>8 12 3 5 3. 0 -0.0412361286580563 0.2544656097888947 -0.0198012292385101 <_> <_> <_>4 14 12 6 -1. <_>8 14 4 6 3. 0 2.2827479988336563e-003 -0.0596221499145031 0.0868717879056931 <_> <_> <_>2 5 12 14 -1. <_>2 5 6 7 2. <_>8 12 6 7 2. 0 -2.1318379731383175e-004 0.0405060611665249 -0.1235762983560562 <_> <_> <_>3 10 14 4 -1. <_>10 10 7 2 2. <_>3 12 7 2 2. 0 4.1725938208401203e-003 0.0416747890412807 -0.1302922964096069 <_> <_> <_>4 2 12 4 -1. <_>8 2 4 4 3. 0 -0.0179458595812321 0.2539598941802979 -0.0207839291542768 <_> <_> <_>12 0 4 14 -1. <_>14 0 2 7 2. <_>12 7 2 7 2. 0 -0.0609579309821129 -0.5939993858337402 5.6327730417251587e-003 <_> <_> <_>4 0 4 14 -1. <_>4 0 2 7 2. <_>6 7 2 7 2. 0 -8.3080737385898829e-004 0.0480113103985786 -0.1128986999392510 <_> <_> <_>12 9 6 11 -1. <_>14 9 2 11 3. 0 0.0270372293889523 0.0265243798494339 -0.1720861941576004 <_> <_> <_>0 4 3 14 -1. <_>1 4 1 14 3. 0 3.7293829955160618e-003 -0.0507954508066177 0.1109343990683556 <_> <_> <_>15 1 3 13 -1. <_>16 1 1 13 3. 0 -1.0271129431203008e-003 -0.0890258699655533 0.0498617403209209 <_> <_> <_>2 1 3 13 -1. <_>3 1 1 13 3. 0 4.3261310202069581e-004 -0.0764715299010277 0.0724907368421555 <_> <_> <_>8 10 10 10 -1. <_>13 10 5 5 2. <_>8 15 5 5 2. 0 -0.0839979127049446 0.4017896056175232 -8.4397885948419571e-003 <_> <_> <_>6 0 2 20 -1. <_>7 0 1 20 2. 0 -3.4407388884574175e-003 -0.1432646065950394 0.0391704104840755 <_> <_> <_>5 14 14 6 -1. <_>12 14 7 3 2. <_>5 17 7 3 2. 0 -0.0214187894016504 0.1583556979894638 -0.0137018701061606 <_> <_> <_>1 4 3 13 -1. <_>2 4 1 13 3. 0 2.4877830874174833e-003 -0.0568754300475121 0.1021872013807297 <_> <_> <_>18 6 2 14 -1. <_>18 6 1 14 2. 0 -1.0390300303697586e-003 0.0815307125449181 -0.0471837110817432 <_> <_> <_>0 6 2 14 -1. <_>1 6 1 14 2. 0 4.6788761392235756e-004 0.0709956809878349 -0.0884646028280258 <_> <_> <_>10 2 9 5 -1. <_>13 2 3 5 3. 0 0.0274362601339817 0.0151905501261353 -0.1211766973137856 <_> <_> <_>2 0 6 7 -1. <_>4 0 2 7 3. 0 -5.8917858405038714e-004 -0.0814716070890427 0.0684807822108269 <_> <_> <_>4 4 14 16 -1. <_>11 4 7 8 2. <_>4 12 7 8 2. 0 0.0794390812516212 -7.3907868936657906e-003 0.1490225940942764 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0351530909538269 0.4194208979606628 -0.0124802896752954 <_> <_> <_>12 8 7 6 -1. <_>12 10 7 2 3. 0 0.0682309716939926 9.3489149585366249e-003 -0.2596547007560730 <_> <_> <_>0 17 20 3 -1. <_>10 17 10 3 2. 0 0.0817330330610275 0.0155133903026581 -0.3270446956157684 <_> <_> <_>6 10 10 4 -1. <_>6 10 5 4 2. 0 -3.0718350317329168e-003 0.0669384673237801 -0.0422257483005524 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0563018806278706 -0.0256806500256062 0.2172815054655075 <_> <_> <_>12 8 7 6 -1. <_>12 10 7 2 3. 0 0.0251660197973251 0.0232283007353544 -0.0927910432219505 <_> <_> <_>7 11 6 8 -1. <_>9 11 2 8 3. 0 0.0650881975889206 6.8949609994888306e-003 -0.8263949155807495 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 2.2007930092513561e-003 -0.0743942484259605 0.0872093811631203 <_> <_> <_>6 2 4 15 -1. <_>6 7 4 5 3. 0 -8.8553391396999359e-003 -0.1320305019617081 0.0376584306359291 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 0.0609424114227295 0.0101978396996856 -0.5425286293029785 <_> <_> <_>3 6 14 9 -1. <_>3 9 14 3 3. 0 -5.2589550614356995e-004 0.4883571863174439 -0.0118280798196793 <_> <_> <_>4 5 12 8 -1. <_>4 9 12 4 2. 0 1.3005370274186134e-003 -0.3889844119548798 0.0142263397574425 <_> <_> <_>2 4 14 16 -1. <_>2 4 7 8 2. <_>9 12 7 8 2. 0 -0.1653168946504593 0.4000451862812042 -0.0126667702570558 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 1.8595480360090733e-003 0.0478026606142521 -0.1136891990900040 <_> <_> <_>1 17 12 3 -1. <_>7 17 6 3 2. 0 0.0130651798099279 -0.0337142199277878 0.1576226949691773 <_> <_> <_>1 7 19 3 -1. <_>1 8 19 1 3. 0 0.0316127501428127 7.6767429709434509e-003 -0.5964102149009705 <_> <_> <_>4 0 12 10 -1. <_>10 0 6 10 2. 0 -0.0225666202604771 0.1060371026396751 -0.0473831705749035 <_> <_> <_>6 11 12 4 -1. <_>6 11 6 4 2. 0 6.2679480761289597e-003 0.0345950312912464 -0.0776223465800285 <_> <_> <_>4 10 6 5 -1. <_>7 10 3 5 2. 0 -0.0317580811679363 -0.3214743137359619 0.0159864705055952 <_> <_> <_>18 0 2 18 -1. <_>18 0 1 18 2. 0 -0.0214776098728180 0.2052776068449020 -0.0180746093392372 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 0.0185940507799387 0.0163755901157856 -0.2995521128177643 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 0.0146044297143817 -0.0204334408044815 0.2272551059722900 <_> <_> <_>3 13 14 3 -1. <_>3 14 14 1 3. 0 1.9902919884771109e-003 -0.0585182495415211 0.1099736019968987 <_> <_> <_>12 8 7 6 -1. <_>12 10 7 2 3. 0 9.7299525514245033e-003 0.0313718616962433 -0.0443699099123478 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 -2.3401379585266113e-003 0.0964882001280785 -0.0572499297559261 <_> <_> <_>12 8 7 6 -1. <_>12 10 7 2 3. 0 -1.9590060692280531e-003 -0.1403114944696426 0.0135463401675224 <_> <_> <_>1 8 7 6 -1. <_>1 10 7 2 3. 0 8.4066856652498245e-003 0.0662895515561104 -0.0803482830524445 <_> <_> <_>5 7 12 12 -1. <_>5 11 12 4 3. 0 0.0525745488703251 -0.0362970083951950 0.1463834047317505 <_> <_> <_>4 5 10 10 -1. <_>4 5 5 5 2. <_>9 10 5 5 2. 0 4.1065202094614506e-003 0.0303723495453596 -0.1815577000379562 <_> <_> <_>12 13 8 7 -1. <_>12 13 4 7 2. 0 -4.1818427853286266e-003 0.0555907897651196 -0.0371485203504562 <_> <_> <_>4 0 9 6 -1. <_>4 3 9 3 2. 0 -1.5470250509679317e-003 0.1034715026617050 -0.0463747307658196 <_> <_> <_>4 3 13 2 -1. <_>4 4 13 1 2. 0 -8.2695618038997054e-004 -0.0932969897985458 0.0437344610691071 <_> <_> <_>0 0 2 18 -1. <_>1 0 1 18 2. 0 4.1385791264474392e-003 -0.0442664884030819 0.1096898019313812 <_> <_> <_>0 13 20 2 -1. <_>0 14 20 1 2. 0 -0.0336841195821762 -0.6433715224266052 7.9893283545970917e-003 <_> <_> <_>4 10 10 4 -1. <_>9 10 5 4 2. 0 0.0527988187968731 -0.0124903004616499 0.4157246053218842 <_> <_> <_>8 4 12 16 -1. <_>8 4 6 16 2. 0 -0.2969925999641419 -0.1959837973117828 9.4300797209143639e-003 <_> <_> <_>0 4 12 16 -1. <_>6 4 6 16 2. 0 0.1119631007313728 0.0111627196893096 -0.4683805108070374 <_> <_> <_>12 5 6 9 -1. <_>12 5 3 9 2. 0 -0.0185443107038736 -0.0740807875990868 0.0195282101631165 <_> <_> <_>0 13 8 7 -1. <_>4 13 4 7 2. 0 -0.0109374299645424 0.0882065296173096 -0.0628301873803139 <_> <_> <_>12 0 3 16 -1. <_>13 0 1 16 3. 0 2.7186619117856026e-003 0.0308554805815220 -0.0924058631062508 <_> <_> <_>0 7 18 12 -1. <_>6 7 6 12 3. 0 0.0207273196429014 -0.0525433011353016 0.1060841009020805 <_> <_> <_>4 9 12 4 -1. <_>8 9 4 4 3. 0 -0.0279619302600622 0.2173516005277634 -0.0213561393320560 <_> <_> <_>0 7 16 4 -1. <_>0 7 8 2 2. <_>8 9 8 2 2. 0 -9.0406360104680061e-003 -0.1953538954257965 0.0300774201750755 <_> <_> <_>7 4 9 5 -1. <_>10 4 3 5 3. 0 -0.0109063498675823 0.1488863974809647 -0.0311886798590422 <_> <_> <_>5 0 3 16 -1. <_>6 0 1 16 3. 0 -3.8616119418293238e-003 -0.1209480017423630 0.0451440811157227 <_> <_> <_>6 11 13 2 -1. <_>6 12 13 1 2. 0 4.3162601068615913e-003 -0.0107136499136686 0.2811649143695831 <_> <_> <_>1 11 13 2 -1. <_>1 12 13 1 2. 0 -1.4098359970375896e-003 0.0646855086088181 -0.0994713008403778 <_> <_> <_>8 6 5 9 -1. <_>8 9 5 3 3. 0 3.2964099664241076e-003 0.1429533064365387 -0.0311010107398033 <_> <_> <_>6 4 4 8 -1. <_>8 4 2 8 2. 0 -2.9802869539707899e-003 -0.2457893043756485 0.0217602606862783 <_> <_> <_>14 3 4 8 -1. <_>14 3 2 8 2. 0 0.0671787932515144 3.3457649406045675e-003 -0.4568560123443604 <_> <_> <_>2 3 4 8 -1. <_>4 3 2 8 2. 0 0.0291828494518995 -0.0170168597251177 0.3354592919349670 <_> <_> <_>10 3 6 7 -1. <_>12 3 2 7 3. 0 1.7935150535777211e-003 0.0305161792784929 -0.1252674013376236 <_> <_> <_>4 6 8 8 -1. <_>4 6 4 4 2. <_>8 10 4 4 2. 0 0.0204656794667244 -0.0109099801629782 0.4355213940143585 <_> <_> <_>10 9 6 7 -1. <_>10 9 3 7 2. 0 -2.6115079526789486e-004 0.0387597605586052 -0.0640986934304237 <_> <_> <_>4 9 6 7 -1. <_>7 9 3 7 2. 0 3.7161160726100206e-003 0.0371508896350861 -0.1546732038259506 <_> <_> <_>4 10 12 5 -1. <_>8 10 4 5 3. 0 -7.4094999581575394e-003 -0.0827042236924171 0.0628099068999290 <_> <_> <_>6 1 7 6 -1. <_>6 3 7 2 3. 0 0.0170948095619679 -0.0483473315834999 0.0987708121538162 <_> <_> <_>4 0 13 3 -1. <_>4 1 13 1 3. 0 -3.0473200604319572e-003 -0.1063883006572723 0.0309486500918865 <_> <_> <_>4 3 4 14 -1. <_>4 3 2 7 2. <_>6 10 2 7 2. 0 0.0345024988055229 0.0109972301870584 -0.4286173880100250 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 -2.6834919117391109e-003 -0.1498644948005676 0.0331576392054558 <_> <_> <_>2 8 16 2 -1. <_>10 8 8 2 2. 0 9.2392861843109131e-003 -0.0377333387732506 0.1577825993299484 <_> <_> <_>11 6 8 14 -1. <_>15 6 4 7 2. <_>11 13 4 7 2. 0 0.0882051065564156 -0.0107047697529197 0.3235310912132263 <_> <_> <_>1 0 6 19 -1. <_>4 0 3 19 2. 0 0.0778688862919807 0.0108046596869826 -0.4424335062503815 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 -3.1202291138470173e-003 0.2044450938701630 -0.0239764396101236 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 2.6000461075454950e-003 0.0457650199532509 -0.1013889983296394 <_> <_> <_>12 5 6 10 -1. <_>15 5 3 5 2. <_>12 10 3 5 2. 0 7.0194108411669731e-003 0.0257407296448946 -0.0490608401596546 <_> <_> <_>2 5 6 10 -1. <_>2 5 3 5 2. <_>5 10 3 5 2. 0 -2.4108150973916054e-003 -0.1183748021721840 0.0486499294638634 <_> <_> <_>7 0 9 4 -1. <_>7 2 9 2 2. 0 0.0498862490057945 -0.0144498804584146 0.2089405953884125 <_> <_> <_>0 11 18 2 -1. <_>9 11 9 2 2. 0 -7.2655039839446545e-003 0.0890421867370605 -0.0498455502092838 <_> <_> <_>6 6 8 9 -1. <_>6 6 4 9 2. 0 0.0105602703988552 0.0529117099940777 -0.1150913983583450 <_> <_> <_>4 4 9 5 -1. <_>7 4 3 5 3. 0 5.6417449377477169e-003 -0.0686727464199066 0.0774893164634705 <_> <_> <_>10 2 6 7 -1. <_>10 2 3 7 2. 0 4.3234648182988167e-003 -0.0792070627212524 0.0534913092851639 <_> <_> <_>5 2 9 5 -1. <_>8 2 3 5 3. 0 0.0111840702593327 0.0716560930013657 -0.1063494011759758 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -0.0992304235696793 0.3716951906681061 -6.6843931563198566e-003 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -4.4848727993667126e-003 0.0755774080753326 -0.0694810822606087 <_> <_> <_>4 1 14 4 -1. <_>11 1 7 2 2. <_>4 3 7 2 2. 0 -0.0191041808575392 -0.1729121953248978 0.0113604096695781 <_> <_> <_>9 1 2 13 -1. <_>10 1 1 13 2. 0 -1.7672680551186204e-003 0.0925671607255936 -0.0524700507521629 <_> <_> <_>10 6 10 6 -1. <_>15 6 5 3 2. <_>10 9 5 3 2. 0 0.0590715296566486 9.2153968289494514e-003 -0.2668764889240265 <_> <_> <_>0 6 10 6 -1. <_>0 6 5 3 2. <_>5 9 5 3 2. 0 -0.0343628190457821 -0.5791472196578980 7.9972539097070694e-003 <_> <_> <_>6 6 10 3 -1. <_>6 6 5 3 2. 0 0.0567665398120880 5.8937501162290573e-003 -0.5227519273757935 <_> <_> <_>1 7 4 13 -1. <_>3 7 2 13 2. 0 -0.1217354983091354 -0.5222960114479065 7.9296948388218880e-003 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 0.0342746190726757 -0.0170698799192905 0.1295899003744125 <_> <_> <_>0 0 6 5 -1. <_>3 0 3 5 2. 0 -6.7191021516919136e-003 0.1118772029876709 -0.0446857288479805 <_> <_> <_>15 6 5 12 -1. <_>15 10 5 4 3. 0 0.0316982604563236 0.0285293199121952 -0.1161706969141960 <_> <_> <_>0 1 6 16 -1. <_>0 1 3 8 2. <_>3 9 3 8 2. 0 -0.0953267514705658 0.3636204898357391 -0.0135233197361231 <_> <_> <_>0 0 20 2 -1. <_>0 0 10 2 2. 0 0.1262056976556778 6.0956259258091450e-003 -0.8494762182235718 <_> <_> <_>0 6 5 12 -1. <_>0 10 5 4 3. 0 -0.0273248702287674 -0.2904601991176605 0.0143038798123598 <_> <_> <_>1 0 18 6 -1. <_>10 0 9 3 2. <_>1 3 9 3 2. 0 -0.0736186802387238 0.4882428944110870 -0.0102698598057032 <_> <_> <_>3 0 12 5 -1. <_>7 0 4 5 3. 0 5.0417389720678329e-003 -0.0847702771425247 0.0560356117784977 <_> <_> <_>7 0 9 5 -1. <_>10 0 3 5 3. 0 2.7569099329411983e-003 -0.0482694804668427 0.0385255701839924 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.0219673700630665 0.0861905664205551 -0.0807973295450211 <_> <_> <_>11 2 8 18 -1. <_>11 2 4 18 2. 0 -0.3863753080368042 -0.8399801850318909 3.6657860036939383e-003 <_> <_> <_>1 2 8 18 -1. <_>5 2 4 18 2. 0 -0.4108321964740753 -0.9718242883682251 3.9403690025210381e-003 <_> <_> <_>12 7 5 6 -1. <_>12 10 5 3 2. 0 -0.0410332791507244 1. -3.3212041016668081e-003 <_> <_> <_>2 1 14 4 -1. <_>2 1 7 2 2. <_>9 3 7 2 2. 0 0.0243050009012222 0.0182349700480700 -0.2495432049036026 <_> <_> <_>12 7 8 6 -1. <_>12 9 8 2 3. 0 1.6170740127563477e-003 -0.1295816004276276 0.0327252000570297 <_> <_> <_>0 7 8 6 -1. <_>0 9 8 2 3. 0 0.0447852686047554 -0.0238688495010138 0.1976343989372253 <_> <_> <_>7 7 13 2 -1. <_>7 8 13 1 2. 0 0.0402095913887024 5.3034191951155663e-003 -0.6628453135490418 <_> <_> <_>1 6 18 9 -1. <_>1 9 18 3 3. 0 3.3616109285503626e-003 0.3022617995738983 -0.0161032807081938 <_> <_> <_>0 8 20 6 -1. <_>0 10 20 2 3. 0 -1.1624400503933430e-003 -0.2793419063091278 0.0182761698961258 <_> <_> <_>4 3 4 13 -1. <_>6 3 2 13 2. 0 0.0555242598056793 -6.5288958139717579e-003 0.7569044232368469 <_> <_> <_>13 3 3 15 -1. <_>14 3 1 15 3. 0 4.6308599412441254e-003 0.0282546300441027 -0.0949451774358749 <_> <_> <_>3 15 14 3 -1. <_>3 16 14 1 3. 0 2.7387610170990229e-003 -0.0469804108142853 0.0945112183690071 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 2.9127181041985750e-003 -0.0222646705806255 0.0720913335680962 <_> <_> <_>0 16 17 3 -1. <_>0 17 17 1 3. 0 -0.0236285105347633 -0.3914751112461090 0.0128408595919609 <_> <_> <_>5 11 11 6 -1. <_>5 14 11 3 2. 0 7.1669870521873236e-004 0.0204136800020933 -0.1658779978752136 <_> <_> <_>4 3 3 15 -1. <_>5 3 1 15 3. 0 0.0327236317098141 8.5352789610624313e-003 -0.5183864831924439 <_> <_> <_>3 1 14 9 -1. <_>3 4 14 3 3. 0 0.0563932694494724 -0.0249375998973846 0.1902554929256439 <_> <_> <_>0 0 20 8 -1. <_>0 4 20 4 2. 0 0.2939200103282929 5.7944031432271004e-003 -0.8553059101104736 <_> <_> <_>7 6 7 4 -1. <_>7 8 7 2 2. 0 -5.6904228404164314e-003 -0.2435491979122162 0.0106016797944903 <_> <_> <_>2 13 13 2 -1. <_>2 14 13 1 2. 0 9.8184328526258469e-003 -0.0135997701436281 0.3379540145397186 <_> <_> <_>2 12 16 3 -1. <_>2 13 16 1 3. 0 -0.0369705893099308 -0.5730929970741272 0.0100909704342484 <_> <_> <_>1 11 13 3 -1. <_>1 12 13 1 3. 0 0.0186076108366251 -0.0129385702311993 0.4112375080585480 <_> <_> <_>7 1 13 3 -1. <_>7 2 13 1 3. 0 -1.5049210051074624e-003 -0.0846785679459572 0.0337247513234615 <_> <_> <_>5 13 7 6 -1. <_>5 16 7 3 2. 0 -0.0390403792262077 -0.4739069938659668 9.5385275781154633e-003 <_> <_> <_>4 3 14 3 -1. <_>4 4 14 1 3. 0 -3.4379279240965843e-003 0.1411287039518356 -0.0223677698522806 <_> <_> <_>3 2 14 2 -1. <_>3 3 14 1 2. 0 -1.1330900015309453e-003 -0.1395018994808197 0.0325058698654175 <_> <_> <_>3 0 15 14 -1. <_>3 7 15 7 2. 0 -0.0653704702854156 0.1480170041322708 -0.0220399200916290 <_> <_> <_>4 1 12 14 -1. <_>4 8 12 7 2. 0 -0.2097097039222717 -0.7439227104187012 7.5829490087926388e-003 <_> <_> <_>9 13 6 7 -1. <_>11 13 2 7 3. 0 -5.8827060274779797e-003 -0.0632530376315117 0.0233638398349285 <_> <_> <_>6 14 8 4 -1. <_>6 16 8 2 2. 0 -0.0297594498842955 0.4873329997062683 -9.2995148152112961e-003 <_> <_> <_>8 14 8 6 -1. <_>8 16 8 2 3. 0 -0.0530643612146378 -0.3806410133838654 5.6431228294968605e-003 <_> <_> <_>5 13 6 7 -1. <_>7 13 2 7 3. 0 0.0666673332452774 4.6323328278958797e-003 -0.9153608083724976 <_> <_> <_>11 10 8 5 -1. <_>11 10 4 5 2. 0 -0.0923252329230309 0.2918460071086884 -7.4540497735142708e-003 <_> <_> <_>1 0 8 16 -1. <_>1 0 4 8 2. <_>5 8 4 8 2. 0 0.0856440365314484 -0.0102885300293565 0.4125156104564667 <_> <_> <_>8 2 6 18 -1. <_>8 8 6 6 3. 0 0.2296997010707855 -4.6802540309727192e-003 0.3650914132595062 <_> <_> <_>6 2 6 18 -1. <_>6 8 6 6 3. 0 8.7508037686347961e-003 0.0778168514370918 -0.0636575594544411 <_> <_> <_>7 6 9 4 -1. <_>7 8 9 2 2. 0 5.7104961015284061e-003 -0.0596532002091408 0.0427327305078506 <_> <_> <_>1 10 5 9 -1. <_>1 13 5 3 3. 0 -4.8026451840996742e-003 -0.0989185124635696 0.0449569784104824 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 3.2986800651997328e-003 0.0331645384430885 -0.1347782015800476 <_> <_> <_>0 14 10 6 -1. <_>0 14 5 3 2. <_>5 17 5 3 2. 0 -4.0092850103974342e-003 0.1355177015066147 -0.0371397808194160 <_> <_> <_>9 11 5 9 -1. <_>9 14 5 3 3. 0 -7.7049341052770615e-004 0.0266906004399061 -0.0845023915171623 <_> <_> <_>0 16 12 4 -1. <_>4 16 4 4 3. 0 0.0230740997940302 -0.0263989698141813 0.1852087974548340 <_> <_> <_>14 6 3 14 -1. <_>15 6 1 14 3. 0 9.9315540865063667e-003 0.0217025000602007 -0.1414783000946045 <_> <_> <_>6 9 8 8 -1. <_>6 9 4 4 2. <_>10 13 4 4 2. 0 -0.0439774803817272 -0.5930699706077576 7.6594059355556965e-003 <_> <_> <_>8 5 4 7 -1. <_>8 5 2 7 2. 0 -2.1170598920434713e-003 0.0969894975423813 -0.0499889589846134 <_> <_> <_>6 11 6 9 -1. <_>8 11 2 9 3. 0 -0.0111789498478174 -0.1505848020315170 0.0313856899738312 <_> <_> <_>7 2 6 16 -1. <_>10 2 3 8 2. <_>7 10 3 8 2. 0 -1.1888720327988267e-003 0.0876652523875237 -0.0688619464635849 <_> <_> <_>0 15 18 5 -1. <_>9 15 9 5 2. 0 -0.0122058596462011 0.0826706662774086 -0.0653268992900848 <_> <_> <_>4 12 14 4 -1. <_>11 12 7 2 2. <_>4 14 7 2 2. 0 -0.0376459695398808 -0.4822615981101990 5.5899759754538536e-003 <_> <_> <_>2 12 14 4 -1. <_>2 12 7 2 2. <_>9 14 7 2 2. 0 -1.7758710309863091e-003 -0.0916063413023949 0.0583803616464138 <_> <_> <_>4 3 14 3 -1. <_>4 3 7 3 2. 0 -0.0111162997782230 0.1471060961484909 -0.0292559992522001 <_> <_> <_>0 2 10 3 -1. <_>5 2 5 3 2. 0 4.3831788934767246e-004 -0.1049474999308586 0.0444458909332752 <_> <_> <_>3 0 15 8 -1. <_>8 0 5 8 3. 0 -0.0986952111124992 0.2652114927768707 -9.5453672111034393e-003 <_> <_> <_>2 5 16 2 -1. <_>10 5 8 2 2. 0 0.0117361200973392 0.0289686806499958 -0.1535501033067703 <_> <_> <_>6 0 8 9 -1. <_>6 0 4 9 2. 0 -0.0366011410951614 0.2406360954046249 -0.0225255992263556 <_> <_> <_>3 2 10 6 -1. <_>3 2 5 3 2. <_>8 5 5 3 2. 0 -0.0523712895810604 -0.4900667071342468 0.0103195598348975 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -3.1134579330682755e-003 0.0622871294617653 -0.0452340394258499 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 1.0345289483666420e-003 -0.0565487295389175 0.1197013035416603 <_> <_> <_>14 1 3 13 -1. <_>15 1 1 13 3. 0 -2.3240610025823116e-003 -0.0952652469277382 0.0324024781584740 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0274589806795120 0.2954815924167633 -0.0160165093839169 <_> <_> <_>11 10 8 6 -1. <_>11 12 8 2 3. 0 -9.3150883913040161e-003 -0.1146584972739220 0.0281716808676720 <_> <_> <_>1 10 8 6 -1. <_>1 12 8 2 3. 0 7.6356199570000172e-003 0.0292644798755646 -0.1616635024547577 <_> <_> <_>3 3 14 3 -1. <_>3 4 14 1 3. 0 0.0161075908690691 -0.0309233497828245 0.1667739003896713 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 0.0614607892930508 8.1282109022140503e-003 -0.5483344793319702 <_> <_> <_>4 2 15 9 -1. <_>4 5 15 3 3. 0 0.0433773212134838 -7.7782347798347473e-003 0.3557837009429932 <_> <_> <_>0 1 13 3 -1. <_>0 2 13 1 3. 0 -0.0158094801008701 -0.3123717904090881 0.0149107603356242 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 -0.0432630293071270 0.4739317893981934 -9.4731850549578667e-003 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 1.0775650152936578e-003 -0.1089264005422592 0.0507807582616806 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 -6.8012787960469723e-003 -0.0938413068652153 0.0385557301342487 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 -3.8845991366542876e-004 0.0640718713402748 -0.0935772135853767 <_> <_> <_>6 16 14 4 -1. <_>13 16 7 2 2. <_>6 18 7 2 2. 0 3.8177249953150749e-003 -0.0475907400250435 0.0719976723194122 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -3.1246189028024673e-003 0.1526986956596375 -0.0487896502017975 <_> <_> <_>4 16 16 4 -1. <_>12 16 8 2 2. <_>4 18 8 2 2. 0 0.0609805099666119 8.0068446695804596e-003 -0.6760275959968567 <_> <_> <_>0 16 16 4 -1. <_>0 16 8 2 2. <_>8 18 8 2 2. 0 2.1819709800183773e-003 -0.0684917494654655 0.0758635774254799 <_> <_> <_>8 4 6 5 -1. <_>8 4 3 5 2. 0 2.4469599593430758e-003 -0.0743712931871414 0.0320118591189384 <_> <_> <_>6 4 6 5 -1. <_>9 4 3 5 2. 0 1.4674840494990349e-003 -0.1191250979900360 0.0466677397489548 <_> <_> <_>8 7 4 8 -1. <_>8 11 4 4 2. 0 -2.1786419674754143e-003 -0.0653242766857147 0.0763552784919739 <_> <_> <_>4 6 10 12 -1. <_>4 12 10 6 2. 0 -2.8284740983508527e-004 0.0582924000918865 -0.0878471881151199 <_> <_> <_>1 5 18 12 -1. <_>1 9 18 4 3. 0 0.0147231100127101 0.1982049047946930 -0.0249629803001881 <_> <_> <_>4 6 9 4 -1. <_>4 8 9 2 2. 0 4.6598021872341633e-003 -0.0937327370047569 0.0541978403925896 <_> <_> <_>1 5 19 3 -1. <_>1 6 19 1 3. 0 -0.0603169910609722 -0.6295881271362305 6.8706739693880081e-003 <_> <_> <_>2 3 12 14 -1. <_>2 3 6 7 2. <_>8 10 6 7 2. 0 -3.6654649302363396e-003 0.0361301898956299 -0.1281609982252121 <_> <_> <_>13 0 3 16 -1. <_>13 8 3 8 2. 0 0.0148754799738526 -0.0243139099329710 0.0466574095189571 <_> <_> <_>4 0 3 16 -1. <_>4 8 3 8 2. 0 0.1184287965297699 0.0104761300608516 -0.5178639292716980 <_> <_> <_>4 0 12 14 -1. <_>8 0 4 14 3. 0 0.1980919986963272 0.0101578002795577 -0.4187220931053162 <_> <_> <_>0 10 10 6 -1. <_>0 10 5 3 2. <_>5 13 5 3 2. 0 -0.1016753017902374 -0.8512129187583923 4.4935508631169796e-003 <_> <_> <_>7 4 13 3 -1. <_>7 5 13 1 3. 0 -0.0303252004086971 -0.3180339038372040 6.4301840029656887e-003 <_> <_> <_>2 5 6 10 -1. <_>5 5 3 10 2. 0 0.0345318503677845 -0.0125614302232862 0.3477819859981537 <_> <_> <_>11 6 8 14 -1. <_>15 6 4 7 2. <_>11 13 4 7 2. 0 -0.0351333804428577 0.1147503033280373 -0.0175271499902010 <_> <_> <_>3 1 3 13 -1. <_>4 1 1 13 3. 0 5.3501729853451252e-003 0.0352634191513062 -0.1386768072843552 <_> <_> <_>11 6 8 14 -1. <_>15 6 4 7 2. <_>11 13 4 7 2. 0 0.0312092993408442 -0.0209251008927822 0.1474861055612564 <_> <_> <_>3 1 3 13 -1. <_>4 1 1 13 3. 0 -5.5827602045610547e-004 -0.0955442413687706 0.0562348999083042 <_> <_> <_>9 5 10 9 -1. <_>9 5 5 9 2. 0 -0.2159986048936844 0.5971019864082336 -3.9994427934288979e-003 <_> <_> <_>1 6 8 14 -1. <_>1 6 4 7 2. <_>5 13 4 7 2. 0 0.0770182013511658 -0.0121823698282242 0.3599503934383392 <_> <_> <_>11 13 9 6 -1. <_>11 15 9 2 3. 0 -0.0258083492517471 -0.1999460011720657 0.0165620408952236 <_> <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 4.0148189291357994e-003 0.0388748608529568 -0.1177598983049393 <_> <_> <_>12 11 8 9 -1. <_>12 14 8 3 3. 0 7.4287859206378926e-006 0.0314054600894451 -0.0491425096988678 <_> <_> <_>2 11 15 9 -1. <_>2 14 15 3 3. 0 -2.8249230235815048e-003 -0.0558891184628010 0.1179113015532494 <_> <_> <_>2 16 18 4 -1. <_>8 16 6 4 3. 0 -0.0227131303399801 0.1073333993554115 -0.0416476801037788 <_> <_> <_>1 9 18 3 -1. <_>7 9 6 3 3. 0 -0.0100521696731448 -0.1410229057073593 0.0377072691917419 <_> <_> <_>14 0 6 10 -1. <_>14 0 3 10 2. 0 -0.2102396935224533 -0.6318464279174805 3.6316630430519581e-003 <_> <_> <_>0 0 6 10 -1. <_>3 0 3 10 2. 0 -0.0118127102032304 0.1212301030755043 -0.0503737889230251 <_> <_> <_>13 1 4 16 -1. <_>15 1 2 8 2. <_>13 9 2 8 2. 0 6.3666589558124542e-003 0.0301988497376442 -0.0959202572703362 <_> <_> <_>1 9 6 11 -1. <_>3 9 2 11 3. 0 -0.1214641034603119 -0.6869606971740723 6.8671889603137970e-003 <_> <_> <_>6 12 13 3 -1. <_>6 13 13 1 3. 0 0.0235683005303144 -0.0103768697008491 0.2633312046527863 <_> <_> <_>0 0 12 10 -1. <_>0 0 6 5 2. <_>6 5 6 5 2. 0 -4.9841329455375671e-003 0.0523144491016865 -0.0865979194641113 <_> <_> <_>4 5 13 3 -1. <_>4 6 13 1 3. 0 1.4171230141073465e-003 -0.0414451882243156 0.0933327674865723 <_> <_> <_>0 4 7 6 -1. <_>0 6 7 2 3. 0 1.6522710211575031e-003 0.0272923391312361 -0.1719374060630798 <_> <_> <_>13 6 4 8 -1. <_>13 10 4 4 2. 0 -0.0421914681792259 0.7758833765983582 -2.4552440736442804e-003 <_> <_> <_>3 6 4 8 -1. <_>3 10 4 4 2. 0 -1.5193390427157283e-003 0.2329716980457306 -0.0194999203085899 <_> <_> <_>15 8 5 6 -1. <_>15 11 5 3 2. 0 -5.9203859418630600e-003 -0.0834959298372269 0.0197560004889965 <_> <_> <_>0 4 13 3 -1. <_>0 5 13 1 3. 0 6.4658280462026596e-003 -0.0406683012843132 0.1223602965474129 <_> <_> <_>9 8 10 6 -1. <_>14 8 5 3 2. <_>9 11 5 3 2. 0 -0.0481106713414192 -0.3162949979305267 0.0126943401992321 <_> <_> <_>1 8 10 6 -1. <_>1 8 5 3 2. <_>6 11 5 3 2. 0 5.0246939063072205e-003 0.0313569009304047 -0.1919033974409103 <_> <_> <_>5 5 15 6 -1. <_>5 8 15 3 2. 0 0.1115801036357880 -0.0140738897025585 0.1784895956516266 <_> <_> <_>2 8 14 2 -1. <_>9 8 7 2 2. 0 -0.0646658763289452 -0.5623084902763367 8.2082729786634445e-003 <_> <_> <_>9 1 6 7 -1. <_>9 1 3 7 2. 0 -0.0579424686729908 0.7734174728393555 -4.3547940440475941e-003 <_> <_> <_>5 1 6 7 -1. <_>8 1 3 7 2. 0 -8.1669846549630165e-003 0.2101934999227524 -0.0208022203296423 <_> <_> <_>0 6 20 6 -1. <_>0 9 20 3 2. 0 0.0285068396478891 0.0814131274819374 -0.0626635104417801 <_> <_> <_>2 8 15 2 -1. <_>2 9 15 1 2. 0 2.4857679381966591e-003 -0.1563597023487091 0.0352108590304852 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 0.0197989493608475 0.0113537395372987 -0.1653116047382355 <_> <_> <_>0 2 15 6 -1. <_>0 4 15 2 3. 0 -0.0270279198884964 0.2891221940517426 -0.0167530700564384 <_> <_> <_>5 2 15 2 -1. <_>5 3 15 1 2. 0 -6.9706928916275501e-003 -0.2576938867568970 0.0163550209254026 <_> <_> <_>5 9 7 4 -1. <_>5 11 7 2 2. 0 1.1425119591876864e-003 -0.0410568006336689 0.1158090010285378 <_> <_> <_>13 9 4 8 -1. <_>13 13 4 4 2. 0 -1.3041249476373196e-003 0.0510829798877239 -0.1172436997294426 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 3.7698419764637947e-003 0.0585573315620422 -0.0828401073813438 <_> <_> <_>12 11 5 6 -1. <_>12 14 5 3 2. 0 -0.0486898683011532 -0.3876915872097015 8.6165666580200195e-003 <_> <_> <_>3 3 14 9 -1. <_>3 6 14 3 3. 0 -0.1147174015641213 0.1344410032033920 -0.0428486913442612 <_> <_> <_>12 11 5 6 -1. <_>12 14 5 3 2. 0 0.0235035195946693 3.8586359005421400e-003 -0.4361529946327210 <_> <_> <_>3 11 5 6 -1. <_>3 14 5 3 2. 0 -5.9582752874121070e-004 0.0423767305910587 -0.1216159015893936 <_> <_> <_>2 9 17 8 -1. <_>2 13 17 4 2. 0 5.4052029736340046e-003 -0.0237530004233122 0.2013726979494095 <_> <_> <_>6 8 7 12 -1. <_>6 12 7 4 3. 0 9.1158300638198853e-003 0.0280881691724062 -0.1966772973537445 <_> <_> <_>11 0 4 9 -1. <_>11 0 2 9 2. 0 3.3211729023605585e-003 -0.0512588992714882 0.0479939803481102 <_> <_> <_>6 2 4 16 -1. <_>6 2 2 8 2. <_>8 10 2 8 2. 0 0.0129754999652505 0.0118510201573372 -0.3944402039051056 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -5.0546238198876381e-003 -0.1095615997910500 0.0426627807319164 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -0.0768244788050652 0.7626957297325134 -6.6229291260242462e-003 <_> <_> <_>10 4 10 6 -1. <_>15 4 5 3 2. <_>10 7 5 3 2. 0 -1.8690669676288962e-003 0.0401126593351364 -0.0713981986045837 <_> <_> <_>0 0 18 4 -1. <_>6 0 6 4 3. 0 -6.0407500714063644e-003 0.1261429041624069 -0.0395851507782936 <_> <_> <_>7 1 9 7 -1. <_>10 1 3 7 3. 0 -0.0450132302939892 -0.2187144011259079 6.5213250927627087e-003 <_> <_> <_>4 1 9 7 -1. <_>7 1 3 7 3. 0 3.8492688909173012e-003 -0.0922133028507233 0.0669251829385757 <_> <_> <_>9 0 2 13 -1. <_>9 0 1 13 2. 0 -4.3247821740806103e-003 0.1497375071048737 -0.0311235599219799 <_> <_> <_>1 1 12 17 -1. <_>5 1 4 17 3. 0 -0.0267768409103155 -0.1143222972750664 0.0530902594327927 <_> <_> <_>9 1 6 12 -1. <_>12 1 3 6 2. <_>9 7 3 6 2. 0 2.0645130425691605e-003 -0.0384834185242653 0.0715077668428421 <_> <_> <_>2 5 9 15 -1. <_>5 5 3 15 3. 0 0.0572065189480782 0.0124631403014064 -0.3988445997238159 <_> <_> <_>4 0 16 4 -1. <_>12 0 8 2 2. <_>4 2 8 2 2. 0 7.7696829102933407e-003 -0.0243099592626095 0.0611208416521549 <_> <_> <_>0 0 16 4 -1. <_>0 0 8 2 2. <_>8 2 8 2 2. 0 2.8191099409013987e-003 0.0622438713908196 -0.0797742828726768 <_> <_> <_>10 4 10 6 -1. <_>15 4 5 3 2. <_>10 7 5 3 2. 0 -0.0517471097409725 -0.2047557979822159 9.8433922976255417e-003 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 4.2840079404413700e-003 -0.0367991290986538 0.1238069981336594 <_> <_> <_>5 13 13 2 -1. <_>5 14 13 1 2. 0 -8.0563372466713190e-004 -0.0537424907088280 0.0687464326620102 <_> <_> <_>0 4 10 6 -1. <_>0 4 5 3 2. <_>5 7 5 3 2. 0 0.0460624508559704 7.3871058411896229e-003 -0.6113321185112000 <_> <_> <_>8 11 12 5 -1. <_>12 11 4 5 3. 0 0.0668072700500488 -0.0125453099608421 0.1573168933391571 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 2.0568699110299349e-003 0.0430873893201351 -0.1106270030140877 <_> <_> <_>11 13 7 6 -1. <_>11 15 7 2 3. 0 2.8760819695889950e-003 0.0258009806275368 -0.0846978574991226 <_> <_> <_>1 14 18 6 -1. <_>1 17 18 3 2. 0 -4.9642049707472324e-003 0.0831687226891518 -0.0567508600652218 -1.2330470085144043 42 -1 <_> <_> <_> <_>3 1 14 6 -1. <_>3 3 14 2 3. 0 0.0151668498292565 -0.1750102937221527 0.1516530066728592 <_> <_> <_>12 0 6 6 -1. <_>12 0 3 6 2. 0 4.1852002032101154e-003 -0.1825325936079025 0.1054553017020226 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 -2.6159440167248249e-003 -0.2151761054992676 0.0774602591991425 <_> <_> <_>5 7 12 5 -1. <_>9 7 4 5 3. 0 2.7645078953355551e-003 -0.1150690987706184 0.0677712634205818 <_> <_> <_>5 10 4 8 -1. <_>5 14 4 4 2. 0 -2.7296729967929423e-004 0.0557126514613628 -0.2872366905212402 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 2.4992981343530118e-004 0.0552024990320206 -0.1519149988889694 <_> <_> <_>2 0 9 5 -1. <_>5 0 3 5 3. 0 1.3287579640746117e-003 -0.1256757974624634 0.0940948277711868 <_> <_> <_>9 2 6 16 -1. <_>12 2 3 8 2. <_>9 10 3 8 2. 0 -2.4653770960867405e-003 0.0493935905396938 -0.2223927974700928 <_> <_> <_>6 5 2 14 -1. <_>6 12 2 7 2. 0 -3.2979049719870090e-003 -0.1736799031496048 0.0693910717964172 <_> <_> <_>15 4 4 16 -1. <_>17 4 2 8 2. <_>15 12 2 8 2. 0 -0.0496678091585636 0.3285422027111054 -0.0330672189593315 <_> <_> <_>5 1 10 8 -1. <_>5 1 5 4 2. <_>10 5 5 4 2. 0 5.7844468392431736e-003 0.0612895190715790 -0.1687342971563339 <_> <_> <_>11 7 7 6 -1. <_>11 9 7 2 3. 0 2.9754149727523327e-003 -0.2401700019836426 0.0579064786434174 <_> <_> <_>1 2 14 3 -1. <_>1 3 14 1 3. 0 2.3769649851601571e-004 0.1114102005958557 -0.0865080207586288 <_> <_> <_>13 5 4 8 -1. <_>13 9 4 4 2. 0 5.4410300217568874e-003 -0.0892577022314072 0.0284929797053337 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 2.5746610481292009e-003 0.0603835806250572 -0.1477154046297073 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 -0.0121554397046566 0.1802673041820526 -0.0357449613511562 <_> <_> <_>0 5 18 8 -1. <_>0 5 9 4 2. <_>9 9 9 4 2. 0 5.5069979280233383e-003 0.0614534690976143 -0.1614727973937988 <_> <_> <_>13 5 4 14 -1. <_>15 5 2 7 2. <_>13 12 2 7 2. 0 -3.0918378615751863e-004 -0.0912956893444061 0.0681119635701180 <_> <_> <_>0 0 4 13 -1. <_>2 0 2 13 2. 0 -0.0777052715420723 0.3334448039531708 -0.0267951693385839 <_> <_> <_>13 5 4 14 -1. <_>15 5 2 7 2. <_>13 12 2 7 2. 0 0.0458748787641525 6.2387371435761452e-003 -0.2273890972137451 <_> <_> <_>3 5 4 14 -1. <_>3 5 2 7 2. <_>5 12 2 7 2. 0 3.1658360967412591e-004 -0.1129792034626007 0.0986025705933571 <_> <_> <_>11 12 7 6 -1. <_>11 14 7 2 3. 0 -0.0529627688229084 -0.6011739969253540 0.0100044896826148 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 5.3028380498290062e-003 0.0361643992364407 -0.2635985910892487 <_> <_> <_>13 4 6 16 -1. <_>16 4 3 8 2. <_>13 12 3 8 2. 0 -0.0234735906124115 0.1066351979970932 -0.0306539908051491 <_> <_> <_>0 9 10 6 -1. <_>0 9 5 3 2. <_>5 12 5 3 2. 0 -1.5029460191726685e-003 0.0628828406333923 -0.1228535026311874 <_> <_> <_>9 5 3 15 -1. <_>9 10 3 5 3. 0 -0.0122326500713825 -0.2304708063602448 0.0400487892329693 <_> <_> <_>8 2 4 10 -1. <_>10 2 2 10 2. 0 -0.0474282689392567 0.4413514137268066 -0.0188735798001289 <_> <_> <_>13 4 6 16 -1. <_>16 4 3 8 2. <_>13 12 3 8 2. 0 0.0363792516291142 -0.0130203804001212 0.1468573063611984 <_> <_> <_>1 8 18 5 -1. <_>7 8 6 5 3. 0 0.0363435111939907 0.0387880392372608 -0.1990313977003098 <_> <_> <_>13 4 6 16 -1. <_>16 4 3 8 2. <_>13 12 3 8 2. 0 -0.1079292967915535 0.1617752015590668 -6.3546439632773399e-003 <_> <_> <_>1 4 6 16 -1. <_>1 4 3 8 2. <_>4 12 3 8 2. 0 -0.0954797416925430 0.3732065856456757 -0.0239402893930674 <_> <_> <_>2 15 18 4 -1. <_>11 15 9 2 2. <_>2 17 9 2 2. 0 0.0389542989432812 0.0112397996708751 -0.3479448854923248 <_> <_> <_>7 3 2 16 -1. <_>7 11 2 8 2. 0 -0.0326462090015411 -0.3179763853549957 0.0217801891267300 <_> <_> <_>0 4 20 4 -1. <_>0 6 20 2 2. 0 -2.5872089900076389e-003 0.0472686104476452 -0.1562477946281433 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 0.0129792001098394 -0.0243940707296133 0.3034175038337708 <_> <_> <_>14 1 6 17 -1. <_>14 1 3 17 2. 0 -0.0174905005842447 0.1196710020303726 -0.0348252095282078 <_> <_> <_>2 9 7 6 -1. <_>2 11 7 2 3. 0 8.2290060818195343e-003 0.0517062991857529 -0.1412431001663208 <_> <_> <_>11 0 6 16 -1. <_>14 0 3 8 2. <_>11 8 3 8 2. 0 8.7701035663485527e-003 0.0121396295726299 -0.0934101864695549 <_> <_> <_>1 14 13 3 -1. <_>1 15 13 1 3. 0 -2.5523800868541002e-003 0.0918820798397064 -0.0796939432621002 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 1.2640489730983973e-003 -0.0428683310747147 0.0984691604971886 <_> <_> <_>3 0 6 16 -1. <_>3 0 3 8 2. <_>6 8 3 8 2. 0 -3.8762169424444437e-003 0.0644778907299042 -0.1142697036266327 <_> <_> <_>10 12 10 3 -1. <_>10 12 5 3 2. 0 1.5416350215673447e-003 -0.0382401682436466 0.0508807897567749 <_> <_> <_>3 7 12 5 -1. <_>7 7 4 5 3. 0 7.6829752651974559e-004 -0.1286921948194504 0.0581613704562187 <_> <_> <_>1 0 18 6 -1. <_>7 0 6 6 3. 0 1.6587260179221630e-003 0.1639191955327988 -0.0471649989485741 <_> <_> <_>0 12 10 3 -1. <_>5 12 5 3 2. 0 1.6514799790456891e-003 -0.0592217184603214 0.1316508054733276 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 -3.8682940066792071e-004 0.0644935816526413 -0.1072873994708061 <_> <_> <_>5 5 6 8 -1. <_>7 5 2 8 3. 0 -3.4595469478517771e-003 0.0807432010769844 -0.0925685912370682 <_> <_> <_>11 9 9 6 -1. <_>11 11 9 2 3. 0 0.0351306609809399 0.0155206201598048 -0.1973257958889008 <_> <_> <_>4 7 7 9 -1. <_>4 10 7 3 3. 0 0.1202535033226013 -0.0204970296472311 0.4090565145015717 <_> <_> <_>5 14 10 6 -1. <_>5 16 10 2 3. 0 7.8581331763416529e-004 -0.0948587879538536 0.0693166404962540 <_> <_> <_>0 14 19 4 -1. <_>0 16 19 2 2. 0 6.1606317758560181e-003 0.0605566687881947 -0.1243650987744331 <_> <_> <_>6 9 12 8 -1. <_>12 9 6 4 2. <_>6 13 6 4 2. 0 0.0133515596389771 0.0176349692046642 -0.1464945971965790 <_> <_> <_>1 1 3 14 -1. <_>2 1 1 14 3. 0 0.0198736395686865 -0.0244497992098331 0.2732233107089996 <_> <_> <_>6 9 12 8 -1. <_>12 9 6 4 2. <_>6 13 6 4 2. 0 -2.3918889928609133e-003 -0.0407449007034302 0.0499253198504448 <_> <_> <_>2 9 12 8 -1. <_>2 9 6 4 2. <_>8 13 6 4 2. 0 8.6433859542012215e-003 0.0289679504930973 -0.2366106957197189 <_> <_> <_>18 2 2 18 -1. <_>18 2 1 18 2. 0 -8.8321920484304428e-003 0.1205402985215187 -0.0277029909193516 <_> <_> <_>6 5 6 8 -1. <_>8 5 2 8 3. 0 -0.0441504791378975 0.5003805160522461 -0.0122511303052306 <_> <_> <_>10 3 4 12 -1. <_>10 3 2 12 2. 0 -4.0243011899292469e-003 -0.1950252950191498 0.0251930095255375 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 9.8465122282505035e-003 -0.0602838695049286 0.1266546994447708 <_> <_> <_>9 8 6 12 -1. <_>12 8 3 6 2. <_>9 14 3 6 2. 0 -2.7608149684965611e-003 -0.0839265286922455 0.0601026490330696 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0390768311917782 0.0153276501223445 -0.4319779872894287 <_> <_> <_>18 2 2 18 -1. <_>18 2 1 18 2. 0 3.8136269431561232e-003 -0.0312810912728310 0.0779421180486679 <_> <_> <_>1 5 17 6 -1. <_>1 7 17 2 3. 0 2.7646059170365334e-003 0.0173348393291235 -0.3473272025585175 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 -3.6096980329602957e-003 -0.0822867080569267 0.0281708799302578 <_> <_> <_>4 0 12 6 -1. <_>4 2 12 2 3. 0 3.5445080138742924e-003 -0.1055762022733688 0.0600509196519852 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 0.0129859000444412 0.0185979902744293 -0.0949878022074699 <_> <_> <_>3 0 14 6 -1. <_>3 2 14 2 3. 0 -0.0200275406241417 0.2600725889205933 -0.0270791593939066 <_> <_> <_>15 3 5 6 -1. <_>15 6 5 3 2. 0 -0.0729665979743004 -0.7684810757637024 2.3947900626808405e-003 <_> <_> <_>0 3 5 6 -1. <_>0 6 5 3 2. 0 -2.1148719824850559e-003 -0.1076332032680512 0.0523613914847374 <_> <_> <_>4 1 14 10 -1. <_>4 6 14 5 2. 0 -0.0776671469211578 0.1782232969999313 -0.0314632989466190 <_> <_> <_>0 1 7 4 -1. <_>0 3 7 2 2. 0 -4.6600410714745522e-003 -0.2038647979497910 0.0390254110097885 <_> <_> <_>13 1 7 4 -1. <_>13 3 7 2 2. 0 0.0170594993978739 0.0189547408372164 -0.1726024001836777 <_> <_> <_>1 4 10 9 -1. <_>6 4 5 9 2. 0 0.0431746914982796 -0.0316856093704700 0.2334644943475723 <_> <_> <_>10 1 10 19 -1. <_>10 1 5 19 2. 0 -0.4892792999744415 -0.7104313969612122 4.6672620810568333e-003 <_> <_> <_>0 1 10 19 -1. <_>5 1 5 19 2. 0 0.0914955064654350 0.0160276293754578 -0.4053801894187927 <_> <_> <_>13 5 4 12 -1. <_>13 9 4 4 3. 0 -0.0468432493507862 0.6935886144638062 -2.0055349450558424e-003 <_> <_> <_>3 5 4 12 -1. <_>3 9 4 4 3. 0 6.0863760299980640e-003 -0.1521815955638886 0.0404083095490932 <_> <_> <_>2 0 18 4 -1. <_>11 0 9 2 2. <_>2 2 9 2 2. 0 0.0436766110360622 0.0122571596875787 -0.2599659860134125 <_> <_> <_>6 8 6 5 -1. <_>9 8 3 5 2. 0 -0.0495805293321610 0.6757134795188904 -8.0354865640401840e-003 <_> <_> <_>6 5 12 8 -1. <_>12 5 6 4 2. <_>6 9 6 4 2. 0 -2.8614638722501695e-004 0.0345487706363201 -0.0618491806089878 <_> <_> <_>2 5 12 8 -1. <_>2 5 6 4 2. <_>8 9 6 4 2. 0 -0.0118631999939680 -0.1206132993102074 0.0514165796339512 <_> <_> <_>5 4 13 3 -1. <_>5 5 13 1 3. 0 0.0147540103644133 -0.0246380493044853 0.1523413956165314 <_> <_> <_>2 4 13 3 -1. <_>2 5 13 1 3. 0 -5.1772277802228928e-003 0.1842893064022064 -0.0422003194689751 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 -0.0200335308909416 -0.2098641991615295 0.0230167806148529 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 4.1349478997290134e-003 0.0385001115500927 -0.1540091931819916 <_> <_> <_>7 12 13 2 -1. <_>7 13 13 1 2. 0 4.9832498189061880e-004 -0.0568344704806805 0.1173754036426544 <_> <_> <_>2 4 15 3 -1. <_>2 5 15 1 3. 0 1.5235079918056726e-003 -0.0823057517409325 0.0733407586812973 <_> <_> <_>1 14 18 4 -1. <_>10 14 9 2 2. <_>1 16 9 2 2. 0 0.0266690608114004 0.0171319209039211 -0.3333728015422821 <_> <_> <_>5 8 6 10 -1. <_>5 8 3 5 2. <_>8 13 3 5 2. 0 -0.0251928996294737 0.1834809035062790 -0.0352759994566441 <_> <_> <_>12 4 3 10 -1. <_>12 9 3 5 2. 0 1.1769080301746726e-003 -0.1319703012704849 0.0242424197494984 <_> <_> <_>2 0 14 3 -1. <_>2 1 14 1 3. 0 -6.6034111659973860e-004 -0.1072555035352707 0.0586052685976028 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 0.0433866195380688 -0.0164984092116356 0.3929358124732971 <_> <_> <_>0 1 15 3 -1. <_>0 2 15 1 3. 0 -0.0114902900531888 -0.2633295059204102 0.0242405906319618 <_> <_> <_>2 1 16 4 -1. <_>2 3 16 2 2. 0 0.0859336927533150 -0.0162797607481480 0.4172945022583008 <_> <_> <_>0 1 5 9 -1. <_>0 4 5 3 3. 0 2.0756269805133343e-003 0.0525438897311687 -0.1057431027293205 <_> <_> <_>3 5 15 3 -1. <_>3 6 15 1 3. 0 1.4016899513080716e-003 -0.0465945415198803 0.1135535985231400 <_> <_> <_>1 5 10 6 -1. <_>1 5 5 3 2. <_>6 8 5 3 2. 0 -3.4351870417594910e-003 -0.1080633029341698 0.0587785318493843 <_> <_> <_>9 2 3 12 -1. <_>9 8 3 6 2. 0 -1.8299809889867902e-003 0.0606455989181995 -0.0660843998193741 <_> <_> <_>0 2 19 2 -1. <_>0 3 19 1 2. 0 -3.4186599077656865e-004 -0.1268256008625031 0.0492446683347225 <_> <_> <_>16 0 4 10 -1. <_>16 0 2 10 2. 0 0.0106162903830409 -0.0556194707751274 0.1227082982659340 <_> <_> <_>1 8 13 3 -1. <_>1 9 13 1 3. 0 0.0394907705485821 8.2882875576615334e-003 -0.6619415283203125 <_> <_> <_>7 0 13 4 -1. <_>7 2 13 2 2. 0 -0.0197460409253836 0.1576106995344162 -9.3961963430047035e-003 <_> <_> <_>4 4 3 10 -1. <_>4 9 3 5 2. 0 4.6383799053728580e-004 -0.2012722045183182 0.0267063304781914 <_> <_> <_>7 9 6 7 -1. <_>9 9 2 7 3. 0 5.1521410932764411e-004 -0.0860197171568871 0.0671314969658852 <_> <_> <_>4 3 3 13 -1. <_>5 3 1 13 3. 0 -0.0112835401669145 -0.2275408953428268 0.0222506001591682 <_> <_> <_>14 10 6 6 -1. <_>14 10 3 6 2. 0 -8.4253363311290741e-003 0.1650525927543640 -0.0504381805658340 <_> <_> <_>8 0 3 15 -1. <_>8 5 3 5 3. 0 0.0306045692414045 0.0275005400180817 -0.2098412960767746 <_> <_> <_>12 0 8 8 -1. <_>16 0 4 4 2. <_>12 4 4 4 2. 0 5.0000958144664764e-003 -0.0389117710292339 0.1155347004532814 <_> <_> <_>7 4 6 9 -1. <_>7 7 6 3 3. 0 0.0416444614529610 -0.0141642801463604 0.4400491118431091 <_> <_> <_>11 9 9 6 -1. <_>11 11 9 2 3. 0 -3.9140251465141773e-003 -0.1152814030647278 0.0276295207440853 <_> <_> <_>5 13 9 5 -1. <_>8 13 3 5 3. 0 -2.2060431074351072e-003 0.0747944936156273 -0.0759503915905952 <_> <_> <_>9 9 6 10 -1. <_>12 9 3 5 2. <_>9 14 3 5 2. 0 -0.0740605071187019 -0.6090257167816162 3.8528270088136196e-003 <_> <_> <_>5 9 6 10 -1. <_>5 9 3 5 2. <_>8 14 3 5 2. 0 1.5966329956427217e-003 -0.0700151994824409 0.1101925969123840 <_> <_> <_>13 10 6 10 -1. <_>16 10 3 5 2. <_>13 15 3 5 2. 0 2.0102860871702433e-003 -0.0318591818213463 0.0715927407145500 <_> <_> <_>1 10 6 10 -1. <_>1 10 3 5 2. <_>4 15 3 5 2. 0 3.2757699955254793e-003 -0.0522607602179050 0.1265238970518112 <_> <_> <_>10 3 4 12 -1. <_>10 3 2 12 2. 0 3.6700100172311068e-003 0.0540187209844589 -0.0465303808450699 <_> <_> <_>6 3 4 12 -1. <_>8 3 2 12 2. 0 -5.7776779867708683e-003 -0.2294086068868637 0.0247044507414103 <_> <_> <_>11 1 9 5 -1. <_>14 1 3 5 3. 0 3.7388929631561041e-003 -0.0482731312513351 0.0767729133367538 <_> <_> <_>2 9 16 3 -1. <_>10 9 8 3 2. 0 -0.0124045601114631 0.1149199977517128 -0.0493081398308277 <_> <_> <_>6 2 8 10 -1. <_>10 2 4 5 2. <_>6 7 4 5 2. 0 9.0428609400987625e-003 0.0430131405591965 -0.1443942934274674 <_> <_> <_>0 0 8 8 -1. <_>0 0 4 4 2. <_>4 4 4 4 2. 0 6.1762649565935135e-003 -0.0393628217279911 0.1607349067926407 <_> <_> <_>12 10 6 10 -1. <_>14 10 2 10 3. 0 0.0210514403879642 0.0246080607175827 -0.1376848071813583 <_> <_> <_>0 1 9 5 -1. <_>3 1 3 5 3. 0 2.7457328978925943e-003 -0.0632719993591309 0.0912694334983826 <_> <_> <_>16 0 4 17 -1. <_>16 0 2 17 2. 0 -0.0107779596000910 0.0912453010678291 -0.0301109291613102 <_> <_> <_>2 0 6 20 -1. <_>4 0 2 20 3. 0 0.0166991893202066 0.0435396097600460 -0.1524014025926590 <_> <_> <_>16 0 4 17 -1. <_>16 0 2 17 2. 0 5.4665589705109596e-003 -0.0535750314593315 0.0602662004530430 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -3.2001500949263573e-003 0.1422092020511627 -0.0408233813941479 <_> <_> <_>6 8 12 4 -1. <_>10 8 4 4 3. 0 0.0472890585660934 0.0158536992967129 -0.2712359130382538 <_> <_> <_>8 5 3 14 -1. <_>8 12 3 7 2. 0 -1.3604690320789814e-003 0.0406360812485218 -0.1488569974899292 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 6.2847061781212687e-004 0.0418331585824490 -0.1239489018917084 <_> <_> <_>1 3 14 15 -1. <_>1 8 14 5 3. 0 -0.0370360799133778 -0.3694469034671783 0.0136641599237919 <_> <_> <_>16 0 4 16 -1. <_>16 0 2 16 2. 0 -0.0225785505026579 0.1181204989552498 -0.0229398608207703 <_> <_> <_>4 6 10 9 -1. <_>4 9 10 3 3. 0 3.2851321157068014e-003 0.3113695085048676 -0.0188564192503691 <_> <_> <_>16 0 4 16 -1. <_>16 0 2 16 2. 0 -0.2022536993026733 -0.6246569752693176 3.9239428006112576e-003 <_> <_> <_>0 0 4 16 -1. <_>2 0 2 16 2. 0 -4.9903858453035355e-003 0.1067498996853828 -0.0600004903972149 <_> <_> <_>15 9 4 7 -1. <_>15 9 2 7 2. 0 -0.0225394796580076 -0.1989119052886963 0.0188299696892500 <_> <_> <_>0 0 9 6 -1. <_>3 0 3 6 3. 0 0.0268784593790770 -0.0311851892620325 0.2084130942821503 <_> <_> <_>12 11 8 4 -1. <_>12 13 8 2 2. 0 -6.3416860066354275e-003 -0.0836588665843010 0.0406036600470543 <_> <_> <_>1 9 4 7 -1. <_>3 9 2 7 2. 0 2.8207020368427038e-003 -0.0582558587193489 0.0972031429409981 <_> <_> <_>14 10 6 6 -1. <_>14 10 3 6 2. 0 0.0247399806976318 -0.0186992399394512 0.0998585075139999 <_> <_> <_>1 7 2 13 -1. <_>2 7 1 13 2. 0 7.4140671640634537e-003 0.0296130198985338 -0.1917762011289597 <_> <_> <_>1 2 18 11 -1. <_>7 2 6 11 3. 0 -8.3040986210107803e-003 0.1295897960662842 -0.0426711402833462 <_> <_> <_>6 2 4 7 -1. <_>8 2 2 7 2. 0 1.1470559984445572e-003 -0.1536511927843094 0.0410832390189171 <_> <_> <_>0 6 20 14 -1. <_>10 6 10 7 2. <_>0 13 10 7 2. 0 -0.1647070050239563 -0.4143765866756439 0.0135092902928591 <_> <_> <_>0 5 18 15 -1. <_>6 5 6 15 3. 0 0.2432862073183060 -0.0124993901699781 0.4462372958660126 <_> <_> <_>16 5 4 15 -1. <_>16 5 2 15 2. 0 0.0245450790971518 0.0222707707434893 -0.1076686009764671 <_> <_> <_>5 6 6 7 -1. <_>7 6 2 7 3. 0 -0.0360040217638016 0.2149553000926971 -0.0232983306050301 <_> <_> <_>6 8 12 4 -1. <_>10 8 4 4 3. 0 0.0170126799494028 0.0285665206611156 -0.1368986070156097 <_> <_> <_>5 10 10 6 -1. <_>5 13 10 3 2. 0 -1.7947000451385975e-003 0.0260637104511261 -0.1806043982505798 <_> <_> <_>3 7 17 12 -1. <_>3 13 17 6 2. 0 -0.3449208140373230 -0.5910199284553528 1.3455889420583844e-003 <_> <_> <_>0 7 17 12 -1. <_>0 13 17 6 2. 0 -0.0104715498164296 -0.0643943697214127 0.0812442526221275 <_> <_> <_>2 0 18 19 -1. <_>8 0 6 19 3. 0 0.0643352195620537 -0.0508744716644287 0.0837525278329849 <_> <_> <_>7 2 4 7 -1. <_>9 2 2 7 2. 0 0.0467034503817558 8.1825926899909973e-003 -0.6222047805786133 <_> <_> <_>9 7 7 8 -1. <_>9 11 7 4 2. 0 0.0673962906002998 -4.0585128590464592e-003 0.3111543059349060 <_> <_> <_>0 10 19 2 -1. <_>0 11 19 1 2. 0 -1.8122399342246354e-004 0.0635992288589478 -0.0838707014918327 <_> <_> <_>11 9 9 6 -1. <_>11 11 9 2 3. 0 -0.0467838905751705 -0.4374811947345734 3.6999220028519630e-003 <_> <_> <_>0 0 15 3 -1. <_>5 0 5 3 3. 0 0.1253741979598999 -7.1869022212922573e-003 0.6926767230033875 <_> <_> <_>18 7 2 13 -1. <_>18 7 1 13 2. 0 3.5549318999983370e-004 0.0358049198985100 -0.0419990494847298 <_> <_> <_>0 9 9 6 -1. <_>0 11 9 2 3. 0 -0.0181698706001043 -0.2646794021129608 0.0192748699337244 <_> <_> <_>9 7 7 8 -1. <_>9 11 7 4 2. 0 0.0275093708187342 -9.9343024194240570e-003 0.1248172968626022 <_> <_> <_>4 7 7 8 -1. <_>4 11 7 4 2. 0 -0.0319848395884037 0.2569411098957062 -0.0263920202851295 <_> <_> <_>3 3 16 2 -1. <_>3 4 16 1 2. 0 -0.0128916501998901 -0.1883811056613922 0.0161357503384352 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 0.0450090914964676 8.4453048184514046e-003 -0.5792089104652405 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 3.9589041844010353e-003 -0.0436723306775093 0.1208762973546982 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 2.7181839104741812e-003 -0.0407793894410133 0.1297443956136704 <_> <_> <_>6 12 10 6 -1. <_>6 14 10 2 3. 0 -7.5994711369276047e-004 0.0329541005194187 -0.0864193215966225 <_> <_> <_>0 13 7 6 -1. <_>0 15 7 2 3. 0 6.6315899603068829e-003 0.0360798314213753 -0.1576362997293472 <_> <_> <_>3 11 15 9 -1. <_>3 14 15 3 3. 0 -3.6433320492506027e-003 -0.0298321191221476 0.0628015473484993 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 -0.0647683367133141 -0.8435174226760864 6.0920589603483677e-003 <_> <_> <_>10 0 10 20 -1. <_>10 0 5 20 2. 0 0.4171225130558014 3.0659181065857410e-003 -0.4426969885826111 <_> <_> <_>0 0 10 20 -1. <_>5 0 5 20 2. 0 0.1885427981615067 4.8159952275454998e-003 -0.9549772739410400 <_> <_> <_>5 12 13 3 -1. <_>5 13 13 1 3. 0 0.0237512700259686 -0.0121662896126509 0.3082712888717651 <_> <_> <_>5 6 6 8 -1. <_>5 10 6 4 2. 0 1.8907970516011119e-003 -0.1249708011746407 0.0372619889676571 <_> <_> <_>4 0 13 18 -1. <_>4 9 13 9 2. 0 -1.5546990325674415e-003 0.0736365765333176 -0.0493988506495953 <_> <_> <_>0 0 15 4 -1. <_>5 0 5 4 3. 0 -9.2505775392055511e-003 0.1244603991508484 -0.0386735498905182 <_> <_> <_>4 7 15 3 -1. <_>9 7 5 3 3. 0 -9.9219558760523796e-003 -0.1223175972700119 0.0272524803876877 <_> <_> <_>6 8 6 6 -1. <_>9 8 3 6 2. 0 -6.7504931939765811e-004 0.0807927325367928 -0.0610036998987198 <_> <_> <_>0 8 20 2 -1. <_>0 8 10 2 2. 0 -0.0132861901074648 0.1729564964771271 -0.0304869394749403 <_> <_> <_>5 0 3 14 -1. <_>6 0 1 14 3. 0 4.3905568309128284e-003 0.0294212605804205 -0.1823053956031799 <_> <_> <_>13 2 5 12 -1. <_>13 6 5 4 3. 0 -0.0188793092966080 -0.0538374297320843 0.0283304695039988 <_> <_> <_>4 4 12 6 -1. <_>4 4 6 3 2. <_>10 7 6 3 2. 0 -0.0693915635347366 0.5471312999725342 -9.0404544025659561e-003 <_> <_> <_>7 1 9 8 -1. <_>10 1 3 8 3. 0 0.0782269835472107 6.9561759009957314e-003 -0.1599217057228088 <_> <_> <_>1 1 6 10 -1. <_>1 1 3 5 2. <_>4 6 3 5 2. 0 -9.5910448580980301e-003 0.0834773704409599 -0.0607142895460129 <_> <_> <_>11 10 8 8 -1. <_>11 14 8 4 2. 0 0.0808563530445099 -3.1028070952743292e-003 0.8153027892112732 <_> <_> <_>1 10 8 8 -1. <_>1 14 8 4 2. 0 -6.9029820151627064e-003 -0.0626259967684746 0.0779940932989120 <_> <_> <_>13 8 3 12 -1. <_>13 14 3 6 2. 0 0.0382191799581051 -9.4691133126616478e-003 0.4182862937450409 <_> <_> <_>4 8 3 12 -1. <_>4 14 3 6 2. 0 -7.2923908010125160e-004 0.0543949902057648 -0.1086949035525322 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -0.0112243602052331 -0.2877430021762848 0.0193324405699968 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -0.0237552393227816 0.2963249981403351 -0.0169950295239687 <_> <_> <_>7 1 9 8 -1. <_>10 1 3 8 3. 0 0.0251709409058094 0.0181516408920288 -0.0692111775279045 <_> <_> <_>4 1 9 8 -1. <_>7 1 3 8 3. 0 0.0846194103360176 -0.0126183303073049 0.4018830955028534 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -2.8461799956858158e-003 -0.1656547933816910 0.0355403795838356 <_> <_> <_>5 2 6 10 -1. <_>5 2 3 5 2. <_>8 7 3 5 2. 0 9.9000544287264347e-004 -0.0706472098827362 0.0920708328485489 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 8.5722869262099266e-003 -0.0165993198752403 0.0600255802273750 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 7.7498499304056168e-003 0.0250650495290756 -0.2041956037282944 <_> <_> <_>14 0 6 10 -1. <_>17 0 3 5 2. <_>14 5 3 5 2. 0 -5.1633790135383606e-003 0.0564656406641006 -0.0393665693700314 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 3.4570649731904268e-003 -0.0487127490341663 0.1175640001893044 <_> <_> <_>8 5 6 7 -1. <_>8 5 3 7 2. 0 1.5435590175911784e-003 -0.1238515004515648 0.0472409501671791 <_> <_> <_>5 3 4 8 -1. <_>7 3 2 8 2. 0 0.0392214693129063 9.7949290648102760e-003 -0.5596526861190796 <_> <_> <_>15 2 5 9 -1. <_>15 5 5 3 3. 0 -0.0480199307203293 -0.2451460957527161 0.0155443800613284 <_> <_> <_>1 4 4 16 -1. <_>1 4 2 8 2. <_>3 12 2 8 2. 0 0.0178677495568991 -0.0264586899429560 0.1853612959384918 <_> <_> <_>3 14 16 4 -1. <_>11 14 8 2 2. <_>3 16 8 2 2. 0 -7.8233405947685242e-003 -0.1230596974492073 0.0218501705676317 <_> <_> <_>5 2 9 6 -1. <_>8 2 3 6 3. 0 -4.8894518986344337e-003 0.2508647143840790 -0.0199141502380371 <_> <_> <_>6 1 14 2 -1. <_>6 1 7 2 2. 0 0.1109059974551201 2.1982348989695311e-003 -0.9611018896102905 <_> <_> <_>0 1 14 2 -1. <_>7 1 7 2 2. 0 5.3139701485633850e-003 -0.0702078416943550 0.0747920572757721 <_> <_> <_>8 0 8 8 -1. <_>12 0 4 4 2. <_>8 4 4 4 2. 0 -4.0226429700851440e-003 -0.0929820612072945 0.0276421699672937 <_> <_> <_>5 4 10 14 -1. <_>5 4 5 7 2. <_>10 11 5 7 2. 0 -0.0998207628726959 -0.8252760767936707 5.8367499150335789e-003 <_> <_> <_>2 0 18 4 -1. <_>11 0 9 2 2. <_>2 2 9 2 2. 0 3.2612269278615713e-003 0.0304818507283926 -0.0482892915606499 <_> <_> <_>6 5 6 7 -1. <_>9 5 3 7 2. 0 -0.0415590591728687 0.5887929797172546 -8.5169300436973572e-003 <_> <_> <_>4 10 14 4 -1. <_>11 10 7 2 2. <_>4 12 7 2 2. 0 5.4297139868140221e-003 0.0181418005377054 -0.1394830942153931 <_> <_> <_>2 10 14 4 -1. <_>2 10 7 2 2. <_>9 12 7 2 2. 0 0.0167562998831272 0.0123229296877980 -0.4124552011489868 <_> <_> <_>7 1 9 6 -1. <_>7 4 9 3 2. 0 -0.0175638608634472 0.1138577014207840 -0.0309686306864023 <_> <_> <_>6 0 7 8 -1. <_>6 4 7 4 2. 0 0.0183087605983019 -0.0359302498400211 0.1469727009534836 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 0.0355563089251518 0.0101906796917319 -0.2583765089511871 <_> <_> <_>1 3 9 4 -1. <_>1 5 9 2 2. 0 -5.1635081035783514e-005 0.0460890904068947 -0.1171912029385567 <_> <_> <_>4 4 13 2 -1. <_>4 5 13 1 2. 0 2.5128800189122558e-004 -0.0408963300287724 0.1066941022872925 <_> <_> <_>1 4 14 3 -1. <_>1 5 14 1 3. 0 -1.5876770485192537e-003 0.1078673005104065 -0.0458900593221188 <_> <_> <_>7 11 6 9 -1. <_>9 11 2 9 3. 0 -9.5712337642908096e-003 -0.1521212011575699 0.0371377803385258 <_> <_> <_>6 11 4 7 -1. <_>8 11 2 7 2. 0 2.8643130790442228e-003 0.0360751189291477 -0.1426859945058823 <_> <_> <_>4 8 12 12 -1. <_>4 8 6 12 2. 0 -0.0504540987312794 0.1962296068668366 -0.0285990703850985 <_> <_> <_>1 11 18 5 -1. <_>10 11 9 5 2. 0 -2.8714470099657774e-003 0.0739199891686440 -0.0860240012407303 <_> <_> <_>4 5 16 6 -1. <_>4 7 16 2 3. 0 4.9587138928472996e-003 9.4060972332954407e-003 -0.2488034963607788 <_> <_> <_>0 3 4 16 -1. <_>0 3 2 8 2. <_>2 11 2 8 2. 0 -0.0782703906297684 0.4330515861511231 -0.0111234299838543 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 -0.0646568089723587 -0.1953912973403931 9.3969572335481644e-003 <_> <_> <_>0 0 20 8 -1. <_>0 4 20 4 2. 0 -0.4021360874176025 -0.9373127818107605 4.8170168884098530e-003 <_> <_> <_>8 7 8 8 -1. <_>12 7 4 4 2. <_>8 11 4 4 2. 0 0.0429171510040760 5.9442862402647734e-004 -0.7943031787872315 <_> <_> <_>4 7 8 8 -1. <_>4 7 4 4 2. <_>8 11 4 4 2. 0 2.1517940331250429e-003 -0.0241273194551468 0.2109694927930832 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 0.0955142378807068 3.0073130037635565e-003 -0.3003076016902924 <_> <_> <_>4 5 10 12 -1. <_>4 5 5 6 2. <_>9 11 5 6 2. 0 0.0359494201838970 9.1736158356070518e-003 -0.5330185294151306 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 0.1406147927045822 -1.9780038855969906e-003 0.5836036205291748 <_> <_> <_>0 9 4 11 -1. <_>2 9 2 11 2. 0 -0.1000026986002922 -0.4657706022262573 0.0104473000392318 <_> <_> <_>12 4 6 11 -1. <_>12 4 3 11 2. 0 -0.1689841002225876 0.4757839143276215 -3.0947721097618341e-003 <_> <_> <_>2 4 6 11 -1. <_>5 4 3 11 2. 0 0.0261231902986765 -0.0186734702438116 0.2558305859565735 <_> <_> <_>8 7 5 9 -1. <_>8 10 5 3 3. 0 8.8816967036109418e-005 0.1293116062879562 -0.0220339000225067 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -2.5785199832171202e-003 0.0775902420282364 -0.0586698018014431 <_> <_> <_>0 3 20 4 -1. <_>10 3 10 2 2. <_>0 5 10 2 2. 0 -0.0558297410607338 -0.5629606842994690 8.2240002229809761e-003 <_> <_> <_>0 15 18 4 -1. <_>0 15 9 2 2. <_>9 17 9 2 2. 0 -0.0351142585277557 -0.4152520895004273 0.0102372597903013 <_> <_> <_>6 14 13 3 -1. <_>6 15 13 1 3. 0 3.0091139487922192e-003 -0.0328016616404057 0.1123789995908737 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -3.0068641062825918e-003 -0.1579416990280151 0.0303542204201221 <_> <_> <_>9 2 3 13 -1. <_>10 2 1 13 3. 0 -2.0059049129486084e-003 0.1134639978408814 -0.0333722010254860 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 -1.3963360106572509e-003 0.1445423066616058 -0.0501152314245701 <_> <_> <_>9 6 6 7 -1. <_>9 6 3 7 2. 0 -0.0545883104205132 -0.9655225872993469 2.6290758978575468e-003 <_> <_> <_>5 6 6 7 -1. <_>8 6 3 7 2. 0 -5.0577907823026180e-003 -0.2153673022985458 0.0278238691389561 <_> <_> <_>8 0 8 5 -1. <_>8 0 4 5 2. 0 -0.0744309499859810 0.5924457907676697 -3.5832428839057684e-003 <_> <_> <_>4 0 8 5 -1. <_>8 0 4 5 2. 0 -0.0697595700621605 0.6585460901260376 -7.1275448426604271e-003 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 3.4715738729573786e-004 0.0432145111262798 -0.0652092397212982 <_> <_> <_>5 1 6 19 -1. <_>7 1 2 19 3. 0 6.5575069747865200e-003 0.0410329811275005 -0.1220093965530396 <_> <_> <_>3 0 15 20 -1. <_>8 0 5 20 3. 0 0.0922872126102448 -0.0219333898276091 0.0899531766772270 <_> <_> <_>0 4 14 3 -1. <_>7 4 7 3 2. 0 0.0526855997741222 0.0164393503218889 -0.2784793078899384 <_> <_> <_>4 4 14 6 -1. <_>11 4 7 3 2. <_>4 7 7 3 2. 0 7.2394758462905884e-003 -0.0332179106771946 0.0972440615296364 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -2.2218099329620600e-003 0.0358609184622765 -0.1387619972229004 <_> <_> <_>6 7 14 3 -1. <_>6 8 14 1 3. 0 -0.0233093798160553 -0.2791394889354706 0.0163622293621302 <_> <_> <_>2 2 5 12 -1. <_>2 6 5 4 3. 0 1.4036920038051903e-004 -0.0400968715548515 0.1237995997071266 <_> <_> <_>9 9 7 4 -1. <_>9 11 7 2 2. 0 0.0537028498947620 1.4607049524784088e-003 -0.8643640875816345 <_> <_> <_>4 9 7 4 -1. <_>4 11 7 2 2. 0 4.1926259291358292e-004 -0.0493428297340870 0.1028954982757568 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 -1.6786300111562014e-003 -0.1906508058309555 0.0251450594514608 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 0.0166032407432795 -0.0181257091462612 0.2688744962215424 <_> <_> <_>9 1 4 10 -1. <_>9 6 4 5 2. 0 -0.0226217899471521 0.1314570009708405 -0.0252885594964027 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 4.4634779915213585e-003 0.0565682090818882 -0.1030642986297607 <_> <_> <_>3 10 17 2 -1. <_>3 11 17 1 2. 0 3.3281201031059027e-003 0.0215178094804287 -0.1408663988113403 <_> <_> <_>0 0 6 17 -1. <_>3 0 3 17 2. 0 -0.0253118406981230 0.1123747006058693 -0.0417844988405705 <_> <_> <_>14 0 6 12 -1. <_>14 0 3 12 2. 0 -0.0261198803782463 0.1270370036363602 -0.0235303100198507 <_> <_> <_>2 0 4 16 -1. <_>4 0 2 16 2. 0 -0.0726086422801018 -0.3305288851261139 0.0217411592602730 <_> <_> <_>14 1 6 7 -1. <_>16 1 2 7 3. 0 5.8377808891236782e-003 -0.0281706806272268 0.0613000318408012 <_> <_> <_>0 1 6 7 -1. <_>2 1 2 7 3. 0 1.7830949509516358e-003 -0.0761407166719437 0.0843913033604622 <_> <_> <_>9 1 9 12 -1. <_>12 1 3 12 3. 0 -0.1450258940458298 -0.2888636887073517 9.4371382147073746e-003 <_> <_> <_>2 1 9 12 -1. <_>5 1 3 12 3. 0 -2.4291570298373699e-003 -0.0636451691389084 0.0900570079684258 <_> <_> <_>13 5 4 12 -1. <_>13 5 2 12 2. 0 0.1097790002822876 -1.4906959841027856e-003 0.8971021771430969 <_> <_> <_>3 5 4 12 -1. <_>5 5 2 12 2. 0 -3.8412429857999086e-003 0.0739800110459328 -0.0693783834576607 <_> <_> <_>6 8 12 4 -1. <_>10 8 4 4 3. 0 3.9507250767201185e-004 -0.0711664110422134 0.0631507411599159 <_> <_> <_>2 8 12 4 -1. <_>6 8 4 4 3. 0 -6.6879019141197205e-003 -0.1421196013689041 0.0510072000324726 <_> <_> <_>2 9 18 11 -1. <_>8 9 6 11 3. 0 -0.2127815932035446 0.1747954934835434 -0.0168664995580912 <_> <_> <_>6 11 6 6 -1. <_>9 11 3 6 2. 0 0.0439136102795601 -7.9228030517697334e-003 0.5999451875686646 <_> <_> <_>1 12 19 2 -1. <_>1 13 19 1 2. 0 3.0486818868666887e-003 0.0278801005333662 -0.1499668955802918 <_> <_> <_>0 12 13 3 -1. <_>0 13 13 1 3. 0 1.7128599574789405e-003 -0.0615758895874023 0.1079311966896057 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -0.0130615895614028 -0.3586418926715851 0.0123326899483800 <_> <_> <_>0 8 16 4 -1. <_>0 8 8 2 2. <_>8 10 8 2 2. 0 1.4779239427298307e-003 -0.0552806183695793 0.0764003396034241 <_> <_> <_>8 6 8 8 -1. <_>12 6 4 4 2. <_>8 10 4 4 2. 0 -0.0741171836853027 0.3305566012859345 -5.4406579583883286e-003 <_> <_> <_>3 13 14 6 -1. <_>3 15 14 2 3. 0 0.0415327884256840 0.0127627495676279 -0.3409101068973541 <_> <_> <_>4 13 15 6 -1. <_>4 15 15 2 3. 0 -0.0164743103086948 -0.1193590015172958 0.0359978713095188 <_> <_> <_>0 0 14 4 -1. <_>7 0 7 4 2. 0 -0.0133844502270222 0.1492701023817062 -0.0371512509882450 <_> <_> <_>14 3 4 10 -1. <_>14 8 4 5 2. 0 -4.3293130584061146e-003 -0.1525720953941345 0.0200080294162035 <_> <_> <_>2 4 14 12 -1. <_>2 4 7 6 2. <_>9 10 7 6 2. 0 3.7254339549690485e-003 0.0382492803037167 -0.1356284022331238 <_> <_> <_>7 4 6 10 -1. <_>10 4 3 5 2. <_>7 9 3 5 2. 0 -3.5788780078291893e-003 0.1195114031434059 -0.0513569712638855 <_> <_> <_>1 0 3 15 -1. <_>1 5 3 5 3. 0 0.0909365415573120 -9.6294376999139786e-003 0.5058292746543884 <_> <_> <_>1 1 19 12 -1. <_>1 5 19 4 3. 0 -3.1301870476454496e-003 0.0245875306427479 -0.1575251966714859 <_> <_> <_>5 13 6 7 -1. <_>7 13 2 7 3. 0 -3.0295769684016705e-003 -0.0966699570417404 0.0474024601280689 <_> <_> <_>10 0 4 16 -1. <_>12 0 2 8 2. <_>10 8 2 8 2. 0 -3.1865050550550222e-003 0.0350353196263313 -0.0408417098224163 <_> <_> <_>6 0 4 16 -1. <_>6 0 2 8 2. <_>8 8 2 8 2. 0 0.0448362603783607 -7.4580628424882889e-003 0.6519020795822144 <_> <_> <_>8 1 4 11 -1. <_>8 1 2 11 2. 0 -6.4811948686838150e-003 0.1316393017768860 -0.0360601283609867 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -2.0486880093812943e-003 -0.1109751015901566 0.0510119087994099 <_> <_> <_>0 11 20 3 -1. <_>0 12 20 1 3. 0 0.0491756200790405 5.1457029767334461e-003 -0.8914859890937805 <_> <_> <_>6 15 7 4 -1. <_>6 17 7 2 2. 0 8.4772880654782057e-004 -0.0907417908310890 0.0448530204594135 <_> <_> <_>7 16 7 4 -1. <_>7 18 7 2 2. 0 -0.0165457092225552 0.2532956898212433 -0.0169970802962780 <_> <_> <_>1 14 16 4 -1. <_>1 14 8 2 2. <_>9 16 8 2 2. 0 6.9274050183594227e-003 0.0389414615929127 -0.1396130025386810 <_> <_> <_>7 16 13 3 -1. <_>7 17 13 1 3. 0 -6.5109939314424992e-003 0.1561030000448227 -0.0244938805699348 <_> <_> <_>1 12 18 8 -1. <_>1 12 9 4 2. <_>10 16 9 4 2. 0 -4.9708629958331585e-003 -0.0982985869050026 0.0579038411378860 <_> <_> <_>14 3 4 10 -1. <_>14 8 4 5 2. 0 0.1307460963726044 -2.7071859221905470e-004 1.0000669956207275 <_> <_> <_>2 3 4 10 -1. <_>2 8 4 5 2. 0 -0.0267059206962585 -0.4257703125476837 0.0107059702277184 <_> <_> <_>2 1 16 12 -1. <_>2 7 16 6 2. 0 -0.1032906025648117 0.2589618861675263 -0.0184145905077457 <_> <_> <_>7 0 6 16 -1. <_>7 8 6 8 2. 0 -0.0201661307364702 -0.1145585030317307 0.0404395684599876 <_> <_> <_>7 1 8 12 -1. <_>7 7 8 6 2. 0 -4.2215920984745026e-003 0.0430392585694790 -0.0487358607351780 <_> <_> <_>2 12 15 8 -1. <_>7 12 5 8 3. 0 -0.0100388396531343 0.0716087371110916 -0.0662046074867249 <_> <_> <_>4 16 15 4 -1. <_>9 16 5 4 3. 0 0.0158330593258142 -0.0320668593049049 0.0899508967995644 <_> <_> <_>6 7 8 6 -1. <_>10 7 4 6 2. 0 3.4065160434693098e-003 0.0472160093486309 -0.1089878976345062 <_> <_> <_>1 8 18 12 -1. <_>1 8 9 12 2. 0 -9.8251160234212875e-003 0.1021322980523109 -0.0529021099209785 <_> <_> <_>0 17 15 3 -1. <_>5 17 5 3 3. 0 0.0168046299368143 -0.0371899902820587 0.1378764957189560 <_> <_> <_>9 2 6 17 -1. <_>11 2 2 17 3. 0 8.5175316780805588e-003 0.0271414406597614 -0.1356956064701080 <_> <_> <_>5 2 6 17 -1. <_>7 2 2 17 3. 0 -6.3797592883929610e-004 0.0692171901464462 -0.0906967371702194 <_> <_> <_>7 4 6 7 -1. <_>9 4 2 7 3. 0 -9.6052087610587478e-004 0.2247247993946075 -0.0240326393395662 <_> <_> <_>0 11 15 3 -1. <_>0 12 15 1 3. 0 7.2245922638103366e-004 -0.0467312000691891 0.0969055071473122 <_> <_> <_>9 10 11 6 -1. <_>9 12 11 2 3. 0 1.0769399814307690e-003 0.0382594913244247 -0.0666741579771042 <_> <_> <_>8 0 3 18 -1. <_>9 0 1 18 3. 0 0.0416201911866665 9.3473913148045540e-003 -0.4904668927192688 <_> <_> <_>14 11 4 8 -1. <_>14 15 4 4 2. 0 -8.1712089013308287e-004 0.0527974404394627 -0.0964580923318863 <_> <_> <_>1 11 15 8 -1. <_>1 15 15 4 2. 0 6.2240879051387310e-003 -0.0353507883846760 0.1648416072130203 <_> <_> <_>9 10 3 10 -1. <_>9 15 3 5 2. 0 2.0862540695816278e-003 0.0339587107300758 -0.1311400979757309 <_> <_> <_>1 6 18 9 -1. <_>1 9 18 3 3. 0 4.2804637923836708e-003 0.3010404109954834 -0.0162454508244991 <_> <_> <_>3 1 14 2 -1. <_>3 2 14 1 2. 0 -3.3040030393749475e-004 -0.1166545972228050 0.0381462089717388 <_> <_> <_>0 1 20 3 -1. <_>0 2 20 1 3. 0 2.8100309427827597e-003 0.0419405102729797 -0.1118030026555061 <_> <_> <_>5 0 14 2 -1. <_>5 1 14 1 2. 0 0.0198327396064997 -0.0117015698924661 0.2012213021516800 <_> <_> <_>3 8 12 10 -1. <_>7 8 4 10 3. 0 0.0708796828985214 -0.0181978195905685 0.2542958855628967 <_> <_> <_>8 2 4 12 -1. <_>8 6 4 4 3. 0 -0.0838939696550369 -0.3871923089027405 0.0117272902280092 <_> <_> <_>6 2 8 12 -1. <_>6 6 8 4 3. 0 0.0284776203334332 0.0137015199288726 -0.3249661922454834 <_> <_> <_>4 3 12 4 -1. <_>4 5 12 2 2. 0 0.0120773101225495 -0.0239758901298046 0.2523278892040253 <_> <_> <_>0 0 5 9 -1. <_>0 3 5 3 3. 0 -0.0756134092807770 -0.6086645126342773 8.2847801968455315e-003 <_> <_> <_>7 1 9 6 -1. <_>7 4 9 3 2. 0 -0.0175638608634472 0.1081158965826035 -0.0286227595061064 <_> <_> <_>2 10 6 10 -1. <_>4 10 2 10 3. 0 0.0118091097101569 0.0347582697868347 -0.1444471031427383 <_> <_> <_>2 5 17 14 -1. <_>2 12 17 7 2. 0 0.3345921933650971 3.5104870330542326e-003 -0.9150757789611816 <_> <_> <_>0 7 10 8 -1. <_>0 11 10 4 2. 0 0.0984478369355202 -0.0102903302758932 0.4794301986694336 <_> <_> <_>12 4 3 15 -1. <_>13 4 1 15 3. 0 -0.0402778387069702 -0.7379382848739624 4.8832078464329243e-003 <_> <_> <_>5 4 3 15 -1. <_>6 4 1 15 3. 0 4.6712718904018402e-003 0.0250373091548681 -0.1700375974178314 <_> <_> <_>8 7 12 5 -1. <_>12 7 4 5 3. 0 0.1395848989486694 1.9962170626968145e-003 -0.7154716849327087 <_> <_> <_>0 7 12 5 -1. <_>4 7 4 5 3. 0 0.0697427168488503 -8.4846932440996170e-003 0.5537828207015991 <_> <_> <_>3 6 14 3 -1. <_>3 7 14 1 3. 0 4.0283710695803165e-003 -0.0167180299758911 0.2391424030065537 <_> <_> <_>6 1 2 18 -1. <_>7 1 1 18 2. 0 0.0109117096289992 0.0157816596329212 -0.2681370973587036 <_> <_> <_>6 16 9 4 -1. <_>6 18 9 2 2. 0 -6.7120362073183060e-003 0.1108765974640846 -0.0313658788800240 <_> <_> <_>3 15 14 4 -1. <_>3 17 14 2 2. 0 -0.0134678203612566 -0.2074151933193207 0.0234590806066990 <_> <_> <_>7 16 13 3 -1. <_>7 17 13 1 3. 0 -2.1431609056890011e-003 0.0782745927572250 -0.0279594305902720 <_> <_> <_>0 4 12 4 -1. <_>4 4 4 4 3. 0 0.0151633704081178 0.0217278301715851 -0.1899544000625610 <_> <_> <_>6 4 14 4 -1. <_>13 4 7 2 2. <_>6 6 7 2 2. 0 -0.0185519494116306 0.1116416007280350 -0.0303740296512842 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -0.1108345985412598 -0.5637990832328796 7.6859779655933380e-003 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 5.6210728362202644e-003 0.0329302586615086 -0.1033701002597809 <_> <_> <_>3 12 10 8 -1. <_>3 12 5 4 2. <_>8 16 5 4 2. 0 3.0593289993703365e-003 -0.0688718035817146 0.0603897199034691 <_> <_> <_>12 10 5 9 -1. <_>12 13 5 3 3. 0 -6.9845258258283138e-004 0.0380809083580971 -0.0701129287481308 <_> <_> <_>0 13 14 4 -1. <_>0 13 7 2 2. <_>7 15 7 2 2. 0 -1.3236569939181209e-003 0.0750040933489800 -0.0639500468969345 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 -1.6736539546400309e-003 -0.1058039963245392 0.0494763888418674 <_> <_> <_>2 10 6 10 -1. <_>2 10 3 5 2. <_>5 15 3 5 2. 0 7.0728380233049393e-003 -0.0365821197628975 0.1312654018402100 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 1.8164990469813347e-003 0.0399538315832615 -0.0515895783901215 <_> <_> <_>0 14 7 6 -1. <_>0 16 7 2 3. 0 4.1909920983016491e-003 0.0486651994287968 -0.1059850975871086 <_> <_> <_>0 12 20 6 -1. <_>0 15 20 3 2. 0 0.1194002032279968 -6.7811049520969391e-003 0.7452349066734314 <_> <_> <_>1 16 16 4 -1. <_>1 18 16 2 2. 0 -1.4965030131861567e-003 0.0668059363961220 -0.0677984729409218 <_> <_> <_>12 10 5 9 -1. <_>12 13 5 3 3. 0 -0.1172299981117249 -0.8786048889160156 1.8648250261321664e-003 <_> <_> <_>3 10 5 9 -1. <_>3 13 5 3 3. 0 3.2925528939813375e-003 0.0356349013745785 -0.1503078937530518 <_> <_> <_>5 8 13 12 -1. <_>5 12 13 4 3. 0 0.0684935674071312 -9.8042488098144531e-003 0.3016194105148315 <_> <_> <_>5 5 10 6 -1. <_>5 5 5 3 2. <_>10 8 5 3 2. 0 2.1837449166923761e-003 -0.0534208491444588 0.0856263265013695 <_> <_> <_>5 5 10 6 -1. <_>10 5 5 3 2. <_>5 8 5 3 2. 0 6.9181360304355621e-003 -0.0436855182051659 0.1270675957202911 <_> <_> <_>0 3 13 2 -1. <_>0 4 13 1 2. 0 -1.5878600534051657e-003 -0.1264044046401978 0.0390260890126228 <_> <_> <_>8 2 12 4 -1. <_>8 4 12 2 2. 0 3.8289129734039307e-003 0.0390253812074661 -0.0796756893396378 <_> <_> <_>5 0 8 6 -1. <_>5 2 8 2 3. 0 0.0122532602399588 -0.0448096282780170 0.0977727100253105 <_> <_> <_>5 2 14 4 -1. <_>12 2 7 2 2. <_>5 4 7 2 2. 0 6.4031239598989487e-003 0.0335796102881432 -0.1330029964447022 <_> <_> <_>5 0 10 8 -1. <_>5 4 10 4 2. 0 7.0500532165169716e-003 -0.0511214099824429 0.1177240014076233 <_> <_> <_>12 0 8 4 -1. <_>12 2 8 2 2. 0 0.0132167302072048 0.0264540091156960 -0.1319022029638290 <_> <_> <_>8 9 4 8 -1. <_>8 13 4 4 2. 0 6.7367991432547569e-003 -0.0101531995460391 0.4157046973705292 <_> <_> <_>9 10 5 8 -1. <_>9 14 5 4 2. 0 2.4951510131359100e-003 0.0146310199052095 -0.1656035929918289 <_> <_> <_>0 14 12 4 -1. <_>6 14 6 4 2. 0 0.0383029989898205 7.2940620593726635e-003 -0.6074460744857788 <_> <_> <_>4 6 14 4 -1. <_>11 6 7 2 2. <_>4 8 7 2 2. 0 -0.0164910592138767 0.1678835004568100 -0.0150621701031923 <_> <_> <_>4 4 11 10 -1. <_>4 9 11 5 2. 0 -0.0270716398954391 -0.4638155102729797 0.0103350598365068 <_> <_> <_>7 1 9 12 -1. <_>7 7 9 6 2. 0 -0.0587149597704411 0.1486099958419800 -0.0166637301445007 <_> <_> <_>8 5 3 15 -1. <_>8 10 3 5 3. 0 9.2380512505769730e-003 0.0438303388655186 -0.1061268970370293 <_> <_> <_>7 13 13 3 -1. <_>7 14 13 1 3. 0 3.0808299779891968e-003 -0.0367814898490906 0.0895591974258423 <_> <_> <_>0 4 20 6 -1. <_>0 6 20 2 3. 0 2.9910521116107702e-003 0.0160191897302866 -0.2917783856391907 <_> <_> <_>5 3 12 4 -1. <_>5 5 12 2 2. 0 0.0447866097092628 -6.7814979702234268e-003 0.3669516146183014 <_> <_> <_>6 11 8 8 -1. <_>6 11 4 4 2. <_>10 15 4 4 2. 0 -2.9985690489411354e-003 -0.0903160721063614 0.0480480417609215 <_> <_> <_>5 15 13 3 -1. <_>5 16 13 1 3. 0 -8.9135952293872833e-003 0.1690360009670258 -0.0218804609030485 <_> <_> <_>0 13 18 4 -1. <_>0 13 9 2 2. <_>9 15 9 2 2. 0 -0.0395982004702091 -0.4488484859466553 0.0100272195413709 <_> <_> <_>10 0 3 13 -1. <_>11 0 1 13 3. 0 -0.0370648093521595 -0.4418356120586395 2.2891450207680464e-003 <_> <_> <_>7 0 3 13 -1. <_>8 0 1 13 3. 0 -9.3376229051500559e-004 0.0736330598592758 -0.0589016899466515 <_> <_> <_>2 0 18 18 -1. <_>8 0 6 18 3. 0 0.0808877572417259 -0.0249635800719261 0.0603037588298321 <_> <_> <_>2 2 12 15 -1. <_>2 7 12 5 3. 0 -0.0306975692510605 -0.1781900972127914 0.0260902903974056 <_> <_> <_>7 1 11 18 -1. <_>7 7 11 6 3. 0 -0.1849526017904282 0.3490122854709625 -3.8219890557229519e-003 <_> <_> <_>8 5 4 14 -1. <_>8 5 2 7 2. <_>10 12 2 7 2. 0 0.0112183196470141 -0.0267815496772528 0.1743142008781433 <_> <_> <_>10 5 3 14 -1. <_>10 12 3 7 2. 0 6.2761609442532063e-003 0.0145324403420091 -0.1186456978321075 <_> <_> <_>7 5 3 14 -1. <_>7 12 3 7 2. 0 -8.8509358465671539e-003 -0.1051568984985352 0.0576556809246540 <_> <_> <_>3 4 14 4 -1. <_>3 6 14 2 2. 0 -0.0385757982730865 0.1500456035137177 -0.0360802002251148 <_> <_> <_>0 5 20 4 -1. <_>0 5 10 2 2. <_>10 7 10 2 2. 0 -0.0527202114462852 -0.4755679070949554 0.0111260702833533 -1.1474020481109619 43 -1 <_> <_> <_> <_>8 4 4 14 -1. <_>8 11 4 7 2. 0 -3.8506588898599148e-003 0.1120956987142563 -0.2733029127120972 <_> <_> <_>15 3 4 16 -1. <_>17 3 2 8 2. <_>15 11 2 8 2. 0 -0.0494272597134113 0.3927012085914612 -0.0398718491196632 <_> <_> <_>2 0 4 7 -1. <_>4 0 2 7 2. 0 1.3538210187107325e-003 -0.1596504002809525 0.1252105981111527 <_> <_> <_>12 6 5 9 -1. <_>12 9 5 3 3. 0 3.9328690618276596e-003 -0.3404383957386017 0.0474374890327454 <_> <_> <_>2 1 8 6 -1. <_>2 3 8 2 3. 0 2.3011169396340847e-003 -0.2082774937152863 0.0748917013406754 <_> <_> <_>10 1 4 8 -1. <_>10 1 2 8 2. 0 5.9128052089363337e-004 -0.2084272056818008 0.0377987809479237 <_> <_> <_>6 1 4 8 -1. <_>8 1 2 8 2. 0 1.7478190129622817e-003 -0.1963517963886261 0.0645820274949074 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 5.8316658250987530e-003 0.0315820388495922 -0.1908458024263382 <_> <_> <_>4 6 5 6 -1. <_>4 9 5 3 2. 0 1.2435190146788955e-003 -0.5321357846260071 0.0221622306853533 <_> <_> <_>7 15 7 4 -1. <_>7 17 7 2 2. 0 1.6247769817709923e-003 -0.1327618062496185 0.0801356732845306 <_> <_> <_>8 6 4 8 -1. <_>8 10 4 4 2. 0 -2.2734089288860559e-003 -0.1734469980001450 0.0547829903662205 <_> <_> <_>10 10 7 6 -1. <_>10 12 7 2 3. 0 0.0578590594232082 -1.5829589683562517e-003 -0.6636794209480286 <_> <_> <_>3 10 7 6 -1. <_>3 12 7 2 3. 0 5.7728560641407967e-003 0.0398151688277721 -0.2291924953460693 <_> <_> <_>8 6 6 12 -1. <_>11 6 3 6 2. <_>8 12 3 6 2. 0 -0.0440396107733250 0.2179328054189682 -0.0235340092331171 <_> <_> <_>5 6 4 14 -1. <_>5 6 2 7 2. <_>7 13 2 7 2. 0 3.0226248782128096e-004 -0.0894195809960365 0.1104286983609200 <_> <_> <_>0 15 20 2 -1. <_>0 15 10 2 2. 0 -0.0344708599150181 -0.3666667938232422 0.0278582796454430 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 0.0324603989720345 0.0157338809221983 -0.4973374903202057 <_> <_> <_>6 15 13 2 -1. <_>6 16 13 1 2. 0 9.9335552658885717e-004 -0.0918009430170059 0.0840039774775505 <_> <_> <_>0 17 19 3 -1. <_>0 18 19 1 3. 0 -0.0234738308936358 -0.4437566995620728 0.0151480101048946 <_> <_> <_>9 5 6 10 -1. <_>12 5 3 5 2. <_>9 10 3 5 2. 0 -2.9013049788773060e-003 0.0546423494815826 -0.2015652954578400 <_> <_> <_>3 3 13 2 -1. <_>3 4 13 1 2. 0 -6.5832951804623008e-004 -0.1228576973080635 0.0567078888416290 <_> <_> <_>2 0 17 6 -1. <_>2 2 17 2 3. 0 2.0407158881425858e-003 -0.1089906990528107 0.0599336996674538 <_> <_> <_>1 3 4 16 -1. <_>1 3 2 8 2. <_>3 11 2 8 2. 0 -0.0131614999845624 0.1409195959568024 -0.0473962016403675 <_> <_> <_>12 10 8 6 -1. <_>12 12 8 2 3. 0 -4.2273551225662231e-003 -0.1249826997518539 0.0511246584355831 <_> <_> <_>1 7 12 4 -1. <_>5 7 4 4 3. 0 7.6580629684031010e-003 0.0387734808027744 -0.1809569001197815 <_> <_> <_>14 0 6 5 -1. <_>14 0 3 5 2. 0 -5.1912548951804638e-003 0.1254525929689407 -0.0440125800669193 <_> <_> <_>3 0 14 6 -1. <_>10 0 7 6 2. 0 0.1187459006905556 -0.0148014798760414 0.4007121026515961 <_> <_> <_>7 9 6 10 -1. <_>10 9 3 5 2. <_>7 14 3 5 2. 0 4.5105828903615475e-003 0.0533368512988091 -0.1570904999971390 <_> <_> <_>0 14 18 6 -1. <_>6 14 6 6 3. 0 0.0450153797864914 -0.0332787781953812 0.2053513973951340 <_> <_> <_>11 0 6 16 -1. <_>14 0 3 8 2. <_>11 8 3 8 2. 0 -2.0866969134658575e-003 0.0421035289764404 -0.1036178991198540 <_> <_> <_>5 10 4 7 -1. <_>7 10 2 7 2. 0 -1.3008449459448457e-003 0.0644244700670242 -0.0978970602154732 <_> <_> <_>11 10 4 8 -1. <_>11 10 2 8 2. 0 -1.3591230381280184e-003 0.0729873478412628 -0.0944510027766228 <_> <_> <_>5 10 4 8 -1. <_>7 10 2 8 2. 0 -7.4056759476661682e-003 -0.1532036066055298 0.0532420016825199 <_> <_> <_>16 0 3 13 -1. <_>17 0 1 13 3. 0 2.0208859350532293e-003 -0.0332455299794674 0.0603197105228901 <_> <_> <_>1 14 16 6 -1. <_>9 14 8 6 2. 0 -0.0103421499952674 0.0855105593800545 -0.0839208289980888 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 0.0248658601194620 0.0126394601538777 -0.3475719988346100 <_> <_> <_>5 0 10 6 -1. <_>5 3 10 3 2. 0 0.0997986570000649 -0.0188239701092243 0.3446500003337860 <_> <_> <_>6 4 14 15 -1. <_>6 9 14 5 3. 0 0.0212013907730579 -0.1046779975295067 0.0314945094287395 <_> <_> <_>3 1 14 4 -1. <_>3 1 7 2 2. <_>10 3 7 2 2. 0 -5.1909908652305603e-003 -0.1579234004020691 0.0502699613571167 <_> <_> <_>8 3 6 10 -1. <_>11 3 3 5 2. <_>8 8 3 5 2. 0 0.0669612288475037 3.2651789952069521e-003 -0.5604916810989380 <_> <_> <_>6 3 6 10 -1. <_>6 3 3 5 2. <_>9 8 3 5 2. 0 0.0118091097101569 -0.0285137891769409 0.2122631967067719 <_> <_> <_>12 4 3 10 -1. <_>12 9 3 5 2. 0 -0.0176456607878208 -0.4450336098670960 5.0029670819640160e-003 <_> <_> <_>5 4 3 10 -1. <_>5 9 3 5 2. 0 -6.8918941542506218e-003 -0.4219962060451508 0.0148130403831601 <_> <_> <_>11 0 6 5 -1. <_>11 0 3 5 2. 0 2.1675550378859043e-003 -0.1312519013881683 0.0671404227614403 <_> <_> <_>5 7 10 6 -1. <_>5 7 5 3 2. <_>10 10 5 3 2. 0 -3.3283489756286144e-003 -0.1076532974839211 0.0536107681691647 <_> <_> <_>1 10 19 3 -1. <_>1 11 19 1 3. 0 0.0488696210086346 6.4427889883518219e-003 -0.6456328034400940 <_> <_> <_>1 0 3 13 -1. <_>2 0 1 13 3. 0 7.2693959809839725e-003 -0.0396036207675934 0.1536964029073715 <_> <_> <_>14 1 6 16 -1. <_>16 1 2 16 3. 0 0.0888499915599823 -0.0132344001904130 0.2855528891086578 <_> <_> <_>3 5 14 12 -1. <_>3 5 7 6 2. <_>10 11 7 6 2. 0 0.0154559500515461 0.0396941006183624 -0.1720626950263977 <_> <_> <_>14 1 6 16 -1. <_>16 1 2 16 3. 0 -0.0137472003698349 0.1007926985621452 -0.0438120290637016 <_> <_> <_>0 1 6 16 -1. <_>2 1 2 16 3. 0 -0.0228057503700256 0.1501417011022568 -0.0437677986919880 <_> <_> <_>4 2 12 4 -1. <_>8 2 4 4 3. 0 0.0238380394876003 0.0539012812077999 -0.1461029052734375 <_> <_> <_>3 9 12 6 -1. <_>3 12 12 3 2. 0 -0.1018162965774536 0.3190504014492035 -0.0200115907937288 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 7.1074268780648708e-003 0.0562441796064377 -0.1258756071329117 <_> <_> <_>8 0 2 13 -1. <_>9 0 1 13 2. 0 7.6678092591464520e-004 -0.1070419028401375 0.0664362981915474 <_> <_> <_>8 9 6 10 -1. <_>11 9 3 5 2. <_>8 14 3 5 2. 0 3.7424071342684329e-004 -0.0378262996673584 0.0472349897027016 <_> <_> <_>6 9 6 10 -1. <_>6 9 3 5 2. <_>9 14 3 5 2. 0 -2.0078169181942940e-003 -0.0933162868022919 0.0676416084170341 <_> <_> <_>5 17 10 3 -1. <_>5 17 5 3 2. 0 0.0334690511226654 -0.0279261507093906 0.2529337108135223 <_> <_> <_>7 2 2 18 -1. <_>8 2 1 18 2. 0 -0.0155070303007960 -0.5514515042304993 0.0128211602568626 <_> <_> <_>5 14 15 6 -1. <_>10 14 5 6 3. 0 -0.0192487090826035 0.0526886284351349 -0.0303649902343750 <_> <_> <_>0 9 7 6 -1. <_>0 11 7 2 3. 0 -0.0175560303032398 -0.3324734866619110 0.0187803804874420 <_> <_> <_>5 14 15 6 -1. <_>10 14 5 6 3. 0 0.0193243809044361 -0.0324584618210793 0.0949869975447655 <_> <_> <_>0 14 15 6 -1. <_>5 14 5 6 3. 0 -0.0203671604394913 0.1134840026497841 -0.0584348216652870 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 5.1770661957561970e-003 0.0470305606722832 -0.0849603265523911 <_> <_> <_>2 4 4 14 -1. <_>2 4 2 7 2. <_>4 11 2 7 2. 0 1.9768481142818928e-003 -0.0707941427826881 0.1037515029311180 <_> <_> <_>11 1 6 12 -1. <_>14 1 3 6 2. <_>11 7 3 6 2. 0 -7.0216279709711671e-004 0.0307817291468382 -0.1017082035541534 <_> <_> <_>3 1 6 12 -1. <_>3 1 3 6 2. <_>6 7 3 6 2. 0 -2.4710369762033224e-003 0.0515776202082634 -0.1192080974578857 <_> <_> <_>4 7 15 6 -1. <_>9 7 5 6 3. 0 0.0232785400003195 0.0301915705204010 -0.0939378887414932 <_> <_> <_>1 0 6 10 -1. <_>1 0 3 5 2. <_>4 5 3 5 2. 0 0.0136738196015358 -0.0267589595168829 0.2401420027017593 <_> <_> <_>8 13 9 5 -1. <_>11 13 3 5 3. 0 -8.3967903628945351e-003 -0.0504037700593472 0.0223681107163429 <_> <_> <_>0 0 9 7 -1. <_>3 0 3 7 3. 0 0.0478784702718258 -0.0237580500543118 0.2648639082908630 <_> <_> <_>9 7 8 5 -1. <_>9 7 4 5 2. 0 -0.0224835202097893 -0.2304278016090393 0.0128406798467040 <_> <_> <_>3 7 8 5 -1. <_>7 7 4 5 2. 0 -0.0108839897438884 -0.1838018000125885 0.0326397083699703 <_> <_> <_>4 0 12 19 -1. <_>8 0 4 19 3. 0 -0.0449019894003868 0.2419596016407013 -0.0265072807669640 <_> <_> <_>3 8 8 6 -1. <_>7 8 4 6 2. 0 -0.0830429270863533 -0.8049132823944092 7.5420029461383820e-003 <_> <_> <_>15 2 5 6 -1. <_>15 5 5 3 2. 0 -3.7240530364215374e-003 -0.0802282392978668 0.0315844714641571 <_> <_> <_>3 1 13 10 -1. <_>3 6 13 5 2. 0 -7.3502189479768276e-003 0.0689622312784195 -0.0973912477493286 <_> <_> <_>14 0 3 10 -1. <_>14 5 3 5 2. 0 5.5313981138169765e-003 -0.0301807206124067 0.0601748004555702 <_> <_> <_>0 1 20 8 -1. <_>0 1 10 4 2. <_>10 5 10 4 2. 0 0.0172930806875229 0.0407321006059647 -0.1560066044330597 <_> <_> <_>8 6 6 12 -1. <_>11 6 3 6 2. <_>8 12 3 6 2. 0 -3.3298740163445473e-003 0.0410010889172554 -0.0769090279936790 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 -4.9308240413665771e-003 0.1703153997659683 -0.0405822396278381 <_> <_> <_>8 10 6 10 -1. <_>10 10 2 10 3. 0 8.6011141538619995e-003 0.0316569209098816 -0.1405003964900971 <_> <_> <_>9 3 2 14 -1. <_>9 10 2 7 2. 0 0.0136743402108550 -0.0218457095324993 0.3012866079807282 <_> <_> <_>11 1 4 18 -1. <_>11 1 2 18 2. 0 -0.0113754197955132 -0.1568734049797058 0.0282560195773840 <_> <_> <_>5 1 4 18 -1. <_>7 1 2 18 2. 0 -4.2750681750476360e-003 -0.1215597018599510 0.0501467995345593 <_> <_> <_>7 1 8 5 -1. <_>7 1 4 5 2. 0 0.0164847597479820 -0.0365578904747963 0.1258372962474823 <_> <_> <_>5 5 6 8 -1. <_>7 5 2 8 3. 0 -0.0390569008886814 0.2405312955379486 -0.0269838906824589 <_> <_> <_>12 9 7 6 -1. <_>12 11 7 2 3. 0 -5.7546719908714294e-003 -0.1333768069744110 0.0202660206705332 <_> <_> <_>1 9 7 6 -1. <_>1 11 7 2 3. 0 5.1583289168775082e-003 0.0646663904190063 -0.1142849996685982 <_> <_> <_>9 10 7 4 -1. <_>9 12 7 2 2. 0 -3.0463270377367735e-003 0.0450186803936958 -0.0815735906362534 <_> <_> <_>0 2 5 9 -1. <_>0 5 5 3 3. 0 7.4743861332535744e-003 0.0312467105686665 -0.1892973035573959 <_> <_> <_>10 2 6 9 -1. <_>10 5 6 3 3. 0 1.6480450285598636e-003 -0.0258950404822826 0.1865288019180298 <_> <_> <_>0 1 18 6 -1. <_>0 1 9 3 2. <_>9 4 9 3 2. 0 4.5184311456978321e-003 0.0548034682869911 -0.1044400036334992 <_> <_> <_>5 6 14 3 -1. <_>5 7 14 1 3. 0 -3.3209871035069227e-003 0.0439594015479088 -0.0812404826283455 <_> <_> <_>0 12 6 5 -1. <_>3 12 3 5 2. 0 5.2665979601442814e-003 -0.0448534712195396 0.1134390980005264 <_> <_> <_>10 10 9 6 -1. <_>13 10 3 6 3. 0 -4.7867707908153534e-003 0.0763190090656281 -0.0285511706024408 <_> <_> <_>0 9 5 9 -1. <_>0 12 5 3 3. 0 -0.0447101183235645 -0.3479571938514710 0.0149282300844789 <_> <_> <_>8 0 8 19 -1. <_>8 0 4 19 2. 0 4.3861730955541134e-003 0.0745409503579140 -0.0462980717420578 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 9.2240851372480392e-003 -0.0586261786520481 0.0986934080719948 <_> <_> <_>9 0 2 13 -1. <_>9 0 1 13 2. 0 -1.1849260190501809e-003 0.1002314016222954 -0.0567296408116817 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -0.0185465402901173 -0.3823617100715637 0.0151415299624205 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 3.4743950236588717e-003 0.0265239104628563 -0.1128982976078987 <_> <_> <_>3 9 9 6 -1. <_>6 9 3 6 3. 0 0.1027401983737946 -6.6097700037062168e-003 0.7756177783012390 <_> <_> <_>6 4 12 14 -1. <_>10 4 4 14 3. 0 0.2047939002513886 6.9657550193369389e-003 -0.3598898053169251 <_> <_> <_>2 4 12 14 -1. <_>6 4 4 14 3. 0 0.1209406033158302 0.0181744508445263 -0.3353117108345032 <_> <_> <_>7 1 8 5 -1. <_>7 1 4 5 2. 0 0.0122242299839854 -0.0314540490508080 0.0790049731731415 <_> <_> <_>4 0 8 19 -1. <_>8 0 4 19 2. 0 0.1517646014690399 -0.0108266696333885 0.4558309018611908 <_> <_> <_>8 13 9 5 -1. <_>11 13 3 5 3. 0 -0.0996921509504318 -0.3542217910289764 3.1256359070539474e-003 <_> <_> <_>3 13 9 5 -1. <_>6 13 3 5 3. 0 -6.3465638086199760e-003 -0.1109881997108460 0.0537353083491325 <_> <_> <_>4 1 12 4 -1. <_>8 1 4 4 3. 0 -6.7007602192461491e-003 0.1891009062528610 -0.0309301596134901 <_> <_> <_>1 2 8 18 -1. <_>1 2 4 9 2. <_>5 11 4 9 2. 0 -0.1010119989514351 0.2376350015401840 -0.0222139693796635 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.0461110211908817 -0.0375433303415775 0.0487337596714497 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1414680927991867 0.0111480196937919 -0.5147436261177063 <_> <_> <_>11 11 6 9 -1. <_>11 14 6 3 3. 0 -0.0113944998010993 -0.0708243027329445 0.0317593701183796 <_> <_> <_>3 11 6 9 -1. <_>3 14 6 3 3. 0 3.1667309813201427e-003 0.0411772802472115 -0.1490058004856110 <_> <_> <_>8 14 10 6 -1. <_>13 14 5 3 2. <_>8 17 5 3 2. 0 8.9959725737571716e-003 -0.0411865115165710 0.0728167816996574 <_> <_> <_>7 13 6 7 -1. <_>9 13 2 7 3. 0 -0.0615592710673809 -0.7393764257431030 6.6859079524874687e-003 <_> <_> <_>9 5 7 6 -1. <_>9 7 7 2 3. 0 -3.5607949830591679e-003 0.0132605098187923 -0.0611508190631866 <_> <_> <_>4 5 7 6 -1. <_>4 7 7 2 3. 0 -0.1247633993625641 -0.7858049869537354 6.2701301649212837e-003 <_> <_> <_>3 0 17 16 -1. <_>3 8 17 8 2. 0 0.6273918747901917 3.5465341061353683e-003 -0.7336381077766419 <_> <_> <_>0 0 19 3 -1. <_>0 1 19 1 3. 0 0.0342191606760025 8.2031572237610817e-003 -0.5333021283149719 <_> <_> <_>11 1 5 9 -1. <_>11 4 5 3 3. 0 1.0574149928288534e-004 -0.0503547005355358 0.0470194891095161 <_> <_> <_>4 1 10 6 -1. <_>4 4 10 3 2. 0 -0.0321122892200947 0.1708530038595200 -0.0347341410815716 <_> <_> <_>7 10 12 9 -1. <_>7 13 12 3 3. 0 -0.0161408390849829 -0.0647530928254128 0.0569431111216545 <_> <_> <_>1 10 12 3 -1. <_>7 10 6 3 2. 0 0.0197372809052467 -0.0180651806294918 0.2618342041969299 <_> <_> <_>7 8 6 12 -1. <_>10 8 3 6 2. <_>7 14 3 6 2. 0 0.0278954505920410 0.0176410600543022 -0.3095115125179291 <_> <_> <_>2 14 10 6 -1. <_>2 14 5 3 2. <_>7 17 5 3 2. 0 3.5123159177601337e-003 -0.0834470689296722 0.0650159716606140 <_> <_> <_>6 9 8 8 -1. <_>10 9 4 4 2. <_>6 13 4 4 2. 0 -4.4775637798011303e-003 -0.1242344975471497 0.0470611192286015 <_> <_> <_>1 17 18 3 -1. <_>7 17 6 3 3. 0 -6.1348858289420605e-003 0.1024826988577843 -0.0597009584307671 <_> <_> <_>6 6 10 6 -1. <_>11 6 5 3 2. <_>6 9 5 3 2. 0 0.0140479598194361 0.0148333795368671 -0.1122959032654762 <_> <_> <_>4 6 10 6 -1. <_>4 6 5 3 2. <_>9 9 5 3 2. 0 1.1907520238310099e-003 0.0499866902828217 -0.1169629022479057 <_> <_> <_>6 14 9 5 -1. <_>9 14 3 5 3. 0 0.0176173895597458 -0.0176877006888390 0.1541609019041061 <_> <_> <_>6 10 6 10 -1. <_>8 10 2 10 3. 0 -4.9166870303452015e-003 -0.1022718027234078 0.0469943918287754 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -3.9010820910334587e-003 0.1422944962978363 -0.0453127995133400 <_> <_> <_>8 8 4 7 -1. <_>10 8 2 7 2. 0 -1.7458139918744564e-003 -0.1085309013724327 0.0756895616650581 <_> <_> <_>8 10 8 4 -1. <_>8 12 8 2 2. 0 -1.2748650042340159e-003 0.0223845206201077 -0.0751505270600319 <_> <_> <_>0 0 10 9 -1. <_>0 3 10 3 3. 0 -0.0791095569729805 0.4877392947673798 -9.6941655501723289e-003 <_> <_> <_>9 1 8 4 -1. <_>9 3 8 2 2. 0 -0.0141032701358199 -0.2326368987560272 0.0150915598496795 <_> <_> <_>4 5 5 6 -1. <_>4 8 5 3 2. 0 -2.2076119203120470e-003 0.1926839947700501 -0.0254290606826544 <_> <_> <_>8 6 9 4 -1. <_>8 8 9 2 2. 0 0.0396260581910610 -0.0156307592988014 0.1227002963423729 <_> <_> <_>0 0 3 13 -1. <_>1 0 1 13 3. 0 -7.8973636846058071e-005 -0.0732576474547386 0.0658486932516098 <_> <_> <_>13 1 6 11 -1. <_>15 1 2 11 3. 0 5.1964947488158941e-004 -0.1136638000607491 0.0811334922909737 <_> <_> <_>1 1 6 11 -1. <_>3 1 2 11 3. 0 -1.1722079943865538e-003 -0.0976026430726051 0.0598395690321922 <_> <_> <_>11 0 6 5 -1. <_>11 0 3 5 2. 0 3.9326730184257030e-003 -0.0570261515676975 0.0422261282801628 <_> <_> <_>4 2 6 17 -1. <_>6 2 2 17 3. 0 -0.0873861536383629 -0.3789604902267456 0.0128692798316479 <_> <_> <_>8 12 8 8 -1. <_>12 12 4 4 2. <_>8 16 4 4 2. 0 -0.0213240403681993 0.3088644146919251 -0.0177342407405376 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -2.3385910317301750e-003 -0.1132232025265694 0.0439149402081966 <_> <_> <_>6 6 8 4 -1. <_>6 8 8 2 2. 0 1.5183660434558988e-003 -0.1433762013912201 0.0394417084753513 <_> <_> <_>2 10 9 6 -1. <_>2 13 9 3 2. 0 -0.1108551993966103 0.7403758764266968 -6.7982021719217300e-003 <_> <_> <_>9 11 11 6 -1. <_>9 14 11 3 2. 0 -0.0100091202184558 -0.0392032302916050 0.0317492112517357 <_> <_> <_>3 11 14 8 -1. <_>3 11 7 4 2. <_>10 15 7 4 2. 0 -0.0209164302796125 0.1892773061990738 -0.0304902307689190 <_> <_> <_>8 4 4 10 -1. <_>8 9 4 5 2. 0 7.4165337719023228e-003 0.0467974506318569 -0.1111361011862755 <_> <_> <_>1 12 13 3 -1. <_>1 13 13 1 3. 0 3.3599510788917542e-003 -0.0452549904584885 0.1150840967893601 <_> <_> <_>9 7 4 12 -1. <_>9 11 4 4 3. 0 -5.7189498329535127e-004 -0.0634720772504807 0.0520499497652054 <_> <_> <_>0 14 7 6 -1. <_>0 17 7 3 2. 0 -0.0681202933192253 0.5080602765083313 -9.5091843977570534e-003 <_> <_> <_>13 11 7 6 -1. <_>13 13 7 2 3. 0 2.5180799420922995e-003 0.0553053207695484 -0.1440276950597763 <_> <_> <_>4 4 12 16 -1. <_>4 12 12 8 2. 0 0.0560552515089512 -0.0233591701835394 0.2193540036678314 <_> <_> <_>11 10 9 4 -1. <_>11 12 9 2 2. 0 -0.0403867103159428 -0.1918344050645828 7.8779058530926704e-003 <_> <_> <_>0 10 9 4 -1. <_>0 12 9 2 2. 0 3.1857648864388466e-003 0.0276057794690132 -0.2008430957794190 <_> <_> <_>2 11 16 6 -1. <_>2 14 16 3 2. 0 0.0251595508307219 0.0112656997516751 -0.4362818002700806 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 -2.7010419871658087e-003 0.1133650019764900 -0.0469042696058750 <_> <_> <_>7 0 6 7 -1. <_>9 0 2 7 3. 0 -0.0300568901002407 -0.6236873269081116 7.3214052245020866e-003 <_> <_> <_>0 11 12 4 -1. <_>4 11 4 4 3. 0 -0.1208802014589310 -0.8642836809158325 4.3813590891659260e-003 <_> <_> <_>11 9 6 8 -1. <_>13 9 2 8 3. 0 4.0104859508574009e-003 -0.0534716509282589 0.0711138024926186 <_> <_> <_>3 9 6 8 -1. <_>5 9 2 8 3. 0 -2.9688570648431778e-003 0.1007663011550903 -0.0492339283227921 <_> <_> <_>11 0 2 19 -1. <_>11 0 1 19 2. 0 -3.7600689101964235e-003 -0.2092870026826859 0.0265496801584959 <_> <_> <_>5 10 4 8 -1. <_>7 10 2 8 2. 0 -1.5982619952410460e-003 0.0610701888799667 -0.0796235725283623 <_> <_> <_>13 14 7 6 -1. <_>13 16 7 2 3. 0 5.4285880178213120e-003 0.0397665798664093 -0.1174684986472130 <_> <_> <_>1 15 13 3 -1. <_>1 16 13 1 3. 0 1.0872900020331144e-003 -0.0645962283015251 0.0749644264578819 <_> <_> <_>5 15 13 3 -1. <_>5 16 13 1 3. 0 -2.8442030306905508e-003 0.1173835024237633 -0.0401594005525112 <_> <_> <_>4 16 9 4 -1. <_>4 18 9 2 2. 0 0.0355461016297340 0.0121949696913362 -0.4218482077121735 <_> <_> <_>7 13 7 6 -1. <_>7 15 7 2 3. 0 -0.0485429503023624 0.3129276931285858 -0.0127738304436207 <_> <_> <_>3 14 14 4 -1. <_>3 14 7 2 2. <_>10 16 7 2 2. 0 -0.0307321008294821 -0.5063123703002930 0.0106007298454642 <_> <_> <_>13 0 7 14 -1. <_>13 7 7 7 2. 0 0.0130669297650456 -0.0500031188130379 0.0440059304237366 <_> <_> <_>0 0 7 14 -1. <_>0 7 7 7 2. 0 0.2920064032077789 5.3693680092692375e-003 -0.8903915882110596 <_> <_> <_>3 2 16 4 -1. <_>3 2 8 4 2. 0 -8.7579451501369476e-003 0.0966667309403419 -0.0313106589019299 <_> <_> <_>6 2 4 8 -1. <_>6 6 4 4 2. 0 -2.3599369451403618e-003 0.0430462807416916 -0.1099243015050888 <_> <_> <_>10 0 3 14 -1. <_>10 7 3 7 2. 0 6.9077489897608757e-003 -0.0291741602122784 0.0891748964786530 <_> <_> <_>1 7 18 9 -1. <_>1 10 18 3 3. 0 0.0208496898412704 0.1261470019817352 -0.0443581007421017 <_> <_> <_>6 5 9 14 -1. <_>9 5 3 14 3. 0 -0.0588464215397835 0.2166150063276291 -8.7285088375210762e-003 <_> <_> <_>5 5 9 14 -1. <_>8 5 3 14 3. 0 2.5576311163604259e-003 -0.1164821013808250 0.0547560192644596 <_> <_> <_>11 2 2 15 -1. <_>11 2 1 15 2. 0 3.8973900955170393e-003 0.0357594899833202 -0.0978685617446899 <_> <_> <_>6 8 4 8 -1. <_>8 8 2 8 2. 0 -1.2494160328060389e-003 0.0913479626178741 -0.0578171797096729 <_> <_> <_>6 10 10 9 -1. <_>6 13 10 3 3. 0 3.4928850363940001e-003 0.0206342209130526 -0.1449493020772934 <_> <_> <_>0 16 14 4 -1. <_>0 16 7 2 2. <_>7 18 7 2 2. 0 -0.0113785099238157 0.2120326012372971 -0.0241508502513170 <_> <_> <_>9 5 4 13 -1. <_>9 5 2 13 2. 0 -0.0440604500472546 0.4226736128330231 -4.7765900380909443e-003 <_> <_> <_>4 11 12 4 -1. <_>8 11 4 4 3. 0 -8.3084795624017715e-003 -0.0849286466836929 0.0602280907332897 <_> <_> <_>6 17 14 2 -1. <_>6 17 7 2 2. 0 -9.1945994645357132e-003 0.0723187029361725 -0.0204722601920366 <_> <_> <_>0 9 14 2 -1. <_>7 9 7 2 2. 0 0.0655751079320908 5.0813751295208931e-003 -0.8969318866729736 <_> <_> <_>16 0 4 15 -1. <_>16 0 2 15 2. 0 0.1851042062044144 2.2485901135951281e-003 -0.7512516975402832 <_> <_> <_>0 0 4 10 -1. <_>2 0 2 10 2. 0 -0.1760881990194321 -0.7896922230720520 5.2678477950394154e-003 <_> <_> <_>16 8 4 12 -1. <_>16 12 4 4 3. 0 0.0983497127890587 2.8081049676984549e-003 -0.2582851946353912 <_> <_> <_>0 8 4 12 -1. <_>0 12 4 4 3. 0 -1.8191979324910790e-004 -0.0862061008810997 0.0522947981953621 <_> <_> <_>12 12 8 6 -1. <_>12 14 8 2 3. 0 -5.2928649820387363e-003 -0.0546002388000488 0.0283046308904886 <_> <_> <_>0 12 8 6 -1. <_>0 14 8 2 3. 0 1.1537299724295735e-003 0.0466841682791710 -0.1123477965593338 <_> <_> <_>9 5 4 14 -1. <_>11 5 2 7 2. <_>9 12 2 7 2. 0 -3.8274680264294147e-003 0.0601455084979534 -0.0823711007833481 <_> <_> <_>0 11 11 6 -1. <_>0 14 11 3 2. 0 -0.0869578570127487 -0.4836303889751434 9.2326821759343147e-003 <_> <_> <_>5 15 12 5 -1. <_>9 15 4 5 3. 0 -2.4195960722863674e-003 -0.0352211408317089 0.0270817093551159 <_> <_> <_>6 6 6 12 -1. <_>6 6 3 6 2. <_>9 12 3 6 2. 0 -4.7905668616294861e-003 0.0589552000164986 -0.0787481367588043 <_> <_> <_>7 7 8 4 -1. <_>7 7 4 4 2. 0 -4.0910490788519382e-003 -0.1755093932151794 0.0264547299593687 <_> <_> <_>5 8 6 10 -1. <_>5 8 3 5 2. <_>8 13 3 5 2. 0 2.5641750544309616e-003 -0.0368148311972618 0.1514022946357727 <_> <_> <_>7 4 7 14 -1. <_>7 11 7 7 2. 0 5.4726968519389629e-003 0.0312435794621706 -0.0978909581899643 <_> <_> <_>7 6 4 8 -1. <_>7 10 4 4 2. 0 -1.0310260113328695e-003 -0.1242405027151108 0.0403650291264057 <_> <_> <_>9 2 6 9 -1. <_>9 5 6 3 3. 0 -0.1303016990423203 0.1710616946220398 -6.9856629706919193e-003 <_> <_> <_>5 2 6 9 -1. <_>5 5 6 3 3. 0 3.5753389820456505e-003 -0.0254371296614408 0.2196757048368454 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 8.4238024428486824e-003 0.0295823998749256 -0.1739009022712708 <_> <_> <_>8 1 4 11 -1. <_>10 1 2 11 2. 0 0.0411546491086483 -0.0132654998451471 0.3628241121768951 <_> <_> <_>1 1 18 4 -1. <_>10 1 9 2 2. <_>1 3 9 2 2. 0 -0.0186207592487335 -0.2280678004026413 0.0215025693178177 <_> <_> <_>3 4 4 16 -1. <_>3 4 2 8 2. <_>5 12 2 8 2. 0 0.0233076196163893 -0.0230477601289749 0.2320867031812668 <_> <_> <_>8 12 6 8 -1. <_>10 12 2 8 3. 0 0.0465182997286320 0.0105854002758861 -0.4607670009136200 <_> <_> <_>0 3 6 7 -1. <_>2 3 2 7 3. 0 -0.0834994018077850 0.3784511983394623 -0.0141057400032878 <_> <_> <_>14 2 6 9 -1. <_>14 5 6 3 3. 0 -0.0968970134854317 -0.3299584984779358 6.2883920036256313e-003 <_> <_> <_>0 2 7 9 -1. <_>0 5 7 3 3. 0 6.9753699935972691e-003 0.0245936308056116 -0.2100367993116379 <_> <_> <_>16 0 3 13 -1. <_>17 0 1 13 3. 0 -0.0338599495589733 0.1892790049314499 -8.7296841666102409e-003 <_> <_> <_>1 0 3 13 -1. <_>2 0 1 13 3. 0 1.0354740079492331e-003 -0.0644933432340622 0.0801922902464867 <_> <_> <_>6 7 12 7 -1. <_>6 7 6 7 2. 0 0.0399506613612175 0.0250730402767658 -0.1163693964481354 <_> <_> <_>5 3 6 10 -1. <_>5 3 3 5 2. <_>8 8 3 5 2. 0 3.0460350681096315e-003 -0.0337549410760403 0.1332425028085709 <_> <_> <_>6 9 9 5 -1. <_>9 9 3 5 3. 0 -1.5341850230470300e-003 0.0624428614974022 -0.0560610704123974 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 2.0531520713120699e-003 -0.0847900435328484 0.0534080490469933 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 2.1295580081641674e-003 0.0406503193080425 -0.1112471967935562 <_> <_> <_>4 4 12 8 -1. <_>4 4 6 4 2. <_>10 8 6 4 2. 0 -0.0154620297253132 0.1380697935819626 -0.0339442081749439 <_> <_> <_>8 8 10 6 -1. <_>13 8 5 3 2. <_>8 11 5 3 2. 0 -0.0278782397508621 -0.1002539992332459 0.0134448800235987 <_> <_> <_>2 8 10 6 -1. <_>2 8 5 3 2. <_>7 11 5 3 2. 0 0.0172556806355715 0.0153617896139622 -0.3693079948425293 <_> <_> <_>9 5 8 14 -1. <_>13 5 4 7 2. <_>9 12 4 7 2. 0 -0.0178705006837845 0.0528707988560200 -0.0251080095767975 <_> <_> <_>3 0 3 13 -1. <_>4 0 1 13 3. 0 -0.0144439199939370 -0.2276381999254227 0.0203916095197201 <_> <_> <_>6 14 9 5 -1. <_>9 14 3 5 3. 0 -8.3497241139411926e-003 -0.0870558172464371 0.0327079407870770 <_> <_> <_>1 6 4 14 -1. <_>1 6 2 7 2. <_>3 13 2 7 2. 0 0.0275143198668957 -0.0206284094601870 0.2597712874412537 <_> <_> <_>9 6 8 8 -1. <_>13 6 4 4 2. <_>9 10 4 4 2. 0 0.0186101198196411 -8.0523788928985596e-003 0.1692509055137634 <_> <_> <_>0 4 4 8 -1. <_>2 4 2 8 2. 0 -0.0957860499620438 -0.5011662840843201 8.7666641920804977e-003 <_> <_> <_>9 5 8 14 -1. <_>13 5 4 7 2. <_>9 12 4 7 2. 0 0.1203697994351387 9.8632962908595800e-004 -1.0000280141830444 <_> <_> <_>3 6 8 8 -1. <_>3 6 4 4 2. <_>7 10 4 4 2. 0 0.0247825793921947 -0.0125197097659111 0.3591960966587067 <_> <_> <_>11 3 6 10 -1. <_>14 3 3 5 2. <_>11 8 3 5 2. 0 -0.0503538288176060 -0.3334051966667175 6.9066900759935379e-003 <_> <_> <_>3 3 6 10 -1. <_>3 3 3 5 2. <_>6 8 3 5 2. 0 0.0312980599701405 0.0109631195664406 -0.4064522087574005 <_> <_> <_>11 0 8 10 -1. <_>15 0 4 5 2. <_>11 5 4 5 2. 0 7.4575231410562992e-003 -0.0212076008319855 0.1316742002964020 <_> <_> <_>3 13 13 3 -1. <_>3 14 13 1 3. 0 5.5791479535400867e-003 -0.0340980701148510 0.1298383027315140 <_> <_> <_>5 14 13 3 -1. <_>5 15 13 1 3. 0 5.9088319540023804e-003 -0.0269406698644161 0.1683945953845978 <_> <_> <_>0 4 4 12 -1. <_>0 8 4 4 3. 0 0.0175433605909348 0.0423763692378998 -0.1235039979219437 <_> <_> <_>4 8 16 6 -1. <_>12 8 8 3 2. <_>4 11 8 3 2. 0 -9.6103046089410782e-003 0.0522239208221436 -0.0255825594067574 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 2.0607879851013422e-003 0.0401741303503513 -0.1054807975888252 <_> <_> <_>12 11 7 6 -1. <_>12 13 7 2 3. 0 -5.3874161094427109e-003 -0.0649955794215202 0.0278071407228708 <_> <_> <_>2 9 9 7 -1. <_>5 9 3 7 3. 0 0.1110230982303619 -4.9670711159706116e-003 0.8171892166137695 <_> <_> <_>5 6 15 9 -1. <_>5 9 15 3 3. 0 -0.0373741500079632 -0.6261141896247864 3.0927599873393774e-003 <_> <_> <_>0 6 15 9 -1. <_>0 9 15 3 3. 0 5.0286632031202316e-003 0.2497866004705429 -0.0181511007249355 <_> <_> <_>6 8 14 2 -1. <_>6 9 14 1 2. 0 2.9225579928606749e-003 -0.0605768188834190 0.0264973398298025 <_> <_> <_>3 8 10 3 -1. <_>8 8 5 3 2. 0 -0.0542966201901436 -0.5799043774604797 6.5989522263407707e-003 <_> <_> <_>11 0 9 5 -1. <_>14 0 3 5 3. 0 0.0129967201501131 -0.0261282604187727 0.0970306098461151 <_> <_> <_>2 6 16 2 -1. <_>10 6 8 2 2. 0 0.0330012291669846 0.0149604799225926 -0.3230465948581696 <_> <_> <_>5 12 12 8 -1. <_>5 12 6 8 2. 0 -0.1166044995188713 0.2572514116764069 -0.0126258302479982 <_> <_> <_>0 3 18 3 -1. <_>0 4 18 1 3. 0 0.0707063376903534 7.0192231796681881e-003 -0.6926059126853943 <_> <_> <_>3 15 14 4 -1. <_>10 15 7 2 2. <_>3 17 7 2 2. 0 -0.0445499494671822 -0.7113422155380249 4.9668429419398308e-003 <_> <_> <_>2 7 16 2 -1. <_>2 8 16 1 2. 0 0.0428738184273243 6.7160711623728275e-003 -0.5266085267066956 <_> <_> <_>10 2 7 6 -1. <_>10 4 7 2 3. 0 0.0250252801924944 -0.0184454098343849 0.0787932202219963 <_> <_> <_>0 10 19 2 -1. <_>0 11 19 1 2. 0 2.1663550287485123e-003 0.0325403101742268 -0.1311504989862442 <_> <_> <_>13 0 7 18 -1. <_>13 9 7 9 2. 0 0.0255400408059359 -0.0346935689449310 0.0414047986268997 <_> <_> <_>1 9 9 5 -1. <_>4 9 3 5 3. 0 -0.0836275070905685 -0.5214344263076782 7.7060810290277004e-003 <_> <_> <_>18 0 2 17 -1. <_>18 0 1 17 2. 0 3.7637550849467516e-003 -0.0294636301696301 0.0744241923093796 <_> <_> <_>0 0 2 16 -1. <_>1 0 1 16 2. 0 3.7175719626247883e-003 -0.0421230010688305 0.1028700992465019 <_> <_> <_>7 1 6 10 -1. <_>10 1 3 5 2. <_>7 6 3 5 2. 0 -5.2892807871103287e-003 -0.1234839037060738 0.0371527001261711 <_> <_> <_>0 9 12 11 -1. <_>4 9 4 11 3. 0 -9.1878473758697510e-003 0.0902567505836487 -0.0526740513741970 <_> <_> <_>10 2 4 16 -1. <_>10 2 2 16 2. 0 -0.0554489195346832 -0.5363965034484863 2.6584670413285494e-003 <_> <_> <_>6 2 4 16 -1. <_>8 2 2 16 2. 0 6.4754108898341656e-003 0.0553673505783081 -0.0927226319909096 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 -1.5773440245538950e-003 0.1357893943786621 -0.0409117303788662 <_> <_> <_>7 4 4 12 -1. <_>9 4 2 12 2. 0 -4.9912789836525917e-004 -0.1472838073968887 0.0536036305129528 <_> <_> <_>7 9 10 9 -1. <_>7 9 5 9 2. 0 0.1569050997495651 -7.8873159363865852e-003 0.3739778995513916 <_> <_> <_>0 6 13 3 -1. <_>0 7 13 1 3. 0 0.0363918505609035 4.9765990115702152e-003 -0.9115753173828125 <_> <_> <_>10 2 7 6 -1. <_>10 4 7 2 3. 0 -9.5625342801213264e-003 0.1276770979166031 -0.0143946800380945 <_> <_> <_>4 2 11 6 -1. <_>4 4 11 2 3. 0 2.4007901083678007e-003 -0.1310738027095795 0.0447314791381359 <_> <_> <_>9 1 8 4 -1. <_>9 3 8 2 2. 0 3.2929850276559591e-003 0.0404286310076714 -0.0532235614955425 <_> <_> <_>5 5 6 10 -1. <_>5 5 3 5 2. <_>8 10 3 5 2. 0 -3.1314359512180090e-003 0.0368261113762856 -0.1211315989494324 <_> <_> <_>15 3 3 13 -1. <_>16 3 1 13 3. 0 0.0520083308219910 5.9283021837472916e-003 -0.4385884106159210 <_> <_> <_>2 3 3 13 -1. <_>3 3 1 13 3. 0 5.7681259931996465e-004 -0.0698517709970474 0.0642862915992737 <_> <_> <_>13 1 3 13 -1. <_>14 1 1 13 3. 0 6.1443001031875610e-003 0.0309080593287945 -0.1822980940341950 <_> <_> <_>4 1 10 6 -1. <_>4 3 10 2 3. 0 0.0359597206115723 -0.0416809916496277 0.1424479037523270 <_> <_> <_>0 2 20 8 -1. <_>0 6 20 4 2. 0 -0.0212908200919628 -0.0966623201966286 0.0558887496590614 <_> <_> <_>2 1 13 18 -1. <_>2 10 13 9 2. 0 -6.2724511371925473e-004 0.0901505574584007 -0.0694307535886765 <_> <_> <_>9 5 3 10 -1. <_>9 10 3 5 2. 0 -2.5145700201392174e-003 -0.0695260465145111 0.0455525815486908 <_> <_> <_>3 6 12 14 -1. <_>9 6 6 14 2. 0 0.0578746497631073 -0.0250365808606148 0.2063318043947220 <_> <_> <_>8 12 6 6 -1. <_>8 12 3 6 2. 0 0.0158984698355198 -0.0171333998441696 0.1100495979189873 <_> <_> <_>1 9 18 3 -1. <_>7 9 6 3 3. 0 0.0278827995061874 0.0277131795883179 -0.1653641015291214 <_> <_> <_>2 14 18 2 -1. <_>2 14 9 2 2. 0 8.8283112272620201e-003 -0.0274972505867481 0.0598228909075260 <_> <_> <_>4 1 3 13 -1. <_>5 1 1 13 3. 0 -0.0156799107789993 -0.2698498964309692 0.0163982398808002 <_> <_> <_>11 6 6 7 -1. <_>13 6 2 7 3. 0 0.0419061891734600 -8.0525986850261688e-003 0.3155631124973297 <_> <_> <_>3 6 6 7 -1. <_>5 6 2 7 3. 0 -0.0410686098039150 0.2563756108283997 -0.0183579102158546 <_> <_> <_>12 0 3 13 -1. <_>13 0 1 13 3. 0 3.5570110194385052e-003 0.0293438304215670 -0.1266846954822540 <_> <_> <_>8 6 3 13 -1. <_>9 6 1 13 3. 0 -2.1371750626713037e-003 0.1292326003313065 -0.0401022098958492 <_> <_> <_>8 8 5 12 -1. <_>8 12 5 4 3. 0 0.0336380898952484 8.1196166574954987e-003 -0.4039478003978729 <_> <_> <_>2 4 8 5 -1. <_>6 4 4 5 2. 0 0.0101829199120402 -0.0425661802291870 0.1184310019016266 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -7.0302112726494670e-004 0.0387219786643982 -0.0797034204006195 <_> <_> <_>7 4 6 16 -1. <_>7 4 3 8 2. <_>10 12 3 8 2. 0 -2.8552680741995573e-003 0.0912742763757706 -0.0616914518177509 <_> <_> <_>12 0 3 13 -1. <_>13 0 1 13 3. 0 -2.9935541097074747e-003 -0.1091345027089119 0.0387369506061077 <_> <_> <_>3 7 8 4 -1. <_>3 9 8 2 2. 0 -5.3608341841027141e-004 -0.4325248897075653 0.0109582701697946 <_> <_> <_>4 8 16 6 -1. <_>12 8 8 3 2. <_>4 11 8 3 2. 0 0.0514318905770779 4.7060111537575722e-003 -0.2676590085029602 <_> <_> <_>5 11 9 8 -1. <_>5 15 9 4 2. 0 -0.0488728918135166 0.2014472931623459 -0.0228445194661617 <_> <_> <_>10 3 6 17 -1. <_>12 3 2 17 3. 0 -0.1608044952154160 -1. 1.9577229395508766e-003 <_> <_> <_>4 3 6 17 -1. <_>6 3 2 17 3. 0 0.0185099393129349 0.0178086608648300 -0.2787115871906281 <_> <_> <_>5 6 10 3 -1. <_>5 6 5 3 2. 0 -0.0421069487929344 -0.6249315738677979 7.0520970039069653e-003 <_> <_> <_>1 16 16 2 -1. <_>9 16 8 2 2. 0 -0.0970967784523964 -0.8450583815574646 4.4749649241566658e-003 <_> <_> <_>7 1 6 10 -1. <_>9 1 2 10 3. 0 -9.4244757201522589e-004 0.1979676038026810 -0.0227331202477217 <_> <_> <_>5 0 3 13 -1. <_>6 0 1 13 3. 0 -0.0180408097803593 -0.3342410922050476 0.0133580397814512 <_> <_> <_>4 9 13 2 -1. <_>4 10 13 1 2. 0 6.3626631163060665e-004 -0.1053074970841408 0.0440161600708961 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 -3.4530549310147762e-003 -0.1368706971406937 0.0302882809191942 <_> <_> <_>3 0 14 12 -1. <_>3 4 14 4 3. 0 0.0175898093730211 -0.0280312802642584 0.1833170056343079 <_> <_> <_>0 1 10 6 -1. <_>0 4 10 3 2. 0 -1.4289390528574586e-003 0.0676161572337151 -0.0644003599882126 <_> <_> <_>9 0 11 10 -1. <_>9 5 11 5 2. 0 0.0145845701918006 -0.0325488112866879 0.0770702213048935 <_> <_> <_>0 0 20 20 -1. <_>0 10 20 10 2. 0 0.7457957863807678 9.1963959857821465e-003 -0.4568012058734894 <_> <_> <_>10 1 10 4 -1. <_>10 1 5 4 2. 0 -0.1228564977645874 -0.6442360877990723 2.0847769919782877e-003 <_> <_> <_>0 1 10 4 -1. <_>5 1 5 4 2. 0 -0.1161300018429756 -0.7927427887916565 4.9578230828046799e-003 <_> <_> <_>11 0 8 10 -1. <_>15 0 4 5 2. <_>11 5 4 5 2. 0 0.0556448400020599 -5.7718120515346527e-003 0.3083428144454956 <_> <_> <_>1 0 8 10 -1. <_>1 0 4 5 2. <_>5 5 4 5 2. 0 0.0205664299428463 -0.0154747096821666 0.2800293862819672 <_> <_> <_>6 3 14 4 -1. <_>13 3 7 2 2. <_>6 5 7 2 2. 0 3.8393519935198128e-004 0.0343902483582497 -0.1024418994784355 <_> <_> <_>0 3 20 4 -1. <_>0 3 10 2 2. <_>10 5 10 2 2. 0 4.0198508650064468e-003 0.0525331385433674 -0.1149272024631500 <_> <_> <_>9 5 6 7 -1. <_>11 5 2 7 3. 0 -0.0741244107484818 -0.3021646142005920 4.2779031209647655e-003 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -3.4346429165452719e-003 0.0656274929642677 -0.0699915885925293 <_> <_> <_>6 6 8 7 -1. <_>6 6 4 7 2. 0 -4.3740049004554749e-003 -0.1293483972549439 0.0512335188686848 <_> <_> <_>8 6 4 7 -1. <_>10 6 2 7 2. 0 6.9464151747524738e-003 -0.0325918495655060 0.1509806066751480 <_> <_> <_>8 0 6 7 -1. <_>10 0 2 7 3. 0 -0.0184341706335545 -0.3136422038078308 9.5867328345775604e-003 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -3.2201830763369799e-003 -0.1749431937932968 0.0335790589451790 <_> <_> <_>4 0 12 16 -1. <_>8 0 4 16 3. 0 -0.0322732999920845 0.2413620054721832 -0.0243920106440783 <_> <_> <_>5 6 4 8 -1. <_>7 6 2 8 2. 0 -4.8193791881203651e-003 -0.1361021995544434 0.0411566607654095 <_> <_> <_>7 12 11 8 -1. <_>7 16 11 4 2. 0 -0.0983476266264915 -0.5332471728324890 8.8729923591017723e-003 <_> <_> <_>6 0 6 12 -1. <_>6 0 3 6 2. <_>9 6 3 6 2. 0 0.0190546195954084 -0.0325642712414265 0.1672970950603485 <_> <_> <_>4 3 12 12 -1. <_>10 3 6 6 2. <_>4 9 6 6 2. 0 -0.0817961692810059 -0.6413124203681946 8.7052602320909500e-003 <_> <_> <_>2 10 6 7 -1. <_>4 10 2 7 3. 0 3.2996949739754200e-003 -0.0597654394805431 0.0718798562884331 <_> <_> <_>15 10 4 7 -1. <_>15 10 2 7 2. 0 -0.0759776607155800 -0.5041542053222656 5.6795510463416576e-003 <_> <_> <_>1 10 4 7 -1. <_>3 10 2 7 2. 0 0.0305087603628635 0.0103173600509763 -0.4355288147926331 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -0.0376429595053196 0.3732442855834961 -0.0172762293368578 <_> <_> <_>3 2 13 2 -1. <_>3 3 13 1 2. 0 -9.9801109172403812e-004 -0.1450877040624619 0.0309737008064985 <_> <_> <_>4 3 14 3 -1. <_>4 4 14 1 3. 0 -2.0703389309346676e-003 0.1228592023253441 -0.0252858996391296 <_> <_> <_>1 0 7 6 -1. <_>1 2 7 2 3. 0 0.0718163773417473 7.2997398674488068e-003 -0.6262109279632568 <_> <_> <_>6 5 13 9 -1. <_>6 8 13 3 3. 0 0.1678192019462585 -0.0100940698757768 0.2253118008375168 <_> <_> <_>0 8 16 6 -1. <_>0 8 8 3 2. <_>8 11 8 3 2. 0 1.5028619964141399e-004 -0.0490138381719589 0.0956356376409531 <_> <_> <_>15 1 5 12 -1. <_>15 5 5 4 3. 0 0.0951396375894547 -2.3964960128068924e-003 0.7897282242774963 <_> <_> <_>0 1 5 12 -1. <_>0 5 5 4 3. 0 3.8569360040128231e-003 0.0408524312078953 -0.1197697967290878 <_> <_> <_>5 14 14 3 -1. <_>5 15 14 1 3. 0 0.0231727603822947 -8.1755416467785835e-003 0.3489589989185333 <_> <_> <_>2 10 6 9 -1. <_>4 10 2 9 3. 0 0.0134179899469018 0.0293577294796705 -0.1447695046663284 <_> <_> <_>11 13 9 7 -1. <_>14 13 3 7 3. 0 -0.1416577994823456 0.3496044874191284 -3.9633908309042454e-003 <_> <_> <_>0 15 9 5 -1. <_>3 15 3 5 3. 0 5.5483141914010048e-003 -0.0467367693781853 0.0876308232545853 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 -4.7431029379367828e-003 0.0628996789455414 -0.0269835907965899 <_> <_> <_>0 11 19 3 -1. <_>0 12 19 1 3. 0 -0.0668627768754959 -0.9527286887168884 3.9776111952960491e-003 <_> <_> <_>6 15 14 4 -1. <_>13 15 7 2 2. <_>6 17 7 2 2. 0 0.0229878406971693 -0.0178028997033834 0.1456494927406311 <_> <_> <_>0 5 12 6 -1. <_>0 7 12 2 3. 0 -0.0222342796623707 -0.0933604463934898 0.0515370704233646 <_> <_> <_>16 9 4 11 -1. <_>16 9 2 11 2. 0 1.5045719919726253e-005 -0.0302377492189407 0.0266546700149775 <_> <_> <_>0 9 4 11 -1. <_>2 9 2 11 2. 0 -4.7994707711040974e-003 0.1010553017258644 -0.0500839911401272 <_> <_> <_>2 11 18 5 -1. <_>8 11 6 5 3. 0 -0.2422790974378586 -0.6839948296546936 2.1470880601555109e-003 <_> <_> <_>1 15 14 4 -1. <_>1 15 7 2 2. <_>8 17 7 2 2. 0 0.0469397902488709 8.1193735823035240e-003 -0.4767181873321533 <_> <_> <_>12 10 7 9 -1. <_>12 13 7 3 3. 0 -0.0609402805566788 0.2382732927799225 -9.5430584624409676e-003 <_> <_> <_>1 10 7 9 -1. <_>1 13 7 3 3. 0 0.0241047404706478 -0.0157990790903568 0.2672789990901947 <_> <_> <_>11 7 8 8 -1. <_>15 7 4 4 2. <_>11 11 4 4 2. 0 -0.0465675704181194 -0.3101777136325836 8.3353007212281227e-003 <_> <_> <_>6 14 8 4 -1. <_>6 16 8 2 2. 0 1.8709240248426795e-003 -0.0725880712270737 0.0656082704663277 <_> <_> <_>11 1 2 19 -1. <_>11 1 1 19 2. 0 -5.9872400015592575e-003 -0.1815969049930573 0.0140300299972296 <_> <_> <_>6 10 3 10 -1. <_>6 15 3 5 2. 0 -7.3103660724882502e-006 0.0409137904644012 -0.1065644025802612 <_> <_> <_>11 9 6 5 -1. <_>11 9 3 5 2. 0 -0.0232445504516363 -0.1903554052114487 0.0159660596400499 <_> <_> <_>3 9 6 5 -1. <_>6 9 3 5 2. 0 -1.1853489559143782e-003 0.0599567107856274 -0.0766784474253654 <_> <_> <_>4 12 15 4 -1. <_>9 12 5 4 3. 0 -0.1298182010650635 0.4099949896335602 -5.0850748084485531e-003 <_> <_> <_>0 5 16 2 -1. <_>8 5 8 2 2. 0 -0.0515126697719097 -0.3052723109722138 0.0141863403841853 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 -3.9303461089730263e-003 -0.0797634795308113 0.0262488909065723 <_> <_> <_>3 5 8 14 -1. <_>3 5 4 7 2. <_>7 12 4 7 2. 0 0.0158228296786547 -0.0168493092060089 0.2754979133605957 <_> <_> <_>12 2 7 15 -1. <_>12 7 7 5 3. 0 0.1156157031655312 6.7870649509131908e-003 -0.1270931959152222 <_> <_> <_>1 2 7 15 -1. <_>1 7 7 5 3. 0 1.1260829633101821e-003 0.0819085165858269 -0.0581940487027168 <_> <_> <_>13 0 6 12 -1. <_>13 6 6 6 2. 0 0.0155134303495288 -0.0429897196590900 0.0783642977476120 <_> <_> <_>6 0 8 10 -1. <_>6 0 4 5 2. <_>10 5 4 5 2. 0 0.0462687313556671 0.0117595503106713 -0.3994733095169067 <_> <_> <_>11 0 2 19 -1. <_>11 0 1 19 2. 0 7.9535972326993942e-003 0.0168485399335623 -0.0885990783572197 <_> <_> <_>4 12 8 8 -1. <_>4 12 4 4 2. <_>8 16 4 4 2. 0 -0.0189912207424641 0.2481326013803482 -0.0173208508640528 <_> <_> <_>4 12 15 4 -1. <_>9 12 5 4 3. 0 3.7058200687170029e-003 -0.0217470303177834 0.0582760907709599 <_> <_> <_>7 0 2 19 -1. <_>8 0 1 19 2. 0 2.5829279329627752e-003 0.0505592785775661 -0.0931939184665680 <_> <_> <_>8 4 6 9 -1. <_>10 4 2 9 3. 0 -0.0310105606913567 0.2211043983697891 -0.0147864995524287 <_> <_> <_>5 5 8 4 -1. <_>9 5 4 4 2. 0 2.5402549654245377e-003 -0.0867436006665230 0.0579324103891850 <_> <_> <_>4 12 15 4 -1. <_>9 12 5 4 3. 0 -8.9100487530231476e-003 0.0538460798561573 -0.0459319092333317 <_> <_> <_>2 6 4 12 -1. <_>2 12 4 6 2. 0 4.0557151660323143e-003 0.0592983998358250 -0.0830072537064552 <_> <_> <_>6 7 12 6 -1. <_>10 7 4 6 3. 0 0.0612049400806427 9.2248879373073578e-003 -0.2108236998319626 <_> <_> <_>3 5 12 4 -1. <_>7 5 4 4 3. 0 7.7630057930946350e-003 -0.0759270563721657 0.0578657090663910 <_> <_> <_>8 14 12 4 -1. <_>8 14 6 4 2. 0 0.1592115014791489 8.3040859317407012e-004 -1.0000480413436890 <_> <_> <_>0 14 12 4 -1. <_>6 14 6 4 2. 0 0.0391961894929409 7.1930838748812675e-003 -0.6033862233161926 <_> <_> <_>4 12 15 4 -1. <_>9 12 5 4 3. 0 0.1022028997540474 -3.6227719392627478e-003 0.5450075268745422 <_> <_> <_>1 12 15 4 -1. <_>6 12 5 4 3. 0 -0.1506498008966446 -0.7045075893402100 6.6995541565120220e-003 <_> <_> <_>6 0 12 18 -1. <_>10 0 4 18 3. 0 0.1381929963827133 -0.0111538600176573 0.1793290972709656 <_> <_> <_>0 6 14 4 -1. <_>0 6 7 2 2. <_>7 8 7 2 2. 0 -3.8313010009005666e-004 -0.0724423527717590 0.0579259805381298 <_> <_> <_>13 13 7 6 -1. <_>13 15 7 2 3. 0 -2.7796919457614422e-003 -0.0862803980708122 0.0410146005451679 <_> <_> <_>0 0 6 18 -1. <_>0 9 6 9 2. 0 0.0393651388585567 -0.0466293208301067 0.0881240069866180 <_> <_> <_>6 8 14 4 -1. <_>13 8 7 2 2. <_>6 10 7 2 2. 0 -0.0619338192045689 0.7011855244636536 -2.5661089457571507e-003 <_> <_> <_>0 8 14 4 -1. <_>0 8 7 2 2. <_>7 10 7 2 2. 0 -5.9742941521108150e-003 -0.1651901006698608 0.0379470214247704 <_> <_> <_>3 2 14 10 -1. <_>3 7 14 5 2. 0 7.5101079419255257e-003 0.0541914887726307 -0.0791666582226753 <_> <_> <_>3 5 6 7 -1. <_>5 5 2 7 3. 0 -0.0970056727528572 -0.8810477256774902 4.8486101441085339e-003 <_> <_> <_>4 4 14 6 -1. <_>11 4 7 3 2. <_>4 7 7 3 2. 0 -6.7751510068774223e-003 0.0916011631488800 -0.0489427708089352 <_> <_> <_>6 2 4 10 -1. <_>6 7 4 5 2. 0 -9.2599419876933098e-003 -0.1329811960458756 0.0417855009436607 <_> <_> <_>11 1 3 18 -1. <_>11 7 3 6 3. 0 1.5215040184557438e-003 0.0526335909962654 -0.0606244392693043 <_> <_> <_>3 1 3 15 -1. <_>3 6 3 5 3. 0 5.4703168570995331e-003 -0.0478251799941063 0.1119457036256790 <_> <_> <_>7 0 8 6 -1. <_>7 0 4 6 2. 0 0.0250021107494831 -0.0203549694269896 0.1017559021711350 <_> <_> <_>2 0 9 15 -1. <_>2 5 9 5 3. 0 0.0325767807662487 0.0256296601146460 -0.1948419064283371 <_> <_> <_>2 0 18 3 -1. <_>8 0 6 3 3. 0 -7.7732130885124207e-003 0.1247740015387535 -0.0346679985523224 <_> <_> <_>2 8 12 8 -1. <_>6 8 4 8 3. 0 0.0177771896123886 0.0332618206739426 -0.1415522992610931 <_> <_> <_>5 8 15 12 -1. <_>10 8 5 12 3. 0 0.0104594295844436 -0.0440398789942265 0.0618715584278107 -1.1210759878158569 44 -1 <_> <_> <_> <_>0 1 18 3 -1. <_>6 1 6 3 3. 0 0.0187511891126633 -0.1777507960796356 0.1715743988752365 <_> <_> <_>9 5 2 14 -1. <_>9 12 2 7 2. 0 -2.1875950042158365e-003 0.0753391534090042 -0.2584212124347687 <_> <_> <_>5 4 10 6 -1. <_>5 6 10 2 3. 0 -0.1169869005680084 0.4264537096023560 -0.0371216982603073 <_> <_> <_>9 10 7 6 -1. <_>9 12 7 2 3. 0 3.8377330638468266e-003 0.0350924395024776 -0.1575728952884674 <_> <_> <_>3 7 12 4 -1. <_>7 7 4 4 3. 0 -1.2941210297867656e-003 -0.2006873041391373 0.0557048097252846 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 4.3927300721406937e-003 0.0574970990419388 -0.1930274069309235 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 -1.5021540457382798e-003 0.0723789781332016 -0.1453491002321243 <_> <_> <_>5 17 15 3 -1. <_>5 18 15 1 3. 0 1.2381949927657843e-003 -0.0904137790203094 0.0828387886285782 <_> <_> <_>5 11 10 6 -1. <_>5 11 5 3 2. <_>10 14 5 3 2. 0 3.0004729051142931e-003 0.0601994097232819 -0.1555617004632950 <_> <_> <_>4 4 13 3 -1. <_>4 5 13 1 3. 0 4.5666601508855820e-003 -0.0769366398453712 0.1376277059316635 <_> <_> <_>5 11 5 9 -1. <_>5 14 5 3 3. 0 9.9231943022459745e-004 0.0479182116687298 -0.2047235965728760 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 -3.8909649010747671e-003 -0.2106703966856003 0.0592971891164780 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 2.4324860423803329e-003 -0.0736118704080582 0.1416556984186173 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 -3.3090400975197554e-003 -0.1648906022310257 0.0433108918368816 <_> <_> <_>2 6 6 9 -1. <_>2 9 6 3 3. 0 5.9596560895442963e-003 -0.2138839960098267 0.0434729084372520 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 9.7754271700978279e-003 0.0276642907410860 -0.1911989003419876 <_> <_> <_>1 3 4 14 -1. <_>1 3 2 7 2. <_>3 10 2 7 2. 0 -0.0381243005394936 0.3165884017944336 -0.0299726799130440 <_> <_> <_>13 4 3 12 -1. <_>13 10 3 6 2. 0 1.4401610242202878e-003 -0.1660213023424149 0.0613009110093117 <_> <_> <_>7 7 6 13 -1. <_>9 7 2 13 3. 0 7.5199408456683159e-004 -0.1356851011514664 0.0573457702994347 <_> <_> <_>7 0 9 5 -1. <_>10 0 3 5 3. 0 2.4780649691820145e-003 -0.0772587582468987 0.0537812002003193 <_> <_> <_>5 0 9 5 -1. <_>8 0 3 5 3. 0 9.2068109661340714e-003 0.0743493512272835 -0.1388649940490723 <_> <_> <_>9 5 2 13 -1. <_>9 5 1 13 2. 0 0.0176345407962799 -0.0268171597272158 0.3491244912147522 <_> <_> <_>7 3 3 12 -1. <_>7 9 3 6 2. 0 1.0517879854887724e-003 0.0834444835782051 -0.0832714363932610 <_> <_> <_>2 1 18 3 -1. <_>8 1 6 3 3. 0 -7.2119189426302910e-003 0.1414905041456223 -0.0308531895279884 <_> <_> <_>4 3 12 16 -1. <_>4 3 6 8 2. <_>10 11 6 8 2. 0 8.1929508596658707e-003 0.0642498284578323 -0.1422446072101593 <_> <_> <_>14 0 3 13 -1. <_>15 0 1 13 3. 0 -5.7932751951739192e-004 -0.0617689304053783 0.0348352305591106 <_> <_> <_>3 3 14 3 -1. <_>3 4 14 1 3. 0 4.5172017998993397e-003 -0.0739256665110588 0.0953478664159775 <_> <_> <_>0 13 20 7 -1. <_>0 13 10 7 2. 0 0.2228025048971176 0.0280794501304626 -0.2617459893226624 <_> <_> <_>3 0 3 13 -1. <_>4 0 1 13 3. 0 -8.1560667604207993e-004 -0.1112871021032333 0.0617512613534927 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 6 2. 0 0.0190092604607344 -0.0359148494899273 0.0953326970338821 <_> <_> <_>4 2 2 14 -1. <_>4 9 2 7 2. 0 -1.1708099627867341e-003 -0.1780942976474762 0.0384717583656311 <_> <_> <_>14 1 6 12 -1. <_>16 1 2 12 3. 0 -0.0274928398430347 0.1567419022321701 -0.0363074503839016 <_> <_> <_>0 6 14 4 -1. <_>0 6 7 2 2. <_>7 8 7 2 2. 0 -5.4139150306582451e-003 -0.1601458042860031 0.0452282987535000 <_> <_> <_>14 1 6 12 -1. <_>16 1 2 12 3. 0 0.0113256704062223 -0.0526791289448738 0.1241158023476601 <_> <_> <_>0 4 20 6 -1. <_>0 6 20 2 3. 0 -0.1391907930374146 -0.2857300937175751 0.0256421808153391 <_> <_> <_>14 1 6 12 -1. <_>16 1 2 12 3. 0 -0.0761838108301163 0.2039088010787964 -0.0127019397914410 <_> <_> <_>0 8 15 3 -1. <_>0 9 15 1 3. 0 1.3947900151833892e-003 -0.1132052987813950 0.0574193000793457 <_> <_> <_>2 1 16 6 -1. <_>10 1 8 3 2. <_>2 4 8 3 2. 0 4.6532237902283669e-003 0.0577959902584553 -0.1099701002240181 <_> <_> <_>0 1 6 12 -1. <_>2 1 2 12 3. 0 0.0450343899428844 -0.0287619791924953 0.2260572016239166 <_> <_> <_>9 2 9 5 -1. <_>12 2 3 5 3. 0 0.0168640092015266 0.0363180898129940 -0.2016277015209198 <_> <_> <_>1 1 18 4 -1. <_>7 1 6 4 3. 0 0.1925127953290939 -0.0138699896633625 0.5422633886337280 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 -1.6758369747549295e-003 -0.1146278977394104 0.0499848499894142 <_> <_> <_>0 0 4 7 -1. <_>2 0 2 7 2. 0 -4.5270361006259918e-003 0.1173190996050835 -0.0613847002387047 <_> <_> <_>13 0 3 13 -1. <_>14 0 1 13 3. 0 5.4975082166492939e-003 0.0321948304772377 -0.1534854024648666 <_> <_> <_>0 0 9 6 -1. <_>3 0 3 6 3. 0 3.5562040284276009e-003 -0.0639379397034645 0.1078746989369392 <_> <_> <_>10 1 6 5 -1. <_>10 1 3 5 2. 0 2.1489830687642097e-003 -0.0509767383337021 0.0293150003999472 <_> <_> <_>6 6 6 7 -1. <_>8 6 2 7 3. 0 -0.0104642100632191 0.1954874992370606 -0.0327844098210335 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0297797191888094 -0.3928653895854950 0.0122666200622916 <_> <_> <_>5 2 4 7 -1. <_>7 2 2 7 2. 0 9.6993939951062202e-004 -0.1077279970049858 0.0616842508316040 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -0.0404990985989571 -0.3669664859771729 0.0118055399507284 <_> <_> <_>4 0 3 13 -1. <_>5 0 1 13 3. 0 -2.3762779310345650e-003 -0.1393374055624008 0.0500101707875729 <_> <_> <_>2 1 18 3 -1. <_>8 1 6 3 3. 0 -5.1528858020901680e-003 0.0974240005016327 -0.0238206908106804 <_> <_> <_>6 5 4 14 -1. <_>6 5 2 7 2. <_>8 12 2 7 2. 0 -0.0287269800901413 0.2103171944618225 -0.0360882692039013 <_> <_> <_>1 5 19 4 -1. <_>1 7 19 2 2. 0 0.0142153501510620 0.0346641317009926 -0.1581434011459351 <_> <_> <_>0 11 7 6 -1. <_>0 13 7 2 3. 0 2.0164670422673225e-003 0.0504870712757111 -0.1270419955253601 <_> <_> <_>6 12 13 2 -1. <_>6 13 13 1 2. 0 4.1724709444679320e-004 -0.0566351898014545 0.1078914031386375 <_> <_> <_>3 0 12 10 -1. <_>3 0 6 5 2. <_>9 5 6 5 2. 0 7.3380130343139172e-003 0.0508917197585106 -0.1221043989062309 <_> <_> <_>2 1 18 3 -1. <_>8 1 6 3 3. 0 -0.0759307667613029 0.2262721061706543 -6.6569480113685131e-003 <_> <_> <_>0 15 18 3 -1. <_>9 15 9 3 2. 0 -4.2873369529843330e-003 0.0721042901277542 -0.0801061391830444 <_> <_> <_>6 14 14 6 -1. <_>6 14 7 6 2. 0 -0.0241016708314419 0.0913553014397621 -0.0345919691026211 <_> <_> <_>0 14 14 6 -1. <_>7 14 7 6 2. 0 0.0199365504086018 -0.0377642400562763 0.1889691948890686 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.5693989992141724 3.1492649577558041e-003 -0.5984647274017334 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 0.1035206019878388 0.0233232006430626 -0.3212923109531403 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 0.0595569908618927 4.2170342057943344e-003 -0.3344213962554932 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -0.0505755394697189 -0.8479322791099548 6.6583030857145786e-003 <_> <_> <_>11 0 6 7 -1. <_>13 0 2 7 3. 0 -5.5158971808850765e-003 -0.0705074965953827 0.0217167697846890 <_> <_> <_>1 8 15 4 -1. <_>6 8 5 4 3. 0 0.0294193103909492 -0.0363194085657597 0.1751094013452530 <_> <_> <_>13 12 7 6 -1. <_>13 14 7 2 3. 0 0.0109724402427673 0.0182671993970871 -0.1864134073257446 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -3.8842339999973774e-003 -0.1073592007160187 0.0608490407466888 <_> <_> <_>12 12 7 4 -1. <_>12 14 7 2 2. 0 -1.1936859664274380e-004 0.0523486211895943 -0.1270153969526291 <_> <_> <_>1 2 8 8 -1. <_>1 2 4 4 2. <_>5 6 4 4 2. 0 -5.0230980850756168e-003 0.0526827201247215 -0.1270367950201035 <_> <_> <_>2 1 18 3 -1. <_>8 1 6 3 3. 0 0.1898681968450546 1.7255579587072134e-003 -0.3270105123519898 <_> <_> <_>0 1 18 3 -1. <_>6 1 6 3 3. 0 -2.4319409858435392e-003 0.1387514024972916 -0.0430466011166573 <_> <_> <_>8 0 12 6 -1. <_>8 2 12 2 3. 0 -2.0888550207018852e-003 -0.1124100983142853 0.0376768596470356 <_> <_> <_>5 3 4 7 -1. <_>7 3 2 7 2. 0 0.0421163104474545 8.1929191946983337e-003 -0.6854190826416016 <_> <_> <_>3 16 16 2 -1. <_>3 17 16 1 2. 0 0.0273801106959581 4.4103930704295635e-003 -0.5342184901237488 <_> <_> <_>3 0 13 6 -1. <_>3 3 13 3 2. 0 0.0213485695421696 -0.0511603802442551 0.1002148017287254 <_> <_> <_>4 0 13 3 -1. <_>4 1 13 1 3. 0 -0.0172368697822094 -0.3999573886394501 0.0202574897557497 <_> <_> <_>1 1 5 12 -1. <_>1 5 5 4 3. 0 7.8617185354232788e-003 0.0289962794631720 -0.1801407039165497 <_> <_> <_>6 10 13 3 -1. <_>6 11 13 1 3. 0 8.1942398101091385e-003 -0.0254980307072401 0.0846939310431480 <_> <_> <_>1 11 7 4 -1. <_>1 13 7 2 2. 0 6.2367911450564861e-003 0.0186592601239681 -0.2644366025924683 <_> <_> <_>7 0 6 8 -1. <_>9 0 2 8 3. 0 2.1872919751331210e-004 -0.1594302952289581 0.0307226497679949 <_> <_> <_>7 5 6 8 -1. <_>9 5 2 8 3. 0 -6.4004249870777130e-003 0.2833105027675629 -0.0193524900823832 <_> <_> <_>14 12 6 8 -1. <_>16 12 2 8 3. 0 -0.1000719964504242 -0.4070405066013336 6.1583020724356174e-003 <_> <_> <_>3 5 13 3 -1. <_>3 6 13 1 3. 0 0.0156901497393847 -0.0167723391205072 0.2904956936836243 <_> <_> <_>9 2 9 5 -1. <_>12 2 3 5 3. 0 -7.0421490818262100e-003 -0.0679851770401001 0.0311303697526455 <_> <_> <_>5 15 7 4 -1. <_>5 17 7 2 2. 0 -0.0153200300410390 0.3640008866786957 -0.0136086996644735 <_> <_> <_>11 14 7 6 -1. <_>11 16 7 2 3. 0 0.0584856607019901 7.4363988824188709e-003 -0.7559933066368103 <_> <_> <_>2 14 7 6 -1. <_>2 16 7 2 3. 0 -3.5200670827180147e-003 -0.1392329037189484 0.0376575514674187 <_> <_> <_>10 13 9 4 -1. <_>10 15 9 2 2. 0 -8.7158178212121129e-004 0.0423398390412331 -0.0535304583609104 <_> <_> <_>2 14 13 3 -1. <_>2 15 13 1 3. 0 2.4548629298806190e-003 -0.0446670502424240 0.1378507018089294 <_> <_> <_>10 13 10 6 -1. <_>10 15 10 2 3. 0 -0.0617789290845394 -0.3533807992935181 4.5869671739637852e-003 <_> <_> <_>0 13 10 6 -1. <_>0 15 10 2 3. 0 -3.8533521001227200e-004 0.0722780078649521 -0.1043329983949661 <_> <_> <_>2 8 16 8 -1. <_>10 8 8 4 2. <_>2 12 8 4 2. 0 0.0762277171015739 -0.0110045503824949 0.5002518892288208 <_> <_> <_>2 0 9 7 -1. <_>5 0 3 7 3. 0 -4.4210380874574184e-003 -0.0862904265522957 0.0587734207510948 <_> <_> <_>7 6 6 7 -1. <_>9 6 2 7 3. 0 0.0150682702660561 -0.0589162707328796 0.1002511978149414 <_> <_> <_>1 7 10 9 -1. <_>1 10 10 3 3. 0 0.0250079408288002 0.0762514770030975 -0.0887449607253075 <_> <_> <_>5 3 11 6 -1. <_>5 5 11 2 3. 0 -0.0773281231522560 0.2536340057849884 -0.0157785303890705 <_> <_> <_>0 7 2 13 -1. <_>1 7 1 13 2. 0 3.5588641185313463e-004 0.0629836991429329 -0.0771819874644279 <_> <_> <_>14 1 6 11 -1. <_>16 1 2 11 3. 0 0.0694005265831947 -8.9571140706539154e-003 0.1510262936353684 <_> <_> <_>0 6 6 14 -1. <_>2 6 2 14 3. 0 -0.1857770979404450 -0.6951835155487061 7.8398203477263451e-003 <_> <_> <_>7 8 8 12 -1. <_>11 8 4 6 2. <_>7 14 4 6 2. 0 -6.6014728508889675e-003 -0.0560566410422325 0.0245579201728106 <_> <_> <_>2 10 16 8 -1. <_>2 10 8 4 2. <_>10 14 8 4 2. 0 0.0404903106391430 -0.0202025994658470 0.2773627042770386 <_> <_> <_>11 6 7 8 -1. <_>11 10 7 4 2. 0 1.6997240018099546e-003 -0.1140346005558968 0.0192226804792881 <_> <_> <_>2 6 7 8 -1. <_>2 10 7 4 2. 0 0.0847500413656235 0.0186075102537870 -0.3050543069839478 <_> <_> <_>15 6 4 14 -1. <_>17 6 2 7 2. <_>15 13 2 7 2. 0 -0.0169758796691895 0.1235710978507996 -0.0290166605263948 <_> <_> <_>1 6 4 14 -1. <_>1 6 2 7 2. <_>3 13 2 7 2. 0 4.6773189678788185e-003 -0.0458647608757019 0.1171884015202522 <_> <_> <_>15 7 4 8 -1. <_>15 11 4 4 2. 0 -0.0140660200268030 -0.1367049068212509 0.0173626299947500 <_> <_> <_>4 0 8 8 -1. <_>4 0 4 4 2. <_>8 4 4 4 2. 0 0.0509446896612644 0.0138656403869390 -0.3952904045581818 <_> <_> <_>7 0 7 6 -1. <_>7 3 7 3 2. 0 0.0982657968997955 -0.0123391998931766 0.3640823960304260 <_> <_> <_>3 2 14 3 -1. <_>3 3 14 1 3. 0 1.1730480473488569e-003 0.0664005130529404 -0.0820910930633545 <_> <_> <_>10 0 10 6 -1. <_>10 2 10 2 3. 0 0.1097903996706009 4.6397978439927101e-003 -0.6134455800056458 <_> <_> <_>0 0 10 6 -1. <_>0 2 10 2 3. 0 4.9452850362285972e-004 -0.1006267964839935 0.0571919903159142 <_> <_> <_>0 3 20 14 -1. <_>0 10 20 7 2. 0 0.3567355871200562 -0.0144829899072647 0.3927611112594605 <_> <_> <_>0 0 4 12 -1. <_>2 0 2 12 2. 0 8.7493062019348145e-003 -0.0485512204468250 0.1046025007963181 <_> <_> <_>8 3 12 6 -1. <_>12 3 4 6 3. 0 0.0224633496254683 0.0223960001021624 -0.1358785033226013 <_> <_> <_>0 3 12 6 -1. <_>4 3 4 6 3. 0 0.0185387600213289 0.0300294794142246 -0.2086187005043030 <_> <_> <_>14 3 4 8 -1. <_>14 3 2 8 2. 0 0.0342362597584724 -0.0106440801173449 0.1667549014091492 <_> <_> <_>2 3 4 8 -1. <_>4 3 2 8 2. 0 0.0409004800021648 -0.0120569700375199 0.4377332031726837 <_> <_> <_>13 6 6 10 -1. <_>16 6 3 5 2. <_>13 11 3 5 2. 0 0.1051257997751236 -9.4033451750874519e-004 0.7806162238121033 <_> <_> <_>1 6 6 10 -1. <_>1 6 3 5 2. <_>4 11 3 5 2. 0 0.0747993662953377 7.8805796802043915e-003 -0.6634296178817749 <_> <_> <_>7 13 13 2 -1. <_>7 14 13 1 2. 0 4.3973559513688087e-005 -0.0581061504781246 0.1046651974320412 <_> <_> <_>3 12 11 4 -1. <_>3 14 11 2 2. 0 6.6341059282422066e-003 0.0197503697127104 -0.2703348100185394 <_> <_> <_>13 12 6 8 -1. <_>13 12 3 8 2. 0 6.9901258684694767e-003 -0.0322103686630726 0.0566778108477592 <_> <_> <_>1 12 6 8 -1. <_>4 12 3 8 2. 0 -6.9424291141331196e-003 0.0834926292300224 -0.0642367228865623 <_> <_> <_>12 6 8 8 -1. <_>16 6 4 4 2. <_>12 10 4 4 2. 0 0.1252495050430298 1.9679870456457138e-003 -0.8788949251174927 <_> <_> <_>0 6 8 8 -1. <_>0 6 4 4 2. <_>4 10 4 4 2. 0 -0.0605558082461357 -0.6582552790641785 7.3593561537563801e-003 <_> <_> <_>3 8 16 2 -1. <_>3 9 16 1 2. 0 0.0420927293598652 9.0475538745522499e-003 -0.3767631053924561 <_> <_> <_>0 7 16 3 -1. <_>0 8 16 1 3. 0 0.0161900594830513 0.0145348403602839 -0.3408921062946320 <_> <_> <_>5 11 14 3 -1. <_>5 12 14 1 3. 0 -0.0267569608986378 0.1686244010925293 -0.0107689499855042 <_> <_> <_>8 0 3 20 -1. <_>9 0 1 20 3. 0 -0.0511635392904282 -0.9406844973564148 4.8503028228878975e-003 <_> <_> <_>8 10 9 7 -1. <_>11 10 3 7 3. 0 -0.0290930792689323 0.1305136978626251 -0.0272160600870848 <_> <_> <_>0 6 20 3 -1. <_>10 6 10 3 2. 0 -0.1343380957841873 -0.5371304750442505 0.0106057301163673 <_> <_> <_>4 7 15 3 -1. <_>4 8 15 1 3. 0 -4.0363678708672523e-003 -0.0785979479551315 0.0456093102693558 <_> <_> <_>0 5 14 5 -1. <_>7 5 7 5 2. 0 -0.1630388051271439 0.6915314793586731 -6.8249078467488289e-003 <_> <_> <_>8 10 9 7 -1. <_>11 10 3 7 3. 0 0.0535272285342216 -8.2422774285078049e-003 0.2364957928657532 <_> <_> <_>3 10 9 7 -1. <_>6 10 3 7 3. 0 0.0932096168398857 -7.0793349295854568e-003 0.6398562788963318 <_> <_> <_>11 7 3 10 -1. <_>11 12 3 5 2. 0 -0.0415833517909050 -0.4052774906158447 0.0119533697143197 <_> <_> <_>1 7 18 6 -1. <_>1 9 18 2 3. 0 0.1524126976728439 -0.0160168893635273 0.3708480894565582 <_> <_> <_>8 0 4 15 -1. <_>8 5 4 5 3. 0 -0.0130174802616239 -0.1236660033464432 0.0445375107228756 <_> <_> <_>6 1 7 15 -1. <_>6 6 7 5 3. 0 0.0549465417861938 0.0248529296368361 -0.2195506989955902 <_> <_> <_>6 9 14 3 -1. <_>6 10 14 1 3. 0 3.0320021323859692e-004 -0.1336728930473328 0.0402260906994343 <_> <_> <_>1 10 6 10 -1. <_>1 10 3 5 2. <_>4 15 3 5 2. 0 0.0138911800459027 -0.0269018206745386 0.1964741051197052 <_> <_> <_>9 3 6 13 -1. <_>11 3 2 13 3. 0 1.0848880046978593e-003 0.0364220701158047 -0.0834306329488754 <_> <_> <_>8 1 4 9 -1. <_>10 1 2 9 2. 0 2.3160090204328299e-003 -0.0612158291041851 0.1127784997224808 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -7.1280319243669510e-003 -0.1464242935180664 0.0313001684844494 <_> <_> <_>7 1 6 8 -1. <_>10 1 3 8 2. 0 -3.5769429523497820e-003 0.1015909016132355 -0.0607895106077194 <_> <_> <_>3 6 14 2 -1. <_>3 6 7 2 2. 0 7.6856701634824276e-003 0.0422294698655605 -0.1258313059806824 <_> <_> <_>1 3 4 8 -1. <_>3 3 2 8 2. 0 8.4121264517307281e-003 -0.0468726195394993 0.1301138997077942 <_> <_> <_>18 3 2 14 -1. <_>18 10 2 7 2. 0 0.0758399292826653 -9.2988023534417152e-003 0.2426081001758575 <_> <_> <_>0 3 2 14 -1. <_>0 10 2 7 2. 0 8.6365960305556655e-004 0.0911338478326797 -0.0613235607743263 <_> <_> <_>3 15 16 2 -1. <_>3 15 8 2 2. 0 -0.0106325699016452 -0.0678184032440186 0.0190364997833967 <_> <_> <_>2 1 9 6 -1. <_>2 3 9 2 3. 0 -0.0141201401129365 0.2912392914295197 -0.0174822397530079 <_> <_> <_>11 1 7 6 -1. <_>11 3 7 2 3. 0 2.0944620482623577e-003 -0.1174428984522820 0.0541295185685158 <_> <_> <_>1 8 8 8 -1. <_>1 8 4 4 2. <_>5 12 4 4 2. 0 4.2378879152238369e-003 0.0384955108165741 -0.1447281986474991 <_> <_> <_>8 6 5 8 -1. <_>8 10 5 4 2. 0 -2.2818730212748051e-003 -0.1157623007893562 0.0276634991168976 <_> <_> <_>4 12 8 8 -1. <_>4 12 4 4 2. <_>8 16 4 4 2. 0 9.4367301790043712e-004 -0.0940889269113541 0.0533738210797310 <_> <_> <_>15 12 4 8 -1. <_>15 16 4 4 2. 0 0.0148901902139187 -0.0115624200552702 0.1094198003411293 <_> <_> <_>7 11 5 8 -1. <_>7 15 5 4 2. 0 5.2381302230060101e-003 0.0352654308080673 -0.1521206051111221 <_> <_> <_>5 14 13 2 -1. <_>5 15 13 1 2. 0 1.2663690140470862e-003 -0.0333525687456131 0.0798120498657227 <_> <_> <_>2 4 9 12 -1. <_>2 8 9 4 3. 0 -5.3786882199347019e-003 0.2093476951122284 -0.0240730699151754 <_> <_> <_>3 8 14 3 -1. <_>3 9 14 1 3. 0 -1.9063480431213975e-003 -0.2077497988939285 0.0254068300127983 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 3.0771149322390556e-003 -0.0519401803612709 0.1047597974538803 <_> <_> <_>9 14 8 6 -1. <_>9 16 8 2 3. 0 9.5619028434157372e-003 0.0306337904185057 -0.1075816974043846 <_> <_> <_>1 12 4 8 -1. <_>1 16 4 4 2. 0 0.0205408297479153 -0.0220289193093777 0.2357084006071091 <_> <_> <_>5 16 12 4 -1. <_>9 16 4 4 3. 0 7.0854742079973221e-003 -0.0471882484853268 0.0841227471828461 <_> <_> <_>4 13 6 7 -1. <_>6 13 2 7 3. 0 -6.2047559767961502e-003 -0.1220982000231743 0.0451773293316364 <_> <_> <_>11 1 3 15 -1. <_>12 1 1 15 3. 0 -0.0234741196036339 -0.2877045869827271 0.0108765298500657 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 9.1368835419416428e-003 -0.0334267504513264 0.2068012058734894 <_> <_> <_>11 1 3 19 -1. <_>12 1 1 19 3. 0 1.0512090520933270e-003 0.0470068007707596 -0.0950183793902397 <_> <_> <_>5 10 4 7 -1. <_>7 10 2 7 2. 0 -6.0899247182533145e-004 0.0534191988408566 -0.1044477000832558 <_> <_> <_>8 11 8 4 -1. <_>8 11 4 4 2. 0 -7.4382261373102665e-003 -0.0480893291532993 0.0192444995045662 <_> <_> <_>5 12 8 8 -1. <_>9 12 4 8 2. 0 0.0194959901273251 -0.0301367007195950 0.2038148045539856 <_> <_> <_>6 4 10 14 -1. <_>11 4 5 7 2. <_>6 11 5 7 2. 0 0.0777995064854622 4.2237630113959312e-003 -0.7240787744522095 <_> <_> <_>4 4 10 14 -1. <_>4 4 5 7 2. <_>9 11 5 7 2. 0 3.1717489473521709e-003 0.0288189407438040 -0.1630569994449616 <_> <_> <_>2 3 18 15 -1. <_>2 8 18 5 3. 0 -0.0390127189457417 -0.2915115952491760 0.0111319404095411 <_> <_> <_>4 7 6 9 -1. <_>6 7 2 9 3. 0 -3.1845991034060717e-003 0.0630722194910049 -0.0772915631532669 <_> <_> <_>8 7 9 9 -1. <_>8 10 9 3 3. 0 0.0178767200559378 0.0511965900659561 -0.0378859303891659 <_> <_> <_>2 8 14 4 -1. <_>2 8 7 2 2. <_>9 10 7 2 2. 0 1.2821210548281670e-003 -0.0573147088289261 0.0870549827814102 <_> <_> <_>6 10 8 10 -1. <_>6 10 4 10 2. 0 0.1071055009961128 -0.0155610004439950 0.3152500987052918 <_> <_> <_>4 15 9 5 -1. <_>7 15 3 5 3. 0 0.0695771276950836 8.9664813131093979e-003 -0.5858960747718811 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 -4.1071181185543537e-003 0.0954722464084625 -0.0351764708757401 <_> <_> <_>5 6 8 4 -1. <_>9 6 4 4 2. 0 -2.4557299911975861e-003 -0.1660528033971787 0.0373229198157787 <_> <_> <_>10 7 6 7 -1. <_>12 7 2 7 3. 0 -0.0209084209054708 0.1398988068103790 -0.0299874506890774 <_> <_> <_>4 7 6 12 -1. <_>6 7 2 12 3. 0 -8.1008402630686760e-003 -0.1052922010421753 0.0702457875013351 <_> <_> <_>7 6 6 8 -1. <_>9 6 2 8 3. 0 -0.0256718192249537 0.4425472021102905 -0.0110814599320292 <_> <_> <_>5 3 6 16 -1. <_>5 3 3 8 2. <_>8 11 3 8 2. 0 -9.3759642913937569e-003 -0.0607650317251682 0.0813383236527443 <_> <_> <_>12 10 6 6 -1. <_>12 10 3 6 2. 0 0.0511406995356083 -0.0105162495747209 0.3404153883457184 <_> <_> <_>2 10 6 6 -1. <_>5 10 3 6 2. 0 -4.0337219834327698e-003 0.0850994735956192 -0.0634215325117111 <_> <_> <_>10 0 4 9 -1. <_>10 0 2 9 2. 0 3.3258409239351749e-003 -0.0846251398324966 0.0473683699965477 <_> <_> <_>5 0 6 7 -1. <_>7 0 2 7 3. 0 -3.9332117885351181e-003 -0.1263709962368012 0.0424505993723869 <_> <_> <_>10 0 6 8 -1. <_>12 0 2 8 3. 0 -4.7937841154634953e-003 -0.0425274111330509 0.0251268092542887 <_> <_> <_>4 0 6 8 -1. <_>6 0 2 8 3. 0 2.5972370058298111e-003 0.0418841205537319 -0.1437415927648544 <_> <_> <_>6 6 8 6 -1. <_>6 8 8 2 3. 0 0.0528075508773327 -0.0124670201912522 0.4022338986396790 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -8.1413555890321732e-003 -0.1278377026319504 0.0389758795499802 <_> <_> <_>8 10 10 10 -1. <_>13 10 5 5 2. <_>8 15 5 5 2. 0 0.0298017393797636 -0.0167473908513784 0.1242422983050346 <_> <_> <_>2 16 15 4 -1. <_>7 16 5 4 3. 0 -0.0899077206850052 0.3141846954822540 -0.0183604191988707 <_> <_> <_>9 6 10 13 -1. <_>9 6 5 13 2. 0 0.1784521043300629 0.0104551902040839 -0.3204891979694367 <_> <_> <_>1 6 10 13 -1. <_>6 6 5 13 2. 0 0.0185882207006216 -0.0385414399206638 0.1513532996177673 <_> <_> <_>4 15 16 2 -1. <_>4 15 8 2 2. 0 -4.5074601075612009e-005 0.0504628494381905 -0.0565748512744904 <_> <_> <_>1 15 16 2 -1. <_>9 15 8 2 2. 0 3.8339050952345133e-003 0.0475015491247177 -0.1432714015245438 <_> <_> <_>15 7 3 12 -1. <_>15 13 3 6 2. 0 0.0886082500219345 -3.3567149657756090e-003 0.5859820842742920 <_> <_> <_>2 7 3 12 -1. <_>2 13 3 6 2. 0 -0.0706114694476128 0.6029266715049744 -8.3463769406080246e-003 <_> <_> <_>2 13 18 7 -1. <_>8 13 6 7 3. 0 -0.1395819932222366 -0.0916935130953789 0.0153119899332523 <_> <_> <_>2 4 15 3 -1. <_>2 5 15 1 3. 0 7.6274941675364971e-003 -0.0408250093460083 0.1193772032856941 <_> <_> <_>16 6 2 13 -1. <_>16 6 1 13 2. 0 -0.0704195871949196 -0.6653149724006653 2.6815559249371290e-003 <_> <_> <_>4 1 6 5 -1. <_>7 1 3 5 2. 0 2.2952680010348558e-003 -0.0794965177774429 0.0570342689752579 <_> <_> <_>14 6 4 14 -1. <_>16 6 2 7 2. <_>14 13 2 7 2. 0 3.6756680347025394e-003 -0.0291802808642387 0.0563330389559269 <_> <_> <_>0 4 12 3 -1. <_>6 4 6 3 2. 0 0.0460725016891956 0.0191001798957586 -0.2916376888751984 <_> <_> <_>4 5 13 2 -1. <_>4 6 13 1 2. 0 2.1738489158451557e-003 -0.0269121304154396 0.2019996047019959 <_> <_> <_>3 2 13 10 -1. <_>3 7 13 5 2. 0 -5.3164511919021606e-003 0.0930229797959328 -0.0715486407279968 <_> <_> <_>7 2 6 10 -1. <_>7 7 6 5 2. 0 -0.0111989602446556 -0.1061891987919807 0.0483955815434456 <_> <_> <_>3 1 7 6 -1. <_>3 3 7 2 3. 0 1.7013610340654850e-003 -0.1311120986938477 0.0430862195789814 <_> <_> <_>4 0 13 6 -1. <_>4 2 13 2 3. 0 -0.0116262696683407 0.1568453013896942 -0.0246989503502846 <_> <_> <_>3 0 12 6 -1. <_>3 2 12 2 3. 0 0.0938818305730820 -0.0120585896074772 0.3794193863868713 <_> <_> <_>13 0 7 6 -1. <_>13 2 7 2 3. 0 0.0120410900563002 0.0295691099017859 -0.1332854926586151 <_> <_> <_>5 0 4 16 -1. <_>5 0 2 8 2. <_>7 8 2 8 2. 0 -4.1863098740577698e-003 0.0672440230846405 -0.0722289904952049 <_> <_> <_>1 14 18 6 -1. <_>10 14 9 3 2. <_>1 17 9 3 2. 0 0.0883739069104195 7.5915241613984108e-003 -0.6251279711723328 <_> <_> <_>2 17 14 3 -1. <_>9 17 7 3 2. 0 -0.0148764103651047 0.1176209002733231 -0.0438402183353901 <_> <_> <_>16 11 4 7 -1. <_>16 11 2 7 2. 0 0.0134335299953818 0.0196157898753881 -0.1192376017570496 <_> <_> <_>4 1 8 15 -1. <_>8 1 4 15 2. 0 0.1509104073047638 -9.9040074273943901e-003 0.5626248121261597 <_> <_> <_>13 0 7 6 -1. <_>13 2 7 2 3. 0 -0.0175078399479389 -0.2343973964452744 0.0188283603638411 <_> <_> <_>1 6 4 13 -1. <_>3 6 2 13 2. 0 -0.1470708996057510 -0.7453066110610962 7.0233740843832493e-003 <_> <_> <_>12 12 7 4 -1. <_>12 14 7 2 2. 0 0.0314858891069889 -3.6193220876157284e-003 0.6921570897102356 <_> <_> <_>1 12 7 4 -1. <_>1 14 7 2 2. 0 -1.6217399388551712e-004 0.0464600399136543 -0.1064255014061928 <_> <_> <_>7 13 13 2 -1. <_>7 14 13 1 2. 0 5.6881760247051716e-004 -0.0288161505013704 0.0743787288665771 <_> <_> <_>0 12 7 6 -1. <_>0 14 7 2 3. 0 -0.0198762007057667 -0.2099740058183670 0.0230188108980656 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -8.7401196360588074e-003 0.1732510030269623 -0.0357868596911430 <_> <_> <_>6 11 6 8 -1. <_>8 11 2 8 3. 0 -0.0505792088806629 -0.5202491879463196 9.2388605698943138e-003 <_> <_> <_>8 10 10 10 -1. <_>13 10 5 5 2. <_>8 15 5 5 2. 0 0.0939821526408196 3.4048059023916721e-003 -0.2920742928981781 <_> <_> <_>2 10 10 10 -1. <_>2 10 5 5 2. <_>7 15 5 5 2. 0 -0.0133265396580100 0.1366183012723923 -0.0344055593013763 <_> <_> <_>6 13 10 6 -1. <_>11 13 5 3 2. <_>6 16 5 3 2. 0 -0.0224726200103760 -0.2591367959976196 0.0112661700695753 <_> <_> <_>4 13 10 6 -1. <_>4 13 5 3 2. <_>9 16 5 3 2. 0 -0.0411250405013561 -0.6692156195640564 7.3854308575391769e-003 <_> <_> <_>7 6 9 12 -1. <_>7 12 9 6 2. 0 0.0697207674384117 5.0764488987624645e-003 -0.2474718987941742 <_> <_> <_>1 14 14 4 -1. <_>1 14 7 2 2. <_>8 16 7 2 2. 0 0.0251985993236303 -0.0156600493937731 0.2940840125083923 <_> <_> <_>11 15 7 4 -1. <_>11 17 7 2 2. 0 4.2568319477140903e-003 0.0381121188402176 -0.1236869022250176 <_> <_> <_>1 15 16 4 -1. <_>1 17 16 2 2. 0 -0.0126790096983314 -0.1997618973255158 0.0288066398352385 <_> <_> <_>2 0 18 8 -1. <_>8 0 6 8 3. 0 -0.1608065962791443 0.1871045976877213 -8.2025080919265747e-003 <_> <_> <_>0 8 18 12 -1. <_>0 12 18 4 3. 0 0.1218139976263046 -0.0108559299260378 0.4541229009628296 <_> <_> <_>7 11 13 2 -1. <_>7 12 13 1 2. 0 2.8687159065157175e-003 -9.8563097417354584e-003 0.1968989074230194 <_> <_> <_>0 11 13 2 -1. <_>0 12 13 1 2. 0 -3.4924471401609480e-004 0.0479552596807480 -0.1254905015230179 <_> <_> <_>1 12 19 3 -1. <_>1 13 19 1 3. 0 0.0437891818583012 5.1197651773691177e-003 -0.6604471206665039 <_> <_> <_>0 3 13 3 -1. <_>0 4 13 1 3. 0 0.0494254492223263 7.9704420641064644e-003 -0.5153719186782837 <_> <_> <_>9 11 6 9 -1. <_>9 14 6 3 3. 0 0.0122637897729874 9.8127601668238640e-003 -0.1627492010593414 <_> <_> <_>5 11 6 9 -1. <_>5 14 6 3 3. 0 -6.7564379423856735e-003 -0.0669927671551704 0.0784260928630829 <_> <_> <_>4 3 13 3 -1. <_>4 4 13 1 3. 0 0.0195992402732372 -0.0245084799826145 0.1789238005876541 <_> <_> <_>5 14 9 4 -1. <_>5 16 9 2 2. 0 1.3520059874281287e-003 -0.0758534222841263 0.0572824701666832 <_> <_> <_>8 12 4 8 -1. <_>8 16 4 4 2. 0 5.1610758528113365e-003 0.0505926199257374 -0.0966589227318764 <_> <_> <_>3 8 14 4 -1. <_>3 8 7 2 2. <_>10 10 7 2 2. 0 0.0271245893090963 -0.0130784995853901 0.3389481902122498 <_> <_> <_>4 5 12 6 -1. <_>8 5 4 6 3. 0 -0.0736590623855591 -0.9077556133270264 5.3760888986289501e-003 <_> <_> <_>3 5 8 9 -1. <_>3 8 8 3 3. 0 -2.7619479224085808e-003 0.1344632059335709 -0.0344833098351955 <_> <_> <_>10 5 4 12 -1. <_>10 9 4 4 3. 0 -1.5638889744877815e-003 -0.1999212056398392 0.0140036996454000 <_> <_> <_>0 6 18 6 -1. <_>0 6 9 3 2. <_>9 9 9 3 2. 0 4.0559601038694382e-003 0.0531832091510296 -0.1007082983851433 <_> <_> <_>3 6 16 4 -1. <_>11 6 8 2 2. <_>3 8 8 2 2. 0 -3.2189621124416590e-003 0.0626243129372597 -0.0302760899066925 <_> <_> <_>4 6 7 4 -1. <_>4 8 7 2 2. 0 4.1666622273623943e-003 -0.0917611569166183 0.0584005005657673 <_> <_> <_>12 4 7 6 -1. <_>12 6 7 2 3. 0 0.0203930605202913 4.8048538155853748e-003 -0.3838635087013245 <_> <_> <_>1 4 7 6 -1. <_>1 6 7 2 3. 0 -9.9844802170991898e-003 -0.0694732964038849 0.0700341910123825 <_> <_> <_>6 0 10 6 -1. <_>6 2 10 2 3. 0 0.0195153206586838 -0.0341065004467964 0.1083140969276428 <_> <_> <_>0 0 7 6 -1. <_>0 2 7 2 3. 0 8.7807718664407730e-003 0.0369900502264500 -0.1308933049440384 <_> <_> <_>17 2 3 13 -1. <_>18 2 1 13 3. 0 1.7314519500359893e-003 -0.0421234704554081 0.0849820971488953 <_> <_> <_>0 2 3 13 -1. <_>1 2 1 13 3. 0 -0.0267095193266869 0.3232682943344116 -0.0154271600767970 <_> <_> <_>6 8 13 3 -1. <_>6 9 13 1 3. 0 7.8696580603718758e-003 0.0313611589372158 -0.1056860983371735 <_> <_> <_>0 13 10 6 -1. <_>0 13 5 3 2. <_>5 16 5 3 2. 0 3.2152980566024780e-003 -0.0651618018746376 0.0761894881725311 <_> <_> <_>10 12 8 8 -1. <_>14 12 4 4 2. <_>10 16 4 4 2. 0 -0.0232151206582785 0.2252265065908432 -0.0148387700319290 <_> <_> <_>6 10 8 8 -1. <_>6 10 4 4 2. <_>10 14 4 4 2. 0 -4.4935368932783604e-003 -0.1313146054744721 0.0428559407591820 <_> <_> <_>10 10 6 7 -1. <_>12 10 2 7 3. 0 -0.0118503896519542 0.1482574045658112 -0.0294568501412869 <_> <_> <_>5 9 9 5 -1. <_>8 9 3 5 3. 0 -9.3039282364770770e-004 0.0793299376964569 -0.0757845267653465 <_> <_> <_>7 5 7 6 -1. <_>7 7 7 2 3. 0 -7.2138011455535889e-004 0.0220424104481936 -0.2089328020811081 <_> <_> <_>0 13 18 7 -1. <_>6 13 6 7 3. 0 0.1307877004146576 -0.0122144203633070 0.4322460889816284 <_> <_> <_>7 7 12 9 -1. <_>7 10 12 3 3. 0 0.2786338925361633 -7.4468360980972648e-004 0.9999976158142090 <_> <_> <_>1 12 18 3 -1. <_>1 13 18 1 3. 0 -0.0408152006566525 -0.6131027936935425 8.2405265420675278e-003 <_> <_> <_>7 13 13 2 -1. <_>7 14 13 1 2. 0 1.5054940013214946e-003 -0.0180533993989229 0.0652307271957397 <_> <_> <_>7 12 6 7 -1. <_>9 12 2 7 3. 0 6.5729310736060143e-003 0.0309676304459572 -0.1502135992050171 <_> <_> <_>8 10 12 10 -1. <_>14 10 6 5 2. <_>8 15 6 5 2. 0 -0.1403317004442215 -0.4464120864868164 5.0997259095311165e-003 <_> <_> <_>0 10 12 10 -1. <_>0 10 6 5 2. <_>6 15 6 5 2. 0 -0.0127815604209900 0.1257960945367813 -0.0462587699294090 <_> <_> <_>7 7 12 9 -1. <_>7 10 12 3 3. 0 0.0133838197216392 0.0752338320016861 -0.0298584196716547 <_> <_> <_>3 16 12 4 -1. <_>7 16 4 4 3. 0 9.5225386321544647e-003 -0.0441355295479298 0.1082296967506409 <_> <_> <_>7 16 9 4 -1. <_>7 18 9 2 2. 0 -0.0724846869707108 -1. 1.3005880173295736e-003 <_> <_> <_>4 16 9 4 -1. <_>4 18 9 2 2. 0 3.6246789386495948e-004 -0.0668785423040390 0.0739164799451828 <_> <_> <_>11 1 3 19 -1. <_>12 1 1 19 3. 0 -0.0155119802802801 -0.1841454058885574 0.0159990396350622 <_> <_> <_>6 14 7 6 -1. <_>6 16 7 2 3. 0 0.0511466115713120 -9.4361994415521622e-003 0.5472086071968079 <_> <_> <_>11 1 3 15 -1. <_>12 1 1 15 3. 0 -8.9448272774461657e-005 0.0329708904027939 -0.0451033897697926 <_> <_> <_>6 1 3 19 -1. <_>7 1 1 19 3. 0 1.0151580208912492e-003 0.0486031807959080 -0.0982570499181747 <_> <_> <_>4 0 14 10 -1. <_>11 0 7 5 2. <_>4 5 7 5 2. 0 0.0535709708929062 0.0103257000446320 -0.1430442035198212 <_> <_> <_>2 0 14 10 -1. <_>2 0 7 5 2. <_>9 5 7 5 2. 0 0.1230262964963913 -5.2219899371266365e-003 0.8690345287322998 <_> <_> <_>10 1 3 13 -1. <_>11 1 1 13 3. 0 -6.0005468549206853e-004 0.0535720400512218 -0.0582032687962055 <_> <_> <_>6 7 6 8 -1. <_>8 7 2 8 3. 0 -0.0447156988084316 0.4498831033706665 -0.0105494195595384 <_> <_> <_>11 5 4 10 -1. <_>11 5 2 10 2. 0 6.3781379722058773e-003 0.0261842906475067 -0.1064003035426140 <_> <_> <_>3 18 13 2 -1. <_>3 19 13 1 2. 0 -5.6618300732225180e-004 0.0572648495435715 -0.0777502432465553 <_> <_> <_>11 8 4 8 -1. <_>11 12 4 4 2. 0 -1.5853339573368430e-004 0.0253169499337673 -0.0571899414062500 <_> <_> <_>5 8 4 8 -1. <_>5 12 4 4 2. 0 -0.0497907698154449 -0.3712770938873291 0.0131251700222492 <_> <_> <_>4 8 16 6 -1. <_>12 8 8 3 2. <_>4 11 8 3 2. 0 -0.0104770204052329 0.0842459499835968 -0.0367316082119942 <_> <_> <_>5 5 4 10 -1. <_>7 5 2 10 2. 0 -9.0497080236673355e-003 -0.1689444035291672 0.0284713692963123 <_> <_> <_>10 1 3 13 -1. <_>11 1 1 13 3. 0 -0.0352020785212517 -0.4381084144115448 5.8491500094532967e-003 <_> <_> <_>7 1 3 13 -1. <_>8 1 1 13 3. 0 -2.0730090327560902e-003 0.0948908403515816 -0.0530595891177654 <_> <_> <_>6 6 8 7 -1. <_>6 6 4 7 2. 0 -5.0727208144962788e-003 -0.1122173964977264 0.0441659912467003 <_> <_> <_>8 0 4 9 -1. <_>10 0 2 9 2. 0 2.5876651052385569e-003 -0.0555578209459782 0.1142631992697716 <_> <_> <_>9 7 4 12 -1. <_>9 11 4 4 3. 0 -2.4757650680840015e-003 -0.0482131801545620 0.0315298996865749 <_> <_> <_>4 2 12 4 -1. <_>10 2 6 4 2. 0 -0.0129125304520130 0.1148665994405747 -0.0385897606611252 <_> <_> <_>8 1 10 6 -1. <_>13 1 5 3 2. <_>8 4 5 3 2. 0 0.0701943486928940 3.5798270255327225e-003 -0.7300816774368286 <_> <_> <_>0 2 9 10 -1. <_>0 7 9 5 2. 0 -0.1201630011200905 -0.6721792221069336 5.8088749647140503e-003 <_> <_> <_>10 1 10 14 -1. <_>10 8 10 7 2. 0 0.1310949027538300 0.0153406998142600 -0.1291787028312683 <_> <_> <_>0 1 10 14 -1. <_>0 8 10 7 2. 0 -0.1135049983859062 0.4729798138141632 -0.0105742802843452 <_> <_> <_>9 0 3 15 -1. <_>9 5 3 5 3. 0 -0.0715335234999657 -0.3491029143333435 9.8157208412885666e-003 <_> <_> <_>0 2 4 18 -1. <_>0 2 2 9 2. <_>2 11 2 9 2. 0 0.0158896706998348 -0.0301492903381586 0.1513480991125107 <_> <_> <_>8 0 12 20 -1. <_>8 0 6 20 2. 0 0.2684037089347839 9.9974423646926880e-003 -0.1224374994635582 <_> <_> <_>0 0 12 20 -1. <_>6 0 6 20 2. 0 -0.1492256969213486 -0.1577313989400864 0.0276825092732906 <_> <_> <_>10 9 6 7 -1. <_>12 9 2 7 3. 0 -0.0228584893047810 0.1734071969985962 -0.0211247708648443 <_> <_> <_>3 3 6 7 -1. <_>5 3 2 7 3. 0 -9.0983451809734106e-004 0.0552699081599712 -0.0850529819726944 <_> <_> <_>13 2 3 17 -1. <_>14 2 1 17 3. 0 -0.0114621603861451 -0.1439760029315949 0.0138097098097205 <_> <_> <_>2 5 4 8 -1. <_>2 9 4 4 2. 0 0.0871184319257736 6.4688520506024361e-003 -0.7280907034873962 <_> <_> <_>6 5 10 10 -1. <_>6 10 10 5 2. 0 0.0538105890154839 -0.0282515194267035 0.1361580044031143 <_> <_> <_>4 2 3 17 -1. <_>5 2 1 17 3. 0 -1.6928049735724926e-003 -0.1011480018496513 0.0520966015756130 <_> <_> <_>6 6 14 5 -1. <_>6 6 7 5 2. 0 -0.0145269203931093 -0.1061320975422859 0.0272180307656527 <_> <_> <_>0 11 15 3 -1. <_>5 11 5 3 3. 0 -5.9082340449094772e-003 0.1125700026750565 -0.0610327012836933 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 -0.0214214697480202 -0.1546418964862824 0.0118538700044155 <_> <_> <_>3 0 10 6 -1. <_>3 0 5 3 2. <_>8 3 5 3 2. 0 0.0801715701818466 5.5826799944043159e-003 -0.8238909244537354 <_> <_> <_>9 6 4 12 -1. <_>9 10 4 4 3. 0 -1.0931739816442132e-003 -0.0783939063549042 0.0134330997243524 <_> <_> <_>0 13 13 2 -1. <_>0 14 13 1 2. 0 4.1605130536481738e-004 -0.0431861393153667 0.1050084009766579 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 -2.8376420959830284e-003 0.0789602100849152 -0.0422472804784775 <_> <_> <_>1 2 12 15 -1. <_>5 2 4 15 3. 0 -0.0285225193947554 -0.1072297021746635 0.0477891899645329 <_> <_> <_>2 0 18 16 -1. <_>8 0 6 16 3. 0 0.4006808102130890 -5.7991011999547482e-003 0.3069550991058350 <_> <_> <_>0 0 18 16 -1. <_>6 0 6 16 3. 0 -8.1703867763280869e-003 0.1085176020860672 -0.0561534687876701 <_> <_> <_>14 0 6 13 -1. <_>14 0 3 13 2. 0 9.3125440180301666e-003 -0.0445609390735626 0.0436340495944023 <_> <_> <_>4 3 3 17 -1. <_>5 3 1 17 3. 0 5.8274720795452595e-003 0.0313108414411545 -0.1605342030525208 <_> <_> <_>13 6 6 10 -1. <_>13 6 3 10 2. 0 -2.9063750989735126e-003 0.0371482297778130 -0.0273105800151825 <_> <_> <_>1 5 6 11 -1. <_>4 5 3 11 2. 0 0.0164219699800015 -0.0316163711249828 0.1619547009468079 <_> <_> <_>16 3 4 12 -1. <_>16 7 4 4 3. 0 -0.0138760600239038 -0.1784088015556335 0.0269252397119999 <_> <_> <_>5 1 3 10 -1. <_>5 6 3 5 2. 0 -0.0299359802156687 0.2006970942020416 -0.0273727308958769 <_> <_> <_>16 3 4 12 -1. <_>16 7 4 4 3. 0 8.1381313502788544e-003 0.0409517697989941 -0.0747569724917412 <_> <_> <_>0 3 4 12 -1. <_>0 7 4 4 3. 0 -5.8591389097273350e-003 -0.1233702003955841 0.0396418794989586 <_> <_> <_>6 0 14 6 -1. <_>13 0 7 3 2. <_>6 3 7 3 2. 0 0.0715921968221664 -0.0102937603369355 0.2239125967025757 <_> <_> <_>0 1 6 19 -1. <_>3 1 3 19 2. 0 0.0501115210354328 0.0240729991346598 -0.2144380956888199 <_> <_> <_>16 1 3 13 -1. <_>17 1 1 13 3. 0 4.2603579349815845e-003 -0.0237120501697063 0.0736034065485001 <_> <_> <_>0 0 6 13 -1. <_>3 0 3 13 2. 0 6.5065422095358372e-003 -0.0674027800559998 0.0769261419773102 <_> <_> <_>12 1 6 5 -1. <_>12 1 3 5 2. 0 2.0325470250099897e-003 -0.0996646732091904 0.0579942315816879 <_> <_> <_>2 1 6 5 -1. <_>5 1 3 5 2. 0 -9.3465158715844154e-003 0.1943292021751404 -0.0313877090811729 <_> <_> <_>10 0 6 7 -1. <_>12 0 2 7 3. 0 9.5768114551901817e-003 0.0225949902087450 -0.1609085053205490 <_> <_> <_>1 1 10 3 -1. <_>6 1 5 3 2. 0 -0.0467639118432999 -0.3502027094364166 0.0150351496413350 <_> <_> <_>4 0 16 8 -1. <_>12 0 8 4 2. <_>4 4 8 4 2. 0 -0.0501648709177971 0.1276338994503021 -0.0110356202349067 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 0.0231481492519379 -0.0246365796774626 0.2026434987783432 <_> <_> <_>11 10 7 6 -1. <_>11 12 7 2 3. 0 -0.0741685628890991 -0.9485428929328919 2.2216918878257275e-003 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 -0.0206986293196678 -0.2458554953336716 0.0213708207011223 <_> <_> <_>3 8 15 9 -1. <_>3 11 15 3 3. 0 -0.0581875406205654 0.3053100109100342 -8.1265745684504509e-003 <_> <_> <_>4 6 4 10 -1. <_>6 6 2 10 2. 0 -0.0524515882134438 0.5056778192520142 -9.7108660265803337e-003 <_> <_> <_>15 7 5 6 -1. <_>15 10 5 3 2. 0 -0.0467216409742832 0.8089610934257507 -1.8908439669758081e-003 <_> <_> <_>0 7 5 6 -1. <_>0 10 5 3 2. 0 -0.0103855095803738 -0.2836990952491760 0.0191662292927504 <_> <_> <_>8 5 12 4 -1. <_>12 5 4 4 3. 0 5.4432367905974388e-003 0.0414307191967964 -0.1603327989578247 <_> <_> <_>2 0 14 6 -1. <_>2 3 14 3 2. 0 0.0240301601588726 -0.0437515489757061 0.1055302023887634 <_> <_> <_>8 5 12 4 -1. <_>12 5 4 4 3. 0 -0.0264304205775261 -0.0874482691287994 0.0287698302417994 <_> <_> <_>0 5 12 4 -1. <_>4 5 4 4 3. 0 4.8743681982159615e-003 0.0350329615175724 -0.1588167995214462 <_> <_> <_>7 0 7 6 -1. <_>7 3 7 3 2. 0 -2.5106489192694426e-003 0.0881616771221161 -0.0302055906504393 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -5.2146320231258869e-003 -0.1135013028979302 0.0420010611414909 <_> <_> <_>13 9 3 10 -1. <_>13 14 3 5 2. 0 -0.0109860096126795 0.0844287797808647 -0.0382728390395641 <_> <_> <_>2 12 7 6 -1. <_>2 14 7 2 3. 0 -0.0600571297109127 -0.7924910187721252 5.2951448597013950e-003 <_> <_> <_>7 14 13 3 -1. <_>7 15 13 1 3. 0 0.0136218098923564 -0.0174198206514120 0.2161206007003784 <_> <_> <_>0 14 13 3 -1. <_>0 15 13 1 3. 0 -0.0222238004207611 0.2672164142131805 -0.0202071908861399 <_> <_> <_>9 2 6 12 -1. <_>9 6 6 4 3. 0 0.0581243596971035 6.0539757832884789e-003 -0.4092710912227631 <_> <_> <_>5 2 6 12 -1. <_>5 6 6 4 3. 0 -0.0280979704111815 -0.1121790036559105 0.0541446395218372 <_> <_> <_>9 6 4 12 -1. <_>9 10 4 4 3. 0 0.0652783736586571 -7.4973162263631821e-003 0.1238427013158798 <_> <_> <_>7 6 4 12 -1. <_>7 10 4 4 3. 0 -2.5233640335500240e-003 -0.1822437942028046 0.0245378501713276 <_> <_> <_>9 2 8 18 -1. <_>9 8 8 6 3. 0 0.1147859990596771 0.0196175798773766 -0.1190512031316757 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 9.6991509199142456e-003 -0.0539465509355068 0.1118021011352539 <_> <_> <_>8 6 6 7 -1. <_>10 6 2 7 3. 0 0.0293591506779194 -0.0233956091105938 0.1853425055742264 <_> <_> <_>3 7 9 9 -1. <_>3 10 9 3 3. 0 7.8490097075700760e-003 0.1645410954952240 -0.0421294905245304 <_> <_> <_>14 4 3 13 -1. <_>15 4 1 13 3. 0 4.0329899638891220e-003 0.0244955904781818 -0.0659554898738861 <_> <_> <_>4 1 12 15 -1. <_>4 6 12 5 3. 0 0.2147139012813568 -0.0104628801345825 0.4743803143501282 <_> <_> <_>8 2 4 8 -1. <_>8 6 4 4 2. 0 -2.2316209506243467e-003 0.0497964397072792 -0.1032828018069267 <_> <_> <_>3 0 12 20 -1. <_>3 10 12 10 2. 0 0.0218333303928375 -0.0538848489522934 0.0932775512337685 <_> <_> <_>1 17 19 3 -1. <_>1 18 19 1 3. 0 0.0244307797402143 0.0157060995697975 -0.2824443876743317 <_> <_> <_>0 18 18 2 -1. <_>9 18 9 2 2. 0 0.0125325201079249 -0.0309839006513357 0.1559969931840897 <_> <_> <_>8 10 6 9 -1. <_>10 10 2 9 3. 0 7.9741179943084717e-003 0.0266505405306816 -0.1368958055973053 <_> <_> <_>6 10 6 9 -1. <_>8 10 2 9 3. 0 0.0794445574283600 6.4238710328936577e-003 -0.7848566174507141 <_> <_> <_>5 11 12 4 -1. <_>5 13 12 2 2. 0 -1.7925030551850796e-003 0.0396455898880959 -0.1149725988507271 <_> <_> <_>2 5 8 4 -1. <_>2 7 8 2 2. 0 -9.0927572455257177e-004 0.0632568895816803 -0.0752503722906113 <_> <_> <_>9 10 7 6 -1. <_>9 12 7 2 3. 0 -0.0260400492697954 0.1486425995826721 -0.0185062400996685 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 4.1452320292592049e-003 0.0339596197009087 -0.1435599029064179 <_> <_> <_>3 0 14 3 -1. <_>3 1 14 1 3. 0 5.7123368605971336e-004 -0.0685509666800499 0.0699447318911552 <_> <_> <_>8 6 4 8 -1. <_>10 6 2 8 2. 0 -0.0495777204632759 0.3988083899021149 -0.0113399103283882 <_> <_> <_>9 3 6 13 -1. <_>11 3 2 13 3. 0 -0.0153348604217172 -0.0834456235170364 0.0322763696312904 <_> <_> <_>0 0 6 10 -1. <_>0 0 3 5 2. <_>3 5 3 5 2. 0 -0.0174060892313719 0.1356094032526016 -0.0319455787539482 <_> <_> <_>8 0 7 18 -1. <_>8 6 7 6 3. 0 -0.0214222595095634 -0.1105023995041847 0.0285360403358936 <_> <_> <_>5 3 6 13 -1. <_>7 3 2 13 3. 0 1.9694769289344549e-003 0.0438341088593006 -0.1055186018347740 <_> <_> <_>7 4 9 5 -1. <_>10 4 3 5 3. 0 -0.0191153790801764 0.1469029039144516 -0.0154053103178740 <_> <_> <_>8 1 3 18 -1. <_>9 1 1 18 3. 0 0.0469632595777512 8.1654358655214310e-003 -0.5873488783836365 <_> <_> <_>9 0 11 15 -1. <_>9 5 11 5 3. 0 0.2096432000398636 3.1721789855509996e-003 -0.8043789863586426 <_> <_> <_>0 0 16 8 -1. <_>0 0 8 4 2. <_>8 4 8 4 2. 0 0.0625114068388939 -0.0164227895438671 0.3097603917121887 <_> <_> <_>4 3 12 14 -1. <_>10 3 6 7 2. <_>4 10 6 7 2. 0 -0.1012618020176888 -0.6163914799690247 7.2699659503996372e-003 <_> <_> <_>5 6 6 12 -1. <_>5 6 3 6 2. <_>8 12 3 6 2. 0 3.3980670850723982e-003 -0.0196648892015219 0.2254192978143692 <_> <_> <_>6 3 11 9 -1. <_>6 6 11 3 3. 0 -0.0170599501580000 -0.0171935204416513 0.0691145509481430 <_> <_> <_>0 0 18 8 -1. <_>0 0 9 4 2. <_>9 4 9 4 2. 0 3.7455849815160036e-003 0.0517374612390995 -0.0827488228678703 <_> <_> <_>11 5 9 12 -1. <_>11 11 9 6 2. 0 0.0877698063850403 -6.3681108877062798e-003 0.0794920027256012 <_> <_> <_>2 5 14 8 -1. <_>2 9 14 4 2. 0 2.3725361097604036e-003 -0.3048743903636932 0.0145207699388266 <_> <_> <_>16 2 4 8 -1. <_>16 6 4 4 2. 0 -0.0192829091101885 0.1880698055028915 -0.0132209295406938 <_> <_> <_>4 10 7 6 -1. <_>4 12 7 2 3. 0 3.8580079562962055e-003 0.0339784398674965 -0.1285416930913925 <_> <_> <_>7 11 7 6 -1. <_>7 13 7 2 3. 0 2.6525680441409349e-003 -0.0391469001770020 0.0991193577647209 <_> <_> <_>0 2 4 8 -1. <_>0 6 4 4 2. 0 0.0991756021976471 5.0618657842278481e-003 -0.8737046122550964 <_> <_> <_>16 1 3 13 -1. <_>17 1 1 13 3. 0 -7.0648840628564358e-003 0.0852192863821983 -0.0244677904993296 <_> <_> <_>4 2 10 6 -1. <_>4 2 5 3 2. <_>9 5 5 3 2. 0 -5.2547529339790344e-003 -0.1215846985578537 0.0372285284101963 <_> <_> <_>4 4 14 3 -1. <_>4 5 14 1 3. 0 5.0068609416484833e-003 -0.0355571918189526 0.0785154625773430 <_> <_> <_>5 5 7 6 -1. <_>5 7 7 2 3. 0 -0.0681181624531746 -0.2629249989986420 0.0183259602636099 <_> <_> <_>6 13 13 3 -1. <_>6 14 13 1 3. 0 9.3348289374262094e-004 -0.0301071796566248 0.0448697209358215 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 -2.1996269933879375e-003 0.1113670021295548 -0.0662019327282906 <_> <_> <_>10 13 7 4 -1. <_>10 15 7 2 2. 0 -6.6485330462455750e-003 -0.0783986970782280 0.0204720702022314 <_> <_> <_>1 13 13 3 -1. <_>1 14 13 1 3. 0 1.4126920141279697e-003 -0.0524286702275276 0.0894713997840881 <_> <_> <_>6 3 11 9 -1. <_>6 6 11 3 3. 0 0.0514065995812416 -1.4306739903986454e-003 0.6388527154922485 -1.1700680255889893 45 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_frontalface_default.xml000066400000000000000000046225151417525156400306670ustar00rootroot00000000000000 24 24 <_> <_> <_> <_>6 4 12 9 -1. <_>6 7 12 3 3. 0 -0.0315119996666908 2.0875380039215088 -2.2172100543975830 <_> <_> <_>6 4 12 7 -1. <_>10 4 4 7 3. 0 0.0123960003256798 -1.8633940219879150 1.3272049427032471 <_> <_> <_>3 9 18 9 -1. <_>3 12 18 3 3. 0 0.0219279993325472 -1.5105249881744385 1.0625729560852051 <_> <_> <_>8 18 9 6 -1. <_>8 20 9 2 3. 0 5.7529998011887074e-003 -0.8746389746665955 1.1760339736938477 <_> <_> <_>3 5 4 19 -1. <_>5 5 2 19 2. 0 0.0150140002369881 -0.7794569730758667 1.2608419656753540 <_> <_> <_>6 5 12 16 -1. <_>6 13 12 8 2. 0 0.0993710011243820 0.5575129985809326 -1.8743000030517578 <_> <_> <_>5 8 12 6 -1. <_>5 11 12 3 2. 0 2.7340000960975885e-003 -1.6911929845809937 0.4400970041751862 <_> <_> <_>11 14 4 10 -1. <_>11 19 4 5 2. 0 -0.0188590008765459 -1.4769539833068848 0.4435009956359863 <_> <_> <_>4 0 7 6 -1. <_>4 3 7 3 2. 0 5.9739998541772366e-003 -0.8590919971466065 0.8525559902191162 -5.0425500869750977 -1 -1 <_> <_> <_> <_>6 6 12 6 -1. <_>6 8 12 2 3. 0 -0.0211100000888109 1.2435649633407593 -1.5713009834289551 <_> <_> <_>6 4 12 7 -1. <_>10 4 4 7 3. 0 0.0203559994697571 -1.6204780340194702 1.1817760467529297 <_> <_> <_>1 8 19 12 -1. <_>1 12 19 4 3. 0 0.0213089995086193 -1.9415930509567261 0.7006909847259522 <_> <_> <_>0 2 24 3 -1. <_>8 2 8 3 3. 0 0.0916600003838539 -0.5567010045051575 1.7284419536590576 <_> <_> <_>9 9 6 15 -1. <_>9 14 6 5 3. 0 0.0362880006432533 0.2676379978656769 -2.1831810474395752 <_> <_> <_>5 6 14 10 -1. <_>5 11 14 5 2. 0 -0.0191099997609854 -2.6730210781097412 0.4567080140113831 <_> <_> <_>5 0 14 9 -1. <_>5 3 14 3 3. 0 8.2539999857544899e-003 -1.0852910280227661 0.5356420278549194 <_> <_> <_>13 11 9 6 -1. <_>16 11 3 6 3. 0 0.0183550007641315 -0.3520019948482513 0.9333919882774353 <_> <_> <_>7 5 6 10 -1. <_>9 5 2 10 3. 0 -7.0569999516010284e-003 0.9278209805488586 -0.6634989976882935 <_> <_> <_>10 8 6 10 -1. <_>12 8 2 10 3. 0 -9.8770000040531158e-003 1.1577470302581787 -0.2977479994297028 <_> <_> <_>2 5 4 9 -1. <_>4 5 2 9 2. 0 0.0158140007406473 -0.4196060001850128 1.3576040267944336 <_> <_> <_>18 0 6 11 -1. <_>20 0 2 11 3. 0 -0.0207000002264977 1.4590020179748535 -0.1973939985036850 <_> <_> <_>0 6 24 13 -1. <_>8 6 8 13 3. 0 -0.1376080065965653 1.1186759471893311 -0.5291550159454346 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0143189998343587 -0.3512719869613648 1.1440860033035278 <_> <_> <_>7 18 10 6 -1. <_>7 20 10 2 3. 0 0.0102530000731349 -0.6085060238838196 0.7709850072860718 <_> <_> <_>5 7 14 12 -1. <_>5 13 14 6 2. 0 0.0915080010890961 0.3881779909133911 -1.5122940540313721 -4.9842400550842285 0 -1 <_> <_> <_> <_>0 3 24 3 -1. <_>8 3 8 3 3. 0 0.0697470009326935 -1.0130879878997803 1.4687349796295166 <_> <_> <_>5 8 15 6 -1. <_>5 11 15 3 2. 0 0.0315029993653297 -1.6463639736175537 1.0000629425048828 <_> <_> <_>9 6 5 14 -1. <_>9 13 5 7 2. 0 0.0142609998583794 0.4648030102252960 -1.5959889888763428 <_> <_> <_>9 5 6 10 -1. <_>11 5 2 10 3. 0 0.0144530003890395 -0.6551190018653870 0.8302180171012878 <_> <_> <_>6 6 3 12 -1. <_>6 12 3 6 2. 0 -3.0509999487549067e-003 -1.3982310295104980 0.4255059957504273 <_> <_> <_>3 21 18 3 -1. <_>9 21 6 3 3. 0 0.0327229984104633 -0.5070260167121887 1.0526109933853149 <_> <_> <_>5 6 13 6 -1. <_>5 8 13 2 3. 0 -7.2960001416504383e-003 0.3635689914226532 -1.3464889526367187 <_> <_> <_>18 1 6 15 -1. <_>18 1 3 15 2. 0 0.0504250004887581 -0.3046140074729919 1.4504129886627197 <_> <_> <_>1 1 6 15 -1. <_>4 1 3 15 2. 0 0.0468790009617805 -0.4028620123863220 1.2145609855651855 <_> <_> <_>0 8 24 15 -1. <_>8 8 8 15 3. 0 -0.0693589970469475 1.0539360046386719 -0.4571970105171204 <_> <_> <_>5 6 14 12 -1. <_>5 6 7 6 2. <_>12 12 7 6 2. 0 -0.0490339994430542 -1.6253089904785156 0.1537899971008301 <_> <_> <_>2 12 21 12 -1. <_>2 16 21 4 3. 0 0.0848279967904091 0.2840299904346466 -1.5662059783935547 <_> <_> <_>8 1 4 10 -1. <_>10 1 2 10 2. 0 -1.7229999648407102e-003 -1.0147459506988525 0.2329480051994324 <_> <_> <_>2 13 20 10 -1. <_>2 13 10 10 2. 0 0.1156219989061356 -0.1673289984464645 1.2804069519042969 <_> <_> <_>0 1 6 13 -1. <_>2 1 2 13 3. 0 -0.0512799993157387 1.5162390470504761 -0.3027110099792481 <_> <_> <_>20 2 4 13 -1. <_>20 2 2 13 2. 0 -0.0427069999277592 1.7631920576095581 -0.0518320016562939 <_> <_> <_>0 5 22 19 -1. <_>11 5 11 19 2. 0 0.3717809915542603 -0.3138920068740845 1.5357979536056519 <_> <_> <_>18 4 6 9 -1. <_>20 4 2 9 3. 0 0.0194129999727011 -0.1001759991049767 0.9365540146827698 <_> <_> <_>0 3 6 11 -1. <_>2 3 2 11 3. 0 0.0174390003085136 -0.4037989974021912 0.9629300236701965 <_> <_> <_>12 1 4 9 -1. <_>12 1 2 9 2. 0 0.0396389998495579 0.1703909933567047 -2.9602990150451660 <_> <_> <_>0 6 19 3 -1. <_>0 7 19 1 3. 0 -9.1469995677471161e-003 0.8878679871559143 -0.4381870031356812 <_> <_> <_>12 1 4 9 -1. <_>12 1 2 9 2. 0 1.7219999572262168e-003 -0.3721860051155090 0.4001890122890472 <_> <_> <_>8 1 4 9 -1. <_>10 1 2 9 2. 0 0.0302310008555651 0.0659240037202835 -2.6469180583953857 <_> <_> <_>5 5 14 14 -1. <_>12 5 7 7 2. <_>5 12 7 7 2. 0 -0.0787959992885590 -1.7491459846496582 0.2847529947757721 <_> <_> <_>1 10 18 2 -1. <_>1 11 18 1 2. 0 2.1110000088810921e-003 -0.9390810132026672 0.2320519983768463 <_> <_> <_>17 13 4 11 -1. <_>17 13 2 11 2. 0 0.0270910002291203 -0.0526640005409718 1.0756820440292358 <_> <_> <_>0 4 6 9 -1. <_>0 7 6 3 3. 0 -0.0449649989604950 -1.8294479846954346 0.0995619967579842 -4.6551899909973145 1 -1 <_> <_> <_> <_>6 4 12 9 -1. <_>6 7 12 3 3. 0 -0.0657010003924370 1.1558510065078735 -1.0716359615325928 <_> <_> <_>6 5 12 6 -1. <_>10 5 4 6 3. 0 0.0158399995416403 -1.5634720325469971 0.7687709927558899 <_> <_> <_>0 1 24 5 -1. <_>8 1 8 5 3. 0 0.1457089930772781 -0.5745009779930115 1.3808720111846924 <_> <_> <_>4 10 18 6 -1. <_>4 12 18 2 3. 0 6.1389999464154243e-003 -1.4570560455322266 0.5161030292510986 <_> <_> <_>2 17 12 6 -1. <_>2 17 6 3 2. <_>8 20 6 3 2. 0 6.7179999314248562e-003 -0.8353360295295715 0.5852220058441162 <_> <_> <_>19 3 4 13 -1. <_>19 3 2 13 2. 0 0.0185180008411407 -0.3131209909915924 1.1696679592132568 <_> <_> <_>1 3 4 13 -1. <_>3 3 2 13 2. 0 0.0199580006301403 -0.4344260096549988 0.9544690251350403 <_> <_> <_>0 1 24 23 -1. <_>8 1 8 23 3. 0 -0.2775500118732452 1.4906179904937744 -0.1381590068340302 <_> <_> <_>1 7 8 12 -1. <_>1 11 8 4 3. 0 9.1859996318817139e-003 -0.9636150002479553 0.2766549885272980 <_> <_> <_>14 7 3 14 -1. <_>14 14 3 7 2. 0 -0.0377379991114140 -2.4464108943939209 0.2361959964036942 <_> <_> <_>3 12 16 6 -1. <_>3 12 8 3 2. <_>11 15 8 3 2. 0 0.0184630006551743 0.1753920018672943 -1.3423130512237549 <_> <_> <_>6 6 12 6 -1. <_>6 8 12 2 3. 0 -0.0111149996519089 0.4871079921722412 -0.8985189795494080 <_> <_> <_>8 7 6 12 -1. <_>8 13 6 6 2. 0 0.0339279994368553 0.1787420064210892 -1.6342279911041260 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 -0.0356490015983582 -1.9607399702072144 0.1810249984264374 <_> <_> <_>1 17 18 3 -1. <_>1 18 18 1 3. 0 -0.0114380000159144 0.9901069998741150 -0.3810319900512695 <_> <_> <_>4 4 16 12 -1. <_>4 10 16 6 2. 0 -0.0652360022068024 -2.5794160366058350 0.2475360035896301 <_> <_> <_>0 1 4 20 -1. <_>2 1 2 20 2. 0 -0.0422720015048981 1.4411840438842773 -0.2950829863548279 <_> <_> <_>3 0 18 2 -1. <_>3 1 18 1 2. 0 1.9219999667257071e-003 -0.4960860013961792 0.6317359805107117 <_> <_> <_>1 5 20 14 -1. <_>1 5 10 7 2. <_>11 12 10 7 2. 0 -0.1292179971933365 -2.3314270973205566 0.0544969998300076 <_> <_> <_>5 8 14 12 -1. <_>5 12 14 4 3. 0 0.0229310002177954 -0.8444709777832031 0.3873809874057770 <_> <_> <_>3 14 7 9 -1. <_>3 17 7 3 3. 0 -0.0341200008988380 -1.4431500434875488 0.0984229966998100 <_> <_> <_>14 15 9 6 -1. <_>14 17 9 2 3. 0 0.0262230001389980 0.1822309941053391 -1.2586519718170166 <_> <_> <_>1 15 9 6 -1. <_>1 17 9 2 3. 0 0.0222369991242886 0.0698079988360405 -2.3820950984954834 <_> <_> <_>11 6 8 10 -1. <_>15 6 4 5 2. <_>11 11 4 5 2. 0 -5.8240001089870930e-003 0.3933250010013580 -0.2754279971122742 <_> <_> <_>5 5 14 14 -1. <_>5 5 7 7 2. <_>12 12 7 7 2. 0 0.0436530001461506 0.1483269929885864 -1.1368780136108398 <_> <_> <_>6 0 12 5 -1. <_>10 0 4 5 3. 0 0.0572669990360737 0.2462809979915619 -1.2687400579452515 <_> <_> <_>9 0 6 9 -1. <_>9 3 6 3 3. 0 2.3409998975694180e-003 -0.7544890046119690 0.2716380059719086 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0129960002377629 -0.3639490008354187 0.7095919847488403 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0265170000493526 -2.3221859931945801 0.0357440002262592 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 -5.8400002308189869e-003 0.4219430088996887 -0.0481849983334541 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 -0.0165689997375011 1.1099940538406372 -0.3484970033168793 <_> <_> <_>3 8 18 4 -1. <_>9 8 6 4 3. 0 -0.0681570023298264 -3.3269989490509033 0.2129900008440018 -4.4531588554382324 2 -1 <_> <_> <_> <_>6 0 12 9 -1. <_>6 3 12 3 3. 0 0.0399740003049374 -1.2173449993133545 1.0826710462570190 <_> <_> <_>0 0 24 6 -1. <_>8 0 8 6 3. 0 0.1881950050592423 -0.4828940033912659 1.4045250415802002 <_> <_> <_>4 7 16 12 -1. <_>4 11 16 4 3. 0 0.0780270025134087 -1.0782150030136108 0.7404029965400696 <_> <_> <_>11 6 6 6 -1. <_>11 6 3 6 2. 0 1.1899999663000926e-004 -1.2019979953765869 0.3774920105934143 <_> <_> <_>0 20 24 3 -1. <_>8 20 8 3 3. 0 0.0850569978356361 -0.4393909871578217 1.2647340297698975 <_> <_> <_>11 6 4 9 -1. <_>11 6 2 9 2. 0 8.9720003306865692e-003 -0.1844049990177155 0.4572640061378479 <_> <_> <_>4 13 15 4 -1. <_>9 13 5 4 3. 0 8.8120000436902046e-003 0.3039669990539551 -0.9599109888076782 <_> <_> <_>11 6 4 9 -1. <_>11 6 2 9 2. 0 -0.0235079992562532 1.2487529516220093 0.0462279990315437 <_> <_> <_>9 6 4 9 -1. <_>11 6 2 9 2. 0 7.0039997808635235e-003 -0.5944210290908814 0.5396329760551453 <_> <_> <_>9 12 6 12 -1. <_>9 18 6 6 2. 0 0.0338519997894764 0.2849609851837158 -1.4895249605178833 <_> <_> <_>1 22 18 2 -1. <_>1 23 18 1 2. 0 -3.2530000898987055e-003 0.4812079966068268 -0.5271239876747131 <_> <_> <_>10 7 4 10 -1. <_>10 12 4 5 2. 0 0.0290970001369715 0.2674390077590942 -1.6007850170135498 <_> <_> <_>6 7 8 10 -1. <_>6 12 8 5 2. 0 -8.4790000692009926e-003 -1.3107639551162720 0.1524309962987900 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -0.0107950000092387 0.4561359882354736 -0.7205089926719666 <_> <_> <_>0 14 10 4 -1. <_>0 16 10 2 2. 0 -0.0246200002729893 -1.7320619821548462 0.0683630034327507 <_> <_> <_>6 18 18 2 -1. <_>6 19 18 1 2. 0 3.7380000576376915e-003 -0.1930329948663712 0.6824349761009216 <_> <_> <_>1 1 22 3 -1. <_>1 2 22 1 3. 0 -0.0122640002518892 -1.6095290184020996 0.0752680003643036 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 -4.8670000396668911e-003 0.7428650259971619 -0.2151020020246506 <_> <_> <_>2 4 6 15 -1. <_>5 4 3 15 2. 0 0.0767259970307350 -0.2683509886264801 1.3094140291213989 <_> <_> <_>20 4 4 10 -1. <_>20 4 2 10 2. 0 0.0285780001431704 -0.0587930008769035 1.2196329832077026 <_> <_> <_>0 4 4 10 -1. <_>2 4 2 10 2. 0 0.0196940004825592 -0.3514289855957031 0.8492699861526489 <_> <_> <_>2 16 20 6 -1. <_>12 16 10 3 2. <_>2 19 10 3 2. 0 -0.0290939994156361 -1.0507299900054932 0.2980630099773407 <_> <_> <_>0 12 8 9 -1. <_>4 12 4 9 2. 0 -0.0291440002620220 0.8254780173301697 -0.3268719911575317 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 0.0197410006076097 0.2045260071754456 -0.8376020193099976 <_> <_> <_>5 10 6 6 -1. <_>8 10 3 6 2. 0 4.3299999088048935e-003 0.2057790011167526 -0.6682980060577393 <_> <_> <_>11 8 12 6 -1. <_>17 8 6 3 2. <_>11 11 6 3 2. 0 -0.0355009995400906 -1.2969900369644165 0.1389749944210053 <_> <_> <_>0 8 12 6 -1. <_>0 8 6 3 2. <_>6 11 6 3 2. 0 -0.0161729995161295 -1.3110569715499878 0.0757519975304604 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0221510007977486 -1.0524389743804932 0.1924110054969788 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 -0.0227070003747940 -1.3735309839248657 0.0667809993028641 <_> <_> <_>8 14 9 6 -1. <_>8 16 9 2 3. 0 0.0166079998016357 -0.0371359996497631 0.7784640192985535 <_> <_> <_>0 16 9 6 -1. <_>0 18 9 2 3. 0 -0.0133090000599623 -0.9985070228576660 0.1224810034036636 <_> <_> <_>10 8 6 10 -1. <_>12 8 2 10 3. 0 -0.0337320007383823 1.4461359977722168 0.0131519995629787 <_> <_> <_>3 19 12 3 -1. <_>9 19 6 3 2. 0 0.0169350001960993 -0.3712129890918732 0.5284219980239868 <_> <_> <_>2 10 20 2 -1. <_>2 11 20 1 2. 0 3.3259999472647905e-003 -0.5756850242614746 0.3926190137863159 <_> <_> <_>2 9 18 12 -1. <_>2 9 9 6 2. <_>11 15 9 6 2. 0 0.0836440026760101 0.0161160007119179 -2.1173279285430908 <_> <_> <_>3 0 18 24 -1. <_>3 0 9 24 2. 0 0.2578519880771637 -0.0816090032458305 0.9878249764442444 <_> <_> <_>5 6 14 10 -1. <_>5 6 7 5 2. <_>12 11 7 5 2. 0 -0.0365669988095760 -1.1512110233306885 0.0964590013027191 <_> <_> <_>9 5 10 12 -1. <_>14 5 5 6 2. <_>9 11 5 6 2. 0 -0.0164459999650717 0.3731549978256226 -0.1458539962768555 <_> <_> <_>4 5 12 12 -1. <_>4 5 6 6 2. <_>10 11 6 6 2. 0 -3.7519999314099550e-003 0.2617929875850678 -0.5815669894218445 <_> <_> <_>4 14 18 3 -1. <_>4 15 18 1 3. 0 -6.3660000450909138e-003 0.7547739744186401 -0.1705520004034042 <_> <_> <_>6 13 8 8 -1. <_>6 17 8 4 2. 0 -3.8499999791383743e-003 0.2265399992465973 -0.6387640237808228 <_> <_> <_>3 16 18 6 -1. <_>3 19 18 3 2. 0 -0.0454940013587475 -1.2640299797058105 0.2526069879531860 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0239410009235144 0.8706840276718140 -0.2710469961166382 <_> <_> <_>6 6 12 18 -1. <_>10 6 4 18 3. 0 -0.0775580033659935 -1.3901610374450684 0.2361229956150055 <_> <_> <_>6 1 4 14 -1. <_>8 1 2 14 2. 0 0.0236140005290508 0.0661400035023689 -1.2645419836044312 <_> <_> <_>3 2 19 2 -1. <_>3 3 19 1 2. 0 -2.5750000495463610e-003 -0.5384169816970825 0.3037909865379334 <_> <_> <_>1 8 22 13 -1. <_>12 8 11 13 2. 0 0.1201080009341240 -0.3534300029277802 0.5286620259284973 <_> <_> <_>8 9 11 4 -1. <_>8 11 11 2 2. 0 2.2899999748915434e-003 -0.5870199799537659 0.2406100034713745 <_> <_> <_>0 12 15 10 -1. <_>5 12 5 10 3. 0 0.0697169974446297 -0.3334890007972717 0.5191630125045776 <_> <_> <_>12 16 12 6 -1. <_>16 16 4 6 3. 0 -0.0466700010001659 0.6979539990425110 -0.0148959998041391 <_> <_> <_>0 16 12 6 -1. <_>4 16 4 6 3. 0 -0.0501290000975132 0.8614619970321655 -0.2598600089550018 <_> <_> <_>19 1 5 12 -1. <_>19 5 5 4 3. 0 0.0301479995250702 0.1933279931545258 -0.5913109779357910 -4.3864588737487793 3 -1 <_> <_> <_> <_>0 2 24 4 -1. <_>8 2 8 4 3. 0 0.0910850018262863 -0.8923310041427612 1.0434230566024780 <_> <_> <_>6 8 12 4 -1. <_>6 10 12 2 2. 0 0.0128189995884895 -1.2597670555114746 0.5531709790229797 <_> <_> <_>7 5 9 6 -1. <_>10 5 3 6 3. 0 0.0159319993108511 -0.8625440001487732 0.6373180150985718 <_> <_> <_>9 17 6 6 -1. <_>9 20 6 3 2. 0 2.2780001163482666e-003 -0.7463920116424561 0.5315560102462769 <_> <_> <_>0 7 22 15 -1. <_>0 12 22 5 3. 0 0.0318409986793995 -1.2650489807128906 0.3615390062332153 <_> <_> <_>4 1 17 9 -1. <_>4 4 17 3 3. 0 2.6960000395774841e-003 -0.9829040169715881 0.3601300120353699 <_> <_> <_>7 5 6 10 -1. <_>9 5 2 10 3. 0 -0.0120550002902746 0.6406840085983276 -0.5012500286102295 <_> <_> <_>18 1 6 8 -1. <_>18 1 3 8 2. 0 0.0213249996304512 -0.2403499931097031 0.8544800281524658 <_> <_> <_>0 1 6 7 -1. <_>3 1 3 7 2. 0 0.0304860007017851 -0.3427360057830811 1.1428849697113037 <_> <_> <_>18 0 6 22 -1. <_>18 0 3 22 2. 0 -0.0450799986720085 1.0976949930191040 -0.1797460019588471 <_> <_> <_>0 0 6 22 -1. <_>3 0 3 22 2. 0 -0.0717009976506233 1.5735000371932983 -0.3143349885940552 <_> <_> <_>16 7 8 16 -1. <_>16 7 4 16 2. 0 0.0592180006206036 -0.2758240103721619 1.0448570251464844 <_> <_> <_>2 10 19 6 -1. <_>2 12 19 2 3. 0 6.7010000348091125e-003 -1.0974019765853882 0.1980119943618774 <_> <_> <_>9 9 6 12 -1. <_>9 13 6 4 3. 0 0.0410469993948936 0.3054769933223724 -1.3287999629974365 <_> <_> <_>2 15 17 6 -1. <_>2 17 17 2 3. 0 -8.5499999113380909e-004 0.2580710053443909 -0.7005289793014526 <_> <_> <_>14 7 3 14 -1. <_>14 14 3 7 2. 0 -0.0303600002080202 -1.2306419610977173 0.2260939925909042 <_> <_> <_>5 6 8 10 -1. <_>5 6 4 5 2. <_>9 11 4 5 2. 0 -0.0129300002008677 0.4075860083103180 -0.5123450160026550 <_> <_> <_>15 8 9 11 -1. <_>18 8 3 11 3. 0 0.0373679995536804 -0.0947550013661385 0.6176509857177734 <_> <_> <_>0 8 9 11 -1. <_>3 8 3 11 3. 0 0.0244340002536774 -0.4110060036182404 0.4763050079345703 <_> <_> <_>8 6 10 18 -1. <_>8 15 10 9 2. 0 0.0570079982280731 0.2524929940700531 -0.6866980195045471 <_> <_> <_>7 7 3 14 -1. <_>7 14 3 7 2. 0 -0.0163139998912811 -0.9392840266227722 0.1144810020923615 <_> <_> <_>0 14 24 8 -1. <_>8 14 8 8 3. 0 -0.1764889955520630 1.2451089620590210 -0.0565190017223358 <_> <_> <_>1 10 18 14 -1. <_>10 10 9 14 2. 0 0.1761460006237030 -0.3252820074558258 0.8279150128364563 <_> <_> <_>14 12 6 6 -1. <_>14 15 6 3 2. 0 -7.3910001665353775e-003 0.3478370010852814 -0.1792909950017929 <_> <_> <_>7 0 10 16 -1. <_>7 0 5 8 2. <_>12 8 5 8 2. 0 0.0608909986913204 0.0550980009138584 -1.5480779409408569 <_> <_> <_>10 0 9 6 -1. <_>13 0 3 6 3. 0 -0.0291230008006096 -1.0255639553070068 0.2410690039396286 <_> <_> <_>4 3 16 4 -1. <_>12 3 8 4 2. 0 -0.0456489995121956 1.0301599502563477 -0.3167209923267365 <_> <_> <_>10 0 9 6 -1. <_>13 0 3 6 3. 0 0.0373330004513264 0.2162059992551804 -0.8258990049362183 <_> <_> <_>1 1 20 4 -1. <_>1 1 10 2 2. <_>11 3 10 2 2. 0 -0.0244110003113747 -1.5957959890365601 0.0511390008032322 <_> <_> <_>10 0 9 6 -1. <_>13 0 3 6 3. 0 -0.0598069988191128 -1.0312290191650391 0.1309230029582977 <_> <_> <_>5 0 9 6 -1. <_>8 0 3 6 3. 0 -0.0301060006022453 -1.4781630039215088 0.0372119992971420 <_> <_> <_>8 18 10 6 -1. <_>8 20 10 2 3. 0 7.4209999293088913e-003 -0.2402410060167313 0.4933399856090546 <_> <_> <_>6 3 6 9 -1. <_>8 3 2 9 3. 0 -2.1909999195486307e-003 0.2894150018692017 -0.5725960135459900 <_> <_> <_>7 3 12 6 -1. <_>7 5 12 2 3. 0 0.0208609998226166 -0.2314839959144592 0.6376590132713318 <_> <_> <_>0 10 18 3 -1. <_>0 11 18 1 3. 0 -6.6990000195801258e-003 -1.2107750177383423 0.0640180036425591 <_> <_> <_>1 10 22 3 -1. <_>1 11 22 1 3. 0 0.0187580008059740 0.2446130067110062 -0.9978669881820679 <_> <_> <_>5 11 8 8 -1. <_>9 11 4 8 2. 0 -0.0443230010569096 -1.3699189424514771 0.0360519997775555 <_> <_> <_>12 11 6 6 -1. <_>12 11 3 6 2. 0 0.0228599999099970 0.2128839939832687 -1.0397620201110840 <_> <_> <_>6 11 6 6 -1. <_>9 11 3 6 2. 0 -9.8600005730986595e-004 0.3244360089302063 -0.5429180264472961 <_> <_> <_>7 10 11 6 -1. <_>7 12 11 2 3. 0 0.0172390006482601 -0.2832390069961548 0.4446820020675659 <_> <_> <_>0 13 24 4 -1. <_>0 13 12 2 2. <_>12 15 12 2 2. 0 -0.0345310010015965 -2.3107020854949951 -3.1399999279528856e-003 <_> <_> <_>2 4 22 12 -1. <_>13 4 11 6 2. <_>2 10 11 6 2. 0 0.0670069977641106 0.2871569991111755 -0.6448100209236145 <_> <_> <_>2 0 20 17 -1. <_>12 0 10 17 2. 0 0.2377689927816391 -0.2717480063438416 0.8021910190582275 <_> <_> <_>14 0 2 24 -1. <_>14 0 1 24 2. 0 -0.0129030002281070 -1.5317620038986206 0.2142360061407089 <_> <_> <_>8 0 2 24 -1. <_>9 0 1 24 2. 0 0.0105149997398257 0.0770379975438118 -1.0581140518188477 <_> <_> <_>14 1 2 22 -1. <_>14 1 1 22 2. 0 0.0169690009206533 0.1430670022964478 -0.8582839965820313 <_> <_> <_>8 1 2 22 -1. <_>9 1 1 22 2. 0 -7.2460002265870571e-003 -1.1020129919052124 0.0649069994688034 <_> <_> <_>17 6 3 18 -1. <_>18 6 1 18 3. 0 0.0105569995939732 0.0139640001580119 0.6360149979591370 <_> <_> <_>6 14 9 6 -1. <_>6 16 9 2 3. 0 6.1380001716315746e-003 -0.3454590141773224 0.5629680156707764 <_> <_> <_>13 14 9 4 -1. <_>13 16 9 2 2. 0 0.0131580000743270 0.1992730051279068 -1.5040320158004761 <_> <_> <_>3 18 18 3 -1. <_>3 19 18 1 3. 0 3.1310000922530890e-003 -0.4090369939804077 0.3779639899730682 <_> <_> <_>9 4 8 18 -1. <_>13 4 4 9 2. <_>9 13 4 9 2. 0 -0.1092069968581200 -2.2227079868316650 0.1217819973826408 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 8.1820003688335419e-003 -0.2865200042724609 0.6789079904556274 -4.1299300193786621 4 -1 <_> <_> <_> <_>0 2 12 4 -1. <_>6 2 6 4 2. 0 0.0313469991087914 -0.8888459801673889 0.9493680000305176 <_> <_> <_>6 8 14 6 -1. <_>6 11 14 3 2. 0 0.0319180004298687 -1.1146880388259888 0.4888899922370911 <_> <_> <_>7 5 6 6 -1. <_>10 5 3 6 2. 0 6.5939999185502529e-003 -1.0097689628601074 0.4972380101680756 <_> <_> <_>10 5 6 16 -1. <_>10 13 6 8 2. 0 0.0261480007320642 0.2599129974842072 -1.2537480592727661 <_> <_> <_>1 4 9 16 -1. <_>4 4 3 16 3. 0 0.0128450002521276 -0.5713859796524048 0.5965949892997742 <_> <_> <_>5 0 18 9 -1. <_>5 3 18 3 3. 0 0.0263449996709824 -0.5520319938659668 0.3021740019321442 <_> <_> <_>9 15 5 8 -1. <_>9 19 5 4 2. 0 -0.0150830000638962 -1.2871240377426147 0.2235420048236847 <_> <_> <_>20 0 4 9 -1. <_>20 0 2 9 2. 0 -0.0388870015740395 1.7425049543380737 -0.0997470021247864 <_> <_> <_>2 0 18 3 -1. <_>2 1 18 1 3. 0 -5.7029998861253262e-003 -1.0523240566253662 0.1836259961128235 <_> <_> <_>5 22 19 2 -1. <_>5 23 19 1 2. 0 -1.4860000228509307e-003 0.5678420066833496 -0.4674200117588043 <_> <_> <_>0 0 4 9 -1. <_>2 0 2 9 2. 0 -0.0284860003739595 1.3082909584045410 -0.2646090090274811 <_> <_> <_>5 6 19 18 -1. <_>5 12 19 6 3. 0 0.0662249997258186 -0.4621070027351379 0.4174959957599640 <_> <_> <_>0 1 6 9 -1. <_>2 1 2 9 3. 0 8.8569996878504753e-003 -0.4147489964962006 0.5920479893684387 <_> <_> <_>6 5 14 12 -1. <_>13 5 7 6 2. <_>6 11 7 6 2. 0 0.0113559998571873 0.3610309958457947 -0.4578120112419128 <_> <_> <_>0 1 20 2 -1. <_>0 2 20 1 2. 0 -2.7679998893290758e-003 -0.8923889994621277 0.1419900059700012 <_> <_> <_>1 2 22 3 -1. <_>1 3 22 1 3. 0 0.0112469997256994 0.2935340106487274 -0.9733060002326965 <_> <_> <_>2 8 7 9 -1. <_>2 11 7 3 3. 0 7.1970000863075256e-003 -0.7933490276336670 0.1831340044736862 <_> <_> <_>2 12 22 4 -1. <_>13 12 11 2 2. <_>2 14 11 2 2. 0 0.0317689999938011 0.1552309989929199 -1.3245639801025391 <_> <_> <_>0 12 22 4 -1. <_>0 12 11 2 2. <_>11 14 11 2 2. 0 0.0251739993691444 0.0342149995267391 -2.0948131084442139 <_> <_> <_>9 7 6 11 -1. <_>11 7 2 11 3. 0 7.5360001064836979e-003 -0.3945060074329376 0.5133399963378906 <_> <_> <_>7 1 9 6 -1. <_>10 1 3 6 3. 0 0.0328730009496212 0.0883729979395866 -1.2814120054244995 <_> <_> <_>11 2 4 10 -1. <_>11 7 4 5 2. 0 -2.7379998937249184e-003 0.5528650283813477 -0.4638499915599823 <_> <_> <_>6 4 12 12 -1. <_>6 10 12 6 2. 0 -0.0380750000476837 -1.8497270345687866 0.0459440015256405 <_> <_> <_>18 1 6 15 -1. <_>18 6 6 5 3. 0 -0.0389840006828308 -0.4822370111942291 0.3476060032844544 <_> <_> <_>3 15 18 3 -1. <_>3 16 18 1 3. 0 2.8029999230057001e-003 -0.4515469968318939 0.4280630052089691 <_> <_> <_>18 5 6 9 -1. <_>18 8 6 3 3. 0 -0.0541459992527962 -0.8452079892158508 0.1667490005493164 <_> <_> <_>1 5 16 6 -1. <_>1 5 8 3 2. <_>9 8 8 3 2. 0 -8.3280000835657120e-003 0.3534829914569855 -0.4716320037841797 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 0.0337780006229877 0.1846310049295425 -1.6686669588088989 <_> <_> <_>0 4 24 14 -1. <_>0 4 12 7 2. <_>12 11 12 7 2. 0 -0.1123809963464737 -1.2521569728851318 0.0359920002520084 <_> <_> <_>13 0 4 13 -1. <_>13 0 2 13 2. 0 -0.0104080000892282 -0.8162040114402771 0.2342859953641892 <_> <_> <_>7 0 4 13 -1. <_>9 0 2 13 2. 0 -4.9439999274909496e-003 -0.9258469939231873 0.1003480032086372 <_> <_> <_>11 6 6 9 -1. <_>13 6 2 9 3. 0 -9.3029998242855072e-003 0.5649930238723755 -0.1888190060853958 <_> <_> <_>8 7 6 9 -1. <_>10 7 2 9 3. 0 -0.0117499995976686 0.8030239939689636 -0.3827700018882752 <_> <_> <_>13 17 9 6 -1. <_>13 19 9 2 3. 0 -0.0232170000672340 -0.8492699861526489 0.1967120021581650 <_> <_> <_>2 18 14 6 -1. <_>2 18 7 3 2. <_>9 21 7 3 2. 0 0.0168660003691912 -0.4059189856052399 0.5069530010223389 <_> <_> <_>3 18 18 4 -1. <_>12 18 9 2 2. <_>3 20 9 2 2. 0 -0.0240310002118349 -1.5297520160675049 0.2334499955177307 <_> <_> <_>0 20 15 4 -1. <_>5 20 5 4 3. 0 -0.0369459986686707 0.6300770044326782 -0.3178040087223053 <_> <_> <_>9 15 15 9 -1. <_>14 15 5 9 3. 0 -0.0615639984607697 0.5862789750099182 -0.0121079999953508 <_> <_> <_>4 4 16 4 -1. <_>4 6 16 2 2. 0 0.0216610003262758 -0.2562370002269745 1.0409849882125854 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -3.6710000131279230e-003 0.2917110025882721 -0.8328729867935181 <_> <_> <_>0 14 15 10 -1. <_>5 14 5 10 3. 0 0.0448490008711815 -0.3963319957256317 0.4566200077533722 <_> <_> <_>7 9 10 14 -1. <_>12 9 5 7 2. <_>7 16 5 7 2. 0 0.0571950003504753 0.2102389931678772 -1.5004800558090210 <_> <_> <_>7 6 6 9 -1. <_>9 6 2 9 3. 0 -0.0113420002162457 0.4407129883766174 -0.3865379989147186 <_> <_> <_>3 6 18 3 -1. <_>3 7 18 1 3. 0 -0.0120040001347661 0.9395459890365601 -0.1058949977159500 <_> <_> <_>0 10 18 3 -1. <_>0 11 18 1 3. 0 0.0225159991532564 9.4480002298951149e-003 -1.6799509525299072 <_> <_> <_>3 16 18 4 -1. <_>12 16 9 2 2. <_>3 18 9 2 2. 0 -0.0198090001940727 -1.0133639574050903 0.2414660006761551 <_> <_> <_>4 6 14 6 -1. <_>4 6 7 3 2. <_>11 9 7 3 2. 0 0.0158910006284714 -0.3750759959220886 0.4661409854888916 <_> <_> <_>13 0 2 18 -1. <_>13 0 1 18 2. 0 -9.1420002281665802e-003 -0.8048409819602966 0.1781699955463409 <_> <_> <_>9 0 2 18 -1. <_>10 0 1 18 2. 0 -4.4740000739693642e-003 -1.0562069416046143 0.0733050033450127 <_> <_> <_>5 7 15 10 -1. <_>10 7 5 10 3. 0 0.1274250000715256 0.2016559988260269 -1.5467929840087891 <_> <_> <_>1 20 21 4 -1. <_>8 20 7 4 3. 0 0.0477030016481876 -0.3793779909610748 0.3788599967956543 <_> <_> <_>10 5 5 18 -1. <_>10 14 5 9 2. 0 0.0536080002784729 0.2122049927711487 -1.2399710416793823 <_> <_> <_>0 2 24 6 -1. <_>0 2 12 3 2. <_>12 5 12 3 2. 0 -0.0396809987723827 -1.0257550477981567 0.0512829981744289 <_> <_> <_>1 1 22 8 -1. <_>12 1 11 4 2. <_>1 5 11 4 2. 0 -0.0673270002007484 -1.0304750204086304 0.2300529927015305 <_> <_> <_>4 0 15 9 -1. <_>4 3 15 3 3. 0 0.1333760023117065 -0.2086900025606155 1.2272510528564453 <_> <_> <_>0 0 24 19 -1. <_>8 0 8 19 3. 0 -0.2091930061578751 0.8792989850044251 -0.0442549996078014 <_> <_> <_>2 21 18 3 -1. <_>11 21 9 3 2. 0 -0.0655890032649040 1.0443429946899414 -0.2168209999799728 <_> <_> <_>9 7 10 4 -1. <_>9 7 5 4 2. 0 0.0618829987943172 0.1379819959402084 -1.9009059667587280 <_> <_> <_>5 7 10 4 -1. <_>10 7 5 4 2. 0 -0.0255789998918772 -1.6607600450515747 5.8439997956156731e-003 <_> <_> <_>17 8 6 16 -1. <_>20 8 3 8 2. <_>17 16 3 8 2. 0 -0.0348270013928413 0.7994040250778198 -0.0824069976806641 <_> <_> <_>1 15 20 4 -1. <_>1 15 10 2 2. <_>11 17 10 2 2. 0 -0.0182099994271994 -0.9607399702072144 0.0663200020790100 <_> <_> <_>14 15 10 6 -1. <_>14 17 10 2 3. 0 0.0150709999725223 0.1989939957857132 -0.7643300294876099 -4.0218091011047363 5 -1 <_> <_> <_> <_>3 0 16 9 -1. <_>3 3 16 3 3. 0 0.0463249981403351 -1.0362670421600342 0.8220149874687195 <_> <_> <_>15 6 7 15 -1. <_>15 11 7 5 3. 0 0.0154069997370243 -1.2327589988708496 0.2964769899845123 <_> <_> <_>9 1 6 13 -1. <_>11 1 2 13 3. 0 0.0128089999780059 -0.7585229873657227 0.5798550248146057 <_> <_> <_>17 2 6 14 -1. <_>17 2 3 14 2. 0 0.0491509996354580 -0.3898389935493469 0.8968030214309692 <_> <_> <_>3 14 12 10 -1. <_>3 14 6 5 2. <_>9 19 6 5 2. 0 0.0126210004091263 -0.7179930210113525 0.5044090151786804 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -0.0187689997255802 0.5514760017395020 -0.7055540084838867 <_> <_> <_>1 2 6 14 -1. <_>4 2 3 14 2. 0 0.0419650003314018 -0.4478209912776947 0.7098550200462341 <_> <_> <_>10 4 5 12 -1. <_>10 8 5 4 3. 0 -0.0514019988477230 -1.0932120084762573 0.2670190036296845 <_> <_> <_>0 17 24 5 -1. <_>8 17 8 5 3. 0 -0.0709609985351563 0.8361840248107910 -0.3831810057163239 <_> <_> <_>15 7 5 12 -1. <_>15 11 5 4 3. 0 0.0167459994554520 -0.2573310136795044 0.2596650123596191 <_> <_> <_>3 1 6 12 -1. <_>3 1 3 6 2. <_>6 7 3 6 2. 0 -6.2400000169873238e-003 0.3163149952888489 -0.5879690051078796 <_> <_> <_>12 13 6 6 -1. <_>12 16 6 3 2. 0 -0.0393979996442795 -1.0491210222244263 0.1682240068912506 <_> <_> <_>6 13 6 6 -1. <_>6 16 6 3 2. 0 0. 0.1614419966936112 -0.8787689805030823 <_> <_> <_>14 6 3 16 -1. <_>14 14 3 8 2. 0 -0.0223079994320869 -0.6905350089073181 0.2360700070858002 <_> <_> <_>1 12 13 6 -1. <_>1 14 13 2 3. 0 1.8919999711215496e-003 0.2498919963836670 -0.5658329725265503 <_> <_> <_>13 1 4 9 -1. <_>13 1 2 9 2. 0 1.0730000212788582e-003 -0.5041580200195313 0.3837450146675110 <_> <_> <_>7 0 9 6 -1. <_>10 0 3 6 3. 0 0.0392309986054897 0.0426190011203289 -1.3875889778137207 <_> <_> <_>12 2 6 9 -1. <_>12 2 3 9 2. 0 0.0622380003333092 0.1411940008401871 -1.0688860416412354 <_> <_> <_>6 2 6 9 -1. <_>9 2 3 9 2. 0 2.1399999968707561e-003 -0.8962240219116211 0.1979639977216721 <_> <_> <_>6 18 12 6 -1. <_>6 20 12 2 3. 0 9.1800000518560410e-004 -0.4533729851245880 0.4353269934654236 <_> <_> <_>7 6 6 9 -1. <_>9 6 2 9 3. 0 -6.9169998168945313e-003 0.3382279872894287 -0.4479300081729889 <_> <_> <_>7 7 12 3 -1. <_>7 7 6 3 2. 0 -0.0238669998943806 -0.7890859842300415 0.2251179963350296 <_> <_> <_>8 3 8 21 -1. <_>8 10 8 7 3. 0 -0.1026280000805855 -2.2831439971923828 -5.3960001096129417e-003 <_> <_> <_>7 4 10 12 -1. <_>7 8 10 4 3. 0 -9.5239998772740364e-003 0.3934670090675354 -0.5224220156669617 <_> <_> <_>0 1 6 9 -1. <_>0 4 6 3 3. 0 0.0398770011961460 0.0327990017831326 -1.5079489946365356 <_> <_> <_>15 2 2 20 -1. <_>15 2 1 20 2. 0 -0.0131449997425079 -1.0839990377426147 0.1848240047693253 <_> <_> <_>0 3 6 9 -1. <_>0 6 6 3 3. 0 -0.0505909994244576 -1.8822289705276489 -2.2199999075382948e-003 <_> <_> <_>15 3 2 21 -1. <_>15 3 1 21 2. 0 0.0249170009046793 0.1459340006113052 -2.2196519374847412 <_> <_> <_>7 0 2 23 -1. <_>8 0 1 23 2. 0 -7.6370001770555973e-003 -1.0164569616317749 0.0587970018386841 <_> <_> <_>15 8 9 4 -1. <_>15 10 9 2 2. 0 0.0429119989275932 0.1544300019741058 -1.1843889951705933 <_> <_> <_>0 8 9 4 -1. <_>0 10 9 2 2. 0 2.3000000510364771e-004 -0.7730579972267151 0.1218990013003349 <_> <_> <_>8 14 9 6 -1. <_>8 16 9 2 3. 0 9.0929996222257614e-003 -0.1145009994506836 0.7109130024909973 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 0.0111450003460050 0.0700009986758232 -1.0534820556640625 <_> <_> <_>3 10 18 4 -1. <_>9 10 6 4 3. 0 -0.0524530000984669 -1.7594360113143921 0.1952379941940308 <_> <_> <_>0 0 24 19 -1. <_>8 0 8 19 3. 0 -0.2302069962024689 0.9584029912948608 -0.2504569888114929 <_> <_> <_>9 1 8 12 -1. <_>9 7 8 6 2. 0 -0.0163659993559122 0.4673190116882324 -0.2110839933156967 <_> <_> <_>10 6 4 10 -1. <_>12 6 2 10 2. 0 -0.0172080006450415 0.7083569765090942 -0.2801829874515533 <_> <_> <_>7 9 10 12 -1. <_>12 9 5 6 2. <_>7 15 5 6 2. 0 -0.0366480015218258 -1.1013339757919312 0.2434110045433044 <_> <_> <_>5 0 3 19 -1. <_>6 0 1 19 3. 0 -0.0103049995377660 -1.0933129787445068 0.0562589988112450 <_> <_> <_>14 0 6 10 -1. <_>16 0 2 10 3. 0 -0.0137130003422499 -0.2643809914588928 0.1982100009918213 <_> <_> <_>2 0 6 12 -1. <_>2 0 3 6 2. <_>5 6 3 6 2. 0 0.0293080005794764 -0.2214239984750748 1.0525950193405151 <_> <_> <_>0 11 24 2 -1. <_>0 12 24 1 2. 0 0.0240770000964403 0.1848569959402084 -1.7203969955444336 <_> <_> <_>4 9 13 4 -1. <_>4 11 13 2 2. 0 6.1280000954866409e-003 -0.9272149801254273 0.0587529987096787 <_> <_> <_>9 8 6 9 -1. <_>9 11 6 3 3. 0 -0.0223779994994402 1.9646559953689575 0.0277859997004271 <_> <_> <_>0 12 16 4 -1. <_>0 14 16 2 2. 0 -7.0440000854432583e-003 0.2142760008573532 -0.4840759932994843 <_> <_> <_>18 12 6 9 -1. <_>18 15 6 3 3. 0 -0.0406030006706715 -1.1754349470138550 0.1606120020151138 <_> <_> <_>0 12 6 9 -1. <_>0 15 6 3 3. 0 -0.0244660004973412 -1.1239900588989258 0.0411100015044212 <_> <_> <_>8 7 10 4 -1. <_>8 7 5 4 2. 0 2.5309999473392963e-003 -0.1716970056295395 0.3217880129814148 <_> <_> <_>8 7 6 9 -1. <_>10 7 2 9 3. 0 -0.0195889994502068 0.8272020220756531 -0.2637670040130615 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -0.0296359993517399 -1.1524770259857178 0.1499930024147034 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0150300003588200 -1.0491830110549927 0.0401609987020493 <_> <_> <_>12 3 6 15 -1. <_>14 3 2 15 3. 0 -0.0607150010764599 -1.0903840065002441 0.1533080041408539 <_> <_> <_>6 3 6 15 -1. <_>8 3 2 15 3. 0 -0.0127900000661612 0.4224860072135925 -0.4239920079708099 <_> <_> <_>15 2 9 4 -1. <_>15 4 9 2 2. 0 -0.0202479995787144 -0.9186699986457825 0.1848569959402084 <_> <_> <_>5 10 6 7 -1. <_>8 10 3 7 2. 0 -0.0306839998811483 -1.5958670377731323 2.5760000571608543e-003 <_> <_> <_>9 14 6 10 -1. <_>9 19 6 5 2. 0 -0.0207180008292198 -0.6629999876022339 0.3103719949722290 <_> <_> <_>7 13 5 8 -1. <_>7 17 5 4 2. 0 -1.7290000105276704e-003 0.1918340027332306 -0.6508499979972839 <_> <_> <_>14 5 3 16 -1. <_>14 13 3 8 2. 0 -0.0313940010964870 -0.6364300251007080 0.1540839970111847 <_> <_> <_>2 17 18 3 -1. <_>2 18 18 1 3. 0 0.0190030001103878 -0.1891939938068390 1.5294510126113892 <_> <_> <_>5 18 19 3 -1. <_>5 19 19 1 3. 0 6.1769997701048851e-003 -0.1059790030121803 0.6485959887504578 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 -0.0101659996435046 -1.0802700519561768 0.0371760018169880 <_> <_> <_>12 4 3 18 -1. <_>13 4 1 18 3. 0 -1.4169999631121755e-003 0.3415749967098236 -0.0977379977703094 <_> <_> <_>9 4 3 18 -1. <_>10 4 1 18 3. 0 -4.0799998678267002e-003 0.4762459993362427 -0.3436630070209503 <_> <_> <_>3 3 18 9 -1. <_>9 3 6 9 3. 0 -0.0440969988703728 0.9763429760932922 -0.0191730000078678 <_> <_> <_>6 1 6 14 -1. <_>8 1 2 14 3. 0 -0.0606699995696545 -2.1752851009368896 -0.0289259999990463 <_> <_> <_>12 16 9 6 -1. <_>12 19 9 3 2. 0 -0.0329319983720779 -0.6438310146331787 0.1649409979581833 <_> <_> <_>1 3 20 16 -1. <_>1 3 10 8 2. <_>11 11 10 8 2. 0 -0.1472280025482178 -1.4745830297470093 2.5839998852461576e-003 <_> <_> <_>12 5 6 12 -1. <_>15 5 3 6 2. <_>12 11 3 6 2. 0 -0.0119300000369549 0.4244140088558197 -0.1771260052919388 <_> <_> <_>1 2 22 16 -1. <_>1 2 11 8 2. <_>12 10 11 8 2. 0 0.1451790034770966 0.0254449993371964 -1.2779400348663330 <_> <_> <_>10 14 5 10 -1. <_>10 19 5 5 2. 0 0.0514479987323284 0.1567839980125427 -1.5188430547714233 <_> <_> <_>3 21 18 3 -1. <_>3 22 18 1 3. 0 3.1479999888688326e-003 -0.4042440056800842 0.3242970108985901 <_> <_> <_>10 14 6 10 -1. <_>12 14 2 10 3. 0 -0.0436000004410744 -1.9932260513305664 0.1501860022544861 -3.8832089900970459 6 -1 <_> <_> <_> <_>0 2 24 4 -1. <_>8 2 8 4 3. 0 0.1289959996938705 -0.6216199994087219 1.1116520166397095 <_> <_> <_>6 4 12 9 -1. <_>6 7 12 3 3. 0 -0.0912619978189468 1.0143059492111206 -0.6133520007133484 <_> <_> <_>6 6 12 5 -1. <_>10 6 4 5 3. 0 0.0142719997093081 -1.0261659622192383 0.3977999985218048 <_> <_> <_>5 8 14 12 -1. <_>5 12 14 4 3. 0 0.0328899994492531 -1.1386079788208008 0.2869080007076263 <_> <_> <_>4 14 8 10 -1. <_>4 14 4 5 2. <_>8 19 4 5 2. 0 0.0125900004059076 -0.5664560198783875 0.4517239928245544 <_> <_> <_>11 6 5 14 -1. <_>11 13 5 7 2. 0 0.0146610001102090 0.3050599992275238 -0.6812959909439087 <_> <_> <_>7 6 3 16 -1. <_>7 14 3 8 2. 0 -0.0335559993982315 -1.7208939790725708 0.0614390000700951 <_> <_> <_>3 7 18 8 -1. <_>9 7 6 8 3. 0 0.1425269991159439 0.2319220006465912 -1.7297149896621704 <_> <_> <_>2 3 20 2 -1. <_>2 4 20 1 2. 0 -6.2079997733235359e-003 -1.2163300514221191 0.1216019988059998 <_> <_> <_>3 12 19 6 -1. <_>3 14 19 2 3. 0 0.0181789994239807 0.3255369961261749 -0.8100399971008301 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 0.0250369999557734 -0.3169879913330078 0.6736140251159668 <_> <_> <_>16 6 6 14 -1. <_>16 6 3 14 2. 0 0.0465609990060329 -0.1108980029821396 0.8408250212669373 <_> <_> <_>7 9 6 12 -1. <_>9 9 2 12 3. 0 -8.9999996125698090e-003 0.3957450091838837 -0.4762459993362427 <_> <_> <_>18 6 6 18 -1. <_>21 6 3 9 2. <_>18 15 3 9 2. 0 0.0408059991896153 -1.8000000272877514e-004 0.9457070231437683 <_> <_> <_>0 6 6 18 -1. <_>0 6 3 9 2. <_>3 15 3 9 2. 0 -0.0342219993472099 0.7520629763603210 -0.3153150081634522 <_> <_> <_>18 2 6 9 -1. <_>18 5 6 3 3. 0 -0.0397160016000271 -0.8313959836959839 0.1774439960718155 <_> <_> <_>3 18 15 6 -1. <_>3 20 15 2 3. 0 2.5170000735670328e-003 -0.5937799811363220 0.2465700060129166 <_> <_> <_>18 2 6 9 -1. <_>18 5 6 3 3. 0 0.0274289995431900 0.1599839925765991 -0.4278199970722199 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 0.0349860005080700 0.0350559987127781 -1.5988600254058838 <_> <_> <_>5 10 18 2 -1. <_>5 11 18 1 2. 0 4.4970000162720680e-003 -0.5203430056571960 0.3782829940319061 <_> <_> <_>6 0 12 6 -1. <_>6 2 12 2 3. 0 2.7699999045580626e-003 -0.5318260192871094 0.2495100051164627 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 0.0351740010082722 0.1998340040445328 -1.4446129798889160 <_> <_> <_>8 0 6 9 -1. <_>10 0 2 9 3. 0 0.0259709991514683 0.0444269999861717 -1.3622980117797852 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 -0.0157839991152287 -0.9102039933204651 0.2719030082225800 <_> <_> <_>3 6 13 6 -1. <_>3 8 13 2 3. 0 -7.5880000367760658e-003 0.0920649990439415 -0.8162890076637268 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 0.0207540001720190 0.2118570059537888 -0.7472900152206421 <_> <_> <_>2 5 6 15 -1. <_>5 5 3 15 2. 0 0.0598290003836155 -0.2730109989643097 0.8092330098152161 <_> <_> <_>8 8 9 6 -1. <_>11 8 3 6 3. 0 0.0390390008687973 -0.1043229997158051 0.8622620105743408 <_> <_> <_>8 6 3 14 -1. <_>8 13 3 7 2. 0 0.0216659996658564 0.0627090036869049 -0.9889429807662964 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 -0.0274969991296530 -0.9269099831581116 0.1558630019426346 <_> <_> <_>4 12 10 4 -1. <_>9 12 5 4 2. 0 0.0104620000347495 0.1341809928417206 -0.7038639783859253 <_> <_> <_>13 1 4 19 -1. <_>13 1 2 19 2. 0 0.0248709991574287 0.1970670074224472 -0.4026330113410950 <_> <_> <_>7 1 4 19 -1. <_>9 1 2 19 2. 0 -0.0160360001027584 -1.1409829854965210 0.0739979967474937 <_> <_> <_>18 9 6 9 -1. <_>18 12 6 3 3. 0 0.0486270003020763 0.1699039936065674 -0.7215219736099243 <_> <_> <_>1 21 18 3 -1. <_>1 22 18 1 3. 0 1.2619999470189214e-003 -0.4738979935646057 0.2625499963760376 <_> <_> <_>14 13 10 9 -1. <_>14 16 10 3 3. 0 -0.0880350023508072 -2.1606519222259521 0.1455480009317398 <_> <_> <_>1 13 22 4 -1. <_>1 13 11 2 2. <_>12 15 11 2 2. 0 0.0183569993823767 0.0447509996592999 -1.0766370296478271 <_> <_> <_>4 6 16 6 -1. <_>12 6 8 3 2. <_>4 9 8 3 2. 0 0.0352750010788441 -0.0329190008342266 1.2153890132904053 <_> <_> <_>1 0 18 22 -1. <_>1 0 9 11 2. <_>10 11 9 11 2. 0 -0.2039290070533752 -1.3187999725341797 0.0155039997771382 <_> <_> <_>10 7 8 14 -1. <_>14 7 4 7 2. <_>10 14 4 7 2. 0 -0.0166190005838871 0.3685019910335541 -0.1528369933366776 <_> <_> <_>0 4 6 20 -1. <_>0 4 3 10 2. <_>3 14 3 10 2. 0 0.0377390012145042 -0.2572779953479767 0.7065529823303223 <_> <_> <_>15 0 6 9 -1. <_>17 0 2 9 3. 0 2.2720000706613064e-003 -0.0776029974222183 0.3336780071258545 <_> <_> <_>3 0 6 9 -1. <_>5 0 2 9 3. 0 -0.0148029997944832 -0.7852479815483093 0.0769340023398399 <_> <_> <_>15 12 6 12 -1. <_>18 12 3 6 2. <_>15 18 3 6 2. 0 -0.0483190007507801 1.7022320032119751 0.0497220009565353 <_> <_> <_>3 12 6 12 -1. <_>3 12 3 6 2. <_>6 18 3 6 2. 0 -0.0295390002429485 0.7767069935798645 -0.2453429996967316 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 -0.0461690016090870 -1.4922779798507690 0.1234000027179718 <_> <_> <_>0 12 9 6 -1. <_>0 14 9 2 3. 0 -0.0280649997293949 -2.1345369815826416 -0.0257970001548529 <_> <_> <_>4 14 19 3 -1. <_>4 15 19 1 3. 0 -5.7339998893439770e-003 0.5698260068893433 -0.1205660030245781 <_> <_> <_>2 13 19 3 -1. <_>2 14 19 1 3. 0 -0.0101110003888607 0.6791139841079712 -0.2663800120353699 <_> <_> <_>14 15 10 6 -1. <_>14 17 10 2 3. 0 0.0113599998876452 0.2478979974985123 -0.6449300050735474 <_> <_> <_>6 0 10 12 -1. <_>6 0 5 6 2. <_>11 6 5 6 2. 0 0.0518090017139912 0.0147160002961755 -1.2395579814910889 <_> <_> <_>17 1 6 12 -1. <_>20 1 3 6 2. <_>17 7 3 6 2. 0 0.0332919992506504 -8.2559995353221893e-003 1.0168470144271851 <_> <_> <_>1 1 6 12 -1. <_>1 1 3 6 2. <_>4 7 3 6 2. 0 -0.0144940000027418 0.4506680071353912 -0.3625099956989288 <_> <_> <_>16 14 6 9 -1. <_>16 17 6 3 3. 0 -0.0342219993472099 -0.9529250264167786 0.2068459987640381 <_> <_> <_>7 3 9 12 -1. <_>7 9 9 6 2. 0 -0.0806540027260780 -2.0139501094818115 -0.0230849999934435 <_> <_> <_>12 1 4 12 -1. <_>12 7 4 6 2. 0 -8.9399999706074595e-004 0.3957200050354004 -0.2935130000114441 <_> <_> <_>4 0 14 8 -1. <_>4 4 14 4 2. 0 0.0971620008349419 -0.2498030066490173 1.0859220027923584 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 0.0366140007972717 -0.0578440017998219 1.2162159681320190 <_> <_> <_>2 10 18 3 -1. <_>8 10 6 3 3. 0 0.0516939982771873 0.0430629998445511 -1.0636160373687744 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 -0.0245570000261068 -0.4894680082798004 0.1718290001153946 <_> <_> <_>0 1 21 23 -1. <_>7 1 7 23 3. 0 0.3273679912090302 -0.2968859970569611 0.5179830193519592 <_> <_> <_>6 9 17 4 -1. <_>6 11 17 2 2. 0 7.6959999278187752e-003 -0.5980589985847473 0.2480320036411285 <_> <_> <_>1 0 11 18 -1. <_>1 6 11 6 3. 0 0.1617220044136047 -0.0296139996498823 -2.3162529468536377 <_> <_> <_>6 15 13 6 -1. <_>6 17 13 2 3. 0 -4.7889999113976955e-003 0.3745790123939514 -0.3277919888496399 <_> <_> <_>0 15 9 6 -1. <_>0 17 9 2 3. 0 -0.0184029992669821 -0.9969270229339600 0.0729480013251305 <_> <_> <_>8 7 15 4 -1. <_>13 7 5 4 3. 0 0.0776650011539459 0.1417569965124130 -1.7238730192184448 <_> <_> <_>9 12 6 9 -1. <_>9 15 6 3 3. 0 0.0189210008829832 -0.2127310037612915 1.0165189504623413 <_> <_> <_>6 8 18 3 -1. <_>12 8 6 3 3. 0 -0.0793979987502098 -1.3164349794387817 0.1498199999332428 <_> <_> <_>0 14 24 4 -1. <_>8 14 8 4 3. 0 -0.0680370032787323 0.4942199885845184 -0.2909100055694580 <_> <_> <_>16 10 3 12 -1. <_>16 16 3 6 2. 0 -6.1010001227259636e-003 0.4243049919605255 -0.3389930129051209 <_> <_> <_>0 3 24 3 -1. <_>0 4 24 1 3. 0 0.0319270007312298 -0.0310469996184111 -2.3459999561309814 <_> <_> <_>14 17 10 6 -1. <_>14 19 10 2 3. 0 -0.0298439990729094 -0.7898960113525391 0.1541769951581955 <_> <_> <_>1 13 18 3 -1. <_>7 13 6 3 3. 0 -0.0805419981479645 -2.2509229183197021 -0.0309069994837046 <_> <_> <_>5 0 18 9 -1. <_>5 3 18 3 3. 0 3.8109999150037766e-003 -0.2557730078697205 0.2378550022840500 <_> <_> <_>4 3 16 9 -1. <_>4 6 16 3 3. 0 0.0336470007896423 -0.2254139930009842 0.9230740070343018 <_> <_> <_>16 5 3 12 -1. <_>16 11 3 6 2. 0 8.2809999585151672e-003 -0.2889620065689087 0.3104619979858398 <_> <_> <_>0 7 18 4 -1. <_>6 7 6 4 3. 0 0.1010439991950989 -0.0348640009760857 -2.7102620601654053 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 -0.0100090000778437 0.5971540212631226 -0.0338310003280640 <_> <_> <_>9 8 6 10 -1. <_>11 8 2 10 3. 0 7.1919998154044151e-003 -0.4773800075054169 0.2268600016832352 <_> <_> <_>9 15 6 9 -1. <_>11 15 2 9 3. 0 0.0249690003693104 0.2287770062685013 -1.0435529947280884 <_> <_> <_>3 1 18 21 -1. <_>12 1 9 21 2. 0 0.2790800034999847 -0.2581810057163239 0.7678049802780151 <_> <_> <_>6 8 12 7 -1. <_>6 8 6 7 2. 0 -0.0442130006849766 -0.5979800224304199 0.2803989946842194 <_> <_> <_>8 5 6 9 -1. <_>10 5 2 9 3. 0 -0.0141369998455048 0.7098730206489563 -0.2564519941806793 -3.8424909114837646 7 -1 <_> <_> <_> <_>0 2 24 4 -1. <_>8 2 8 4 3. 0 0.1377120018005371 -0.5587059855461121 1.0953769683837891 <_> <_> <_>14 7 5 12 -1. <_>14 11 5 4 3. 0 0.0344609990715981 -0.7117189764976502 0.5289959907531738 <_> <_> <_>5 7 5 12 -1. <_>5 11 5 4 3. 0 0.0185800008475780 -1.1157519817352295 0.4059399962425232 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0250419992953539 -0.4089249968528748 0.7412999868392944 <_> <_> <_>0 1 6 17 -1. <_>3 1 3 17 2. 0 0.0571790002286434 -0.3805429935455322 0.7364770174026489 <_> <_> <_>3 1 19 9 -1. <_>3 4 19 3 3. 0 0.0149320000782609 -0.6994550228118897 0.3795099854469299 <_> <_> <_>3 18 12 6 -1. <_>3 18 6 3 2. <_>9 21 6 3 2. 0 8.8900001719594002e-003 -0.5455859899520874 0.3633249998092651 <_> <_> <_>20 4 4 19 -1. <_>20 4 2 19 2. 0 0.0304359998553991 -0.1012459993362427 0.7958589792251587 <_> <_> <_>0 16 10 7 -1. <_>5 16 5 7 2. 0 -0.0441600009799004 0.8441089987754822 -0.3297640085220337 <_> <_> <_>8 7 10 12 -1. <_>13 7 5 6 2. <_>8 13 5 6 2. 0 0.0184610001742840 0.2632659971714020 -0.9673650264739990 <_> <_> <_>6 7 10 12 -1. <_>6 7 5 6 2. <_>11 13 5 6 2. 0 0.0106149995699525 0.1525190025568008 -1.0589870214462280 <_> <_> <_>9 2 9 6 -1. <_>12 2 3 6 3. 0 -0.0459740012884140 -1.9918340444564819 0.1362909972667694 <_> <_> <_>1 20 21 4 -1. <_>8 20 7 4 3. 0 0.0829000025987625 -0.3203719854354858 0.6030420064926148 <_> <_> <_>9 12 9 6 -1. <_>9 14 9 2 3. 0 -8.9130001142621040e-003 0.5958660244941711 -0.2113959938287735 <_> <_> <_>7 2 9 6 -1. <_>10 2 3 6 3. 0 0.0428140014410019 0.0229250006377697 -1.4679330587387085 <_> <_> <_>13 0 4 14 -1. <_>13 0 2 14 2. 0 -8.7139997631311417e-003 -0.4398950040340424 0.2043969929218292 <_> <_> <_>7 0 4 14 -1. <_>9 0 2 14 2. 0 -4.3390002101659775e-003 -0.8906679749488831 0.1046999990940094 <_> <_> <_>14 15 9 6 -1. <_>14 17 9 2 3. 0 8.0749997869133949e-003 0.2116419970989227 -0.4023160040378571 <_> <_> <_>2 8 18 5 -1. <_>8 8 6 5 3. 0 0.0967390015721321 0.0133199999108911 -1.6085360050201416 <_> <_> <_>18 3 6 11 -1. <_>20 3 2 11 3. 0 -0.0305369999259710 1.0063740015029907 -0.1341329962015152 <_> <_> <_>6 5 11 14 -1. <_>6 12 11 7 2. 0 -0.0608559995889664 -1.4689979553222656 9.4240000471472740e-003 <_> <_> <_>18 4 6 9 -1. <_>18 7 6 3 3. 0 -0.0381620004773140 -0.8163639903068543 0.2617120146751404 <_> <_> <_>7 6 9 6 -1. <_>7 8 9 2 3. 0 -9.6960002556443214e-003 0.1156169995665550 -0.7169319987297058 <_> <_> <_>18 4 6 9 -1. <_>18 7 6 3 3. 0 0.0489029996097088 0.1305049955844879 -1.6448370218276978 <_> <_> <_>0 4 6 9 -1. <_>0 7 6 3 3. 0 -0.0416119992733002 -1.1795840263366699 0.0250170007348061 <_> <_> <_>9 4 9 4 -1. <_>9 6 9 2 2. 0 -0.0201880000531673 0.6318820118904114 -0.1049040034413338 <_> <_> <_>0 22 19 2 -1. <_>0 23 19 1 2. 0 -9.7900000400841236e-004 0.1850779950618744 -0.5356590151786804 <_> <_> <_>17 14 6 9 -1. <_>17 17 6 3 3. 0 -0.0336220003664494 -0.9312760233879089 0.2007150053977966 <_> <_> <_>1 14 6 9 -1. <_>1 17 6 3 3. 0 0.0194559991359711 0.0380290001630783 -1.0112210512161255 <_> <_> <_>14 11 4 9 -1. <_>14 11 2 9 2. 0 -3.1800000579096377e-004 0.3645769953727722 -0.2761090099811554 <_> <_> <_>6 11 4 9 -1. <_>8 11 2 9 2. 0 -3.8899999344721437e-004 0.1966589987277985 -0.5341050028800964 <_> <_> <_>3 9 18 7 -1. <_>9 9 6 7 3. 0 -0.0934960022568703 -1.6772350072860718 0.2072709947824478 <_> <_> <_>9 12 6 10 -1. <_>9 17 6 5 2. 0 -0.0778779983520508 -3.0760629177093506 -0.0358039997518063 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 0.0169479995965958 0.2144739925861359 -0.7137629985809326 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 -0.0214590001851320 -1.1468060016632080 0.0158559996634722 <_> <_> <_>6 17 18 3 -1. <_>6 18 18 1 3. 0 -0.0128659997135401 0.8381239771842957 -0.0659440010786057 <_> <_> <_>1 17 18 3 -1. <_>1 18 18 1 3. 0 7.8220004215836525e-003 -0.2802680134773254 0.7937690019607544 <_> <_> <_>10 6 11 12 -1. <_>10 12 11 6 2. 0 0.1029440015554428 0.1783230006694794 -0.6841220259666443 <_> <_> <_>5 6 14 6 -1. <_>5 6 7 3 2. <_>12 9 7 3 2. 0 -0.0374879986047745 0.9618999958038330 -0.2173559963703156 <_> <_> <_>5 4 15 4 -1. <_>5 6 15 2 2. 0 0.0255059991031885 0.0101039996370673 1.2461110353469849 <_> <_> <_>0 0 22 2 -1. <_>0 1 22 1 2. 0 6.6700001480057836e-004 -0.5348820090293884 0.1474629938602448 <_> <_> <_>0 0 24 24 -1. <_>8 0 8 24 3. 0 -0.2886790037155151 0.8217279911041260 -0.0149480002000928 <_> <_> <_>1 15 18 4 -1. <_>10 15 9 4 2. 0 0.0912949964404106 -0.1960539966821671 1.0803170204162598 <_> <_> <_>6 8 12 9 -1. <_>6 11 12 3 3. 0 0.1205660030245781 -0.0238489992916584 1.1392610073089600 <_> <_> <_>4 12 7 12 -1. <_>4 16 7 4 3. 0 -0.0737750008702278 -1.3583840131759644 -4.2039998807013035e-003 <_> <_> <_>1 2 22 6 -1. <_>12 2 11 3 2. <_>1 5 11 3 2. 0 -0.0331280007958412 -0.6448320150375366 0.2414219975471497 <_> <_> <_>5 20 14 3 -1. <_>12 20 7 3 2. 0 -0.0439370013773441 0.8428540229797363 -0.2062480002641678 <_> <_> <_>0 0 24 16 -1. <_>12 0 12 8 2. <_>0 8 12 8 2. 0 0.1811019927263260 0.1921209990978241 -1.2222139835357666 <_> <_> <_>3 13 18 4 -1. <_>3 13 9 2 2. <_>12 15 9 2 2. 0 -0.0118509996682405 -0.7267739772796631 0.0526879988610744 <_> <_> <_>2 10 22 2 -1. <_>2 11 22 1 2. 0 4.5920000411570072e-003 -0.3630520105361939 0.2922379970550537 <_> <_> <_>6 3 11 8 -1. <_>6 7 11 4 2. 0 7.0620002225041389e-003 0.0581160001456738 -0.6716160178184509 <_> <_> <_>14 5 6 6 -1. <_>14 8 6 3 2. 0 -0.0237150005996227 0.4714210033416748 0.0185800008475780 <_> <_> <_>0 7 24 6 -1. <_>0 9 24 2 3. 0 -0.0671719983220100 -1.1331889629364014 0.0237809997051954 <_> <_> <_>14 0 10 10 -1. <_>19 0 5 5 2. <_>14 5 5 5 2. 0 -0.0653100013732910 0.9825350046157837 0.0283620003610849 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0227910000830889 -0.2821370065212250 0.5899339914321899 <_> <_> <_>0 1 24 4 -1. <_>12 1 12 2 2. <_>0 3 12 2 2. 0 -0.0190379992127419 -0.6371150016784668 0.2651459872722626 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -6.8689999170601368e-003 0.3748730123043060 -0.3323209881782532 <_> <_> <_>5 15 16 6 -1. <_>13 15 8 3 2. <_>5 18 8 3 2. 0 -0.0401460006833076 -1.3048729896545410 0.1572429984807968 <_> <_> <_>3 15 16 6 -1. <_>3 15 8 3 2. <_>11 18 8 3 2. 0 -0.0405309982597828 -2.0458049774169922 -0.0269259996712208 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 -0.0122539997100830 0.7764940261840820 -0.0429710000753403 <_> <_> <_>0 13 21 10 -1. <_>0 18 21 5 2. 0 -0.0272199995815754 0.1742440015077591 -0.4460090100765228 <_> <_> <_>13 0 6 24 -1. <_>15 0 2 24 3. 0 -0.0883660018444061 -1.5036419630050659 0.1428990066051483 <_> <_> <_>7 4 6 11 -1. <_>9 4 2 11 3. 0 -7.9159997403621674e-003 0.2866669893264771 -0.3792369961738586 <_> <_> <_>9 5 9 6 -1. <_>12 5 3 6 3. 0 -0.0419600009918213 1.3846950531005859 0.0650269985198975 <_> <_> <_>1 4 2 20 -1. <_>1 14 2 10 2. 0 0.0456629991531372 -0.2245229929685593 0.7952100038528442 <_> <_> <_>13 0 6 24 -1. <_>15 0 2 24 3. 0 -0.1409060060977936 -1.5879319906234741 0.1135900020599365 <_> <_> <_>5 0 6 24 -1. <_>7 0 2 24 3. 0 -0.0592160001397133 -1.1945960521697998 -7.1640000678598881e-003 <_> <_> <_>16 7 6 14 -1. <_>19 7 3 7 2. <_>16 14 3 7 2. 0 4.3390002101659775e-003 -0.1552869975566864 0.4066449999809265 <_> <_> <_>4 7 4 12 -1. <_>6 7 2 12 2. 0 -2.0369999110698700e-003 0.2592790126800537 -0.3836829960346222 <_> <_> <_>0 5 24 14 -1. <_>8 5 8 14 3. 0 0.2751649916172028 -0.0884979963302612 0.7678750157356262 <_> <_> <_>5 13 10 6 -1. <_>5 15 10 2 3. 0 -0.0266019999980927 0.7502449750900269 -0.2262199968099594 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 0.0409060008823872 0.1215860024094582 -1.4566910266876221 <_> <_> <_>2 7 6 14 -1. <_>2 7 3 7 2. <_>5 14 3 7 2. 0 5.5320002138614655e-003 -0.3661150038242340 0.2596859931945801 <_> <_> <_>15 2 9 15 -1. <_>18 2 3 15 3. 0 0.0318790003657341 -0.0750190019607544 0.4848479926586151 <_> <_> <_>0 2 6 9 -1. <_>2 2 2 9 3. 0 -0.0414820015430450 0.7822039723396301 -0.2199220061302185 <_> <_> <_>12 2 10 14 -1. <_>17 2 5 7 2. <_>12 9 5 7 2. 0 -0.0961309969425201 -0.8945630192756653 0.1468070000410080 <_> <_> <_>11 6 2 18 -1. <_>12 6 1 18 2. 0 -0.0115689998492599 0.8271409869194031 -0.2027560025453568 <_> <_> <_>9 5 15 6 -1. <_>14 5 5 6 3. 0 0.0183129999786615 0.0163679998368025 0.2730680108070374 <_> <_> <_>8 6 6 10 -1. <_>10 6 2 10 3. 0 -0.0341660007834435 1.1307320594787598 -0.1881089955568314 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0244769994169474 -0.5779129862785339 0.1581249982118607 <_> <_> <_>3 3 9 7 -1. <_>6 3 3 7 3. 0 0.0489570014178753 -0.0225649997591972 -1.6373280286788940 <_> <_> <_>6 7 14 3 -1. <_>6 7 7 3 2. 0 -0.0207029990851879 -0.5451210141181946 0.2408699989318848 <_> <_> <_>7 7 8 6 -1. <_>11 7 4 6 2. 0 -0.0230020005255938 -1.2236540317535400 -7.3440000414848328e-003 <_> <_> <_>12 7 7 12 -1. <_>12 13 7 6 2. 0 0.0645850002765656 0.1469559967517853 -0.4496749937534332 <_> <_> <_>10 6 4 18 -1. <_>10 6 2 9 2. <_>12 15 2 9 2. 0 0.0126660000532866 -0.2787390053272247 0.4387660026550293 <_> <_> <_>16 14 6 9 -1. <_>16 17 6 3 3. 0 -0.0120029998943210 -0.2428909987211227 0.2535009980201721 <_> <_> <_>4 0 6 13 -1. <_>6 0 2 13 3. 0 -0.0264439992606640 -0.8586480021476746 0.0260259993374348 <_> <_> <_>2 2 21 3 -1. <_>9 2 7 3 3. 0 -0.0255479998886585 0.6928790211677551 -2.1160000469535589e-003 <_> <_> <_>5 4 5 12 -1. <_>5 8 5 4 3. 0 0.0391150005161762 -0.1658910065889359 1.5209139585494995 <_> <_> <_>10 3 4 10 -1. <_>10 8 4 5 2. 0 -6.0330000706017017e-003 0.4385690093040466 -0.2161370068788528 <_> <_> <_>8 4 5 8 -1. <_>8 8 5 4 2. 0 -0.0339369997382164 -0.9799839854240418 0.0221330001950264 -3.6478610038757324 8 -1 <_> <_> <_> <_>6 0 11 9 -1. <_>6 3 11 3 3. 0 0.0406729988753796 -0.9047470092773438 0.6441059708595276 <_> <_> <_>6 6 12 5 -1. <_>10 6 4 5 3. 0 0.0256099998950958 -0.7921699881553650 0.5748999714851379 <_> <_> <_>0 0 24 5 -1. <_>8 0 8 5 3. 0 0.1995950043201447 -0.3009960055351257 1.3143850564956665 <_> <_> <_>1 10 23 6 -1. <_>1 12 23 2 3. 0 0.0124049996957183 -0.8988299965858460 0.2920579910278320 <_> <_> <_>3 21 18 3 -1. <_>9 21 6 3 3. 0 0.0392079986631870 -0.4195519983768463 0.5346329808235169 <_> <_> <_>3 6 21 6 -1. <_>3 8 21 2 3. 0 -0.0308439992368221 0.4579339921474457 -0.4462909996509552 <_> <_> <_>0 5 6 12 -1. <_>2 5 2 12 3. 0 -0.0355230011045933 0.9131050109863281 -0.2737320065498352 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0616500005125999 -1.4697799682617187 0.2036409974098206 <_> <_> <_>8 7 8 10 -1. <_>8 12 8 5 2. 0 -0.0117399999871850 -1.0482879877090454 0.0678019970655441 <_> <_> <_>5 7 15 12 -1. <_>10 7 5 12 3. 0 0.0669339969754219 0.2927449941635132 -0.5228289961814880 <_> <_> <_>0 17 10 6 -1. <_>0 19 10 2 3. 0 -0.0206310003995895 -1.2855139970779419 0.0445509999990463 <_> <_> <_>14 18 9 6 -1. <_>14 20 9 2 3. 0 -0.0223570000380278 -0.8575379848480225 0.1843400001525879 <_> <_> <_>9 6 6 16 -1. <_>9 14 6 8 2. 0 1.1500000255182385e-003 0.1640550047159195 -0.6912500262260437 <_> <_> <_>14 18 9 6 -1. <_>14 20 9 2 3. 0 0.0358729995787144 0.1575649976730347 -0.8426259756088257 <_> <_> <_>1 18 9 6 -1. <_>1 20 9 2 3. 0 0.0306599996984005 0.0216370001435280 -1.3634690046310425 <_> <_> <_>15 9 9 6 -1. <_>15 11 9 2 3. 0 5.5559999309480190e-003 -0.1673700064420700 0.2588840126991272 <_> <_> <_>0 9 9 6 -1. <_>0 11 9 2 3. 0 -6.1160000041127205e-003 -0.9727180004119873 0.0661000013351440 <_> <_> <_>17 3 6 9 -1. <_>19 3 2 9 3. 0 -0.0303169991821051 0.9847419857978821 -0.0164480004459620 <_> <_> <_>2 17 18 3 -1. <_>2 18 18 1 3. 0 -9.7200004383921623e-003 0.4760470092296600 -0.3251670002937317 <_> <_> <_>3 15 21 6 -1. <_>3 17 21 2 3. 0 -0.0571269989013672 -0.9592069983482361 0.1993820071220398 <_> <_> <_>9 17 6 6 -1. <_>9 20 6 3 2. 0 4.0059997700154781e-003 -0.5261250138282776 0.2242870032787323 <_> <_> <_>18 3 6 9 -1. <_>18 6 6 3 3. 0 0.0337340012192726 0.1707009971141815 -1.0737580060958862 <_> <_> <_>0 3 6 9 -1. <_>0 6 6 3 3. 0 -0.0346419997513294 -1.1343129873275757 0.0365400016307831 <_> <_> <_>4 0 16 10 -1. <_>12 0 8 5 2. <_>4 5 8 5 2. 0 0.0469230003654957 0.2583230137825012 -0.7153580188751221 <_> <_> <_>2 0 10 16 -1. <_>2 0 5 8 2. <_>7 8 5 8 2. 0 -8.7660001590847969e-003 0.1964090019464493 -0.5335509777069092 <_> <_> <_>14 0 10 5 -1. <_>14 0 5 5 2. 0 0.0656279996037483 -0.0511949993669987 0.9761070013046265 <_> <_> <_>0 0 10 5 -1. <_>5 0 5 5 2. 0 -0.0441650003194809 1.0631920099258423 -0.2346259951591492 <_> <_> <_>18 3 6 10 -1. <_>18 3 3 10 2. 0 0.0173049997538328 -0.1858289986848831 0.4588989913463593 <_> <_> <_>5 11 12 6 -1. <_>5 11 6 3 2. <_>11 14 6 3 2. 0 0.0331359989941120 -0.0293819997459650 -2.6651329994201660 <_> <_> <_>21 0 3 18 -1. <_>22 0 1 18 3. 0 -0.0210299994796515 0.9997990131378174 0.0249370001256466 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 0.0297839995473623 -0.0296059995889664 -2.1695868968963623 <_> <_> <_>8 8 9 7 -1. <_>11 8 3 7 3. 0 0.0552919991314411 -7.5599999399855733e-004 0.7465199828147888 <_> <_> <_>7 12 8 10 -1. <_>7 12 4 5 2. <_>11 17 4 5 2. 0 -0.0335979983210564 -1.5274159908294678 0.0110600003972650 <_> <_> <_>21 0 3 18 -1. <_>22 0 1 18 3. 0 0.0196029990911484 0.0335749983787537 0.9952620267868042 <_> <_> <_>10 6 4 9 -1. <_>12 6 2 9 2. 0 -0.0207870006561279 0.7661290168762207 -0.2467080056667328 <_> <_> <_>15 0 9 6 -1. <_>15 2 9 2 3. 0 0.0325360000133514 0.1626340001821518 -0.6113430261611939 <_> <_> <_>0 2 24 3 -1. <_>0 3 24 1 3. 0 -0.0107880001887679 -0.9783970117568970 0.0289699994027615 <_> <_> <_>11 7 6 9 -1. <_>13 7 2 9 3. 0 -9.9560003727674484e-003 0.4614579975605011 -0.1351049989461899 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 -3.7489999085664749e-003 0.2545819878578186 -0.5195559859275818 <_> <_> <_>12 1 6 12 -1. <_>14 1 2 12 3. 0 -0.0417799986898899 -0.8056510090827942 0.1520850062370300 <_> <_> <_>6 4 12 12 -1. <_>6 10 12 6 2. 0 -0.0342210009694099 -1.3137799501419067 -3.5800000187009573e-003 <_> <_> <_>14 3 2 21 -1. <_>14 3 1 21 2. 0 0.0101300003007054 0.2017579972743988 -0.6133959889411926 <_> <_> <_>6 1 12 8 -1. <_>6 5 12 4 2. 0 -0.0898490026593208 0.9763280153274536 -0.2088479995727539 <_> <_> <_>3 0 18 8 -1. <_>3 4 18 4 2. 0 0.0260979998856783 -0.1880799978971481 0.4770579934120178 <_> <_> <_>3 0 18 3 -1. <_>3 1 18 1 3. 0 -3.7539999466389418e-003 -0.6798040270805359 0.1128880009055138 <_> <_> <_>0 13 24 4 -1. <_>12 13 12 2 2. <_>0 15 12 2 2. 0 0.0319730006158352 0.1895170062780380 -1.4967479705810547 <_> <_> <_>10 5 4 9 -1. <_>12 5 2 9 2. 0 0.0193329993635416 -0.2360990047454834 0.8132050037384033 <_> <_> <_>11 1 6 9 -1. <_>13 1 2 9 3. 0 1.9490000559017062e-003 0.2483039945363998 -0.0692119970917702 <_> <_> <_>6 2 6 22 -1. <_>8 2 2 22 3. 0 -0.0441469997167587 -1.0418920516967773 0.0480530001223087 <_> <_> <_>16 10 8 14 -1. <_>20 10 4 7 2. <_>16 17 4 7 2. 0 -0.0446819998323917 0.5134630203247070 -7.3799998499453068e-003 <_> <_> <_>3 4 16 15 -1. <_>3 9 16 5 3. 0 -0.1075749993324280 1.6202019453048706 -0.1866759955883026 <_> <_> <_>16 10 8 14 -1. <_>20 10 4 7 2. <_>16 17 4 7 2. 0 -0.1284680068492889 2.9869480133056641 0.0954279974102974 <_> <_> <_>0 10 8 14 -1. <_>0 10 4 7 2. <_>4 17 4 7 2. 0 -0.0447579994797707 0.6040530204772949 -0.2705869972705841 <_> <_> <_>10 14 11 6 -1. <_>10 17 11 3 2. 0 -0.0439909994602203 -0.6179050207138062 0.1599719971418381 <_> <_> <_>0 7 24 9 -1. <_>8 7 8 9 3. 0 -0.1226899996399880 0.6632720232009888 -0.2363699972629547 <_> <_> <_>13 1 4 16 -1. <_>13 1 2 16 2. 0 -0.0199829991906881 -1.1228660345077515 0.1961670070886612 <_> <_> <_>7 1 4 16 -1. <_>9 1 2 16 2. 0 -0.0155279999598861 -1.0770269632339478 0.0206930004060268 <_> <_> <_>5 5 16 8 -1. <_>13 5 8 4 2. <_>5 9 8 4 2. 0 -0.0489710010588169 0.8116829991340637 -0.0172520000487566 <_> <_> <_>0 9 6 9 -1. <_>0 12 6 3 3. 0 0.0559759996831417 -0.0225290004163980 -1.7356760501861572 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 -9.8580000922083855e-003 0.6788139939308167 -0.0581800006330013 <_> <_> <_>3 12 6 9 -1. <_>3 15 6 3 3. 0 0.0134810004383326 0.0578479990363121 -0.7725530266761780 <_> <_> <_>8 14 9 6 -1. <_>8 16 9 2 3. 0 6.5609999001026154e-003 -0.1314689964056015 0.6705579757690430 <_> <_> <_>2 13 8 10 -1. <_>2 13 4 5 2. <_>6 18 4 5 2. 0 7.1149999275803566e-003 -0.3788059949874878 0.3097899854183197 <_> <_> <_>15 5 3 18 -1. <_>15 11 3 6 3. 0 4.8159998841583729e-003 -0.5847039818763733 0.2560209929943085 <_> <_> <_>3 5 18 3 -1. <_>3 6 18 1 3. 0 9.5319999381899834e-003 -0.3021700084209442 0.4125329852104187 <_> <_> <_>17 5 6 11 -1. <_>19 5 2 11 3. 0 -0.0274749994277954 0.5915470123291016 0.0179639998823404 <_> <_> <_>1 5 6 11 -1. <_>3 5 2 11 3. 0 -0.0395199991762638 0.9691349864006043 -0.2102030068635941 <_> <_> <_>19 1 4 9 -1. <_>19 1 2 9 2. 0 -0.0306589994579554 0.9115589857101440 0.0405500009655952 <_> <_> <_>1 1 4 9 -1. <_>3 1 2 9 2. 0 -1.4680000022053719e-003 -0.6048979759216309 0.1696089953184128 <_> <_> <_>4 15 18 9 -1. <_>4 15 9 9 2. 0 0.1907760053873062 0.0435150004923344 0.8189290165901184 <_> <_> <_>6 9 12 4 -1. <_>6 11 12 2 2. 0 5.1790000870823860e-003 -0.9361730217933655 0.0249370001256466 <_> <_> <_>15 2 9 6 -1. <_>15 4 9 2 3. 0 0.0241260007023811 0.1817550063133240 -0.3418590128421783 <_> <_> <_>0 2 9 6 -1. <_>0 4 9 2 3. 0 -0.0263839997351170 -1.2912579774856567 -3.4280000254511833e-003 <_> <_> <_>15 0 6 17 -1. <_>17 0 2 17 3. 0 5.4139997810125351e-003 -0.0462919995188713 0.2526960074901581 <_> <_> <_>3 0 6 17 -1. <_>5 0 2 17 3. 0 0.0542160011827946 -0.0128480000421405 -1.4304540157318115 <_> <_> <_>8 17 9 4 -1. <_>8 19 9 2 2. 0 2.3799999326001853e-004 -0.2667669951915741 0.3358829915523529 <_> <_> <_>6 5 3 18 -1. <_>6 11 3 6 3. 0 0.0152169996872544 -0.5136730074882507 0.1300510019063950 <_> <_> <_>5 2 14 12 -1. <_>5 8 14 6 2. 0 0.0170079991221428 0.4157589972019196 -0.3124119937419891 <_> <_> <_>10 2 3 12 -1. <_>10 8 3 6 2. 0 0.0304969996213913 -0.2482099980115891 0.7082849740982056 <_> <_> <_>10 7 14 15 -1. <_>10 12 14 5 3. 0 6.5430002287030220e-003 -0.2263700067996979 0.1918459981679916 <_> <_> <_>0 7 14 15 -1. <_>0 12 14 5 3. 0 0.1416399925947189 0.0652270019054413 -0.8880950212478638 <_> <_> <_>15 0 9 6 -1. <_>15 2 9 2 3. 0 0.0193380005657673 0.1889120042324066 -0.2739770114421845 <_> <_> <_>0 0 9 6 -1. <_>0 2 9 2 3. 0 -0.0173240005970001 -0.9486669898033142 0.0241969991475344 <_> <_> <_>12 6 6 14 -1. <_>14 6 2 14 3. 0 -6.2069999985396862e-003 0.3693839907646179 -0.1749490052461624 <_> <_> <_>9 7 6 9 -1. <_>11 7 2 9 3. 0 -0.0161090008914471 0.9615949988365173 -0.2000530064105988 <_> <_> <_>12 6 6 15 -1. <_>14 6 2 15 3. 0 -0.1012250036001205 -3.0699110031127930 0.1136379987001419 <_> <_> <_>6 6 6 15 -1. <_>8 6 2 15 3. 0 -7.5509999878704548e-003 0.2292100042104721 -0.4564509987831116 <_> <_> <_>15 3 8 9 -1. <_>15 3 4 9 2. 0 0.0442479997873306 -3.1599999056197703e-004 0.3922530114650726 <_> <_> <_>0 0 9 21 -1. <_>3 0 3 21 3. 0 -0.1163600012660027 0.9523370265960693 -0.2020159959793091 <_> <_> <_>11 9 8 12 -1. <_>11 13 8 4 3. 0 4.7360002063214779e-003 -0.0991770029067993 0.2037049978971481 <_> <_> <_>6 7 10 12 -1. <_>6 7 5 6 2. <_>11 13 5 6 2. 0 0.0224590003490448 8.7280003353953362e-003 -1.0217070579528809 <_> <_> <_>10 6 4 18 -1. <_>12 6 2 9 2. <_>10 15 2 9 2. 0 -0.0121090002357960 0.6481260061264038 -0.0901490002870560 <_> <_> <_>0 0 6 9 -1. <_>0 3 6 3 3. 0 0.0561200007796288 -0.0367599986493587 -1.9275590181350708 <_> <_> <_>3 14 18 3 -1. <_>3 15 18 1 3. 0 -8.7379999458789825e-003 0.6926130056381226 -0.0683749988675117 <_> <_> <_>3 14 8 10 -1. <_>3 14 4 5 2. <_>7 19 4 5 2. 0 6.6399998031556606e-003 -0.4056980013847351 0.1862570047378540 <_> <_> <_>0 12 24 4 -1. <_>12 12 12 2 2. <_>0 14 12 2 2. 0 -0.0181319992989302 -0.6451820135116577 0.2197639942169190 <_> <_> <_>0 2 3 20 -1. <_>1 2 1 20 3. 0 -0.0227189995348454 0.9777619838714600 -0.1865430027246475 <_> <_> <_>12 16 10 8 -1. <_>17 16 5 4 2. <_>12 20 5 4 2. 0 0.0127050001174212 -0.1054660007357597 0.3740409910678864 <_> <_> <_>2 16 10 8 -1. <_>2 16 5 4 2. <_>7 20 5 4 2. 0 -0.0136829996481538 0.6106410026550293 -0.2688109874725342 -3.8700489997863770 9 -1 <_> <_> <_> <_>7 0 10 9 -1. <_>7 3 10 3 3. 0 0.0313579998910427 -1.0183910131454468 0.5752859711647034 <_> <_> <_>0 0 24 3 -1. <_>8 0 8 3 3. 0 0.0930500030517578 -0.4129750132560730 1.0091199874877930 <_> <_> <_>3 8 15 4 -1. <_>3 10 15 2 2. 0 0.0259499996900558 -0.5858790278434753 0.5660619735717773 <_> <_> <_>6 5 12 6 -1. <_>10 5 4 6 3. 0 0.0164720006287098 -0.9285749793052673 0.3092449903488159 <_> <_> <_>5 13 14 6 -1. <_>5 16 14 3 2. 0 -1.8779999809339643e-003 0.1195100024342537 -1.1180130243301392 <_> <_> <_>11 14 4 10 -1. <_>11 19 4 5 2. 0 -9.0129999443888664e-003 -0.5784950256347656 0.3315440118312836 <_> <_> <_>0 6 6 7 -1. <_>3 6 3 7 2. 0 0.0225479993969202 -0.3832510113716126 0.5246220231056213 <_> <_> <_>18 0 6 6 -1. <_>18 0 3 6 2. 0 -0.0377800017595291 1.1790670156478882 -0.0341669991612434 <_> <_> <_>3 1 18 3 -1. <_>3 2 18 1 3. 0 -5.3799999877810478e-003 -0.8626589775085449 0.1186790019273758 <_> <_> <_>9 6 14 18 -1. <_>9 12 14 6 3. 0 -0.0238930005580187 -0.7495059967041016 0.2101140022277832 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0265219993889332 0.9212859869003296 -0.2825280129909515 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 0.0122800003737211 0.2666279971599579 -0.7001360058784485 <_> <_> <_>0 20 24 3 -1. <_>8 20 8 3 3. 0 0.0965949967503548 -0.2845399975776672 0.7316899895668030 <_> <_> <_>13 11 6 7 -1. <_>13 11 3 7 2. 0 -0.0274149999022484 -0.6149269938468933 0.1557620018720627 <_> <_> <_>4 12 10 6 -1. <_>4 14 10 2 3. 0 -0.0157670006155968 0.5755119919776917 -0.3436219990253449 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 -2.1100000012665987e-003 0.3259969949722290 -0.1300829946994782 <_> <_> <_>5 11 6 7 -1. <_>8 11 3 7 2. 0 0.0120069999247789 0.0893229991197586 -0.9602559804916382 <_> <_> <_>7 4 11 12 -1. <_>7 8 11 4 3. 0 -0.0154219996184111 0.3444949984550476 -0.4671199917793274 <_> <_> <_>6 15 10 4 -1. <_>6 17 10 2 2. 0 -4.1579999960958958e-003 0.2369630038738251 -0.5256329774856567 <_> <_> <_>14 0 6 9 -1. <_>16 0 2 9 3. 0 -0.0211859997361898 -0.7426769733428955 0.2170200049877167 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 -0.0170770008116961 -0.9047179818153381 0.0660120025277138 <_> <_> <_>11 2 4 15 -1. <_>11 7 4 5 3. 0 -0.0408499985933304 -0.3444660007953644 0.2150370031595230 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -8.1930002197623253e-003 -0.9338859915733337 0.0504710003733635 <_> <_> <_>13 18 10 6 -1. <_>13 20 10 2 3. 0 -0.0192380007356405 -0.5320370197296143 0.1724060028791428 <_> <_> <_>2 7 6 11 -1. <_>5 7 3 11 2. 0 -0.0441920012235641 0.9207500219345093 -0.2214850038290024 <_> <_> <_>10 14 10 9 -1. <_>10 17 10 3 3. 0 -0.0623920001089573 -0.7105380296707153 0.1832389980554581 <_> <_> <_>8 2 4 9 -1. <_>10 2 2 9 2. 0 -1.0079999919980764e-003 -0.8706309795379639 0.0553300008177757 <_> <_> <_>14 3 10 4 -1. <_>14 3 5 4 2. 0 0.0238700006157160 -0.2285420000553131 0.5241559743881226 <_> <_> <_>6 6 12 6 -1. <_>6 6 6 3 2. <_>12 9 6 3 2. 0 0.0213910005986691 -0.3032589852809906 0.5586060285568237 <_> <_> <_>8 8 8 10 -1. <_>12 8 4 5 2. <_>8 13 4 5 2. 0 0.0202549993991852 0.2690150141716003 -0.7026180028915405 <_> <_> <_>7 4 4 16 -1. <_>7 12 4 8 2. 0 -0.0287720002233982 -1.1835030317306519 0.0465120002627373 <_> <_> <_>8 8 9 4 -1. <_>8 10 9 2 2. 0 3.4199999645352364e-003 -0.5465210080146790 0.2596249878406525 <_> <_> <_>5 2 14 9 -1. <_>5 5 14 3 3. 0 0.0569830015301704 -0.2698290050029755 0.5817070007324219 <_> <_> <_>3 16 19 8 -1. <_>3 20 19 4 2. 0 -0.0938920006155968 -0.9104639887809753 0.1967770010232925 <_> <_> <_>0 0 10 8 -1. <_>5 0 5 8 2. 0 0.0176999997347593 -0.4400329887866974 0.2134950011968613 <_> <_> <_>5 2 16 18 -1. <_>5 2 8 18 2. 0 0.2284419983625412 0.0236050002276897 0.7717159986495972 <_> <_> <_>0 11 24 11 -1. <_>8 11 8 11 3. 0 -0.1828750073909760 0.7922859787940979 -0.2464479953050613 <_> <_> <_>3 3 18 5 -1. <_>3 3 9 5 2. 0 -0.0698919966816902 0.8026779890060425 -0.0360720008611679 <_> <_> <_>1 16 18 3 -1. <_>1 17 18 1 3. 0 0.0152970002964139 -0.2007230073213577 1.1030600070953369 <_> <_> <_>5 17 18 3 -1. <_>5 18 18 1 3. 0 6.7500001750886440e-003 -0.0459679998457432 0.7209450006484985 <_> <_> <_>1 13 9 6 -1. <_>1 15 9 2 3. 0 -0.0159830003976822 -0.9035720229148865 0.0449879989027977 <_> <_> <_>1 9 23 10 -1. <_>1 14 23 5 2. 0 0.0130880000069737 0.3529709875583649 -0.3771060109138489 <_> <_> <_>3 7 18 3 -1. <_>3 8 18 1 3. 0 0.0130610000342131 -0.1958359926939011 1.1198940277099609 <_> <_> <_>6 8 12 3 -1. <_>6 8 6 3 2. 0 -0.0399070009589195 -1.3998429775238037 0.1914509981870651 <_> <_> <_>6 2 3 22 -1. <_>7 2 1 22 3. 0 0.0150269996374846 2.3600000422447920e-003 -1.1611249446868896 <_> <_> <_>14 17 10 6 -1. <_>14 19 10 2 3. 0 -0.0205179993063211 -0.4890809953212738 0.1674340069293976 <_> <_> <_>1 18 10 6 -1. <_>1 20 10 2 3. 0 -0.0223590005189180 -1.2202980518341064 -0.0119759999215603 <_> <_> <_>11 3 6 12 -1. <_>13 3 2 12 3. 0 -7.9150004312396049e-003 0.3722809851169586 -0.0850630030035973 <_> <_> <_>10 6 4 9 -1. <_>12 6 2 9 2. 0 0.0152580002322793 -0.2941260039806366 0.5940639972686768 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -0.0316659994423389 -1.4395569562911987 0.1357879936695099 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0307739991694689 -2.2545371055603027 -0.0339710004627705 <_> <_> <_>12 10 9 6 -1. <_>15 10 3 6 3. 0 -0.0154830003157258 0.3770070075988770 0.0158479996025562 <_> <_> <_>2 11 6 9 -1. <_>5 11 3 9 2. 0 0.0351670011878014 -0.2944610118865967 0.5315909981727600 <_> <_> <_>14 5 3 19 -1. <_>15 5 1 19 3. 0 -0.0179060008376837 -0.9978820085525513 0.1623599976301193 <_> <_> <_>6 6 9 6 -1. <_>6 8 9 2 3. 0 -3.1799999997019768e-003 0.0476570017635822 -0.7524989843368530 <_> <_> <_>14 5 3 19 -1. <_>15 5 1 19 3. 0 0.0157200004905462 0.1487379968166351 -0.6537539958953857 <_> <_> <_>0 3 6 9 -1. <_>0 6 6 3 3. 0 0.0298640001565218 -0.0149520002305508 -1.2275190353393555 <_> <_> <_>5 21 18 3 -1. <_>5 22 18 1 3. 0 2.9899999499320984e-003 -0.1426369994878769 0.4327279925346375 <_> <_> <_>1 10 18 4 -1. <_>7 10 6 4 3. 0 0.0847499966621399 -0.0192809998989105 -1.1946409940719604 <_> <_> <_>13 4 8 10 -1. <_>17 4 4 5 2. <_>13 9 4 5 2. 0 -0.0587249994277954 -1.7328219413757324 0.1437470018863678 <_> <_> <_>7 8 9 6 -1. <_>10 8 3 6 3. 0 0.0447559989988804 -0.2414059937000275 0.5401999950408936 <_> <_> <_>12 9 9 8 -1. <_>15 9 3 8 3. 0 0.0403690002858639 5.7680001482367516e-003 0.5657809972763062 <_> <_> <_>0 6 5 12 -1. <_>0 10 5 4 3. 0 0.0377359986305237 0.0381809994578362 -0.7937039732933044 <_> <_> <_>7 6 14 6 -1. <_>14 6 7 3 2. <_>7 9 7 3 2. 0 0.0607529990375042 0.0764530003070831 1.4813209772109985 <_> <_> <_>7 5 3 19 -1. <_>8 5 1 19 3. 0 -0.0198320001363754 -1.6971720457077026 -0.0273700002580881 <_> <_> <_>8 4 15 20 -1. <_>13 4 5 20 3. 0 -0.1659269928932190 0.6297600269317627 0.0317629985511303 <_> <_> <_>1 4 15 20 -1. <_>6 4 5 20 3. 0 0.0690149962902069 -0.3346320092678070 0.3007670044898987 <_> <_> <_>13 10 6 6 -1. <_>13 10 3 6 2. 0 0.0113580003380775 0.2274149954319000 -0.3822470009326935 <_> <_> <_>5 10 6 6 -1. <_>8 10 3 6 2. 0 1.7000000225380063e-003 0.1922380030155182 -0.5273510217666626 <_> <_> <_>14 2 6 14 -1. <_>17 2 3 7 2. <_>14 9 3 7 2. 0 0.0797690004110336 0.0914919972419739 2.1049048900604248 <_> <_> <_>4 2 6 14 -1. <_>4 2 3 7 2. <_>7 9 3 7 2. 0 -0.0571440011262894 -1.7452130317687988 -0.0409100018441677 <_> <_> <_>12 4 6 7 -1. <_>12 4 3 7 2. 0 7.3830001056194305e-003 -0.2421479970216751 0.3557780086994171 <_> <_> <_>9 4 6 9 -1. <_>11 4 2 9 3. 0 -0.0180409997701645 1.1779999732971191 -0.1767670065164566 <_> <_> <_>11 4 8 10 -1. <_>11 4 4 10 2. 0 0.0945030003786087 0.1393609941005707 -1.2993700504302979 <_> <_> <_>5 4 8 10 -1. <_>9 4 4 10 2. 0 5.4210000671446323e-003 -0.5460860133171082 0.1391640007495880 <_> <_> <_>8 18 10 6 -1. <_>8 20 10 2 3. 0 7.0290002040565014e-003 -0.2159720063209534 0.3925809860229492 <_> <_> <_>1 18 21 6 -1. <_>1 20 21 2 3. 0 0.0345159992575645 0.0631889998912811 -0.7210810184478760 <_> <_> <_>9 2 12 6 -1. <_>9 2 6 6 2. 0 -0.0519249998033047 0.6866760253906250 0.0632729977369308 <_> <_> <_>3 2 12 6 -1. <_>9 2 6 6 2. 0 -0.0691620036959648 1.7411810159683228 -0.1661929935216904 <_> <_> <_>12 5 12 6 -1. <_>18 5 6 3 2. <_>12 8 6 3 2. 0 -5.5229999125003815e-003 0.3069469928741455 -0.1666290014982224 <_> <_> <_>8 8 6 9 -1. <_>8 11 6 3 3. 0 0.0685999989509583 -0.2140540033578873 0.7318500280380249 <_> <_> <_>2 7 20 6 -1. <_>2 9 20 2 3. 0 -0.0670389980077744 -0.7936059832572937 0.2052579969167709 <_> <_> <_>0 5 12 6 -1. <_>0 5 6 3 2. <_>6 8 6 3 2. 0 -0.0210050009191036 0.3734439909458160 -0.2961860001087189 <_> <_> <_>14 14 8 10 -1. <_>18 14 4 5 2. <_>14 19 4 5 2. 0 0.0202789995819330 -0.0152000002563000 0.4055530130863190 <_> <_> <_>2 14 8 10 -1. <_>2 14 4 5 2. <_>6 19 4 5 2. 0 -0.0471079982817173 1.2116849422454834 -0.1746429949998856 <_> <_> <_>2 11 20 13 -1. <_>2 11 10 13 2. 0 0.1876849979162216 -0.0229090005159378 0.6964579820632935 <_> <_> <_>6 9 12 5 -1. <_>12 9 6 5 2. 0 -0.0432289987802505 -1.0602480173110962 -5.5599998449906707e-004 <_> <_> <_>5 6 16 6 -1. <_>13 6 8 3 2. <_>5 9 8 3 2. 0 0.0200040005147457 -0.0327510014176369 0.5380510091781616 <_> <_> <_>1 19 9 4 -1. <_>1 21 9 2 2. 0 8.0880001187324524e-003 0.0375480018556118 -0.7476890087127686 <_> <_> <_>7 5 12 5 -1. <_>11 5 4 5 3. 0 0.0271010007709265 -0.0817900002002716 0.3338710069656372 <_> <_> <_>3 5 14 12 -1. <_>3 5 7 6 2. <_>10 11 7 6 2. 0 -0.0917460024356842 -1.9213509559631348 -0.0389529988169670 <_> <_> <_>9 4 9 6 -1. <_>12 4 3 6 3. 0 -0.0124549996107817 0.4836060106754303 0.0181680005043745 <_> <_> <_>2 6 19 3 -1. <_>2 7 19 1 3. 0 0.0146490000188351 -0.1990669965744019 0.7281540036201477 <_> <_> <_>18 10 6 9 -1. <_>18 13 6 3 3. 0 0.0291019994765520 0.1987109929323196 -0.4921680092811585 <_> <_> <_>3 7 18 2 -1. <_>3 8 18 1 2. 0 8.7799998000264168e-003 -0.1949959993362427 0.7731739878654480 <_> <_> <_>20 2 4 18 -1. <_>22 2 2 9 2. <_>20 11 2 9 2. 0 -0.0547400005161762 1.8087190389633179 0.0683230012655258 <_> <_> <_>2 18 20 3 -1. <_>2 19 20 1 3. 0 -0.0147980004549026 0.7806490063667297 -0.1870959997177124 <_> <_> <_>1 9 22 3 -1. <_>1 10 22 1 3. 0 0.0250129997730255 0.1528529971837997 -1.6021020412445068 <_> <_> <_>0 2 4 18 -1. <_>0 2 2 9 2. <_>2 11 2 9 2. 0 0.0465480014681816 -0.1673820018768311 1.1902060508728027 <_> <_> <_>19 0 4 23 -1. <_>19 0 2 23 2. 0 0.0176240000873804 -0.1028549969196320 0.3917590081691742 <_> <_> <_>0 3 6 19 -1. <_>3 3 3 19 2. 0 0.1631959974765778 -0.0356240011751652 -1.6098170280456543 <_> <_> <_>18 2 6 9 -1. <_>20 2 2 9 3. 0 0.0131379999220371 -0.0563590005040169 0.5415890216827393 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -0.0156650003045797 0.2806310057640076 -0.3170860111713409 <_> <_> <_>7 0 12 12 -1. <_>13 0 6 6 2. <_>7 6 6 6 2. 0 0.0805540010333061 0.1264040023088455 -1.0297529697418213 <_> <_> <_>0 3 24 6 -1. <_>0 3 12 3 2. <_>12 6 12 3 2. 0 0.0353639982640743 0.0207529999315739 -0.7910559773445129 <_> <_> <_>10 14 4 10 -1. <_>10 19 4 5 2. 0 0.0329869985580444 0.1905709952116013 -0.8383989930152893 <_> <_> <_>8 9 4 15 -1. <_>8 14 4 5 3. 0 0.0121950004249811 0.0737290009856224 -0.6278070211410523 <_> <_> <_>4 11 17 6 -1. <_>4 14 17 3 2. 0 0.0430659987032413 0.0473849996924400 1.5712939500808716 <_> <_> <_>2 5 18 8 -1. <_>2 5 9 4 2. <_>11 9 9 4 2. 0 0.0303269997239113 -0.2731460034847260 0.3857200145721436 <_> <_> <_>7 6 14 6 -1. <_>14 6 7 3 2. <_>7 9 7 3 2. 0 0.0354930013418198 0.0545939989387989 0.5258340239524841 <_> <_> <_>3 6 14 6 -1. <_>3 6 7 3 2. <_>10 9 7 3 2. 0 -0.0145969996228814 0.3815259933471680 -0.2833240032196045 <_> <_> <_>16 5 3 18 -1. <_>17 5 1 18 3. 0 0.0126069998368621 0.1545509994029999 -0.3050149977207184 <_> <_> <_>5 5 3 18 -1. <_>6 5 1 18 3. 0 0.0101720001548529 0.0236370004713535 -0.8721789717674255 <_> <_> <_>10 10 14 4 -1. <_>10 12 14 2 2. 0 0.0288430005311966 0.1609099954366684 -0.2027759999036789 <_> <_> <_>4 10 9 4 -1. <_>4 12 9 2 2. 0 5.5100000463426113e-004 -0.6154540181159973 0.0809359997510910 -3.7160909175872803 10 -1 <_> <_> <_> <_>2 0 18 9 -1. <_>2 3 18 3 3. 0 0.0483440011739731 -0.8490459918975830 0.5697439908981323 <_> <_> <_>6 3 12 8 -1. <_>10 3 4 8 3. 0 0.0324600003659725 -0.8141729831695557 0.4478169977664948 <_> <_> <_>1 1 8 5 -1. <_>5 1 4 5 2. 0 0.0333399996161461 -0.3642379939556122 0.6793739795684815 <_> <_> <_>12 7 7 8 -1. <_>12 11 7 4 2. 0 6.4019998535513878e-003 -1.1885459423065186 0.1923869997262955 <_> <_> <_>0 12 22 4 -1. <_>0 14 22 2 2. 0 -5.6889997795224190e-003 0.3308529853820801 -0.7133409976959229 <_> <_> <_>15 6 4 15 -1. <_>15 11 4 5 3. 0 0.0126980002969503 -0.5099080204963684 0.1137629970908165 <_> <_> <_>5 7 7 8 -1. <_>5 11 7 4 2. 0 6.0549997724592686e-003 -1.0470550060272217 0.2022259980440140 <_> <_> <_>8 18 9 4 -1. <_>8 20 9 2 2. 0 2.6420000940561295e-003 -0.5055940151214600 0.3644120097160339 <_> <_> <_>1 2 22 4 -1. <_>1 4 22 2 2. 0 -0.0169259998947382 -0.9954190254211426 0.1260219961404800 <_> <_> <_>17 3 6 17 -1. <_>19 3 2 17 3. 0 0.0282359998673201 -0.0941379964351654 0.5778040289878845 <_> <_> <_>8 2 8 18 -1. <_>8 11 8 9 2. 0 0.0104289995506406 0.2327290028333664 -0.5256969928741455 <_> <_> <_>17 0 6 12 -1. <_>20 0 3 6 2. <_>17 6 3 6 2. 0 9.8860003054141998e-003 -0.1031629964709282 0.4765760004520416 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 0.0260150004178286 -1.0920000495389104e-003 -1.5581729412078857 <_> <_> <_>15 5 9 12 -1. <_>15 11 9 6 2. 0 -0.0255379993468523 -0.6545140147209168 0.1884319931268692 <_> <_> <_>2 22 18 2 -1. <_>2 23 18 1 2. 0 -3.5310001112520695e-003 0.2814059853553772 -0.4457530081272125 <_> <_> <_>10 10 12 6 -1. <_>16 10 6 3 2. <_>10 13 6 3 2. 0 9.2449998483061790e-003 0.1561200022697449 -0.2137099951505661 <_> <_> <_>0 1 4 11 -1. <_>2 1 2 11 2. 0 0.0210309997200966 -0.2917029857635498 0.5223410129547119 <_> <_> <_>20 0 4 10 -1. <_>20 0 2 10 2. 0 -0.0510630011558533 1.3661290407180786 0.0304659996181726 <_> <_> <_>1 3 6 17 -1. <_>3 3 2 17 3. 0 -0.0623300001025200 1.2207020521163940 -0.2243440002202988 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 -0.0329630002379417 -0.8201680183410645 0.1453189998865128 <_> <_> <_>0 13 8 9 -1. <_>0 16 8 3 3. 0 -0.0374180004000664 -1.2218099832534790 0.0194489993155003 <_> <_> <_>16 8 6 12 -1. <_>16 12 6 4 3. 0 0.1240279972553253 0.1208230033516884 -0.9872930049896240 <_> <_> <_>2 8 6 12 -1. <_>2 12 6 4 3. 0 -8.9229997247457504e-003 -1.1688489913940430 0.0211050007492304 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0598799996078014 -1.0689330101013184 0.1986020058393478 <_> <_> <_>1 5 19 3 -1. <_>1 6 19 1 3. 0 6.2620001845061779e-003 -0.3622959852218628 0.3800080120563507 <_> <_> <_>11 8 9 7 -1. <_>14 8 3 7 3. 0 -0.0176730006933212 0.4909409880638123 -0.1460669934749603 <_> <_> <_>3 8 12 9 -1. <_>3 11 12 3 3. 0 0.0175790004432201 0.5872809886932373 -0.2777439951896668 <_> <_> <_>3 6 18 3 -1. <_>3 7 18 1 3. 0 5.1560001447796822e-003 -0.0751949995756149 0.6019309759140015 <_> <_> <_>10 0 4 12 -1. <_>10 6 4 6 2. 0 -0.0105999996885657 0.2763740122318268 -0.3779430091381073 <_> <_> <_>3 9 18 14 -1. <_>3 9 9 14 2. 0 0.2088409960269928 -5.3599998354911804e-003 1.0317809581756592 <_> <_> <_>0 0 4 9 -1. <_>2 0 2 9 2. 0 -0.0264129992574453 0.8233640193939209 -0.2248059958219528 <_> <_> <_>12 5 4 18 -1. <_>12 5 2 18 2. 0 0.0588920004665852 0.1309829950332642 -1.1853699684143066 <_> <_> <_>8 5 4 18 -1. <_>10 5 2 18 2. 0 -0.0115790003910661 -0.9066780209541321 0.0441269986331463 <_> <_> <_>10 5 6 10 -1. <_>12 5 2 10 3. 0 0.0459880009293556 0.0101439999416471 1.0740900039672852 <_> <_> <_>9 4 4 11 -1. <_>11 4 2 11 2. 0 -0.0228380002081394 1.7791990041732788 -0.1731549948453903 <_> <_> <_>4 16 18 3 -1. <_>4 17 18 1 3. 0 -8.1709995865821838e-003 0.5738630294799805 -0.0741060003638268 <_> <_> <_>0 16 20 3 -1. <_>0 17 20 1 3. 0 3.5359999164938927e-003 -0.3207289874553680 0.4018250107765198 <_> <_> <_>9 9 6 12 -1. <_>9 13 6 4 3. 0 0.0494449995458126 0.1928800046443939 -1.2166700363159180 <_> <_> <_>8 13 8 8 -1. <_>8 17 8 4 2. 0 3.5139999818056822e-003 0.0695680007338524 -0.7132369875907898 <_> <_> <_>13 10 3 12 -1. <_>13 16 3 6 2. 0 -0.0309960003942251 -0.3886219859123230 0.1809879988431931 <_> <_> <_>5 9 14 14 -1. <_>5 9 7 7 2. <_>12 16 7 7 2. 0 0.0864529982209206 -0.0257929991930723 -1.5453219413757324 <_> <_> <_>0 0 24 10 -1. <_>12 0 12 5 2. <_>0 5 12 5 2. 0 -0.1365260034799576 -1.9199420213699341 0.1661330014467239 <_> <_> <_>1 11 18 2 -1. <_>1 12 18 1 2. 0 -5.7689999230206013e-003 -1.2822589874267578 -0.0159079991281033 <_> <_> <_>19 5 5 12 -1. <_>19 9 5 4 3. 0 -0.0178999993950129 -0.4040989875793457 0.2359160035848618 <_> <_> <_>0 5 5 12 -1. <_>0 9 5 4 3. 0 -0.0199699997901917 -0.7289190292358398 0.0562350004911423 <_> <_> <_>16 6 8 18 -1. <_>20 6 4 9 2. <_>16 15 4 9 2. 0 -0.0574930012226105 0.5783079862594605 -0.0157960001379251 <_> <_> <_>0 6 8 18 -1. <_>0 6 4 9 2. <_>4 15 4 9 2. 0 -0.0830560028553009 0.9151160120964050 -0.2112140059471130 <_> <_> <_>12 5 12 12 -1. <_>18 5 6 6 2. <_>12 11 6 6 2. 0 -0.0537710003554821 -0.5193129777908325 0.1857600063085556 <_> <_> <_>7 6 6 9 -1. <_>9 6 2 9 3. 0 -8.3670001477003098e-003 0.2410970032215118 -0.3964860141277313 <_> <_> <_>9 13 6 11 -1. <_>11 13 2 11 3. 0 0.0554069988429546 0.1677120029926300 -2.5664970874786377 <_> <_> <_>0 5 12 12 -1. <_>0 5 6 6 2. <_>6 11 6 6 2. 0 -0.0671809986233711 -1.3658570051193237 -0.0142320003360510 <_> <_> <_>1 2 23 3 -1. <_>1 3 23 1 3. 0 -0.0239000003784895 -1.7084569931030273 0.1650779992341995 <_> <_> <_>1 15 19 3 -1. <_>1 16 19 1 3. 0 5.5949999950826168e-003 -0.3137399852275848 0.3283790051937103 <_> <_> <_>13 17 11 4 -1. <_>13 19 11 2 2. 0 0.0212949998676777 0.1495340019464493 -0.4857980012893677 <_> <_> <_>0 13 8 5 -1. <_>4 13 4 5 2. 0 -0.0246130004525185 0.7434639930725098 -0.2230519950389862 <_> <_> <_>12 10 10 4 -1. <_>12 10 5 4 2. 0 -0.0196260008960962 -0.4091829955577850 0.1889320015907288 <_> <_> <_>4 6 9 9 -1. <_>4 9 9 3 3. 0 -0.0532660000026226 0.8138160109519959 -0.2085369974374771 <_> <_> <_>15 14 9 6 -1. <_>15 16 9 2 3. 0 7.1290000341832638e-003 0.3299610018730164 -0.5993739962577820 <_> <_> <_>1 12 9 6 -1. <_>1 14 9 2 3. 0 -0.0224869996309280 -1.2551610469818115 -0.0204130001366138 <_> <_> <_>3 10 20 8 -1. <_>13 10 10 4 2. <_>3 14 10 4 2. 0 -0.0823109969496727 1.3821430206298828 0.0593089982867241 <_> <_> <_>2 0 9 18 -1. <_>5 0 3 18 3. 0 0.1309700012207031 -0.0358439981937408 -1.5396369695663452 <_> <_> <_>13 11 9 10 -1. <_>16 11 3 10 3. 0 0.0142930001020432 -0.1847520023584366 0.3745500147342682 <_> <_> <_>1 2 8 5 -1. <_>5 2 4 5 2. 0 6.3479999080300331e-003 -0.4490109980106354 0.1387699991464615 <_> <_> <_>3 4 21 6 -1. <_>10 4 7 6 3. 0 -0.0460550002753735 0.6783260107040405 -0.0170719996094704 <_> <_> <_>7 0 10 14 -1. <_>7 0 5 7 2. <_>12 7 5 7 2. 0 0.0576939992606640 -0.0119559997692704 -1.2261159420013428 <_> <_> <_>12 17 12 4 -1. <_>12 19 12 2 2. 0 -6.0609998181462288e-003 0.3395859897136688 6.2800000887364149e-004 <_> <_> <_>0 6 23 4 -1. <_>0 8 23 2 2. 0 -0.0521630011498928 -1.0621069669723511 -0.0137799996882677 <_> <_> <_>13 10 8 10 -1. <_>17 10 4 5 2. <_>13 15 4 5 2. 0 0.0465729981660843 0.1453880071640015 -1.2384550571441650 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 7.5309998355805874e-003 -0.2446770071983337 0.5137709975242615 <_> <_> <_>15 16 9 4 -1. <_>15 18 9 2 2. 0 0.0216150004416704 0.1307259947061539 -0.7099679708480835 <_> <_> <_>0 16 9 4 -1. <_>0 18 9 2 2. 0 -0.0178640000522137 -1.0474660396575928 4.9599999329075217e-004 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 -0.0371950007975101 -1.5126730203628540 0.1480139940977097 <_> <_> <_>5 11 6 6 -1. <_>8 11 3 6 2. 0 -3.1100001069717109e-004 0.1397150009870529 -0.4686749875545502 <_> <_> <_>0 3 24 6 -1. <_>12 3 12 3 2. <_>0 6 12 3 2. 0 0.0250429995357990 0.2863200008869171 -0.4179469943046570 <_> <_> <_>2 4 18 3 -1. <_>2 5 18 1 3. 0 9.3449996784329414e-003 -0.2733620107173920 0.4344469904899597 <_> <_> <_>0 0 24 4 -1. <_>12 0 12 2 2. <_>0 2 12 2 2. 0 0.0323639996349812 0.1843889951705933 -0.9501929879188538 <_> <_> <_>1 16 18 3 -1. <_>1 17 18 1 3. 0 -6.2299999408423901e-003 0.3258199989795685 -0.3081560134887695 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 0.0514889992773533 0.1141600012779236 -1.9795479774475098 <_> <_> <_>0 15 9 6 -1. <_>0 17 9 2 3. 0 -0.0264490004628897 -1.1067299842834473 -8.5519999265670776e-003 <_> <_> <_>6 17 18 3 -1. <_>6 18 18 1 3. 0 -0.0154200000688434 0.8013870120048523 -0.0320350006222725 <_> <_> <_>8 8 6 10 -1. <_>10 8 2 10 3. 0 0.0194569993764162 -0.2644949853420258 0.3875389993190765 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 0.0336209982633591 0.0160520002245903 0.5884090065956116 <_> <_> <_>8 8 5 8 -1. <_>8 12 5 4 2. 0 0.0289060007780790 0.0152160003781319 -0.9472360014915466 <_> <_> <_>12 8 6 8 -1. <_>12 12 6 4 2. 0 2.0300000323913991e-004 -0.3076600134372711 0.2123589962720871 <_> <_> <_>6 5 6 11 -1. <_>8 5 2 11 3. 0 -0.0491419993340969 -1.6058609485626221 -0.0310949999839067 <_> <_> <_>13 6 8 9 -1. <_>13 9 8 3 3. 0 0.0764259994029999 0.0747589990496635 1.1639410257339478 <_> <_> <_>1 7 21 6 -1. <_>1 9 21 2 3. 0 0.0238979998975992 -6.4320000819861889e-003 -1.1150749921798706 <_> <_> <_>15 5 3 12 -1. <_>15 11 3 6 2. 0 3.8970001041889191e-003 -0.2410569936037064 0.2085890024900436 <_> <_> <_>6 9 11 12 -1. <_>6 13 11 4 3. 0 -0.0894450023770332 1.9157789945602417 -0.1572110056877136 <_> <_> <_>13 8 10 8 -1. <_>18 8 5 4 2. <_>13 12 5 4 2. 0 -0.0150089999660850 -0.2517409920692444 0.1817989945411682 <_> <_> <_>5 8 12 3 -1. <_>11 8 6 3 2. 0 -0.0111459996551275 -0.6934949755668640 0.0449279993772507 <_> <_> <_>6 11 18 4 -1. <_>12 11 6 4 3. 0 0.0945789963006973 0.1810210049152374 -0.7497860193252564 <_> <_> <_>0 0 22 22 -1. <_>0 11 22 11 2. 0 0.5503889918327332 -0.0309740006923676 -1.6746139526367188 <_> <_> <_>11 2 6 8 -1. <_>11 6 6 4 2. 0 0.0413810014724731 0.0639100000262260 0.7656120061874390 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 0.0247719995677471 0.0113800000399351 -0.8855940103530884 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 0.0509990006685257 0.1489029973745346 -2.4634211063385010 <_> <_> <_>8 3 6 14 -1. <_>8 3 3 7 2. <_>11 10 3 7 2. 0 -0.0168939996510744 0.3887099921703339 -0.2988030016422272 <_> <_> <_>3 10 18 8 -1. <_>9 10 6 8 3. 0 -0.1216230019927025 -1.5542800426483154 0.1630080044269562 <_> <_> <_>10 0 3 14 -1. <_>10 7 3 7 2. 0 -3.6049999762326479e-003 0.2184280008077622 -0.3731209933757782 <_> <_> <_>4 3 16 20 -1. <_>4 13 16 10 2. 0 0.1157540008425713 -0.0470610000193119 0.5940369963645935 <_> <_> <_>9 4 6 10 -1. <_>11 4 2 10 3. 0 0.0369039997458458 -0.2550860047340393 0.5539730191230774 <_> <_> <_>5 0 16 4 -1. <_>5 2 16 2 2. 0 0.0114839999005198 -0.1812949925661087 0.4068279862403870 <_> <_> <_>2 5 18 4 -1. <_>8 5 6 4 3. 0 -0.0202339999377728 0.5431119799613953 -0.2382239997386932 <_> <_> <_>13 0 6 9 -1. <_>15 0 2 9 3. 0 -0.0287650004029274 -0.6917229890823364 0.1594330072402954 <_> <_> <_>8 4 8 5 -1. <_>12 4 4 5 2. 0 -5.8320001699030399e-003 0.2944779992103577 -0.3400599956512451 <_> <_> <_>12 10 10 4 -1. <_>12 10 5 4 2. 0 -0.0554689988493919 0.9220079779624939 0.0940930023789406 <_> <_> <_>2 10 10 4 -1. <_>7 10 5 4 2. 0 -0.0148010002449155 -0.7953969836235046 0.0315219983458519 <_> <_> <_>7 11 12 5 -1. <_>11 11 4 5 3. 0 -7.0940000005066395e-003 0.3309600055217743 -0.0508869998157024 <_> <_> <_>3 10 8 10 -1. <_>3 10 4 5 2. <_>7 15 4 5 2. 0 -0.0451240018010139 -1.3719749450683594 -0.0214089993387461 <_> <_> <_>11 12 9 8 -1. <_>14 12 3 8 3. 0 0.0643770024180412 0.0639019981026649 0.9147830009460449 <_> <_> <_>0 21 24 3 -1. <_>8 21 8 3 3. 0 -0.0147270001471043 0.3605059981346130 -0.2861450016498566 <_> <_> <_>3 20 18 4 -1. <_>9 20 6 4 3. 0 0.0450070016086102 -0.1561969965696335 0.5316029787063599 <_> <_> <_>1 15 9 6 -1. <_>1 17 9 2 3. 0 -1.1330000124871731e-003 0.1342290043830872 -0.4435890018939972 <_> <_> <_>11 17 10 4 -1. <_>11 19 10 2 2. 0 0.0494510009884834 0.1057180017232895 -2.5589139461517334 <_> <_> <_>9 12 4 12 -1. <_>9 18 4 6 2. 0 0.0291029997169971 -0.0100880004465580 -1.1073939800262451 <_> <_> <_>9 6 9 6 -1. <_>12 6 3 6 3. 0 0.0347860008478165 -2.7719999197870493e-003 0.5670099854469299 <_> <_> <_>1 13 6 9 -1. <_>1 16 6 3 3. 0 -6.1309998854994774e-003 -0.4688940048217773 0.1263639926910400 <_> <_> <_>6 16 12 4 -1. <_>6 18 12 2 2. 0 0.0155250001698732 -8.4279999136924744e-003 0.8746920228004456 <_> <_> <_>1 5 20 3 -1. <_>1 6 20 1 3. 0 2.9249999206513166e-003 -0.3443430066108704 0.2085160017013550 <_> <_> <_>8 1 9 9 -1. <_>8 4 9 3 3. 0 -0.0535710006952286 1.4982949495315552 0.0573280006647110 <_> <_> <_>2 19 9 4 -1. <_>2 21 9 2 2. 0 -0.0192179996520281 -0.9923409819602966 -9.3919998034834862e-003 <_> <_> <_>11 1 4 18 -1. <_>11 7 4 6 3. 0 -0.0552829988300800 -0.5768229961395264 0.1686059981584549 <_> <_> <_>7 2 8 12 -1. <_>7 2 4 6 2. <_>11 8 4 6 2. 0 0.0563360005617142 -0.0337750017642975 -1.3889650106430054 <_> <_> <_>11 10 9 8 -1. <_>14 10 3 8 3. 0 -0.0238240007311106 0.4018209874629974 1.8360000103712082e-003 <_> <_> <_>5 11 12 5 -1. <_>9 11 4 5 3. 0 1.7810000572353601e-003 0.1814599931240082 -0.4174340069293976 <_> <_> <_>11 9 9 6 -1. <_>14 9 3 6 3. 0 -0.0376890003681183 0.5468310117721558 0.0182199999690056 <_> <_> <_>5 10 6 9 -1. <_>7 10 2 9 3. 0 -0.0241449996829033 0.6835209727287293 -0.1965020000934601 -3.5645289421081543 11 -1 <_> <_> <_> <_>4 7 5 12 -1. <_>4 11 5 4 3. 0 0.0274449996650219 -0.8998420238494873 0.5187649726867676 <_> <_> <_>2 0 21 6 -1. <_>9 0 7 6 3. 0 0.1155410036444664 -0.5652440190315247 0.7055130004882813 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -0.0222970005124807 0.3607999980449677 -0.6686459779739380 <_> <_> <_>9 0 6 15 -1. <_>11 0 2 15 3. 0 0.0133250001817942 -0.5557339787483215 0.3578999936580658 <_> <_> <_>2 2 18 2 -1. <_>2 3 18 1 2. 0 -3.8060001097619534e-003 -1.0713000297546387 0.1885000020265579 <_> <_> <_>8 17 8 6 -1. <_>8 20 8 3 2. 0 -2.6819999329745770e-003 -0.7158430218696594 0.2634449899196625 <_> <_> <_>3 0 18 2 -1. <_>3 1 18 1 2. 0 3.3819999080151320e-003 -0.4693079888820648 0.2665840089321137 <_> <_> <_>8 0 9 6 -1. <_>11 0 3 6 3. 0 0.0376430004835129 0.2109870016574860 -1.0804339647293091 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -0.0138619998469949 0.6691200137138367 -0.2794280052185059 <_> <_> <_>6 7 12 5 -1. <_>10 7 4 5 3. 0 -2.7350001037120819e-003 -0.9533230066299439 0.2405129969120026 <_> <_> <_>0 3 6 9 -1. <_>2 3 2 9 3. 0 -0.0383369997143745 0.8143280148506165 -0.2491939961910248 <_> <_> <_>20 2 4 9 -1. <_>20 2 2 9 2. 0 -0.0346979983150959 1.2330100536346436 6.8600000813603401e-003 <_> <_> <_>0 2 4 9 -1. <_>2 2 2 9 2. 0 0.0233609993010759 -0.3079470098018646 0.7071449756622315 <_> <_> <_>0 1 24 4 -1. <_>12 1 12 2 2. <_>0 3 12 2 2. 0 0.0350579991936684 0.2120590060949326 -1.4399830102920532 <_> <_> <_>0 16 9 6 -1. <_>0 18 9 2 3. 0 -0.0132569996640086 -0.9026070237159729 0.0486100018024445 <_> <_> <_>14 13 9 6 -1. <_>14 15 9 2 3. 0 0.0127400001510978 0.2265519946813583 -0.4464380145072937 <_> <_> <_>0 15 19 3 -1. <_>0 16 19 1 3. 0 3.6400000099092722e-003 -0.3981789946556091 0.3466539978981018 <_> <_> <_>1 5 22 12 -1. <_>12 5 11 6 2. <_>1 11 11 6 2. 0 0.1006470024585724 0.1838359981775284 -1.3410769701004028 <_> <_> <_>5 13 6 6 -1. <_>8 13 3 6 2. 0 0. 0.1553640067577362 -0.5158249735832214 <_> <_> <_>4 2 20 3 -1. <_>4 3 20 1 3. 0 0.0117089999839664 0.2165140062570572 -0.7270519733428955 <_> <_> <_>8 14 6 10 -1. <_>10 14 2 10 3. 0 -0.0359649993479252 -1.4789500236511230 -0.0243170000612736 <_> <_> <_>6 12 16 6 -1. <_>14 12 8 3 2. <_>6 15 8 3 2. 0 -0.0212360005825758 -0.1684409976005554 0.1952659934759140 <_> <_> <_>2 13 8 9 -1. <_>2 16 8 3 3. 0 0.0148740001022816 0.0373359993100166 -0.8755729794502258 <_> <_> <_>11 8 6 14 -1. <_>14 8 3 7 2. <_>11 15 3 7 2. 0 -5.1409997977316380e-003 0.3346650004386902 -0.2410970032215118 <_> <_> <_>2 12 16 6 -1. <_>2 12 8 3 2. <_>10 15 8 3 2. 0 0.0234500002115965 5.5320002138614655e-003 -1.2509720325469971 <_> <_> <_>5 16 16 8 -1. <_>5 20 16 4 2. 0 -0.0250620003789663 0.4521239995956421 -0.0844699963927269 <_> <_> <_>9 1 4 12 -1. <_>9 7 4 6 2. 0 -7.7400001464411616e-004 0.1524990051984787 -0.4848650097846985 <_> <_> <_>8 2 8 10 -1. <_>12 2 4 5 2. <_>8 7 4 5 2. 0 -0.0404839999973774 -1.3024920225143433 0.1798350065946579 <_> <_> <_>6 6 12 6 -1. <_>6 6 6 3 2. <_>12 9 6 3 2. 0 0.0281709991395473 -0.2441090047359467 0.6227110028266907 <_> <_> <_>10 7 6 9 -1. <_>12 7 2 9 3. 0 0.0456929989159107 0.0281220003962517 0.9239439964294434 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 0.0397070012986660 -0.2233279943466187 0.7767400145530701 <_> <_> <_>18 8 6 9 -1. <_>18 11 6 3 3. 0 0.0505170002579689 0.2031999975442886 -1.0895930528640747 <_> <_> <_>2 12 6 6 -1. <_>5 12 3 6 2. 0 -0.0172669999301434 0.6859840154647827 -0.2330449968576431 <_> <_> <_>3 21 21 3 -1. <_>10 21 7 3 3. 0 0.0801860019564629 -0.0102920001372695 0.6188110113143921 <_> <_> <_>2 0 16 6 -1. <_>2 3 16 3 2. 0 0.0976760014891624 -0.2007029950618744 1.0088349580764771 <_> <_> <_>13 6 7 6 -1. <_>13 9 7 3 2. 0 -0.0155720002949238 0.4761529862880707 0.0456239990890026 <_> <_> <_>6 4 4 14 -1. <_>6 11 4 7 2. 0 -0.0153050003573298 -1.1077369451522827 4.5239999890327454e-003 <_> <_> <_>9 7 6 9 -1. <_>11 7 2 9 3. 0 -0.0164850000292063 1.0152939558029175 0.0163279995322227 <_> <_> <_>7 8 6 14 -1. <_>7 8 3 7 2. <_>10 15 3 7 2. 0 -0.0261419992893934 0.4172329902648926 -0.2864550054073334 <_> <_> <_>18 8 4 16 -1. <_>18 16 4 8 2. 0 8.8679995387792587e-003 0.2140499949455261 -0.1677280068397522 <_> <_> <_>9 14 6 10 -1. <_>11 14 2 10 3. 0 -0.0268869996070862 -1.1564220190048218 -0.0103240003809333 <_> <_> <_>6 11 12 5 -1. <_>10 11 4 5 3. 0 7.7789998613297939e-003 0.3535949885845184 -0.2961130142211914 <_> <_> <_>0 12 23 3 -1. <_>0 13 23 1 3. 0 -0.0159740000963211 -1.5374109745025635 -0.0299580004066229 <_> <_> <_>13 0 6 12 -1. <_>15 0 2 12 3. 0 0.0208669994026423 0.2024410068988800 -0.7127019762992859 <_> <_> <_>0 10 12 5 -1. <_>4 10 4 5 3. 0 0.0854820013046265 -0.0259329993277788 -1.5156569480895996 <_> <_> <_>13 2 10 4 -1. <_>13 4 10 2 2. 0 0.0238729994744062 0.1680340021848679 -0.3880620002746582 <_> <_> <_>5 0 6 12 -1. <_>7 0 2 12 3. 0 -0.0391050018370152 -1.1958349943161011 -0.0203610006719828 <_> <_> <_>11 6 9 6 -1. <_>14 6 3 6 3. 0 -0.0779469981789589 -1.0898950099945068 0.1453029960393906 <_> <_> <_>4 6 9 6 -1. <_>7 6 3 6 3. 0 -0.0168760009109974 0.2804970145225525 -0.4133630096912384 <_> <_> <_>6 11 18 13 -1. <_>12 11 6 13 3. 0 0.1187560036778450 -0.0434909984469414 0.4126369953155518 <_> <_> <_>0 11 18 13 -1. <_>6 11 6 13 3. 0 0.1562419980764389 -0.2642959952354431 0.5512779951095581 <_> <_> <_>12 16 12 6 -1. <_>16 16 4 6 3. 0 -0.0459080003201962 0.6018919944763184 0.0189210008829832 <_> <_> <_>0 6 21 3 -1. <_>0 7 21 1 3. 0 -0.0103099998086691 0.3815299868583679 -0.2950789928436279 <_> <_> <_>12 16 12 6 -1. <_>16 16 4 6 3. 0 0.0957690030336380 0.1324650049209595 -0.4626680016517639 <_> <_> <_>5 7 6 14 -1. <_>5 14 6 7 2. 0 0.0136869996786118 0.1173869967460632 -0.5166410207748413 <_> <_> <_>5 10 19 2 -1. <_>5 11 19 1 2. 0 2.3990001063793898e-003 -0.3400759994983673 0.2095350027084351 <_> <_> <_>5 4 14 4 -1. <_>5 6 14 2 2. 0 0.0332649983465672 -0.1705279946327210 1.4366799592971802 <_> <_> <_>3 18 18 4 -1. <_>9 18 6 4 3. 0 -0.0332060009241104 0.6129570007324219 -0.0415499992668629 <_> <_> <_>7 0 4 9 -1. <_>9 0 2 9 2. 0 2.7979998849332333e-003 -0.4855430126190186 0.1337269991636276 <_> <_> <_>13 3 11 4 -1. <_>13 5 11 2 2. 0 -0.0657920017838478 -4.0257668495178223 0.1087670028209686 <_> <_> <_>2 0 9 6 -1. <_>5 0 3 6 3. 0 2.1430000197142363e-003 -0.3917999863624573 0.2242709994316101 <_> <_> <_>19 1 4 23 -1. <_>19 1 2 23 2. 0 0.0223639998584986 -0.0864299982786179 0.3778519928455353 <_> <_> <_>1 1 4 23 -1. <_>3 1 2 23 2. 0 -0.0574100017547607 1.1454069614410400 -0.1973659992218018 <_> <_> <_>5 16 18 3 -1. <_>5 17 18 1 3. 0 6.6550001502037048e-003 -0.0211050007492304 0.5845339894294739 <_> <_> <_>0 3 11 4 -1. <_>0 5 11 2 2. 0 0.0123269995674491 0.0378170013427734 -0.6698700189590454 <_> <_> <_>2 16 20 3 -1. <_>2 17 20 1 3. 0 -8.1869997084140778e-003 0.5636600255966187 -0.0768779963254929 <_> <_> <_>5 3 13 4 -1. <_>5 5 13 2 2. 0 0.0366810001432896 -0.1734330058097839 1.1670149564743042 <_> <_> <_>1 9 22 15 -1. <_>1 9 11 15 2. 0 -0.4022040069103241 1.2640819549560547 0.0433989986777306 <_> <_> <_>3 4 14 3 -1. <_>10 4 7 3 2. 0 -0.0221260003745556 0.6697810292243958 -0.2160529941320419 <_> <_> <_>8 7 10 4 -1. <_>8 7 5 4 2. 0 -0.0131569998338819 -0.4119859933853149 0.2021500021219254 <_> <_> <_>6 7 10 4 -1. <_>11 7 5 4 2. 0 -0.0128600001335144 -0.9158269762992859 0.0392329990863800 <_> <_> <_>10 4 6 9 -1. <_>12 4 2 9 3. 0 0.0216279998421669 3.8719999138265848e-003 0.3566820025444031 <_> <_> <_>1 12 9 6 -1. <_>4 12 3 6 3. 0 0.0118960002437234 -0.3730390071868897 0.1923509985208511 <_> <_> <_>8 3 8 10 -1. <_>12 3 4 5 2. <_>8 8 4 5 2. 0 -0.0195489991456270 -0.4237489998340607 0.2442959994077683 <_> <_> <_>3 6 16 6 -1. <_>3 6 8 3 2. <_>11 9 8 3 2. 0 0.0644449964165688 -0.1655890047550201 1.2697030305862427 <_> <_> <_>5 6 14 6 -1. <_>5 9 14 3 2. 0 0.1089849993586540 0.1489430069923401 -2.1534640789031982 <_> <_> <_>4 3 9 6 -1. <_>4 5 9 2 3. 0 -0.0340779982507229 1.3779460191726685 -0.1619849950075150 <_> <_> <_>6 3 18 2 -1. <_>6 4 18 1 2. 0 -3.7489999085664749e-003 -0.3382860124111176 0.2115290015935898 <_> <_> <_>7 6 9 6 -1. <_>10 6 3 6 3. 0 -0.0109719997271895 0.7651789784431458 -0.1969259977340698 <_> <_> <_>0 1 24 3 -1. <_>0 2 24 1 3. 0 -0.0114850001409650 -0.6927120089530945 0.2165710031986237 <_> <_> <_>0 17 10 6 -1. <_>0 19 10 2 3. 0 0.0259840004146099 -0.0119839999824762 -0.9969729781150818 <_> <_> <_>3 18 18 3 -1. <_>3 19 18 1 3. 0 4.2159999720752239e-003 -0.1020570024847984 0.4888440072536469 <_> <_> <_>2 5 6 16 -1. <_>2 5 3 8 2. <_>5 13 3 8 2. 0 -0.0476970002055168 1.0666010379791260 -0.1757629960775375 <_> <_> <_>7 6 11 6 -1. <_>7 8 11 2 3. 0 4.0300001273863018e-004 0.1852480024099350 -0.7479000091552734 <_> <_> <_>5 2 12 22 -1. <_>5 13 12 11 2. 0 0.1153960004448891 -0.2201970070600510 0.5450999736785889 <_> <_> <_>10 7 4 10 -1. <_>10 12 4 5 2. 0 0.0160210002213717 0.2548750042915344 -0.5074009895324707 <_> <_> <_>9 0 4 18 -1. <_>9 6 4 6 3. 0 0.0566320009529591 -0.0112560000270605 -0.9596809744834900 <_> <_> <_>18 8 6 9 -1. <_>18 11 6 3 3. 0 -0.0107260001823306 -0.2854470014572144 0.1699479967355728 <_> <_> <_>4 7 15 10 -1. <_>9 7 5 10 3. 0 0.1242000013589859 -0.0361399985849857 -1.3132710456848145 <_> <_> <_>10 5 6 9 -1. <_>12 5 2 9 3. 0 -5.3799999877810478e-003 0.3309270143508911 0.0133079998195171 <_> <_> <_>9 9 6 10 -1. <_>11 9 2 10 3. 0 0.0119080003350973 -0.3483029901981354 0.2404190003871918 <_> <_> <_>11 14 6 10 -1. <_>13 14 2 10 3. 0 -0.0430079996585846 -1.4390469789505005 0.1559959948062897 <_> <_> <_>7 14 6 10 -1. <_>9 14 2 10 3. 0 -0.0331499986350536 -1.1805850267410278 -0.0123479999601841 <_> <_> <_>4 8 16 9 -1. <_>4 11 16 3 3. 0 -0.0213419999927282 2.2119441032409668 0.0627370029687881 <_> <_> <_>2 11 20 3 -1. <_>2 12 20 1 3. 0 -0.0122189996764064 -1.8709750175476074 -0.0454999990761280 <_> <_> <_>13 0 4 13 -1. <_>13 0 2 13 2. 0 -0.0168609991669655 -0.7691270112991333 0.1533000022172928 <_> <_> <_>7 0 4 13 -1. <_>9 0 2 13 2. 0 -2.4999999441206455e-003 -0.6298739910125732 0.0516000017523766 <_> <_> <_>3 1 18 7 -1. <_>9 1 6 7 3. 0 -0.0450379997491837 0.8542889952659607 6.2600001692771912e-003 <_> <_> <_>1 11 6 9 -1. <_>1 14 6 3 3. 0 0.0390579998493195 -0.0324589982628822 -1.3325669765472412 <_> <_> <_>8 18 9 6 -1. <_>8 20 9 2 3. 0 6.6720000468194485e-003 -0.1942359954118729 0.3732869923114777 <_> <_> <_>3 9 15 6 -1. <_>3 11 15 2 3. 0 -0.0163610000163317 2.0605869293212891 -0.1504269987344742 <_> <_> <_>5 10 19 2 -1. <_>5 11 19 1 2. 0 6.1719999648630619e-003 -0.1161099970340729 0.2545540034770966 <_> <_> <_>8 6 7 16 -1. <_>8 14 7 8 2. 0 0.0457220003008842 -0.0163400005549192 -1.0449140071868896 <_> <_> <_>9 14 9 6 -1. <_>9 16 9 2 3. 0 4.1209999471902847e-003 -0.0419979989528656 0.3968099951744080 <_> <_> <_>0 7 8 12 -1. <_>0 11 8 4 3. 0 -1.7800000205170363e-004 -0.6642259955406189 0.0334430001676083 <_> <_> <_>6 4 18 3 -1. <_>6 5 18 1 3. 0 7.1109998971223831e-003 -0.0582319982349873 0.3785730004310608 <_> <_> <_>0 16 12 6 -1. <_>4 16 4 6 3. 0 -0.0498640015721321 0.6101940274238586 -0.2100570052862167 <_> <_> <_>13 13 9 4 -1. <_>13 15 9 2 2. 0 -0.0250119995325804 -0.5710009932518005 0.1784839928150177 <_> <_> <_>5 8 14 14 -1. <_>5 8 7 7 2. <_>12 15 7 7 2. 0 0.0309399999678135 0.0563630014657974 -0.6473100185394287 <_> <_> <_>1 16 22 6 -1. <_>12 16 11 3 2. <_>1 19 11 3 2. 0 0.0462710000574589 0.1748239994049072 -0.9890940189361572 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 -3.1870000530034304e-003 -0.6680480241775513 0.0322670005261898 <_> <_> <_>9 5 10 10 -1. <_>14 5 5 5 2. <_>9 10 5 5 2. 0 -0.0243519991636276 0.2944490015506744 -1.3599999947473407e-003 <_> <_> <_>5 5 10 10 -1. <_>5 5 5 5 2. <_>10 10 5 5 2. 0 0.0119740003719926 -0.2834509909152985 0.4717119932174683 <_> <_> <_>4 6 16 6 -1. <_>12 6 8 3 2. <_>4 9 8 3 2. 0 0.0130700003355742 -0.1083460003137589 0.5719329714775085 <_> <_> <_>0 7 6 9 -1. <_>0 10 6 3 3. 0 0.0591630004346371 -0.0509390011429787 -1.9059720039367676 <_> <_> <_>16 10 8 14 -1. <_>20 10 4 7 2. <_>16 17 4 7 2. 0 -0.0410949997603893 0.4510459899902344 -9.7599998116493225e-003 <_> <_> <_>9 12 6 12 -1. <_>9 18 6 6 2. 0 -0.0839890018105507 -2.0349199771881104 -0.0510190017521381 <_> <_> <_>8 10 8 12 -1. <_>12 10 4 6 2. <_>8 16 4 6 2. 0 0.0446190014481544 0.1704110056161881 -1.2278720140457153 <_> <_> <_>8 0 4 9 -1. <_>10 0 2 9 2. 0 0.0244190003722906 -0.0217969994992018 -1.0822949409484863 <_> <_> <_>10 4 8 16 -1. <_>14 4 4 8 2. <_>10 12 4 8 2. 0 -4.3870001100003719e-003 0.3046669960021973 -0.3706659972667694 <_> <_> <_>7 10 10 6 -1. <_>7 12 10 2 3. 0 0.0246079992502928 -0.3116950094699860 0.2365729957818985 <_> <_> <_>5 6 14 14 -1. <_>12 6 7 7 2. <_>5 13 7 7 2. 0 -0.0851820036768913 -1.7982350587844849 0.1525429934263229 <_> <_> <_>2 11 20 2 -1. <_>2 12 20 1 2. 0 0.0218449998646975 -0.0518880002200603 -1.9017189741134644 <_> <_> <_>18 8 4 16 -1. <_>18 16 4 8 2. 0 -0.0168290007859468 0.2102590054273605 0.0216569993644953 <_> <_> <_>1 11 12 10 -1. <_>1 11 6 5 2. <_>7 16 6 5 2. 0 0.0325479991734028 -0.2029259949922562 0.6094400286674500 <_> <_> <_>6 9 12 4 -1. <_>6 11 12 2 2. 0 2.4709999561309814e-003 -0.9537119865417481 0.1856839954853058 <_> <_> <_>9 12 6 7 -1. <_>12 12 3 7 2. 0 0.0554159991443157 -0.1440529972314835 2.1506340503692627 <_> <_> <_>10 4 8 16 -1. <_>14 4 4 8 2. <_>10 12 4 8 2. 0 -0.1063549965620041 -1.0911970138549805 0.1322800070047379 <_> <_> <_>6 4 8 16 -1. <_>6 4 4 8 2. <_>10 12 4 8 2. 0 -7.9889995977282524e-003 0.1025340035557747 -0.5174490213394165 <_> <_> <_>8 9 9 6 -1. <_>11 9 3 6 3. 0 0.0755679979920387 0.0589650012552738 1.2354209423065186 <_> <_> <_>1 5 16 12 -1. <_>1 5 8 6 2. <_>9 11 8 6 2. 0 -0.0928059965372086 -1.3431650400161743 -0.0344629995524883 <_> <_> <_>9 9 6 8 -1. <_>9 9 3 8 2. 0 0.0494319982826710 0.0496019981801510 1.6054730415344238 <_> <_> <_>6 0 3 18 -1. <_>7 0 1 18 3. 0 -0.0117729995399714 -1.0261050462722778 -4.1559999808669090e-003 <_> <_> <_>17 9 5 14 -1. <_>17 16 5 7 2. 0 0.0858860015869141 0.0846429988741875 0.9522079825401306 <_> <_> <_>2 9 5 14 -1. <_>2 16 5 7 2. 0 0.0810310021042824 -0.1468710005283356 1.9359990358352661 -3.7025990486145020 12 -1 <_> <_> <_> <_>7 4 10 6 -1. <_>7 7 10 3 2. 0 -0.0338409990072250 0.6588950157165527 -0.6975529789924622 <_> <_> <_>1 3 23 18 -1. <_>1 9 23 6 3. 0 0.0154100004583597 -0.9072840213775635 0.3047859966754913 <_> <_> <_>1 1 21 3 -1. <_>8 1 7 3 3. 0 0.0549059994518757 -0.4977479875087738 0.5713260173797607 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0213900003582239 -0.4256519973278046 0.5809680223464966 <_> <_> <_>3 18 12 6 -1. <_>3 18 6 3 2. <_>9 21 6 3 2. 0 7.8849997371435165e-003 -0.4790599942207336 0.4301649928092957 <_> <_> <_>16 8 8 16 -1. <_>20 8 4 8 2. <_>16 16 4 8 2. 0 -0.0375449992716312 0.5086159706115723 -0.1998589932918549 <_> <_> <_>0 19 24 4 -1. <_>8 19 8 4 3. 0 0.1592579931020737 -0.2326360046863556 1.0993319749832153 <_> <_> <_>16 8 8 16 -1. <_>20 8 4 8 2. <_>16 16 4 8 2. 0 -0.0689399987459183 0.4056900143623352 0.0568550005555153 <_> <_> <_>0 8 8 16 -1. <_>0 8 4 8 2. <_>4 16 4 8 2. 0 -0.0336950011551380 0.4513280093669891 -0.3333280086517334 <_> <_> <_>8 12 8 10 -1. <_>8 17 8 5 2. 0 -0.0633149966597557 -0.8501570224761963 0.2234169989824295 <_> <_> <_>5 7 5 8 -1. <_>5 11 5 4 2. 0 7.3699997738003731e-003 -0.9308220148086548 0.0592169985175133 <_> <_> <_>4 1 19 2 -1. <_>4 2 19 1 2. 0 -9.5969997346401215e-003 -1.2794899940490723 0.1844729930162430 <_> <_> <_>0 12 24 9 -1. <_>8 12 8 9 3. 0 -0.1306799948215485 0.5842689871788025 -0.2600719928741455 <_> <_> <_>6 0 13 8 -1. <_>6 4 13 4 2. 0 0.0574029982089996 -0.0537890009582043 0.7117559909820557 <_> <_> <_>0 0 24 3 -1. <_>0 1 24 1 3. 0 -7.2340001352131367e-003 -0.8696219921112061 0.0752149969339371 <_> <_> <_>20 3 4 11 -1. <_>20 3 2 11 2. 0 0.0310989990830421 -0.0750069990754128 0.9078159928321838 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 0.0358540005981922 -0.2479549944400787 0.7227209806442261 <_> <_> <_>6 11 12 8 -1. <_>12 11 6 4 2. <_>6 15 6 4 2. 0 -0.0315349996089935 -1.1238329410552979 0.2098830044269562 <_> <_> <_>0 8 12 6 -1. <_>0 8 6 3 2. <_>6 11 6 3 2. 0 -0.0194370001554489 -1.4499390125274658 -0.0151000004261732 <_> <_> <_>6 17 18 3 -1. <_>6 18 18 1 3. 0 -7.2420001961290836e-003 0.5386490225791931 -0.1137539967894554 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 8.1639997661113739e-003 0.0668890029191971 -0.7687289714813232 <_> <_> <_>20 3 4 9 -1. <_>20 3 2 9 2. 0 -0.0436530001461506 1.1413530111312866 0.0402170009911060 <_> <_> <_>0 3 4 9 -1. <_>2 3 2 9 2. 0 0.0265699997544289 -0.2471909970045090 0.5929509997367859 <_> <_> <_>15 0 9 19 -1. <_>18 0 3 19 3. 0 0.0322169996798038 -0.0400249995291233 0.3268800079822540 <_> <_> <_>0 0 9 19 -1. <_>3 0 3 19 3. 0 -0.0722360014915466 0.5872939825057983 -0.2539600133895874 <_> <_> <_>13 11 6 8 -1. <_>13 11 3 8 2. 0 0.0314249992370605 0.1531510055065155 -0.5604209899902344 <_> <_> <_>5 11 6 8 -1. <_>8 11 3 8 2. 0 -4.7699999413453043e-004 0.1695889979600906 -0.5262669920921326 <_> <_> <_>5 11 19 3 -1. <_>5 12 19 1 3. 0 2.7189999818801880e-003 -0.1494459956884384 0.2965869903564453 <_> <_> <_>3 20 18 4 -1. <_>9 20 6 4 3. 0 0.0328750014305115 -0.3994350135326386 0.2515659928321838 <_> <_> <_>6 6 16 6 -1. <_>6 8 16 2 3. 0 -0.0145530002191663 0.2797259986400604 -0.4720380008220673 <_> <_> <_>6 0 9 6 -1. <_>9 0 3 6 3. 0 0.0380179993808270 -2.9200001154094934e-003 -1.1300059556961060 <_> <_> <_>10 3 4 14 -1. <_>10 10 4 7 2. 0 2.8659999370574951e-003 0.4111180007457733 -0.2622080147266388 <_> <_> <_>1 5 15 12 -1. <_>1 11 15 6 2. 0 -0.0416069999337196 -1.4293819665908813 -0.0191329997032881 <_> <_> <_>11 12 8 5 -1. <_>11 12 4 5 2. 0 -0.0248029995709658 -0.2501359879970551 0.1597869992256165 <_> <_> <_>5 0 6 9 -1. <_>7 0 2 9 3. 0 0.0100980000570416 0.0437389984726906 -0.6998609900474548 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0209470000118017 -0.9413779973983765 0.2320400029420853 <_> <_> <_>5 5 12 8 -1. <_>5 5 6 4 2. <_>11 9 6 4 2. 0 0.0224580001085997 -0.2718580067157745 0.4531919956207275 <_> <_> <_>13 12 11 6 -1. <_>13 14 11 2 3. 0 -0.0371109992265701 -1.0314660072326660 0.1442179977893829 <_> <_> <_>0 13 21 3 -1. <_>0 14 21 1 3. 0 -0.0106480000540614 0.6310700178146362 -0.2552079856395721 <_> <_> <_>8 1 8 12 -1. <_>12 1 4 6 2. <_>8 7 4 6 2. 0 0.0554229989647865 0.1620659977197647 -1.7722640037536621 <_> <_> <_>1 0 6 12 -1. <_>1 0 3 6 2. <_>4 6 3 6 2. 0 0.0216019991785288 -0.2501609921455383 0.5411980152130127 <_> <_> <_>2 2 21 2 -1. <_>2 3 21 1 2. 0 8.7000000348780304e-005 -0.2900890111923218 0.3350799977779388 <_> <_> <_>2 2 19 3 -1. <_>2 3 19 1 3. 0 0.0144060002639890 -7.8840004280209541e-003 -1.1677219867706299 <_> <_> <_>17 10 6 14 -1. <_>20 10 3 7 2. <_>17 17 3 7 2. 0 0.1077739968895912 0.1129200011491776 -2.4940319061279297 <_> <_> <_>1 10 6 14 -1. <_>1 10 3 7 2. <_>4 17 3 7 2. 0 0.0359439998865128 -0.1948059946298599 0.9575750231742859 <_> <_> <_>7 6 14 14 -1. <_>14 6 7 7 2. <_>7 13 7 7 2. 0 -3.9510000497102737e-003 0.3092780113220215 -0.2553020119667053 <_> <_> <_>0 12 9 6 -1. <_>0 14 9 2 3. 0 0.0209420006722212 -7.6319999061524868e-003 -1.0086350440979004 <_> <_> <_>15 14 8 9 -1. <_>15 17 8 3 3. 0 -0.0298779997974634 -0.4602769911289215 0.1950719952583313 <_> <_> <_>1 1 22 4 -1. <_>1 1 11 2 2. <_>12 3 11 2 2. 0 0.0259719993919134 -0.0121879996731877 -1.0035500526428223 <_> <_> <_>9 11 9 6 -1. <_>9 13 9 2 3. 0 0.0106030004099011 -0.0759690031409264 0.4166989922523499 <_> <_> <_>0 15 18 3 -1. <_>0 16 18 1 3. 0 8.5819996893405914e-003 -0.2664859890937805 0.3911150097846985 <_> <_> <_>16 14 7 9 -1. <_>16 17 7 3 3. 0 0.0212709996849298 0.1827390044927597 -0.3605229854583740 <_> <_> <_>4 3 16 4 -1. <_>12 3 8 4 2. 0 0.0745180025696754 -0.1893839985132217 0.9265800118446350 <_> <_> <_>7 6 12 5 -1. <_>7 6 6 5 2. 0 4.6569998376071453e-003 -0.1450619995594025 0.3329460024833679 <_> <_> <_>9 6 4 9 -1. <_>11 6 2 9 2. 0 1.7119999974966049e-003 -0.5246400237083435 0.0898799970746040 <_> <_> <_>12 1 4 10 -1. <_>12 1 2 10 2. 0 9.8500004969537258e-004 -0.3838199973106384 0.2439299970865250 <_> <_> <_>8 1 4 10 -1. <_>10 1 2 10 2. 0 0.0282339993864298 -5.7879998348653316e-003 -1.2617139816284180 <_> <_> <_>15 15 6 9 -1. <_>15 18 6 3 3. 0 -0.0326780006289482 -0.5795329809188843 0.1695529967546463 <_> <_> <_>3 15 6 9 -1. <_>3 18 6 3 3. 0 0.0225360002368689 0.0222810003906488 -0.8786960244178772 <_> <_> <_>15 1 3 19 -1. <_>16 1 1 19 3. 0 -0.0216579996049404 -0.6510850191116333 0.1296689957380295 <_> <_> <_>1 3 6 9 -1. <_>3 3 2 9 3. 0 7.6799998059868813e-003 -0.3396520018577576 0.2201330065727234 <_> <_> <_>15 0 3 19 -1. <_>16 0 1 19 3. 0 0.0145920002833009 0.1507730036973953 -0.5045239925384522 <_> <_> <_>6 3 12 4 -1. <_>12 3 6 4 2. 0 0.0278680007904768 -0.2504529953002930 0.4574199914932251 <_> <_> <_>10 5 4 9 -1. <_>10 5 2 9 2. 0 5.6940000504255295e-003 -0.1094850003719330 0.5575780272483826 <_> <_> <_>6 0 3 19 -1. <_>7 0 1 19 3. 0 -0.0100029995664954 -0.9736629724502564 0.0184679999947548 <_> <_> <_>11 1 3 12 -1. <_>11 7 3 6 2. 0 -4.0719998069107533e-003 0.3822219967842102 -0.1692110002040863 <_> <_> <_>6 7 10 5 -1. <_>11 7 5 5 2. 0 -0.0225939992815256 -1.0391089916229248 5.1839998923242092e-003 <_> <_> <_>11 3 3 18 -1. <_>12 3 1 18 3. 0 -0.0395799987018108 -5.5109229087829590 0.1116399988532066 <_> <_> <_>9 3 6 12 -1. <_>11 3 2 12 3. 0 -0.0175379998981953 0.9548580050468445 -0.1858450025320053 <_> <_> <_>3 7 19 3 -1. <_>3 8 19 1 3. 0 9.0300003066658974e-003 0.0104360003024340 0.8211479783058167 <_> <_> <_>2 7 18 3 -1. <_>2 8 18 1 3. 0 -7.9539995640516281e-003 0.2263289988040924 -0.3456819951534271 <_> <_> <_>3 13 18 4 -1. <_>12 13 9 2 2. <_>3 15 9 2 2. 0 0.0270910002291203 0.1643009930849075 -1.3926379680633545 <_> <_> <_>3 5 6 9 -1. <_>5 5 2 9 3. 0 -0.0206259991973639 -0.8636609911918640 2.3880000226199627e-003 <_> <_> <_>4 1 20 4 -1. <_>14 1 10 2 2. <_>4 3 10 2 2. 0 -0.0719899982213974 -2.8192629814147949 0.1157049983739853 <_> <_> <_>0 1 20 4 -1. <_>0 1 10 2 2. <_>10 3 10 2 2. 0 -0.0269649997353554 -1.2946130037307739 -0.0246610008180141 <_> <_> <_>10 15 6 6 -1. <_>10 15 3 6 2. 0 -0.0473779998719692 -0.8130639791488648 0.1183139979839325 <_> <_> <_>0 2 24 8 -1. <_>8 2 8 8 3. 0 -0.1089560016989708 0.6593790054321289 -0.2084390074014664 <_> <_> <_>5 5 18 3 -1. <_>5 6 18 1 3. 0 0.0135740004479885 7.4240001849830151e-003 0.5315219759941101 <_> <_> <_>8 15 6 6 -1. <_>11 15 3 6 2. 0 -6.6920001991093159e-003 0.3065580129623413 -0.3108429908752441 <_> <_> <_>11 12 8 5 -1. <_>11 12 4 5 2. 0 -3.9070001803338528e-003 0.2557649910449982 -0.0529320016503334 <_> <_> <_>5 12 8 5 -1. <_>9 12 4 5 2. 0 -0.0376130007207394 -1.4350049495697021 -0.0154480002820492 <_> <_> <_>5 0 14 6 -1. <_>5 2 14 2 3. 0 8.6329998448491096e-003 -0.1688439995050430 0.4212490022182465 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0320970006287098 -0.6497939825057983 0.0411100015044212 <_> <_> <_>10 7 5 12 -1. <_>10 11 5 4 3. 0 0.0584959983825684 -0.0529639981687069 0.6336830258369446 <_> <_> <_>7 9 8 14 -1. <_>7 9 4 7 2. <_>11 16 4 7 2. 0 -0.0409019999206066 -0.9210109710693359 9.0640000998973846e-003 <_> <_> <_>1 5 22 6 -1. <_>12 5 11 3 2. <_>1 8 11 3 2. 0 -0.0199250001460314 0.5375999808311462 -0.0629969984292984 <_> <_> <_>0 5 6 6 -1. <_>0 8 6 3 2. 0 -4.6020001173019409e-003 -0.5433350205421448 0.0841049998998642 <_> <_> <_>12 17 9 4 -1. <_>12 19 9 2 2. 0 0.0168249998241663 0.1556369960308075 -0.4017120003700256 <_> <_> <_>2 18 19 3 -1. <_>2 19 19 1 3. 0 9.4790002331137657e-003 -0.2424529939889908 0.5150949954986572 <_> <_> <_>12 17 9 4 -1. <_>12 19 9 2 2. 0 -0.0195349995046854 -0.5111839771270752 0.1383199989795685 <_> <_> <_>1 17 18 3 -1. <_>1 18 18 1 3. 0 0.0107460003346205 -0.2185499966144562 0.6282870173454285 <_> <_> <_>12 17 9 4 -1. <_>12 19 9 2 2. 0 0.0379270017147064 0.1164029985666275 -2.7301959991455078 <_> <_> <_>0 0 24 3 -1. <_>0 1 24 1 3. 0 0.0163909997791052 -0.0146359996870160 -1.0797250270843506 <_> <_> <_>5 0 14 4 -1. <_>5 2 14 2 2. 0 -0.0197850000113249 1.2166420221328735 0.0332750007510185 <_> <_> <_>6 14 9 6 -1. <_>6 16 9 2 3. 0 0.0110670002177358 -0.2538830041885376 0.4403859972953796 <_> <_> <_>14 13 6 9 -1. <_>14 16 6 3 3. 0 5.2479999139904976e-003 0.2249680012464523 -0.2421649992465973 <_> <_> <_>5 20 13 4 -1. <_>5 22 13 2 2. 0 -0.0111419996246696 0.2501809895038605 -0.3081150054931641 <_> <_> <_>9 9 6 12 -1. <_>9 13 6 4 3. 0 -0.0106669999659061 -0.3272910118103027 0.2616829872131348 <_> <_> <_>1 10 21 3 -1. <_>8 10 7 3 3. 0 0.1054529994726181 -0.0557500012218952 -1.9605729579925537 <_> <_> <_>8 8 9 6 -1. <_>11 8 3 6 3. 0 0.0548279993236065 -1.9519999623298645e-003 0.7386609911918640 <_> <_> <_>3 10 9 7 -1. <_>6 10 3 7 3. 0 0.0177609995007515 -0.3064720034599304 0.2634699940681458 <_> <_> <_>12 10 10 8 -1. <_>17 10 5 4 2. <_>12 14 5 4 2. 0 -0.0311859995126724 -0.2460090070962906 0.1708219945430756 <_> <_> <_>0 15 24 3 -1. <_>8 15 8 3 3. 0 -0.0572960004210472 0.4703350067138672 -0.2604829967021942 <_> <_> <_>8 5 9 6 -1. <_>8 7 9 2 3. 0 -0.0113120004534721 0.3862890005111694 -0.2881700098514557 <_> <_> <_>4 13 6 9 -1. <_>4 16 6 3 3. 0 0.0305920001119375 -0.0488260015845299 -1.7638969421386719 <_> <_> <_>12 17 9 4 -1. <_>12 19 9 2 2. 0 1.8489999929443002e-003 0.2109989970922470 -0.0259409993886948 <_> <_> <_>9 12 6 6 -1. <_>9 15 6 3 2. 0 0.0114190001040697 -0.1682959944009781 1.0278660058975220 <_> <_> <_>9 9 14 10 -1. <_>16 9 7 5 2. <_>9 14 7 5 2. 0 0.0814030021429062 0.1153199970722199 -1.2482399940490723 <_> <_> <_>1 9 14 10 -1. <_>1 9 7 5 2. <_>8 14 7 5 2. 0 0.0534959994256496 -0.0463039986789227 -1.7165969610214233 <_> <_> <_>8 7 9 17 -1. <_>11 7 3 17 3. 0 -0.0239480007439852 -0.4024659991264343 0.2056210041046143 <_> <_> <_>3 4 6 20 -1. <_>3 4 3 10 2. <_>6 14 3 10 2. 0 6.7690000869333744e-003 -0.3315230011940002 0.2068340033292770 <_> <_> <_>7 8 10 4 -1. <_>7 8 5 4 2. 0 -0.0323439985513687 -0.7263280153274536 0.2007350027561188 <_> <_> <_>10 7 4 9 -1. <_>12 7 2 9 2. 0 0.0378630012273788 -0.1563100069761276 1.6697460412979126 <_> <_> <_>10 15 6 9 -1. <_>12 15 2 9 3. 0 0.0154400002211332 0.1948740035295487 -0.3538419902324677 <_> <_> <_>3 8 6 16 -1. <_>3 8 3 8 2. <_>6 16 3 8 2. 0 -0.0443760007619858 0.8209360241889954 -0.1819359958171845 <_> <_> <_>12 17 9 4 -1. <_>12 19 9 2 2. 0 -0.0231020003557205 -0.4304409921169281 0.1237540021538734 <_> <_> <_>3 17 9 4 -1. <_>3 19 9 2 2. 0 0.0194000005722046 -0.0297260005027056 -1.1597590446472168 <_> <_> <_>10 1 9 6 -1. <_>13 1 3 6 3. 0 0.1038570031523705 0.1114989966154099 -4.6835222244262695 <_> <_> <_>5 7 4 10 -1. <_>5 12 4 5 2. 0 -0.0189640000462532 2.1773819923400879 -0.1454440057277679 <_> <_> <_>7 5 12 6 -1. <_>11 5 4 6 3. 0 0.0387509986758232 -0.0494460016489029 0.3401829898357391 <_> <_> <_>6 4 9 8 -1. <_>9 4 3 8 3. 0 0.0227669999003410 -0.3280299901962280 0.3053140044212341 <_> <_> <_>12 16 10 8 -1. <_>17 16 5 4 2. <_>12 20 5 4 2. 0 -0.0313570015132427 1.1520819664001465 0.0273059997707605 <_> <_> <_>2 16 10 8 -1. <_>2 16 5 4 2. <_>7 20 5 4 2. 0 9.6909999847412109e-003 -0.3879950046539307 0.2151259928941727 <_> <_> <_>0 0 24 4 -1. <_>12 0 12 2 2. <_>0 2 12 2 2. 0 -0.0492849983274937 -1.6774909496307373 0.1577419936656952 <_> <_> <_>0 6 9 6 -1. <_>0 8 9 2 3. 0 -0.0395109988749027 -0.9764789938926697 -0.0105520002543926 <_> <_> <_>0 4 24 6 -1. <_>12 4 12 3 2. <_>0 7 12 3 2. 0 0.0479979999363422 0.2084390074014664 -0.6899279952049255 <_> <_> <_>5 0 11 4 -1. <_>5 2 11 2 2. 0 0.0514229983091354 -0.1666530072689056 1.2149239778518677 <_> <_> <_>1 1 22 4 -1. <_>12 1 11 2 2. <_>1 3 11 2 2. 0 0.0142799997702241 0.2362769991159439 -0.4139679968357086 <_> <_> <_>9 6 6 18 -1. <_>9 15 6 9 2. 0 -0.0916119962930679 -0.9283090233802795 -0.0183450002223253 <_> <_> <_>2 9 20 4 -1. <_>2 11 20 2 2. 0 6.5080001950263977e-003 -0.7364720106124878 0.1949709951877594 <_> <_> <_>5 2 14 14 -1. <_>5 9 14 7 2. 0 0.0357230007648468 0.1419779956340790 -0.4208930134773254 <_> <_> <_>4 2 16 6 -1. <_>4 5 16 3 2. 0 0.0506380014121532 0.0116440001875162 0.7848659753799439 <_> <_> <_>2 3 19 3 -1. <_>2 4 19 1 3. 0 -0.0146139999851584 -1.1909500360488892 -0.0351280011236668 <_> <_> <_>7 1 10 4 -1. <_>7 3 10 2 2. 0 -0.0386629998683929 2.4314730167388916 0.0656479969620705 <_> <_> <_>0 9 4 15 -1. <_>0 14 4 5 3. 0 -0.0403469987213612 0.7175530195236206 -0.1910829991102219 <_> <_> <_>2 10 21 3 -1. <_>2 11 21 1 3. 0 0.0239020008593798 0.1564619988203049 -0.7929480075836182 -3.4265899658203125 13 -1 <_> <_> <_> <_>3 0 6 6 -1. <_>6 0 3 6 2. 0 8.5640000179409981e-003 -0.8145070075988770 0.5887529850006104 <_> <_> <_>6 4 14 9 -1. <_>6 7 14 3 3. 0 -0.1329260021448135 0.9321339726448059 -0.2936730086803436 <_> <_> <_>9 1 6 9 -1. <_>11 1 2 9 3. 0 9.8400004208087921e-003 -0.5646290183067322 0.4164769947528839 <_> <_> <_>15 8 9 9 -1. <_>15 11 9 3 3. 0 5.0889998674392700e-003 -0.7923280000686646 0.1697500050067902 <_> <_> <_>8 0 4 21 -1. <_>8 7 4 7 3. 0 -0.0610390007495880 -1.4169000387191772 0.0250209998339415 <_> <_> <_>3 22 19 2 -1. <_>3 23 19 1 2. 0 -4.6599999768659472e-004 0.3798249959945679 -0.4156709909439087 <_> <_> <_>2 15 20 3 -1. <_>2 16 20 1 3. 0 3.3889999613165855e-003 -0.4076859951019287 0.3554849922657013 <_> <_> <_>19 0 4 13 -1. <_>19 0 2 13 2. 0 0.0210069995373487 -0.2408010065555573 0.8611270189285278 <_> <_> <_>1 7 8 8 -1. <_>1 11 8 4 2. 0 7.5559997931122780e-003 -0.8746719956398010 0.0985720008611679 <_> <_> <_>14 14 6 9 -1. <_>14 17 6 3 3. 0 0.0247799996286631 0.1556620001792908 -0.6922979950904846 <_> <_> <_>4 14 6 9 -1. <_>4 17 6 3 3. 0 -0.0356200002133846 -1.1472270488739014 0.0363599993288517 <_> <_> <_>14 5 4 10 -1. <_>14 5 2 10 2. 0 0.0198100004345179 0.1551620066165924 -0.6952009797096252 <_> <_> <_>6 5 4 10 -1. <_>8 5 2 10 2. 0 0.0150199998170137 0.0419900007545948 -0.9662280082702637 <_> <_> <_>14 5 6 6 -1. <_>14 8 6 3 2. 0 -0.0231379996985197 0.4339689910411835 2.4160000029951334e-003 <_> <_> <_>4 5 6 6 -1. <_>4 8 6 3 2. 0 -0.0187430009245873 0.4348109960556030 -0.3252249956130981 <_> <_> <_>0 2 24 21 -1. <_>8 2 8 21 3. 0 0.4508000016212463 -0.0945739969611168 0.7242130041122437 <_> <_> <_>1 2 6 13 -1. <_>3 2 2 13 3. 0 0.0118549996986985 -0.3813309967517853 0.3009839951992035 <_> <_> <_>20 0 4 21 -1. <_>20 0 2 21 2. 0 -0.0248300004750490 0.8930060267448425 -0.1029589995741844 <_> <_> <_>0 4 4 20 -1. <_>2 4 2 20 2. 0 -0.0447430014610291 0.8628029823303223 -0.2171649932861328 <_> <_> <_>8 16 9 6 -1. <_>8 18 9 2 3. 0 -0.0146000003442168 0.6006940007209778 -0.1590629965066910 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0245270002633333 -1.5872869491577148 -0.0218170005828142 <_> <_> <_>16 12 7 9 -1. <_>16 15 7 3 3. 0 0.0230240002274513 0.1685339957475662 -0.3810690045356751 <_> <_> <_>5 21 14 3 -1. <_>12 21 7 3 2. 0 -0.0249170009046793 0.5081089735031128 -0.2727989852428436 <_> <_> <_>11 5 6 9 -1. <_>11 5 3 9 2. 0 1.0130000300705433e-003 -0.4313879907131195 0.2643809914588928 <_> <_> <_>10 5 4 10 -1. <_>12 5 2 10 2. 0 0.0156030002981424 -0.3162420094013214 0.5571590065956116 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 -0.0266859997063875 1.0553920269012451 0.0290740001946688 <_> <_> <_>7 5 6 9 -1. <_>10 5 3 9 2. 0 1.3940000208094716e-003 -0.7187380194664002 0.0653909966349602 <_> <_> <_>14 14 10 4 -1. <_>14 16 10 2 2. 0 -6.4799998654052615e-004 0.2488439977169037 -0.2097820043563843 <_> <_> <_>5 5 14 14 -1. <_>5 5 7 7 2. <_>12 12 7 7 2. 0 -0.0318880006670952 -0.6884449720382690 0.0635899975895882 <_> <_> <_>12 8 12 6 -1. <_>18 8 6 3 2. <_>12 11 6 3 2. 0 -4.9290000461041927e-003 -0.5915250182151794 0.2794359922409058 <_> <_> <_>6 6 12 12 -1. <_>6 6 6 6 2. <_>12 12 6 6 2. 0 0.0311680007725954 0.0452239997684956 -0.8863919973373413 <_> <_> <_>11 13 6 10 -1. <_>13 13 2 10 3. 0 -0.0336630009114742 -0.6159020066261292 0.1574929952621460 <_> <_> <_>1 10 20 8 -1. <_>1 10 10 4 2. <_>11 14 10 4 2. 0 0.0119669996201992 -0.3060669898986816 0.4229330122470856 <_> <_> <_>15 13 9 6 -1. <_>15 15 9 2 3. 0 -0.0346800014376640 -1.3734940290451050 0.1590870022773743 <_> <_> <_>9 0 6 9 -1. <_>9 3 6 3 3. 0 9.9290004000067711e-003 -0.5586019754409790 0.1211920008063316 <_> <_> <_>10 1 5 14 -1. <_>10 8 5 7 2. 0 0.0595749989151955 4.9720001406967640e-003 0.8205540180206299 <_> <_> <_>3 4 16 6 -1. <_>3 6 16 2 3. 0 -0.0654280036687851 1.5651429891586304 -0.1681749969720841 <_> <_> <_>16 3 8 9 -1. <_>16 6 8 3 3. 0 -0.0928959995508194 -1.5794529914855957 0.1466179937124252 <_> <_> <_>7 13 6 10 -1. <_>9 13 2 10 3. 0 -0.0411840006709099 -1.5518720149993896 -0.0299699995666742 <_> <_> <_>15 13 9 6 -1. <_>15 15 9 2 3. 0 0.0214479994028807 0.1719630062580109 -0.6934319734573364 <_> <_> <_>0 13 9 6 -1. <_>0 15 9 2 3. 0 -0.0255699995905161 -1.3061310052871704 -0.0243369992822409 <_> <_> <_>13 16 9 6 -1. <_>13 18 9 2 3. 0 -0.0412009991705418 -1.3821059465408325 0.1480180025100708 <_> <_> <_>2 16 9 6 -1. <_>2 18 9 2 3. 0 -0.0176689997315407 -0.7088999748229981 0.0365240015089512 <_> <_> <_>5 16 18 3 -1. <_>5 17 18 1 3. 0 9.0060001239180565e-003 -0.0409139990806580 0.8037310242652893 <_> <_> <_>1 16 18 3 -1. <_>1 17 18 1 3. 0 -0.0116529995575547 0.5754680037498474 -0.2499170005321503 <_> <_> <_>5 0 18 3 -1. <_>5 1 18 1 3. 0 -7.4780001305043697e-003 -0.4928089976310730 0.1981090009212494 <_> <_> <_>1 1 19 2 -1. <_>1 2 19 1 2. 0 8.5499999113380909e-004 -0.4885810017585754 0.1356309950351715 <_> <_> <_>14 2 6 11 -1. <_>16 2 2 11 3. 0 -0.0305380001664162 -0.6027839779853821 0.1852200031280518 <_> <_> <_>4 15 15 6 -1. <_>9 15 5 6 3. 0 -0.0188469998538494 0.2356559932231903 -0.3513630032539368 <_> <_> <_>14 2 6 11 -1. <_>16 2 2 11 3. 0 -8.1129996106028557e-003 -0.0813049972057343 0.2106959968805313 <_> <_> <_>4 2 6 11 -1. <_>6 2 2 11 3. 0 -0.0348300002515316 -1.2065670490264893 -0.0142519995570183 <_> <_> <_>18 2 6 9 -1. <_>18 5 6 3 3. 0 0.0190210007131100 0.2334990054368973 -0.4566490054130554 <_> <_> <_>1 2 22 4 -1. <_>1 2 11 2 2. <_>12 4 11 2 2. 0 -0.0190040003508329 -0.8107579946517944 0.0131400004029274 <_> <_> <_>2 0 21 12 -1. <_>9 0 7 12 3. 0 -0.0890579968690872 0.6154239773750305 0.0329830013215542 <_> <_> <_>0 12 18 3 -1. <_>0 13 18 1 3. 0 6.8620000965893269e-003 -0.2958309948444367 0.2700369954109192 <_> <_> <_>12 2 6 9 -1. <_>14 2 2 9 3. 0 -0.0282409992069006 -0.6110270023345947 0.1735749989748001 <_> <_> <_>3 10 18 3 -1. <_>3 11 18 1 3. 0 -3.2099999953061342e-004 -0.5332289934158325 0.0685390010476112 <_> <_> <_>16 3 8 9 -1. <_>16 6 8 3 3. 0 -0.1082910001277924 -1.2879559993743896 0.1180170029401779 <_> <_> <_>3 7 18 3 -1. <_>3 8 18 1 3. 0 0.0158789996057749 -0.1707260012626648 1.1103910207748413 <_> <_> <_>9 11 6 9 -1. <_>11 11 2 9 3. 0 8.6859995499253273e-003 -0.1099509969353676 0.4601050019264221 <_> <_> <_>9 8 6 9 -1. <_>11 8 2 9 3. 0 -0.0252349991351366 1.0220669507980347 -0.1869429945945740 <_> <_> <_>15 0 2 18 -1. <_>15 0 1 18 2. 0 -0.0135089997202158 -0.7831659913063049 0.1420260071754456 <_> <_> <_>7 0 2 18 -1. <_>8 0 1 18 2. 0 -7.7149998396635056e-003 -0.8806070089340210 0.0110600003972650 <_> <_> <_>17 3 7 9 -1. <_>17 6 7 3 3. 0 0.0715800002217293 0.1136939972639084 -1.1032789945602417 <_> <_> <_>3 18 9 6 -1. <_>3 20 9 2 3. 0 -0.0135540002956986 -0.8109650015830994 3.4080001059919596e-003 <_> <_> <_>3 18 21 3 -1. <_>3 19 21 1 3. 0 2.9450000729411840e-003 -0.0728799998760223 0.3499810099601746 <_> <_> <_>0 3 7 9 -1. <_>0 6 7 3 3. 0 -0.0508330017328262 -1.2868590354919434 -0.0288420002907515 <_> <_> <_>2 7 22 3 -1. <_>2 8 22 1 3. 0 -8.7989997118711472e-003 0.4761359989643097 -0.1469040066003799 <_> <_> <_>0 3 24 16 -1. <_>0 3 12 8 2. <_>12 11 12 8 2. 0 0.2142439931631088 -0.0597020015120506 -2.4802260398864746 <_> <_> <_>13 17 9 4 -1. <_>13 19 9 2 2. 0 0.0139629999175668 0.1742029935121536 -0.4391100108623505 <_> <_> <_>5 5 12 8 -1. <_>5 5 6 4 2. <_>11 9 6 4 2. 0 0.0425020009279251 -0.1996529996395111 0.7065479755401611 <_> <_> <_>5 6 14 6 -1. <_>12 6 7 3 2. <_>5 9 7 3 2. 0 0.0198279991745949 -0.0691360011696815 0.6164339780807495 <_> <_> <_>5 16 14 6 -1. <_>5 16 7 3 2. <_>12 19 7 3 2. 0 -0.0335600003600121 -1.2740780115127563 -0.0256730001419783 <_> <_> <_>18 2 6 9 -1. <_>18 5 6 3 3. 0 0.0635429993271828 0.1240350008010864 -1.0776289701461792 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 0.0219330005347729 0.0149520002305508 -0.7102349996566773 <_> <_> <_>3 4 20 10 -1. <_>13 4 10 5 2. <_>3 9 10 5 2. 0 -0.0784249976277351 0.6203399896621704 0.0336109995841980 <_> <_> <_>2 13 9 8 -1. <_>5 13 3 8 3. 0 0.0143900001421571 -0.3632459938526154 0.1730830073356628 <_> <_> <_>2 1 21 15 -1. <_>9 1 7 15 3. 0 -0.0673099979758263 0.5237410068511963 0.0127999996766448 <_> <_> <_>5 12 14 8 -1. <_>12 12 7 8 2. 0 0.1304749995470047 -0.1712249964475632 1.1235200166702271 <_> <_> <_>6 7 12 4 -1. <_>6 7 6 4 2. 0 -0.0462459996342659 -1.1908329725265503 0.1742559969425201 <_> <_> <_>6 5 9 6 -1. <_>9 5 3 6 3. 0 -0.0298420004546642 0.8393059968948364 -0.1806419938802719 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 -3.8099999073892832e-004 0.3553279936313629 -0.2384230047464371 <_> <_> <_>5 11 6 6 -1. <_>8 11 3 6 2. 0 -0.0223789997398853 -0.8794389963150024 -7.8399997437372804e-004 <_> <_> <_>6 4 18 2 -1. <_>6 5 18 1 2. 0 -1.5569999814033508e-003 -0.1425330042839050 0.2587620019912720 <_> <_> <_>0 2 6 11 -1. <_>2 2 2 11 3. 0 0.0120130004361272 -0.2901549935340881 0.2605110108852387 <_> <_> <_>18 0 6 15 -1. <_>20 0 2 15 3. 0 0.0243849996477365 -0.0314389988780022 0.5869590044021606 <_> <_> <_>0 0 6 13 -1. <_>2 0 2 13 3. 0 -0.0471809990704060 0.6943010091781616 -0.2181610018014908 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0248939990997314 -0.6459929943084717 0.1561159938573837 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 0.0219449996948242 -0.0277420002967119 -1.1346880197525024 <_> <_> <_>0 2 24 4 -1. <_>8 2 8 4 3. 0 0.1880989968776703 -0.0100760003551841 1.2429029941558838 <_> <_> <_>3 13 18 4 -1. <_>12 13 9 4 2. 0 -0.0778720006346703 0.8500800132751465 -0.1901549994945526 <_> <_> <_>9 7 10 4 -1. <_>9 7 5 4 2. 0 -0.0487690009176731 -2.0763080120086670 0.1217940002679825 <_> <_> <_>5 8 12 3 -1. <_>11 8 6 3 2. 0 -0.0171150006353855 -0.8568729758262634 7.8760003671050072e-003 <_> <_> <_>4 14 19 3 -1. <_>4 15 19 1 3. 0 -2.7499999850988388e-003 0.3864549994468689 -0.1139149963855743 <_> <_> <_>10 0 4 20 -1. <_>10 10 4 10 2. 0 -0.0987939983606339 -1.7233899831771851 -0.0560630001127720 <_> <_> <_>8 15 9 6 -1. <_>8 17 9 2 3. 0 -0.0219369996339083 0.5474939942359924 -0.0424819998443127 <_> <_> <_>2 9 15 4 -1. <_>7 9 5 4 3. 0 0.0610969997942448 -0.0389450006186962 -1.0807880163192749 <_> <_> <_>8 4 12 7 -1. <_>12 4 4 7 3. 0 -0.0245639998465776 0.5831109881401062 -9.7599998116493225e-004 <_> <_> <_>0 10 6 9 -1. <_>0 13 6 3 3. 0 0.0337520018219948 -0.0137959998100996 -0.8473029732704163 <_> <_> <_>18 5 6 9 -1. <_>18 8 6 3 3. 0 0.0381990000605583 0.1511429995298386 -0.7947340011596680 <_> <_> <_>0 18 16 6 -1. <_>0 18 8 3 2. <_>8 21 8 3 2. 0 -0.0201179999858141 0.5157909989356995 -0.2144539952278137 <_> <_> <_>9 18 14 6 -1. <_>16 18 7 3 2. <_>9 21 7 3 2. 0 0.0247349999845028 -0.0221050009131432 0.4291769862174988 <_> <_> <_>1 20 20 4 -1. <_>1 20 10 2 2. <_>11 22 10 2 2. 0 -0.0243570003658533 -0.8620129823684692 -3.6760000512003899e-003 <_> <_> <_>2 8 20 6 -1. <_>12 8 10 3 2. <_>2 11 10 3 2. 0 -0.0264420006424189 -0.4539749920368195 0.2246280014514923 <_> <_> <_>7 8 6 9 -1. <_>9 8 2 9 3. 0 -3.4429999068379402e-003 0.1307300031185150 -0.3862270116806030 <_> <_> <_>8 5 12 8 -1. <_>12 5 4 8 3. 0 0.1070170029997826 0.1315860003232956 -0.7930690050125122 <_> <_> <_>4 5 12 8 -1. <_>8 5 4 8 3. 0 0.0451529994606972 -0.2529680132865906 0.4067240059375763 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 0.0443499982357025 0.0226130001246929 0.7961810231208801 <_> <_> <_>2 0 6 16 -1. <_>4 0 2 16 3. 0 1.0839999886229634e-003 -0.3915840089321137 0.1163910031318665 <_> <_> <_>15 4 6 12 -1. <_>15 8 6 4 3. 0 0.0714330002665520 0.0824669972062111 1.2530590295791626 <_> <_> <_>3 4 6 12 -1. <_>3 8 6 4 3. 0 0.0358380004763603 -0.1820330023765564 0.7707870006561279 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 -0.0208390001207590 -0.6174439787864685 0.1589139997959137 <_> <_> <_>4 0 15 22 -1. <_>4 11 15 11 2. 0 0.4252580106258392 -0.0489780008792877 -1.8422030210494995 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 0.0114080002531409 0.1791819930076599 -0.1538349986076355 <_> <_> <_>0 12 9 6 -1. <_>0 14 9 2 3. 0 -0.0153649998828769 -0.8401650190353394 -1.0280000278726220e-003 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 -0.0152120003476739 -0.1899569928646088 0.1713099926710129 <_> <_> <_>0 15 9 6 -1. <_>0 17 9 2 3. 0 -0.0189720001071692 -0.7954199910163879 6.6800001077353954e-003 <_> <_> <_>10 0 8 10 -1. <_>14 0 4 5 2. <_>10 5 4 5 2. 0 -3.3330000005662441e-003 -0.2353080064058304 0.2473009973764420 <_> <_> <_>1 0 4 16 -1. <_>3 0 2 16 2. 0 0.0932480022311211 -0.0547580011188984 -1.8324300050735474 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -0.0125550003722310 0.2638520002365112 -0.3852640092372894 <_> <_> <_>10 12 4 10 -1. <_>10 17 4 5 2. 0 -0.0270700007677078 -0.6692979931831360 0.0203409995883703 <_> <_> <_>8 4 10 6 -1. <_>8 6 10 2 3. 0 -0.0236770007759333 0.6726530194282532 -0.0143440002575517 <_> <_> <_>3 22 18 2 -1. <_>12 22 9 2 2. 0 -0.0142750004306436 0.3018639981746674 -0.2851440012454987 <_> <_> <_>7 7 11 6 -1. <_>7 9 11 2 3. 0 0.0280969999730587 0.1476600021123886 -1.4078520536422729 <_> <_> <_>0 0 12 10 -1. <_>0 0 6 5 2. <_>6 5 6 5 2. 0 0.0508400015532970 -0.1861360073089600 0.7995300292968750 <_> <_> <_>10 1 12 6 -1. <_>16 1 6 3 2. <_>10 4 6 3 2. 0 0.0115059996023774 0.1911839991807938 -0.0850350037217140 <_> <_> <_>7 16 9 4 -1. <_>7 18 9 2 2. 0 -0.0146610001102090 0.4523929953575134 -0.2220519930124283 <_> <_> <_>5 7 15 16 -1. <_>10 7 5 16 3. 0 0.2284249961376190 0.1348839998245239 -1.2894610166549683 <_> <_> <_>5 10 12 13 -1. <_>11 10 6 13 2. 0 0.1110690012574196 -0.2075379937887192 0.5456159710884094 <_> <_> <_>6 2 12 6 -1. <_>12 2 6 3 2. <_>6 5 6 3 2. 0 3.2450000289827585e-003 0.3205370008945465 -0.1640350073575974 <_> <_> <_>3 9 12 9 -1. <_>3 12 12 3 3. 0 0.0853099972009659 -0.2021050006151199 0.5329679846763611 <_> <_> <_>16 2 8 6 -1. <_>16 5 8 3 2. 0 0.0220480002462864 0.1569859981536865 -0.1701409965753555 <_> <_> <_>0 2 8 6 -1. <_>0 5 8 3 2. 0 -0.0156769994646311 -0.6286349892616272 0.0407619997859001 <_> <_> <_>0 3 24 11 -1. <_>0 3 12 11 2. 0 0.3311290144920349 0.1660930067300797 -1.0326379537582397 <_> <_> <_>0 13 8 10 -1. <_>0 13 4 5 2. <_>4 18 4 5 2. 0 8.8470000773668289e-003 -0.2507619857788086 0.3166059851646423 <_> <_> <_>10 14 4 10 -1. <_>10 19 4 5 2. 0 0.0460800006985664 0.1535210013389587 -1.6333500146865845 <_> <_> <_>10 2 4 21 -1. <_>10 9 4 7 3. 0 -0.0377030000090599 0.5687379837036133 -0.2010259926319122 -3.5125269889831543 14 -1 <_> <_> <_> <_>4 4 15 9 -1. <_>4 7 15 3 3. 0 -0.0818089991807938 0.5712479948997498 -0.6743879914283752 <_> <_> <_>0 1 24 6 -1. <_>8 1 8 6 3. 0 0.2176119983196259 -0.3861019909381867 0.9034399986267090 <_> <_> <_>9 6 5 16 -1. <_>9 14 5 8 2. 0 0.0148780001327395 0.2224159985780716 -1.2779350280761719 <_> <_> <_>3 21 18 3 -1. <_>9 21 6 3 3. 0 0.0524349994957447 -0.2869040071964264 0.7574229836463928 <_> <_> <_>6 5 3 12 -1. <_>6 11 3 6 2. 0 9.1429995372891426e-003 -0.6488040089607239 0.2226880043745041 <_> <_> <_>11 6 4 9 -1. <_>11 6 2 9 2. 0 7.9169999808073044e-003 -0.2925359904766083 0.3103019893169403 <_> <_> <_>5 6 9 8 -1. <_>8 6 3 8 3. 0 -0.0260840002447367 0.4553270041942596 -0.3850060105323792 <_> <_> <_>4 3 20 2 -1. <_>4 4 20 1 2. 0 -2.9400000348687172e-003 -0.5126439929008484 0.2743229866027832 <_> <_> <_>2 10 18 3 -1. <_>8 10 6 3 3. 0 0.0571300014853477 0.0157880000770092 -1.2133100032806396 <_> <_> <_>7 15 10 6 -1. <_>7 17 10 2 3. 0 -6.1309998854994774e-003 0.3917460143566132 -0.3086679875850678 <_> <_> <_>1 4 4 18 -1. <_>1 4 2 9 2. <_>3 13 2 9 2. 0 -0.0404050014913082 1.1901949644088745 -0.2034710049629211 <_> <_> <_>13 0 6 9 -1. <_>15 0 2 9 3. 0 -0.0202970001846552 -0.6823949813842773 0.2045869976282120 <_> <_> <_>5 0 6 9 -1. <_>7 0 2 9 3. 0 -0.0171889998018742 -0.8493989706039429 0.0384330004453659 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -0.0242159999907017 -1.1039420366287231 0.1597509980201721 <_> <_> <_>6 7 9 6 -1. <_>9 7 3 6 3. 0 0.0568690001964569 -0.1959529966115952 1.1806850433349609 <_> <_> <_>3 0 18 2 -1. <_>3 1 18 1 2. 0 3.6199999158270657e-004 -0.4084779918193817 0.3293859958648682 <_> <_> <_>0 10 20 4 -1. <_>0 10 10 2 2. <_>10 12 10 2 2. 0 9.9790003150701523e-003 -0.2967300117015839 0.4154790043830872 <_> <_> <_>10 2 4 12 -1. <_>10 8 4 6 2. 0 -0.0526250004768372 -1.3069299459457397 0.1786260008811951 <_> <_> <_>6 5 6 12 -1. <_>6 5 3 6 2. <_>9 11 3 6 2. 0 -0.0137489996850491 0.2366580069065094 -0.4453659951686859 <_> <_> <_>6 0 18 22 -1. <_>15 0 9 11 2. <_>6 11 9 11 2. 0 -0.0305170007050037 0.2901830077171326 -0.1121010035276413 <_> <_> <_>0 0 18 22 -1. <_>0 0 9 11 2. <_>9 11 9 11 2. 0 -0.3003750145435333 -2.4237680435180664 -0.0428309999406338 <_> <_> <_>18 2 6 11 -1. <_>20 2 2 11 3. 0 -0.0359909981489182 0.8820649981498718 -0.0470129996538162 <_> <_> <_>0 2 6 11 -1. <_>2 2 2 11 3. 0 -0.0551120005548000 0.8011900186538696 -0.2049099951982498 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 0.0337620005011559 0.1461759954690933 -1.1349489688873291 <_> <_> <_>0 0 20 3 -1. <_>0 1 20 1 3. 0 -8.2710003480315208e-003 -0.8160489797592163 0.0189880002290010 <_> <_> <_>2 2 20 2 -1. <_>2 3 20 1 2. 0 -5.4399999789893627e-003 -0.7098090052604675 0.2234369963407517 <_> <_> <_>1 10 18 2 -1. <_>1 11 18 1 2. 0 3.1059999018907547e-003 -0.7280859947204590 0.0402249991893768 <_> <_> <_>18 7 6 9 -1. <_>18 10 6 3 3. 0 0.0536519996821880 0.1717090010643005 -1.1163710355758667 <_> <_> <_>0 0 22 9 -1. <_>0 3 22 3 3. 0 -0.1254139989614487 2.7680370807647705 -0.1461150050163269 <_> <_> <_>17 3 6 9 -1. <_>17 6 6 3 3. 0 0.0925420001149178 0.1160980015993118 -3.9635529518127441 <_> <_> <_>0 7 6 9 -1. <_>0 10 6 3 3. 0 0.0385139994323254 -7.6399999670684338e-003 -0.9878090023994446 <_> <_> <_>0 6 24 6 -1. <_>0 8 24 2 3. 0 -2.0200000144541264e-003 0.2305999994277954 -0.7497029900550842 <_> <_> <_>0 2 6 10 -1. <_>2 2 2 10 3. 0 9.7599998116493225e-003 -0.3113799989223480 0.3028779923915863 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 0.0240950006991625 -0.0495299994945526 0.5269010066986084 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0179820004850626 -1.1610640287399292 -5.7000000961124897e-003 <_> <_> <_>15 0 6 9 -1. <_>17 0 2 9 3. 0 -0.0105550000444055 -0.2718909978866577 0.2359769940376282 <_> <_> <_>3 0 6 9 -1. <_>5 0 2 9 3. 0 -7.2889998555183411e-003 -0.5421910285949707 0.0819140002131462 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 0.0239390004426241 0.1797579973936081 -0.6704949736595154 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -0.0183659996837378 0.6266430020332336 -0.2097010016441345 <_> <_> <_>15 14 9 6 -1. <_>15 16 9 2 3. 0 0.0157159995287657 0.2419369965791702 -1.0444309711456299 <_> <_> <_>0 15 23 6 -1. <_>0 17 23 2 3. 0 -0.0488040000200272 -0.9406059980392456 -3.7519999314099550e-003 <_> <_> <_>5 15 18 3 -1. <_>5 16 18 1 3. 0 6.7130001261830330e-003 -0.0754320025444031 0.6157529950141907 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 9.7770001739263535e-003 0.0392850004136562 -0.8481029868125916 <_> <_> <_>9 8 8 10 -1. <_>13 8 4 5 2. <_>9 13 4 5 2. 0 0.0147449998185039 0.1696899980306625 -0.5090640187263489 <_> <_> <_>3 7 15 6 -1. <_>8 7 5 6 3. 0 0.0970790013670921 -0.0331030003726482 -1.2706379890441895 <_> <_> <_>9 8 8 10 -1. <_>13 8 4 5 2. <_>9 13 4 5 2. 0 0.0482859984040260 0.0943299978971481 2.7203190326690674 <_> <_> <_>5 0 6 12 -1. <_>8 0 3 12 2. 0 9.7810002043843269e-003 -0.3953340053558350 0.1536380052566528 <_> <_> <_>9 8 8 10 -1. <_>13 8 4 5 2. <_>9 13 4 5 2. 0 -0.0398939996957779 -0.2276740074157715 0.1391399949789047 <_> <_> <_>8 5 6 9 -1. <_>10 5 2 9 3. 0 0.0228480007499456 -0.2739199995994568 0.3419950008392334 <_> <_> <_>10 6 4 18 -1. <_>12 6 2 9 2. <_>10 15 2 9 2. 0 6.7179999314248562e-003 -0.1087429970502853 0.4812540113925934 <_> <_> <_>5 7 12 4 -1. <_>11 7 6 4 2. 0 0.0595999993383884 -0.0495220012962818 -2.0117089748382568 <_> <_> <_>9 8 8 10 -1. <_>13 8 4 5 2. <_>9 13 4 5 2. 0 6.9340001791715622e-003 0.1503749936819077 -0.1127189993858337 <_> <_> <_>7 8 8 10 -1. <_>7 8 4 5 2. <_>11 13 4 5 2. 0 0.0157570000737906 -0.0208850000053644 -1.1651979684829712 <_> <_> <_>11 10 6 14 -1. <_>14 10 3 7 2. <_>11 17 3 7 2. 0 -0.0496900007128716 -0.8021349906921387 0.1437229961156845 <_> <_> <_>9 5 6 19 -1. <_>12 5 3 19 2. 0 0.0523470006883144 -0.2083670049905777 0.6167759895324707 <_> <_> <_>6 12 12 6 -1. <_>12 12 6 3 2. <_>6 15 6 3 2. 0 0.0224309992045164 0.2030590027570725 -0.7532619833946228 <_> <_> <_>1 9 18 6 -1. <_>1 9 9 3 2. <_>10 12 9 3 2. 0 0.0411420017480850 -0.1811819970607758 1.0033359527587891 <_> <_> <_>16 14 8 10 -1. <_>20 14 4 5 2. <_>16 19 4 5 2. 0 -0.0216320008039474 0.4999899864196777 -0.0346629992127419 <_> <_> <_>0 9 22 8 -1. <_>0 9 11 4 2. <_>11 13 11 4 2. 0 -0.0828080028295517 1.1711900234222412 -0.1843360066413879 <_> <_> <_>8 18 12 6 -1. <_>14 18 6 3 2. <_>8 21 6 3 2. 0 8.5060000419616699e-003 -0.0632250010967255 0.2902489900588989 <_> <_> <_>0 6 20 18 -1. <_>0 6 10 9 2. <_>10 15 10 9 2. 0 0.0789050012826920 -0.2327450066804886 0.5969579815864563 <_> <_> <_>3 6 20 12 -1. <_>13 6 10 6 2. <_>3 12 10 6 2. 0 -0.0902070030570030 -0.8221189975738525 0.1777220070362091 <_> <_> <_>0 16 10 8 -1. <_>0 16 5 4 2. <_>5 20 5 4 2. 0 -0.0292690005153418 0.6086069941520691 -0.2146890014410019 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 6.9499998353421688e-003 -0.0426659993827343 0.6051210165023804 <_> <_> <_>0 11 19 3 -1. <_>0 12 19 1 3. 0 -8.0629996955394745e-003 -1.1508270502090454 -0.0272860005497932 <_> <_> <_>14 6 6 9 -1. <_>14 9 6 3 3. 0 0.0195959992706776 -9.1880001127719879e-003 0.5685780048370361 <_> <_> <_>1 7 22 4 -1. <_>1 7 11 2 2. <_>12 9 11 2 2. 0 -0.0148849999532104 0.3765879869461060 -0.2714950144290924 <_> <_> <_>13 6 7 12 -1. <_>13 10 7 4 3. 0 0.0252170003950596 -0.0999910011887550 0.2466470003128052 <_> <_> <_>4 7 11 9 -1. <_>4 10 11 3 3. 0 -0.0158559996634722 0.6682670116424561 -0.2061470001935959 <_> <_> <_>12 10 10 8 -1. <_>17 10 5 4 2. <_>12 14 5 4 2. 0 0.0294410008937120 0.1583220064640045 -0.7606089711189270 <_> <_> <_>2 12 9 7 -1. <_>5 12 3 7 3. 0 -8.5279997438192368e-003 0.3821229934692383 -0.2540780007839203 <_> <_> <_>16 14 6 9 -1. <_>16 17 6 3 3. 0 0.0244219992309809 0.1510509997606278 -0.2875289916992188 <_> <_> <_>3 12 6 12 -1. <_>3 16 6 4 3. 0 -0.0338869988918304 -0.6800280213356018 0.0343270003795624 <_> <_> <_>14 13 6 6 -1. <_>14 16 6 3 2. 0 -2.0810000132769346e-003 0.2541390061378479 -0.2685909867286682 <_> <_> <_>8 0 6 9 -1. <_>10 0 2 9 3. 0 0.0303589999675751 -0.0308420006185770 -1.1476809978485107 <_> <_> <_>9 1 6 23 -1. <_>11 1 2 23 3. 0 4.0210001170635223e-003 -0.3525379896163940 0.2986809909343720 <_> <_> <_>0 16 9 6 -1. <_>0 18 9 2 3. 0 0.0276810005307198 -0.0381489992141724 -1.3262039422988892 <_> <_> <_>4 17 18 3 -1. <_>4 18 18 1 3. 0 7.9039996489882469e-003 -0.0237370003014803 0.7050300240516663 <_> <_> <_>5 2 13 14 -1. <_>5 9 13 7 2. 0 0.0440310016274452 0.1067489981651306 -0.4526120126247406 <_> <_> <_>15 0 8 12 -1. <_>19 0 4 6 2. <_>15 6 4 6 2. 0 -0.0323709994554520 0.4667490124702454 -0.0615469999611378 <_> <_> <_>0 0 8 12 -1. <_>0 0 4 6 2. <_>4 6 4 6 2. 0 0.0209330003708601 -0.2844789922237396 0.4384559988975525 <_> <_> <_>8 2 8 7 -1. <_>8 2 4 7 2. 0 0.0252279993146658 -0.0225370004773140 0.7038909792900085 <_> <_> <_>1 1 6 9 -1. <_>3 1 2 9 3. 0 6.5520000644028187e-003 -0.3255490064620972 0.2402369976043701 <_> <_> <_>14 8 6 12 -1. <_>17 8 3 6 2. <_>14 14 3 6 2. 0 -0.0585579983890057 -1.2227720022201538 0.1166879981756210 <_> <_> <_>4 8 6 12 -1. <_>4 8 3 6 2. <_>7 14 3 6 2. 0 0.0318999998271465 -0.0193050000816584 -1.0973169803619385 <_> <_> <_>16 5 5 15 -1. <_>16 10 5 5 3. 0 -0.0304450001567602 0.6558250188827515 0.0750909969210625 <_> <_> <_>3 5 5 15 -1. <_>3 10 5 5 3. 0 0.0149330003187060 -0.5215579867362976 0.1152309998869896 <_> <_> <_>18 4 6 9 -1. <_>18 7 6 3 3. 0 -0.0490080006420612 -0.7830399870872498 0.1665720045566559 <_> <_> <_>1 7 6 15 -1. <_>1 12 6 5 3. 0 0.0831589996814728 -2.6879999786615372e-003 -0.8528230190277100 <_> <_> <_>11 15 12 8 -1. <_>17 15 6 4 2. <_>11 19 6 4 2. 0 0.0239029992371798 -0.0510109998285770 0.4199909865856171 <_> <_> <_>0 2 24 4 -1. <_>0 2 12 2 2. <_>12 4 12 2 2. 0 0.0164289996027946 0.0192329995334148 -0.6504909992218018 <_> <_> <_>15 1 2 19 -1. <_>15 1 1 19 2. 0 -0.0118380002677441 -0.6240980029106140 0.1541119962930679 <_> <_> <_>7 1 2 19 -1. <_>8 1 1 19 2. 0 -1.6799999866634607e-004 0.1758919954299927 -0.3433870077133179 <_> <_> <_>22 1 2 20 -1. <_>22 1 1 20 2. 0 0.0191939994692802 0.0434189997613430 0.7906919717788696 <_> <_> <_>0 1 2 20 -1. <_>1 1 1 20 2. 0 -0.0100320000201464 0.4564889967441559 -0.2249480038881302 <_> <_> <_>18 11 6 12 -1. <_>20 11 2 12 3. 0 -0.0140040004625916 0.3357099890708923 -4.8799999058246613e-003 <_> <_> <_>0 11 6 12 -1. <_>2 11 2 12 3. 0 -0.1031989976763725 -2.3378000259399414 -0.0589330010116100 <_> <_> <_>3 6 18 14 -1. <_>3 13 18 7 2. 0 -0.0956970006227493 -0.6615390181541443 0.2009859979152679 <_> <_> <_>6 10 7 8 -1. <_>6 14 7 4 2. 0 -0.0414809994399548 0.4593920111656189 -0.2231409996747971 <_> <_> <_>7 9 12 12 -1. <_>7 13 12 4 3. 0 2.4099999573081732e-003 -0.2689859867095947 0.2492299973964691 <_> <_> <_>2 18 18 5 -1. <_>11 18 9 5 2. 0 0.1072499975562096 -0.1864019930362701 0.7276980280876160 <_> <_> <_>4 21 20 3 -1. <_>4 22 20 1 3. 0 3.1870000530034304e-003 -0.0246089994907379 0.2864390015602112 <_> <_> <_>9 12 6 12 -1. <_>9 12 3 6 2. <_>12 18 3 6 2. 0 0.0291670002043247 -0.0346830002963543 -1.1162580251693726 <_> <_> <_>4 6 18 3 -1. <_>4 7 18 1 3. 0 0.0112870000302792 6.3760001212358475e-003 0.6663209795951843 <_> <_> <_>3 6 18 3 -1. <_>3 7 18 1 3. 0 -0.0120010003447533 0.4242010116577148 -0.2627980113029480 <_> <_> <_>18 4 6 9 -1. <_>18 7 6 3 3. 0 -0.0126959998160601 -0.0219570007175207 0.1893679946660996 <_> <_> <_>2 12 9 6 -1. <_>2 14 9 2 3. 0 0.0245970003306866 -0.0349639989435673 -1.0989320278167725 <_> <_> <_>4 14 18 4 -1. <_>13 14 9 2 2. <_>4 16 9 2 2. 0 0.0459530018270016 0.1110979989171028 -2.9306049346923828 <_> <_> <_>7 7 6 14 -1. <_>7 7 3 7 2. <_>10 14 3 7 2. 0 -0.0272410009056330 0.2910169959068298 -0.2740789949893951 <_> <_> <_>7 13 12 6 -1. <_>13 13 6 3 2. <_>7 16 6 3 2. 0 0.0400639995932579 0.1187790036201477 -0.6280180215835571 <_> <_> <_>6 7 12 9 -1. <_>10 7 4 9 3. 0 0.0230550002306700 0.1481380015611649 -0.3700749874114990 <_> <_> <_>12 12 6 6 -1. <_>12 12 3 6 2. 0 -0.0237370003014803 -0.5372480154037476 0.1935819983482361 <_> <_> <_>0 2 4 10 -1. <_>0 7 4 5 2. 0 0.0775220021605492 -0.0601940006017685 -1.9489669799804688 <_> <_> <_>8 0 9 6 -1. <_>11 0 3 6 3. 0 -0.0133450003340840 -0.4522959887981415 0.1874150037765503 <_> <_> <_>2 9 12 6 -1. <_>2 12 12 3 2. 0 -0.0217199996113777 1.2144249677658081 -0.1536580026149750 <_> <_> <_>13 10 6 9 -1. <_>13 13 6 3 3. 0 -0.0714749991893768 -2.3047130107879639 0.1099990010261536 <_> <_> <_>5 10 6 9 -1. <_>5 13 6 3 3. 0 -5.4999999701976776e-003 -0.7185519933700562 0.0201009996235371 <_> <_> <_>9 15 9 6 -1. <_>9 17 9 2 3. 0 0.0267409998923540 0.0735450014472008 0.9878600239753723 <_> <_> <_>5 16 12 6 -1. <_>5 19 12 3 2. 0 -0.0394079983234406 -1.2227380275726318 -0.0435069985687733 <_> <_> <_>3 2 20 3 -1. <_>3 3 20 1 3. 0 0.0258889999240637 0.1340930014848709 -1.1770780086517334 <_> <_> <_>2 5 12 6 -1. <_>6 5 4 6 3. 0 0.0489250011742115 -0.0308100003749132 -0.9347950220108032 <_> <_> <_>11 0 3 24 -1. <_>12 0 1 24 3. 0 0.0368929989635944 0.1333370059728622 -1.4998290538787842 <_> <_> <_>3 16 15 4 -1. <_>8 16 5 4 3. 0 0.0789299979805946 -0.1453880071640015 1.5631790161132813 <_> <_> <_>9 12 6 12 -1. <_>9 18 6 6 2. 0 0.0290060006082058 0.1938370019197464 -0.6764280200004578 <_> <_> <_>1 15 12 8 -1. <_>1 15 6 4 2. <_>7 19 6 4 2. 0 6.3089998438954353e-003 -0.3746539950370789 0.1085750013589859 <_> <_> <_>15 10 8 14 -1. <_>19 10 4 7 2. <_>15 17 4 7 2. 0 -0.0658309981226921 0.8105940222740173 0.0302019994705915 <_> <_> <_>1 9 8 14 -1. <_>1 9 4 7 2. <_>5 16 4 7 2. 0 -0.0689650028944016 0.8377259969711304 -0.1714099943637848 <_> <_> <_>9 11 9 10 -1. <_>9 16 9 5 2. 0 -0.1166910007596016 -0.9464719891548157 0.1312319934368134 <_> <_> <_>6 7 12 6 -1. <_>6 9 12 2 3. 0 -1.3060000492259860e-003 0.0460079982876778 -0.5201159715652466 <_> <_> <_>10 15 6 9 -1. <_>12 15 2 9 3. 0 -0.0445589981973171 -1.9423669576644897 0.1320070028305054 <_> <_> <_>7 8 9 7 -1. <_>10 8 3 7 3. 0 0.0510330013930798 -0.2148099988698959 0.4867390096187592 <_> <_> <_>10 4 8 10 -1. <_>14 4 4 5 2. <_>10 9 4 5 2. 0 -0.0315780006349087 0.5998979806900024 7.9159997403621674e-003 <_> <_> <_>4 6 6 9 -1. <_>4 9 6 3 3. 0 0.0210200008004904 -0.2206950038671494 0.5404620170593262 <_> <_> <_>0 6 24 12 -1. <_>8 6 8 12 3. 0 -0.1382420063018799 0.6295750141143799 -0.0217129997909069 <_> <_> <_>3 7 6 14 -1. <_>6 7 3 14 2. 0 0.0522289983928204 -0.2336090058088303 0.4976080060005188 <_> <_> <_>19 8 5 8 -1. <_>19 12 5 4 2. 0 0.0258840005844831 0.1804199963808060 -0.2203920036554337 <_> <_> <_>0 8 5 8 -1. <_>0 12 5 4 2. 0 -0.0121389999985695 -0.6973189711570740 0.0157120004296303 <_> <_> <_>17 3 6 6 -1. <_>17 6 6 3 2. 0 -0.0242379996925592 0.3459329903125763 0.0714699998497963 <_> <_> <_>1 3 6 6 -1. <_>1 6 6 3 2. 0 -0.0252720005810261 -0.8758329749107361 -9.8240002989768982e-003 <_> <_> <_>18 2 6 9 -1. <_>18 5 6 3 3. 0 0.0125970002263784 0.2364999949932098 -0.2873120009899139 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 0.0573309995234013 -0.0615309998393059 -2.2326040267944336 <_> <_> <_>3 3 18 6 -1. <_>3 5 18 2 3. 0 0.0166710000485182 -0.1985010057687759 0.4081070125102997 <_> <_> <_>2 3 9 6 -1. <_>2 5 9 2 3. 0 -0.0228189993649721 0.9648759961128235 -0.2024569958448410 <_> <_> <_>9 3 10 8 -1. <_>14 3 5 4 2. <_>9 7 5 4 2. 0 3.7000001611886546e-005 -0.0589089989662170 0.2705540060997009 <_> <_> <_>5 3 10 8 -1. <_>5 3 5 4 2. <_>10 7 5 4 2. 0 -7.6700001955032349e-003 -0.4531710147857666 0.0896280035376549 <_> <_> <_>10 11 6 12 -1. <_>10 11 3 12 2. 0 0.0940859988331795 0.1160459965467453 -1.0951169729232788 <_> <_> <_>8 11 6 11 -1. <_>11 11 3 11 2. 0 -0.0622670017182827 1.8096530437469482 -0.1477320045232773 <_> <_> <_>7 8 10 4 -1. <_>7 8 5 4 2. 0 0.0174160003662109 0.2306820005178452 -0.4241760075092316 <_> <_> <_>9 6 6 7 -1. <_>12 6 3 7 2. 0 -0.0220660008490086 0.4927029907703400 -0.2063090056180954 <_> <_> <_>5 18 18 3 -1. <_>5 19 18 1 3. 0 -0.0104040000587702 0.6092429757118225 0.0281300004571676 <_> <_> <_>8 4 6 9 -1. <_>10 4 2 9 3. 0 -9.3670003116130829e-003 0.4017120003700256 -0.2168170064687729 <_> <_> <_>8 1 9 7 -1. <_>11 1 3 7 3. 0 -0.0290399994701147 -0.8487650156021118 0.1424680054187775 <_> <_> <_>6 11 6 6 -1. <_>9 11 3 6 2. 0 -0.0210619997233152 -0.7919830083847046 -0.0125959999859333 <_> <_> <_>14 12 4 11 -1. <_>14 12 2 11 2. 0 -0.0370009988546371 -0.6748890280723572 0.1283040046691895 <_> <_> <_>6 12 4 11 -1. <_>8 12 2 11 2. 0 0.0107359997928143 0.0367799997329712 -0.6339300274848938 <_> <_> <_>8 0 12 18 -1. <_>12 0 4 18 3. 0 0.1636759936809540 0.1380389928817749 -0.4718900024890900 <_> <_> <_>2 12 10 5 -1. <_>7 12 5 5 2. 0 0.0949179977178574 -0.1385570019483566 1.9492419958114624 <_> <_> <_>2 20 22 3 -1. <_>2 21 22 1 3. 0 0.0352619998157024 0.1372189968824387 -2.1186530590057373 <_> <_> <_>0 4 2 20 -1. <_>1 4 1 20 2. 0 0.0128110004588962 -0.2000810056924820 0.4950779974460602 -3.5939640998840332 15 -1 <_> <_> <_> <_>0 2 24 4 -1. <_>8 2 8 4 3. 0 0.1390440016984940 -0.4658119976520538 0.7643160223960877 <_> <_> <_>7 8 10 4 -1. <_>7 10 10 2 2. 0 0.0119169997051358 -0.9439899921417236 0.3972629904747009 <_> <_> <_>6 7 8 10 -1. <_>6 7 4 5 2. <_>10 12 4 5 2. 0 -0.0100069995969534 0.3271879851818085 -0.6336740255355835 <_> <_> <_>14 0 6 14 -1. <_>17 0 3 7 2. <_>14 7 3 7 2. 0 -6.0479999519884586e-003 0.2742789983749390 -0.5744699835777283 <_> <_> <_>4 11 5 8 -1. <_>4 15 5 4 2. 0 -1.2489999644458294e-003 0.2362930029630661 -0.6859350204467773 <_> <_> <_>2 0 20 9 -1. <_>2 3 20 3 3. 0 0.0323820002377033 -0.5763019919395447 0.2749269902706146 <_> <_> <_>6 7 12 8 -1. <_>6 7 6 4 2. <_>12 11 6 4 2. 0 -0.0139579996466637 -0.6106150150299072 0.2454160004854202 <_> <_> <_>9 17 6 6 -1. <_>9 20 6 3 2. 0 1.1159999994561076e-003 -0.5653910040855408 0.2717930078506470 <_> <_> <_>7 10 10 4 -1. <_>7 12 10 2 2. 0 2.7000000045518391e-005 -0.8023599982261658 0.1150910034775734 <_> <_> <_>6 5 12 9 -1. <_>10 5 4 9 3. 0 -2.5700000696815550e-004 -0.8120589852333069 0.2384469956159592 <_> <_> <_>5 11 6 8 -1. <_>8 11 3 8 2. 0 4.0460000745952129e-003 0.1390960067510605 -0.6616320013999939 <_> <_> <_>18 4 4 17 -1. <_>18 4 2 17 2. 0 0.0143560003489256 -0.1648519933223724 0.4190169870853424 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0553749985992908 1.4425870180130005 -0.1882019937038422 <_> <_> <_>18 4 4 17 -1. <_>18 4 2 17 2. 0 0.0935949981212616 0.1354829967021942 -0.9163609743118286 <_> <_> <_>2 4 4 17 -1. <_>4 4 2 17 2. 0 0.0266249999403954 -0.3374829888343811 0.3923360109329224 <_> <_> <_>5 18 19 3 -1. <_>5 19 19 1 3. 0 3.7469998933374882e-003 -0.1161540001630783 0.4439930021762848 <_> <_> <_>11 0 2 18 -1. <_>11 9 2 9 2. 0 -0.0318860001862049 -0.9949830174446106 1.6120000509545207e-003 <_> <_> <_>15 4 2 18 -1. <_>15 13 2 9 2. 0 -0.0226000007241964 -0.4806739985942841 0.1700730025768280 <_> <_> <_>7 4 2 18 -1. <_>7 13 2 9 2. 0 0.0252020005136728 0.0355800017714500 -0.8021540045738220 <_> <_> <_>7 11 10 8 -1. <_>12 11 5 4 2. <_>7 15 5 4 2. 0 -0.0310369990766048 -1.0895340442657471 0.1808190047740936 <_> <_> <_>10 6 4 9 -1. <_>12 6 2 9 2. 0 -0.0264759995043278 0.9567120075225830 -0.2104939967393875 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 -0.0138539997860789 -1.0370320081710815 0.2216670066118240 <_> <_> <_>2 9 16 8 -1. <_>2 9 8 4 2. <_>10 13 8 4 2. 0 -0.0629250034689903 0.9019939899444580 -0.1908529996871948 <_> <_> <_>14 15 6 9 -1. <_>14 18 6 3 3. 0 -0.0447509996592999 -1.0119110345840454 0.1469119936227799 <_> <_> <_>8 7 6 9 -1. <_>10 7 2 9 3. 0 -0.0204280000180006 0.6162449717521668 -0.2355269938707352 <_> <_> <_>14 15 6 9 -1. <_>14 18 6 3 3. 0 -8.0329999327659607e-003 -0.0832799971103668 0.2172870039939880 <_> <_> <_>3 12 12 6 -1. <_>3 14 12 2 3. 0 8.7280003353953362e-003 0.0654589980840683 -0.6031870245933533 <_> <_> <_>14 12 9 6 -1. <_>14 14 9 2 3. 0 -0.0272020008414984 -0.9344739913940430 0.1527000069618225 <_> <_> <_>1 12 9 6 -1. <_>1 14 9 2 3. 0 -0.0164710003882647 -0.8417710065841675 0.0133320000022650 <_> <_> <_>3 7 18 3 -1. <_>3 8 18 1 3. 0 -0.0137440003454685 0.6056720018386841 -0.0920210033655167 <_> <_> <_>1 7 22 6 -1. <_>1 9 22 2 3. 0 0.0291649997234344 -0.0281140003353357 -1.4014569520950317 <_> <_> <_>18 4 6 6 -1. <_>18 7 6 3 2. 0 0.0374570004642010 0.1308059990406036 -0.4938249886035919 <_> <_> <_>0 4 6 6 -1. <_>0 7 6 3 2. 0 -0.0250700004398823 -1.1289390325546265 -0.0146000003442168 <_> <_> <_>5 11 16 6 -1. <_>5 14 16 3 2. 0 -0.0638120025396347 0.7587159872055054 -1.8200000049546361e-003 <_> <_> <_>6 16 9 4 -1. <_>6 18 9 2 2. 0 -9.3900002539157867e-003 0.2993640005588532 -0.2948780059814453 <_> <_> <_>14 15 6 9 -1. <_>14 18 6 3 3. 0 -7.6000002445653081e-004 0.0197250004857779 0.1999389976263046 <_> <_> <_>4 15 6 9 -1. <_>4 18 6 3 3. 0 -0.0217409990727901 -0.8524789810180664 0.0491699986159801 <_> <_> <_>15 1 6 23 -1. <_>17 1 2 23 3. 0 -0.0178699996322393 -0.0599859990179539 0.1522250026464462 <_> <_> <_>0 21 24 3 -1. <_>8 21 8 3 3. 0 -0.0248310007154942 0.3560340106487274 -0.2625989913940430 <_> <_> <_>0 20 24 4 -1. <_>8 20 8 4 3. 0 0.1571550071239471 1.5599999460391700e-004 1.0428730249404907 <_> <_> <_>3 1 6 23 -1. <_>5 1 2 23 3. 0 0.0690269991755486 -0.0330069996416569 -1.1796669960021973 <_> <_> <_>3 17 18 3 -1. <_>3 18 18 1 3. 0 -0.0110219996422529 0.5898770093917847 -0.0576479993760586 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 -0.0138349998742342 0.5950279831886292 -0.2441859990358353 <_> <_> <_>1 16 22 4 -1. <_>12 16 11 2 2. <_>1 18 11 2 2. 0 -0.0309410002082586 -1.1723799705505371 0.1690700054168701 <_> <_> <_>0 16 9 6 -1. <_>0 18 9 2 3. 0 0.0212580002844334 -0.0189009997993708 -1.0684759616851807 <_> <_> <_>2 10 21 3 -1. <_>9 10 7 3 3. 0 0.0930799990892410 0.1630560010671616 -1.3375270366668701 <_> <_> <_>2 18 12 6 -1. <_>2 18 6 3 2. <_>8 21 6 3 2. 0 0.0296359993517399 -0.2252479940652847 0.4540010094642639 <_> <_> <_>0 5 24 4 -1. <_>0 7 24 2 2. 0 -1.2199999764561653e-004 0.2740910053253174 -0.3737139999866486 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0420980006456375 -0.7582880258560181 0.0171370003372431 <_> <_> <_>10 7 6 12 -1. <_>10 13 6 6 2. 0 -0.0225050002336502 -0.2275930047035217 0.2369869947433472 <_> <_> <_>6 6 6 9 -1. <_>8 6 2 9 3. 0 -0.0128629999235272 0.1925240010023117 -0.3212710022926331 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 0.0278600007295609 0.1672369986772537 -1.0209059715270996 <_> <_> <_>9 7 6 9 -1. <_>11 7 2 9 3. 0 -0.0278079994022846 1.2824759483337402 -0.1722529977560043 <_> <_> <_>2 1 20 3 -1. <_>2 2 20 1 3. 0 -6.1630001291632652e-003 -0.5407289862632752 0.2388570010662079 <_> <_> <_>1 18 12 6 -1. <_>1 18 6 3 2. <_>7 21 6 3 2. 0 -0.0204360000789166 0.6335539817810059 -0.2109059989452362 <_> <_> <_>13 2 4 13 -1. <_>13 2 2 13 2. 0 -0.0123079996556044 -0.4977819919586182 0.1740259975194931 <_> <_> <_>6 7 12 4 -1. <_>12 7 6 4 2. 0 -0.0404939986765385 -1.1848740577697754 -0.0338909998536110 <_> <_> <_>10 1 4 13 -1. <_>10 1 2 13 2. 0 0.0296570006757975 0.0217409990727901 1.0069919824600220 <_> <_> <_>6 0 3 18 -1. <_>7 0 1 18 3. 0 6.8379999138414860e-003 0.0292179994285107 -0.5990629792213440 <_> <_> <_>14 3 10 5 -1. <_>14 3 5 5 2. 0 0.0161649994552135 -0.2100079953670502 0.3763729929924011 <_> <_> <_>6 15 12 8 -1. <_>10 15 4 8 3. 0 0.0501930005848408 2.5319999549537897e-003 -0.7166820168495178 <_> <_> <_>9 10 6 9 -1. <_>11 10 2 9 3. 0 1.9680000841617584e-003 -0.2192140072584152 0.3229869902133942 <_> <_> <_>8 3 4 9 -1. <_>10 3 2 9 2. 0 0.0249799992889166 -9.6840001642704010e-003 -0.7757290005683899 <_> <_> <_>17 0 6 14 -1. <_>20 0 3 7 2. <_>17 7 3 7 2. 0 -0.0158099997788668 0.4463750123977661 -0.0617600008845329 <_> <_> <_>1 0 6 14 -1. <_>1 0 3 7 2. <_>4 7 3 7 2. 0 0.0372069999575615 -0.2049539983272553 0.5772219896316528 <_> <_> <_>14 0 6 16 -1. <_>17 0 3 8 2. <_>14 8 3 8 2. 0 -0.0792649984359741 -0.7674540281295776 0.1255040019750595 <_> <_> <_>7 4 4 10 -1. <_>9 4 2 10 2. 0 -0.0171520002186298 -1.4121830463409424 -0.0517040006816387 <_> <_> <_>3 17 18 6 -1. <_>12 17 9 3 2. <_>3 20 9 3 2. 0 0.0327400006353855 0.1933400034904480 -0.6363369822502136 <_> <_> <_>1 20 22 4 -1. <_>12 20 11 4 2. 0 -0.1175699979066849 0.8432540297508240 -0.1801860034465790 <_> <_> <_>14 3 10 5 -1. <_>14 3 5 5 2. 0 0.1205720007419586 0.1253000050783157 -2.1213600635528564 <_> <_> <_>0 3 10 5 -1. <_>5 3 5 5 2. 0 4.2779999785125256e-003 -0.4660440087318420 0.0896439999341965 <_> <_> <_>12 6 12 16 -1. <_>16 6 4 16 3. 0 -0.0725449994206429 0.5182650089263916 0.0168239995837212 <_> <_> <_>0 6 12 16 -1. <_>4 6 4 16 3. 0 0.1771059930324554 -0.0309100002050400 -1.1046639680862427 <_> <_> <_>10 9 5 15 -1. <_>10 14 5 5 3. 0 8.4229996427893639e-003 0.2444580048322678 -0.3861309885978699 <_> <_> <_>1 18 21 2 -1. <_>1 19 21 1 2. 0 -0.0130350003018975 0.9800440073013306 -0.1701650023460388 <_> <_> <_>15 0 9 6 -1. <_>15 2 9 2 3. 0 0.0189120005816221 0.2024849951267242 -0.3854590058326721 <_> <_> <_>6 1 12 4 -1. <_>12 1 6 4 2. 0 0.0214479994028807 -0.2571719884872437 0.3518120050430298 <_> <_> <_>6 0 12 12 -1. <_>12 0 6 6 2. <_>6 6 6 6 2. 0 0.0633570030331612 0.1699479967355728 -0.9138380289077759 <_> <_> <_>8 10 8 12 -1. <_>8 10 4 6 2. <_>12 16 4 6 2. 0 -0.0324359983205795 -0.8568159937858582 -0.0216809995472431 <_> <_> <_>14 16 10 8 -1. <_>19 16 5 4 2. <_>14 20 5 4 2. 0 -0.0235649999231100 0.5611559748649597 -2.2400000307243317e-004 <_> <_> <_>0 16 10 8 -1. <_>0 16 5 4 2. <_>5 20 5 4 2. 0 0.0187890008091927 -0.2545979917049408 0.3451290130615234 <_> <_> <_>10 12 12 5 -1. <_>14 12 4 5 3. 0 0.0310420002788305 7.5719999149441719e-003 0.3480019867420197 <_> <_> <_>6 16 10 8 -1. <_>6 16 5 4 2. <_>11 20 5 4 2. 0 -0.0112269995734096 -0.6021980047225952 0.0428149998188019 <_> <_> <_>7 6 12 6 -1. <_>13 6 6 3 2. <_>7 9 6 3 2. 0 -0.0128459995612502 0.4202040135860443 -0.0538010001182556 <_> <_> <_>9 6 4 18 -1. <_>9 6 2 9 2. <_>11 15 2 9 2. 0 -0.0127919996157289 0.2272450029850006 -0.3239800035953522 <_> <_> <_>10 9 6 14 -1. <_>13 9 3 7 2. <_>10 16 3 7 2. 0 0.0686519965529442 0.0935320034623146 10. <_> <_> <_>8 9 6 14 -1. <_>8 9 3 7 2. <_>11 16 3 7 2. 0 5.2789999172091484e-003 -0.2692629992961884 0.3330320119857788 <_> <_> <_>7 4 11 12 -1. <_>7 10 11 6 2. 0 -0.0387790016829968 -0.7236530184745789 0.1780650019645691 <_> <_> <_>4 8 6 16 -1. <_>4 8 3 8 2. <_>7 16 3 8 2. 0 6.1820000410079956e-003 -0.3511939942836762 0.1658630073070526 <_> <_> <_>17 3 4 21 -1. <_>17 10 4 7 3. 0 0.1751520037651062 0.1162310019135475 -1.5419290065765381 <_> <_> <_>3 3 4 21 -1. <_>3 10 4 7 3. 0 0.1162799969315529 -9.1479998081922531e-003 -0.9984260201454163 <_> <_> <_>10 1 8 18 -1. <_>14 1 4 9 2. <_>10 10 4 9 2. 0 -0.0229640007019043 0.2056539952754974 0.0154320001602173 <_> <_> <_>2 5 16 8 -1. <_>2 5 8 4 2. <_>10 9 8 4 2. 0 -0.0514100007712841 0.5807240009307861 -0.2011840045452118 <_> <_> <_>3 6 18 12 -1. <_>3 10 18 4 3. 0 0.2247419953346252 0.0187289994210005 1.0829299688339233 <_> <_> <_>4 10 16 12 -1. <_>4 14 16 4 3. 0 9.4860000535845757e-003 -0.3317129909992218 0.1990299969911575 <_> <_> <_>15 4 8 20 -1. <_>19 4 4 10 2. <_>15 14 4 10 2. 0 -0.1184630021452904 1.3711010217666626 0.0689269974827766 <_> <_> <_>7 2 9 6 -1. <_>10 2 3 6 3. 0 0.0378109999001026 -9.3600002583116293e-004 -0.8399699926376343 <_> <_> <_>15 4 8 20 -1. <_>19 4 4 10 2. <_>15 14 4 10 2. 0 0.0222020000219345 -0.0119639998301864 0.3667399883270264 <_> <_> <_>1 4 8 20 -1. <_>1 4 4 10 2. <_>5 14 4 10 2. 0 -0.0363660007715225 0.3786650002002716 -0.2771480083465576 <_> <_> <_>11 8 8 14 -1. <_>15 8 4 7 2. <_>11 15 4 7 2. 0 -0.1318469941616058 -2.7481179237365723 0.1066690012812614 <_> <_> <_>5 8 8 14 -1. <_>5 8 4 7 2. <_>9 15 4 7 2. 0 -0.0416559986770153 0.4752430021762848 -0.2324980050325394 <_> <_> <_>10 13 5 8 -1. <_>10 17 5 4 2. 0 -0.0331519991159439 -0.5792940258979797 0.1743440032005310 <_> <_> <_>4 13 7 9 -1. <_>4 16 7 3 3. 0 0.0157699994742870 -0.0112840002402663 -0.8370140194892883 <_> <_> <_>0 13 24 10 -1. <_>0 18 24 5 2. 0 -0.0393630005419254 0.3482159972190857 -0.1745540052652359 <_> <_> <_>4 2 8 11 -1. <_>8 2 4 11 2. 0 -0.0678490027785301 1.4225699901580811 -0.1476559937000275 <_> <_> <_>10 2 8 16 -1. <_>14 2 4 8 2. <_>10 10 4 8 2. 0 -0.0267750006169081 0.2394700050354004 0.0132719995453954 <_> <_> <_>0 2 24 6 -1. <_>0 2 12 3 2. <_>12 5 12 3 2. 0 0.0399190001189709 -8.9999996125698090e-003 -0.7593889832496643 <_> <_> <_>6 0 12 9 -1. <_>6 3 12 3 3. 0 0.1006560027599335 -0.0186850000172853 0.7624530196189880 <_> <_> <_>1 2 12 12 -1. <_>1 2 6 6 2. <_>7 8 6 6 2. 0 -0.0810220018029213 -0.9043909907341003 -8.5880002006888390e-003 <_> <_> <_>18 5 6 9 -1. <_>18 8 6 3 3. 0 -0.0212580002844334 -0.2131959944963455 0.2191970050334930 <_> <_> <_>4 3 8 10 -1. <_>4 3 4 5 2. <_>8 8 4 5 2. 0 -0.0106309996917844 0.1959809958934784 -0.3576810061931610 <_> <_> <_>6 21 18 3 -1. <_>6 22 18 1 3. 0 8.1300002057105303e-004 -0.0927949994802475 0.2614589929580689 <_> <_> <_>1 10 18 2 -1. <_>1 11 18 1 2. 0 3.4650000743567944e-003 -0.5533609986305237 0.0273860003799200 <_> <_> <_>1 10 22 3 -1. <_>1 11 22 1 3. 0 0.0188359990715981 0.1844609975814819 -0.6693429946899414 <_> <_> <_>2 8 12 9 -1. <_>2 11 12 3 3. 0 -0.0256319995969534 1.9382879734039307 -0.1470890045166016 <_> <_> <_>12 8 12 6 -1. <_>18 8 6 3 2. <_>12 11 6 3 2. 0 -4.0939999744296074e-003 -0.2645159959793091 0.2073320001363754 <_> <_> <_>0 8 12 6 -1. <_>0 8 6 3 2. <_>6 11 6 3 2. 0 -8.9199998183175921e-004 -0.5503159761428833 0.0503749996423721 <_> <_> <_>10 15 6 9 -1. <_>12 15 2 9 3. 0 -0.0495180003345013 -2.5615389347076416 0.1314170062541962 <_> <_> <_>7 13 9 6 -1. <_>7 15 9 2 3. 0 0.0116809997707605 -0.2481980025768280 0.3998270034790039 <_> <_> <_>9 8 7 12 -1. <_>9 14 7 6 2. 0 0.0345639996230602 0.1617880016565323 -0.7141889929771423 <_> <_> <_>4 13 9 6 -1. <_>7 13 3 6 3. 0 -8.2909995689988136e-003 0.2218009978532791 -0.2918170094490051 <_> <_> <_>6 15 18 4 -1. <_>12 15 6 4 3. 0 -0.0223580002784729 0.3104409873485565 -2.7280000504106283e-003 <_> <_> <_>5 4 4 16 -1. <_>7 4 2 16 2. 0 -0.0308010000735521 -0.9567270278930664 -8.3400001749396324e-003 <_> <_> <_>10 15 6 9 -1. <_>12 15 2 9 3. 0 0.0437790006399155 0.1255690008401871 -1.1759619712829590 <_> <_> <_>8 15 6 9 -1. <_>10 15 2 9 3. 0 0.0430460013449192 -0.0588769987225533 -1.8568470478057861 <_> <_> <_>9 11 12 10 -1. <_>15 11 6 5 2. <_>9 16 6 5 2. 0 0.0271889995783567 0.0428580008447170 0.3903670012950897 <_> <_> <_>3 6 14 6 -1. <_>3 8 14 2 3. 0 9.4149997457861900e-003 -0.0435670018196106 -1.1094470024108887 <_> <_> <_>4 2 17 8 -1. <_>4 6 17 4 2. 0 0.0943119972944260 0.0402569994330406 0.9844229817390442 <_> <_> <_>6 2 12 21 -1. <_>6 9 12 7 3. 0 0.1702509969472885 0.0295100007206202 -0.6950929760932922 <_> <_> <_>8 1 9 9 -1. <_>8 4 9 3 3. 0 -0.0471480004489422 1.0338569879531860 0.0676020011305809 <_> <_> <_>0 7 24 3 -1. <_>12 7 12 3 2. 0 0.1118630021810532 -0.0686829984188080 -2.4985830783843994 <_> <_> <_>11 6 9 10 -1. <_>11 11 9 5 2. 0 -0.0143539998680353 -0.5948190093040466 0.1500169932842255 <_> <_> <_>2 11 18 3 -1. <_>2 12 18 1 3. 0 0.0340240001678467 -0.0648230016231537 -2.1382639408111572 <_> <_> <_>8 16 9 4 -1. <_>8 18 9 2 2. 0 0.0216019991785288 0.0553099997341633 0.7829290032386780 <_> <_> <_>0 0 9 6 -1. <_>0 2 9 2 3. 0 0.0217719990760088 -7.1279997937381268e-003 -0.7214810252189636 <_> <_> <_>0 11 24 6 -1. <_>0 13 24 2 3. 0 0.0824169963598251 0.1460949927568436 -1.3636670112609863 <_> <_> <_>2 9 20 6 -1. <_>2 12 20 3 2. 0 0.0846719965338707 -0.1778469979763031 0.7285770177841187 <_> <_> <_>4 5 16 12 -1. <_>12 5 8 6 2. <_>4 11 8 6 2. 0 -0.0551280006766319 -0.5940240025520325 0.1935780048370361 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0648230016231537 -1.0783840417861938 -0.0407340005040169 <_> <_> <_>7 3 10 4 -1. <_>7 5 10 2 2. 0 -0.0227690003812313 0.7790020108222961 3.4960000775754452e-003 <_> <_> <_>9 15 6 8 -1. <_>9 19 6 4 2. 0 0.0547560006380081 -0.0656839981675148 -1.8188409805297852 <_> <_> <_>17 0 7 10 -1. <_>17 5 7 5 2. 0 -8.9000001025851816e-005 -0.0178919993340969 0.2076829969882965 <_> <_> <_>0 0 7 10 -1. <_>0 5 7 5 2. 0 0.0983619987964630 -0.0559469982981682 -1.4153920412063599 <_> <_> <_>16 1 6 12 -1. <_>19 1 3 6 2. <_>16 7 3 6 2. 0 -7.0930002257227898e-003 0.3413529992103577 -0.1208989992737770 <_> <_> <_>1 0 19 8 -1. <_>1 4 19 4 2. 0 0.0502780005335808 -0.2628670036792755 0.2579729855060577 <_> <_> <_>12 2 9 4 -1. <_>12 4 9 2 2. 0 -5.7870000600814819e-003 -0.1317860037088394 0.1735019981861115 <_> <_> <_>3 2 9 4 -1. <_>3 4 9 2 2. 0 0.0139739997684956 0.0285180006176233 -0.6115220189094544 <_> <_> <_>12 2 10 6 -1. <_>12 4 10 2 3. 0 0.0214499998837709 0.0261819995939732 0.3030659854412079 <_> <_> <_>3 4 18 2 -1. <_>12 4 9 2 2. 0 -0.0292140003293753 0.4494059979915619 -0.2280309945344925 <_> <_> <_>12 1 4 9 -1. <_>12 1 2 9 2. 0 4.8099999548867345e-004 -0.1987999975681305 0.2074449956417084 <_> <_> <_>8 1 4 9 -1. <_>10 1 2 9 2. 0 1.7109999898821115e-003 -0.5403720140457153 0.0678659975528717 <_> <_> <_>10 5 8 10 -1. <_>14 5 4 5 2. <_>10 10 4 5 2. 0 8.6660003289580345e-003 -0.0131280003115535 0.5229790210723877 <_> <_> <_>6 4 12 13 -1. <_>10 4 4 13 3. 0 0.0636579990386963 0.0682990029454231 -0.4923509955406189 <_> <_> <_>13 5 6 6 -1. <_>13 5 3 6 2. 0 -0.0279680006206036 0.6818389892578125 0.0787810012698174 <_> <_> <_>1 5 12 3 -1. <_>7 5 6 3 2. 0 0.0489539988338947 -0.2062239944934845 0.5038809776306152 -3.3933560848236084 16 -1 <_> <_> <_> <_>7 5 10 6 -1. <_>7 7 10 2 3. 0 -0.0293129999190569 0.7128469944000244 -0.5823069810867310 <_> <_> <_>2 0 21 5 -1. <_>9 0 7 5 3. 0 0.1241509988903999 -0.3686349987983704 0.6006720066070557 <_> <_> <_>0 8 9 9 -1. <_>0 11 9 3 3. 0 7.9349996522068977e-003 -0.8600829839706421 0.2172469943761826 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0303659997880459 -0.2718699872493744 0.6124789714813232 <_> <_> <_>0 3 6 7 -1. <_>3 3 3 7 2. 0 0.0252180006355047 -0.3474830090999603 0.5042769908905029 <_> <_> <_>9 18 12 6 -1. <_>15 18 6 3 2. <_>9 21 6 3 2. 0 0.0100140003487468 -0.3189899921417236 0.4137679934501648 <_> <_> <_>2 8 20 6 -1. <_>2 8 10 3 2. <_>12 11 10 3 2. 0 -0.0167750008404255 -0.6904810070991516 0.0948309972882271 <_> <_> <_>13 2 10 4 -1. <_>13 4 10 2 2. 0 -2.6950000319629908e-003 -0.2082979977130890 0.2373719960451126 <_> <_> <_>4 5 5 18 -1. <_>4 11 5 6 3. 0 0.0422579981386662 -0.4936670064926148 0.1817059963941574 <_> <_> <_>20 4 4 9 -1. <_>20 4 2 9 2. 0 -0.0485050007700920 1.3429640531539917 0.0397690013051033 <_> <_> <_>8 6 8 14 -1. <_>8 13 8 7 2. 0 0.0289929993450642 0.0464960001409054 -0.8164349794387817 <_> <_> <_>0 1 24 6 -1. <_>12 1 12 3 2. <_>0 4 12 3 2. 0 -0.0400890000164509 -0.7119780182838440 0.2255389988422394 <_> <_> <_>0 4 4 9 -1. <_>2 4 2 9 2. 0 -0.0410219989717007 1.0057929754257202 -0.1969020068645477 <_> <_> <_>3 6 18 3 -1. <_>3 7 18 1 3. 0 0.0118380002677441 -0.0126000000163913 0.8076710104942322 <_> <_> <_>3 17 16 6 -1. <_>3 19 16 2 3. 0 -0.0213280003517866 -0.8202390074729919 0.0205249991267920 <_> <_> <_>13 6 6 9 -1. <_>13 9 6 3 3. 0 -0.0239049997180700 0.5421050190925598 -0.0747670009732246 <_> <_> <_>5 6 14 6 -1. <_>5 6 7 3 2. <_>12 9 7 3 2. 0 0.0180089995265007 -0.3382770121097565 0.4235860109329224 <_> <_> <_>13 5 8 10 -1. <_>17 5 4 5 2. <_>13 10 4 5 2. 0 -0.0436140000820160 -1.1983489990234375 0.1556620001792908 <_> <_> <_>2 2 20 3 -1. <_>2 3 20 1 3. 0 -9.2449998483061790e-003 -0.8902999758720398 0.0110039999708533 <_> <_> <_>9 2 9 6 -1. <_>12 2 3 6 3. 0 0.0474850013852119 0.1666409969329834 -0.9076449871063232 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 -0.0142339998856187 0.6269519925117493 -0.2579120099544525 <_> <_> <_>12 3 4 11 -1. <_>12 3 2 11 2. 0 3.8010000716894865e-003 -0.2822999954223633 0.2662459909915924 <_> <_> <_>8 3 4 11 -1. <_>10 3 2 11 2. 0 3.4330000635236502e-003 -0.6377199888229370 0.0984229966998100 <_> <_> <_>8 3 8 10 -1. <_>12 3 4 5 2. <_>8 8 4 5 2. 0 -0.0292210001498461 -0.7676990032196045 0.2263450026512146 <_> <_> <_>11 1 2 18 -1. <_>12 1 1 18 2. 0 -6.4949998632073402e-003 0.4560010135173798 -0.2652890086174011 <_> <_> <_>9 2 9 6 -1. <_>12 2 3 6 3. 0 -0.0300340000540018 -0.7655109763145447 0.1400929987430573 <_> <_> <_>0 2 19 3 -1. <_>0 3 19 1 3. 0 7.8360000625252724e-003 0.0467559993267059 -0.7235620021820068 <_> <_> <_>9 14 9 6 -1. <_>9 16 9 2 3. 0 8.8550001382827759e-003 -0.0491419993340969 0.5147269964218140 <_> <_> <_>1 8 18 5 -1. <_>7 8 6 5 3. 0 0.0959739983081818 -0.0200689993798733 -1.0850950479507446 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0328769981861115 -0.9587529897689819 0.1454360038042069 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 -0.0133840003982186 -0.7001360058784485 0.0291579999029636 <_> <_> <_>13 6 4 15 -1. <_>13 11 4 5 3. 0 0.0152359995990992 -0.2823570072650909 0.2536799907684326 <_> <_> <_>1 5 18 3 -1. <_>1 6 18 1 3. 0 0.0120540000498295 -0.2530339956283569 0.4652670025825501 <_> <_> <_>9 7 14 6 -1. <_>9 9 14 2 3. 0 -0.0762950032949448 -0.6991580128669739 0.1321720033884049 <_> <_> <_>2 16 18 3 -1. <_>2 17 18 1 3. 0 -0.0120400004088879 0.4589459896087647 -0.2385649979114533 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 0.0219160001724958 0.1826860010623932 -0.6162970066070557 <_> <_> <_>0 8 12 6 -1. <_>0 8 6 3 2. <_>6 11 6 3 2. 0 -2.7330000884830952e-003 -0.6325790286064148 0.0342190004885197 <_> <_> <_>9 13 7 8 -1. <_>9 17 7 4 2. 0 -0.0486520007252693 -1.0297729969024658 0.1738650053739548 <_> <_> <_>2 17 20 3 -1. <_>2 18 20 1 3. 0 -0.0104639995843172 0.3475730121135712 -0.2746410071849823 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 -6.6550001502037048e-003 -0.2898029983043671 0.2403790056705475 <_> <_> <_>4 0 15 4 -1. <_>4 2 15 2 2. 0 8.5469996556639671e-003 -0.4434050023555756 0.1426739990711212 <_> <_> <_>17 2 6 6 -1. <_>17 5 6 3 2. 0 0.0199139993637800 0.1774040013551712 -0.2409629970788956 <_> <_> <_>0 3 6 9 -1. <_>0 6 6 3 3. 0 0.0220129992812872 -0.0108120003715158 -0.9469079971313477 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 -0.0521790012717247 1.6547499895095825 0.0964870005846024 <_> <_> <_>0 17 9 6 -1. <_>0 19 9 2 3. 0 0.0196989998221397 -6.7560002207756042e-003 -0.8631150126457214 <_> <_> <_>9 18 12 6 -1. <_>15 18 6 3 2. <_>9 21 6 3 2. 0 0.0230400003492832 -2.3519999813288450e-003 0.3853130042552948 <_> <_> <_>3 15 6 9 -1. <_>3 18 6 3 3. 0 -0.0150380004197359 -0.6190569996833801 0.0310779996216297 <_> <_> <_>16 13 8 10 -1. <_>20 13 4 5 2. <_>16 18 4 5 2. 0 -0.0499560013413429 0.7065749764442444 0.0478809997439384 <_> <_> <_>0 14 24 4 -1. <_>8 14 8 4 3. 0 -0.0692699998617172 0.3921290040016174 -0.2384800016880035 <_> <_> <_>13 18 6 6 -1. <_>13 18 3 6 2. 0 4.7399997711181641e-003 -0.0243090000003576 0.2538630068302155 <_> <_> <_>0 13 8 10 -1. <_>0 13 4 5 2. <_>4 18 4 5 2. 0 -0.0339239984750748 0.4693039953708649 -0.2332189977169037 <_> <_> <_>0 14 24 6 -1. <_>0 17 24 3 2. 0 -0.0162310004234314 0.3231920003890991 -0.2054560035467148 <_> <_> <_>5 2 12 8 -1. <_>5 2 6 4 2. <_>11 6 6 4 2. 0 -0.0501930005848408 -1.2277870178222656 -0.0407980009913445 <_> <_> <_>8 9 9 6 -1. <_>11 9 3 6 3. 0 0.0569440014660358 0.0451840013265610 0.6019750237464905 <_> <_> <_>4 3 16 4 -1. <_>4 5 16 2 2. 0 0.0409369990229607 -0.1677280068397522 0.8981930017471314 <_> <_> <_>10 2 4 10 -1. <_>10 7 4 5 2. 0 -3.0839999672025442e-003 0.3371619880199432 -0.2724080085754395 <_> <_> <_>8 4 5 8 -1. <_>8 8 5 4 2. 0 -0.0326000005006790 -0.8544650077819824 0.0196649990975857 <_> <_> <_>11 5 9 12 -1. <_>11 9 9 4 3. 0 0.0984809994697571 0.0547420009970665 0.6382730007171631 <_> <_> <_>4 5 9 12 -1. <_>4 9 9 4 3. 0 -0.0381850004196167 0.5227469801902771 -0.2338480055332184 <_> <_> <_>14 6 6 9 -1. <_>14 9 6 3 3. 0 -0.0459170006215572 0.6282920241355896 0.0328590013086796 <_> <_> <_>2 4 20 12 -1. <_>2 8 20 4 3. 0 -0.1195549964904785 -0.6157270073890686 0.0346800014376640 <_> <_> <_>4 4 17 16 -1. <_>4 12 17 8 2. 0 -0.1204439997673035 -0.8438000082969666 0.1653070002794266 <_> <_> <_>8 7 7 6 -1. <_>8 10 7 3 2. 0 0.0706190019845963 -0.0632610023021698 -1.9863929748535156 <_> <_> <_>1 9 23 2 -1. <_>1 10 23 1 2. 0 8.4889996796846390e-003 -0.1766339987516403 0.3801119923591614 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 0.0227109994739294 -0.0276059992611408 -0.9192140102386475 <_> <_> <_>13 3 4 9 -1. <_>13 3 2 9 2. 0 4.9700000090524554e-004 -0.2429320067167282 0.2287890017032623 <_> <_> <_>8 1 6 13 -1. <_>10 1 2 13 3. 0 0.0346519984304905 -0.2370599955320358 0.5401099920272827 <_> <_> <_>4 22 18 2 -1. <_>4 23 18 1 2. 0 -4.4700000435113907e-003 0.3907899856567383 -0.1269380003213882 <_> <_> <_>3 10 9 6 -1. <_>6 10 3 6 3. 0 0.0236430000513792 -0.2666369974613190 0.3231259882450104 <_> <_> <_>14 0 2 24 -1. <_>14 0 1 24 2. 0 0.0128130000084639 0.1754080057144165 -0.6078799962997437 <_> <_> <_>8 0 2 24 -1. <_>9 0 1 24 2. 0 -0.0112509997561574 -1.0852589607238770 -0.0280460007488728 <_> <_> <_>3 2 18 10 -1. <_>9 2 6 10 3. 0 -0.0415350012481213 0.7188739776611328 0.0279820002615452 <_> <_> <_>4 13 15 6 -1. <_>9 13 5 6 3. 0 -0.0934709981083870 -1.1906319856643677 -0.0448109991848469 <_> <_> <_>3 21 18 3 -1. <_>9 21 6 3 3. 0 -0.0272499993443489 0.6294249892234802 9.5039997249841690e-003 <_> <_> <_>9 1 4 11 -1. <_>11 1 2 11 2. 0 -0.0217599999159575 1.3233649730682373 -0.1502700001001358 <_> <_> <_>9 7 10 4 -1. <_>9 7 5 4 2. 0 -9.6890004351735115e-003 -0.3394710123538971 0.1708579957485199 <_> <_> <_>7 0 10 18 -1. <_>12 0 5 18 2. 0 0.0693959966301918 -0.2565779983997345 0.4765209853649139 <_> <_> <_>12 1 6 16 -1. <_>14 1 2 16 3. 0 0.0312089994549751 0.1415400058031082 -0.3494200110435486 <_> <_> <_>6 1 6 16 -1. <_>8 1 2 16 3. 0 -0.0497270002961159 -1.1675560474395752 -0.0407579988241196 <_> <_> <_>18 2 6 6 -1. <_>18 5 6 3 2. 0 -0.0203019995242357 -0.3948639929294586 0.1581490039825440 <_> <_> <_>3 5 18 2 -1. <_>3 6 18 1 2. 0 -0.0153670003637671 0.4930000007152557 -0.2009209990501404 <_> <_> <_>18 2 6 6 -1. <_>18 5 6 3 2. 0 -0.0507350005209446 1.8736059665679932 0.0867300033569336 <_> <_> <_>0 2 6 6 -1. <_>0 5 6 3 2. 0 -0.0207260008901358 -0.8893839716911316 -7.3199998587369919e-003 <_> <_> <_>13 11 11 6 -1. <_>13 13 11 2 3. 0 -0.0309939999133348 -1.1664899587631226 0.1427460014820099 <_> <_> <_>5 7 10 4 -1. <_>10 7 5 4 2. 0 -4.4269999489188194e-003 -0.6681510210037231 4.4120000675320625e-003 <_> <_> <_>11 9 10 7 -1. <_>11 9 5 7 2. 0 -0.0457439981400967 -0.4795520007610321 0.1512199938297272 <_> <_> <_>3 9 10 7 -1. <_>8 9 5 7 2. 0 0.0166989993304014 0.1204859986901283 -0.4523589909076691 <_> <_> <_>16 4 6 6 -1. <_>16 4 3 6 2. 0 3.2210000790655613e-003 -0.0776150003075600 0.2784659862518311 <_> <_> <_>5 6 10 8 -1. <_>5 6 5 4 2. <_>10 10 5 4 2. 0 0.0244340002536774 -0.1998710036277771 0.6725370287895203 <_> <_> <_>7 21 16 3 -1. <_>7 21 8 3 2. 0 -0.0796779990196228 0.9222239851951599 0.0925579965114594 <_> <_> <_>1 21 16 3 -1. <_>9 21 8 3 2. 0 0.0445300005376339 -0.2669050097465515 0.3332050144672394 <_> <_> <_>2 5 22 14 -1. <_>13 5 11 7 2. <_>2 12 11 7 2. 0 -0.1252830028533936 -0.5425310134887695 0.1397629976272583 <_> <_> <_>3 10 8 10 -1. <_>3 10 4 5 2. <_>7 15 4 5 2. 0 0.0179719999432564 0.0182199999690056 -0.6804850101470947 <_> <_> <_>17 0 6 12 -1. <_>20 0 3 6 2. <_>17 6 3 6 2. 0 0.0191840007901192 -0.0125839998945594 0.5412669777870178 <_> <_> <_>5 2 6 18 -1. <_>7 2 2 18 3. 0 0.0400240011513233 -0.1763879954814911 0.7881039977073669 <_> <_> <_>13 0 6 9 -1. <_>15 0 2 9 3. 0 0.0135589996352792 0.2073760032653809 -0.4774430096149445 <_> <_> <_>0 12 7 9 -1. <_>0 15 7 3 3. 0 0.0162209998816252 0.0230769999325275 -0.6118209958076477 <_> <_> <_>15 13 8 10 -1. <_>19 13 4 5 2. <_>15 18 4 5 2. 0 0.0112290000542998 -0.0177280008792877 0.4176419973373413 <_> <_> <_>1 0 6 12 -1. <_>1 0 3 6 2. <_>4 6 3 6 2. 0 0.0391930006444454 -0.1894849985837936 0.7401930093765259 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 -9.5539996400475502e-003 0.4094710052013397 -0.1350889950990677 <_> <_> <_>1 13 8 10 -1. <_>1 13 4 5 2. <_>5 18 4 5 2. 0 0.0278789997100830 -0.2035070061683655 0.6162539720535278 <_> <_> <_>3 21 19 2 -1. <_>3 22 19 1 2. 0 -0.0236009992659092 -1.6967060565948486 0.1463319957256317 <_> <_> <_>6 3 4 13 -1. <_>8 3 2 13 2. 0 0.0269300006330013 -0.0304019991308451 -1.0909470319747925 <_> <_> <_>5 10 18 3 -1. <_>5 11 18 1 3. 0 2.8999999631196260e-004 -0.2007600069046021 0.2231409996747971 <_> <_> <_>9 3 5 12 -1. <_>9 7 5 4 3. 0 -0.0411249995231628 -0.4524219930171967 0.0573920011520386 <_> <_> <_>11 2 4 15 -1. <_>11 7 4 5 3. 0 6.6789998672902584e-003 0.2382490038871765 -0.2126210033893585 <_> <_> <_>4 1 16 4 -1. <_>4 3 16 2 2. 0 0.0478649996221066 -0.1819480061531067 0.6191840171813965 <_> <_> <_>6 0 18 3 -1. <_>6 1 18 1 3. 0 -3.1679999083280563e-003 -0.2739320099353790 0.2501730024814606 <_> <_> <_>5 1 10 8 -1. <_>5 1 5 4 2. <_>10 5 5 4 2. 0 -8.6230002343654633e-003 -0.4628030061721802 0.0423979982733727 <_> <_> <_>11 18 12 6 -1. <_>17 18 6 3 2. <_>11 21 6 3 2. 0 -7.4350000359117985e-003 0.4179680049419403 -1.7079999670386314e-003 <_> <_> <_>5 15 12 3 -1. <_>11 15 6 3 2. 0 -1.8769999733194709e-003 0.1460230052471161 -0.3372110128402710 <_> <_> <_>1 10 22 4 -1. <_>1 10 11 4 2. 0 -0.0862260013818741 0.7514340281486511 0.0107119996100664 <_> <_> <_>7 9 9 6 -1. <_>10 9 3 6 3. 0 0.0468339994549751 -0.1911959946155548 0.4841490089893341 <_> <_> <_>6 11 12 5 -1. <_>10 11 4 5 3. 0 -9.2000002041459084e-005 0.3522039949893951 -0.1733330041170120 <_> <_> <_>6 7 10 7 -1. <_>11 7 5 7 2. 0 -0.0163439996540546 -0.6439769864082336 9.0680001303553581e-003 <_> <_> <_>11 2 8 10 -1. <_>11 2 4 10 2. 0 0.0457039996981621 0.0182160008698702 0.3197079896926880 <_> <_> <_>5 2 8 10 -1. <_>9 2 4 10 2. 0 -0.0273829996585846 1.0564049482345581 -0.1727640032768250 <_> <_> <_>6 4 18 6 -1. <_>15 4 9 3 2. <_>6 7 9 3 2. 0 -0.0276020001620054 0.2971549928188324 -9.4600003212690353e-003 <_> <_> <_>0 5 10 9 -1. <_>0 8 10 3 3. 0 7.6939999125897884e-003 -0.2166029959917069 0.4738520085811615 <_> <_> <_>2 7 21 6 -1. <_>2 9 21 2 3. 0 -7.0500001311302185e-004 0.2404879927635193 -0.2677600085735321 <_> <_> <_>0 4 22 16 -1. <_>0 4 11 8 2. <_>11 12 11 8 2. 0 0.1105419993400574 -0.0335390008985996 -1.0233880281448364 <_> <_> <_>9 0 6 22 -1. <_>9 11 6 11 2. 0 0.0687659978866577 -4.3239998631179333e-003 0.5715339779853821 <_> <_> <_>9 1 3 12 -1. <_>9 7 3 6 2. 0 1.7999999690800905e-003 0.0775749981403351 -0.4209269881248474 <_> <_> <_>12 0 12 18 -1. <_>18 0 6 9 2. <_>12 9 6 9 2. 0 0.1923200041055679 0.0820219963788986 2.8810169696807861 <_> <_> <_>0 0 12 18 -1. <_>0 0 6 9 2. <_>6 9 6 9 2. 0 0.1574209928512573 -0.1370819956064224 2.0890059471130371 <_> <_> <_>1 1 22 4 -1. <_>12 1 11 2 2. <_>1 3 11 2 2. 0 -0.0493870005011559 -1.8610910177230835 0.1433209925889969 <_> <_> <_>3 0 18 4 -1. <_>3 2 18 2 2. 0 0.0519290007650852 -0.1873700022697449 0.5423160195350647 <_> <_> <_>2 5 22 6 -1. <_>2 7 22 2 3. 0 0.0499650016427040 0.1417530030012131 -1.5625779628753662 <_> <_> <_>5 0 6 9 -1. <_>5 3 6 3 3. 0 -0.0426330007612705 1.6059479713439941 -0.1471289992332459 <_> <_> <_>10 14 6 9 -1. <_>12 14 2 9 3. 0 -0.0375539995729923 -0.8097490072250366 0.1325699985027313 <_> <_> <_>8 14 6 9 -1. <_>10 14 2 9 3. 0 -0.0371749997138977 -1.3945020437240601 -0.0570550002157688 <_> <_> <_>5 18 18 3 -1. <_>5 19 18 1 3. 0 0.0139459995552897 0.0334270000457764 0.5747479796409607 <_> <_> <_>6 0 6 13 -1. <_>9 0 3 13 2. 0 -4.4800000614486635e-004 -0.5532749891281128 0.0219529997557402 <_> <_> <_>7 4 12 4 -1. <_>7 4 6 4 2. 0 0.0319930016994476 0.0203409995883703 0.3745920062065125 <_> <_> <_>5 2 12 6 -1. <_>9 2 4 6 3. 0 -4.2799999937415123e-003 0.4442870020866394 -0.2299969941377640 <_> <_> <_>4 1 18 3 -1. <_>4 2 18 1 3. 0 9.8550003021955490e-003 0.1831579953432083 -0.4096499979496002 <_> <_> <_>0 8 6 12 -1. <_>0 12 6 4 3. 0 0.0933569967746735 -0.0636610016226768 -1.6929290294647217 <_> <_> <_>9 15 6 9 -1. <_>11 15 2 9 3. 0 0.0172099992632866 0.2015389949083328 -0.4606109857559204 <_> <_> <_>9 10 6 13 -1. <_>11 10 2 13 3. 0 8.4319999441504478e-003 -0.3200399875640869 0.1531219929456711 <_> <_> <_>6 17 18 2 -1. <_>6 18 18 1 2. 0 -0.0140549996867776 0.8688240051269531 0.0325750000774860 <_> <_> <_>9 4 6 9 -1. <_>11 4 2 9 3. 0 -7.7180000953376293e-003 0.6368669867515564 -0.1842550039291382 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 0.0280050002038479 0.1735749989748001 -0.4788359999656677 <_> <_> <_>5 6 10 8 -1. <_>5 6 5 4 2. <_>10 10 5 4 2. 0 -0.0188849996775389 0.2410160005092621 -0.2654759883880615 <_> <_> <_>14 9 5 8 -1. <_>14 13 5 4 2. 0 -0.0185850001871586 0.5423250198364258 0.0536330007016659 <_> <_> <_>5 9 5 8 -1. <_>5 13 5 4 2. 0 -0.0364370010793209 2.3908898830413818 -0.1363469958305359 <_> <_> <_>14 11 9 6 -1. <_>14 13 9 2 3. 0 0.0324550010263920 0.1591069996356964 -0.6758149862289429 <_> <_> <_>0 2 23 15 -1. <_>0 7 23 5 3. 0 0.0597819983959198 -2.3479999508708715e-003 -0.7305369973182678 <_> <_> <_>16 0 8 12 -1. <_>16 6 8 6 2. 0 9.8209995776414871e-003 -0.1144409999251366 0.3057030141353607 <_> <_> <_>4 15 6 9 -1. <_>4 18 6 3 3. 0 -0.0351639986038208 -1.0511469841003418 -0.0331030003726482 <_> <_> <_>8 18 9 4 -1. <_>8 20 9 2 2. 0 2.7429999317973852e-003 -0.2013539969921112 0.3275409936904907 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 8.1059997901320457e-003 -0.2138350009918213 0.4336209893226624 <_> <_> <_>13 11 11 6 -1. <_>13 13 11 2 3. 0 0.0889429971575737 0.1094089969992638 -4.7609338760375977 <_> <_> <_>0 11 11 6 -1. <_>0 13 11 2 3. 0 -0.0300549995154142 -1.7169300317764282 -0.0609190016984940 <_> <_> <_>0 9 24 6 -1. <_>12 9 12 3 2. <_>0 12 12 3 2. 0 -0.0217349994927645 0.6477890014648438 -0.0328309983015060 <_> <_> <_>6 16 8 8 -1. <_>6 20 8 4 2. 0 0.0376489982008934 -0.0100600002333522 -0.7656909823417664 <_> <_> <_>10 16 14 6 -1. <_>10 18 14 2 3. 0 2.7189999818801880e-003 0.1988890022039414 -0.0824790000915527 <_> <_> <_>1 1 21 3 -1. <_>1 2 21 1 3. 0 -0.0105480002239347 -0.8661360144615173 -0.0259860008955002 <_> <_> <_>0 2 24 3 -1. <_>0 2 12 3 2. 0 0.1296630054712296 0.1391199976205826 -2.2271950244903564 <_> <_> <_>2 15 8 5 -1. <_>6 15 4 5 2. 0 -0.0176769997924566 0.3396770060062408 -0.2398959994316101 <_> <_> <_>2 11 21 3 -1. <_>9 11 7 3 3. 0 -0.0770519971847534 -2.5017969608306885 0.1284199953079224 <_> <_> <_>1 18 12 6 -1. <_>1 18 6 3 2. <_>7 21 6 3 2. 0 -0.0192300006747246 0.5064120292663574 -0.1975159943103790 <_> <_> <_>10 14 4 10 -1. <_>10 19 4 5 2. 0 -0.0512229986488819 -2.9333369731903076 0.1385850012302399 <_> <_> <_>7 7 4 10 -1. <_>7 12 4 5 2. 0 2.0830000285059214e-003 -0.6004359722137451 0.0297180004417896 <_> <_> <_>9 8 6 12 -1. <_>9 12 6 4 3. 0 0.0254180002957582 0.3391579985618591 -0.1439200043678284 <_> <_> <_>7 1 9 6 -1. <_>10 1 3 6 3. 0 -0.0239059999585152 -1.1082680225372314 -0.0473770014941692 <_> <_> <_>3 14 19 2 -1. <_>3 15 19 1 2. 0 -6.3740001060068607e-003 0.4453369975090027 -0.0670529976487160 <_> <_> <_>7 7 10 10 -1. <_>7 7 5 5 2. <_>12 12 5 5 2. 0 -0.0376989990472794 -1.0406579971313477 -0.0417900010943413 <_> <_> <_>3 12 18 12 -1. <_>3 12 9 12 2. 0 0.2165510058403015 0.0338630005717278 0.8201730251312256 <_> <_> <_>8 0 6 12 -1. <_>10 0 2 12 3. 0 -0.0134009998291731 0.5290349721908569 -0.1913300007581711 -3.2396929264068604 17 -1 <_> <_> <_> <_>3 0 17 9 -1. <_>3 3 17 3 3. 0 0.0712689980864525 -0.5363119840621948 0.6071529984474182 <_> <_> <_>6 0 12 11 -1. <_>10 0 4 11 3. 0 0.0561110004782677 -0.5014160275459290 0.4397610127925873 <_> <_> <_>1 0 6 13 -1. <_>4 0 3 13 2. 0 0.0404639989137650 -0.3292219936847687 0.5483469963073731 <_> <_> <_>5 8 16 6 -1. <_>5 11 16 3 2. 0 0.0631550028920174 -0.3170169889926910 0.4615299999713898 <_> <_> <_>8 8 5 12 -1. <_>8 14 5 6 2. 0 0.0103209996595979 0.1069499999284744 -0.9824389815330505 <_> <_> <_>3 21 18 3 -1. <_>9 21 6 3 3. 0 0.0626069977879524 -0.1432970017194748 0.7109500169754028 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0394160002470016 0.9438019990921021 -0.2157209962606430 <_> <_> <_>2 0 20 3 -1. <_>2 1 20 1 3. 0 -5.3960001096129417e-003 -0.5461199879646301 0.2530379891395569 <_> <_> <_>4 6 15 10 -1. <_>9 6 5 10 3. 0 0.1077319979667664 0.0124960001558065 -1.0809199810028076 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0169820003211498 -0.3153640031814575 0.5123999714851379 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 0.0312169995158911 -4.5199999585747719e-003 -1.2443480491638184 <_> <_> <_>14 0 6 9 -1. <_>16 0 2 9 3. 0 -0.0231069996953011 -0.7649289965629578 0.2064059972763062 <_> <_> <_>7 16 9 6 -1. <_>7 18 9 2 3. 0 -0.0112039996311069 0.2409269958734512 -0.3514209985733032 <_> <_> <_>14 0 6 9 -1. <_>16 0 2 9 3. 0 -4.7479998320341110e-003 -0.0970079973340034 0.2063809931278229 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 -0.0173589996993542 -0.7902029752731323 0.0218529999256134 <_> <_> <_>17 1 6 16 -1. <_>19 1 2 16 3. 0 0.0188519991934299 -0.1039460003376007 0.5484420061111450 <_> <_> <_>1 1 6 16 -1. <_>3 1 2 16 3. 0 7.2249998338520527e-003 -0.4040940105915070 0.2676379978656769 <_> <_> <_>14 13 6 9 -1. <_>14 16 6 3 3. 0 0.0189159996807575 0.2050800025463104 -1.0206340551376343 <_> <_> <_>0 0 6 9 -1. <_>0 3 6 3 3. 0 0.0311569999903440 1.2400000123307109e-003 -0.8729349970817566 <_> <_> <_>9 5 6 6 -1. <_>9 5 3 6 2. 0 0.0209519993513823 -5.5559999309480190e-003 0.8035619854927063 <_> <_> <_>3 10 9 6 -1. <_>6 10 3 6 3. 0 0.0112910000607371 -0.3647840023040772 0.2276789993047714 <_> <_> <_>14 7 3 16 -1. <_>14 15 3 8 2. 0 -0.0570110008120537 -1.4295619726181030 0.1432200074195862 <_> <_> <_>4 10 14 12 -1. <_>4 10 7 6 2. <_>11 16 7 6 2. 0 0.0721940025687218 -0.0418500006198883 -1.9111829996109009 <_> <_> <_>7 6 12 6 -1. <_>7 8 12 2 3. 0 -0.0198740009218454 0.2642549872398377 -0.3261770009994507 <_> <_> <_>7 2 4 20 -1. <_>9 2 2 20 2. 0 -0.0166929997503757 -0.8390780091285706 4.0799999260343611e-004 <_> <_> <_>14 13 6 9 -1. <_>14 16 6 3 3. 0 -0.0398349985480309 -0.4885849952697754 0.1643610000610352 <_> <_> <_>10 6 4 9 -1. <_>12 6 2 9 2. 0 0.0270099993795156 -0.1886249929666519 0.8341940045356751 <_> <_> <_>14 13 6 9 -1. <_>14 16 6 3 3. 0 -3.9420002140104771e-003 0.2323150038719177 -0.0723600015044212 <_> <_> <_>5 20 14 4 -1. <_>5 22 14 2 2. 0 0.0228330008685589 -0.0358840003609657 -1.1549400091171265 <_> <_> <_>4 4 16 12 -1. <_>4 10 16 6 2. 0 -0.0688880011439323 -1.7837309837341309 0.1515900045633316 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0430970005691051 -0.2160809934139252 0.5062410235404968 <_> <_> <_>3 0 21 4 -1. <_>3 2 21 2 2. 0 8.6239995434880257e-003 -0.1779559999704361 0.2895790040493012 <_> <_> <_>4 13 6 9 -1. <_>4 16 6 3 3. 0 0.0145610002800822 -0.0114080002531409 -0.8940200209617615 <_> <_> <_>16 16 5 8 -1. <_>16 20 5 4 2. 0 -0.0115010002627969 0.3017199933528900 -0.0436590015888214 <_> <_> <_>4 0 16 16 -1. <_>4 0 8 8 2. <_>12 8 8 8 2. 0 -0.1097149997949600 -0.9514709711074829 -0.0199730005115271 <_> <_> <_>6 6 14 6 -1. <_>13 6 7 3 2. <_>6 9 7 3 2. 0 0.0452280007302761 0.0331109985709190 0.9661980271339417 <_> <_> <_>10 5 4 15 -1. <_>10 10 4 5 3. 0 -0.0270479992032051 0.9796360135078430 -0.1726190000772476 <_> <_> <_>9 15 12 8 -1. <_>15 15 6 4 2. <_>9 19 6 4 2. 0 0.0180309992283583 -0.0208010002970696 0.2738589942455292 <_> <_> <_>6 7 12 4 -1. <_>12 7 6 4 2. 0 0.0505249984562397 -0.0568029992282391 -1.7775089740753174 <_> <_> <_>5 6 14 6 -1. <_>12 6 7 3 2. <_>5 9 7 3 2. 0 -0.0299239996820688 0.6532920002937317 -0.0235370006412268 <_> <_> <_>3 6 18 10 -1. <_>3 6 9 5 2. <_>12 11 9 5 2. 0 0.0380580015480518 0.0263170003890991 -0.7066569924354553 <_> <_> <_>6 0 18 21 -1. <_>12 0 6 21 3. 0 0.1856389939785004 -5.6039998307824135e-003 0.3287369906902313 <_> <_> <_>0 0 24 21 -1. <_>8 0 8 21 3. 0 -4.0670000016689301e-003 0.3420479893684387 -0.3017159998416901 <_> <_> <_>6 18 18 3 -1. <_>6 19 18 1 3. 0 0.0101089999079704 -7.3600001633167267e-003 0.5798159837722778 <_> <_> <_>0 15 9 6 -1. <_>0 17 9 2 3. 0 -0.0115670002996922 -0.5272219777107239 0.0464479997754097 <_> <_> <_>4 3 19 2 -1. <_>4 4 19 1 2. 0 -6.5649999305605888e-003 -0.5852910280227661 0.1910189986228943 <_> <_> <_>0 3 24 2 -1. <_>0 4 24 1 2. 0 0.0105820000171661 0.0210730005055666 -0.6889259815216065 <_> <_> <_>15 14 9 4 -1. <_>15 16 9 2 2. 0 -0.0203040000051260 -0.3640069961547852 0.1533879935741425 <_> <_> <_>0 14 9 4 -1. <_>0 16 9 2 2. 0 2.3529999889433384e-003 0.0361640006303787 -0.5982509851455689 <_> <_> <_>6 15 18 2 -1. <_>6 16 18 1 2. 0 -1.4690000098198652e-003 -0.1470769941806793 0.3750799894332886 <_> <_> <_>3 17 18 3 -1. <_>3 18 18 1 3. 0 8.6449999362230301e-003 -0.2170850038528442 0.5193679928779602 <_> <_> <_>12 0 3 23 -1. <_>13 0 1 23 3. 0 -0.0243260003626347 -1.0846769809722900 0.1408479958772659 <_> <_> <_>6 0 8 6 -1. <_>6 3 8 3 2. 0 0.0744189992547035 -0.1551380008459091 1.1822769641876221 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 0.0170779991894960 0.0442310012876987 0.9156110286712647 <_> <_> <_>9 0 3 23 -1. <_>10 0 1 23 3. 0 -0.0245779994875193 -1.5504100322723389 -0.0547459982335567 <_> <_> <_>10 7 4 10 -1. <_>10 12 4 5 2. 0 0.0302050001919270 0.1666280031204224 -1.0001239776611328 <_> <_> <_>7 8 10 12 -1. <_>7 12 10 4 3. 0 0.0121360002085567 -0.7707909941673279 -4.8639997839927673e-003 <_> <_> <_>14 9 6 14 -1. <_>17 9 3 7 2. <_>14 16 3 7 2. 0 0.0867170020937920 0.1106169968843460 -1.6857999563217163 <_> <_> <_>2 0 10 9 -1. <_>2 3 10 3 3. 0 -0.0423090010881424 1.1075930595397949 -0.1543859988451004 <_> <_> <_>11 1 5 12 -1. <_>11 7 5 6 2. 0 -2.6420000940561295e-003 0.2745189964771271 -0.1845619976520538 <_> <_> <_>1 4 12 10 -1. <_>1 4 6 5 2. <_>7 9 6 5 2. 0 -0.0566620007157326 -0.8062559962272644 -0.0169280003756285 <_> <_> <_>15 1 9 4 -1. <_>15 3 9 2 2. 0 0.0234750006347895 0.1418769955635071 -0.2550089955329895 <_> <_> <_>1 2 8 10 -1. <_>1 2 4 5 2. <_>5 7 4 5 2. 0 -0.0208030007779598 0.1982630044221878 -0.3117119967937470 <_> <_> <_>10 1 5 12 -1. <_>10 5 5 4 3. 0 7.2599998675286770e-003 -0.0505909994244576 0.4192380011081696 <_> <_> <_>4 0 14 24 -1. <_>11 0 7 24 2. 0 0.3416000008583069 -0.1667490005493164 0.9274860024452210 <_> <_> <_>7 17 10 4 -1. <_>7 19 10 2 2. 0 6.2029999680817127e-003 -0.1262589991092682 0.4044530093669891 <_> <_> <_>10 14 4 10 -1. <_>10 19 4 5 2. 0 0.0326920002698898 -0.0326349996030331 -0.9893980026245117 <_> <_> <_>13 15 6 9 -1. <_>15 15 2 9 3. 0 2.1100000594742596e-004 -0.0645340010523796 0.2547369897365570 <_> <_> <_>3 21 18 3 -1. <_>3 22 18 1 3. 0 7.2100001852959394e-004 -0.3661859929561615 0.1197310015559197 <_> <_> <_>13 15 6 9 -1. <_>15 15 2 9 3. 0 0.0544909983873367 0.1207349970936775 -1.0291390419006348 <_> <_> <_>5 15 6 9 -1. <_>7 15 2 9 3. 0 -0.0101410001516342 -0.5217720270156860 0.0337349995970726 <_> <_> <_>10 6 4 18 -1. <_>12 6 2 9 2. <_>10 15 2 9 2. 0 -0.0188159998506308 0.6518179774284363 1.3399999588727951e-003 <_> <_> <_>7 3 6 11 -1. <_>9 3 2 11 3. 0 -5.3480002097785473e-003 0.1737069934606552 -0.3413200080394745 <_> <_> <_>15 1 9 4 -1. <_>15 3 9 2 2. 0 -0.0108470004051924 -0.1969989985227585 0.1504549980163574 <_> <_> <_>5 4 14 8 -1. <_>5 8 14 4 2. 0 -0.0499260015785694 -0.5088850259780884 0.0307620000094175 <_> <_> <_>8 1 15 9 -1. <_>8 4 15 3 3. 0 0.0121600003913045 -0.0692519992589951 0.1874549984931946 <_> <_> <_>7 2 8 10 -1. <_>7 2 4 5 2. <_>11 7 4 5 2. 0 -2.2189998999238014e-003 -0.4084909856319428 0.0799549967050552 <_> <_> <_>12 2 6 12 -1. <_>12 2 3 12 2. 0 3.1580000650137663e-003 -0.2112459987401962 0.2236640006303787 <_> <_> <_>6 2 6 12 -1. <_>9 2 3 12 2. 0 4.1439998894929886e-003 -0.4990029931068420 0.0629170015454292 <_> <_> <_>7 7 12 4 -1. <_>7 7 6 4 2. 0 -7.3730000294744968e-003 -0.2055329978466034 0.2209669947624207 <_> <_> <_>6 3 12 10 -1. <_>10 3 4 10 3. 0 0.0518120005726814 0.1809680014848709 -0.4349580109119415 <_> <_> <_>5 6 16 6 -1. <_>13 6 8 3 2. <_>5 9 8 3 2. 0 0.0183400008827448 0.0152000002563000 0.3799169957637787 <_> <_> <_>3 1 18 9 -1. <_>9 1 6 9 3. 0 0.1749079972505570 -0.2092079967260361 0.4001300036907196 <_> <_> <_>3 8 18 5 -1. <_>9 8 6 5 3. 0 0.0539939999580383 0.2475160062313080 -0.2671290040016174 <_> <_> <_>0 0 24 22 -1. <_>0 0 12 11 2. <_>12 11 12 11 2. 0 -0.3203319907188416 -1.9094380140304565 -0.0669609978795052 <_> <_> <_>14 16 9 6 -1. <_>14 18 9 2 3. 0 -0.0270600002259016 -0.7137129902839661 0.1590459942817688 <_> <_> <_>0 16 24 8 -1. <_>0 20 24 4 2. 0 0.0774639993906021 -0.1697019934654236 0.7755299806594849 <_> <_> <_>1 19 22 4 -1. <_>12 19 11 2 2. <_>1 21 11 2 2. 0 0.0237719994038343 0.1902189999818802 -0.6016209721565247 <_> <_> <_>1 16 9 6 -1. <_>1 18 9 2 3. 0 0.0115010002627969 7.7039999887347221e-003 -0.6173030138015747 <_> <_> <_>7 8 10 4 -1. <_>7 8 5 4 2. 0 0.0326160006225109 0.1715919971466065 -0.7097820043563843 <_> <_> <_>9 15 6 9 -1. <_>11 15 2 9 3. 0 -0.0443830005824566 -2.2606229782104492 -0.0732769966125488 <_> <_> <_>10 18 12 6 -1. <_>16 18 6 3 2. <_>10 21 6 3 2. 0 -0.0584760010242462 2.4087750911712646 0.0830919966101646 <_> <_> <_>2 18 12 6 -1. <_>2 18 6 3 2. <_>8 21 6 3 2. 0 0.0193039998412132 -0.2708230018615723 0.2736999988555908 <_> <_> <_>8 3 16 9 -1. <_>8 6 16 3 3. 0 -0.0447059981524944 0.3135559856891632 -0.0624920018017292 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -0.0603349991142750 -1.4515119791030884 -0.0587610006332397 <_> <_> <_>5 5 18 3 -1. <_>5 6 18 1 3. 0 0.0116670001298189 -0.0180849991738796 0.5047969818115234 <_> <_> <_>2 6 9 6 -1. <_>2 9 9 3 2. 0 0.0280099995434284 -0.2330289930105209 0.3070870041847229 <_> <_> <_>14 2 10 9 -1. <_>14 5 10 3 3. 0 0.0653970018029213 0.1413590013980866 -0.5001090168952942 <_> <_> <_>3 6 18 3 -1. <_>3 7 18 1 3. 0 9.6239997074007988e-003 -0.2205460071563721 0.3919120132923126 <_> <_> <_>9 2 15 6 -1. <_>9 4 15 2 3. 0 2.5510000996291637e-003 -0.1138150021433830 0.2003230005502701 <_> <_> <_>4 8 15 6 -1. <_>4 10 15 2 3. 0 0.0318470001220703 0.0254769995808601 -0.5332639813423157 <_> <_> <_>0 5 24 4 -1. <_>12 5 12 2 2. <_>0 7 12 2 2. 0 0.0330550000071526 0.1780769973993301 -0.6279389858245850 <_> <_> <_>7 8 6 12 -1. <_>9 8 2 12 3. 0 0.0476009994745255 -0.1474789977073669 1.4204180240631104 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -0.0195719990879297 -0.5269349813461304 0.1583860069513321 <_> <_> <_>0 12 6 12 -1. <_>0 12 3 6 2. <_>3 18 3 6 2. 0 -0.0547300018370152 0.8823159933090210 -0.1662780046463013 <_> <_> <_>14 12 10 6 -1. <_>14 14 10 2 3. 0 -0.0226860009133816 -0.4838689863681793 0.1500010043382645 <_> <_> <_>2 7 18 9 -1. <_>2 10 18 3 3. 0 0.1071320027112961 -0.2133619934320450 0.4233390092849731 <_> <_> <_>11 14 10 9 -1. <_>11 17 10 3 3. 0 -0.0363800004124641 -0.0741980001330376 0.1458940058946610 <_> <_> <_>7 6 10 8 -1. <_>7 6 5 4 2. <_>12 10 5 4 2. 0 0.0139359999448061 -0.2491160035133362 0.2677119970321655 <_> <_> <_>6 6 14 6 -1. <_>13 6 7 3 2. <_>6 9 7 3 2. 0 0.0209919996559620 8.7959999218583107e-003 0.4306499958038330 <_> <_> <_>4 13 9 7 -1. <_>7 13 3 7 3. 0 0.0491189993917942 -0.1759199947118759 0.6928290128707886 <_> <_> <_>14 10 6 12 -1. <_>17 10 3 6 2. <_>14 16 3 6 2. 0 0.0363159999251366 0.1314529925584793 -0.3359729945659638 <_> <_> <_>4 10 6 12 -1. <_>4 10 3 6 2. <_>7 16 3 6 2. 0 0.0412280000746250 -0.0456920005381107 -1.3515930175781250 <_> <_> <_>13 9 8 6 -1. <_>13 9 4 6 2. 0 0.0156720001250505 0.1754409968852997 -0.0605500005185604 <_> <_> <_>8 3 4 14 -1. <_>10 3 2 14 2. 0 -0.0162860006093979 -1.1308189630508423 -0.0395330004394054 <_> <_> <_>17 0 3 18 -1. <_>18 0 1 18 3. 0 -3.0229999683797359e-003 -0.2245430052280426 0.2362809926271439 <_> <_> <_>4 12 16 12 -1. <_>12 12 8 12 2. 0 -0.1378629952669144 0.4537689983844757 -0.2109870016574860 <_> <_> <_>15 0 6 14 -1. <_>17 0 2 14 3. 0 -9.6760001033544540e-003 -0.1510509997606278 0.2078170031309128 <_> <_> <_>3 0 6 14 -1. <_>5 0 2 14 3. 0 -0.0248399991542101 -0.6835029721260071 -8.0040004104375839e-003 <_> <_> <_>12 2 12 20 -1. <_>16 2 4 20 3. 0 -0.1396439969539642 0.6501129865646362 0.0465440005064011 <_> <_> <_>0 2 12 20 -1. <_>4 2 4 20 3. 0 -0.0821539983153343 0.4488719999790192 -0.2359199970960617 <_> <_> <_>16 0 6 17 -1. <_>18 0 2 17 3. 0 3.8449999410659075e-003 -0.0881730020046234 0.2734679877758026 <_> <_> <_>2 0 6 17 -1. <_>4 0 2 17 3. 0 -6.6579999402165413e-003 -0.4686659872531891 0.0770019963383675 <_> <_> <_>15 6 9 6 -1. <_>15 8 9 2 3. 0 -0.0158980004489422 0.2926839888095856 -0.0219410005956888 <_> <_> <_>0 6 9 6 -1. <_>0 8 9 2 3. 0 -0.0509460009634495 -1.2093789577484131 -0.0421099998056889 <_> <_> <_>18 1 6 13 -1. <_>20 1 2 13 3. 0 0.0168379992246628 -0.0455959998071194 0.5018069744110107 <_> <_> <_>0 1 6 13 -1. <_>2 1 2 13 3. 0 0.0159189999103546 -0.2690429985523224 0.2651630043983460 <_> <_> <_>16 0 4 9 -1. <_>16 0 2 9 2. 0 3.6309999413788319e-003 -0.1304610073566437 0.3180710077285767 <_> <_> <_>5 10 12 7 -1. <_>9 10 4 7 3. 0 -0.0861449986696243 1.9443659782409668 -0.1397829949855804 <_> <_> <_>12 9 12 6 -1. <_>12 11 12 2 3. 0 0.0331409983336926 0.1526679992675781 -0.0308660008013248 <_> <_> <_>0 9 12 6 -1. <_>0 11 12 2 3. 0 -3.9679999463260174e-003 -0.7120230197906494 -0.0138440001755953 <_> <_> <_>5 7 14 9 -1. <_>5 10 14 3 3. 0 -0.0240080002695322 0.9200779795646668 0.0467239990830421 <_> <_> <_>0 15 20 3 -1. <_>0 16 20 1 3. 0 8.7320003658533096e-003 -0.2256730049848557 0.3193179965019226 <_> <_> <_>8 10 8 10 -1. <_>12 10 4 5 2. <_>8 15 4 5 2. 0 -0.0277869999408722 -0.7233710289001465 0.1701859980821610 <_> <_> <_>5 4 13 9 -1. <_>5 7 13 3 3. 0 -0.1945530027151108 1.2461860179901123 -0.1473619937896729 <_> <_> <_>10 2 6 18 -1. <_>10 8 6 6 3. 0 -0.1086969971656799 -1.4465179443359375 0.1214530020952225 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 -0.0194949992001057 -0.7815309762954712 -0.0237329993396997 <_> <_> <_>6 9 12 4 -1. <_>6 11 12 2 2. 0 3.0650000553578138e-003 -0.8547139763832092 0.1668699979782105 <_> <_> <_>3 2 15 12 -1. <_>3 6 15 4 3. 0 0.0591939985752106 -0.1485369950532913 1.1273469924926758 <_> <_> <_>12 0 12 5 -1. <_>16 0 4 5 3. 0 -0.0542079992592335 0.5472699999809265 0.0355239994823933 <_> <_> <_>0 15 18 3 -1. <_>6 15 6 3 3. 0 -0.0393249988555908 0.3664259910583496 -0.2054399996995926 <_> <_> <_>0 14 24 5 -1. <_>8 14 8 5 3. 0 0.0822789967060089 -0.0350079983472824 0.5399420261383057 <_> <_> <_>5 1 3 18 -1. <_>6 1 1 18 3. 0 -7.4479999020695686e-003 -0.6153749823570252 -3.5319998860359192e-003 <_> <_> <_>10 0 4 14 -1. <_>10 0 2 14 2. 0 7.3770000599324703e-003 -0.0655910000205040 0.4196139872074127 <_> <_> <_>9 3 4 9 -1. <_>11 3 2 9 2. 0 7.0779998786747456e-003 -0.3412950038909912 0.1253679990768433 <_> <_> <_>8 2 12 6 -1. <_>14 2 6 3 2. <_>8 5 6 3 2. 0 -0.0155819999054074 -0.3024039864540100 0.2151100039482117 <_> <_> <_>0 4 17 4 -1. <_>0 6 17 2 2. 0 -2.7399999089539051e-003 0.0765530019998550 -0.4106050133705139 <_> <_> <_>16 16 5 8 -1. <_>16 20 5 4 2. 0 -0.0706000030040741 -0.9735620021820068 0.1124180033802986 <_> <_> <_>3 16 5 8 -1. <_>3 20 5 4 2. 0 -0.0117060001939535 0.1856070011854172 -0.2975519895553589 <_> <_> <_>6 18 18 2 -1. <_>6 19 18 1 2. 0 7.1499997284263372e-004 -0.0596500001847744 0.2482469975948334 <_> <_> <_>0 0 12 5 -1. <_>4 0 4 5 3. 0 -0.0368660017848015 0.3275170028209686 -0.2305960059165955 <_> <_> <_>14 3 6 12 -1. <_>17 3 3 6 2. <_>14 9 3 6 2. 0 -0.0325269997119904 -0.2932029962539673 0.1542769968509674 <_> <_> <_>0 12 6 12 -1. <_>2 12 2 12 3. 0 -0.0748139992356300 -1.2143570184707642 -0.0522440001368523 <_> <_> <_>2 3 21 3 -1. <_>2 4 21 1 3. 0 0.0414699986577034 0.1306249946355820 -2.3274369239807129 <_> <_> <_>4 3 6 12 -1. <_>4 3 3 6 2. <_>7 9 3 6 2. 0 -0.0288800001144409 -0.6607459783554077 -9.0960003435611725e-003 <_> <_> <_>12 8 12 6 -1. <_>18 8 6 3 2. <_>12 11 6 3 2. 0 0.0463819988071918 0.1663019955158234 -0.6694949865341187 <_> <_> <_>0 15 16 9 -1. <_>8 15 8 9 2. 0 0.2542499899864197 -0.0546419993042946 -1.2676080465316772 <_> <_> <_>6 13 18 5 -1. <_>6 13 9 5 2. 0 2.4000001139938831e-003 0.2027679979801178 0.0146679999306798 <_> <_> <_>1 6 15 6 -1. <_>6 6 5 6 3. 0 -0.0828059986233711 -0.7871360182762146 -0.0244689993560314 <_> <_> <_>11 9 9 6 -1. <_>14 9 3 6 3. 0 -0.0114380000159144 0.2862339913845062 -0.0308940000832081 <_> <_> <_>3 0 15 11 -1. <_>8 0 5 11 3. 0 -0.1291339993476868 1.7292929887771606 -0.1429390013217926 <_> <_> <_>15 3 3 18 -1. <_>15 9 3 6 3. 0 0.0385529994964600 0.0192329995334148 0.3773260116577148 <_> <_> <_>6 3 3 18 -1. <_>6 9 3 6 3. 0 0.1019140034914017 -0.0745339989662170 -3.3868899345397949 <_> <_> <_>9 5 10 8 -1. <_>14 5 5 4 2. <_>9 9 5 4 2. 0 -0.0190680008381605 0.3181410133838654 0.0192610006779432 <_> <_> <_>4 4 16 8 -1. <_>4 4 8 4 2. <_>12 8 8 4 2. 0 -0.0607750006020069 0.7693629860877991 -0.1764400005340576 <_> <_> <_>7 7 12 3 -1. <_>7 7 6 3 2. 0 0.0246799997985363 0.1839649975299835 -0.3086880147457123 <_> <_> <_>5 0 9 13 -1. <_>8 0 3 13 3. 0 0.0267590004950762 -0.2345490008592606 0.3305659890174866 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 0.0149699999019504 0.1721359938383102 -0.1824889928102493 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 0.0261429995298386 -0.0464639998972416 -1.1318379640579224 <_> <_> <_>8 1 10 9 -1. <_>8 4 10 3 3. 0 -0.0375120006501675 0.8040400147438049 0.0696600005030632 <_> <_> <_>0 2 18 2 -1. <_>0 3 18 1 2. 0 -5.3229997865855694e-003 -0.8188440203666687 -0.0182249993085861 <_> <_> <_>10 13 14 6 -1. <_>17 13 7 3 2. <_>10 16 7 3 2. 0 0.0178130008280277 0.1495780050754547 -0.1866720020771027 <_> <_> <_>0 13 14 6 -1. <_>0 13 7 3 2. <_>7 16 7 3 2. 0 -0.0340100005269051 -0.7285230159759522 -0.0166159998625517 <_> <_> <_>20 2 3 21 -1. <_>21 2 1 21 3. 0 -0.0159530006349087 0.5694400072097778 0.0138320000842214 <_> <_> <_>0 9 5 12 -1. <_>0 13 5 4 3. 0 0.0197439994663000 0.0405250005424023 -0.4177339971065521 <_> <_> <_>12 6 12 6 -1. <_>12 8 12 2 3. 0 -0.1037480011582375 -1.9825149774551392 0.1196020022034645 <_> <_> <_>1 8 20 3 -1. <_>1 9 20 1 3. 0 -0.0192850008606911 0.5023059844970703 -0.1974589973688126 <_> <_> <_>5 7 19 3 -1. <_>5 8 19 1 3. 0 -0.0127800004556775 0.4019500017166138 -0.0269579999148846 <_> <_> <_>1 12 9 6 -1. <_>1 14 9 2 3. 0 -0.0163529999554157 -0.7660880088806152 -0.0242090001702309 <_> <_> <_>6 10 14 12 -1. <_>6 14 14 4 3. 0 -0.1276369988918304 0.8657850027084351 0.0642059966921806 <_> <_> <_>5 6 14 18 -1. <_>5 12 14 6 3. 0 0.0190689992159605 -0.5592979788780212 -1.6880000475794077e-003 <_> <_> <_>11 12 9 7 -1. <_>14 12 3 7 3. 0 0.0324809998273849 0.0407220013439655 0.4892509877681732 <_> <_> <_>1 15 18 4 -1. <_>1 17 18 2 2. 0 9.4849998131394386e-003 -0.1923190057277679 0.5113970041275024 <_> <_> <_>11 14 6 9 -1. <_>11 17 6 3 3. 0 5.0470000132918358e-003 0.1870680004358292 -0.1611360013484955 <_> <_> <_>0 8 18 4 -1. <_>0 8 9 2 2. <_>9 10 9 2 2. 0 0.0412679985165596 -0.0488179996609688 -1.1326299905776978 <_> <_> <_>3 10 20 6 -1. <_>13 10 10 3 2. <_>3 13 10 3 2. 0 -0.0763589963316917 1.4169390201568604 0.0873199999332428 <_> <_> <_>1 10 20 6 -1. <_>1 10 10 3 2. <_>11 13 10 3 2. 0 -0.0728349983692169 1.3189860582351685 -0.1481910049915314 <_> <_> <_>0 9 24 2 -1. <_>0 9 12 2 2. 0 0.0595769993960857 0.0483769997954369 0.8561180233955383 <_> <_> <_>1 12 20 8 -1. <_>1 12 10 4 2. <_>11 16 10 4 2. 0 0.0202639997005463 -0.2104409933090210 0.3385899960994721 <_> <_> <_>11 12 9 7 -1. <_>14 12 3 7 3. 0 -0.0803010016679764 -1.2464400529861450 0.1185709983110428 <_> <_> <_>4 12 9 7 -1. <_>7 12 3 7 3. 0 -0.0178350005298853 0.2578229904174805 -0.2456479966640472 <_> <_> <_>12 12 8 5 -1. <_>12 12 4 5 2. 0 0.0114310001954436 0.2294979989528656 -0.2949759960174561 <_> <_> <_>4 12 8 5 -1. <_>8 12 4 5 2. 0 -0.0255410000681877 -0.8625299930572510 -7.0400000549852848e-004 <_> <_> <_>13 10 4 10 -1. <_>13 10 2 10 2. 0 -7.6899997657164931e-004 0.3151139914989471 -0.1434900015592575 <_> <_> <_>1 15 20 2 -1. <_>11 15 10 2 2. 0 -0.0144539996981621 0.2514849901199341 -0.2823289930820465 <_> <_> <_>9 10 6 6 -1. <_>9 10 3 6 2. 0 8.6730001494288445e-003 0.2660140097141266 -0.2819080054759979 -3.2103500366210937 18 -1 <_> <_> <_> <_>0 1 21 3 -1. <_>7 1 7 3 3. 0 0.0547089986503124 -0.5414429903030396 0.6104300022125244 <_> <_> <_>6 4 13 9 -1. <_>6 7 13 3 3. 0 -0.1083879992365837 0.7173990011215210 -0.4119609892368317 <_> <_> <_>6 5 12 5 -1. <_>10 5 4 5 3. 0 0.0229969993233681 -0.5826979875564575 0.2964560091495514 <_> <_> <_>10 10 10 6 -1. <_>10 12 10 2 3. 0 2.7540000155568123e-003 -0.7424389719963074 0.1418330073356628 <_> <_> <_>6 12 5 8 -1. <_>6 16 5 4 2. 0 -2.1520000882446766e-003 0.1787990033626556 -0.6854860186576843 <_> <_> <_>13 0 6 9 -1. <_>15 0 2 9 3. 0 -0.0225590001791716 -1.0775549411773682 0.1238899976015091 <_> <_> <_>2 10 18 6 -1. <_>8 10 6 6 3. 0 0.0830250009894371 0.0245009995996952 -1.0251879692077637 <_> <_> <_>11 2 9 4 -1. <_>11 4 9 2 2. 0 -6.6740000620484352e-003 -0.4528310000896454 0.2123019993305206 <_> <_> <_>1 20 21 3 -1. <_>8 20 7 3 3. 0 0.0764850005507469 -0.2697269916534424 0.4858019948005676 <_> <_> <_>1 10 22 2 -1. <_>1 11 22 1 2. 0 5.4910001344978809e-003 -0.4887120127677918 0.3161639869213104 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -0.0104149999096990 0.4151290059089661 -0.3004480004310608 <_> <_> <_>13 0 6 9 -1. <_>15 0 2 9 3. 0 0.0276079997420311 0.1620379984378815 -0.9986850023269653 <_> <_> <_>5 0 6 9 -1. <_>7 0 2 9 3. 0 -0.0232720002532005 -1.1024399995803833 0.0211249999701977 <_> <_> <_>18 2 6 20 -1. <_>20 2 2 20 3. 0 -0.0556199997663498 0.6503310203552246 -0.0279380008578300 <_> <_> <_>0 2 6 20 -1. <_>2 2 2 20 3. 0 -0.0406319983303547 0.4211730062961578 -0.2676379978656769 <_> <_> <_>11 7 6 14 -1. <_>14 7 3 7 2. <_>11 14 3 7 2. 0 -7.3560001328587532e-003 0.3527779877185822 -0.3785400092601776 <_> <_> <_>0 1 4 9 -1. <_>2 1 2 9 2. 0 0.0170070007443428 -0.2918950021266937 0.4105379879474640 <_> <_> <_>12 14 9 4 -1. <_>12 16 9 2 2. 0 -0.0370340012013912 -1.3216309547424316 0.1296650022268295 <_> <_> <_>1 13 9 4 -1. <_>1 15 9 2 2. 0 -0.0196330007165670 -0.8770229816436768 1.0799999581649899e-003 <_> <_> <_>7 6 15 6 -1. <_>7 8 15 2 3. 0 -0.0235469993203878 0.2610610127449036 -0.2148140072822571 <_> <_> <_>8 2 3 18 -1. <_>8 8 3 6 3. 0 -0.0433529987931252 -0.9908969998359680 -9.9560003727674484e-003 <_> <_> <_>6 6 12 6 -1. <_>12 6 6 3 2. <_>6 9 6 3 2. 0 -0.0221839994192123 0.6345440149307251 -0.0565470010042191 <_> <_> <_>2 19 20 4 -1. <_>2 19 10 2 2. <_>12 21 10 2 2. 0 0.0165309999138117 0.0246649999171495 -0.7332680225372315 <_> <_> <_>14 15 6 9 -1. <_>14 18 6 3 3. 0 -0.0327440015971661 -0.5629720091819763 0.1664029955863953 <_> <_> <_>3 5 18 14 -1. <_>3 5 9 7 2. <_>12 12 9 7 2. 0 0.0714159980416298 -3.0000001424923539e-004 -0.9328640103340149 <_> <_> <_>15 6 4 18 -1. <_>17 6 2 9 2. <_>15 15 2 9 2. 0 8.0999999772757292e-004 -0.0953800007700920 0.2518469989299774 <_> <_> <_>5 6 4 18 -1. <_>5 6 2 9 2. <_>7 15 2 9 2. 0 -8.4090000018477440e-003 -0.6549680233001709 0.0673009976744652 <_> <_> <_>11 0 6 9 -1. <_>13 0 2 9 3. 0 -0.0172540005296469 -0.4649299979209900 0.1607089936733246 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0186410006135702 -1.0594010353088379 -0.0196170005947351 <_> <_> <_>11 5 6 9 -1. <_>13 5 2 9 3. 0 -9.1979997232556343e-003 0.5071619749069214 -0.1533920019865036 <_> <_> <_>9 5 6 6 -1. <_>12 5 3 6 2. 0 0.0185380000621080 -0.3049820065498352 0.7350620031356812 <_> <_> <_>4 1 16 6 -1. <_>12 1 8 3 2. <_>4 4 8 3 2. 0 -0.0503350012004375 -1.1140480041503906 0.1800010055303574 <_> <_> <_>9 13 6 11 -1. <_>11 13 2 11 3. 0 -0.0235290005803108 -0.8690789937973023 -0.0124599998816848 <_> <_> <_>17 1 6 12 -1. <_>20 1 3 6 2. <_>17 7 3 6 2. 0 -0.0271000005304813 0.6594290137290955 -0.0353239998221397 <_> <_> <_>1 17 18 3 -1. <_>1 18 18 1 3. 0 6.5879998728632927e-003 -0.2295340001583099 0.4242509901523590 <_> <_> <_>7 13 10 8 -1. <_>7 17 10 4 2. 0 0.0233600009232759 0.1835619956254959 -0.9858729839324951 <_> <_> <_>6 18 10 6 -1. <_>6 20 10 2 3. 0 0.0129469996318221 -0.3314740061759949 0.2132319957017899 <_> <_> <_>9 14 9 4 -1. <_>9 16 9 2 2. 0 -6.6559999249875546e-003 -0.1195140033960342 0.2975279986858368 <_> <_> <_>1 1 6 12 -1. <_>1 1 3 6 2. <_>4 7 3 6 2. 0 -0.0225709993392229 0.3849940001964569 -0.2443449944257736 <_> <_> <_>19 4 5 12 -1. <_>19 8 5 4 3. 0 -0.0638139992952347 -0.8938350081443787 0.1421750038862228 <_> <_> <_>0 0 8 8 -1. <_>4 0 4 8 2. 0 -0.0499450005590916 0.5386440157890320 -0.2048529982566834 <_> <_> <_>3 5 19 3 -1. <_>3 6 19 1 3. 0 6.8319998681545258e-003 -0.0566789992153645 0.3997099995613098 <_> <_> <_>1 5 12 6 -1. <_>1 5 6 3 2. <_>7 8 6 3 2. 0 -0.0558359995484352 -1.5239470005035400 -0.0511830002069473 <_> <_> <_>2 1 21 8 -1. <_>9 1 7 8 3. 0 0.3195700049400330 0.0745740011334419 1.2447799444198608 <_> <_> <_>4 1 16 8 -1. <_>4 5 16 4 2. 0 0.0809559971094131 -0.1966550052165985 0.5988969802856445 <_> <_> <_>6 0 18 3 -1. <_>6 1 18 1 3. 0 -0.0149119999259710 -0.6402059793472290 0.1580760031938553 <_> <_> <_>4 4 10 14 -1. <_>4 11 10 7 2. 0 0.0467090010643005 0.0852390006184578 -0.4548720121383667 <_> <_> <_>15 6 4 10 -1. <_>15 11 4 5 2. 0 6.0539999976754189e-003 -0.4318400025367737 0.2245260030031204 <_> <_> <_>3 18 18 3 -1. <_>9 18 6 3 3. 0 -0.0343759991228580 0.4020250141620636 -0.2390359938144684 <_> <_> <_>8 18 12 6 -1. <_>12 18 4 6 3. 0 -0.0349240005016327 0.5287010073661804 0.0397090017795563 <_> <_> <_>3 15 6 9 -1. <_>6 15 3 9 2. 0 3.0030000489205122e-003 -0.3875429928302765 0.1419260054826737 <_> <_> <_>15 7 6 8 -1. <_>15 11 6 4 2. 0 -0.0141329998150468 0.8752840161323547 0.0855079963803291 <_> <_> <_>3 7 6 8 -1. <_>3 11 6 4 2. 0 -6.7940000444650650e-003 -1.1649219989776611 -0.0339430011808872 <_> <_> <_>5 9 18 6 -1. <_>14 9 9 3 2. <_>5 12 9 3 2. 0 -0.0528860017657280 1.0930680036544800 0.0511870011687279 <_> <_> <_>1 13 12 6 -1. <_>1 15 12 2 3. 0 -2.1079999860376120e-003 0.1369619965553284 -0.3384999930858612 <_> <_> <_>14 15 10 6 -1. <_>14 17 10 2 3. 0 0.0183530002832413 0.1366160064935684 -0.4077779948711395 <_> <_> <_>0 15 10 6 -1. <_>0 17 10 2 3. 0 0.0126719996333122 -0.0149360001087189 -0.8170750141143799 <_> <_> <_>15 13 6 9 -1. <_>15 16 6 3 3. 0 0.0129249999299645 0.1762509942054749 -0.3249169886112213 <_> <_> <_>3 13 6 9 -1. <_>3 16 6 3 3. 0 -0.0179210007190704 -0.5274540185928345 0.0444430001080036 <_> <_> <_>9 5 8 8 -1. <_>9 5 4 8 2. 0 1.9160000374540687e-003 -0.1097859963774681 0.2206750065088272 <_> <_> <_>1 18 12 6 -1. <_>1 18 6 3 2. <_>7 21 6 3 2. 0 -0.0146979996934533 0.3906779885292053 -0.2222499996423721 <_> <_> <_>13 19 10 4 -1. <_>13 21 10 2 2. 0 -0.0149729996919632 -0.2545090019702911 0.1779000014066696 <_> <_> <_>1 19 10 4 -1. <_>1 21 10 2 2. 0 0.0146369999274611 -0.0251250006258488 -0.8712130188941956 <_> <_> <_>6 19 18 3 -1. <_>6 20 18 1 3. 0 -0.0109740002080798 0.7908279895782471 0.0201210007071495 <_> <_> <_>8 14 4 10 -1. <_>8 19 4 5 2. 0 -9.1599998995661736e-003 -0.4790689945220947 0.0522320009768009 <_> <_> <_>0 0 24 6 -1. <_>0 2 24 2 3. 0 4.6179997734725475e-003 -0.1724459975957871 0.3452779948711395 <_> <_> <_>0 1 6 9 -1. <_>0 4 6 3 3. 0 0.0234769992530346 3.7760001141577959e-003 -0.6533370018005371 <_> <_> <_>4 9 20 6 -1. <_>14 9 10 3 2. <_>4 12 10 3 2. 0 0.0317669995129108 0.0163640007376671 0.5872370004653931 <_> <_> <_>1 15 19 8 -1. <_>1 19 19 4 2. 0 -0.0184199996292591 0.1999389976263046 -0.3205649852752686 <_> <_> <_>14 0 10 6 -1. <_>14 2 10 2 3. 0 0.0195439998060465 0.1845020055770874 -0.2379360049962997 <_> <_> <_>1 10 21 14 -1. <_>8 10 7 14 3. 0 0.4115949869155884 -0.0603820011019707 -1.6072119474411011 <_> <_> <_>10 10 8 8 -1. <_>10 10 4 8 2. 0 -0.0415959991514683 -0.3275620043277741 0.1505800038576126 <_> <_> <_>6 8 10 4 -1. <_>11 8 5 4 2. 0 -0.0103359995409846 -0.6239439845085144 0.0131120001897216 <_> <_> <_>10 5 4 9 -1. <_>10 5 2 9 2. 0 0.0123929996043444 -0.0331149995326996 0.5557990074157715 <_> <_> <_>7 5 6 10 -1. <_>9 5 2 10 3. 0 -8.7270000949501991e-003 0.1988320052623749 -0.3763560056686401 <_> <_> <_>14 4 4 13 -1. <_>14 4 2 13 2. 0 0.0162950009107590 0.2037300020456314 -0.4280079901218414 <_> <_> <_>6 4 4 13 -1. <_>8 4 2 13 2. 0 -0.0104839997366071 -0.5684700012207031 0.0441990010440350 <_> <_> <_>8 7 9 6 -1. <_>11 7 3 6 3. 0 -0.0124319996684790 0.7464190125465393 0.0436789989471436 <_> <_> <_>3 6 16 6 -1. <_>3 6 8 3 2. <_>11 9 8 3 2. 0 -0.0503749996423721 0.8509010076522827 -0.1777379959821701 <_> <_> <_>5 4 16 14 -1. <_>13 4 8 7 2. <_>5 11 8 7 2. 0 0.0495480000972748 0.1678490042686462 -0.2987749874591827 <_> <_> <_>0 0 24 4 -1. <_>0 0 12 2 2. <_>12 2 12 2 2. 0 -0.0410850010812283 -1.3302919864654541 -0.0491820015013218 <_> <_> <_>9 1 9 6 -1. <_>12 1 3 6 3. 0 1.0069999843835831e-003 -0.0605389997363091 0.1848320066928864 <_> <_> <_>4 1 14 4 -1. <_>11 1 7 4 2. 0 -0.0501429997384548 0.7644770145416260 -0.1835699975490570 <_> <_> <_>10 14 7 9 -1. <_>10 17 7 3 3. 0 -8.7879998609423637e-003 0.2265599966049194 -0.0631569996476173 <_> <_> <_>8 3 8 10 -1. <_>8 3 4 5 2. <_>12 8 4 5 2. 0 -0.0501709990203381 -1.5899070501327515 -0.0612550005316734 <_> <_> <_>7 3 12 5 -1. <_>11 3 4 5 3. 0 0.1021609976887703 0.1207180023193359 -1.4120110273361206 <_> <_> <_>8 2 4 13 -1. <_>10 2 2 13 2. 0 -0.0143729997798800 -1.3116970062255859 -0.0519360005855560 <_> <_> <_>11 2 3 19 -1. <_>12 2 1 19 3. 0 0.0102819995954633 -2.1639999467879534e-003 0.4424720108509064 <_> <_> <_>7 7 9 6 -1. <_>10 7 3 6 3. 0 -0.0118140000849962 0.6537809967994690 -0.1872369945049286 <_> <_> <_>4 22 20 2 -1. <_>4 22 10 2 2. 0 0.0721149966120720 0.0718469992280006 0.8149629831314087 <_> <_> <_>0 16 24 4 -1. <_>0 16 12 2 2. <_>12 18 12 2 2. 0 -0.0190019998699427 -0.6742720007896423 -4.3200000072829425e-004 <_> <_> <_>7 3 12 5 -1. <_>11 3 4 5 3. 0 -4.6990001574158669e-003 0.3331150114536285 0.0557940006256104 <_> <_> <_>1 10 8 14 -1. <_>1 10 4 7 2. <_>5 17 4 7 2. 0 -0.0581570006906986 0.4557229876518250 -0.2030510008335114 <_> <_> <_>11 16 6 6 -1. <_>11 19 6 3 2. 0 1.1360000353306532e-003 -0.0446869991719723 0.2268189936876297 <_> <_> <_>6 0 10 24 -1. <_>6 0 5 12 2. <_>11 12 5 12 2. 0 -0.0494149997830391 0.2669459879398346 -0.2611699998378754 <_> <_> <_>7 5 14 14 -1. <_>14 5 7 7 2. <_>7 12 7 7 2. 0 -0.1191380023956299 -0.8301799893379211 0.1324850022792816 <_> <_> <_>7 8 10 8 -1. <_>7 8 5 4 2. <_>12 12 5 4 2. 0 -0.0183039996773005 -0.6749920248985291 0.0170920006930828 <_> <_> <_>9 1 9 6 -1. <_>12 1 3 6 3. 0 -7.9199997708201408e-003 -0.0722870007157326 0.1442580074071884 <_> <_> <_>0 6 24 3 -1. <_>12 6 12 3 2. 0 0.0519259981811047 0.0309219993650913 -0.5586060285568237 <_> <_> <_>7 3 12 5 -1. <_>11 3 4 5 3. 0 0.0667240023612976 0.1366640031337738 -0.2941100001335144 <_> <_> <_>1 13 22 4 -1. <_>1 13 11 2 2. <_>12 15 11 2 2. 0 -0.0137780001387000 -0.5944390296936035 0.0153000000864267 <_> <_> <_>9 12 12 6 -1. <_>9 14 12 2 3. 0 -0.0177609995007515 0.4049650132656097 -3.3559999428689480e-003 <_> <_> <_>0 5 9 6 -1. <_>0 7 9 2 3. 0 -0.0422349981963634 -1.0897940397262573 -0.0402249991893768 <_> <_> <_>1 5 23 6 -1. <_>1 7 23 2 3. 0 -0.0135249998420477 0.2892189919948578 -0.2519479990005493 <_> <_> <_>1 6 19 12 -1. <_>1 10 19 4 3. 0 -0.0111060002818704 0.6531280279159546 -0.1805370002985001 <_> <_> <_>9 1 6 21 -1. <_>9 8 6 7 3. 0 -0.1228459998965263 -1.9570649862289429 0.1481540054082871 <_> <_> <_>3 19 18 3 -1. <_>9 19 6 3 3. 0 0.0477159991860390 -0.2287559956312180 0.3423370122909546 <_> <_> <_>9 14 6 9 -1. <_>11 14 2 9 3. 0 0.0318170003592968 0.1597629934549332 -1.0091969966888428 <_> <_> <_>9 6 4 12 -1. <_>11 6 2 12 2. 0 4.2570000514388084e-003 -0.3888129889965057 0.0842100009322166 <_> <_> <_>16 0 6 9 -1. <_>18 0 2 9 3. 0 -0.0613729991018772 1.7152810096740723 0.0593249984085560 <_> <_> <_>2 0 6 9 -1. <_>4 0 2 9 3. 0 -2.7030000928789377e-003 -0.3816170096397400 0.0851270034909248 <_> <_> <_>13 1 4 22 -1. <_>15 1 2 11 2. <_>13 12 2 11 2. 0 -0.0685440003871918 -3.0925889015197754 0.1178800016641617 <_> <_> <_>1 8 8 12 -1. <_>1 14 8 6 2. 0 0.1037250012159348 -0.1376930028200150 1.9009410142898560 <_> <_> <_>14 7 7 9 -1. <_>14 10 7 3 3. 0 0.0157990008592606 -0.0626600012183189 0.2591769993305206 <_> <_> <_>3 12 18 4 -1. <_>3 12 9 2 2. <_>12 14 9 2 2. 0 -9.8040001466870308e-003 -0.5629159808158875 0.0439230017364025 <_> <_> <_>13 1 4 22 -1. <_>15 1 2 11 2. <_>13 12 2 11 2. 0 -9.0229995548725128e-003 0.2528710067272186 -0.0412259995937347 <_> <_> <_>7 1 4 22 -1. <_>7 1 2 11 2. <_>9 12 2 11 2. 0 -0.0637549981474876 -2.6178569793701172 -0.0740059986710548 <_> <_> <_>4 7 20 4 -1. <_>14 7 10 2 2. <_>4 9 10 2 2. 0 0.0389549992978573 0.0590329989790916 0.8594560027122498 <_> <_> <_>9 10 6 7 -1. <_>12 10 3 7 2. 0 -0.0398029983043671 0.9360049962997437 -0.1563940048217773 <_> <_> <_>7 7 10 4 -1. <_>7 7 5 4 2. 0 0.0503019988536835 0.1372590065002441 -2.5549728870391846 <_> <_> <_>0 3 4 15 -1. <_>0 8 4 5 3. 0 0.0462500005960464 -0.0139640001580119 -0.7102620005607605 <_> <_> <_>15 0 8 12 -1. <_>19 0 4 6 2. <_>15 6 4 6 2. 0 0.0621960014104843 0.0595260001718998 1.6509100198745728 <_> <_> <_>1 0 8 12 -1. <_>1 0 4 6 2. <_>5 6 4 6 2. 0 -0.0647760033607483 0.7136899828910828 -0.1727000027894974 <_> <_> <_>14 5 6 16 -1. <_>16 5 2 16 3. 0 0.0275229997932911 0.1463160067796707 -0.0814289972186089 <_> <_> <_>4 5 6 16 -1. <_>6 5 2 16 3. 0 3.9900001138448715e-004 -0.3714450001716614 0.1015269979834557 <_> <_> <_>15 0 6 16 -1. <_>17 0 2 16 3. 0 -4.3299999088048935e-003 -0.2375629991292954 0.2679840028285980 <_> <_> <_>3 0 6 16 -1. <_>5 0 2 16 3. 0 0.0472970008850098 -0.0276820007711649 -0.8491029739379883 <_> <_> <_>0 2 24 3 -1. <_>0 3 24 1 3. 0 0.0125089995563030 0.1873019933700562 -0.5600110292434692 <_> <_> <_>7 1 10 4 -1. <_>7 3 10 2 2. 0 0.0458990000188351 -0.1560119986534119 0.9707300066947937 <_> <_> <_>1 0 23 8 -1. <_>1 4 23 4 2. 0 0.1985339969396591 0.1489550024271011 -1.1015529632568359 <_> <_> <_>1 17 19 3 -1. <_>1 18 19 1 3. 0 0.0166749991476536 -0.1661529988050461 0.8221099972724915 <_> <_> <_>6 18 18 2 -1. <_>6 19 18 1 2. 0 1.9829999655485153e-003 -0.0712499991059303 0.2881090044975281 <_> <_> <_>1 17 9 6 -1. <_>1 19 9 2 3. 0 0.0224479995667934 -0.0209810007363558 -0.7841650247573853 <_> <_> <_>15 15 6 9 -1. <_>15 18 6 3 3. 0 -0.0139130000025034 -0.1816579997539520 0.2049179971218109 <_> <_> <_>3 15 6 9 -1. <_>3 18 6 3 3. 0 -7.7659999951720238e-003 -0.4559589922428131 0.0635769963264465 <_> <_> <_>4 14 20 6 -1. <_>4 17 20 3 2. 0 -0.0132090002298355 0.2663230001926422 -0.1779599934816361 <_> <_> <_>0 10 6 14 -1. <_>0 10 3 7 2. <_>3 17 3 7 2. 0 0.0490529984235764 -0.1547680050134659 1.1069979667663574 <_> <_> <_>6 18 18 3 -1. <_>6 19 18 1 3. 0 0.0202639997005463 0.0689150020480156 0.6986749768257141 <_> <_> <_>4 12 9 7 -1. <_>7 12 3 7 3. 0 -0.0168280005455017 0.2760719954967499 -0.2513920068740845 <_> <_> <_>6 10 18 5 -1. <_>12 10 6 5 3. 0 -0.1693949997425079 -3.0767529010772705 0.1161750033497810 <_> <_> <_>0 10 18 5 -1. <_>6 10 6 5 3. 0 -0.1133610010147095 -1.4639229774475098 -0.0514470003545284 <_> <_> <_>3 2 18 9 -1. <_>9 2 6 9 3. 0 -0.0776859968900681 0.8843020200729370 0.0433069989085197 <_> <_> <_>4 6 10 10 -1. <_>4 6 5 5 2. <_>9 11 5 5 2. 0 -0.0155680002644658 0.1367249935865402 -0.3450550138950348 <_> <_> <_>20 14 4 9 -1. <_>20 14 2 9 2. 0 -0.0660189986228943 -1.0300110578536987 0.1160139963030815 <_> <_> <_>0 14 4 9 -1. <_>2 14 2 9 2. 0 8.3699999377131462e-003 0.0764290019869804 -0.4400250017642975 <_> <_> <_>11 1 4 20 -1. <_>13 1 2 10 2. <_>11 11 2 10 2. 0 0.0354029983282089 0.1197950020432472 -0.7266830205917358 <_> <_> <_>6 21 12 3 -1. <_>12 21 6 3 2. 0 -0.0390510000288486 0.6737530231475830 -0.1819600015878677 <_> <_> <_>11 1 4 20 -1. <_>13 1 2 10 2. <_>11 11 2 10 2. 0 -9.7899995744228363e-003 0.2126459926366806 0.0367560014128685 <_> <_> <_>1 16 10 8 -1. <_>1 16 5 4 2. <_>6 20 5 4 2. 0 -0.0230470001697540 0.4474219977855682 -0.2098670005798340 <_> <_> <_>11 1 4 20 -1. <_>13 1 2 10 2. <_>11 11 2 10 2. 0 3.1169999856501818e-003 0.0375440008938313 0.2780820131301880 <_> <_> <_>1 0 3 19 -1. <_>2 0 1 19 3. 0 0.0131360003724694 -0.1984239965677261 0.5433570146560669 <_> <_> <_>11 1 4 20 -1. <_>13 1 2 10 2. <_>11 11 2 10 2. 0 0.0147820003330708 0.1353060007095337 -0.1115360036492348 <_> <_> <_>0 1 6 9 -1. <_>2 1 2 9 3. 0 -0.0601390004158020 0.8403930068016052 -0.1671160012483597 <_> <_> <_>3 7 19 4 -1. <_>3 9 19 2 2. 0 0.0519989989697933 0.1737200021743774 -0.7854760289192200 <_> <_> <_>7 14 9 6 -1. <_>7 16 9 2 3. 0 0.0247920006513596 -0.1773920059204102 0.6675260066986084 <_> <_> <_>17 1 7 6 -1. <_>17 4 7 3 2. 0 -0.0120149999856949 -0.1426369994878769 0.1607050001621246 <_> <_> <_>5 0 14 8 -1. <_>5 4 14 4 2. 0 -0.0986559987068176 1.0429769754409790 -0.1577019989490509 <_> <_> <_>16 1 8 6 -1. <_>16 4 8 3 2. 0 0.1175829991698265 0.1095570027828217 -4.4920377731323242 <_> <_> <_>0 1 8 6 -1. <_>0 4 8 3 2. 0 -0.0189229995012283 -0.7854340076446533 0.0129840001463890 <_> <_> <_>6 0 18 4 -1. <_>15 0 9 2 2. <_>6 2 9 2 2. 0 -0.0283909998834133 -0.6056990027427673 0.1290349960327148 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 0.0131829995661974 -0.0144159998744726 -0.7321050167083740 <_> <_> <_>3 7 18 8 -1. <_>9 7 6 8 3. 0 -0.1165300011634827 -2.0442469120025635 0.1405310034751892 <_> <_> <_>2 11 6 9 -1. <_>4 11 2 9 3. 0 -3.8880000356584787e-003 -0.4186159968376160 0.0787049978971481 <_> <_> <_>10 5 6 9 -1. <_>12 5 2 9 3. 0 0.0312290005385876 0.0246329996734858 0.4187040030956268 <_> <_> <_>10 6 4 18 -1. <_>10 6 2 9 2. <_>12 15 2 9 2. 0 0.0251989997923374 -0.1755779981613159 0.6471059918403626 <_> <_> <_>11 1 4 20 -1. <_>13 1 2 10 2. <_>11 11 2 10 2. 0 -0.0281240008771420 -0.2200559973716736 0.1412100046873093 <_> <_> <_>9 1 4 20 -1. <_>9 1 2 10 2. <_>11 11 2 10 2. 0 0.0364990010857582 -0.0684269964694977 -2.3410849571228027 <_> <_> <_>5 9 18 6 -1. <_>14 9 9 3 2. <_>5 12 9 3 2. 0 -0.0722929984331131 1.2898750305175781 0.0848750025033951 <_> <_> <_>6 4 6 9 -1. <_>8 4 2 9 3. 0 -0.0416710004210472 -1.1630970239639282 -0.0537529997527599 <_> <_> <_>10 16 8 6 -1. <_>10 16 4 6 2. 0 0.0477030016481876 0.0701010003685951 0.7367650270462036 <_> <_> <_>0 0 18 8 -1. <_>0 0 9 4 2. <_>9 4 9 4 2. 0 0.0657930001616478 -0.1775529980659485 0.6978049874305725 <_> <_> <_>6 5 14 12 -1. <_>13 5 7 6 2. <_>6 11 7 6 2. 0 0.0139049999415874 0.2193679958581924 -0.2039079964160919 <_> <_> <_>4 3 15 7 -1. <_>9 3 5 7 3. 0 -0.0277309995144606 0.6186789870262146 -0.1780409961938858 <_> <_> <_>14 12 10 6 -1. <_>14 14 10 2 3. 0 -0.0158799998462200 -0.4648410081863403 0.1882860064506531 <_> <_> <_>0 11 4 10 -1. <_>0 16 4 5 2. 0 0.0741280019283295 -0.1285810023546219 3.2792479991912842 <_> <_> <_>1 10 22 3 -1. <_>1 11 22 1 3. 0 -8.9000002481043339e-004 -0.3011760115623474 0.2381879985332489 <_> <_> <_>8 9 6 10 -1. <_>10 9 2 10 3. 0 0.0179650001227856 -0.2228499948978424 0.2995400130748749 <_> <_> <_>13 2 6 12 -1. <_>16 2 3 6 2. <_>13 8 3 6 2. 0 -2.5380000006407499e-003 0.2506439983844757 -0.1366560012102127 <_> <_> <_>10 6 4 18 -1. <_>10 6 2 9 2. <_>12 15 2 9 2. 0 -9.0680001303553581e-003 0.2901749908924103 -0.2892970144748688 <_> <_> <_>7 8 10 16 -1. <_>12 8 5 8 2. <_>7 16 5 8 2. 0 0.0491699986159801 0.1915639936923981 -0.6832870244979858 <_> <_> <_>8 1 8 12 -1. <_>8 1 4 6 2. <_>12 7 4 6 2. 0 -0.0306809991598129 -0.7567700147628784 -0.0132799996063113 <_> <_> <_>7 1 12 14 -1. <_>13 1 6 7 2. <_>7 8 6 7 2. 0 0.1001740023493767 0.0844539999961853 1.0888710021972656 <_> <_> <_>2 14 12 6 -1. <_>2 16 12 2 3. 0 3.1950001139193773e-003 -0.2691940069198608 0.1953790038824081 <_> <_> <_>11 16 6 6 -1. <_>11 19 6 3 2. 0 0.0355030000209808 0.1363230049610138 -0.5691720247268677 <_> <_> <_>7 16 6 6 -1. <_>7 19 6 3 2. 0 4.5900000259280205e-004 -0.4044399857521057 0.1407479941844940 <_> <_> <_>13 4 4 10 -1. <_>13 4 2 10 2. 0 0.0252589993178844 0.1624320000410080 -0.5574179887771606 <_> <_> <_>0 19 19 3 -1. <_>0 20 19 1 3. 0 -5.1549999043345451e-003 0.3113259971141815 -0.2275609970092773 <_> <_> <_>12 8 6 8 -1. <_>12 12 6 4 2. 0 1.5869999770075083e-003 -0.2686769962310791 0.1956540048122406 <_> <_> <_>8 1 8 22 -1. <_>8 12 8 11 2. 0 -0.0162049997597933 0.1548649966716766 -0.3405779898166657 <_> <_> <_>12 8 6 8 -1. <_>12 12 6 4 2. 0 -0.0296240001916885 1.1466799974441528 0.0905579999089241 <_> <_> <_>6 8 6 8 -1. <_>6 12 6 4 2. 0 -1.5930000226944685e-003 -0.7125750184059143 -7.0400000549852848e-004 <_> <_> <_>14 5 6 9 -1. <_>14 8 6 3 3. 0 -0.0540190003812313 0.4153749942779541 0.0272460002452135 <_> <_> <_>0 6 24 4 -1. <_>0 8 24 2 2. 0 -0.0662110000848770 -1.3340090513229370 -0.0473529994487762 <_> <_> <_>14 12 10 6 -1. <_>14 14 10 2 3. 0 0.0279409997165203 0.1444630026817322 -0.5151839852333069 <_> <_> <_>0 12 10 6 -1. <_>0 14 10 2 3. 0 0.0289570000022650 -0.0499660000205040 -1.1929039955139160 <_> <_> <_>4 6 19 3 -1. <_>4 7 19 1 3. 0 -0.0204249992966652 0.6388130187988281 0.0381410010159016 <_> <_> <_>1 6 19 3 -1. <_>1 7 19 1 3. 0 0.0124169997870922 -0.2154700011014938 0.4947769939899445 -3.2772979736328125 19 -1 <_> <_> <_> <_>4 0 16 9 -1. <_>4 3 16 3 3. 0 0.0432740002870560 -0.8049439787864685 0.3989729881286621 <_> <_> <_>0 1 24 5 -1. <_>8 1 8 5 3. 0 0.1861550062894821 -0.3165529966354370 0.6887729763984680 <_> <_> <_>3 6 6 15 -1. <_>3 11 6 5 3. 0 0.0318609997630119 -0.6426619887351990 0.2555089890956879 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0140220001339912 -0.4592660069465637 0.3117119967937470 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -6.3029997982084751e-003 0.4602690041065216 -0.2743850052356720 <_> <_> <_>6 22 18 2 -1. <_>6 23 18 1 2. 0 -5.4310001432895660e-003 0.3660860061645508 -0.2720580101013184 <_> <_> <_>2 12 6 9 -1. <_>2 15 6 3 3. 0 0.0168229993432760 0.0234769992530346 -0.8844379782676697 <_> <_> <_>18 12 6 9 -1. <_>18 15 6 3 3. 0 0.0260390006005764 0.1748879998922348 -0.5456470251083374 <_> <_> <_>0 12 6 9 -1. <_>0 15 6 3 3. 0 -0.0267200004309416 -0.9639649987220764 0.0235249996185303 <_> <_> <_>11 14 4 10 -1. <_>11 19 4 5 2. 0 -0.0170419998466969 -0.7084879875183106 0.2146809995174408 <_> <_> <_>9 6 6 16 -1. <_>9 14 6 8 2. 0 5.9569999575614929e-003 0.0736010000109673 -0.6822559833526611 <_> <_> <_>7 7 10 10 -1. <_>7 12 10 5 2. 0 -2.8679999522864819e-003 -0.7493500113487244 0.2380339950323105 <_> <_> <_>1 3 6 13 -1. <_>3 3 2 13 3. 0 -0.0437749996781349 0.6832330226898193 -0.2138029932975769 <_> <_> <_>18 1 6 13 -1. <_>18 1 3 13 2. 0 0.0516330003738403 -0.1256649941205978 0.6752380132675171 <_> <_> <_>5 1 6 9 -1. <_>7 1 2 9 3. 0 8.1780003383755684e-003 0.0706899985671043 -0.8066589832305908 <_> <_> <_>18 2 6 11 -1. <_>18 2 3 11 2. 0 -0.0528419986367226 0.9543390274047852 0.0165480002760887 <_> <_> <_>0 2 6 11 -1. <_>3 2 3 11 2. 0 0.0525839999318123 -0.2841440141201019 0.4712980091571808 <_> <_> <_>9 12 15 6 -1. <_>9 14 15 2 3. 0 -0.0126590002328157 0.3844540119171143 -0.0622880011796951 <_> <_> <_>2 2 20 3 -1. <_>2 3 20 1 3. 0 0.0116940001025796 5.6000000768108293e-005 -1.0173139572143555 <_> <_> <_>10 6 4 9 -1. <_>10 6 2 9 2. 0 -0.0239189993590117 0.8492130041122437 5.7399999350309372e-003 <_> <_> <_>5 6 12 14 -1. <_>5 6 6 7 2. <_>11 13 6 7 2. 0 -0.0616739988327026 -0.9257140159606934 -1.7679999582469463e-003 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 -1.8279999494552612e-003 -0.5437229871749878 0.2493239939212799 <_> <_> <_>7 0 9 6 -1. <_>10 0 3 6 3. 0 0.0352579988539219 -7.3719997890293598e-003 -0.9396399855613709 <_> <_> <_>10 6 6 9 -1. <_>12 6 2 9 3. 0 -0.0184380002319813 0.7213670015335083 0.0104919997975230 <_> <_> <_>4 1 12 20 -1. <_>4 1 6 10 2. <_>10 11 6 10 2. 0 -0.0383890010416508 0.1927260011434555 -0.3583210110664368 <_> <_> <_>6 7 18 3 -1. <_>6 7 9 3 2. 0 0.0997209995985031 0.1135419979691505 -1.6304190158843994 <_> <_> <_>0 7 18 3 -1. <_>9 7 9 3 2. 0 0.0844620019197464 -0.0534209981560707 -1.6981120109558105 <_> <_> <_>3 20 18 3 -1. <_>9 20 6 3 3. 0 0.0402700006961823 -0.1078319996595383 0.5192660093307495 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0589359998703003 -0.1805370002985001 0.9511979818344116 <_> <_> <_>6 2 12 15 -1. <_>10 2 4 15 3. 0 0.1495700031518936 0.1678529977798462 -1.1591869592666626 <_> <_> <_>2 3 18 3 -1. <_>2 4 18 1 3. 0 6.9399998756125569e-004 0.2049140036106110 -0.3311820030212402 <_> <_> <_>19 4 4 18 -1. <_>21 4 2 9 2. <_>19 13 2 9 2. 0 -0.0333690010011196 0.9346809983253479 -2.9639999847859144e-003 <_> <_> <_>0 1 19 3 -1. <_>0 2 19 1 3. 0 9.3759996816515923e-003 3.7000000011175871e-003 -0.7754979729652405 <_> <_> <_>5 0 15 4 -1. <_>5 2 15 2 2. 0 0.0431939996778965 -2.2040000185370445e-003 0.7458969950675964 <_> <_> <_>5 2 14 5 -1. <_>12 2 7 5 2. 0 -0.0675550028681755 0.7229210138320923 -0.1840420067310333 <_> <_> <_>1 2 22 14 -1. <_>1 2 11 14 2. 0 -0.3116860091686249 1.0014270544052124 0.0340030007064343 <_> <_> <_>8 15 6 9 -1. <_>10 15 2 9 3. 0 0.0297439992427826 -0.0463560000061989 -1.2781809568405151 <_> <_> <_>6 17 18 3 -1. <_>6 18 18 1 3. 0 0.0107370000332594 0.0148120000958443 0.6664999723434448 <_> <_> <_>9 6 3 18 -1. <_>9 12 3 6 3. 0 -0.0288410000503063 -0.9422259926795960 -0.0207969993352890 <_> <_> <_>2 0 20 3 -1. <_>2 1 20 1 3. 0 -5.7649998925626278e-003 -0.4354189932346344 0.2338600009679794 <_> <_> <_>5 4 5 12 -1. <_>5 8 5 4 3. 0 0.0284109991043806 -0.1761579960584641 0.8576530218124390 <_> <_> <_>8 6 12 5 -1. <_>12 6 4 5 3. 0 -0.0290079992264509 0.5797809958457947 0.0285659991204739 <_> <_> <_>9 12 6 12 -1. <_>9 12 3 6 2. <_>12 18 3 6 2. 0 0.0249659996479750 -0.0227290000766516 -0.9677309989929199 <_> <_> <_>14 14 8 10 -1. <_>18 14 4 5 2. <_>14 19 4 5 2. 0 0.0120360003784299 -0.1421470046043396 0.5168799757957459 <_> <_> <_>2 14 8 10 -1. <_>2 14 4 5 2. <_>6 19 4 5 2. 0 -0.0425140000879765 0.9727380275726318 -0.1811980009078980 <_> <_> <_>10 18 12 6 -1. <_>16 18 6 3 2. <_>10 21 6 3 2. 0 0.0102760000154376 -0.0830999985337257 0.3176279962062836 <_> <_> <_>1 3 6 9 -1. <_>1 6 6 3 3. 0 -0.0691919997334480 -2.0668580532073975 -0.0601739995181561 <_> <_> <_>11 3 3 20 -1. <_>12 3 1 20 3. 0 -4.6769999898970127e-003 0.4413180053234100 0.0232090000063181 <_> <_> <_>4 6 14 6 -1. <_>4 6 7 3 2. <_>11 9 7 3 2. 0 -0.0139239998534322 0.2860670089721680 -0.2915270030498505 <_> <_> <_>6 5 12 13 -1. <_>10 5 4 13 3. 0 -0.0153339998796582 -0.5741450190544128 0.2306330054998398 <_> <_> <_>5 4 4 15 -1. <_>5 9 4 5 3. 0 -0.0102390004321933 0.3447920083999634 -0.2608039975166321 <_> <_> <_>9 16 15 4 -1. <_>14 16 5 4 3. 0 -0.0509889982640743 0.5615410208702087 0.0612189993262291 <_> <_> <_>7 8 6 14 -1. <_>7 8 3 7 2. <_>10 15 3 7 2. 0 0.0306899994611740 -0.1477279961109161 1.6378489732742310 <_> <_> <_>7 6 10 6 -1. <_>7 8 10 2 3. 0 -0.0112239997833967 0.2400619983673096 -0.4486489892005920 <_> <_> <_>2 5 18 3 -1. <_>2 6 18 1 3. 0 -6.2899999320507050e-003 0.4311949908733368 -0.2380899935960770 <_> <_> <_>5 1 15 8 -1. <_>5 5 15 4 2. 0 0.0785909965634346 0.0198650006204844 0.8085380196571350 <_> <_> <_>7 1 8 18 -1. <_>7 10 8 9 2. 0 -0.0101789999753237 0.1819320023059845 -0.3287779986858368 <_> <_> <_>0 10 24 3 -1. <_>0 11 24 1 3. 0 0.0312270000576973 0.1497389972209930 -1.4180339574813843 <_> <_> <_>0 2 6 13 -1. <_>2 2 2 13 3. 0 0.0401969999074936 -0.1976049989461899 0.5850819945335388 <_> <_> <_>16 0 8 10 -1. <_>20 0 4 5 2. <_>16 5 4 5 2. 0 0.0161380004137754 5.0000002374872565e-004 0.3905000090599060 <_> <_> <_>5 1 10 9 -1. <_>5 4 10 3 3. 0 -0.0455190017819405 1.2646820545196533 -0.1563259959220886 <_> <_> <_>5 6 18 3 -1. <_>5 7 18 1 3. 0 -0.0181300006806850 0.6514850258827210 0.0102359997108579 <_> <_> <_>0 1 24 3 -1. <_>0 2 24 1 3. 0 -0.0140019999817014 -1.0344820022583008 -0.0321829989552498 <_> <_> <_>11 4 6 11 -1. <_>13 4 2 11 3. 0 -0.0388160012662411 -0.4787429869174957 0.1629070043563843 <_> <_> <_>0 0 8 10 -1. <_>0 0 4 5 2. <_>4 5 4 5 2. 0 0.0316560007631779 -0.2098339945077896 0.5457590222358704 <_> <_> <_>4 16 18 3 -1. <_>4 17 18 1 3. 0 -0.0108399996533990 0.5189880132675171 -0.0150800002738833 <_> <_> <_>2 16 18 3 -1. <_>2 17 18 1 3. 0 0.0120329996570945 -0.2110760062932968 0.7593700289726257 <_> <_> <_>3 0 18 10 -1. <_>12 0 9 5 2. <_>3 5 9 5 2. 0 0.0707729980349541 0.1804880052804947 -0.7404850125312805 <_> <_> <_>2 3 20 21 -1. <_>12 3 10 21 2. 0 0.5313979983329773 -0.1449169963598251 1.5360039472579956 <_> <_> <_>6 7 14 3 -1. <_>6 7 7 3 2. 0 -0.0147740002721548 -0.2815369963645935 0.2040729969739914 <_> <_> <_>0 9 12 6 -1. <_>0 9 6 3 2. <_>6 12 6 3 2. 0 -2.2410000674426556e-003 -0.4487630128860474 0.0539890006184578 <_> <_> <_>3 14 21 4 -1. <_>10 14 7 4 3. 0 0.0499680005013943 0.0415140017867088 0.2941710054874420 <_> <_> <_>0 14 21 4 -1. <_>7 14 7 4 3. 0 -0.0477019995450974 0.3967429995536804 -0.2830179929733276 <_> <_> <_>5 21 18 3 -1. <_>11 21 6 3 3. 0 -0.0913110002875328 2.1994259357452393 0.0879649966955185 <_> <_> <_>1 21 18 3 -1. <_>7 21 6 3 3. 0 0.0380700007081032 -0.2802560031414032 0.2515619993209839 <_> <_> <_>19 4 4 18 -1. <_>21 4 2 9 2. <_>19 13 2 9 2. 0 -0.0155389998108149 0.3415749967098236 0.0179249998182058 <_> <_> <_>3 7 18 3 -1. <_>3 8 18 1 3. 0 -0.0154459998011589 0.2868019938468933 -0.2513589859008789 <_> <_> <_>19 4 4 18 -1. <_>21 4 2 9 2. <_>19 13 2 9 2. 0 -0.0573880001902580 0.6383000016212463 0.0885979980230331 <_> <_> <_>7 15 10 6 -1. <_>7 17 10 2 3. 0 -5.9440000914037228e-003 0.0790169984102249 -0.4077489972114563 <_> <_> <_>9 13 11 9 -1. <_>9 16 11 3 3. 0 -0.0699689984321594 -0.4464420080184937 0.1721960008144379 <_> <_> <_>0 6 4 10 -1. <_>0 11 4 5 2. 0 -0.0250649992376566 -0.9827020168304443 -0.0353880003094673 <_> <_> <_>15 16 9 6 -1. <_>15 18 9 2 3. 0 0.0172160007059574 0.2270590066909790 -0.8055009841918945 <_> <_> <_>1 5 4 18 -1. <_>1 5 2 9 2. <_>3 14 2 9 2. 0 -0.0442790016531944 0.8395199775695801 -0.1742960065603256 <_> <_> <_>9 8 8 10 -1. <_>13 8 4 5 2. <_>9 13 4 5 2. 0 0.0439889989793301 0.1155719980597496 -1.9666889905929565 <_> <_> <_>7 8 8 10 -1. <_>7 8 4 5 2. <_>11 13 4 5 2. 0 0.0159070007503033 -0.0375760011374950 -1.0311100482940674 <_> <_> <_>9 8 12 5 -1. <_>13 8 4 5 3. 0 -0.0927549973130226 -1.3530019521713257 0.1214129999279976 <_> <_> <_>7 8 9 7 -1. <_>10 8 3 7 3. 0 0.0710370019078255 -0.1768430024385452 0.7448520064353943 <_> <_> <_>9 8 12 5 -1. <_>13 8 4 5 3. 0 0.0577620007097721 0.1283559948205948 -0.4444420039653778 <_> <_> <_>7 6 9 7 -1. <_>10 6 3 7 3. 0 -0.0164320003241301 0.8015270233154297 -0.1749169975519180 <_> <_> <_>9 8 12 5 -1. <_>13 8 4 5 3. 0 0.0239390004426241 0.1614499986171722 -0.1236450001597405 <_> <_> <_>10 5 4 18 -1. <_>10 11 4 6 3. 0 0.0126360002905130 0.1541199982166290 -0.3329379856586456 <_> <_> <_>5 5 14 12 -1. <_>5 11 14 6 2. 0 -0.0543479993939400 -1.8400700092315674 0.1483599990606308 <_> <_> <_>0 1 11 4 -1. <_>0 3 11 2 2. 0 -0.0132619999349117 -0.8083879947662354 -0.0277260001748800 <_> <_> <_>9 10 6 10 -1. <_>11 10 2 10 3. 0 6.1340001411736012e-003 -0.1378500014543533 0.3285849988460541 <_> <_> <_>2 17 11 6 -1. <_>2 19 11 2 3. 0 0.0289910007268190 -0.0255169998854399 -0.8338720202445984 <_> <_> <_>15 16 9 6 -1. <_>15 18 9 2 3. 0 -0.0219860002398491 -0.7373999953269959 0.1788710057735443 <_> <_> <_>1 10 18 2 -1. <_>1 11 18 1 2. 0 5.3269998170435429e-003 -0.4544929862022400 0.0687910020351410 <_> <_> <_>6 4 12 13 -1. <_>10 4 4 13 3. 0 0.0860479995608330 0.2100850045681000 -0.3780890107154846 <_> <_> <_>0 18 18 3 -1. <_>0 19 18 1 3. 0 -8.5549997165799141e-003 0.4013499915599823 -0.2107409983873367 <_> <_> <_>6 18 18 3 -1. <_>6 19 18 1 3. 0 6.7790001630783081e-003 -0.0216489993035793 0.4542149901390076 <_> <_> <_>0 16 9 6 -1. <_>0 18 9 2 3. 0 -6.3959998078644276e-003 -0.4981859922409058 0.0759079977869987 <_> <_> <_>13 15 9 6 -1. <_>13 17 9 2 3. 0 8.9469999074935913e-003 0.1785770058631897 -0.2845489978790283 <_> <_> <_>2 15 9 6 -1. <_>2 17 9 2 3. 0 3.2589999027550220e-003 0.0466249994933605 -0.5520629882812500 <_> <_> <_>13 1 6 16 -1. <_>13 1 3 16 2. 0 0.0414769984781742 0.1755049973726273 -0.2070399969816208 <_> <_> <_>5 1 6 16 -1. <_>8 1 3 16 2. 0 -6.7449999041855335e-003 -0.4639259874820709 0.0693039968609810 <_> <_> <_>11 5 6 10 -1. <_>13 5 2 10 3. 0 0.0305649992078543 0.0517349988222122 0.7555050253868103 <_> <_> <_>7 5 6 10 -1. <_>9 5 2 10 3. 0 -7.4780001305043697e-003 0.1489389985799789 -0.3190680146217346 <_> <_> <_>10 0 6 24 -1. <_>12 0 2 24 3. 0 0.0890889987349510 0.1373880058526993 -1.1379710435867310 <_> <_> <_>3 4 4 20 -1. <_>3 4 2 10 2. <_>5 14 2 10 2. 0 7.3230001144111156e-003 -0.2882919907569885 0.1908860057592392 <_> <_> <_>14 0 6 9 -1. <_>16 0 2 9 3. 0 -0.0182050000876188 -0.3017860054969788 0.1679580062627792 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 -0.0258280001580715 -0.9813799858093262 -0.0198609996587038 <_> <_> <_>4 5 18 5 -1. <_>10 5 6 5 3. 0 0.1093619987368584 0.0487900003790855 0.5311830043792725 <_> <_> <_>5 6 6 9 -1. <_>7 6 2 9 3. 0 -0.0114249996840954 0.2370599955320358 -0.2792530059814453 <_> <_> <_>7 2 15 8 -1. <_>12 2 5 8 3. 0 -0.0575659982860088 0.4725539982318878 0.0651710033416748 <_> <_> <_>2 2 15 8 -1. <_>7 2 5 8 3. 0 0.1027830019593239 -0.2076510041952133 0.5094770193099976 <_> <_> <_>10 0 4 9 -1. <_>10 0 2 9 2. 0 0.0270419996231794 0.1642120033502579 -1.4508620500564575 <_> <_> <_>3 4 6 12 -1. <_>3 4 3 6 2. <_>6 10 3 6 2. 0 -0.0136350002139807 -0.5654389858245850 0.0237889997661114 <_> <_> <_>16 0 8 18 -1. <_>16 0 4 18 2. 0 -0.3215819895267487 -3.5602829456329346 0.1180130019783974 <_> <_> <_>0 0 8 18 -1. <_>4 0 4 18 2. 0 0.2045810073614121 -0.0370160005986691 -1.0225499868392944 <_> <_> <_>0 7 24 6 -1. <_>0 9 24 2 3. 0 -0.0703470036387444 -0.5649189949035645 0.1852519959211350 <_> <_> <_>4 7 14 3 -1. <_>11 7 7 3 2. 0 0.0378310009837151 -0.0299019999802113 -0.8292149901390076 <_> <_> <_>10 8 8 15 -1. <_>10 8 4 15 2. 0 -0.0702980011701584 -0.5317230224609375 0.1443019956350327 <_> <_> <_>7 0 10 14 -1. <_>12 0 5 14 2. 0 0.0632210001349449 -0.2204120010137558 0.4795219898223877 <_> <_> <_>13 10 8 10 -1. <_>17 10 4 5 2. <_>13 15 4 5 2. 0 0.0363930016756058 0.1422269940376282 -0.6119390130043030 <_> <_> <_>3 0 4 9 -1. <_>5 0 2 9 2. 0 4.0099998004734516e-003 -0.3456079959869385 0.1173869967460632 <_> <_> <_>16 1 6 8 -1. <_>16 1 3 8 2. 0 -0.0491060018539429 0.9598410129547119 0.0649349987506866 <_> <_> <_>2 1 6 8 -1. <_>5 1 3 8 2. 0 -0.0715830028057098 1.7385669946670532 -0.1425289958715439 <_> <_> <_>3 6 18 12 -1. <_>3 10 18 4 3. 0 -0.0380089990794659 1.3872820138931274 0.0661880001425743 <_> <_> <_>4 12 16 4 -1. <_>4 14 16 2 2. 0 -3.1570000573992729e-003 0.0536770001053810 -0.5404800176620483 <_> <_> <_>4 9 16 15 -1. <_>4 14 16 5 3. 0 0.0194589998573065 -0.0936200022697449 0.3913100063800812 <_> <_> <_>3 10 8 10 -1. <_>3 10 4 5 2. <_>7 15 4 5 2. 0 0.0112939998507500 0.0372239984571934 -0.5425180196762085 <_> <_> <_>8 18 16 6 -1. <_>16 18 8 3 2. <_>8 21 8 3 2. 0 -0.0334950014948845 0.9530789852142334 0.0376969985663891 <_> <_> <_>2 16 12 5 -1. <_>6 16 4 5 3. 0 0.0920350030064583 -0.1348839998245239 2.2897069454193115 <_> <_> <_>14 14 9 4 -1. <_>14 16 9 2 2. 0 3.7529999390244484e-003 0.2282419949769974 -0.5998370051383972 <_> <_> <_>7 14 9 6 -1. <_>7 16 9 2 3. 0 0.0128480000421405 -0.2200520038604736 0.3722189962863922 <_> <_> <_>4 10 16 12 -1. <_>4 14 16 4 3. 0 -0.1431619971990585 1.2855789661407471 0.0472370013594627 <_> <_> <_>0 13 19 6 -1. <_>0 15 19 2 3. 0 -0.0968799963593483 -3.9550929069519043 -0.0729039981961250 <_> <_> <_>10 13 9 6 -1. <_>10 15 9 2 3. 0 -8.8459998369216919e-003 0.3767499923706055 -0.0464840009808540 <_> <_> <_>5 0 3 23 -1. <_>6 0 1 23 3. 0 0.0159000009298325 -0.0244570001959801 -0.8003479838371277 <_> <_> <_>0 8 24 6 -1. <_>0 10 24 2 3. 0 0.0703720003366470 0.1701900064945221 -0.6306899785995483 <_> <_> <_>0 5 5 12 -1. <_>0 9 5 4 3. 0 -0.0379539988934994 -0.9366719722747803 -0.0412140004336834 <_> <_> <_>3 0 19 18 -1. <_>3 9 19 9 2. 0 0.5159789919853210 0.1308059990406036 -1.5802290439605713 <_> <_> <_>9 11 6 12 -1. <_>9 11 3 6 2. <_>12 17 3 6 2. 0 -0.0328430011868477 -1.1441620588302612 -0.0491739995777607 <_> <_> <_>0 5 24 8 -1. <_>12 5 12 4 2. <_>0 9 12 4 2. 0 -0.0363570004701614 0.4960640072822571 -0.0344589985907078 <_> <_> <_>6 18 9 4 -1. <_>6 20 9 2 2. 0 6.8080001510679722e-003 -0.3099780082702637 0.1705480068922043 <_> <_> <_>8 8 10 6 -1. <_>8 10 10 2 3. 0 -0.0161140002310276 -0.3790459930896759 0.1607899963855743 <_> <_> <_>2 7 20 3 -1. <_>2 8 20 1 3. 0 8.4530003368854523e-003 -0.1865549981594086 0.5636770129203796 <_> <_> <_>12 0 7 20 -1. <_>12 10 7 10 2. 0 -0.1375239938497543 -0.5898990035057068 0.1174950003623962 <_> <_> <_>5 0 7 20 -1. <_>5 10 7 10 2. 0 0.1768800020217896 -0.1542489975690842 0.9291110038757324 <_> <_> <_>14 2 2 18 -1. <_>14 11 2 9 2. 0 7.9309996217489243e-003 0.3219070136547089 -0.1639260053634644 <_> <_> <_>5 8 10 12 -1. <_>10 8 5 12 2. 0 0.1097180023789406 -0.1587650030851364 1.0186259746551514 <_> <_> <_>6 9 12 8 -1. <_>12 9 6 4 2. <_>6 13 6 4 2. 0 -0.0302930008620024 0.7558730244636536 0.0317949987947941 <_> <_> <_>7 7 3 14 -1. <_>7 14 3 7 2. 0 -0.0231180004775524 -0.8845149874687195 -9.5039997249841690e-003 <_> <_> <_>11 2 12 16 -1. <_>17 2 6 8 2. <_>11 10 6 8 2. 0 -3.0900000128895044e-003 0.2383829951286316 -0.1160620003938675 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -0.0333920009434223 -1.8738139867782593 -0.0685029998421669 <_> <_> <_>13 14 9 4 -1. <_>13 16 9 2 2. 0 0.0131900003179908 0.1291989982128143 -0.6751220226287842 <_> <_> <_>0 12 22 4 -1. <_>0 12 11 2 2. <_>11 14 11 2 2. 0 0.0146610001102090 -0.0248290002346039 -0.7439680099487305 <_> <_> <_>1 12 22 6 -1. <_>12 12 11 3 2. <_>1 15 11 3 2. 0 -0.0132480002939701 0.4682019948959351 -0.0241650007665157 <_> <_> <_>6 6 9 6 -1. <_>9 6 3 6 3. 0 -0.0162189994007349 0.4008379876613617 -0.2125570029020309 <_> <_> <_>10 0 4 9 -1. <_>10 0 2 9 2. 0 -0.0290520004928112 -1.5650019645690918 0.1437589973211289 <_> <_> <_>3 8 18 7 -1. <_>9 8 6 7 3. 0 -0.1015319973230362 -1.9220689535140991 -0.0695599988102913 <_> <_> <_>0 6 24 6 -1. <_>0 8 24 2 3. 0 0.0377539992332459 0.1339679956436157 -2.2639141082763672 <_> <_> <_>0 11 24 10 -1. <_>8 11 8 10 3. 0 -0.2855559885501862 1.0215270519256592 -0.1523219943046570 <_> <_> <_>3 3 18 21 -1. <_>9 3 6 21 3. 0 0.1536069959402084 -0.0974090024828911 0.4166240096092224 <_> <_> <_>7 12 4 10 -1. <_>9 12 2 10 2. 0 -2.1199999901000410e-004 0.1127189993858337 -0.4165399968624115 <_> <_> <_>10 16 10 8 -1. <_>15 16 5 4 2. <_>10 20 5 4 2. 0 -0.0205979999154806 0.6054049730300903 0.0624679997563362 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 0.0373539999127388 -0.1891900002956390 0.4646469950675964 <_> <_> <_>12 10 6 12 -1. <_>15 10 3 6 2. <_>12 16 3 6 2. 0 0.0572750009596348 0.1156530007719994 -1.3213009834289551 <_> <_> <_>6 10 6 12 -1. <_>6 10 3 6 2. <_>9 16 3 6 2. 0 5.1029999740421772e-003 -0.2806150019168854 0.1931339949369431 <_> <_> <_>16 12 6 12 -1. <_>19 12 3 6 2. <_>16 18 3 6 2. 0 -0.0546449981629848 0.7242850065231323 0.0754479989409447 <_> <_> <_>2 12 6 12 -1. <_>2 12 3 6 2. <_>5 18 3 6 2. 0 0.0253490004688501 -0.1948180049657822 0.4603280127048492 <_> <_> <_>10 15 6 9 -1. <_>12 15 2 9 3. 0 0.0243110004812479 0.1556410044431686 -0.4991390109062195 <_> <_> <_>8 15 6 9 -1. <_>10 15 2 9 3. 0 0.0359620004892349 -0.0585730001330376 -1.5418399572372437 <_> <_> <_>14 20 10 4 -1. <_>14 20 5 4 2. 0 -0.1000069975852966 -1.6100039482116699 0.1145050004124641 <_> <_> <_>0 20 10 4 -1. <_>5 20 5 4 2. 0 0.0844359993934631 -0.0614069998264313 -1.4673349857330322 <_> <_> <_>11 17 9 6 -1. <_>11 19 9 2 3. 0 0.0159479994326830 0.1628790050745010 -0.1102640032768250 <_> <_> <_>3 2 14 4 -1. <_>3 4 14 2 2. 0 0.0338240005075932 -0.1793269962072372 0.5721840262413025 <_> <_> <_>10 1 10 4 -1. <_>10 3 10 2 2. 0 -0.0619960017502308 4.6511812210083008 0.0945340022444725 <_> <_> <_>0 15 10 4 -1. <_>5 15 5 4 2. 0 0.0698769986629486 -0.1698590070009232 0.8702899813652039 <_> <_> <_>19 2 3 19 -1. <_>20 2 1 19 3. 0 -0.0279169995337725 0.9104250073432922 0.0568270012736321 <_> <_> <_>4 12 9 8 -1. <_>7 12 3 8 3. 0 -0.0127640003338456 0.2206670045852661 -0.2776910066604614 -3.3196411132812500 20 -1 <_> <_> <_> <_>4 7 5 12 -1. <_>4 11 5 4 3. 0 0.0216620005667210 -0.8986889719963074 0.2943629920482636 <_> <_> <_>0 1 24 3 -1. <_>8 1 8 3 3. 0 0.1004450023174286 -0.3765920102596283 0.6089100241661072 <_> <_> <_>6 8 12 4 -1. <_>6 10 12 2 2. 0 0.0260039996355772 -0.3812850117683411 0.3921740055084229 <_> <_> <_>19 3 4 10 -1. <_>19 3 2 10 2. 0 0.0284410007297993 -0.1818230003118515 0.5892720222473145 <_> <_> <_>0 6 9 6 -1. <_>3 6 3 6 3. 0 0.0386120006442070 -0.2239959985017777 0.6377999782562256 <_> <_> <_>18 0 6 22 -1. <_>20 0 2 22 3. 0 -0.0465949997305870 0.7081220149993897 -0.1466619968414307 <_> <_> <_>0 0 6 22 -1. <_>2 0 2 22 3. 0 -0.0427919998764992 0.4768039882183075 -0.2923319935798645 <_> <_> <_>5 15 19 3 -1. <_>5 16 19 1 3. 0 3.7960000336170197e-003 -0.1851029992103577 0.5262669920921326 <_> <_> <_>10 7 4 15 -1. <_>10 12 4 5 3. 0 0.0423489995300770 0.0392449982464314 -0.8919770121574402 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0195989999920130 -0.2335840016603470 0.4414649903774262 <_> <_> <_>0 21 18 3 -1. <_>0 22 18 1 3. 0 8.7400001939386129e-004 -0.4606359899044037 0.1768960058689117 <_> <_> <_>7 3 10 15 -1. <_>7 8 10 5 3. 0 -4.3629999272525311e-003 0.3349319994449616 -0.2989340126514435 <_> <_> <_>1 7 18 3 -1. <_>1 8 18 1 3. 0 0.0169730000197887 -0.1640869975090027 1.5993679761886597 <_> <_> <_>8 2 9 6 -1. <_>11 2 3 6 3. 0 0.0360639989376068 0.2260169982910156 -0.5318610072135925 <_> <_> <_>0 10 24 14 -1. <_>0 17 24 7 2. 0 -0.0708649978041649 0.1522050052881241 -0.4191460013389587 <_> <_> <_>13 9 8 10 -1. <_>17 9 4 5 2. <_>13 14 4 5 2. 0 -0.0630759969353676 -1.4874019622802734 0.1295370012521744 <_> <_> <_>10 5 4 9 -1. <_>12 5 2 9 2. 0 0.0296700000762939 -0.1914590001106262 0.9818490147590637 <_> <_> <_>13 9 8 10 -1. <_>17 9 4 5 2. <_>13 14 4 5 2. 0 0.0378739982843399 0.1345950067043304 -0.5631629824638367 <_> <_> <_>7 11 10 10 -1. <_>7 11 5 5 2. <_>12 16 5 5 2. 0 -0.0332890003919601 -1.0828030109405518 -0.0115040000528097 <_> <_> <_>4 13 18 4 -1. <_>13 13 9 2 2. <_>4 15 9 2 2. 0 -0.0316089987754822 -0.5922449827194214 0.1339479982852936 <_> <_> <_>0 0 19 2 -1. <_>0 1 19 1 2. 0 1.0740000288933516e-003 -0.4918580055236816 0.0944460034370422 <_> <_> <_>0 18 24 6 -1. <_>8 18 8 6 3. 0 -0.0715560019016266 0.5971019864082336 -0.0395530015230179 <_> <_> <_>6 4 8 16 -1. <_>6 12 8 8 2. 0 -0.0811700001358986 -1.1817820072174072 -0.0282540004700422 <_> <_> <_>7 8 10 4 -1. <_>7 10 10 2 2. 0 4.4860001653432846e-003 -0.6102809906005859 0.2261909991502762 <_> <_> <_>0 3 6 9 -1. <_>0 6 6 3 3. 0 -0.0421760007739067 -1.1435619592666626 -0.0290019996464252 <_> <_> <_>13 15 7 9 -1. <_>13 18 7 3 3. 0 -0.0656400024890900 -1.6470279693603516 0.1281030029058456 <_> <_> <_>3 18 12 6 -1. <_>3 18 6 3 2. <_>9 21 6 3 2. 0 0.0181889999657869 -0.3114939928054810 0.2573960125446320 <_> <_> <_>12 14 6 9 -1. <_>12 17 6 3 3. 0 -0.0515200011432171 -0.6920689940452576 0.1527079939842224 <_> <_> <_>2 15 15 8 -1. <_>2 19 15 4 2. 0 -0.0471509993076324 -0.7186830043792725 2.6879999786615372e-003 <_> <_> <_>9 6 6 16 -1. <_>9 14 6 8 2. 0 0.0174889992922544 0.2237119972705841 -0.5538179874420166 <_> <_> <_>6 6 7 12 -1. <_>6 10 7 4 3. 0 -0.0252640005201101 1.0319819450378418 -0.1749649941921234 <_> <_> <_>14 6 6 9 -1. <_>14 9 6 3 3. 0 -0.0407450012862682 0.4496159851551056 0.0393490009009838 <_> <_> <_>5 14 6 9 -1. <_>5 17 6 3 3. 0 -0.0376669988036156 -0.8547570109367371 -0.0124639999121428 <_> <_> <_>10 8 6 9 -1. <_>12 8 2 9 3. 0 -0.0134110003709793 0.5784559845924377 -0.0174679998308420 <_> <_> <_>6 6 4 18 -1. <_>6 6 2 9 2. <_>8 15 2 9 2. 0 -7.8999997640494257e-005 -0.3774920105934143 0.1396179944276810 <_> <_> <_>14 9 6 12 -1. <_>17 9 3 6 2. <_>14 15 3 6 2. 0 -0.0114150000736117 -0.2618660032749176 0.2371249943971634 <_> <_> <_>4 9 6 12 -1. <_>4 9 3 6 2. <_>7 15 3 6 2. 0 0.0372000001370907 -0.0286260005086660 -1.2945239543914795 <_> <_> <_>14 15 9 6 -1. <_>14 17 9 2 3. 0 3.4050000831484795e-003 0.2053139954805374 -0.1874749958515167 <_> <_> <_>0 20 18 4 -1. <_>0 20 9 2 2. <_>9 22 9 2 2. 0 -0.0224830005317926 0.6702719926834106 -0.1959400027990341 <_> <_> <_>13 18 9 6 -1. <_>13 20 9 2 3. 0 0.0232749991118908 0.1740539968013763 -0.3274630010128021 <_> <_> <_>2 18 9 6 -1. <_>2 20 9 2 3. 0 -0.0139170000329614 -0.8395429849624634 -6.3760001212358475e-003 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 7.5429999269545078e-003 -0.0341949984431267 0.5899819731712341 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 -0.0115390000864863 0.4214279949665070 -0.2351049929857254 <_> <_> <_>19 2 4 22 -1. <_>21 2 2 11 2. <_>19 13 2 11 2. 0 0.0525019988417625 0.0693039968609810 0.7322649955749512 <_> <_> <_>1 2 4 22 -1. <_>1 2 2 11 2. <_>3 13 2 11 2. 0 0.0527159981429577 -0.1568810045719147 1.0907289981842041 <_> <_> <_>15 0 2 24 -1. <_>15 0 1 24 2. 0 -0.0117260003462434 -0.7093430161476135 0.1682880073785782 <_> <_> <_>3 20 16 4 -1. <_>11 20 8 4 2. 0 0.0959459990262985 -0.1619289964437485 1.0072519779205322 <_> <_> <_>11 6 4 18 -1. <_>13 6 2 9 2. <_>11 15 2 9 2. 0 -0.0158719997853041 0.3900839984416962 -0.0537770017981529 <_> <_> <_>7 9 10 14 -1. <_>7 9 5 7 2. <_>12 16 5 7 2. 0 0.0348180010914803 0.0171799995005131 -0.9394180178642273 <_> <_> <_>14 6 6 9 -1. <_>14 9 6 3 3. 0 0.0347919985651970 0.0504629984498024 0.5446569919586182 <_> <_> <_>3 6 7 9 -1. <_>3 9 7 3 3. 0 0.0162840001285076 -0.2698130011558533 0.4036529958248138 <_> <_> <_>20 4 4 20 -1. <_>22 4 2 10 2. <_>20 14 2 10 2. 0 -0.0443190000951290 0.8439999818801880 0.0328829996287823 <_> <_> <_>7 6 6 9 -1. <_>7 9 6 3 3. 0 -5.5689997971057892e-003 0.1530939936637878 -0.3495979905128479 <_> <_> <_>7 0 10 14 -1. <_>12 0 5 7 2. <_>7 7 5 7 2. 0 -0.0658420026302338 -0.9271119832992554 0.1680099964141846 <_> <_> <_>2 1 18 6 -1. <_>11 1 9 6 2. 0 -0.0733370035886765 0.5161449909210205 -0.2023600041866303 <_> <_> <_>15 0 2 24 -1. <_>15 0 1 24 2. 0 0.0164500009268522 0.1395059973001480 -0.4930129945278168 <_> <_> <_>7 0 2 24 -1. <_>8 0 1 24 2. 0 -9.2630004510283470e-003 -0.9010199904441834 -0.0161160007119179 <_> <_> <_>13 12 6 7 -1. <_>13 12 3 7 2. 0 5.9139998629689217e-003 0.1985819935798645 -0.1673129945993424 <_> <_> <_>5 12 6 7 -1. <_>8 12 3 7 2. 0 -8.4699998842552304e-004 0.0940050035715103 -0.4157089889049530 <_> <_> <_>3 5 18 19 -1. <_>9 5 6 19 3. 0 0.2053290009498596 -0.0600220002233982 0.7099360227584839 <_> <_> <_>5 6 9 6 -1. <_>8 6 3 6 3. 0 -0.0168830007314682 0.2439219951629639 -0.3055180013179779 <_> <_> <_>9 5 9 6 -1. <_>12 5 3 6 3. 0 -0.0191110000014305 0.6122990250587463 0.0242529995739460 <_> <_> <_>3 16 10 8 -1. <_>3 16 5 4 2. <_>8 20 5 4 2. 0 -0.0259629990905523 0.9076499938964844 -0.1672209948301315 <_> <_> <_>19 8 5 15 -1. <_>19 13 5 5 3. 0 -0.0217620003968477 -0.3138470053672791 0.2013459950685501 <_> <_> <_>0 8 5 15 -1. <_>0 13 5 5 3. 0 -0.0241199992597103 -0.6658840179443359 7.4559999629855156e-003 <_> <_> <_>20 4 4 20 -1. <_>22 4 2 10 2. <_>20 14 2 10 2. 0 0.0471299998462200 0.0595339983701706 0.8780450224876404 <_> <_> <_>0 4 4 20 -1. <_>0 4 2 10 2. <_>2 14 2 10 2. 0 -0.0459849983453751 0.8006799817085266 -0.1725230067968369 <_> <_> <_>7 7 10 4 -1. <_>7 7 5 4 2. 0 0.0265079997479916 0.1877409964799881 -0.6085060238838196 <_> <_> <_>4 19 14 4 -1. <_>11 19 7 4 2. 0 -0.0486150011420250 0.5864409804344177 -0.1942770034074783 <_> <_> <_>10 11 12 3 -1. <_>10 11 6 3 2. 0 -0.0185620002448559 -0.2558790147304535 0.1632619947195053 <_> <_> <_>0 1 24 3 -1. <_>0 2 24 1 3. 0 0.0126780001446605 -0.0142280003055930 -0.7673810124397278 <_> <_> <_>7 2 14 20 -1. <_>14 2 7 10 2. <_>7 12 7 10 2. 0 -1.1919999960809946e-003 0.2049500048160553 -0.1140429973602295 <_> <_> <_>0 13 6 9 -1. <_>2 13 2 9 3. 0 -0.0490889996290207 -1.0740849971771240 -0.0389409996569157 <_> <_> <_>13 0 4 19 -1. <_>13 0 2 19 2. 0 -0.0174369998276234 -0.5797380208969116 0.1858450025320053 <_> <_> <_>1 11 14 3 -1. <_>8 11 7 3 2. 0 -0.0147700002416968 -0.6615030169487000 5.3119999356567860e-003 <_> <_> <_>7 1 16 20 -1. <_>15 1 8 10 2. <_>7 11 8 10 2. 0 -0.2290520071983337 -0.4830510020256043 0.1232639998197556 <_> <_> <_>0 10 21 9 -1. <_>7 10 7 9 3. 0 -0.1270709931850433 0.5745260119438171 -0.1942040026187897 <_> <_> <_>6 19 15 5 -1. <_>11 19 5 5 3. 0 0.0103390002623200 -0.0546419993042946 0.2450180053710938 <_> <_> <_>8 10 6 6 -1. <_>11 10 3 6 2. 0 6.9010001607239246e-003 0.1218060031533241 -0.3879739940166473 <_> <_> <_>7 1 16 20 -1. <_>15 1 8 10 2. <_>7 11 8 10 2. 0 0.2902539968490601 0.1096619963645935 -30. <_> <_> <_>1 1 16 20 -1. <_>1 1 8 10 2. <_>9 11 8 10 2. 0 -0.2380499988794327 -1.7352679967880249 -0.0638099983334541 <_> <_> <_>16 4 3 12 -1. <_>16 10 3 6 2. 0 0.0624810010194778 0.1352300047874451 -0.7030109763145447 <_> <_> <_>5 4 3 12 -1. <_>5 10 3 6 2. 0 4.7109997831285000e-003 -0.4698410034179688 0.0603419989347458 <_> <_> <_>7 6 10 8 -1. <_>12 6 5 4 2. <_>7 10 5 4 2. 0 -0.0278159994632006 0.6980760097503662 1.3719999697059393e-003 <_> <_> <_>4 9 6 6 -1. <_>4 12 6 3 2. 0 -0.0170200001448393 1.6870440244674683 -0.1431480050086975 <_> <_> <_>6 5 12 4 -1. <_>6 7 12 2 2. 0 -0.0497549995779991 0.7949770092964172 7.7199999941512942e-004 <_> <_> <_>9 2 5 15 -1. <_>9 7 5 5 3. 0 -0.0747329965233803 -1.0132360458374023 -0.0193889997899532 <_> <_> <_>15 0 9 6 -1. <_>15 2 9 2 3. 0 0.0320090018212795 0.1441210061311722 -0.4213910102844238 <_> <_> <_>6 0 11 10 -1. <_>6 5 11 5 2. 0 -0.0944639965891838 0.5068259835243225 -0.2047889977693558 <_> <_> <_>12 7 4 12 -1. <_>12 13 4 6 2. 0 -0.0154269998893142 -0.1581130027770996 0.1780689954757690 <_> <_> <_>7 2 9 4 -1. <_>7 4 9 2 2. 0 -4.0540001355111599e-003 -0.5436670184135437 0.0312350001186132 <_> <_> <_>6 0 13 6 -1. <_>6 2 13 2 3. 0 3.0080000869929790e-003 -0.1737679988145828 0.3044170141220093 <_> <_> <_>10 6 4 18 -1. <_>10 6 2 9 2. <_>12 15 2 9 2. 0 -0.0100919995456934 0.2510380148887634 -0.2622410058975220 <_> <_> <_>10 8 6 9 -1. <_>12 8 2 9 3. 0 -0.0388180017471313 0.9322670102119446 0.0726599991321564 <_> <_> <_>3 18 10 6 -1. <_>3 20 10 2 3. 0 0.0346519984304905 -0.0339349992573261 -0.8570790290832520 <_> <_> <_>4 14 20 3 -1. <_>4 15 20 1 3. 0 -4.6729999594390392e-003 0.3496930003166199 -0.0485179983079433 <_> <_> <_>2 15 9 6 -1. <_>2 17 9 2 3. 0 6.8499997723847628e-004 0.0665730014443398 -0.4497379958629608 <_> <_> <_>13 0 4 19 -1. <_>13 0 2 19 2. 0 0.0353170000016689 0.1427579969167709 -0.4672639966011047 <_> <_> <_>7 0 4 19 -1. <_>9 0 2 19 2. 0 -0.0235699992626905 -1.0286079645156860 -0.0452880002558231 <_> <_> <_>1 4 22 2 -1. <_>1 5 22 1 2. 0 -1.9109999993816018e-003 -0.1965219974517822 0.2866100072860718 <_> <_> <_>0 0 9 6 -1. <_>0 2 9 2 3. 0 -0.0166590008884668 -0.7753220200538635 -8.3280000835657120e-003 <_> <_> <_>0 0 24 18 -1. <_>0 9 24 9 2. 0 0.6606220006942749 0.1323249936103821 -3.5266680717468262 <_> <_> <_>3 2 16 8 -1. <_>3 6 16 4 2. 0 0.1097059994935989 -0.1554719954729080 1.4674140214920044 <_> <_> <_>3 6 18 6 -1. <_>3 8 18 2 3. 0 0.0135009996592999 0.1523340046405792 -1.3020930290222168 <_> <_> <_>3 1 6 10 -1. <_>5 1 2 10 3. 0 -0.0228719990700483 -0.7132599949836731 -8.7040001526474953e-003 <_> <_> <_>13 0 9 6 -1. <_>16 0 3 6 3. 0 -0.0818210020661354 1.1127580404281616 0.0832199975848198 <_> <_> <_>2 0 9 6 -1. <_>5 0 3 6 3. 0 -0.0527280010282993 0.9316509962081909 -0.1710399985313416 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0252420008182526 -0.1973379999399185 0.2535940110683441 <_> <_> <_>6 0 7 10 -1. <_>6 5 7 5 2. 0 -0.0438189990818501 0.4181520044803619 -0.2458550035953522 <_> <_> <_>2 2 20 4 -1. <_>12 2 10 2 2. <_>2 4 10 2 2. 0 -0.0181889999657869 -0.5174319744110107 0.2017419934272766 <_> <_> <_>2 11 19 3 -1. <_>2 12 19 1 3. 0 0.0234660003334284 -0.0430710017681122 -1.0636579990386963 <_> <_> <_>10 8 6 9 -1. <_>12 8 2 9 3. 0 0.0342160016298294 0.0537809990346432 0.4970720112323761 <_> <_> <_>8 8 6 9 -1. <_>10 8 2 9 3. 0 0.0256929993629456 -0.2380010038614273 0.4165149927139282 <_> <_> <_>13 8 4 9 -1. <_>13 8 2 9 2. 0 -0.0265650004148483 -0.8857480287551880 0.1336590051651001 <_> <_> <_>3 11 9 9 -1. <_>6 11 3 9 3. 0 0.0609420016407967 -0.2066970020532608 0.5830900073051453 <_> <_> <_>3 9 18 5 -1. <_>9 9 6 5 3. 0 0.1447450071573257 0.1328230053186417 -3.1449348926544189 <_> <_> <_>2 4 2 20 -1. <_>2 14 2 10 2. 0 0.0534109994769096 -0.1732520014047623 0.6919069886207581 <_> <_> <_>14 17 8 6 -1. <_>14 20 8 3 2. 0 0.0114080002531409 0.0548220016062260 0.3024039864540100 <_> <_> <_>3 21 18 2 -1. <_>3 22 18 1 2. 0 -2.3179999552667141e-003 0.1582089960575104 -0.3197320103645325 <_> <_> <_>5 4 15 6 -1. <_>10 4 5 6 3. 0 -0.0296950004994869 0.7127479910850525 0.0581360012292862 <_> <_> <_>2 15 12 6 -1. <_>2 17 12 2 3. 0 0.0272499993443489 -0.1575410068035126 0.9214379787445068 <_> <_> <_>17 8 6 9 -1. <_>17 11 6 3 3. 0 -3.6200000904500484e-003 -0.3454839885234833 0.2022099941968918 <_> <_> <_>2 12 20 4 -1. <_>2 12 10 2 2. <_>12 14 10 2 2. 0 -0.0125789996236563 -0.5565029978752136 0.0203889999538660 <_> <_> <_>0 17 24 6 -1. <_>0 19 24 2 3. 0 -0.0888490006327629 -3.6100010871887207 0.1316419988870621 <_> <_> <_>7 16 9 4 -1. <_>7 18 9 2 2. 0 -0.0192569997161627 0.5190899968147278 -0.1928430050611496 <_> <_> <_>15 1 4 22 -1. <_>17 1 2 11 2. <_>15 12 2 11 2. 0 -0.0166669990867376 -0.0874999985098839 0.1581249982118607 <_> <_> <_>5 1 4 22 -1. <_>5 1 2 11 2. <_>7 12 2 11 2. 0 0.0129319997504354 0.0274059996008873 -0.5512390136718750 <_> <_> <_>11 13 8 9 -1. <_>11 16 8 3 3. 0 -0.0134319998323917 0.2345779985189438 -0.0432350002229214 <_> <_> <_>6 1 6 9 -1. <_>8 1 2 9 3. 0 0.0188100002706051 -0.0396809987723827 -0.9437329769134522 <_> <_> <_>11 4 3 18 -1. <_>11 10 3 6 3. 0 -6.4349998719990253e-003 0.4570370018482208 -4.0520001202821732e-003 <_> <_> <_>5 8 12 6 -1. <_>5 8 6 3 2. <_>11 11 6 3 2. 0 -0.0242490004748106 -0.7624800205230713 -0.0198570005595684 <_> <_> <_>15 7 5 8 -1. <_>15 11 5 4 2. 0 -0.0296679995954037 -3.7412509918212891 0.1125060021877289 <_> <_> <_>4 7 5 8 -1. <_>4 11 5 4 2. 0 5.1150000654160976e-003 -0.6378179788589478 0.0112239997833967 <_> <_> <_>12 6 6 12 -1. <_>15 6 3 6 2. <_>12 12 3 6 2. 0 -5.7819997891783714e-003 0.1937440037727356 -0.0820420011878014 <_> <_> <_>6 6 6 12 -1. <_>6 6 3 6 2. <_>9 12 3 6 2. 0 0.0166069995611906 -0.1619209945201874 1.1334990262985229 <_> <_> <_>5 9 14 8 -1. <_>12 9 7 4 2. <_>5 13 7 4 2. 0 0.0382280014455318 0.0211050007492304 0.7626420259475708 <_> <_> <_>9 1 3 14 -1. <_>9 8 3 7 2. 0 -0.0570940002799034 -1.6974929571151733 -0.0597620010375977 <_> <_> <_>12 6 6 12 -1. <_>12 10 6 4 3. 0 -0.0538830012083054 1.1850190162658691 0.0909669995307922 <_> <_> <_>4 5 4 18 -1. <_>4 5 2 9 2. <_>6 14 2 9 2. 0 -2.6110000908374786e-003 -0.4094119966030121 0.0838209986686707 <_> <_> <_>4 6 16 18 -1. <_>4 12 16 6 3. 0 0.2971439957618713 0.1552989929914475 -1.0995409488677979 <_> <_> <_>5 4 7 20 -1. <_>5 14 7 10 2. 0 -0.0890630036592484 0.4894720017910004 -0.2004120051860809 <_> <_> <_>14 8 8 12 -1. <_>14 14 8 6 2. 0 -0.0561930015683174 -0.2458139955997467 0.1436550021171570 <_> <_> <_>9 10 6 14 -1. <_>9 10 3 7 2. <_>12 17 3 7 2. 0 0.0370049998164177 -0.0481689982116222 -1.2310709953308105 <_> <_> <_>9 5 9 6 -1. <_>12 5 3 6 3. 0 -8.4840003401041031e-003 0.4337260127067566 0.0137799996882677 <_> <_> <_>9 4 3 18 -1. <_>10 4 1 18 3. 0 -2.4379999376833439e-003 0.1894969940185547 -0.3229419887065888 <_> <_> <_>1 4 22 14 -1. <_>12 4 11 7 2. <_>1 11 11 7 2. 0 -0.0716399997472763 -0.4397900104522705 0.2273019999265671 <_> <_> <_>2 7 18 2 -1. <_>2 8 18 1 2. 0 5.2260002121329308e-003 -0.2054840028285980 0.5093330144882202 <_> <_> <_>12 6 6 12 -1. <_>12 10 6 4 3. 0 -6.1360001564025879e-003 0.3115719854831696 0.0706809982657433 <_> <_> <_>6 5 9 7 -1. <_>9 5 3 7 3. 0 0.0155950002372265 -0.3093479871749878 0.1562770009040833 <_> <_> <_>12 7 4 12 -1. <_>12 13 4 6 2. 0 0.0259959995746613 0.1382160037755966 -0.1761659979820252 <_> <_> <_>8 7 4 12 -1. <_>8 13 4 6 2. 0 -0.0120850000530481 -0.5107020139694214 0.0584409981966019 <_> <_> <_>7 2 10 22 -1. <_>7 13 10 11 2. 0 -0.0678360015153885 0.4775710105895996 -0.0714460015296936 <_> <_> <_>0 1 3 20 -1. <_>1 1 1 20 3. 0 -0.0147150000557303 0.4523890018463135 -0.1986140012741089 <_> <_> <_>4 13 18 4 -1. <_>13 13 9 2 2. <_>4 15 9 2 2. 0 0.0251189991831779 0.1295489966869354 -0.8626639842987061 <_> <_> <_>2 13 18 4 -1. <_>2 13 9 2 2. <_>11 15 9 2 2. 0 0.0188260003924370 -0.0415700003504753 -1.1354700326919556 <_> <_> <_>15 15 9 6 -1. <_>15 17 9 2 3. 0 -0.0212639998644590 -0.3473800122737885 0.1577949970960617 <_> <_> <_>0 15 9 6 -1. <_>0 17 9 2 3. 0 9.4609996303915977e-003 4.8639997839927673e-003 -0.6165480017662048 <_> <_> <_>6 0 18 24 -1. <_>15 0 9 12 2. <_>6 12 9 12 2. 0 0.2295770049095154 0.0813729986548424 0.6984140276908875 <_> <_> <_>6 6 6 12 -1. <_>6 10 6 4 3. 0 -0.0380619987845421 1.1616369485855103 -0.1497669965028763 <_> <_> <_>8 7 10 4 -1. <_>8 9 10 2 2. 0 -0.0134849995374680 -0.3203639984130859 0.1736509948968887 <_> <_> <_>1 9 18 6 -1. <_>1 9 9 3 2. <_>10 12 9 3 2. 0 0.0362389981746674 -0.1815849989652634 0.6195669770240784 <_> <_> <_>6 6 18 3 -1. <_>6 7 18 1 3. 0 6.7210001870989799e-003 7.9600000753998756e-004 0.4244140088558197 <_> <_> <_>7 7 9 8 -1. <_>10 7 3 8 3. 0 0.0965259969234467 -0.1469680070877075 1.2525680065155029 <_> <_> <_>10 12 6 12 -1. <_>12 12 2 12 3. 0 -0.0356569997966290 -0.3978169858455658 0.1419139951467514 <_> <_> <_>3 14 18 3 -1. <_>3 15 18 1 3. 0 0.0107720000669360 -0.1819400042295456 0.5976219773292542 <_> <_> <_>15 17 9 7 -1. <_>18 17 3 7 3. 0 0.0792799964547157 0.1464249938726425 -0.7883689999580383 <_> <_> <_>1 12 10 6 -1. <_>1 14 10 2 3. 0 0.0328410007059574 -0.0624080002307892 -1.4227490425109863 <_> <_> <_>15 17 9 7 -1. <_>18 17 3 7 3. 0 -0.0277810003608465 0.3403309881687164 0.0306700002402067 <_> <_> <_>10 3 3 19 -1. <_>11 3 1 19 3. 0 -4.0339999832212925e-003 0.3108470141887665 -0.2259570062160492 <_> <_> <_>15 17 9 7 -1. <_>18 17 3 7 3. 0 7.4260002002120018e-003 -0.0389369986951351 0.3170210123062134 <_> <_> <_>6 1 11 9 -1. <_>6 4 11 3 3. 0 0.1121399998664856 -0.1757829934358597 0.6505659818649292 <_> <_> <_>15 17 9 7 -1. <_>18 17 3 7 3. 0 -0.1187810003757477 -1.0092990398406982 0.1106970012187958 <_> <_> <_>6 5 11 6 -1. <_>6 8 11 3 2. 0 -0.0415849983692169 -0.5380640029907227 0.0199050009250641 <_> <_> <_>16 7 8 5 -1. <_>16 7 4 5 2. 0 -0.0279660001397133 0.4814319908618927 0.0335909985005856 <_> <_> <_>2 4 20 19 -1. <_>12 4 10 19 2. 0 -0.1250640004873276 0.2635219991207123 -0.2573789954185486 <_> <_> <_>2 1 21 6 -1. <_>9 1 7 6 3. 0 0.2366690039634705 0.0365080013871193 0.9065560102462769 <_> <_> <_>6 5 12 14 -1. <_>6 5 6 7 2. <_>12 12 6 7 2. 0 -0.0294759999960661 -0.6004880070686340 9.5880003646016121e-003 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 0.0377929992973804 0.1550620049238205 -0.9573349952697754 <_> <_> <_>2 11 8 5 -1. <_>6 11 4 5 2. 0 0.0720440000295639 -0.1452589929103851 1.3676730394363403 <_> <_> <_>16 7 8 5 -1. <_>16 7 4 5 2. 0 9.7759999334812164e-003 0.0129159996286035 0.2164089977741242 <_> <_> <_>0 7 8 5 -1. <_>4 7 4 5 2. 0 0.0521540008485317 -0.0163599997758865 -0.8835629820823669 <_> <_> <_>15 17 9 7 -1. <_>18 17 3 7 3. 0 -0.0437909997999668 0.3582960069179535 0.0651310011744499 <_> <_> <_>8 6 8 10 -1. <_>8 6 4 5 2. <_>12 11 4 5 2. 0 -0.0383789986371994 1.1961040496826172 -0.1497150063514710 <_> <_> <_>15 15 9 9 -1. <_>18 15 3 9 3. 0 -0.0988389998674393 -0.6183400154113770 0.1278620064258575 <_> <_> <_>0 15 9 9 -1. <_>3 15 3 9 3. 0 -0.1219070032238960 -1.8276120424270630 -0.0648629963397980 <_> <_> <_>12 10 9 7 -1. <_>15 10 3 7 3. 0 -0.1198170036077499 -30. 0.1132330000400543 <_> <_> <_>3 10 9 7 -1. <_>6 10 3 7 3. 0 0.0309100002050400 -0.2393400073051453 0.3633289933204651 <_> <_> <_>13 15 10 8 -1. <_>18 15 5 4 2. <_>13 19 5 4 2. 0 0.0108009995892644 -0.0351400002837181 0.2770789861679077 <_> <_> <_>0 1 6 12 -1. <_>0 1 3 6 2. <_>3 7 3 6 2. 0 0.0568449981510639 -0.1552429944276810 1.0802700519561768 <_> <_> <_>10 0 6 12 -1. <_>13 0 3 6 2. <_>10 6 3 6 2. 0 1.0280000278726220e-003 -0.0612029992043972 0.2050800025463104 <_> <_> <_>7 0 10 12 -1. <_>7 0 5 6 2. <_>12 6 5 6 2. 0 -0.0282739996910095 -0.6477800011634827 0.0239170007407665 <_> <_> <_>4 1 16 8 -1. <_>4 1 8 8 2. 0 -0.1601359993219376 1.0892050266265869 0.0583890005946159 <_> <_> <_>0 21 19 3 -1. <_>0 22 19 1 3. 0 4.9629998393356800e-003 -0.2580629885196686 0.2083459943532944 <_> <_> <_>6 9 18 4 -1. <_>15 9 9 2 2. <_>6 11 9 2 2. 0 0.0469370000064373 0.1388629972934723 -1.5662620067596436 <_> <_> <_>3 4 9 6 -1. <_>3 6 9 2 3. 0 0.0242860000580549 -0.2072830051183701 0.5243099927902222 <_> <_> <_>9 1 6 15 -1. <_>9 6 6 5 3. 0 0.0702020004391670 0.1479689925909042 -1.3095090389251709 <_> <_> <_>5 9 6 6 -1. <_>8 9 3 6 2. 0 9.8120002076029778e-003 0.0279060006141663 -0.5086460113525391 <_> <_> <_>5 1 14 9 -1. <_>5 4 14 3 3. 0 -0.0562009997665882 1.2618130445480347 0.0638019964098930 <_> <_> <_>3 0 8 20 -1. <_>3 0 4 10 2. <_>7 10 4 10 2. 0 0.1098280027508736 -0.1285009980201721 3.0776169300079346 -3.2573320865631104 21 -1 <_> <_> <_> <_>5 0 7 9 -1. <_>5 3 7 3 3. 0 0.0209100004285574 -0.6855940222740173 0.3898429870605469 <_> <_> <_>6 6 12 5 -1. <_>10 6 4 5 3. 0 0.0350320003926754 -0.4772439897060394 0.4502719938755035 <_> <_> <_>0 1 8 14 -1. <_>4 1 4 14 2. 0 0.0397990010678768 -0.4701110124588013 0.4270249903202057 <_> <_> <_>2 12 22 4 -1. <_>2 14 22 2 2. 0 -4.8409998416900635e-003 0.2561430037021637 -0.6655629873275757 <_> <_> <_>8 17 6 6 -1. <_>8 20 6 3 2. 0 2.3439999204128981e-003 -0.4808349907398224 0.2801379859447479 <_> <_> <_>18 1 6 7 -1. <_>18 1 3 7 2. 0 0.0253129992634058 -0.2394820004701614 0.4419179856777191 <_> <_> <_>0 0 6 6 -1. <_>3 0 3 6 2. 0 -0.0321930013597012 0.7608669996261597 -0.2505910098552704 <_> <_> <_>4 6 17 18 -1. <_>4 12 17 6 3. 0 0.0754090026021004 -0.3497459888458252 0.3438029885292053 <_> <_> <_>6 0 12 6 -1. <_>6 0 6 3 2. <_>12 3 6 3 2. 0 -0.0184690002351999 -0.7908560037612915 0.0347880013287067 <_> <_> <_>4 7 18 4 -1. <_>13 7 9 2 2. <_>4 9 9 2 2. 0 -0.0128020001575351 0.4710780084133148 -0.0600060001015663 <_> <_> <_>4 12 10 6 -1. <_>4 14 10 2 3. 0 -0.0265980008989573 0.6711609959602356 -0.2425750046968460 <_> <_> <_>7 9 10 12 -1. <_>12 9 5 6 2. <_>7 15 5 6 2. 0 0.0219889990985394 0.2471749931573868 -0.4830169975757599 <_> <_> <_>0 1 24 3 -1. <_>8 1 8 3 3. 0 0.1465409994125366 -0.2150409966707230 0.7205590009689331 <_> <_> <_>13 11 6 6 -1. <_>13 11 3 6 2. 0 3.5310001112520695e-003 0.2793099880218506 -0.3433989882469177 <_> <_> <_>5 11 6 6 -1. <_>8 11 3 6 2. 0 9.4010001048445702e-003 0.0558619983494282 -0.8214359879493713 <_> <_> <_>3 10 19 3 -1. <_>3 11 19 1 3. 0 -8.6390003561973572e-003 -0.9962059855461121 0.1887499988079071 <_> <_> <_>0 2 6 9 -1. <_>0 5 6 3 3. 0 -0.0391930006444454 -1.1945559978485107 -0.0291980002075434 <_> <_> <_>14 16 10 6 -1. <_>14 18 10 2 3. 0 0.0248550008982420 0.1498759984970093 -0.5413780212402344 <_> <_> <_>0 16 10 6 -1. <_>0 18 10 2 3. 0 -0.0349950008094311 -1.4210180044174194 -0.0423140004277229 <_> <_> <_>14 13 9 6 -1. <_>14 15 9 2 3. 0 -0.0183789990842342 -0.2824259996414185 0.1558180004358292 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 -0.0135920001193881 0.4731709957122803 -0.2193720042705536 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 6.2629999592900276e-003 -0.0597140006721020 0.6062589883804321 <_> <_> <_>0 18 9 6 -1. <_>0 20 9 2 3. 0 -0.0184780005365610 -0.8564720153808594 -0.0137839997187257 <_> <_> <_>14 13 9 6 -1. <_>14 15 9 2 3. 0 0.0142360003665090 0.1665479987859726 -0.2771399915218353 <_> <_> <_>6 2 6 9 -1. <_>8 2 2 9 3. 0 -0.0325470007956028 -1.1728240251541138 -0.0401850007474422 <_> <_> <_>15 8 4 12 -1. <_>15 8 2 12 2. 0 -2.6410000864416361e-003 0.2651430070400238 -0.0563430003821850 <_> <_> <_>8 13 8 8 -1. <_>8 17 8 4 2. 0 -8.7799999164417386e-004 0.0365560017526150 -0.5507519841194153 <_> <_> <_>4 20 18 3 -1. <_>10 20 6 3 3. 0 0.0473719984292984 -0.0426140017807484 0.4819490015506744 <_> <_> <_>5 8 4 12 -1. <_>7 8 2 12 2. 0 -7.0790001191198826e-003 0.2869899868965149 -0.3292300105094910 <_> <_> <_>7 7 12 3 -1. <_>7 7 6 3 2. 0 -0.0431459993124008 -1.4065419435501099 0.1283639967441559 <_> <_> <_>10 6 4 9 -1. <_>12 6 2 9 2. 0 0.0205920003354549 -0.2143529951572418 0.5398179888725281 <_> <_> <_>5 20 18 3 -1. <_>11 20 6 3 3. 0 -0.0223670005798340 0.3371829986572266 0.0452120006084442 <_> <_> <_>1 20 18 3 -1. <_>7 20 6 3 3. 0 0.0500399991869926 -0.2512170076370239 0.4175049960613251 <_> <_> <_>18 1 6 20 -1. <_>21 1 3 10 2. <_>18 11 3 10 2. 0 0.0617949999868870 0.0400849990546703 0.6877980232238770 <_> <_> <_>0 1 6 20 -1. <_>0 1 3 10 2. <_>3 11 3 10 2. 0 -0.0418619997799397 0.5302739739418030 -0.2290199995040894 <_> <_> <_>13 3 4 18 -1. <_>15 3 2 9 2. <_>13 12 2 9 2. 0 -3.1959998887032270e-003 0.2516149878501892 -0.2151460051536560 <_> <_> <_>0 2 6 12 -1. <_>0 6 6 4 3. 0 0.0242550000548363 7.2320001199841499e-003 -0.7251909971237183 <_> <_> <_>12 9 12 6 -1. <_>18 9 6 3 2. <_>12 12 6 3 2. 0 -0.0173039995133877 -0.4995819926261902 0.1839450001716614 <_> <_> <_>7 3 4 18 -1. <_>7 3 2 9 2. <_>9 12 2 9 2. 0 -4.1470001451671124e-003 0.0852119997143745 -0.4636470079421997 <_> <_> <_>14 0 6 9 -1. <_>16 0 2 9 3. 0 -0.0143699999898672 -0.5225890278816223 0.2389259934425354 <_> <_> <_>0 9 12 6 -1. <_>0 9 6 3 2. <_>6 12 6 3 2. 0 -9.0399999171495438e-003 -0.6325039863586426 0.0325510017573833 <_> <_> <_>14 4 8 20 -1. <_>18 4 4 10 2. <_>14 14 4 10 2. 0 -0.1237310022115707 1.2856210470199585 0.0765450000762939 <_> <_> <_>2 4 8 20 -1. <_>2 4 4 10 2. <_>6 14 4 10 2. 0 -0.0822219997644424 0.8320819735527039 -0.1859059929847717 <_> <_> <_>14 13 9 6 -1. <_>14 15 9 2 3. 0 0.0656590014696121 0.1129880025982857 -30. <_> <_> <_>1 13 9 6 -1. <_>1 15 9 2 3. 0 -0.0315829999744892 -1.3485900163650513 -0.0470970012247562 <_> <_> <_>3 15 18 3 -1. <_>9 15 6 3 3. 0 -0.0796360000967979 -1.3533639907836914 0.1566880047321320 <_> <_> <_>5 13 9 6 -1. <_>5 15 9 2 3. 0 -0.0188800003379583 0.4030030071735382 -0.2514890134334564 <_> <_> <_>5 0 18 3 -1. <_>5 1 18 1 3. 0 -5.0149997696280479e-003 -0.2628709971904755 0.1858250051736832 <_> <_> <_>8 2 6 7 -1. <_>11 2 3 7 2. 0 -0.0122180003672838 0.5869240164756775 -0.1942770034074783 <_> <_> <_>9 1 9 6 -1. <_>12 1 3 6 3. 0 1.2710000155493617e-003 -0.1668899953365326 0.2300689965486527 <_> <_> <_>6 1 9 6 -1. <_>9 1 3 6 3. 0 0.0297439992427826 0.0125200003385544 -0.6672359704971314 <_> <_> <_>5 6 14 6 -1. <_>12 6 7 3 2. <_>5 9 7 3 2. 0 0.0281750001013279 -0.0170600004494190 0.6457939743995667 <_> <_> <_>8 2 6 13 -1. <_>10 2 2 13 3. 0 0.0303450003266335 -0.2417870014905930 0.3487890064716339 <_> <_> <_>6 11 12 6 -1. <_>12 11 6 3 2. <_>6 14 6 3 2. 0 -0.0173259992152452 -0.5359939932823181 0.2099599987268448 <_> <_> <_>3 1 18 15 -1. <_>9 1 6 15 3. 0 -0.0841780006885529 0.7509329915046692 -0.1759320050477982 <_> <_> <_>13 0 6 7 -1. <_>13 0 3 7 2. 0 7.4950000271201134e-003 -0.1618809998035431 0.3065750002861023 <_> <_> <_>3 3 16 6 -1. <_>3 6 16 3 2. 0 0.0564949996769428 -0.1731880009174347 1.0016150474548340 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 -5.2939997985959053e-003 0.2341759949922562 -0.0653470009565353 <_> <_> <_>7 7 6 9 -1. <_>9 7 2 9 3. 0 -0.0149450004100800 0.2501890063285828 -0.3059119880199432 <_> <_> <_>13 0 4 24 -1. <_>13 0 2 24 2. 0 0.0549190007150173 0.1312199980020523 -0.9376509785652161 <_> <_> <_>7 0 4 24 -1. <_>9 0 2 24 2. 0 -0.0197219997644424 -0.8397849798202515 -0.0234730001538992 <_> <_> <_>11 9 5 12 -1. <_>11 13 5 4 3. 0 -0.0671589970588684 2.3586840629577637 0.0829709991812706 <_> <_> <_>7 15 9 6 -1. <_>7 17 9 2 3. 0 -0.0143259996548295 0.1881449967622757 -0.3122160136699677 <_> <_> <_>5 7 18 6 -1. <_>5 9 18 2 3. 0 0.0298410002142191 0.1482509970664978 -0.8468170166015625 <_> <_> <_>8 9 5 12 -1. <_>8 13 5 4 3. 0 0.0518830008804798 -0.0437310002744198 -1.3366169929504395 <_> <_> <_>4 17 17 6 -1. <_>4 19 17 2 3. 0 0.0411270000040531 0.1766009926795960 -0.6090409755706787 <_> <_> <_>0 3 18 14 -1. <_>0 3 9 7 2. <_>9 10 9 7 2. 0 -0.1286509931087494 -0.9870100021362305 -0.0377850010991097 <_> <_> <_>0 1 24 2 -1. <_>0 2 24 1 2. 0 2.4170000106096268e-003 -0.1611959934234619 0.3267570137977600 <_> <_> <_>0 15 18 3 -1. <_>0 16 18 1 3. 0 7.7030002139508724e-003 -0.2384150028228760 0.2931939959526062 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 0.0455200001597404 0.1442459970712662 -1.5010160207748413 <_> <_> <_>3 3 14 12 -1. <_>3 9 14 6 2. 0 -0.0787009969353676 -1.0394560098648071 -0.0453759990632534 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 7.8619997948408127e-003 0.1963360011577606 -0.1447239965200424 <_> <_> <_>8 0 6 9 -1. <_>10 0 2 9 3. 0 -0.0134589998051524 -0.9063469767570496 -0.0380490012466908 <_> <_> <_>10 6 6 10 -1. <_>12 6 2 10 3. 0 0.0288270004093647 -0.0294739995151758 0.6005839705467224 <_> <_> <_>5 0 6 9 -1. <_>7 0 2 9 3. 0 -0.0273659992963076 -0.9980400204658508 -0.0386530011892319 <_> <_> <_>2 0 21 7 -1. <_>9 0 7 7 3. 0 -0.0729179978370667 0.7336149811744690 0.0574400015175343 <_> <_> <_>6 11 12 5 -1. <_>10 11 4 5 3. 0 -0.0139889996498823 0.2789260149002075 -0.2651630043983460 <_> <_> <_>8 7 9 8 -1. <_>11 7 3 8 3. 0 0.0432429984211922 4.7760000452399254e-003 0.3592590093612671 <_> <_> <_>9 6 6 18 -1. <_>9 6 3 9 2. <_>12 15 3 9 2. 0 0.0295330006629229 -0.2008399963378906 0.5120289921760559 <_> <_> <_>15 14 8 10 -1. <_>19 14 4 5 2. <_>15 19 4 5 2. 0 -0.0318970009684563 0.6472169756889343 -1.3760000001639128e-003 <_> <_> <_>1 14 8 10 -1. <_>1 14 4 5 2. <_>5 19 4 5 2. 0 0.0378689989447594 -0.1836380064487457 0.6134309768676758 <_> <_> <_>11 0 8 10 -1. <_>15 0 4 5 2. <_>11 5 4 5 2. 0 -0.0224179998040199 -0.2918789982795715 0.1819480061531067 <_> <_> <_>5 0 8 10 -1. <_>5 0 4 5 2. <_>9 5 4 5 2. 0 0.0589589998126030 -0.0664519965648651 -1.9290030002593994 <_> <_> <_>6 1 12 5 -1. <_>6 1 6 5 2. 0 0.0312229990959167 -0.0127320000901818 0.6156079769134522 <_> <_> <_>1 12 18 2 -1. <_>10 12 9 2 2. 0 0.0374849997460842 -0.2085690051317215 0.4436399936676025 <_> <_> <_>2 8 20 6 -1. <_>12 8 10 3 2. <_>2 11 10 3 2. 0 -0.0209660008549690 -0.3571279942989349 0.2425220012664795 <_> <_> <_>7 6 9 7 -1. <_>10 6 3 7 3. 0 -0.0254779998213053 1.0846560001373291 -0.1505440026521683 <_> <_> <_>10 5 8 16 -1. <_>14 5 4 8 2. <_>10 13 4 8 2. 0 -7.2570000775158405e-003 0.2130260020494461 -0.1830819994211197 <_> <_> <_>3 9 16 8 -1. <_>3 9 8 4 2. <_>11 13 8 4 2. 0 -0.0509830005466938 0.5173680186271668 -0.1883309930562973 <_> <_> <_>7 8 10 4 -1. <_>7 8 5 4 2. 0 -0.0206400007009506 -0.4403020143508911 0.2274599969387054 <_> <_> <_>7 12 10 8 -1. <_>7 12 5 4 2. <_>12 16 5 4 2. 0 0.0106729995459318 0.0350599996745586 -0.5166500210762024 <_> <_> <_>9 19 15 4 -1. <_>14 19 5 4 3. 0 0.0318959988653660 0.0132280001416802 0.3491519987583160 <_> <_> <_>1 0 18 9 -1. <_>7 0 6 9 3. 0 -0.0238249991089106 0.3411880135536194 -0.2151020020246506 <_> <_> <_>13 4 10 8 -1. <_>18 4 5 4 2. <_>13 8 5 4 2. 0 -6.0680001042783260e-003 0.3293739855289459 -0.2852379977703095 <_> <_> <_>3 16 18 4 -1. <_>9 16 6 4 3. 0 0.0238819997757673 -0.2533380091190338 0.2629610002040863 <_> <_> <_>8 7 10 12 -1. <_>13 7 5 6 2. <_>8 13 5 6 2. 0 0.0279660001397133 0.1404909938573837 -0.4988709986209869 <_> <_> <_>6 7 10 12 -1. <_>6 7 5 6 2. <_>11 13 5 6 2. 0 0.0146030001342297 -0.0153959998860955 -0.7695800065994263 <_> <_> <_>4 6 18 7 -1. <_>10 6 6 7 3. 0 0.1087239980697632 0.1906960010528565 -0.3239310085773468 <_> <_> <_>0 17 18 3 -1. <_>0 18 18 1 3. 0 -0.0140380002558231 0.3492470085620880 -0.2235870063304901 <_> <_> <_>3 17 18 3 -1. <_>3 18 18 1 3. 0 4.0440000593662262e-003 -0.0383290015161037 0.5117729902267456 <_> <_> <_>2 4 6 10 -1. <_>4 4 2 10 3. 0 -4.9769999459385872e-003 -0.4288829863071442 0.0491739995777607 <_> <_> <_>16 0 8 24 -1. <_>16 0 4 24 2. 0 -0.0851830020546913 0.6662459969520569 7.8079998493194580e-003 <_> <_> <_>4 0 8 15 -1. <_>8 0 4 15 2. 0 2.1559998858720064e-003 -0.4913519918918610 0.0695559978485107 <_> <_> <_>16 0 8 24 -1. <_>16 0 4 24 2. 0 0.3638449907302856 0.1299709975719452 -1.8949509859085083 <_> <_> <_>1 4 18 9 -1. <_>7 4 6 9 3. 0 0.2208250015974045 -0.0572119988501072 -1.4281120300292969 <_> <_> <_>15 12 9 6 -1. <_>15 14 9 2 3. 0 -0.0161400008946657 -0.5758939981460571 0.1806250065565109 <_> <_> <_>3 9 18 6 -1. <_>3 9 9 3 2. <_>12 12 9 3 2. 0 -0.0483300015330315 0.9730849862098694 -0.1651300042867661 <_> <_> <_>18 5 6 9 -1. <_>18 8 6 3 3. 0 0.0175299998372793 0.1793269962072372 -0.2794890105724335 <_> <_> <_>0 5 6 9 -1. <_>0 8 6 3 3. 0 -0.0343099981546402 -0.8107249736785889 -0.0165960006415844 <_> <_> <_>4 7 18 4 -1. <_>13 7 9 2 2. <_>4 9 9 2 2. 0 -4.5830002054572105e-003 0.2790899872779846 -7.4519999325275421e-003 <_> <_> <_>2 1 12 20 -1. <_>2 1 6 10 2. <_>8 11 6 10 2. 0 0.1289640069007874 -0.1350850015878677 2.5411539077758789 <_> <_> <_>17 0 6 23 -1. <_>17 0 3 23 2. 0 0.0303610004484653 -0.0684190019965172 0.2873409986495972 <_> <_> <_>1 6 2 18 -1. <_>1 15 2 9 2. 0 0.0440860018134117 -0.1813589930534363 0.6541320085525513 <_> <_> <_>8 8 10 6 -1. <_>8 10 10 2 3. 0 3.0159999150782824e-003 -0.1569049954414368 0.2696380019187927 <_> <_> <_>0 6 20 6 -1. <_>0 6 10 3 2. <_>10 9 10 3 2. 0 -0.0263369996100664 0.2917560040950775 -0.2527410089969635 <_> <_> <_>11 12 12 5 -1. <_>15 12 4 5 3. 0 -0.0278660003095865 0.4438750147819519 0.0550380013883114 <_> <_> <_>0 4 3 19 -1. <_>1 4 1 19 3. 0 0.0117250001057982 -0.1934649944305420 0.4665670096874237 <_> <_> <_>19 1 3 18 -1. <_>20 1 1 18 3. 0 1.5689999563619494e-003 -8.2360003143548965e-003 0.2570089995861054 <_> <_> <_>2 1 3 18 -1. <_>3 1 1 18 3. 0 -3.5550000611692667e-003 -0.4243089854717255 0.0711740031838417 <_> <_> <_>3 10 18 3 -1. <_>9 10 6 3 3. 0 -0.0316950008273125 -0.8539350032806397 0.1691620051860809 <_> <_> <_>4 4 10 9 -1. <_>9 4 5 9 2. 0 -0.0320970006287098 0.8378490209579468 -0.1759729981422424 <_> <_> <_>7 13 14 7 -1. <_>7 13 7 7 2. 0 0.1554419994354248 0.0995500013232231 2.3873300552368164 <_> <_> <_>3 13 14 7 -1. <_>10 13 7 7 2. 0 0.0880459994077683 -0.1872529983520508 0.6238430142402649 <_> <_> <_>8 15 9 6 -1. <_>11 15 3 6 3. 0 -1.6720000421628356e-003 0.2500869929790497 -0.0651189982891083 <_> <_> <_>4 14 8 10 -1. <_>4 14 4 5 2. <_>8 19 4 5 2. 0 9.3409996479749680e-003 -0.3537890017032623 0.1071500033140183 <_> <_> <_>10 14 4 10 -1. <_>10 19 4 5 2. 0 0.0371380001306534 0.1638700067996979 -0.9171839952468872 <_> <_> <_>3 8 5 16 -1. <_>3 16 5 8 2. 0 0.0801839977502823 -0.1481299996376038 1.4895190000534058 <_> <_> <_>15 10 9 6 -1. <_>15 12 9 2 3. 0 -7.9100002767518163e-004 -0.2132689952850342 0.1967640072107315 <_> <_> <_>0 10 9 6 -1. <_>0 12 9 2 3. 0 -5.0400001928210258e-003 -0.7131869792938232 1.8240000354126096e-003 <_> <_> <_>6 7 12 9 -1. <_>6 10 12 3 3. 0 0.1196239963173866 0.0330989994108677 1.0441709756851196 <_> <_> <_>9 10 5 8 -1. <_>9 14 5 4 2. 0 -4.5280000194907188e-003 -0.2730849981307983 0.2722980082035065 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 -0.0296390000730753 0.3622579872608185 0.0567950010299683 <_> <_> <_>8 15 6 9 -1. <_>10 15 2 9 3. 0 0.0266500003635883 -0.0480410009622574 -0.9672350287437439 <_> <_> <_>16 6 7 6 -1. <_>16 9 7 3 2. 0 0.0444220006465912 0.1305290013551712 -0.3507730066776276 <_> <_> <_>8 1 4 22 -1. <_>10 1 2 22 2. 0 -0.0243599992245436 -1.0766899585723877 -0.0512229986488819 <_> <_> <_>6 6 14 3 -1. <_>6 6 7 3 2. 0 0.0197349991649389 0.0262380000203848 0.2807050049304962 <_> <_> <_>0 18 19 3 -1. <_>0 19 19 1 3. 0 5.4930001497268677e-003 -0.2611129879951477 0.2101140022277832 <_> <_> <_>17 0 6 24 -1. <_>17 0 3 24 2. 0 -0.2320030033588409 -1.7748440504074097 0.1148260012269020 <_> <_> <_>0 13 15 6 -1. <_>5 13 5 6 3. 0 -0.0256140008568764 0.2990080118179321 -0.2250249981880188 <_> <_> <_>9 6 10 14 -1. <_>14 6 5 7 2. <_>9 13 5 7 2. 0 -6.4949998632073402e-003 0.1956380009651184 -0.0997629985213280 <_> <_> <_>1 6 8 10 -1. <_>1 6 4 5 2. <_>5 11 4 5 2. 0 3.9840000681579113e-003 -0.4302150011062622 0.0812610015273094 <_> <_> <_>7 6 12 5 -1. <_>7 6 6 5 2. 0 -0.0358130000531673 -0.5098739862442017 0.1634590029716492 <_> <_> <_>7 7 9 6 -1. <_>10 7 3 6 3. 0 -0.0141690000891685 0.7797809839248657 -0.1747629940509796 <_> <_> <_>7 8 14 14 -1. <_>14 8 7 7 2. <_>7 15 7 7 2. 0 -0.1264210045337677 -0.6304789781570435 0.1272830069065094 <_> <_> <_>3 8 14 14 -1. <_>3 8 7 7 2. <_>10 15 7 7 2. 0 0.0686779990792274 -0.0464479997754097 -1.1128979921340942 <_> <_> <_>9 8 13 4 -1. <_>9 10 13 2 2. 0 0.0858649984002113 0.1183540001511574 -4.8235158920288086 <_> <_> <_>3 2 6 12 -1. <_>3 2 3 6 2. <_>6 8 3 6 2. 0 0.0155119998380542 -0.0174679998308420 -0.6369339823722839 <_> <_> <_>6 10 17 6 -1. <_>6 13 17 3 2. 0 0.0810910016298294 0.0861330032348633 2.4559431076049805 <_> <_> <_>1 10 17 6 -1. <_>1 13 17 3 2. 0 0.0184950008988380 0.0402290001511574 -0.5085819959640503 <_> <_> <_>16 7 8 9 -1. <_>16 10 8 3 3. 0 -0.0863209962844849 -1.9006760120391846 0.1101910024881363 <_> <_> <_>0 7 8 9 -1. <_>0 10 8 3 3. 0 0.0723550021648407 -0.0621119998395443 -1.4165179729461670 <_> <_> <_>0 9 24 10 -1. <_>12 9 12 5 2. <_>0 14 12 5 2. 0 -0.0781790018081665 0.8884930014610291 0.0423699989914894 <_> <_> <_>3 2 15 8 -1. <_>8 2 5 8 3. 0 0.0966819971799850 -0.2209420055150986 0.3357509970664978 <_> <_> <_>4 2 18 8 -1. <_>10 2 6 8 3. 0 -0.0398759990930557 0.5780479907989502 0.0453479997813702 <_> <_> <_>0 1 18 4 -1. <_>0 1 9 2 2. <_>9 3 9 2 2. 0 -9.5349997282028198e-003 -0.5417569875717163 3.2399999909102917e-003 <_> <_> <_>20 2 3 18 -1. <_>21 2 1 18 3. 0 4.0600000647827983e-004 -0.0815490037202835 0.3583790063858032 <_> <_> <_>1 3 3 19 -1. <_>2 3 1 19 3. 0 0.0121079999953508 -0.2028039991855621 0.4376800060272217 <_> <_> <_>18 8 6 16 -1. <_>20 8 2 16 3. 0 -0.0208739992231131 0.4146989881992340 -0.0455680005252361 <_> <_> <_>0 8 6 16 -1. <_>2 8 2 16 3. 0 0.0578880012035370 -0.0290099997073412 -0.9182230234146118 <_> <_> <_>8 18 11 6 -1. <_>8 20 11 2 3. 0 1.3200000103097409e-004 -0.1177240014076233 0.2000000029802322 <_> <_> <_>4 6 12 5 -1. <_>8 6 4 5 3. 0 -0.0171370003372431 0.3300479948520660 -0.2305520027875900 <_> <_> <_>7 6 12 5 -1. <_>11 6 4 5 3. 0 0.0306550003588200 -0.0215450003743172 0.2687819898128510 <_> <_> <_>6 3 9 6 -1. <_>9 3 3 6 3. 0 -7.8699999721720815e-004 -0.4410069882869721 0.0491579994559288 <_> <_> <_>7 6 12 5 -1. <_>7 6 6 5 2. 0 0.0880369991064072 0.1178200021386147 -2.8293309211730957 <_> <_> <_>9 8 6 7 -1. <_>12 8 3 7 2. 0 -0.0390289984643459 0.9177719950675964 -0.1582739949226379 <_> <_> <_>8 2 9 6 -1. <_>11 2 3 6 3. 0 0.0801059976220131 0.1128920018672943 -1.9937280416488647 <_> <_> <_>8 14 6 9 -1. <_>8 17 6 3 3. 0 0.0395389981567860 -0.1435739994049072 1.3085240125656128 <_> <_> <_>8 2 9 6 -1. <_>11 2 3 6 3. 0 0.0206840001046658 0.2004809975624085 -0.0441869981586933 <_> <_> <_>4 3 16 20 -1. <_>4 3 8 10 2. <_>12 13 8 10 2. 0 -0.0670379996299744 0.3261860013008118 -0.2055040001869202 <_> <_> <_>7 6 10 12 -1. <_>12 6 5 6 2. <_>7 12 5 6 2. 0 0.0468150004744530 0.1582529991865158 -0.9553509950637817 <_> <_> <_>0 2 7 12 -1. <_>0 6 7 4 3. 0 0.0784439966082573 -0.0746510028839111 -2.1161499023437500 <_> <_> <_>12 17 11 6 -1. <_>12 19 11 2 3. 0 0.0663800016045570 0.1164190024137497 -1.6113519668579102 <_> <_> <_>4 7 12 8 -1. <_>4 7 6 4 2. <_>10 11 6 4 2. 0 0.0300539992749691 -0.1656260043382645 0.7002540230751038 <_> <_> <_>8 11 8 10 -1. <_>12 11 4 5 2. <_>8 16 4 5 2. 0 0.0171199999749660 0.2262769937515259 -0.4011499881744385 <_> <_> <_>9 1 4 9 -1. <_>11 1 2 9 2. 0 0.0200730003416538 -0.1938969939947128 0.4442029893398285 <_> <_> <_>14 0 3 22 -1. <_>15 0 1 22 3. 0 0.0331019982695580 0.1163749992847443 -1.5771679878234863 <_> <_> <_>7 0 3 22 -1. <_>8 0 1 22 3. 0 -0.0148820001631975 -0.8968030214309692 -0.0420100018382072 <_> <_> <_>4 7 18 4 -1. <_>13 7 9 2 2. <_>4 9 9 2 2. 0 -0.0102810002863407 0.3560299873352051 -0.0131240002810955 <_> <_> <_>10 2 4 15 -1. <_>10 7 4 5 3. 0 -0.0286950003355742 -0.4603959918022156 0.0268019996583462 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 -4.7189998440444469e-003 0.2378879934549332 -0.0655189976096153 <_> <_> <_>0 0 18 13 -1. <_>9 0 9 13 2. 0 0.3220160007476807 -0.0284899994730949 -0.8423460125923157 <_> <_> <_>16 0 3 24 -1. <_>17 0 1 24 3. 0 -0.0170450005680323 -0.5093880295753479 0.1605760008096695 <_> <_> <_>5 0 3 24 -1. <_>6 0 1 24 3. 0 -7.3469998314976692e-003 -0.5415499806404114 4.7320001758635044e-003 <_> <_> <_>10 15 5 8 -1. <_>10 19 5 4 2. 0 -0.0300019998103380 -0.8878579735755920 0.1362179964780808 <_> <_> <_>2 18 18 2 -1. <_>2 19 18 1 2. 0 -0.0112929996103048 0.8061519861221314 -0.1615950018167496 <_> <_> <_>2 8 20 3 -1. <_>2 9 20 1 3. 0 4.7749998047947884e-003 0.0129680000245571 0.5507990121841431 <_> <_> <_>7 6 9 6 -1. <_>7 8 9 2 3. 0 5.0710001960396767e-003 -0.0457280017435551 -1.0766259431838989 <_> <_> <_>3 2 19 10 -1. <_>3 7 19 5 2. 0 0.1934410035610199 0.0712620019912720 1.1694519519805908 <_> <_> <_>2 7 19 3 -1. <_>2 8 19 1 3. 0 5.3750001825392246e-003 -0.1973620057106018 0.3820689916610718 <_> <_> <_>15 6 9 4 -1. <_>15 8 9 2 2. 0 -0.0682760030031204 -5.4372339248657227 0.1115190014243126 <_> <_> <_>2 2 18 8 -1. <_>8 2 6 8 3. 0 -0.0349330008029938 0.4479340016841888 -0.1865790039300919 <_> <_> <_>10 9 14 4 -1. <_>10 9 7 4 2. 0 5.1219998858869076e-003 -0.0148719996213913 0.1841389983892441 <_> <_> <_>4 4 6 16 -1. <_>7 4 3 16 2. 0 0.0953119993209839 -0.1511709988117218 0.9499149918556213 <_> <_> <_>15 8 9 16 -1. <_>18 8 3 16 3. 0 -0.0628490000963211 0.4647360146045685 0.0384050011634827 <_> <_> <_>0 8 9 16 -1. <_>3 8 3 16 3. 0 -0.1704069972038269 -1.6499999761581421 -0.0632369965314865 <_> <_> <_>18 0 6 14 -1. <_>20 0 2 14 3. 0 0.0105839995667338 -0.0383489988744259 0.4191380143165588 <_> <_> <_>0 0 6 14 -1. <_>2 0 2 14 3. 0 -0.0415790006518364 0.3446190059185028 -0.2118770033121109 <_> <_> <_>15 0 6 22 -1. <_>17 0 2 22 3. 0 0.1271860003471375 0.1239819973707199 -2.1254889965057373 <_> <_> <_>3 0 6 22 -1. <_>5 0 2 22 3. 0 0.0825570002198219 -0.0620240010321140 -1.4875819683074951 <_> <_> <_>12 2 12 20 -1. <_>16 2 4 20 3. 0 0.0852930024266243 0.0170879997313023 0.3207660019397736 <_> <_> <_>0 2 12 20 -1. <_>4 2 4 20 3. 0 0.0555440001189709 -0.2741400003433228 0.1897639930248261 <_> <_> <_>11 6 4 9 -1. <_>11 6 2 9 2. 0 4.5650000683963299e-003 -0.1792020052671433 0.2796730101108551 <_> <_> <_>9 0 6 16 -1. <_>12 0 3 16 2. 0 0.0129979997873306 -0.3229750096797943 0.2694180011749268 <_> <_> <_>12 1 3 12 -1. <_>12 7 3 6 2. 0 0.0578919984400272 0.1264439970254898 -0.6071349978446960 <_> <_> <_>3 4 18 6 -1. <_>3 4 9 3 2. <_>12 7 9 3 2. 0 -0.0228240005671978 -0.4968209862709045 0.0223769992589951 <_> <_> <_>5 5 16 8 -1. <_>13 5 8 4 2. <_>5 9 8 4 2. 0 0.0483120009303093 0.0436070002615452 0.4853779971599579 <_> <_> <_>0 13 10 6 -1. <_>0 15 10 2 3. 0 0.0257140006870031 -0.0429509989917278 -0.9302350282669067 <_> <_> <_>8 14 9 6 -1. <_>8 16 9 2 3. 0 6.9269998930394650e-003 -2.9680000152438879e-003 0.3429630100727081 <_> <_> <_>6 2 9 6 -1. <_>9 2 3 6 3. 0 -0.0344469994306564 -1.5299769639968872 -0.0610149987041950 <_> <_> <_>14 1 10 8 -1. <_>19 1 5 4 2. <_>14 5 5 4 2. 0 0.0293879993259907 0.0375959984958172 0.6417239904403687 <_> <_> <_>9 1 3 12 -1. <_>9 7 3 6 2. 0 -2.4319998919963837e-003 0.0990889966487885 -0.3968810141086578 -3.3703000545501709 22 -1 <_> <_> <_> <_>6 4 12 9 -1. <_>6 7 12 3 3. 0 -0.0959440022706985 0.6241909861564636 -0.4587520062923431 <_> <_> <_>6 5 12 6 -1. <_>10 5 4 6 3. 0 0.0168340001255274 -0.9307280182838440 0.2156360000371933 <_> <_> <_>1 1 8 5 -1. <_>5 1 4 5 2. 0 0.0260499995201826 -0.4053229987621307 0.4225659966468811 <_> <_> <_>12 12 6 8 -1. <_>12 16 6 4 2. 0 3.6500001442618668e-004 0.0952880010008812 -0.6329810023307800 <_> <_> <_>3 12 12 6 -1. <_>3 14 12 2 3. 0 -6.6940002143383026e-003 0.3724380135536194 -0.3033240139484406 <_> <_> <_>9 18 12 6 -1. <_>15 18 6 3 2. <_>9 21 6 3 2. 0 0.0188740007579327 -0.2335720062255859 0.4033069908618927 <_> <_> <_>4 13 6 6 -1. <_>4 16 6 3 2. 0 -1.6300000424962491e-004 0.0428869985044003 -0.7779679894447327 <_> <_> <_>11 3 7 18 -1. <_>11 12 7 9 2. 0 -0.0762590020895004 -0.4962849915027618 0.1633539944887161 <_> <_> <_>3 9 18 3 -1. <_>9 9 6 3 3. 0 0.0501490011811256 0.0327470004558563 -0.8004789948463440 <_> <_> <_>5 3 19 2 -1. <_>5 4 19 1 2. 0 -2.9239999130368233e-003 -0.5000280141830444 0.2548060119152069 <_> <_> <_>4 2 12 6 -1. <_>4 2 6 3 2. <_>10 5 6 3 2. 0 0.0162439998239279 0.0389130003750324 -0.7072489857673645 <_> <_> <_>9 6 6 9 -1. <_>11 6 2 9 3. 0 0.0378119982779026 -0.0662679970264435 0.7386879920959473 <_> <_> <_>8 6 6 9 -1. <_>10 6 2 9 3. 0 -0.0123199997469783 0.4869639873504639 -0.2448559999465942 <_> <_> <_>16 9 5 15 -1. <_>16 14 5 5 3. 0 0.0580039992928505 0.1345909982919693 -0.1323210000991821 <_> <_> <_>3 9 5 15 -1. <_>3 14 5 5 3. 0 4.8630000092089176e-003 -0.4417290091514587 0.1400559991598129 <_> <_> <_>6 6 14 6 -1. <_>13 6 7 3 2. <_>6 9 7 3 2. 0 0.0456909984350204 0.0312179997563362 0.8981829881668091 <_> <_> <_>8 6 3 14 -1. <_>8 13 3 7 2. 0 0.0213210005313158 0.0120080001652241 -0.8606619834899902 <_> <_> <_>0 16 24 5 -1. <_>8 16 8 5 3. 0 0.1567910015583038 0.0140559999272227 0.8533290028572083 <_> <_> <_>0 20 20 3 -1. <_>10 20 10 3 2. 0 -0.0103289997205138 0.2902280092239380 -0.2947880029678345 <_> <_> <_>5 10 18 2 -1. <_>5 11 18 1 2. 0 2.4290001019835472e-003 -0.4043990075588226 0.1940020024776459 <_> <_> <_>0 6 6 10 -1. <_>2 6 2 10 3. 0 -0.0233389995992184 0.3294520080089569 -0.2571269869804382 <_> <_> <_>2 1 20 3 -1. <_>2 2 20 1 3. 0 -6.8970001302659512e-003 -0.5335299968719482 0.2163520008325577 <_> <_> <_>9 13 6 11 -1. <_>11 13 2 11 3. 0 -0.0344030000269413 -1.4425489902496338 -0.0446829982101917 <_> <_> <_>9 15 6 8 -1. <_>9 19 6 4 2. 0 -0.0212350003421307 -0.7901750206947327 0.1908410042524338 <_> <_> <_>9 12 6 9 -1. <_>9 15 6 3 3. 0 2.0620001014322042e-003 -0.2693119943141937 0.3148800134658814 <_> <_> <_>5 11 18 2 -1. <_>5 12 18 1 2. 0 -4.2190002277493477e-003 -0.5446439981460571 0.1657460033893585 <_> <_> <_>2 6 15 6 -1. <_>2 8 15 2 3. 0 -0.0143349999561906 0.0221050009131432 -0.6234250068664551 <_> <_> <_>6 0 18 3 -1. <_>6 1 18 1 3. 0 -8.2120001316070557e-003 -0.4988499879837036 0.1923709958791733 <_> <_> <_>5 0 3 18 -1. <_>6 0 1 18 3. 0 -9.3350000679492950e-003 -0.7913119792938232 -0.0141439996659756 <_> <_> <_>18 3 6 10 -1. <_>20 3 2 10 3. 0 -0.0379379987716675 0.7984129786491394 -0.0337990000844002 <_> <_> <_>0 3 6 10 -1. <_>2 3 2 10 3. 0 4.7059999778866768e-003 -0.3316340148448944 0.2072629928588867 <_> <_> <_>10 5 8 9 -1. <_>10 5 4 9 2. 0 -4.4499998912215233e-003 -0.2725630104541779 0.1840219944715500 <_> <_> <_>6 5 8 9 -1. <_>10 5 4 9 2. 0 5.2189999260008335e-003 -0.5309600234031677 0.0526079982519150 <_> <_> <_>3 2 20 3 -1. <_>3 3 20 1 3. 0 -9.5399999991059303e-003 -0.5648540258407593 0.1926939934492111 <_> <_> <_>5 2 13 4 -1. <_>5 4 13 2 2. 0 0.0449699983000755 -0.1741150021553040 0.9538260102272034 <_> <_> <_>17 0 7 14 -1. <_>17 7 7 7 2. 0 0.0142090003937483 -0.0919490009546280 0.2483610063791275 <_> <_> <_>0 0 7 14 -1. <_>0 7 7 7 2. 0 0.1638019979000092 -0.0584970004856586 -1.6404409408569336 <_> <_> <_>9 11 10 6 -1. <_>9 11 5 6 2. 0 2.5579999200999737e-003 0.2344799935817719 -0.0927340015769005 <_> <_> <_>5 11 10 6 -1. <_>10 11 5 6 2. 0 -3.8499999791383743e-003 0.1788070052862167 -0.3584409952163696 <_> <_> <_>11 6 3 18 -1. <_>11 12 3 6 3. 0 -0.0252219997346401 -0.4290300011634827 0.2024450004100800 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 -0.0194150004535913 0.5801630020141602 -0.1880639940500259 <_> <_> <_>6 16 18 3 -1. <_>6 17 18 1 3. 0 0.0144199999049306 0.0328469984233379 0.8198050260543823 <_> <_> <_>4 6 9 10 -1. <_>4 11 9 5 2. 0 0.0515829995274544 0.0691760033369064 -0.4586629867553711 <_> <_> <_>9 7 15 4 -1. <_>9 9 15 2 2. 0 -0.0379600003361702 -1.2553000450134277 0.1433289945125580 <_> <_> <_>5 6 12 6 -1. <_>5 6 6 3 2. <_>11 9 6 3 2. 0 -0.0295609999448061 0.5315179824829102 -0.2059649974107742 <_> <_> <_>6 1 12 9 -1. <_>6 4 12 3 3. 0 -0.0391109995543957 1.1658719778060913 0.0538970008492470 <_> <_> <_>7 9 6 12 -1. <_>7 9 3 6 2. <_>10 15 3 6 2. 0 -0.0291590001434088 0.3930760025978088 -0.2218450009822846 <_> <_> <_>11 5 13 6 -1. <_>11 7 13 2 3. 0 -0.0836170017719269 -0.7374449968338013 0.1426820009946823 <_> <_> <_>1 11 22 13 -1. <_>12 11 11 13 2. 0 0.4200400114059448 -0.1427740007638931 1.7894840240478516 <_> <_> <_>18 8 6 6 -1. <_>18 11 6 3 2. 0 0.0600050017237663 0.1197670027613640 -1.8886189460754395 <_> <_> <_>0 8 6 6 -1. <_>0 11 6 3 2. 0 -0.0189810004085302 -1.4148449897766113 -0.0565229989588261 <_> <_> <_>0 6 24 3 -1. <_>0 7 24 1 3. 0 -6.0049998573958874e-003 0.4417079985141754 -0.1020080000162125 <_> <_> <_>0 5 10 6 -1. <_>0 7 10 2 3. 0 -0.0582140013575554 -1.3918470144271851 -0.0482689999043942 <_> <_> <_>6 7 18 3 -1. <_>6 8 18 1 3. 0 -0.0122710000723600 0.5131769776344299 -0.0936969965696335 <_> <_> <_>0 0 10 6 -1. <_>0 2 10 2 3. 0 0.0465859994292259 -0.0574840009212494 -1.4283169507980347 <_> <_> <_>19 0 3 19 -1. <_>20 0 1 19 3. 0 1.2110000243410468e-003 -0.0808919966220856 0.3233320116996765 <_> <_> <_>4 6 12 16 -1. <_>4 6 6 8 2. <_>10 14 6 8 2. 0 -0.0886420011520386 -0.8644909858703613 -0.0331469997763634 <_> <_> <_>19 6 4 18 -1. <_>21 6 2 9 2. <_>19 15 2 9 2. 0 -0.0231849998235703 0.5216220021247864 -0.0161680001765490 <_> <_> <_>1 6 4 18 -1. <_>1 6 2 9 2. <_>3 15 2 9 2. 0 0.0430900007486343 -0.1615380048751831 1.0915000438690186 <_> <_> <_>3 21 18 3 -1. <_>3 22 18 1 3. 0 2.0599999697878957e-004 -0.1709149926900864 0.3123669922351837 <_> <_> <_>0 19 9 4 -1. <_>0 21 9 2 2. 0 8.9159999042749405e-003 -6.7039998248219490e-003 -0.6881039738655090 <_> <_> <_>12 18 12 6 -1. <_>18 18 6 3 2. <_>12 21 6 3 2. 0 -0.0177529994398355 0.6329280138015747 -4.2360001243650913e-003 <_> <_> <_>7 18 9 4 -1. <_>7 20 9 2 2. 0 6.2299999408423901e-003 -0.3363719880580902 0.1279059946537018 <_> <_> <_>12 16 10 8 -1. <_>17 16 5 4 2. <_>12 20 5 4 2. 0 0.0227700006216764 -0.0347039997577667 0.3914180099964142 <_> <_> <_>2 16 10 8 -1. <_>2 16 5 4 2. <_>7 20 5 4 2. 0 -0.0215349998325109 0.6476510167121887 -0.2009779959917069 <_> <_> <_>14 0 10 12 -1. <_>19 0 5 6 2. <_>14 6 5 6 2. 0 0.0617589987814426 0.0542970001697540 0.9070010185241699 <_> <_> <_>0 0 10 12 -1. <_>0 0 5 6 2. <_>5 6 5 6 2. 0 -0.0780699998140335 0.6552339792251587 -0.1975439935922623 <_> <_> <_>15 14 9 6 -1. <_>15 16 9 2 3. 0 0.0113150002434850 0.1938530057668686 -0.5170729756355286 <_> <_> <_>0 14 9 6 -1. <_>0 16 9 2 3. 0 -0.0255900006741285 -0.9309650063514710 -0.0315469987690449 <_> <_> <_>14 14 10 6 -1. <_>14 16 10 2 3. 0 -0.0380589999258518 -0.6832690238952637 0.1270910054445267 <_> <_> <_>0 14 10 6 -1. <_>0 16 10 2 3. 0 9.7970003262162209e-003 0.0155239999294281 -0.6334789991378784 <_> <_> <_>5 18 18 2 -1. <_>5 19 18 1 2. 0 -0.0138419996947050 1.0060529708862305 0.0628129988908768 <_> <_> <_>0 18 18 3 -1. <_>0 19 18 1 3. 0 8.3459997549653053e-003 -0.2338320016860962 0.3098269999027252 <_> <_> <_>3 5 18 12 -1. <_>12 5 9 6 2. <_>3 11 9 6 2. 0 -0.0714399963617325 -0.7250540256500244 0.1714829951524735 <_> <_> <_>5 3 7 9 -1. <_>5 6 7 3 3. 0 0.0100060002878308 -0.2207199931144714 0.3526619970798492 <_> <_> <_>4 0 19 15 -1. <_>4 5 19 5 3. 0 0.1100530028343201 0.1666200011968613 -0.7431899905204773 <_> <_> <_>3 0 16 4 -1. <_>3 2 16 2 2. 0 0.0353109985589981 -0.2398270070552826 0.4143599867820740 <_> <_> <_>4 12 16 12 -1. <_>4 12 8 12 2. 0 -0.1117469966411591 0.5104539990425110 2.2319999989122152e-003 <_> <_> <_>4 3 12 15 -1. <_>10 3 6 15 2. 0 -0.1136780008673668 0.9047520160675049 -0.1661529988050461 <_> <_> <_>16 4 2 19 -1. <_>16 4 1 19 2. 0 0.0166679993271828 0.1402450054883957 -0.5217850208282471 <_> <_> <_>6 4 2 19 -1. <_>7 4 1 19 2. 0 -8.0340001732110977e-003 -0.6617839932441711 3.7640000227838755e-003 <_> <_> <_>13 14 8 10 -1. <_>17 14 4 5 2. <_>13 19 4 5 2. 0 -0.0330969989299774 0.8018590211868286 0.0593850016593933 <_> <_> <_>3 14 8 10 -1. <_>3 14 4 5 2. <_>7 19 4 5 2. 0 0.0125479996204376 -0.3354550004005432 0.1457860022783279 <_> <_> <_>12 6 3 18 -1. <_>12 12 3 6 3. 0 -0.0420739986002445 -0.5550910234451294 0.1326660066843033 <_> <_> <_>5 11 12 6 -1. <_>5 11 6 3 2. <_>11 14 6 3 2. 0 0.0252219997346401 -0.0616319999098778 -1.3678770065307617 <_> <_> <_>10 5 8 10 -1. <_>14 5 4 5 2. <_>10 10 4 5 2. 0 -0.0242689996957779 0.3418509960174561 -7.4160001240670681e-003 <_> <_> <_>6 4 12 10 -1. <_>6 4 6 5 2. <_>12 9 6 5 2. 0 -0.0122800003737211 0.2774580121040344 -0.3103390038013458 <_> <_> <_>6 8 18 10 -1. <_>15 8 9 5 2. <_>6 13 9 5 2. 0 -0.1137709990143776 1.1719540357589722 0.0836810022592545 <_> <_> <_>0 8 18 10 -1. <_>0 8 9 5 2. <_>9 13 9 5 2. 0 -0.0847719982266426 0.8169479966163635 -0.1783750057220459 <_> <_> <_>12 6 3 18 -1. <_>12 12 3 6 3. 0 -0.0245520006865263 -0.1862729936838150 0.1434009969234467 <_> <_> <_>0 14 18 3 -1. <_>0 15 18 1 3. 0 -9.0269995853304863e-003 0.3265919983386993 -0.2354129999876022 <_> <_> <_>12 6 3 18 -1. <_>12 12 3 6 3. 0 0.0111779998987913 0.1976120024919510 -0.0217010006308556 <_> <_> <_>9 6 3 18 -1. <_>9 12 3 6 3. 0 -0.0293669998645782 -0.9341480135917664 -0.0217049997299910 <_> <_> <_>6 14 18 3 -1. <_>6 15 18 1 3. 0 6.3640000298619270e-003 0.0255730003118515 0.4641279876232147 <_> <_> <_>0 5 18 3 -1. <_>0 6 18 1 3. 0 0.0140260001644492 -0.2122859954833984 0.4007880091667175 <_> <_> <_>2 5 22 3 -1. <_>2 6 22 1 3. 0 -0.0133419996127486 0.7420269846916199 0.0290019996464252 <_> <_> <_>0 0 21 10 -1. <_>7 0 7 10 3. 0 0.2842279970645905 -0.1924359947443008 0.4363119900226593 <_> <_> <_>6 3 18 17 -1. <_>12 3 6 17 3. 0 -0.2372400015592575 0.6973639726638794 0.0693079978227615 <_> <_> <_>0 3 18 17 -1. <_>6 3 6 17 3. 0 -0.1116970032453537 0.3914720118045807 -0.2092200070619583 <_> <_> <_>0 12 24 11 -1. <_>8 12 8 11 3. 0 0.1278750002384186 -0.0725559964776039 0.3608820140361786 <_> <_> <_>4 10 16 6 -1. <_>4 13 16 3 2. 0 -0.0629009976983070 0.9542499780654907 -0.1540279984474182 <_> <_> <_>12 8 6 8 -1. <_>12 12 6 4 2. 0 0.0174390003085136 -0.0511349998414516 0.2775030136108398 <_> <_> <_>6 14 8 7 -1. <_>10 14 4 7 2. 0 1.2319999514147639e-003 0.0756279975175858 -0.3645609915256500 <_> <_> <_>15 10 6 14 -1. <_>18 10 3 7 2. <_>15 17 3 7 2. 0 0.0274950005114079 0.0518440008163452 0.4156259894371033 <_> <_> <_>3 10 6 14 -1. <_>3 10 3 7 2. <_>6 17 3 7 2. 0 -0.0435439981520176 0.7196999788284302 -0.1713220030069351 <_> <_> <_>6 12 18 2 -1. <_>6 13 18 1 2. 0 0.0110259996727109 0.1435460001230240 -0.6540300250053406 <_> <_> <_>5 8 10 6 -1. <_>5 10 10 2 3. 0 0.0208659991621971 0.0400890000164509 -0.4574329853057861 <_> <_> <_>12 11 9 4 -1. <_>12 13 9 2 2. 0 -0.0223040003329515 0.5385500192642212 0.0716629996895790 <_> <_> <_>0 11 9 6 -1. <_>0 13 9 2 3. 0 0.0324920006096363 -0.0459919981658459 -1.0047069787979126 <_> <_> <_>11 2 3 18 -1. <_>12 2 1 18 3. 0 0.0122699998319149 0.0343349985778332 0.4243179857730866 <_> <_> <_>10 2 3 18 -1. <_>11 2 1 18 3. 0 8.3820000290870667e-003 -0.2585060000419617 0.2626349925994873 <_> <_> <_>9 12 6 10 -1. <_>11 12 2 10 3. 0 0.0373539999127388 0.1569249927997589 -1.0429090261459351 <_> <_> <_>1 10 6 9 -1. <_>1 13 6 3 3. 0 -0.0141110001131892 -0.7317770123481751 -0.0202769991010427 <_> <_> <_>6 9 16 6 -1. <_>14 9 8 3 2. <_>6 12 8 3 2. 0 0.0570669993758202 0.0833600014448166 1.5661499500274658 <_> <_> <_>1 8 9 6 -1. <_>1 10 9 2 3. 0 4.9680001102387905e-003 -0.3531819880008698 0.1469839960336685 <_> <_> <_>7 7 16 6 -1. <_>7 9 16 2 3. 0 -0.0244929995387793 0.2832590043544769 -3.4640000667423010e-003 <_> <_> <_>0 0 18 3 -1. <_>0 1 18 1 3. 0 -0.0112549997866154 -0.8401749730110169 -0.0362519994378090 <_> <_> <_>10 0 6 9 -1. <_>12 0 2 9 3. 0 0.0345330014824867 0.1499850004911423 -0.8736709952354431 <_> <_> <_>9 5 6 6 -1. <_>12 5 3 6 2. 0 0.0243030004203320 -0.1878750026226044 0.5948399901390076 <_> <_> <_>10 6 4 18 -1. <_>12 6 2 9 2. <_>10 15 2 9 2. 0 -7.8790001571178436e-003 0.4431569874286652 -0.0565709993243217 <_> <_> <_>8 0 6 9 -1. <_>10 0 2 9 3. 0 0.0351420007646084 -0.0564949996769428 -1.3617190122604370 <_> <_> <_>9 1 6 9 -1. <_>9 4 6 3 3. 0 4.6259998343884945e-003 -0.3116169869899750 0.2544769942760468 <_> <_> <_>1 0 18 9 -1. <_>1 3 18 3 3. 0 -0.0831310003995895 1.6424349546432495 -0.1442939937114716 <_> <_> <_>0 3 24 3 -1. <_>0 4 24 1 3. 0 -0.0140159996226430 -0.7781950235366821 0.1717330068349838 <_> <_> <_>6 14 9 4 -1. <_>6 16 9 2 2. 0 1.2450000504031777e-003 -0.2319139987230301 0.2852790057659149 <_> <_> <_>8 9 8 10 -1. <_>12 9 4 5 2. <_>8 14 4 5 2. 0 -0.0168030001223087 -0.3596509993076325 0.2041299939155579 <_> <_> <_>5 2 13 9 -1. <_>5 5 13 3 3. 0 -0.0767479985952377 0.7805050015449524 -0.1561280041933060 <_> <_> <_>4 4 16 9 -1. <_>4 7 16 3 3. 0 -0.2367199957370758 1.1813700199127197 0.0781119987368584 <_> <_> <_>4 4 14 9 -1. <_>4 7 14 3 3. 0 -0.1005740016698837 -0.4710409939289093 0.0791729986667633 <_> <_> <_>8 5 9 6 -1. <_>8 7 9 2 3. 0 1.3239999534562230e-003 0.2226269990205765 -0.3709979951381683 <_> <_> <_>1 7 16 6 -1. <_>1 9 16 2 3. 0 0.0221529994159937 -0.0386490002274513 -0.9227499961853027 <_> <_> <_>10 5 13 9 -1. <_>10 8 13 3 3. 0 -0.1124619990587235 0.4189960062503815 0.0804110020399094 <_> <_> <_>1 5 13 9 -1. <_>1 8 13 3 3. 0 0.0164810009300709 -0.1675669997930527 0.7184240221977234 <_> <_> <_>0 4 24 6 -1. <_>12 4 12 3 2. <_>0 7 12 3 2. 0 0.0681139975786209 0.1571989953517914 -0.8768110275268555 <_> <_> <_>1 14 10 9 -1. <_>1 17 10 3 3. 0 0.0160119999200106 -4.1600000113248825e-003 -0.5932779908180237 <_> <_> <_>5 17 18 3 -1. <_>5 18 18 1 3. 0 4.6640001237392426e-003 -0.0301539991050959 0.4834530055522919 <_> <_> <_>0 16 18 3 -1. <_>0 17 18 1 3. 0 6.7579997703433037e-003 -0.2266740053892136 0.3366230130195618 <_> <_> <_>9 17 9 6 -1. <_>9 19 9 2 3. 0 4.7289999201893806e-003 -0.0603739991784096 0.3145810067653656 <_> <_> <_>1 20 22 4 -1. <_>1 20 11 2 2. <_>12 22 11 2 2. 0 2.5869999080896378e-003 -0.2987259924411774 0.1778749972581863 <_> <_> <_>8 14 8 6 -1. <_>8 17 8 3 2. 0 2.8989999555051327e-003 0.2189020067453384 -0.2956709861755371 <_> <_> <_>8 6 8 15 -1. <_>8 11 8 5 3. 0 -0.0300539992749691 1.2150429487228394 -0.1435499936342239 <_> <_> <_>5 4 18 3 -1. <_>5 5 18 1 3. 0 0.0141810001805425 0.0124519998207688 0.5549010038375855 <_> <_> <_>9 3 5 10 -1. <_>9 8 5 5 2. 0 -0.0605270005762577 -1.4933999776840210 -0.0652270019054413 <_> <_> <_>6 8 12 3 -1. <_>6 8 6 3 2. 0 -0.0198829993605614 -0.3852640092372894 0.1976120024919510 <_> <_> <_>2 6 18 6 -1. <_>2 6 9 3 2. <_>11 9 9 3 2. 0 0.0312189999967813 -0.2128120064735413 0.2944650053977966 <_> <_> <_>10 6 4 18 -1. <_>12 6 2 9 2. <_>10 15 2 9 2. 0 0.0182719994336367 9.7200000891461968e-004 0.6681420207023621 <_> <_> <_>7 5 6 6 -1. <_>10 5 3 6 2. 0 1.1089999461546540e-003 -0.6246790289878845 -1.6599999507889152e-003 <_> <_> <_>14 5 2 18 -1. <_>14 14 2 9 2. 0 -0.0367139987647533 -0.4233390092849731 0.1208470016717911 <_> <_> <_>8 5 2 18 -1. <_>8 14 2 9 2. 0 0.0120440004393458 0.0258820001035929 -0.5073239803314209 <_> <_> <_>9 2 10 6 -1. <_>9 2 5 6 2. 0 0.0747490003705025 0.1318469941616058 -0.2173960059881210 <_> <_> <_>3 1 18 12 -1. <_>12 1 9 12 2. 0 -0.2347320020198822 1.1775610446929932 -0.1511469930410385 <_> <_> <_>5 2 17 22 -1. <_>5 13 17 11 2. 0 0.1409649997949600 0.0339910015463829 0.3992309868335724 <_> <_> <_>4 0 12 6 -1. <_>4 2 12 2 3. 0 6.1789997853338718e-003 -0.3180670142173767 0.1168169975280762 <_> <_> <_>6 9 16 6 -1. <_>14 9 8 3 2. <_>6 12 8 3 2. 0 -0.0572169981896877 0.8439909815788269 0.0838890001177788 <_> <_> <_>9 0 5 18 -1. <_>9 9 5 9 2. 0 -0.0552270002663136 0.3688830137252808 -0.1891340017318726 <_> <_> <_>12 0 6 9 -1. <_>14 0 2 9 3. 0 -0.0215830001980066 -0.5216180086135864 0.1577260047197342 <_> <_> <_>6 0 6 9 -1. <_>8 0 2 9 3. 0 0.0257479995489120 -0.0599219985306263 -1.0674990415573120 <_> <_> <_>9 1 6 12 -1. <_>11 1 2 12 3. 0 -0.0130989998579025 0.7895839810371399 0.0520999990403652 <_> <_> <_>5 9 13 4 -1. <_>5 11 13 2 2. 0 2.2799998987466097e-003 -1.1704430580139160 -0.0593569986522198 <_> <_> <_>5 8 19 3 -1. <_>5 9 19 1 3. 0 8.8060004636645317e-003 0.0417179986834526 0.6635259985923767 <_> <_> <_>9 9 6 8 -1. <_>9 13 6 4 2. 0 -8.9699998497962952e-003 -0.3586269915103912 0.0604580007493496 <_> <_> <_>11 9 4 15 -1. <_>11 14 4 5 3. 0 4.0230001322925091e-003 0.2097939997911453 -0.2480600029230118 <_> <_> <_>2 0 6 14 -1. <_>2 0 3 7 2. <_>5 7 3 7 2. 0 0.0250170007348061 -0.1879590004682541 0.3954710066318512 <_> <_> <_>15 1 6 14 -1. <_>18 1 3 7 2. <_>15 8 3 7 2. 0 -5.9009999968111515e-003 0.2566390037536621 -0.0949190035462379 <_> <_> <_>3 1 6 14 -1. <_>3 1 3 7 2. <_>6 8 3 7 2. 0 4.3850000947713852e-003 0.0331390015780926 -0.4607540071010590 <_> <_> <_>3 20 18 4 -1. <_>12 20 9 2 2. <_>3 22 9 2 2. 0 -0.0337719991803169 -0.9888160228729248 0.1463689953088760 <_> <_> <_>5 0 4 20 -1. <_>5 0 2 10 2. <_>7 10 2 10 2. 0 0.0445230007171631 -0.1328669935464859 1.5796790122985840 <_> <_> <_>16 8 8 12 -1. <_>20 8 4 6 2. <_>16 14 4 6 2. 0 -0.0409290008246899 0.3387709856033325 0.0749709978699684 <_> <_> <_>0 8 8 12 -1. <_>0 8 4 6 2. <_>4 14 4 6 2. 0 0.0393519997596741 -0.1832789927721024 0.4698069989681244 <_> <_> <_>13 13 10 8 -1. <_>18 13 5 4 2. <_>13 17 5 4 2. 0 -0.0703229978680611 -0.9832270145416260 0.1180810034275055 <_> <_> <_>1 13 10 8 -1. <_>1 13 5 4 2. <_>6 17 5 4 2. 0 0.0357430018484592 -0.0330509990453720 -0.8361089825630188 <_> <_> <_>15 8 4 15 -1. <_>15 13 4 5 3. 0 -0.0429619997739792 1.1670809984207153 0.0806920006871223 <_> <_> <_>5 8 4 15 -1. <_>5 13 4 5 3. 0 -0.0210079997777939 0.6386979818344116 -0.1762630045413971 <_> <_> <_>6 11 16 12 -1. <_>6 15 16 4 3. 0 -0.1574220061302185 -0.2330249994993210 0.1251749992370606 <_> <_> <_>2 11 16 12 -1. <_>2 15 16 4 3. 0 7.8659998252987862e-003 -0.2203799933195114 0.2719680070877075 <_> <_> <_>14 12 7 9 -1. <_>14 15 7 3 3. 0 0.0236220005899668 0.1612730026245117 -0.4332900047302246 <_> <_> <_>10 1 3 21 -1. <_>10 8 3 7 3. 0 0.0746920034289360 -0.1699199974536896 0.5888490080833435 <_> <_> <_>13 11 9 4 -1. <_>13 13 9 2 2. 0 -6.4799998654052615e-004 0.2584289908409119 -0.0359119996428490 <_> <_> <_>3 10 17 9 -1. <_>3 13 17 3 3. 0 -0.0162909999489784 -0.7676439881324768 -0.0204729996621609 <_> <_> <_>13 8 8 15 -1. <_>13 13 8 5 3. 0 -0.0331339985132217 -0.2718009948730469 0.1432570070028305 <_> <_> <_>3 8 8 15 -1. <_>3 13 8 5 3. 0 0.0487979985773563 0.0764089971780777 -0.4144519865512848 <_> <_> <_>11 14 10 8 -1. <_>16 14 5 4 2. <_>11 18 5 4 2. 0 2.2869999520480633e-003 -0.0386289991438389 0.2075379937887192 <_> <_> <_>0 18 22 6 -1. <_>0 18 11 3 2. <_>11 21 11 3 2. 0 0.0453040003776550 -0.1777790039777756 0.6346139907836914 <_> <_> <_>0 16 24 4 -1. <_>0 16 12 4 2. 0 0.1070580035448074 0.1897229999303818 -0.5123620033264160 <_> <_> <_>6 20 12 3 -1. <_>12 20 6 3 2. 0 -0.0405250005424023 0.7061499953269959 -0.1780329942703247 <_> <_> <_>18 12 6 12 -1. <_>21 12 3 6 2. <_>18 18 3 6 2. 0 0.0319689996540546 0.0681499987840652 0.6873310208320618 <_> <_> <_>0 12 6 12 -1. <_>0 12 3 6 2. <_>3 18 3 6 2. 0 -0.0576170012354851 0.7517049908638001 -0.1576499938964844 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 0.0135939996689558 0.1941190063953400 -0.2456189990043640 <_> <_> <_>1 6 22 10 -1. <_>1 6 11 5 2. <_>12 11 11 5 2. 0 0.0713960006833076 -0.0468810014426708 -0.8819829821586609 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 -0.0148959998041391 -0.4453240036964417 0.1767989993095398 <_> <_> <_>0 18 18 2 -1. <_>0 19 18 1 2. 0 -0.0100260004401207 0.6512269973754883 -0.1670999974012375 <_> <_> <_>3 15 19 3 -1. <_>3 16 19 1 3. 0 3.7589999847114086e-003 -0.0583010017871857 0.3448329865932465 <_> <_> <_>0 13 18 3 -1. <_>0 14 18 1 3. 0 0.0162630006670952 -0.1558150053024292 0.8643270134925842 <_> <_> <_>15 17 9 6 -1. <_>15 19 9 2 3. 0 -0.0401760004460812 -0.6102859973907471 0.1179639995098114 <_> <_> <_>0 17 9 6 -1. <_>0 19 9 2 3. 0 0.0270809996873140 -0.0496019981801510 -0.8999000191688538 <_> <_> <_>12 17 9 6 -1. <_>12 19 9 2 3. 0 0.0524200014770031 0.1129719987511635 -1.0833640098571777 <_> <_> <_>3 17 9 6 -1. <_>3 19 9 2 3. 0 -0.0191600006073713 -0.7988010048866272 -0.0340790003538132 <_> <_> <_>16 2 3 20 -1. <_>17 2 1 20 3. 0 -3.7730000913143158e-003 -0.1912409961223602 0.2153519988059998 <_> <_> <_>0 13 24 8 -1. <_>0 17 24 4 2. 0 0.0757620036602020 -0.1342169940471649 1.6807060241699219 <_> <_> <_>9 1 6 22 -1. <_>12 1 3 11 2. <_>9 12 3 11 2. 0 -0.0221730004996061 0.4860099852085114 3.6160000599920750e-003 -2.9928278923034668 23 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_fullbody.xml000066400000000000000000023333371417525156400265160ustar00rootroot00000000000000 14 28 <_> <_> <_> <_>1 5 12 21 -1. <_>5 5 4 21 3. 0 -0.0558205693960190 0.5869792103767395 -0.6281142234802246 <_> <_> <_>9 2 3 26 -1. <_>9 15 3 13 2. 0 -0.0388611815869808 -0.7091681957244873 0.2682121098041534 <_> <_> <_>1 4 12 23 -1. <_>5 4 4 23 3. 0 -0.2674087882041931 0.8308296203613281 -0.2259958982467651 <_> <_> <_>1 7 12 9 -1. <_>4 7 6 9 2. 0 0.0964197367429733 -0.1169784963130951 0.8725455999374390 <_> <_> <_>3 12 3 16 -1. <_>3 20 3 8 2. 0 -0.0107987103983760 -0.5721974968910217 0.2532565891742706 <_> <_> <_>4 8 6 6 -1. <_>4 11 6 3 2. 0 0.0113656399771571 0.1965083032846451 -0.7274463772773743 <_> <_> <_>1 25 12 3 -1. <_>5 25 4 3 3. 0 -5.0216919044032693e-004 0.2443515956401825 -0.5197358131408691 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -0.0284624807536602 -0.8360729217529297 0.1115804016590118 <_> <_> <_>4 2 4 12 -1. <_>4 2 2 6 2. <_>6 8 2 6 2. 0 1.3473170110955834e-003 -0.3840653896331787 0.2676798999309540 -1.2288980484008789 -1 -1 <_> <_> <_> <_>3 15 8 11 -1. <_>5 15 4 11 2. 0 -0.0107432203367352 0.4774732887744904 -0.6239293217658997 <_> <_> <_>6 9 6 6 -1. <_>8 9 2 6 3. 0 -1.3188569573685527e-003 0.2124266028404236 -0.2416270971298218 <_> <_> <_>2 9 6 6 -1. <_>4 9 2 6 3. 0 -5.5571161210536957e-003 0.3614785969257355 -0.3725171983242035 <_> <_> <_>8 0 5 28 -1. <_>8 14 5 14 2. 0 -0.1389341056346893 -0.6790050268173218 0.1128031015396118 <_> <_> <_>2 24 10 4 -1. <_>7 24 5 4 2. 0 0.0264658294618130 0.1247496977448463 -0.8285233974456787 <_> <_> <_>3 15 8 11 -1. <_>5 15 4 11 2. 0 -0.0893868431448936 0.7427176237106323 -0.1701931953430176 <_> <_> <_>0 25 14 3 -1. <_>7 25 7 3 2. 0 -0.0213354192674160 -0.7175018787384033 0.1556618064641953 <_> <_> <_>1 11 12 13 -1. <_>5 11 4 13 3. 0 0.0557091012597084 -0.1531004011631012 0.7180476784706116 <_> <_> <_>1 2 12 21 -1. <_>5 9 4 7 9. 0 -0.6970995068550110 0.8115419149398804 -0.1088638976216316 <_> <_> <_>10 0 3 28 -1. <_>10 14 3 14 2. 0 0.2020599991083145 0.0763984173536301 -0.7301151156425476 <_> <_> <_>1 0 3 28 -1. <_>1 14 3 14 2. 0 -0.0718826577067375 -0.7148858904838562 0.1651764959096909 <_> <_> <_>5 5 6 8 -1. <_>8 5 3 4 2. <_>5 9 3 4 2. 0 -0.0192287601530552 -0.3986836969852448 0.0405572392046452 <_> <_> <_>3 5 6 8 -1. <_>3 5 3 4 2. <_>6 9 3 4 2. 0 1.1500229593366385e-003 -0.3826077878475189 0.3185507953166962 <_> <_> <_>10 16 4 12 -1. <_>12 16 2 6 2. <_>10 22 2 6 2. 0 0.0232527796179056 0.0543904006481171 -0.7066999077796936 <_> <_> <_>4 8 6 4 -1. <_>4 10 6 2 2. 0 -3.2618120894767344e-004 0.2261060029268265 -0.4070987999439240 -1.0969949960708618 0 -1 <_> <_> <_> <_>3 5 8 21 -1. <_>5 5 4 21 2. 0 -0.1291020065546036 0.7600312829017639 -0.2340579032897949 <_> <_> <_>1 15 12 12 -1. <_>7 15 6 6 2. <_>1 21 6 6 2. 0 0.0674492567777634 0.1717952936887741 -0.8436477780342102 <_> <_> <_>0 25 12 3 -1. <_>6 25 6 3 2. 0 0.0126632703468204 0.2291321009397507 -0.7307245731353760 <_> <_> <_>8 14 3 8 -1. <_>8 14 3 4 2. 1 -4.2741331271827221e-003 0.0624204799532890 -0.4098593890666962 <_> <_> <_>0 25 8 3 -1. <_>4 25 4 3 2. 0 -0.0231439508497715 -0.8397182822227478 0.2011574953794479 <_> <_> <_>2 24 12 4 -1. <_>5 24 6 4 2. 0 -5.5371038615703583e-004 0.1536941975355148 -0.4403811097145081 <_> <_> <_>1 18 4 6 -1. <_>3 18 2 6 2. 0 -9.5239803194999695e-003 -0.6318680047988892 0.1625023037195206 <_> <_> <_>8 8 4 7 -1. <_>8 8 2 7 2. 0 0.0283076707273722 -0.0725999698042870 0.3791998922824860 <_> <_> <_>2 8 4 7 -1. <_>4 8 2 7 2. 0 -0.0451480187475681 0.7449362874031067 -0.1558171063661575 <_> <_> <_>1 3 12 18 -1. <_>1 3 6 18 2. 0 0.1001473963260651 0.1794963926076889 -0.6464408040046692 <_> <_> <_>1 20 4 8 -1. <_>3 20 2 8 2. 0 7.3245721869170666e-003 0.1776389926671982 -0.5765405893325806 <_> <_> <_>6 10 7 18 -1. <_>6 19 7 9 2. 0 0.0118756704032421 -0.3112972080707550 0.1632139980792999 <_> <_> <_>4 8 3 13 -1. <_>5 8 1 13 3. 0 -0.0254790391772985 0.6269248127937317 -0.1133375018835068 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 -7.9196523874998093e-003 -0.7762442827224731 0.1542761027812958 -1.2285970449447632 1 -1 <_> <_> <_> <_>1 0 12 27 -1. <_>5 9 4 9 9. 0 -0.8580927848815918 0.7879683971405029 -0.2213554978370667 <_> <_> <_>2 20 12 7 -1. <_>5 20 6 7 2. 0 -1.6491119749844074e-003 0.2567340135574341 -0.4319424033164978 <_> <_> <_>2 25 10 3 -1. <_>7 25 5 3 2. 0 -0.0258823093026876 -0.8755123019218445 0.0883856266736984 <_> <_> <_>0 26 14 2 -1. <_>0 26 7 2 2. 0 -4.7666151076555252e-003 -0.4702236950397492 0.2280080020427704 <_> <_> <_>3 15 8 9 -1. <_>5 15 4 9 2. 0 -0.0837296992540360 0.6338573098182678 -0.1488831937313080 <_> <_> <_>8 23 6 5 -1. <_>8 23 3 5 2. 0 -0.0406857393682003 -0.9393178820610046 0.0105989398434758 <_> <_> <_>0 26 14 2 -1. <_>7 26 7 2 2. 0 -5.0759920850396156e-003 -0.4555442035198212 0.1786437034606934 <_> <_> <_>8 10 2 18 -1. <_>8 19 2 9 2. 0 2.3427829146385193e-003 -0.2143428027629852 0.1553142070770264 <_> <_> <_>4 4 4 12 -1. <_>4 4 2 6 2. <_>6 10 2 6 2. 0 2.7649151161313057e-004 -0.3334816098213196 0.2278023958206177 <_> <_> <_>4 24 9 4 -1. <_>7 24 3 4 3. 0 0.0169418398290873 0.0741408169269562 -0.5626205205917358 <_> <_> <_>1 3 12 15 -1. <_>5 8 4 5 9. 0 0.4755898118019104 -0.1086113005876541 0.8298525810241699 <_> <_> <_>11 16 2 12 -1. <_>11 16 1 12 2. 0 5.8000627905130386e-003 0.1324903070926666 -0.5162039995193481 <_> <_> <_>2 4 7 16 -1. <_>2 12 7 8 2. 0 -0.0744775608181953 -0.5554556846618652 0.1234432011842728 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 0 -3.5143009154126048e-004 0.0681907534599304 -0.1361685991287231 <_> <_> <_>3 8 8 6 -1. <_>3 11 8 3 2. 0 7.3454021476209164e-003 0.1367851048707962 -0.5364512205123901 <_> <_> <_>8 8 6 8 -1. <_>10 8 2 8 3. 0 -0.0154712796211243 0.2618063986301422 -0.1054581031203270 <_> <_> <_>0 8 6 7 -1. <_>2 8 2 7 3. 0 5.6055500172078609e-003 -0.2574635148048401 0.2879593074321747 <_> <_> <_>2 25 12 3 -1. <_>6 25 4 3 3. 0 -2.4552858667448163e-004 0.1009993031620979 -0.2611967921257019 <_> <_> <_>0 25 12 3 -1. <_>4 25 4 3 3. 0 -0.0331389009952545 -0.8377956748008728 0.1132768988609314 <_> <_> <_>1 7 12 4 -1. <_>1 7 6 4 2. 0 0.0355918891727924 0.0823360905051231 -0.6250566244125366 <_> <_> <_>0 2 14 12 -1. <_>7 2 7 12 2. 0 0.2083403021097183 0.0695244371891022 -0.8688114881515503 <_> <_> <_>0 19 14 6 -1. <_>7 19 7 3 2. <_>0 22 7 3 2. 0 -0.0281654000282288 -0.5979984998703003 0.0803299024701118 -1.1200269460678101 2 -1 <_> <_> <_> <_>1 14 12 6 -1. <_>5 14 4 6 3. 0 -0.0267407093197107 0.3891242146492004 -0.4982767999172211 <_> <_> <_>2 24 12 4 -1. <_>5 24 6 4 2. 0 -1.2516999850049615e-003 0.1312343031167984 -0.3636899888515472 <_> <_> <_>2 1 4 14 -1. <_>2 1 2 7 2. <_>4 8 2 7 2. 0 -0.0416345112025738 0.5744475126266480 -0.1393287926912308 <_> <_> <_>10 3 4 6 -1. <_>10 3 2 6 2. 1 0.0100965797901154 0.0990737974643707 -0.2295698970556259 <_> <_> <_>4 3 6 4 -1. <_>4 3 6 2 2. 1 -0.0190903991460800 -0.5515310764312744 0.1511006951332092 <_> <_> <_>0 16 14 8 -1. <_>0 16 7 8 2. 0 -0.0314810685813427 -0.4588426947593689 0.1757954955101013 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -0.0176875498145819 0.4471183121204376 -0.1529293060302734 <_> <_> <_>7 15 4 7 -1. <_>7 15 2 7 2. 0 -4.3685659766197205e-003 0.1218549013137817 -0.1668857038021088 <_> <_> <_>3 15 4 8 -1. <_>5 15 2 8 2. 0 8.9326845481991768e-003 -0.1333369016647339 0.6375334262847900 <_> <_> <_>9 17 4 8 -1. <_>9 17 2 8 2. 0 -5.0706309266388416e-003 -0.1122028976678848 0.0698243528604507 <_> <_> <_>1 17 4 8 -1. <_>3 17 2 8 2. 0 -5.9803090989589691e-003 -0.5184289813041687 0.1609919965267181 <_> <_> <_>9 18 4 7 -1. <_>9 18 2 7 2. 0 2.9967839363962412e-003 0.0410653389990330 -0.1945585012435913 <_> <_> <_>1 18 4 7 -1. <_>3 18 2 7 2. 0 3.8641549181193113e-003 0.1667324006557465 -0.4356977939605713 <_> <_> <_>7 5 4 6 -1. <_>7 5 2 6 2. 1 6.8349428474903107e-003 -0.1716264039278030 0.1481806039810181 <_> <_> <_>7 5 6 4 -1. <_>7 5 6 2 2. 1 0.0431584902107716 0.0832035094499588 -0.7782185077667236 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 7.6560080051422119e-003 0.0847408026456833 -0.4973815083503723 <_> <_> <_>4 7 3 12 -1. <_>5 7 1 12 3. 0 -3.1110988929867744e-003 0.2582714855670929 -0.2555203139781952 <_> <_> <_>1 7 12 11 -1. <_>4 7 6 11 2. 0 0.1187030971050263 -0.0909442380070686 0.7228621244430542 <_> <_> <_>6 13 8 4 -1. <_>6 13 4 4 2. 1 0.0168759692460299 0.1262917071580887 -0.5520529747009277 <_> <_> <_>5 22 6 4 -1. <_>5 22 3 4 2. 0 -1.0887029930017889e-004 0.0816487967967987 -0.1693702042102814 <_> <_> <_>0 26 14 2 -1. <_>7 26 7 2 2. 0 2.8222990222275257e-003 0.1641130000352860 -0.3521826863288879 <_> <_> <_>1 3 12 18 -1. <_>5 9 4 6 9. 0 -0.5242584943771362 0.4890617132186890 -0.1267475932836533 <_> <_> <_>0 6 9 22 -1. <_>0 17 9 11 2. 0 0.3692750930786133 0.0861159935593605 -0.6718463897705078 <_> <_> <_>1 1 12 24 -1. <_>7 1 6 12 2. <_>1 13 6 12 2. 0 -0.1688378006219864 -0.8491569161415100 0.0548333488404751 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -0.0192792601883411 -0.7801151275634766 0.0622026808559895 -1.0664960145950317 3 -1 <_> <_> <_> <_>1 4 12 23 -1. <_>5 4 4 23 3. 0 -0.2090135067701340 0.6980816721916199 -0.3457359075546265 <_> <_> <_>5 22 6 5 -1. <_>5 22 3 5 2. 0 -4.8061009147204459e-004 0.2092390060424805 -0.2414764016866684 <_> <_> <_>3 22 6 5 -1. <_>6 22 3 5 2. 0 -2.4844119325280190e-003 0.2763600945472717 -0.4199039936065674 <_> <_> <_>5 1 4 6 -1. <_>5 4 4 3 2. 0 -2.1536289714276791e-003 0.2471046000719070 -0.3067789971828461 <_> <_> <_>1 8 12 8 -1. <_>4 8 6 8 2. 0 0.0589119903743267 -0.0708347633481026 0.7113314270973206 <_> <_> <_>6 8 5 12 -1. <_>6 11 5 6 2. 0 -2.3095219512470067e-004 0.1714860051870346 -0.3616837859153748 <_> <_> <_>0 20 14 6 -1. <_>0 20 7 3 2. <_>7 23 7 3 2. 0 -0.0313964001834393 -0.8013188242912293 0.1004256010055542 <_> <_> <_>6 9 6 6 -1. <_>8 9 2 6 3. 0 -3.5601970739662647e-003 0.0994327664375305 -0.1484826058149338 <_> <_> <_>5 8 4 6 -1. <_>7 8 2 6 2. 0 -4.3389322236180305e-003 -0.5662124156951904 0.1409679949283600 <_> <_> <_>2 13 12 15 -1. <_>2 18 12 5 3. 0 0.2132671028375626 0.0481582097709179 -0.7485890984535217 <_> <_> <_>0 16 4 12 -1. <_>0 16 2 6 2. <_>2 22 2 6 2. 0 0.0100425295531750 0.1042840033769608 -0.5538737773895264 <_> <_> <_>9 2 2 26 -1. <_>10 2 1 13 2. <_>9 15 1 13 2. 0 -0.0268252808600664 0.5728160738945007 -0.0825379788875580 <_> <_> <_>3 2 2 26 -1. <_>3 2 1 13 2. <_>4 15 1 13 2. 0 8.3760882262140512e-004 -0.2562690079212189 0.2589842081069946 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 -7.6051978394389153e-003 -0.5867735743522644 0.0512107796967030 <_> <_> <_>0 1 12 12 -1. <_>4 5 4 4 9. 0 -0.1193564012646675 -0.4553082883358002 0.1257033050060272 <_> <_> <_>6 15 3 12 -1. <_>7 15 1 12 3. 0 6.6083478741347790e-003 -0.1631637960672379 0.4665954113006592 <_> <_> <_>5 10 3 15 -1. <_>6 10 1 15 3. 0 0.0173035096377134 -0.1239140033721924 0.5975540876388550 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 5.4382272064685822e-003 0.1383872926235199 -0.5506920218467712 <_> <_> <_>0 10 8 18 -1. <_>0 19 8 9 2. 0 2.4591449182480574e-003 -0.3992733955383301 0.1538708955049515 <_> <_> <_>5 16 8 12 -1. <_>9 16 4 6 2. <_>5 22 4 6 2. 0 3.5056238994002342e-003 -0.1614670008420944 0.1608660072088242 <_> <_> <_>0 25 8 3 -1. <_>4 25 4 3 2. 0 -2.3172689543571323e-004 0.1705936044454575 -0.3540942072868347 <_> <_> <_>0 17 14 8 -1. <_>7 17 7 4 2. <_>0 21 7 4 2. 0 0.0119145298376679 0.1626563966274262 -0.4146318137645721 -1.2319500446319580 4 -1 <_> <_> <_> <_>2 15 6 4 -1. <_>5 15 3 4 2. 0 -4.5429700985550880e-003 0.4296497106552124 -0.5691584944725037 <_> <_> <_>5 23 9 4 -1. <_>8 23 3 4 3. 0 4.6804840676486492e-003 -0.1038008034229279 0.2545371949672699 <_> <_> <_>0 23 9 5 -1. <_>3 23 3 5 3. 0 3.5870380233973265e-003 -0.3657707870006561 0.3934333920478821 <_> <_> <_>1 4 12 22 -1. <_>5 4 4 22 3. 0 -0.3442833125591278 0.7312576174736023 -0.1506024003028870 <_> <_> <_>1 4 5 24 -1. <_>1 10 5 12 2. 0 0.0330544598400593 0.1765758991241455 -0.5106050968170166 <_> <_> <_>2 23 12 4 -1. <_>5 23 6 4 2. 0 -2.1190310362726450e-003 0.0868593230843544 -0.1773376017808914 <_> <_> <_>3 16 4 12 -1. <_>5 16 2 12 2. 0 0.0137807400897145 -0.1224716976284981 0.6647294163703919 <_> <_> <_>1 17 12 11 -1. <_>1 17 6 11 2. 0 0.0248479507863522 0.2397679984569550 -0.3245661854743958 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -0.0131266303360462 0.4946180880069733 -0.2095437943935394 <_> <_> <_>8 17 4 6 -1. <_>8 17 4 3 2. 1 -0.0168861895799637 -0.1397399008274078 0.0750131607055664 <_> <_> <_>7 16 4 6 -1. <_>7 16 2 6 2. 1 -5.2776751108467579e-003 -0.3891935944557190 0.1892151981592178 <_> <_> <_>6 2 4 6 -1. <_>6 2 2 6 2. 0 -2.0325549412518740e-003 0.2496545016765595 -0.1796036064624786 <_> <_> <_>2 12 5 16 -1. <_>2 20 5 8 2. 0 -0.0180568005889654 -0.5368307232856751 0.1061547994613648 <_> <_> <_>6 13 3 14 -1. <_>7 13 1 14 3. 0 -0.0288151092827320 0.5330320000648499 -0.0787126868963242 <_> <_> <_>6 6 8 3 -1. <_>6 6 4 3 2. 1 -0.0609716586768627 -0.8566309213638306 0.0817214474081993 <_> <_> <_>0 8 14 6 -1. <_>0 11 14 3 2. 0 -0.0620221607387066 -0.6722896099090576 0.0823169872164726 <_> <_> <_>2 7 4 7 -1. <_>4 7 2 7 2. 0 -6.2961759977042675e-003 0.2719230949878693 -0.2371349036693573 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 0 4.9608140252530575e-003 -0.1429551988840103 0.2938036918640137 -1.1912549734115601 5 -1 <_> <_> <_> <_>3 13 8 13 -1. <_>5 13 4 13 2. 0 -0.0870013535022736 0.6308742761611939 -0.2626413106918335 <_> <_> <_>8 2 4 12 -1. <_>10 2 2 6 2. <_>8 8 2 6 2. 0 -4.5627020299434662e-003 0.1464183926582336 -0.0523218810558319 <_> <_> <_>2 2 4 12 -1. <_>2 2 2 6 2. <_>4 8 2 6 2. 0 -4.1381991468369961e-003 0.2174759954214096 -0.3210794031620026 <_> <_> <_>6 24 8 3 -1. <_>6 24 4 3 2. 0 -1.9443330529611558e-004 0.1430500000715256 -0.4474846124649048 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -2.6125069707632065e-003 -0.3593623042106628 0.2093449980020523 <_> <_> <_>0 21 14 6 -1. <_>0 21 7 6 2. 0 -0.0352383516728878 -0.5587955713272095 0.1181833967566490 <_> <_> <_>0 11 8 4 -1. <_>4 11 4 4 2. 0 0.0238805506378412 -0.1234541982412338 0.6450573801994324 <_> <_> <_>1 2 12 5 -1. <_>5 2 4 5 3. 0 -3.5878319758921862e-003 0.2334091067314148 -0.2990573048591614 <_> <_> <_>2 1 6 21 -1. <_>4 8 2 7 9. 0 -0.3438814878463745 0.6333410739898682 -0.0861014798283577 <_> <_> <_>11 16 2 12 -1. <_>11 16 1 12 2. 0 -2.5634190533310175e-003 -0.3099200129508972 0.0882134363055229 <_> <_> <_>7 17 6 5 -1. <_>7 17 3 5 2. 1 0.0470023490488529 0.0735333934426308 -0.7596526145935059 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 7.1428148075938225e-003 -0.1698143035173416 0.4198228120803833 <_> <_> <_>1 16 2 12 -1. <_>2 16 1 12 2. 0 -3.7736629601567984e-003 -0.5566483736038208 0.1006005033850670 <_> <_> <_>7 13 3 12 -1. <_>8 13 1 12 3. 0 0.0221798494458199 -0.0760098993778229 0.6371104121208191 <_> <_> <_>6 17 4 6 -1. <_>6 17 2 6 2. 1 2.9807379178237170e-005 -0.2714306116104126 0.2150378972291946 <_> <_> <_>6 8 4 6 -1. <_>6 11 4 3 2. 0 -1.4308329809864517e-005 0.1309061050415039 -0.2808949947357178 <_> <_> <_>1 5 8 12 -1. <_>1 11 8 6 2. 0 -0.1150026023387909 -0.7198622226715088 0.0768841728568077 <_> <_> <_>7 13 3 12 -1. <_>8 13 1 12 3. 0 -0.0253185909241438 0.4525049924850464 -0.0904816910624504 <_> <_> <_>6 6 8 3 -1. <_>6 6 4 3 2. 1 -0.0486983209848404 -0.7417712807655335 0.0676924064755440 <_> <_> <_>7 14 3 12 -1. <_>8 14 1 12 3. 0 -5.0045289099216461e-003 0.1368017047643662 -0.1186091974377632 <_> <_> <_>0 25 12 3 -1. <_>4 25 4 3 3. 0 7.5120502151548862e-003 0.0912609919905663 -0.5696067810058594 <_> <_> <_>7 17 4 8 -1. <_>7 17 2 8 2. 0 -5.4631778039038181e-003 0.1170236021280289 -0.1476123034954071 <_> <_> <_>3 17 4 8 -1. <_>5 17 2 8 2. 0 0.0152560099959373 -0.1076835989952087 0.6471626162528992 <_> <_> <_>8 24 6 4 -1. <_>8 24 3 4 2. 0 -0.0219006203114986 -0.6077641844749451 0.0644492134451866 <_> <_> <_>2 22 6 6 -1. <_>4 22 2 6 3. 0 2.1267218980938196e-003 -0.2311546951532364 0.2181330025196075 <_> <_> <_>8 15 5 8 -1. <_>8 15 5 4 2. 1 -0.0315019190311432 -0.1367810964584351 0.0660032704472542 <_> <_> <_>6 15 8 5 -1. <_>6 15 4 5 2. 1 0.0181079693138599 0.1086572036147118 -0.4467346072196960 <_> <_> <_>1 8 12 7 -1. <_>4 8 6 7 2. 0 -0.1105957031250000 0.4695417881011963 -0.1126838028430939 <_> <_> <_>0 10 6 10 -1. <_>0 15 6 5 2. 0 2.2349569480866194e-003 -0.2988497018814087 0.1814752966165543 <_> <_> <_>7 4 4 22 -1. <_>7 15 4 11 2. 0 0.0465041883289814 0.1284676939249039 -0.2660984992980957 -1.1750839948654175 6 -1 <_> <_> <_> <_>1 4 12 22 -1. <_>4 4 6 22 2. 0 -0.0488205999135971 0.4280799031257629 -0.5515494942665100 <_> <_> <_>6 3 4 12 -1. <_>8 3 2 6 2. <_>6 9 2 6 2. 0 1.4779040357097983e-003 -0.1868806034326553 0.1903828978538513 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -0.0100122904404998 0.3845142126083374 -0.2172304987907410 <_> <_> <_>5 5 6 8 -1. <_>8 5 3 4 2. <_>5 9 3 4 2. 0 -0.0510002784430981 -0.7613695263862610 0.0136259002611041 <_> <_> <_>3 5 6 8 -1. <_>3 5 3 4 2. <_>6 9 3 4 2. 0 5.2959132008254528e-003 -0.2302142977714539 0.2853623926639557 <_> <_> <_>8 4 6 4 -1. <_>8 4 6 2 2. 1 -0.0486541390419006 0.7099207043647766 -0.0492031499743462 <_> <_> <_>5 10 3 18 -1. <_>5 19 3 9 2. 0 8.8448636233806610e-003 -0.3150536119937897 0.2089902013540268 <_> <_> <_>7 6 4 6 -1. <_>7 6 4 3 2. 1 0.1006280034780502 6.6908989101648331e-003 0.6701387166976929 <_> <_> <_>7 6 6 4 -1. <_>7 6 3 4 2. 1 -7.0256260223686695e-003 -0.3940832912921906 0.1743354946374893 <_> <_> <_>6 24 8 3 -1. <_>6 24 4 3 2. 0 -2.1224319934844971e-003 0.1699631065130234 -0.3023740947246552 <_> <_> <_>1 11 12 5 -1. <_>4 11 6 5 2. 0 9.9532064050436020e-003 -0.1420284062623978 0.4516746103763580 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 0.0125650698319077 0.0731758773326874 -0.6170042157173157 <_> <_> <_>2 3 4 12 -1. <_>2 3 2 6 2. <_>4 9 2 6 2. 0 -1.7854310572147369e-003 0.1490986049175263 -0.3286524116992950 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 -4.0306518785655499e-003 -0.4571371078491211 0.1081572026014328 <_> <_> <_>0 22 4 6 -1. <_>2 22 2 6 2. 0 -7.3099560104310513e-003 -0.6559277176856995 0.0656157881021500 <_> <_> <_>6 15 3 12 -1. <_>7 15 1 12 3. 0 -0.0338434316217899 0.5041236877441406 -0.0616260692477226 <_> <_> <_>7 16 4 6 -1. <_>7 16 2 6 2. 1 3.8319290615618229e-004 -0.2515347898006439 0.2027134001255035 <_> <_> <_>4 2 6 6 -1. <_>4 4 6 2 3. 0 -2.6169361080974340e-003 0.2249795943498612 -0.2195861935615540 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -4.5606079511344433e-003 -0.4659804105758667 0.1234800964593887 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 0.0108227897435427 -0.0966189727187157 0.4641242921352387 <_> <_> <_>5 9 4 6 -1. <_>7 9 2 6 2. 0 -5.3171347826719284e-003 -0.5563424825668335 0.0946232825517654 <_> <_> <_>7 15 2 12 -1. <_>7 15 1 12 2. 0 -9.3140971148386598e-004 0.1014392971992493 -0.1056424006819725 <_> <_> <_>5 15 2 12 -1. <_>6 15 1 12 2. 0 8.4296840941533446e-004 -0.1324310004711151 0.3535107970237732 <_> <_> <_>2 25 12 2 -1. <_>2 25 6 2 2. 0 -0.0278069600462914 -0.6505060195922852 0.0331535898149014 <_> <_> <_>3 16 4 12 -1. <_>3 16 2 6 2. <_>5 22 2 6 2. 0 6.9245469057932496e-004 -0.2670288085937500 0.2112963050603867 <_> <_> <_>6 24 8 3 -1. <_>6 24 4 3 2. 0 -0.0127872303128242 0.2159364074468613 -0.0867670774459839 <_> <_> <_>0 25 12 2 -1. <_>6 25 6 2 2. 0 -6.1678601196035743e-004 0.1695998013019562 -0.2924894094467163 -1.1861419677734375 7 -1 <_> <_> <_> <_>4 1 6 27 -1. <_>4 10 6 9 3. 0 -0.0517069287598133 0.4694269895553589 -0.5128067135810852 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 5.5232150480151176e-003 -0.2498238980770111 0.6300581097602844 <_> <_> <_>3 21 6 4 -1. <_>6 21 3 4 2. 0 -9.2110745608806610e-003 0.3753066956996918 -0.2291038036346436 <_> <_> <_>4 2 6 12 -1. <_>4 8 6 6 2. 0 0.0417299605906010 -0.1126201003789902 0.6750869750976563 <_> <_> <_>6 0 6 4 -1. <_>6 0 3 4 2. 1 4.5255841687321663e-003 -0.2693972885608673 0.2488950937986374 <_> <_> <_>6 4 3 14 -1. <_>7 4 1 14 3. 0 -8.5208792006596923e-004 0.2009855061769486 -0.2300173044204712 <_> <_> <_>4 8 6 6 -1. <_>6 8 2 6 3. 0 -3.4569639246910810e-003 -0.3637234866619110 0.2714250087738037 <_> <_> <_>2 24 12 4 -1. <_>6 24 4 4 3. 0 -0.0882003605365753 -0.7595195770263672 -7.2166309691965580e-003 <_> <_> <_>0 24 12 4 -1. <_>4 24 4 4 3. 0 -2.3253160179592669e-004 0.1473821997642517 -0.4254870116710663 <_> <_> <_>8 13 3 12 -1. <_>9 13 1 12 3. 0 0.0192584004253149 -0.0848308727145195 0.5948777198791504 <_> <_> <_>1 22 4 6 -1. <_>3 22 2 6 2. 0 -3.1915740109980106e-003 -0.4263828098773956 0.1335715949535370 <_> <_> <_>7 7 3 12 -1. <_>8 7 1 12 3. 0 -0.0222290400415659 -0.4229826927185059 0.0361279584467411 <_> <_> <_>4 7 3 12 -1. <_>5 7 1 12 3. 0 -5.3123440593481064e-003 0.2934978008270264 -0.2219786942005158 <_> <_> <_>4 1 8 3 -1. <_>4 1 4 3 2. 0 5.6796981953084469e-003 0.0804127901792526 -0.1972528994083405 <_> <_> <_>4 4 3 23 -1. <_>5 4 1 23 3. 0 3.2511178869754076e-003 -0.1662839055061340 0.3310728073120117 <_> <_> <_>9 21 4 7 -1. <_>9 21 2 7 2. 0 2.5559039786458015e-003 0.0673501715064049 -0.2464237064123154 <_> <_> <_>5 14 3 12 -1. <_>6 14 1 12 3. 0 0.0312399994581938 -0.0673935115337372 0.8285176753997803 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 -4.4333371333777905e-003 -0.3804832100868225 0.1424861997365952 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -3.9497618563473225e-003 -0.3566044867038727 0.1868544071912766 <_> <_> <_>8 13 3 12 -1. <_>9 13 1 12 3. 0 -0.0140432901680470 0.5322288870811462 -0.0789808034896851 <_> <_> <_>3 13 3 12 -1. <_>4 13 1 12 3. 0 4.2212791740894318e-003 -0.1984183043241501 0.3136729896068573 -1.0550270080566406 8 -1 <_> <_> <_> <_>3 2 8 20 -1. <_>3 7 8 10 2. 0 -0.1527878940105438 0.5414003729820252 -0.1875697970390320 <_> <_> <_>2 18 12 8 -1. <_>5 18 6 8 2. 0 -0.0706556364893913 0.3400335013866425 -0.1445966958999634 <_> <_> <_>4 9 6 6 -1. <_>6 9 2 6 3. 0 -0.0210332293063402 -0.5587847232818604 0.1159814968705177 <_> <_> <_>2 18 12 8 -1. <_>5 18 6 8 2. 0 -9.5666358247399330e-003 0.1089008003473282 -0.2036568969488144 <_> <_> <_>0 24 8 4 -1. <_>4 24 4 4 2. 0 -0.0427205413579941 -0.9403002262115479 0.0636063218116760 <_> <_> <_>6 2 2 24 -1. <_>7 2 1 12 2. <_>6 14 1 12 2. 0 -4.5477859675884247e-003 0.3422701954841614 -0.1705372035503388 <_> <_> <_>5 8 4 12 -1. <_>5 8 2 6 2. <_>7 14 2 6 2. 0 3.7029080558568239e-003 0.0837208926677704 -0.4613954126834869 <_> <_> <_>7 3 6 6 -1. <_>7 3 3 6 2. 1 -0.1145887002348900 0.6002784967422485 -0.0177644807845354 <_> <_> <_>0 8 6 7 -1. <_>2 8 2 7 3. 0 5.7319342158734798e-003 -0.2559010982513428 0.2006231993436813 <_> <_> <_>7 3 6 6 -1. <_>7 3 3 6 2. 1 -0.0702377930283546 0.2535978853702545 -0.0295036192983389 <_> <_> <_>4 8 6 4 -1. <_>7 8 3 4 2. 0 0.0139831798151135 0.1145640015602112 -0.3968353867530823 <_> <_> <_>2 7 10 19 -1. <_>2 7 5 19 2. 0 0.1817575991153717 0.0507499501109123 -0.8306192755699158 <_> <_> <_>0 4 11 24 -1. <_>0 16 11 12 2. 0 0.0301854908466339 -0.2668361067771912 0.1407079994678497 <_> <_> <_>1 1 12 21 -1. <_>5 8 4 7 9. 0 0.7563328742980957 -0.0414166189730167 0.9095727801322937 <_> <_> <_>0 18 12 8 -1. <_>3 18 6 8 2. 0 -8.5228988900780678e-003 0.1614249944686890 -0.2754909992218018 <_> <_> <_>9 17 4 8 -1. <_>9 17 2 8 2. 0 -4.9996669404208660e-003 -0.1166673004627228 0.0602988190948963 <_> <_> <_>4 7 4 6 -1. <_>4 10 4 3 2. 0 -5.9932802105322480e-004 0.1301555037498474 -0.3107284009456635 <_> <_> <_>7 7 5 9 -1. <_>7 10 5 3 3. 0 -0.0960636734962463 -0.8525934815406799 0.0159707907587290 <_> <_> <_>1 17 4 8 -1. <_>3 17 2 8 2. 0 -7.0154820568859577e-003 -0.4549050927162170 0.0771780908107758 <_> <_> <_>9 15 3 13 -1. <_>10 15 1 13 3. 0 -8.7620541453361511e-003 0.4803450107574463 -0.0813068374991417 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -3.9868508465588093e-003 0.2249560058116913 -0.2044728994369507 <_> <_> <_>9 18 4 10 -1. <_>9 18 2 10 2. 0 -0.0573353096842766 -0.5685973763465881 5.2798101678490639e-003 <_> <_> <_>1 18 4 10 -1. <_>3 18 2 10 2. 0 1.9260890549048781e-003 0.1492034047842026 -0.3105990886688232 <_> <_> <_>7 22 2 4 -1. <_>7 22 1 4 2. 1 0.0211180709302425 4.1174301877617836e-003 -0.5240138173103333 <_> <_> <_>7 22 4 2 -1. <_>7 22 4 1 2. 1 -1.1973599903285503e-003 0.2335339933633804 -0.2019366025924683 <_> <_> <_>7 7 5 9 -1. <_>7 10 5 3 3. 0 4.5973812229931355e-003 0.0599170103669167 -0.1187831014394760 <_> <_> <_>1 7 12 11 -1. <_>4 7 6 11 2. 0 0.0288696605712175 -0.0941107794642448 0.4596694111824036 <_> <_> <_>8 6 3 8 -1. <_>8 6 3 4 2. 1 -3.7549799308180809e-003 0.1216117963194847 -0.1481101959943771 <_> <_> <_>5 8 3 16 -1. <_>5 12 3 8 2. 0 4.2033549398183823e-003 0.1090307012200356 -0.3870052099227905 <_> <_> <_>8 6 3 8 -1. <_>8 6 3 4 2. 1 0.0729940682649612 -0.0340467989444733 0.3061003983020783 <_> <_> <_>6 6 8 3 -1. <_>6 6 4 3 2. 1 0.0166671797633171 0.1316858977079392 -0.3848586082458496 <_> <_> <_>2 24 12 3 -1. <_>6 24 4 3 3. 0 -2.8268690221011639e-003 0.0647821575403214 -0.2237170934677124 <_> <_> <_>3 5 6 4 -1. <_>3 7 6 2 2. 0 3.7736070808023214e-003 -0.1559296995401382 0.2541306912899017 <_> <_> <_>4 5 6 4 -1. <_>4 7 6 2 2. 0 -3.6936940159648657e-003 0.2557652890682221 -0.1576806008815765 <_> <_> <_>4 14 6 6 -1. <_>6 14 2 6 3. 0 -0.0668010637164116 -0.7434608936309815 0.0549156405031681 <_> <_> <_>6 11 3 13 -1. <_>7 11 1 13 3. 0 0.0157527904957533 -0.0986381024122238 0.4311982095241547 <_> <_> <_>0 24 12 3 -1. <_>4 24 4 3 3. 0 9.0647127944976091e-004 0.1133923977613449 -0.4157446026802063 <_> <_> <_>9 16 2 12 -1. <_>9 16 1 12 2. 0 -0.0216956995427608 0.4694924056529999 -0.0557326115667820 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -1.4639029977843165e-003 -0.3061788082122803 0.1439816951751709 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 -0.0178105607628822 0.3041172921657562 -0.0467588007450104 <_> <_> <_>0 21 4 6 -1. <_>2 21 2 6 2. 0 -5.6027648970484734e-003 -0.5294290184974670 0.0782871171832085 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 1.9500569906085730e-003 -0.0959494486451149 0.1903167068958283 <_> <_> <_>2 3 10 16 -1. <_>2 3 5 8 2. <_>7 11 5 8 2. 0 0.1064156964421272 0.0472884401679039 -0.8652535080909729 -1.1214250326156616 9 -1 <_> <_> <_> <_>4 12 6 16 -1. <_>4 20 6 8 2. 0 0.0182569902390242 -0.5556493997573853 0.4354656040668488 <_> <_> <_>1 15 12 11 -1. <_>4 15 6 11 2. 0 -0.1124944016337395 0.6180027723312378 -0.2164181023836136 <_> <_> <_>3 4 6 10 -1. <_>3 4 3 5 2. <_>6 9 3 5 2. 0 2.0443440880626440e-003 -0.3137955963611603 0.2642489075660706 <_> <_> <_>2 24 12 4 -1. <_>8 24 6 2 2. <_>2 26 6 2 2. 0 6.2505697133019567e-004 -0.2365960031747818 0.2116999030113220 <_> <_> <_>0 24 12 4 -1. <_>0 24 6 2 2. <_>6 26 6 2 2. 0 1.3297300320118666e-003 -0.3133944869041443 0.3044906854629517 <_> <_> <_>8 4 6 4 -1. <_>8 4 6 2 2. 1 -0.0468403697013855 0.5375909209251404 -0.0180811397731304 <_> <_> <_>1 2 12 18 -1. <_>5 8 4 6 9. 0 -0.6487429141998291 0.6676843762397766 -0.0912478491663933 <_> <_> <_>2 22 10 6 -1. <_>2 22 5 6 2. 0 9.6183530986309052e-003 0.1473377943038940 -0.3219302892684937 <_> <_> <_>1 26 12 2 -1. <_>7 26 6 2 2. 0 2.2117879707366228e-003 0.1575541943311691 -0.3679918050765991 <_> <_> <_>8 4 6 4 -1. <_>8 4 6 2 2. 1 4.9280291423201561e-003 -0.0834057405591011 0.0682601779699326 <_> <_> <_>0 12 10 4 -1. <_>5 12 5 4 2. 0 0.0139770796522498 -0.1070206016302109 0.4832653105258942 <_> <_> <_>4 8 6 4 -1. <_>4 10 6 2 2. 0 -1.0333389946026728e-004 0.1364544928073883 -0.3177702128887177 <_> <_> <_>5 1 4 12 -1. <_>5 4 4 6 2. 0 -2.2287340834736824e-003 0.2179117947816849 -0.1992329955101013 <_> <_> <_>7 4 6 8 -1. <_>10 4 3 4 2. <_>7 8 3 4 2. 0 -0.0323015116155148 0.3313513100147247 -0.0206170398741961 <_> <_> <_>0 18 14 4 -1. <_>0 18 7 2 2. <_>7 20 7 2 2. 0 0.0232400391250849 0.0596725717186928 -0.6499395966529846 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 3.5599120892584324e-003 -0.1481892019510269 0.2989333868026733 <_> <_> <_>4 15 3 12 -1. <_>5 15 1 12 3. 0 0.0154697597026825 -0.0755695998668671 0.5231468081474304 <_> <_> <_>8 9 2 13 -1. <_>8 9 1 13 2. 0 -1.6372289974242449e-004 0.1044673025608063 -0.2094334065914154 <_> <_> <_>5 10 4 6 -1. <_>7 10 2 6 2. 0 -2.9369019903242588e-003 -0.4319773912429810 0.1076581031084061 <_> <_> <_>3 11 8 5 -1. <_>3 11 4 5 2. 0 -7.8579207183793187e-004 -0.2461477965116501 0.2155473977327347 <_> <_> <_>5 16 2 12 -1. <_>6 16 1 12 2. 0 0.0111566996201873 -0.0818208828568459 0.6733806729316711 -1.1566660404205322 10 -1 <_> <_> <_> <_>0 7 10 17 -1. <_>5 7 5 17 2. 0 -0.1847351938486099 0.5475882887840271 -0.2231906950473785 <_> <_> <_>3 7 8 4 -1. <_>3 9 8 2 2. 0 -2.8615030460059643e-003 0.1926427930593491 -0.2298910021781921 <_> <_> <_>5 0 4 24 -1. <_>5 8 4 8 3. 0 0.1797018945217133 -0.0645736828446388 0.8032200932502747 <_> <_> <_>3 16 9 4 -1. <_>6 16 3 4 3. 0 -0.0528127290308475 0.2878498136997223 -0.0882893875241280 <_> <_> <_>7 14 6 4 -1. <_>7 14 3 4 2. 1 6.9000339135527611e-003 0.1097920984029770 -0.4888688921928406 <_> <_> <_>5 23 9 4 -1. <_>8 23 3 4 3. 0 0.0404695309698582 0.0616974681615829 -0.7290781736373901 <_> <_> <_>0 22 9 4 -1. <_>3 22 3 4 3. 0 4.5191249810159206e-003 -0.2797237932682037 0.1706515997648239 <_> <_> <_>9 22 4 6 -1. <_>9 22 2 6 2. 0 -3.8400939665734768e-003 -0.2832930088043213 0.1161170974373817 <_> <_> <_>1 24 6 4 -1. <_>4 24 3 4 2. 0 -7.1505218511447310e-004 0.1587048023939133 -0.2825342118740082 <_> <_> <_>4 19 8 9 -1. <_>6 19 4 9 2. 0 0.0301278997212648 -0.0362363383173943 0.5336939096450806 <_> <_> <_>2 19 8 9 -1. <_>4 19 4 9 2. 0 -0.0199076402932405 -0.3222998976707459 0.1493317037820816 <_> <_> <_>2 22 12 4 -1. <_>5 22 6 4 2. 0 -0.0314356684684753 0.2081288993358612 -0.0967622101306915 <_> <_> <_>0 19 14 7 -1. <_>7 19 7 7 2. 0 -0.0199126806110144 -0.3292892873287201 0.1273272931575775 <_> <_> <_>5 20 6 8 -1. <_>8 20 3 4 2. <_>5 24 3 4 2. 0 0.0406267493963242 0.0169857200235128 -0.5222617983818054 <_> <_> <_>3 20 6 8 -1. <_>3 20 3 4 2. <_>6 24 3 4 2. 0 1.6589110018685460e-003 -0.2379567027091980 0.2077559977769852 <_> <_> <_>6 1 4 14 -1. <_>8 1 2 7 2. <_>6 8 2 7 2. 0 1.9869199022650719e-003 -0.1349375993013382 0.1205085963010788 <_> <_> <_>2 2 4 12 -1. <_>2 2 2 6 2. <_>4 8 2 6 2. 0 -0.0419858209788799 0.4460113048553467 -0.0761459693312645 <_> <_> <_>7 4 6 4 -1. <_>7 4 3 4 2. 1 0.0702601820230484 0.0158335696905851 -0.3818230032920837 <_> <_> <_>7 4 4 6 -1. <_>7 4 4 3 2. 1 -0.0179928001016378 -0.3697398006916046 0.1045159995555878 <_> <_> <_>7 3 6 5 -1. <_>7 3 3 5 2. 1 -0.1042096987366676 0.5183687806129456 -0.0223724003881216 <_> <_> <_>7 3 5 6 -1. <_>7 3 5 3 2. 1 0.0532773695886135 0.0747159272432327 -0.5848941206932068 <_> <_> <_>7 3 6 4 -1. <_>7 3 6 2 2. 1 0.0968191623687744 -7.8130746260285378e-003 -0.9053189754486084 <_> <_> <_>3 2 8 18 -1. <_>3 8 8 6 3. 0 -0.2231761068105698 0.4784899950027466 -0.0895702466368675 <_> <_> <_>4 15 9 12 -1. <_>7 19 3 4 9. 0 0.0135237602517009 0.0651585832238197 -0.1403055936098099 <_> <_> <_>1 21 12 6 -1. <_>7 21 6 6 2. 0 -0.0714653432369232 -0.8899757266044617 0.0381110087037086 <_> <_> <_>9 18 4 8 -1. <_>9 18 2 8 2. 0 0.0247345604002476 -0.0328582599759102 0.3536860048770905 <_> <_> <_>2 16 9 4 -1. <_>5 16 3 4 3. 0 -4.2641810141503811e-003 0.1288572996854782 -0.2778818011283875 <_> <_> <_>4 17 10 6 -1. <_>4 17 5 6 2. 0 0.0432465411722660 -0.0263446196913719 0.3333376049995422 <_> <_> <_>1 18 4 8 -1. <_>3 18 2 8 2. 0 5.2720978856086731e-003 0.0961221083998680 -0.3820368945598602 <_> <_> <_>9 3 5 6 -1. <_>9 3 5 3 2. 1 -6.4102048054337502e-003 0.1692444980144501 -0.0752360522747040 <_> <_> <_>1 17 8 6 -1. <_>5 17 4 6 2. 0 0.0177471004426479 -0.0651267394423485 0.5372086763381958 <_> <_> <_>2 19 12 9 -1. <_>6 22 4 3 9. 0 0.1646672934293747 0.0267640296369791 -0.6950613260269165 <_> <_> <_>2 0 4 14 -1. <_>2 0 2 7 2. <_>4 7 2 7 2. 0 -7.6354909688234329e-003 0.1726163029670715 -0.2024289071559906 <_> <_> <_>4 9 10 14 -1. <_>9 9 5 7 2. <_>4 16 5 7 2. 0 -0.0766481682658196 0.2256714999675751 -0.0350441411137581 <_> <_> <_>0 16 4 12 -1. <_>0 16 2 6 2. <_>2 22 2 6 2. 0 2.9634330421686172e-003 0.1067982017993927 -0.3070451915264130 <_> <_> <_>3 24 8 4 -1. <_>3 24 4 4 2. 0 -0.0189680401235819 -0.6534953117370606 0.0453284494578838 <_> <_> <_>0 5 14 22 -1. <_>0 16 14 11 2. 0 0.6227293014526367 0.0294184703379869 -0.7741603255271912 <_> <_> <_>6 13 6 8 -1. <_>6 17 6 4 2. 0 3.1170540023595095e-003 -0.1926358044147492 0.1008249968290329 <_> <_> <_>0 9 10 14 -1. <_>0 9 5 7 2. <_>5 16 5 7 2. 0 -0.1017974019050598 0.5066729187965393 -0.0758455321192741 <_> <_> <_>3 3 9 9 -1. <_>3 6 9 3 3. 0 -0.0875393673777580 -0.8012782931327820 0.0397419817745686 <_> <_> <_>5 1 4 6 -1. <_>5 4 4 3 2. 0 -4.0089199319481850e-003 0.1586735993623734 -0.2039071023464203 <_> <_> <_>1 0 12 9 -1. <_>5 3 4 3 9. 0 -0.1725274026393890 -0.4855650961399078 0.0661624372005463 <_> <_> <_>4 7 6 12 -1. <_>4 7 3 6 2. <_>7 13 3 6 2. 0 2.2747491020709276e-003 0.1083929017186165 -0.2612051069736481 <_> <_> <_>6 7 6 18 -1. <_>8 13 2 6 9. 0 0.0870257318019867 -0.0456128492951393 0.3064231872558594 <_> <_> <_>2 7 6 18 -1. <_>4 13 2 6 9. 0 0.0333020910620689 0.0985119566321373 -0.4032101035118103 <_> <_> <_>2 22 12 4 -1. <_>6 22 4 4 3. 0 -5.5495370179414749e-003 0.0678094699978828 -0.1944850981235504 <_> <_> <_>3 16 8 8 -1. <_>3 16 4 4 2. <_>7 20 4 4 2. 0 -7.5916801579296589e-003 -0.3322997987270355 0.1055229976773262 <_> <_> <_>7 7 6 10 -1. <_>7 7 3 10 2. 0 -0.0547769404947758 0.3134475052356720 -0.0925614312291145 <_> <_> <_>1 8 12 10 -1. <_>4 8 6 10 2. 0 0.0172933097928762 -0.1036652028560638 0.4573282003402710 -1.0953630208969116 11 -1 <_> <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -0.0225016307085752 0.5229359269142151 -0.1796838045120239 <_> <_> <_>4 5 10 17 -1. <_>4 5 5 17 2. 0 -0.0181667208671570 0.1428108960390091 -0.3026844859123230 <_> <_> <_>0 4 14 24 -1. <_>7 4 7 24 2. 0 0.0316802598536015 0.1570882052183151 -0.3230336904525757 <_> <_> <_>4 9 6 7 -1. <_>6 9 2 7 3. 0 -0.0234762504696846 -0.4557600021362305 0.1030009016394615 <_> <_> <_>2 20 10 8 -1. <_>2 20 5 4 2. <_>7 24 5 4 2. 0 0.0456882789731026 0.0678735375404358 -0.7462332844734192 <_> <_> <_>8 5 6 8 -1. <_>6 7 6 4 2. 1 -0.0746098831295967 0.2054854035377502 -0.1009785979986191 <_> <_> <_>6 4 4 6 -1. <_>6 4 2 6 2. 1 -0.0459031015634537 0.6666275858879089 -0.0690716579556465 <_> <_> <_>6 3 4 6 -1. <_>6 3 2 6 2. 0 -5.7763070799410343e-004 0.1138644963502884 -0.1227831989526749 <_> <_> <_>5 4 4 6 -1. <_>7 4 2 6 2. 0 -4.1800830513238907e-004 0.1999998986721039 -0.2237267047166824 <_> <_> <_>5 8 4 6 -1. <_>5 8 2 6 2. 0 2.4581039324402809e-003 0.1007374972105026 -0.3632315993309021 <_> <_> <_>7 3 6 6 -1. <_>7 3 6 3 2. 1 0.0674670487642288 0.0542006902396679 -0.6034706830978394 <_> <_> <_>4 5 6 6 -1. <_>4 8 6 3 2. 0 -0.0389718599617481 0.4027759134769440 -0.1129947006702423 <_> <_> <_>3 12 6 14 -1. <_>3 19 6 7 2. 0 0.1662815958261490 0.0482903085649014 -0.8126922249794006 <_> <_> <_>11 16 2 12 -1. <_>11 16 1 12 2. 0 5.5140322074294090e-003 0.0604846104979515 -0.5457589030265808 <_> <_> <_>1 22 6 6 -1. <_>3 22 2 6 3. 0 1.2837080284953117e-003 -0.2815071046352387 0.1278554946184158 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 0.0338401608169079 -0.0619250908493996 0.5446158051490784 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 0.0142245600000024 -0.0837020725011826 0.5540488958358765 <_> <_> <_>3 9 8 4 -1. <_>3 11 8 2 2. 0 -1.4315280714072287e-004 0.1531862020492554 -0.2831287086009979 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -0.0136043904349208 -0.6322932839393616 0.0567920282483101 <_> <_> <_>2 20 12 8 -1. <_>5 20 6 8 2. 0 -0.1795231997966766 -0.7747110128402710 -1.2696949997916818e-003 <_> <_> <_>0 20 12 8 -1. <_>3 20 6 8 2. 0 -6.3834888860583305e-003 0.1286493986845017 -0.3115915954113007 <_> <_> <_>5 4 9 12 -1. <_>5 10 9 6 2. 0 -0.1814050972461700 -0.7070493102073669 0.0309925191104412 <_> <_> <_>4 12 10 4 -1. <_>4 12 10 2 2. 1 3.4940429031848907e-003 0.1019228994846344 -0.3339323103427887 <_> <_> <_>4 2 10 4 -1. <_>4 2 5 4 2. 0 0.0408617407083511 0.0312678888440132 -0.4373905062675476 <_> <_> <_>1 15 12 13 -1. <_>4 15 6 13 2. 0 0.0369939990341663 -0.0624536089599133 0.5760527849197388 <_> <_> <_>11 16 2 12 -1. <_>11 16 1 12 2. 0 -7.7690118923783302e-003 -0.6073737144470215 0.0697584524750710 <_> <_> <_>2 3 3 12 -1. <_>3 3 1 12 3. 0 7.1885702200233936e-003 -0.1403401046991348 0.2450957000255585 <_> <_> <_>8 2 4 6 -1. <_>8 2 2 6 2. 0 -0.0305586792528629 -0.2610909938812256 0.0208937600255013 <_> <_> <_>2 2 4 6 -1. <_>4 2 2 6 2. 0 -0.0139495003968477 -0.4598451852798462 0.0729969888925552 <_> <_> <_>2 13 12 14 -1. <_>5 13 6 14 2. 0 -0.1743914932012558 0.2791750133037567 -0.0703096911311150 <_> <_> <_>1 16 2 12 -1. <_>2 16 1 12 2. 0 -5.6514460593461990e-003 -0.5833538770675659 0.0485431700944901 <_> <_> <_>9 21 4 6 -1. <_>9 21 2 6 2. 0 -5.6718150153756142e-003 -0.2064559012651444 0.0599499903619289 <_> <_> <_>1 21 4 6 -1. <_>3 21 2 6 2. 0 -2.9772339985356666e-005 0.1662708073854446 -0.1814447045326233 <_> <_> <_>9 0 3 15 -1. <_>10 0 1 15 3. 0 -6.2705092132091522e-003 0.2582921087741852 -0.1354808062314987 <_> <_> <_>2 22 4 6 -1. <_>4 22 2 6 2. 0 -5.2028051577508450e-003 -0.2958551943302155 0.1022360026836395 <_> <_> <_>2 13 12 14 -1. <_>5 13 6 14 2. 0 -0.0367218405008316 0.1144345998764038 -0.1567068994045258 <_> <_> <_>6 3 4 6 -1. <_>6 3 4 3 2. 1 0.0787174329161644 0.0294073894619942 -0.8965392708778381 <_> <_> <_>1 0 12 24 -1. <_>5 8 4 8 9. 0 0.9085621237754822 -0.0564002692699432 0.6954352855682373 <_> <_> <_>4 2 6 8 -1. <_>4 6 6 4 2. 0 -5.2952598780393600e-003 0.1828244030475617 -0.2051848024129868 <_> <_> <_>2 4 12 8 -1. <_>2 6 12 4 2. 0 -0.0526723414659500 -0.6813353896141052 0.0360460691154003 -1.0216970443725586 12 -1 <_> <_> <_> <_>1 8 12 18 -1. <_>4 8 6 18 2. 0 -0.2173130959272385 0.5971680879592896 -0.2243269979953766 <_> <_> <_>3 0 8 24 -1. <_>3 8 8 8 3. 0 -0.3462795913219452 0.5374193787574768 -0.0877821892499924 <_> <_> <_>1 21 6 6 -1. <_>3 21 2 6 3. 0 1.0713579831644893e-003 -0.3592022955417633 0.1568592935800552 <_> <_> <_>5 7 8 3 -1. <_>5 7 4 3 2. 0 -0.0612671412527561 -0.7100325226783752 0.0205278992652893 <_> <_> <_>1 7 8 3 -1. <_>5 7 4 3 2. 0 0.0312818400561810 -0.0746467635035515 0.5968912243843079 <_> <_> <_>5 1 4 6 -1. <_>5 4 4 3 2. 0 -1.2337400112301111e-003 0.1594983041286469 -0.2718119919300079 <_> <_> <_>4 6 4 6 -1. <_>4 9 4 3 2. 0 -3.4508139360696077e-003 0.2025516033172607 -0.1939913928508759 <_> <_> <_>10 20 4 6 -1. <_>10 20 2 6 2. 0 -7.0481761358678341e-003 -0.5510008931159973 0.0707383230328560 <_> <_> <_>3 1 8 21 -1. <_>3 8 8 7 3. 0 0.2295020073652268 -0.0875734165310860 0.6044626832008362 <_> <_> <_>7 16 4 12 -1. <_>9 16 2 6 2. <_>7 22 2 6 2. 0 -2.2578560747206211e-003 -0.0853065028786659 0.1099772974848747 <_> <_> <_>1 25 12 3 -1. <_>5 25 4 3 3. 0 -9.7562908194959164e-004 0.0974123030900955 -0.3625175952911377 <_> <_> <_>7 16 4 12 -1. <_>9 16 2 6 2. <_>7 22 2 6 2. 0 0.0530881099402905 -3.5328660160303116e-003 -0.6069478988647461 <_> <_> <_>3 16 4 12 -1. <_>3 16 2 6 2. <_>5 22 2 6 2. 0 1.5448880149051547e-003 -0.2241913974285126 0.1783272027969360 <_> <_> <_>7 17 4 7 -1. <_>7 17 2 7 2. 0 0.0123757002875209 -0.0357789508998394 0.2955793142318726 <_> <_> <_>3 17 4 7 -1. <_>5 17 2 7 2. 0 5.9611927717924118e-003 -0.0736030265688896 0.4869956970214844 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 8.3732418715953827e-003 0.0957865566015244 -0.3922258019447327 <_> <_> <_>5 8 4 15 -1. <_>6 8 2 15 2. 0 -7.9954452812671661e-003 -0.2959701120853424 0.1324651986360550 <_> <_> <_>7 22 2 4 -1. <_>7 22 1 4 2. 1 0.0176241490989923 0.0116297602653503 -0.3759419023990631 <_> <_> <_>7 22 4 2 -1. <_>7 22 4 1 2. 1 -8.1538967788219452e-004 0.1840317994356155 -0.2110694944858551 <_> <_> <_>1 15 12 3 -1. <_>1 15 6 3 2. 0 0.0659108385443687 0.0380509383976460 -0.8735622167587280 <_> <_> <_>4 15 6 12 -1. <_>4 15 3 6 2. <_>7 21 3 6 2. 0 -8.1749828532338142e-003 -0.3011561930179596 0.0813454464077950 <_> <_> <_>7 16 3 12 -1. <_>8 16 1 12 3. 0 -0.0382750108838081 0.3823896050453186 -0.0559699796140194 <_> <_> <_>2 9 4 18 -1. <_>2 9 2 9 2. <_>4 18 2 9 2. 0 3.2501420937478542e-003 -0.2152089029550552 0.1341784000396729 <_> <_> <_>8 10 4 6 -1. <_>8 10 2 6 2. 0 5.6356219574809074e-003 -0.0915983468294144 0.2693023085594177 <_> <_> <_>0 16 4 12 -1. <_>0 16 2 6 2. <_>2 22 2 6 2. 0 -5.1177428103983402e-003 -0.3009229898452759 0.1044047027826309 <_> <_> <_>2 22 12 4 -1. <_>6 22 4 4 3. 0 -0.0601951293647289 0.1851283013820648 -0.0630041509866714 <_> <_> <_>0 24 9 4 -1. <_>3 24 3 4 3. 0 0.0464735589921474 0.0375593788921833 -0.8111779093742371 <_> <_> <_>9 13 4 12 -1. <_>9 17 4 4 3. 0 2.2262150887399912e-003 -0.1226280033588409 0.0832881927490234 <_> <_> <_>2 10 4 6 -1. <_>4 10 2 6 2. 0 0.0166707802563906 -0.0527744293212891 0.5488799810409546 <_> <_> <_>4 8 8 6 -1. <_>4 10 8 2 3. 0 -0.0630935281515121 -0.7470207214355469 0.0270495098084211 <_> <_> <_>0 22 12 4 -1. <_>4 22 4 4 3. 0 -7.7139958739280701e-004 0.0921770632266998 -0.2999443113803864 <_> <_> <_>4 21 9 7 -1. <_>7 21 3 7 3. 0 -0.0891078934073448 -0.3893744051456451 0.0298317596316338 <_> <_> <_>5 22 4 6 -1. <_>7 22 2 6 2. 0 -1.7469590238761157e-004 0.1611765027046204 -0.2063910067081451 <_> <_> <_>9 2 3 12 -1. <_>10 2 1 12 3. 0 -2.1986931096762419e-003 0.1428606957197189 -0.1236654967069626 <_> <_> <_>2 3 3 12 -1. <_>3 3 1 12 3. 0 2.1864708978682756e-003 -0.1743519008159638 0.1658601015806198 <_> <_> <_>8 4 4 6 -1. <_>8 4 2 6 2. 1 0.0127384504303336 0.0483400784432888 -0.0812979266047478 <_> <_> <_>6 4 6 4 -1. <_>6 4 6 2 2. 1 -0.0123834004625678 -0.3746446073055267 0.0812059789896011 <_> <_> <_>4 6 8 16 -1. <_>8 6 4 8 2. <_>4 14 4 8 2. 0 -0.1209435015916824 -0.9190897941589356 0.0170078407973051 <_> <_> <_>2 6 8 16 -1. <_>2 6 4 8 2. <_>6 14 4 8 2. 0 0.0489029809832573 -0.0706190690398216 0.5136343836784363 <_> <_> <_>4 8 8 8 -1. <_>6 8 4 8 2. 0 -1.9585320260375738e-003 0.0998083725571632 -0.1068151965737343 <_> <_> <_>0 6 12 10 -1. <_>4 6 4 10 3. 0 -0.2964532077312470 -0.9121376276016235 0.0322923585772514 <_> <_> <_>8 10 6 7 -1. <_>10 12 2 7 3. 1 0.1074197962880135 -2.3814958985894918e-003 -0.7183641791343689 <_> <_> <_>6 10 7 6 -1. <_>4 12 7 2 3. 1 -0.0420404411852360 0.3084833920001984 -0.0996473729610443 <_> <_> <_>5 11 4 7 -1. <_>5 11 2 7 2. 0 6.8270778283476830e-003 0.0833021327853203 -0.3643383979797363 <_> <_> <_>1 11 12 16 -1. <_>1 11 6 8 2. <_>7 19 6 8 2. 0 -0.0110720898956060 -0.2588649988174439 0.1257940977811813 <_> <_> <_>6 9 3 13 -1. <_>7 9 1 13 3. 0 -0.0163990296423435 0.3019199073314667 -0.0493520908057690 <_> <_> <_>3 9 6 4 -1. <_>3 11 6 2 2. 0 -2.0852450688835233e-004 0.1250873059034348 -0.2199361026287079 <_> <_> <_>9 22 4 6 -1. <_>9 22 2 6 2. 0 -0.0301748607307673 -0.6535304784774780 0.0101856999099255 <_> <_> <_>2 9 7 4 -1. <_>2 11 7 2 2. 0 -3.9148568175733089e-003 -0.2078171968460083 0.1246095001697540 <_> <_> <_>7 15 3 12 -1. <_>8 15 1 12 3. 0 -2.7260989882051945e-003 0.1244395002722740 -0.1554064005613327 <_> <_> <_>2 15 8 3 -1. <_>6 15 4 3 2. 0 0.0174329001456499 -0.0597618892788887 0.4943063855171204 -1.0450960397720337 13 -1 <_> <_> <_> <_>1 7 12 19 -1. <_>4 7 6 19 2. 0 -0.2145441025495529 0.5164629817008972 -0.2201218008995056 <_> <_> <_>6 9 4 12 -1. <_>8 9 2 6 2. <_>6 15 2 6 2. 0 0.0137962102890015 0.0505414195358753 -0.2330507040023804 <_> <_> <_>1 12 4 6 -1. <_>1 15 4 3 2. 0 9.6883601509034634e-004 -0.2479321062564850 0.2053676992654800 <_> <_> <_>4 22 8 6 -1. <_>8 22 4 3 2. <_>4 25 4 3 2. 0 -6.6670728847384453e-003 -0.2254648953676224 6.4493361860513687e-003 <_> <_> <_>2 22 8 6 -1. <_>2 22 4 3 2. <_>6 25 4 3 2. 0 2.1733778994530439e-003 -0.2116402983665466 0.2181985974311829 <_> <_> <_>9 17 4 6 -1. <_>9 17 2 6 2. 0 -1.2321940157562494e-003 0.0677922964096069 -0.1166194006800652 <_> <_> <_>1 17 4 6 -1. <_>3 17 2 6 2. 0 -5.9950752183794975e-003 -0.4238491058349609 0.1320454031229019 <_> <_> <_>4 5 6 4 -1. <_>4 7 6 2 2. 0 0.0269428305327892 -0.1016191020607948 0.4809207916259766 <_> <_> <_>7 3 4 6 -1. <_>7 3 2 6 2. 1 0.0669070035219193 -0.0845523476600647 0.4927454888820648 <_> <_> <_>6 24 6 4 -1. <_>6 24 3 4 2. 0 -1.6729519702494144e-003 0.0921978726983070 -0.2295431047677994 <_> <_> <_>1 21 12 3 -1. <_>5 21 4 3 3. 0 0.0138087300583720 -0.0609050989151001 0.5849006175994873 <_> <_> <_>7 17 2 7 -1. <_>7 17 1 7 2. 1 -0.0236271601170301 -0.8834797739982605 9.7397705540060997e-003 <_> <_> <_>7 17 7 2 -1. <_>7 17 7 1 2. 1 -0.0139276403933764 -0.6530944108963013 0.0528865084052086 <_> <_> <_>6 12 3 16 -1. <_>6 20 3 8 2. 0 3.6122989840805531e-003 -0.2636939883232117 0.1059527993202210 <_> <_> <_>2 24 9 4 -1. <_>5 24 3 4 3. 0 -0.0529494509100914 -0.7340934276580811 0.0470140390098095 <_> <_> <_>2 25 12 2 -1. <_>2 25 6 2 2. 0 0.0174148194491863 0.0176837407052517 -0.5878229737281799 <_> <_> <_>0 25 12 2 -1. <_>6 25 6 2 2. 0 -3.2427799305878580e-004 0.1388638019561768 -0.3060975074768066 <_> <_> <_>4 11 6 8 -1. <_>4 15 6 4 2. 0 -0.0436137914657593 0.5485711097717285 -0.0673488527536392 <_> <_> <_>5 0 4 6 -1. <_>7 0 2 6 2. 0 -9.3427510000765324e-004 0.1839264035224915 -0.1749247014522553 <_> <_> <_>2 2 10 7 -1. <_>2 2 5 7 2. 0 0.0796064212918282 0.0456521511077881 -0.6391065716743469 <_> <_> <_>0 1 12 25 -1. <_>3 1 6 25 2. 0 -0.0251207500696182 0.1004699021577835 -0.2782456874847412 <_> <_> <_>1 14 12 6 -1. <_>4 14 6 6 2. 0 0.0329769104719162 -0.0593111999332905 0.6532837748527527 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -3.7845480255782604e-003 -0.2419032007455826 0.1309728026390076 <_> <_> <_>6 15 3 12 -1. <_>7 15 1 12 3. 0 9.4495685771107674e-003 -0.0931000337004662 0.2378582060337067 <_> <_> <_>6 7 2 12 -1. <_>7 7 1 12 2. 0 2.5168890133500099e-003 0.1360431015491486 -0.2815954089164734 <_> <_> <_>5 9 4 6 -1. <_>5 9 2 6 2. 0 2.6242460589855909e-003 0.0898342728614807 -0.3772903978824616 <_> <_> <_>3 20 6 6 -1. <_>6 20 3 6 2. 0 -0.0446261987090111 0.3832083940505981 -0.0962854698300362 <_> <_> <_>3 10 8 4 -1. <_>3 10 4 4 2. 0 1.4027470024302602e-004 -0.1726175993680954 0.1657430976629257 <_> <_> <_>0 5 9 18 -1. <_>3 11 3 6 9. 0 0.0391159094870090 0.0786521136760712 -0.3568983972072601 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 0 -0.0666820034384727 -0.8800150752067566 9.0465601533651352e-003 <_> <_> <_>2 8 4 6 -1. <_>4 8 2 6 2. 0 6.3860351219773293e-003 -0.0759362131357193 0.3862276971340179 <_> <_> <_>8 8 4 12 -1. <_>10 8 2 6 2. <_>8 14 2 6 2. 0 0.0435498990118504 -0.0256800092756748 0.7408592104911804 <_> <_> <_>4 10 6 8 -1. <_>4 10 3 4 2. <_>7 14 3 4 2. 0 1.8360930262133479e-003 0.1118386983871460 -0.3336220085620880 <_> <_> <_>7 15 4 6 -1. <_>7 15 4 3 2. 1 1.6189280431717634e-003 0.0189690608531237 -0.1513012945652008 <_> <_> <_>7 15 6 4 -1. <_>7 15 3 4 2. 1 2.8807038906961679e-003 0.0942855924367905 -0.3110074996948242 <_> <_> <_>1 9 13 15 -1. <_>1 14 13 5 3. 0 -0.0324896499514580 -0.2190852016210556 0.1137090027332306 <_> <_> <_>5 1 3 25 -1. <_>6 1 1 25 3. 0 -0.0382537096738815 0.3790800869464874 -0.0682981386780739 <_> <_> <_>6 15 3 12 -1. <_>7 15 1 12 3. 0 -0.0184787698090076 0.2962324917316437 -0.0606829114258289 <_> <_> <_>0 7 4 16 -1. <_>0 7 2 8 2. <_>2 15 2 8 2. 0 0.0155697502195835 0.0857312902808189 -0.3317534029483795 <_> <_> <_>4 2 6 4 -1. <_>4 4 6 2 2. 0 -1.7486449796706438e-003 0.1255429983139038 -0.1979753971099854 <_> <_> <_>0 0 10 10 -1. <_>0 5 10 5 2. 0 0.0909955576062202 -0.0675900131464005 0.5267614722251892 <_> <_> <_>8 5 6 8 -1. <_>11 5 3 4 2. <_>8 9 3 4 2. 0 -6.0815969482064247e-003 0.2188315987586975 -0.1579461991786957 <_> <_> <_>1 14 12 14 -1. <_>1 14 6 7 2. <_>7 21 6 7 2. 0 0.0136338500306010 0.1246353015303612 -0.2339652925729752 <_> <_> <_>7 1 6 18 -1. <_>9 7 2 6 9. 0 -0.3204661905765533 0.4580850899219513 -0.0275732595473528 <_> <_> <_>0 18 14 8 -1. <_>0 18 7 4 2. <_>7 22 7 4 2. 0 -3.6630940157920122e-003 -0.2400335073471069 0.1225626021623612 -0.9280924201011658 14 -1 <_> <_> <_> <_>2 3 8 23 -1. <_>6 3 4 23 2. 0 -0.1590135991573334 0.4353503882884979 -0.1706434935331345 <_> <_> <_>10 18 4 9 -1. <_>10 18 2 9 2. 0 -8.1815905869007111e-003 -0.4628070890903473 0.0885146036744118 <_> <_> <_>0 25 8 3 -1. <_>4 25 4 3 2. 0 -7.1978997766564135e-006 0.1624667048454285 -0.3189904093742371 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 0.0141281802207232 0.0432598814368248 -0.5932887792587280 <_> <_> <_>1 22 4 6 -1. <_>3 22 2 6 2. 0 -9.5496661961078644e-003 -0.6398767232894898 0.0462039299309254 <_> <_> <_>6 16 2 12 -1. <_>6 16 1 12 2. 0 -2.4156800936907530e-003 0.2600989937782288 -0.1709903031587601 <_> <_> <_>2 14 6 14 -1. <_>2 14 3 7 2. <_>5 21 3 7 2. 0 4.4057718478143215e-003 -0.2267919927835465 0.1639396995306015 <_> <_> <_>4 8 6 6 -1. <_>6 8 2 6 3. 0 -0.0338254384696484 -0.7283406257629395 0.0516999587416649 <_> <_> <_>0 18 8 6 -1. <_>0 18 4 3 2. <_>4 21 4 3 2. 0 0.0296280104666948 0.0343999303877354 -0.6940060853958130 <_> <_> <_>7 13 6 11 -1. <_>9 13 2 11 3. 0 0.1229469031095505 3.3281920477747917e-003 -0.7660214900970459 <_> <_> <_>1 16 12 7 -1. <_>4 16 6 7 2. 0 -0.0988161712884903 0.3143998086452484 -0.1013118028640747 <_> <_> <_>7 15 4 9 -1. <_>7 15 2 9 2. 0 -3.3952430821955204e-003 0.0333622097969055 -0.1316892951726914 <_> <_> <_>3 15 4 9 -1. <_>5 15 2 9 2. 0 0.0245866999030113 -0.0652275532484055 0.6816970109939575 <_> <_> <_>10 18 4 8 -1. <_>10 18 2 8 2. 0 7.8804800286889076e-003 0.1292610019445419 -0.4378339052200317 <_> <_> <_>2 7 9 6 -1. <_>2 9 9 2 3. 0 -9.1016880469396710e-004 0.1369279026985169 -0.1982776969671249 <_> <_> <_>1 9 12 6 -1. <_>1 12 12 3 2. 0 0.0161782596260309 0.0992875024676323 -0.3409053981304169 <_> <_> <_>3 5 5 12 -1. <_>3 11 5 6 2. 0 -0.1052768006920815 -0.9173877239227295 0.0326749682426453 <_> <_> <_>3 6 8 4 -1. <_>3 8 8 2 2. 0 -0.0370904989540577 0.4204797148704529 -0.0710027664899826 <_> <_> <_>4 6 6 6 -1. <_>4 8 6 2 3. 0 0.0387211404740810 -0.0732844322919846 0.4820480942726135 <_> <_> <_>1 26 12 2 -1. <_>1 26 6 2 2. 0 -3.4923329949378967e-003 -0.2871321141719818 0.1039713025093079 <_> <_> <_>5 7 4 6 -1. <_>7 7 2 6 2. 0 -0.0112144602462649 -0.5163223147392273 0.0543844103813171 <_> <_> <_>7 5 6 5 -1. <_>7 5 3 5 2. 1 -2.2951549908611923e-004 -0.1635524034500122 0.0772165581583977 <_> <_> <_>5 9 3 13 -1. <_>6 9 1 13 3. 0 0.0257446095347404 -0.0573031008243561 0.4952527880668640 <_> <_> <_>5 18 6 10 -1. <_>8 18 3 5 2. <_>5 23 3 5 2. 0 0.0379986204206944 0.0276545807719231 -0.4847078919410706 <_> <_> <_>3 18 6 10 -1. <_>3 18 3 5 2. <_>6 23 3 5 2. 0 2.3906941059976816e-003 -0.2010668069124222 0.1620907932519913 <_> <_> <_>7 15 7 6 -1. <_>7 15 7 3 2. 1 -0.1289131939411163 -0.6972699761390686 0.0172267593443394 <_> <_> <_>0 23 9 5 -1. <_>3 23 3 5 3. 0 9.4630720559507608e-004 -0.2710422873497009 0.1089453995227814 <_> <_> <_>7 15 7 6 -1. <_>7 15 7 3 2. 1 3.2807278912514448e-003 -0.0419495105743408 0.0821790024638176 <_> <_> <_>7 15 6 7 -1. <_>7 15 3 7 2. 1 0.0512044988572598 0.0481804087758064 -0.6634492278099060 <_> <_> <_>7 2 6 12 -1. <_>10 2 3 6 2. <_>7 8 3 6 2. 0 -0.0457515083253384 0.1935078948736191 -0.0372233018279076 <_> <_> <_>7 5 6 4 -1. <_>7 5 6 2 2. 1 0.0143915796652436 0.1082883030176163 -0.2352464050054550 <_> <_> <_>7 3 6 10 -1. <_>10 3 3 5 2. <_>7 8 3 5 2. 0 -7.6694227755069733e-003 0.0774298831820488 -0.0466584414243698 <_> <_> <_>1 3 6 10 -1. <_>1 3 3 5 2. <_>4 8 3 5 2. 0 -0.0493752099573612 0.3560423851013184 -0.0817319303750992 <_> <_> <_>1 7 12 4 -1. <_>1 7 6 4 2. 0 0.0493589788675308 0.0501068383455276 -0.5927317142486572 <_> <_> <_>5 1 6 4 -1. <_>5 1 6 2 2. 1 0.0530142895877361 0.0331554301083088 -0.7078366875648499 <_> <_> <_>0 0 14 10 -1. <_>0 5 14 5 2. 0 -0.0120867397636175 0.1494368016719818 -0.1897324025630951 <_> <_> <_>0 8 10 18 -1. <_>0 8 5 9 2. <_>5 17 5 9 2. 0 -0.1357958018779755 0.4586344063282013 -0.0719983428716660 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 1.9633909687399864e-003 -0.1042060032486916 0.1846560984849930 <_> <_> <_>2 21 8 7 -1. <_>4 21 4 7 2. 0 9.3589266762137413e-003 0.0539574585855007 -0.4733794033527374 <_> <_> <_>3 21 8 6 -1. <_>5 21 4 6 2. 0 4.3361759744584560e-003 -0.0571734011173248 0.5095887184143066 <_> <_> <_>4 10 6 8 -1. <_>6 10 2 8 3. 0 8.5009206086397171e-003 0.0940768197178841 -0.2926596999168396 <_> <_> <_>8 2 3 12 -1. <_>9 2 1 12 3. 0 -0.0190899204462767 0.3542652130126953 -0.0558761097490788 <_> <_> <_>3 2 3 12 -1. <_>4 2 1 12 3. 0 -1.6061830101534724e-003 0.1663406044244766 -0.1593942940235138 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 -7.8830653801560402e-003 -0.2606467008590698 0.0552368983626366 <_> <_> <_>1 25 12 3 -1. <_>7 25 6 3 2. 0 -3.2838371116667986e-003 -0.2492434978485107 0.1428827941417694 <_> <_> <_>7 20 3 5 -1. <_>8 21 1 5 3. 1 0.0192042198032141 -0.0261326599866152 0.3293955028057098 -0.8597478270530701 15 -1 <_> <_> <_> <_>3 15 8 11 -1. <_>5 15 4 11 2. 0 -0.1014143005013466 0.4719781875610352 -0.1812396049499512 <_> <_> <_>1 1 12 21 -1. <_>5 8 4 7 9. 0 -0.7670872211456299 0.4321441948413849 -0.1070564016699791 <_> <_> <_>0 22 4 6 -1. <_>2 22 2 6 2. 0 8.0198869109153748e-003 0.0848589166998863 -0.5016363263130188 <_> <_> <_>5 23 9 4 -1. <_>8 23 3 4 3. 0 0.0421738885343075 0.0436127297580242 -0.6513525247573853 <_> <_> <_>0 23 9 4 -1. <_>3 23 3 4 3. 0 4.0101539343595505e-003 -0.2415114045143127 0.1702917963266373 <_> <_> <_>6 3 4 12 -1. <_>8 3 2 6 2. <_>6 9 2 6 2. 0 -1.3389269588515162e-003 -0.1842131018638611 0.0922170132398605 <_> <_> <_>6 4 2 24 -1. <_>6 4 1 12 2. <_>7 16 1 12 2. 0 3.3321550581604242e-003 -0.1670908927917481 0.1923999935388565 <_> <_> <_>5 9 4 6 -1. <_>5 9 2 6 2. 0 1.5524900518357754e-003 0.1111333966255188 -0.3120034933090210 <_> <_> <_>2 7 4 6 -1. <_>4 7 2 6 2. 0 0.0238092597573996 -0.0640965998172760 0.5616208910942078 <_> <_> <_>4 8 6 20 -1. <_>4 18 6 10 2. 0 0.0280854292213917 -0.2239045947790146 0.1683211028575897 <_> <_> <_>1 16 3 12 -1. <_>2 16 1 12 3. 0 -4.7726151533424854e-003 -0.4615002870559692 0.0494330003857613 <_> <_> <_>8 12 6 16 -1. <_>8 16 6 8 2. 0 0.1053185015916824 0.0346832908689976 -0.6428365111351013 <_> <_> <_>1 17 4 6 -1. <_>3 17 2 6 2. 0 -7.2594000957906246e-003 -0.4041875898838043 0.0609010681509972 <_> <_> <_>7 14 6 9 -1. <_>9 14 2 9 3. 0 8.7005542591214180e-003 -0.0758324787020683 0.0894848927855492 <_> <_> <_>1 14 6 9 -1. <_>3 14 2 9 3. 0 -0.0536715202033520 0.7371097207069397 -0.0409931503236294 <_> <_> <_>8 0 4 18 -1. <_>10 0 2 9 2. <_>8 9 2 9 2. 0 0.0345212109386921 -0.0137315401807427 0.2729964852333069 <_> <_> <_>2 0 4 18 -1. <_>2 0 2 9 2. <_>4 9 2 9 2. 0 -7.2156880050897598e-003 0.1272314935922623 -0.2332960963249207 <_> <_> <_>11 14 2 12 -1. <_>11 14 1 12 2. 0 1.7666360363364220e-003 0.0579776912927628 -0.2003654986619949 <_> <_> <_>1 14 2 12 -1. <_>2 14 1 12 2. 0 3.8101759273558855e-003 0.0738669112324715 -0.3078007102012634 <_> <_> <_>8 11 3 12 -1. <_>9 11 1 12 3. 0 -0.0250196307897568 0.4350267052650452 -0.0482944287359715 <_> <_> <_>1 7 12 6 -1. <_>4 7 6 6 2. 0 9.7328815609216690e-003 -0.0830639526247978 0.3000870048999786 <_> <_> <_>1 1 12 9 -1. <_>4 1 6 9 2. 0 -3.3074519596993923e-003 0.1359129995107651 -0.2247667014598846 <_> <_> <_>1 3 12 20 -1. <_>1 3 6 10 2. <_>7 13 6 10 2. 0 -0.1917860954999924 -0.8793690204620361 0.0279150791466236 <_> <_> <_>4 8 6 10 -1. <_>7 8 3 5 2. <_>4 13 3 5 2. 0 6.0892169130966067e-004 -0.2289137989282608 0.1023617014288902 <_> <_> <_>6 5 8 3 -1. <_>6 5 4 3 2. 1 -7.7072591520845890e-003 -0.2491775006055832 0.0943151563405991 <_> <_> <_>3 15 8 7 -1. <_>5 15 4 7 2. 0 -0.1091611012816429 0.5566406846046448 -0.0474190413951874 <_> <_> <_>0 14 12 12 -1. <_>4 18 4 4 9. 0 -0.0637037828564644 -0.2150306999683380 0.1065587997436523 <_> <_> <_>5 12 4 16 -1. <_>5 16 4 8 2. 0 -0.0267041604965925 0.3301782011985779 -0.0935690328478813 <_> <_> <_>0 21 12 6 -1. <_>4 21 4 6 3. 0 -2.7289129793643951e-003 0.0865313410758972 -0.2662309110164642 <_> <_> <_>4 17 8 7 -1. <_>4 17 4 7 2. 0 -0.1057505011558533 -1. 5.9039499610662460e-003 <_> <_> <_>2 17 8 7 -1. <_>6 17 4 7 2. 0 0.0189048293977976 -0.0620773099362850 0.4779633879661560 <_> <_> <_>7 4 6 5 -1. <_>7 4 3 5 2. 1 -0.1639672070741653 -1. 0.0104935104027390 <_> <_> <_>7 4 5 6 -1. <_>7 4 5 3 2. 1 0.0104537103325129 0.1268896013498306 -0.2035153061151505 <_> <_> <_>8 3 6 7 -1. <_>8 3 3 7 2. 1 0.1372427046298981 9.6491426229476929e-003 -0.3790872991085053 <_> <_> <_>6 3 7 6 -1. <_>6 3 7 3 2. 1 -5.0359591841697693e-003 -0.2593623101711273 0.1174589022994041 <_> <_> <_>7 4 2 22 -1. <_>7 4 1 22 2. 0 6.5677291713654995e-003 -0.0604652911424637 0.1563781946897507 <_> <_> <_>5 4 2 22 -1. <_>6 4 1 22 2. 0 -0.0303469896316528 0.3840340077877045 -0.0614773593842983 <_> <_> <_>7 8 2 12 -1. <_>7 8 1 12 2. 0 0.0175463296473026 0.0286432299762964 -0.4767946898937225 <_> <_> <_>5 8 2 12 -1. <_>6 8 1 12 2. 0 -4.5566740445792675e-003 -0.3126108944416046 0.1088562980294228 <_> <_> <_>3 8 10 5 -1. <_>3 8 5 5 2. 0 -0.0698510929942131 -0.7099410295486450 0.0185367707163095 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 -1.4962710338295437e-005 0.1028714030981064 -0.2292115986347199 <_> <_> <_>8 8 4 16 -1. <_>10 8 2 8 2. <_>8 16 2 8 2. 0 -0.0727050006389618 0.4252012073993683 -0.0282363407313824 <_> <_> <_>2 8 4 16 -1. <_>2 8 2 8 2. <_>4 16 2 8 2. 0 0.0373382903635502 -0.0766300335526466 0.3237414956092835 <_> <_> <_>1 21 12 4 -1. <_>7 21 6 2 2. <_>1 23 6 2 2. 0 0.0286909602582455 0.0300294999033213 -0.8400797843933106 <_> <_> <_>4 2 2 12 -1. <_>4 8 2 6 2. 0 0.0100197698920965 -0.0790718570351601 0.3401907086372376 <_> <_> <_>4 10 6 4 -1. <_>4 12 6 2 2. 0 -3.9540659636259079e-003 -0.2444967925548554 0.1184566020965576 <_> <_> <_>2 8 10 12 -1. <_>2 12 10 4 3. 0 -8.2879550755023956e-003 0.1062875017523766 -0.2204415053129196 <_> <_> <_>4 17 6 8 -1. <_>7 17 3 4 2. <_>4 21 3 4 2. 0 -0.0345824807882309 -0.7133362889289856 0.0297279208898544 <_> <_> <_>7 15 4 3 -1. <_>6 16 4 1 3. 1 -1.4701869804412127e-003 0.1263066977262497 -0.1826086044311523 <_> <_> <_>9 20 3 5 -1. <_>10 21 1 5 3. 1 -0.0187925603240728 0.4415951073169708 -0.0629801005125046 <_> <_> <_>0 18 14 6 -1. <_>7 18 7 6 2. 0 -0.0198302809149027 -0.2830869853496552 0.0921800285577774 <_> <_> <_>9 0 3 24 -1. <_>9 6 3 12 2. 0 -0.1632145941257477 -0.4135583043098450 0.0115620503202081 <_> <_> <_>2 0 3 24 -1. <_>2 6 3 12 2. 0 0.0756249874830246 0.0221054404973984 -0.9143025279045105 <_> <_> <_>6 2 4 6 -1. <_>6 2 2 6 2. 0 -2.2491789422929287e-003 0.0919266864657402 -0.1063376963138580 <_> <_> <_>1 25 12 3 -1. <_>5 25 4 3 3. 0 -0.0633106380701065 -0.7710062861442566 0.0270474795252085 -0.8670626282691956 16 -1 <_> <_> <_> <_>1 4 12 14 -1. <_>4 4 6 14 2. 0 -0.1704327017068863 0.4742506146430969 -0.1858147978782654 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 0.0279671307653189 -0.0862911790609360 0.5325798988342285 <_> <_> <_>7 18 4 6 -1. <_>7 18 2 6 2. 1 2.0941249385941774e-004 -0.2719970047473908 0.1361507028341293 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 -0.0336372405290604 0.2829976081848145 -0.0223564691841602 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -4.5356429181993008e-003 0.1613575965166092 -0.2016250044107437 <_> <_> <_>7 4 6 4 -1. <_>7 4 3 4 2. 1 3.3124668989330530e-003 -0.0796776190400124 0.1437523961067200 <_> <_> <_>7 1 7 4 -1. <_>7 1 7 2 2. 1 -0.0548887401819229 0.6656386256217957 -0.0535266697406769 <_> <_> <_>7 2 6 4 -1. <_>7 2 3 4 2. 1 5.3796600550413132e-003 -0.0964008867740631 0.0932230502367020 <_> <_> <_>3 10 8 6 -1. <_>5 10 4 6 2. 0 -0.0602832399308681 -0.5432562232017517 0.0545159690082073 <_> <_> <_>5 20 8 8 -1. <_>7 20 4 8 2. 0 8.4590855985879898e-003 0.0501895211637020 -0.3763839900493622 <_> <_> <_>6 15 8 5 -1. <_>6 15 4 5 2. 1 2.8549430426210165e-003 0.1310580968856812 -0.2490307986736298 <_> <_> <_>2 7 10 6 -1. <_>7 7 5 3 2. <_>2 10 5 3 2. 0 -0.0206082500517368 -0.4339326024055481 0.0609189309179783 <_> <_> <_>7 20 4 4 -1. <_>6 21 4 2 2. 1 -0.0100884195417166 0.2943368852138519 -0.1009266003966332 <_> <_> <_>1 24 12 4 -1. <_>4 24 6 4 2. 0 -0.0594313405454159 -0.9010205268859863 0.0273306891322136 <_> <_> <_>4 4 6 6 -1. <_>6 4 2 6 3. 0 -2.4024050217121840e-003 0.1275802999734879 -0.1913405954837799 <_> <_> <_>1 4 12 24 -1. <_>7 4 6 12 2. <_>1 16 6 12 2. 0 -0.0273728203028440 -0.2805157899856567 0.1089297980070114 <_> <_> <_>4 4 3 15 -1. <_>4 9 3 5 3. 0 -0.0738175511360168 0.3663662075996399 -0.0712614730000496 <_> <_> <_>11 3 3 8 -1. <_>11 3 3 4 2. 1 -0.0693658664822578 0.4475974142551422 -0.0351121984422207 <_> <_> <_>4 9 2 13 -1. <_>5 9 1 13 2. 0 -1.2530760141089559e-003 0.1048106998205185 -0.2533156871795654 <_> <_> <_>6 9 4 6 -1. <_>6 9 2 6 2. 0 -3.2429681159555912e-003 -0.2108380943536758 0.0897550135850906 <_> <_> <_>2 17 8 3 -1. <_>6 17 4 3 2. 0 0.0161152593791485 -0.0580191612243652 0.5575944185256958 <_> <_> <_>4 11 6 8 -1. <_>7 11 3 4 2. <_>4 15 3 4 2. 0 6.2562932725995779e-004 -0.2161120027303696 0.1221512034535408 <_> <_> <_>0 0 14 27 -1. <_>0 9 14 9 3. 0 -0.7664182782173157 -0.6364763975143433 0.0339151211082935 <_> <_> <_>5 8 4 6 -1. <_>5 11 4 3 2. 0 -7.4419458542251959e-006 0.0953467115759850 -0.2395074069499970 <_> <_> <_>5 2 4 12 -1. <_>5 5 4 6 2. 0 -3.7739300751127303e-004 0.1448128074407578 -0.1847649067640305 <_> <_> <_>6 3 4 9 -1. <_>6 6 4 3 3. 0 0.0767296031117439 0.0117427203804255 -0.9621391892433167 <_> <_> <_>4 3 4 9 -1. <_>4 6 4 3 3. 0 -4.4697099365293980e-003 -0.2338539063930512 0.1046433970332146 <_> <_> <_>9 5 4 6 -1. <_>9 5 4 3 2. 1 0.0759118124842644 6.7219119518995285e-003 -0.4231118857860565 <_> <_> <_>5 5 6 4 -1. <_>5 5 3 4 2. 1 -8.3202589303255081e-003 0.3212206065654755 -0.0836618393659592 <_> <_> <_>1 1 12 21 -1. <_>4 1 6 21 2. 0 -0.0372338183224201 0.1166239008307457 -0.2397601008415222 <_> <_> <_>1 25 12 3 -1. <_>5 25 4 3 3. 0 -2.1381198894232512e-003 0.0847558081150055 -0.2514953017234802 <_> <_> <_>9 18 4 10 -1. <_>9 18 2 10 2. 0 -4.4315438717603683e-003 -0.1099039986729622 0.0667133629322052 <_> <_> <_>4 16 9 3 -1. <_>3 17 9 1 3. 1 -0.0109596000984311 0.2881847023963928 -0.0776968672871590 <_> <_> <_>9 18 4 10 -1. <_>9 18 2 10 2. 0 0.0349071696400642 -0.0117123397067189 0.3996582031250000 <_> <_> <_>1 18 4 10 -1. <_>3 18 2 10 2. 0 -0.0133350798860192 -0.4989624917507172 0.0531930401921272 <_> <_> <_>4 10 9 4 -1. <_>4 12 9 2 2. 0 -0.0370701104402542 -0.5934662818908691 0.0125023899599910 <_> <_> <_>1 0 12 5 -1. <_>5 0 4 5 3. 0 -0.0911188572645187 -0.6066418886184692 0.0302236396819353 <_> <_> <_>7 9 2 18 -1. <_>7 15 2 6 3. 0 -0.0675279572606087 0.3259307146072388 -0.0328103601932526 <_> <_> <_>0 22 6 6 -1. <_>2 22 2 6 3. 0 -0.0263177193701267 -0.7659987807273865 0.0252636894583702 <_> <_> <_>5 21 6 5 -1. <_>5 21 3 5 2. 0 0.0378778390586376 1.7415969632565975e-003 -0.9109066724777222 <_> <_> <_>3 21 6 5 -1. <_>6 21 3 5 2. 0 1.6833839472383261e-003 -0.0647690072655678 0.3594624996185303 <_> <_> <_>9 21 2 5 -1. <_>9 21 1 5 2. 1 -4.2451170884305611e-005 0.0622288994491100 -0.0850693508982658 <_> <_> <_>0 17 6 8 -1. <_>0 17 3 4 2. <_>3 21 3 4 2. 0 2.7713281451724470e-004 -0.1725254952907562 0.1251116991043091 <_> <_> <_>4 0 6 6 -1. <_>6 0 2 6 3. 0 -3.0400960240513086e-003 0.1503273993730545 -0.1442324966192246 <_> <_> <_>2 1 6 14 -1. <_>2 1 3 7 2. <_>5 8 3 7 2. 0 -0.0548231489956379 0.3471147119998932 -0.0632942169904709 <_> <_> <_>6 8 5 6 -1. <_>6 11 5 3 2. 0 1.4232549583539367e-003 0.0737556889653206 -0.2708419859409332 <_> <_> <_>4 8 4 6 -1. <_>6 8 2 6 2. 0 -3.3660030458122492e-003 -0.2314403057098389 0.0882168710231781 <_> <_> <_>4 6 6 6 -1. <_>4 8 6 2 3. 0 -1.1405759723857045e-003 0.1568742990493774 -0.1337956041097641 <_> <_> <_>3 5 6 4 -1. <_>3 7 6 2 2. 0 3.7445020861923695e-003 -0.1213240027427673 0.2272326946258545 <_> <_> <_>7 6 4 6 -1. <_>7 6 2 6 2. 1 0.0165855102241039 0.0546315796673298 -0.1011700034141541 <_> <_> <_>4 5 6 4 -1. <_>4 7 6 2 2. 0 -2.9970710165798664e-003 0.1725863069295883 -0.1428837031126022 <_> <_> <_>7 1 4 21 -1. <_>8 1 2 21 2. 0 -3.0509869102388620e-003 0.1088953018188477 -0.1286545991897583 <_> <_> <_>2 2 6 20 -1. <_>4 2 2 20 3. 0 -0.0270371790975332 -0.2180904000997543 0.1033558025956154 <_> <_> <_>9 20 3 5 -1. <_>10 21 1 5 3. 1 -0.0140204904600978 0.1701382994651794 -0.0464837998151779 <_> <_> <_>0 24 6 4 -1. <_>3 24 3 4 2. 0 4.0001110173761845e-003 0.0614529401063919 -0.3510772883892059 <_> <_> <_>4 2 6 6 -1. <_>6 2 2 6 3. 0 0.0118885701522231 -0.0656594932079315 0.3412817120552063 <_> <_> <_>6 2 4 6 -1. <_>6 2 4 3 2. 1 0.0100419102236629 0.1064506992697716 -0.2390539944171906 <_> <_> <_>1 4 13 2 -1. <_>1 5 13 1 2. 0 -8.3469128003343940e-004 0.1135992035269737 -0.1245623007416725 <_> <_> <_>7 11 6 7 -1. <_>7 11 3 7 2. 1 -0.0842861980199814 0.4447234869003296 -0.0466776899993420 <_> <_> <_>8 16 6 4 -1. <_>8 16 6 2 2. 1 -0.0120847001671791 -0.3138999938964844 0.0818648189306259 -0.8954405188560486 17 -1 <_> <_> <_> <_>1 3 12 24 -1. <_>5 11 4 8 9. 0 -0.6687834262847900 0.4141151010990143 -0.1881030052900314 <_> <_> <_>2 24 12 4 -1. <_>8 24 6 2 2. <_>2 26 6 2 2. 0 3.4350738860666752e-004 -0.1568018049001694 0.1078224033117294 <_> <_> <_>0 24 12 4 -1. <_>0 24 6 2 2. <_>6 26 6 2 2. 0 2.6565280277282000e-003 -0.2203073054552078 0.2143961042165756 <_> <_> <_>6 4 2 24 -1. <_>7 4 1 12 2. <_>6 16 1 12 2. 0 -0.0192963592708111 0.4202668070793152 -0.0686715468764305 <_> <_> <_>4 8 6 6 -1. <_>6 8 2 6 3. 0 -6.6540208645164967e-003 -0.2348881959915161 0.1674998998641968 <_> <_> <_>6 6 4 9 -1. <_>6 6 2 9 2. 0 0.0155219901353121 0.0197856705635786 -0.3918034136295319 <_> <_> <_>2 8 8 7 -1. <_>6 8 4 7 2. 0 0.0803179070353508 -0.0192786995321512 0.5852081775665283 <_> <_> <_>3 7 10 7 -1. <_>3 7 5 7 2. 0 -0.1022005975246429 -0.8146116733551025 8.9545976370573044e-003 <_> <_> <_>1 7 10 7 -1. <_>6 7 5 7 2. 0 -0.0106188701465726 0.1804476976394653 -0.2112286984920502 <_> <_> <_>4 1 9 12 -1. <_>7 5 3 4 9. 0 0.0986580699682236 -0.0491793490946293 0.2187125980854034 <_> <_> <_>1 1 9 12 -1. <_>4 5 3 4 9. 0 -0.0667582228779793 -0.2664954066276550 0.1070794016122818 <_> <_> <_>4 25 8 3 -1. <_>4 25 4 3 2. 0 -0.0292564593255520 -0.7880920767784119 5.6176739744842052e-003 <_> <_> <_>0 16 12 7 -1. <_>3 16 6 7 2. 0 -0.0121261896565557 0.1021850034594536 -0.2289942950010300 <_> <_> <_>9 17 4 7 -1. <_>9 17 2 7 2. 0 -0.0549196191132069 -0.5364720225334168 0.0142133301123977 <_> <_> <_>1 17 4 7 -1. <_>3 17 2 7 2. 0 -4.0985811501741409e-003 -0.3165036141872406 0.0767941921949387 <_> <_> <_>7 0 4 7 -1. <_>7 0 2 7 2. 1 -0.0625810772180557 -0.4872623980045319 9.1610476374626160e-003 <_> <_> <_>7 0 7 4 -1. <_>7 0 7 2 2. 1 0.0498344711959362 -0.0756874829530716 0.2999810874462128 <_> <_> <_>9 3 5 6 -1. <_>9 3 5 3 2. 1 0.1033302992582321 0.0333879999816418 -0.5665271878242493 <_> <_> <_>0 10 6 12 -1. <_>0 10 3 6 2. <_>3 16 3 6 2. 0 -0.0261539593338966 0.4466365873813629 -0.0571461506187916 <_> <_> <_>9 3 4 12 -1. <_>10 3 2 12 2. 0 0.0689492970705032 6.6676470451056957e-003 -0.9996885061264038 <_> <_> <_>1 3 4 12 -1. <_>2 3 2 12 2. 0 2.1299200598150492e-003 -0.1825354993343353 0.1254345029592514 <_> <_> <_>2 7 10 10 -1. <_>7 7 5 5 2. <_>2 12 5 5 2. 0 -0.0449918396770954 -0.5640115141868591 0.0372867509722710 <_> <_> <_>3 16 4 9 -1. <_>5 16 2 9 2. 0 0.0225338600575924 -0.0426485016942024 0.5983905196189880 <_> <_> <_>0 11 14 11 -1. <_>0 11 7 11 2. 0 0.1927445977926254 0.0304794907569885 -0.8456454873085022 <_> <_> <_>6 16 5 6 -1. <_>4 18 5 2 3. 1 -9.2559499898925424e-004 -0.2061451971530914 0.1101664975285530 <_> <_> <_>11 20 2 6 -1. <_>11 20 1 6 2. 1 -3.6584408953785896e-003 0.0914329364895821 -0.0828882232308388 <_> <_> <_>1 18 4 6 -1. <_>3 18 2 6 2. 0 3.3741090446710587e-003 0.0807349011301994 -0.3049516081809998 <_> <_> <_>10 14 3 6 -1. <_>11 15 1 6 3. 1 -0.0517578013241291 -0.8006712794303894 2.8978339396417141e-003 <_> <_> <_>4 14 6 3 -1. <_>3 15 6 1 3. 1 1.0498389601707458e-003 -0.1839697062969208 0.1342992931604385 <_> <_> <_>7 20 3 5 -1. <_>8 21 1 5 3. 1 7.5232777744531631e-003 -0.0312062408775091 0.1212494000792503 <_> <_> <_>2 25 8 3 -1. <_>6 25 4 3 2. 0 -7.1075286541599780e-005 0.0840176567435265 -0.2504396140575409 <_> <_> <_>9 15 3 12 -1. <_>10 15 1 12 3. 0 0.0113628301769495 -0.0762805193662643 0.2055979073047638 <_> <_> <_>5 15 6 2 -1. <_>5 15 6 1 2. 1 -2.4097480345517397e-003 -0.1504285037517548 0.1649363934993744 <_> <_> <_>7 18 2 7 -1. <_>7 18 1 7 2. 1 0.0240569896996021 0.0145665500313044 -0.9088677167892456 <_> <_> <_>7 20 5 3 -1. <_>6 21 5 1 3. 1 -0.0239836201071739 0.3910767138004303 -0.0541782006621361 <_> <_> <_>10 16 2 10 -1. <_>10 16 1 10 2. 1 -0.0214383192360401 -0.4854584038257599 0.0404027514159679 <_> <_> <_>4 16 10 2 -1. <_>4 16 10 1 2. 1 0.0152107402682304 0.0344815887510777 -0.5440633296966553 <_> <_> <_>1 17 12 6 -1. <_>4 17 6 6 2. 0 0.0117129897698760 -0.0652067512273788 0.4100702106952667 <_> <_> <_>4 15 6 8 -1. <_>4 15 3 4 2. <_>7 19 3 4 2. 0 6.3996820244938135e-004 -0.1477289944887161 0.1515424996614456 <_> <_> <_>7 17 6 4 -1. <_>9 19 2 4 3. 1 -3.4567480906844139e-003 0.0633511170744896 -0.1429782956838608 <_> <_> <_>7 17 4 6 -1. <_>5 19 4 2 3. 1 -1.2475489638745785e-003 -0.1852106004953384 0.1341083049774170 <_> <_> <_>1 13 12 4 -1. <_>1 13 6 4 2. 0 6.6904430277645588e-003 0.1411253064870834 -0.1877893954515457 <_> <_> <_>0 2 8 12 -1. <_>0 2 4 6 2. <_>4 8 4 6 2. 0 -0.0691810324788094 0.3445147871971130 -0.0846552327275276 <_> <_> <_>6 2 2 16 -1. <_>6 10 2 8 2. 0 -0.0678932815790176 -0.7007694244384766 0.0233272593468428 <_> <_> <_>2 8 8 4 -1. <_>2 10 8 2 2. 0 -8.5538747953251004e-004 0.0923932567238808 -0.2141647040843964 <_> <_> <_>5 10 4 18 -1. <_>5 19 4 9 2. 0 0.1796776950359345 0.0291036702692509 -0.7869086265563965 <_> <_> <_>0 3 3 12 -1. <_>0 7 3 4 3. 0 -2.9843579977750778e-003 0.1611738055944443 -0.1286869943141937 <_> <_> <_>1 22 12 4 -1. <_>7 22 6 2 2. <_>1 24 6 2 2. 0 0.0199734494090080 0.0363502316176891 -0.5940064191818237 <_> <_> <_>2 19 7 2 -1. <_>2 19 7 1 2. 1 -8.3998020272701979e-004 0.1133214011788368 -0.1917572021484375 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 5.0804121419787407e-003 0.0536635592579842 -0.2794001102447510 <_> <_> <_>0 11 6 14 -1. <_>0 11 3 7 2. <_>3 18 3 7 2. 0 7.3341121897101402e-003 -0.1679237931966782 0.1211922019720078 <_> <_> <_>7 3 3 10 -1. <_>7 8 3 5 2. 0 7.6924441382288933e-003 -0.0690761879086494 0.1855034977197647 <_> <_> <_>0 17 6 6 -1. <_>2 17 2 6 3. 0 2.0062309340573847e-004 -0.2065404951572418 0.0973372533917427 <_> <_> <_>9 16 2 12 -1. <_>9 16 1 12 2. 0 0.0269195605069399 -0.0236485991626978 0.6487352848052979 <_> <_> <_>6 16 6 3 -1. <_>5 17 6 1 3. 1 -2.7951570227742195e-003 -0.2072560042142868 0.1018809005618095 <_> <_> <_>8 0 6 8 -1. <_>10 2 2 8 3. 1 0.0780266225337982 8.9439805597066879e-003 -0.3999060988426209 <_> <_> <_>6 4 8 6 -1. <_>8 6 4 6 2. 1 -0.1000045984983444 0.3736175000667572 -0.0558148212730885 <_> <_> <_>4 7 6 21 -1. <_>4 14 6 7 3. 0 -0.1497824043035507 0.3867760896682739 -0.0556414015591145 <_> <_> <_>3 0 8 18 -1. <_>3 0 4 9 2. <_>7 9 4 9 2. 0 0.0335663482546806 0.0753119364380836 -0.3200739026069641 <_> <_> <_>3 6 9 10 -1. <_>6 6 3 10 3. 0 -0.2121389061212540 -0.5927072167396545 4.9450621008872986e-003 <_> <_> <_>7 21 4 3 -1. <_>6 22 4 1 3. 1 -0.0144028896465898 0.3247106969356537 -0.0584921687841415 <_> <_> <_>2 23 12 5 -1. <_>6 23 4 5 3. 0 -0.0184131693094969 -0.0968017503619194 0.1034365966916084 <_> <_> <_>4 16 3 12 -1. <_>5 16 1 12 3. 0 0.0162283498793840 -0.0605776682496071 0.3173801004886627 <_> <_> <_>7 17 2 7 -1. <_>7 17 1 7 2. 1 -6.7683439701795578e-003 -0.1974215060472488 0.0279964208602905 <_> <_> <_>0 5 14 10 -1. <_>0 5 7 5 2. <_>7 10 7 5 2. 0 -0.0191653091460466 -0.2568407058715820 0.0834327489137650 <_> <_> <_>3 10 8 4 -1. <_>3 10 4 4 2. 0 2.8667549486272037e-004 -0.1524108052253723 0.1440477967262268 <_> <_> <_>0 12 10 4 -1. <_>5 12 5 4 2. 0 9.4157401472330093e-003 -0.0732076391577721 0.3365561068058014 <_> <_> <_>7 0 6 6 -1. <_>7 0 3 6 2. 1 0.0233219005167484 -0.0618982687592506 0.0834899097681046 <_> <_> <_>2 3 10 7 -1. <_>7 3 5 7 2. 0 -0.0119106704369187 -0.1962853074073792 0.0968073308467865 -0.8581581711769104 18 -1 <_> <_> <_> <_>3 7 4 21 -1. <_>5 7 2 21 2. 0 -0.0941913127899170 0.4702827930450440 -0.1444950997829437 <_> <_> <_>6 2 2 24 -1. <_>7 2 1 12 2. <_>6 14 1 12 2. 0 -6.9314462598413229e-004 0.1774948984384537 -0.1812798976898193 <_> <_> <_>3 4 8 16 -1. <_>3 8 8 8 2. 0 -0.1278239041566849 0.2973394095897675 -0.1009858027100563 <_> <_> <_>9 16 2 12 -1. <_>9 16 1 12 2. 0 -2.5297680404037237e-003 0.1085487976670265 -0.1347146928310394 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -2.5406670756638050e-003 -0.2702581882476807 0.1028902977705002 <_> <_> <_>5 2 6 6 -1. <_>5 4 6 2 3. 0 -1.5717690112069249e-003 0.1705846041440964 -0.1092351973056793 <_> <_> <_>1 19 4 9 -1. <_>3 19 2 9 2. 0 0.0147901903837919 0.0236906800419092 -0.5141217708587647 <_> <_> <_>9 10 4 16 -1. <_>10 10 2 16 2. 0 -0.0118378400802612 0.1575475037097931 -0.0272523108869791 <_> <_> <_>5 18 5 2 -1. <_>5 18 5 1 2. 1 -3.8180808769538999e-004 0.1027430966496468 -0.2181538045406342 <_> <_> <_>5 4 6 4 -1. <_>5 4 3 4 2. 0 0.0507688894867897 7.3335068300366402e-003 -0.8505390286445618 <_> <_> <_>3 4 6 4 -1. <_>6 4 3 4 2. 0 0.0227386299520731 -0.0439746491611004 0.5016757249832153 <_> <_> <_>5 5 6 8 -1. <_>8 5 3 4 2. <_>5 9 3 4 2. 0 7.3323072865605354e-004 -0.0984317213296890 0.1151536032557488 <_> <_> <_>3 5 6 8 -1. <_>3 5 3 4 2. <_>6 9 3 4 2. 0 1.1889509623870254e-003 -0.2244317978620529 0.1081328988075256 <_> <_> <_>6 3 8 12 -1. <_>10 3 4 6 2. <_>6 9 4 6 2. 0 -3.2934029586613178e-003 0.0718408674001694 -0.0808680206537247 <_> <_> <_>1 10 2 12 -1. <_>2 10 1 12 2. 0 -3.0113169923424721e-003 -0.2969867885112763 0.0797002688050270 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 -1.5521480236202478e-003 0.1869418025016785 -0.1146747022867203 <_> <_> <_>2 1 4 7 -1. <_>4 1 2 7 2. 0 -0.0103006800636649 -0.2910937070846558 0.0678363367915154 <_> <_> <_>9 21 2 5 -1. <_>9 21 1 5 2. 1 -2.6368349790573120e-003 0.1128410995006561 -0.0734685286879539 <_> <_> <_>2 25 8 3 -1. <_>6 25 4 3 2. 0 -3.2815459417179227e-004 0.0819218903779984 -0.2489335983991623 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 -0.0345145687460899 0.4223099052906036 -0.0346083901822567 <_> <_> <_>0 15 8 6 -1. <_>0 15 4 3 2. <_>4 18 4 3 2. 0 2.1102999744471163e-004 -0.1947975009679794 0.1157203987240791 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 -4.4254157692193985e-003 -0.1931612044572830 0.0581374317407608 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -1.7686230130493641e-003 -0.1751880943775177 0.1451503932476044 <_> <_> <_>1 1 13 3 -1. <_>1 2 13 1 3. 0 -3.3355921041220427e-003 0.2262147068977356 -0.1019549965858460 <_> <_> <_>0 3 14 2 -1. <_>7 3 7 2 2. 0 0.0452411212027073 0.0335726402699947 -0.6653599739074707 <_> <_> <_>2 16 12 4 -1. <_>8 16 6 2 2. <_>2 18 6 2 2. 0 -0.0277080405503511 -0.4751450121402741 0.0166056193411350 <_> <_> <_>0 20 12 6 -1. <_>3 20 6 6 2. 0 -0.0600426308810711 0.2700265944004059 -0.0752836018800735 <_> <_> <_>4 15 8 7 -1. <_>6 15 4 7 2. 0 9.3657420948147774e-003 -0.0520907603204250 0.3435977101325989 <_> <_> <_>4 10 6 12 -1. <_>4 10 3 6 2. <_>7 16 3 6 2. 0 0.0225451197475195 0.0458237603306770 -0.5311117768287659 <_> <_> <_>7 0 4 6 -1. <_>7 0 2 6 2. 1 -0.0667560994625092 0.5186759233474731 -0.0107660898938775 <_> <_> <_>7 0 6 4 -1. <_>7 0 6 2 2. 1 4.3578571639955044e-003 -0.1668030023574829 0.1341059058904648 <_> <_> <_>6 18 8 6 -1. <_>10 18 4 3 2. <_>6 21 4 3 2. 0 -0.0363381803035736 -0.5482519268989563 0.0182916000485420 <_> <_> <_>6 0 8 4 -1. <_>6 0 8 2 2. 1 -0.0455095581710339 0.3911918103694916 -0.0543382689356804 <_> <_> <_>2 15 10 6 -1. <_>7 15 5 3 2. <_>2 18 5 3 2. 0 6.2883161008358002e-003 0.0954951867461205 -0.2489372044801712 <_> <_> <_>0 13 4 8 -1. <_>0 17 4 4 2. 0 1.5809159958735108e-003 -0.1679227054119110 0.1155375987291336 <_> <_> <_>0 9 14 9 -1. <_>0 12 14 3 3. 0 -0.1578021049499512 -0.6959874033927918 0.0310152992606163 <_> <_> <_>2 24 9 4 -1. <_>5 24 3 4 3. 0 -0.0504007488489151 -0.6101341843605042 0.0256001893430948 <_> <_> <_>1 24 12 4 -1. <_>4 24 6 4 2. 0 -8.3708087913691998e-004 0.0636897012591362 -0.3257291018962860 <_> <_> <_>0 11 10 8 -1. <_>0 11 5 4 2. <_>5 15 5 4 2. 0 0.0522598400712013 -0.0526395291090012 0.4301880002021790 <_> <_> <_>5 9 6 4 -1. <_>5 11 6 2 2. 0 6.6796218743547797e-004 0.0807614400982857 -0.2509211897850037 <_> <_> <_>1 8 4 17 -1. <_>2 8 2 17 2. 0 -0.0363063998520374 0.7283785939216614 -0.0287035498768091 <_> <_> <_>8 2 4 12 -1. <_>10 2 2 6 2. <_>8 8 2 6 2. 0 -0.0758234113454819 -0.7604526281356812 0.0131663000211120 <_> <_> <_>2 2 4 12 -1. <_>2 2 2 6 2. <_>4 8 2 6 2. 0 -5.5567082017660141e-003 0.1125840991735458 -0.1985097974538803 <_> <_> <_>10 7 4 14 -1. <_>12 7 2 7 2. <_>10 14 2 7 2. 0 3.1275521032512188e-003 -0.1043618991971016 0.1028300002217293 <_> <_> <_>0 7 4 14 -1. <_>0 7 2 7 2. <_>2 14 2 7 2. 0 0.0279313195496798 0.0470235608518124 -0.4772753119468689 <_> <_> <_>4 8 10 6 -1. <_>4 8 5 6 2. 0 0.0151569703593850 -0.0499093793332577 0.2170501053333283 <_> <_> <_>6 6 8 3 -1. <_>6 6 4 3 2. 1 6.8009081296622753e-003 0.1171329021453857 -0.2208292037248612 <_> <_> <_>2 5 12 3 -1. <_>2 6 12 1 3. 0 -4.3796948157250881e-003 0.1719119995832443 -0.0896688103675842 <_> <_> <_>2 15 9 5 -1. <_>5 15 3 5 3. 0 -6.9269728846848011e-003 0.0882584825158119 -0.2645480930805206 <_> <_> <_>0 1 14 15 -1. <_>0 6 14 5 3. 0 -0.2058625072240830 -0.5026299953460693 0.0408322513103485 <_> <_> <_>1 1 6 18 -1. <_>3 7 2 6 9. 0 -1.1398729839129373e-004 0.1053517013788223 -0.1948872059583664 <_> <_> <_>4 2 9 10 -1. <_>4 7 9 5 2. 0 0.0369937792420387 -0.0547796301543713 0.2293298989534378 <_> <_> <_>5 12 4 6 -1. <_>7 12 2 6 2. 0 4.7788480296730995e-003 0.0912943333387375 -0.2496895045042038 <_> <_> <_>6 4 3 21 -1. <_>7 4 1 21 3. 0 1.1999059934169054e-003 -0.0926852896809578 0.1105071008205414 <_> <_> <_>6 17 6 3 -1. <_>5 18 6 1 3. 1 2.0830740686506033e-003 -0.1058308035135269 0.1740527004003525 <_> <_> <_>7 16 2 4 -1. <_>7 16 1 4 2. 1 0.0271664895117283 0.0115387802943587 -1.0000569820404053 <_> <_> <_>7 16 4 2 -1. <_>7 16 4 1 2. 1 -4.3531907722353935e-003 -0.2610597908496857 0.0781094431877136 <_> <_> <_>8 20 2 6 -1. <_>8 20 1 6 2. 1 -0.0166761707514524 -0.6376665830612183 0.0128073198720813 <_> <_> <_>6 20 6 2 -1. <_>6 20 6 1 2. 1 -1.7588710179552436e-003 0.1532872021198273 -0.1483021974563599 <_> <_> <_>6 4 6 6 -1. <_>8 4 2 6 3. 0 -1.3470610138028860e-003 0.1102273017168045 -0.1116658002138138 <_> <_> <_>1 1 3 16 -1. <_>2 1 1 16 3. 0 -7.7226730063557625e-003 0.2674975991249085 -0.0843757018446922 <_> <_> <_>12 14 2 10 -1. <_>12 14 1 10 2. 1 0.0245579890906811 0.0117052299901843 -0.6993631124496460 <_> <_> <_>2 14 10 2 -1. <_>2 14 10 1 2. 1 -4.1882451623678207e-003 -0.2084566056728363 0.1107387021183968 -0.7278770804405212 19 -1 <_> <_> <_> <_>3 1 6 27 -1. <_>5 10 2 9 9. 0 -0.3092521131038666 0.3152084052562714 -0.1662925034761429 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 0.0386602506041527 -0.0579346008598804 0.4527879059314728 <_> <_> <_>2 6 8 22 -1. <_>4 6 4 22 2. 0 -0.1885387003421783 -0.8201392889022827 0.0309413596987724 <_> <_> <_>4 6 6 13 -1. <_>6 6 2 13 3. 0 7.1423681220039725e-004 0.1028093025088310 -0.2490286976099014 <_> <_> <_>7 11 6 6 -1. <_>5 13 6 2 3. 1 -0.0720744431018829 0.3317157924175263 -0.0736855119466782 <_> <_> <_>2 26 12 2 -1. <_>2 26 6 2 2. 0 9.4616664573550224e-003 0.0326477885246277 -0.3611251115798950 <_> <_> <_>4 8 6 9 -1. <_>6 8 2 9 3. 0 -0.0465130805969238 -0.4755085110664368 0.0568774007260799 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -0.0347774587571621 -0.6351556777954102 0.0313141196966171 <_> <_> <_>3 24 6 4 -1. <_>6 24 3 4 2. 0 -1.4840300427749753e-003 0.0926282331347466 -0.2528308033943176 <_> <_> <_>4 16 8 9 -1. <_>4 16 4 9 2. 0 8.3039281889796257e-003 0.0339913889765739 -0.1835747957229614 <_> <_> <_>2 16 8 9 -1. <_>6 16 4 9 2. 0 0.0273422095924616 -0.0513939410448074 0.5595899820327759 <_> <_> <_>7 5 6 6 -1. <_>7 5 3 6 2. 1 0.0586374215781689 -0.0573506616055965 0.1484225988388062 <_> <_> <_>7 15 6 6 -1. <_>7 15 3 6 2. 1 -0.0370325110852718 -0.4060286879539490 0.0667901337146759 <_> <_> <_>3 13 10 12 -1. <_>3 19 10 6 2. 0 8.9913606643676758e-003 -0.1909431964159012 0.0594380907714367 <_> <_> <_>2 6 10 3 -1. <_>7 6 5 3 2. 0 -0.0593511983752251 -0.8709725737571716 0.0214834492653608 <_> <_> <_>3 1 8 21 -1. <_>3 8 8 7 3. 0 0.3705554008483887 -0.0403960905969143 0.6063132286071777 <_> <_> <_>4 7 6 6 -1. <_>4 9 6 2 3. 0 -8.4517069626599550e-004 0.1366071999073029 -0.1554179042577744 <_> <_> <_>4 10 8 4 -1. <_>4 12 8 2 2. 0 0.0106644798070192 0.0341297611594200 -0.2350808978080750 <_> <_> <_>7 5 6 6 -1. <_>7 5 6 3 2. 1 3.7040449678897858e-003 0.1129392012953758 -0.1559647023677826 <_> <_> <_>2 8 12 10 -1. <_>2 8 6 10 2. 0 0.0233285501599312 0.0367709808051586 -0.1663112938404083 <_> <_> <_>1 4 8 10 -1. <_>5 4 4 10 2. 0 0.0209066402167082 -0.0733919665217400 0.3270866870880127 <_> <_> <_>3 16 8 6 -1. <_>7 16 4 3 2. <_>3 19 4 3 2. 0 2.0865180995315313e-003 0.0963757634162903 -0.2163884043693543 <_> <_> <_>3 3 2 24 -1. <_>3 3 1 12 2. <_>4 15 1 12 2. 0 1.2039430439472198e-003 -0.1701869964599609 0.1081503033638001 <_> <_> <_>9 16 4 12 -1. <_>10 16 2 12 2. 0 3.3848760649561882e-003 -0.1082089021801949 0.0907519534230232 <_> <_> <_>1 16 4 12 -1. <_>2 16 2 12 2. 0 -0.0153092797845602 -0.6207144260406494 0.0313537307083607 <_> <_> <_>8 12 3 12 -1. <_>9 12 1 12 3. 0 0.0218207202851772 -0.0572322495281696 0.2914176881313324 <_> <_> <_>3 8 5 6 -1. <_>3 11 5 3 2. 0 5.8554150164127350e-003 0.0558107085525990 -0.3455778956413269 <_> <_> <_>2 7 10 8 -1. <_>2 11 10 4 2. 0 -0.0883805900812149 -0.5897160768508911 0.0322578698396683 <_> <_> <_>3 12 3 12 -1. <_>4 12 1 12 3. 0 -0.0363035984337330 0.6790629029273987 -0.0312984399497509 <_> <_> <_>5 16 4 12 -1. <_>5 16 2 12 2. 0 0.0677144229412079 0.0281518306583166 -0.7596389055252075 <_> <_> <_>7 22 4 2 -1. <_>7 22 4 1 2. 1 -1.7487880541011691e-003 0.1352127045392990 -0.1493988037109375 <_> <_> <_>6 22 8 6 -1. <_>10 22 4 3 2. <_>6 25 4 3 2. 0 0.0576274208724499 0.0147167900577188 -0.6408889889717102 <_> <_> <_>1 14 2 14 -1. <_>2 14 1 14 2. 0 4.8004398122429848e-003 0.0575108602643013 -0.3072834014892578 <_> <_> <_>9 20 3 5 -1. <_>10 21 1 5 3. 1 0.0155685897916555 -0.0268608294427395 0.3939082920551300 <_> <_> <_>5 20 5 3 -1. <_>4 21 5 1 3. 1 -9.9650640040636063e-003 0.3209015130996704 -0.0589744411408901 <_> <_> <_>7 15 2 5 -1. <_>7 15 1 5 2. 1 -9.1902203857898712e-003 -0.3800691068172455 0.0358071699738503 <_> <_> <_>1 17 10 6 -1. <_>1 17 5 3 2. <_>6 20 5 3 2. 0 0.0308349393308163 0.0403541214764118 -0.5078290104866028 <_> <_> <_>1 3 12 3 -1. <_>5 3 4 3 3. 0 -6.4900278812274337e-004 0.0955971330404282 -0.1881285011768341 <_> <_> <_>7 3 5 6 -1. <_>7 3 5 3 2. 1 -3.9334357716143131e-003 -0.2027994990348816 0.1051485016942024 <_> <_> <_>7 7 3 12 -1. <_>8 7 1 12 3. 0 -0.0214776806533337 -0.3298557102680206 0.0352633781731129 <_> <_> <_>4 7 3 12 -1. <_>5 7 1 12 3. 0 -0.0275162495672703 0.3455865085124970 -0.0725449100136757 <_> <_> <_>5 11 9 13 -1. <_>8 11 3 13 3. 0 -7.2914459742605686e-003 0.1005168035626411 -0.1356077045202255 <_> <_> <_>5 5 3 21 -1. <_>6 5 1 21 3. 0 -0.0561357289552689 0.4007847011089325 -0.0519918389618397 <_> <_> <_>4 13 9 11 -1. <_>7 13 3 11 3. 0 0.1367962062358856 -0.0164327807724476 0.5610008835792542 <_> <_> <_>1 13 9 11 -1. <_>4 13 3 11 3. 0 -0.0245499201118946 -0.1818747967481613 0.1412536948919296 <_> <_> <_>5 18 8 10 -1. <_>9 18 4 5 2. <_>5 23 4 5 2. 0 4.6405121684074402e-003 -0.1650065928697586 0.1491245031356812 <_> <_> <_>0 5 14 14 -1. <_>0 5 7 7 2. <_>7 12 7 7 2. 0 -0.0210233591496944 -0.1961192935705185 0.0992269366979599 <_> <_> <_>9 0 3 15 -1. <_>10 0 1 15 3. 0 -4.8856949433684349e-003 0.1133050993084908 -0.0801724866032600 <_> <_> <_>3 0 6 20 -1. <_>5 0 2 20 3. 0 -0.1733780950307846 -0.8345893025398254 0.0236916691064835 <_> <_> <_>2 4 12 2 -1. <_>2 5 12 1 2. 0 -9.2903972836211324e-004 0.0859042033553123 -0.1058012023568153 <_> <_> <_>0 3 12 3 -1. <_>0 4 12 1 3. 0 -0.0105620902031660 0.2698987126350403 -0.0675421431660652 <_> <_> <_>0 18 14 6 -1. <_>7 18 7 3 2. <_>0 21 7 3 2. 0 0.0150712598115206 0.0586574897170067 -0.3243629038333893 <_> <_> <_>2 0 3 15 -1. <_>3 0 1 15 3. 0 -0.0186164304614067 0.3566071987152100 -0.0530993789434433 <_> <_> <_>8 1 6 4 -1. <_>8 1 3 4 2. 1 0.0844124630093575 0.0177159290760756 -0.4580355882644653 <_> <_> <_>2 7 6 6 -1. <_>2 9 6 2 3. 0 0.0511387698352337 0.0174076799303293 -0.9411020278930664 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 -0.0106134600937366 -0.6063237190246582 0.0307936705648899 <_> <_> <_>2 7 3 12 -1. <_>3 7 1 12 3. 0 0.0183576196432114 -0.0772681906819344 0.2978057861328125 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -8.4444461390376091e-004 0.0780230090022087 -0.2501764893531799 <_> <_> <_>0 22 4 6 -1. <_>2 22 2 6 2. 0 -6.2388968653976917e-003 -0.4801769852638245 0.0391856394708157 <_> <_> <_>8 24 6 4 -1. <_>8 24 3 4 2. 0 -0.0353631712496281 -1. 9.3268742784857750e-003 <_> <_> <_>4 0 4 9 -1. <_>4 3 4 3 3. 0 -0.0735581219196320 -0.7789533734321594 0.0184415001422167 <_> <_> <_>8 3 6 4 -1. <_>8 3 6 2 2. 1 -0.0870342031121254 0.4362406134605408 -0.0177165996283293 <_> <_> <_>2 0 6 22 -1. <_>2 0 3 11 2. <_>5 11 3 11 2. 0 -0.0807216465473175 0.2729671895503998 -0.0663469582796097 <_> <_> <_>6 18 8 10 -1. <_>10 18 4 5 2. <_>6 23 4 5 2. 0 0.1034459024667740 9.0693607926368713e-003 -0.6643865108489990 <_> <_> <_>0 22 6 6 -1. <_>2 22 2 6 3. 0 9.3807540833950043e-003 0.0712427720427513 -0.2738165855407715 <_> <_> <_>8 13 6 6 -1. <_>8 15 6 2 3. 0 -0.0718061476945877 -0.9122204184532166 8.0809993669390678e-003 <_> <_> <_>0 13 6 6 -1. <_>0 15 6 2 3. 0 -1.9418599549680948e-003 0.1847234070301056 -0.1134454980492592 -0.7794421911239624 20 -1 <_> <_> <_> <_>1 16 6 6 -1. <_>3 16 2 6 3. 0 0.0303289592266083 -0.1753951013088226 0.3694534003734589 <_> <_> <_>7 2 3 21 -1. <_>7 9 3 7 3. 0 -0.0826317816972733 0.2221647948026657 -0.0875775516033173 <_> <_> <_>4 14 6 3 -1. <_>3 15 6 1 3. 1 2.5548380799591541e-003 -0.1509108990430832 0.1460877060890198 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -1.4431839808821678e-003 0.0624052509665489 -0.1830209940671921 <_> <_> <_>7 3 4 6 -1. <_>7 3 4 3 2. 1 0.0430062897503376 0.0857114866375923 -0.4427877962589264 <_> <_> <_>4 9 8 16 -1. <_>4 9 4 16 2. 0 -0.1774813979864121 -0.6730855107307434 0.0216223802417517 <_> <_> <_>2 9 8 16 -1. <_>6 9 4 16 2. 0 0.0997236967086792 -0.0427756607532501 0.6908894181251526 <_> <_> <_>4 3 7 24 -1. <_>4 9 7 12 2. 0 -0.0179571993649006 0.0887849330902100 -0.2935299873352051 <_> <_> <_>1 17 4 6 -1. <_>3 17 2 6 2. 0 5.8914110995829105e-003 0.0268841795623302 -0.3925782144069672 <_> <_> <_>5 2 6 4 -1. <_>5 4 6 2 2. 0 -1.2439199490472674e-003 0.0836953297257423 -0.1352465003728867 <_> <_> <_>7 2 4 6 -1. <_>7 2 2 6 2. 1 -0.0631099566817284 0.6836500167846680 -0.0111745800822973 <_> <_> <_>4 9 6 4 -1. <_>4 9 3 4 2. 0 5.3107268176972866e-003 0.0730957910418510 -0.3322851955890656 <_> <_> <_>1 24 6 4 -1. <_>4 24 3 4 2. 0 -9.6346868667751551e-004 0.0939234569668770 -0.2601422071456909 <_> <_> <_>5 0 6 8 -1. <_>8 0 3 4 2. <_>5 4 3 4 2. 0 -0.0203776806592941 0.2368240952491760 -0.0518113411962986 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -0.0156107498332858 -0.4846526980400085 0.0421287305653095 <_> <_> <_>5 0 6 8 -1. <_>8 0 3 4 2. <_>5 4 3 4 2. 0 0.0454972907900810 5.7874252088367939e-003 -0.5263736844062805 <_> <_> <_>5 4 4 6 -1. <_>7 4 2 6 2. 0 -0.0122448699548841 0.3052304089069367 -0.0793112665414810 <_> <_> <_>8 0 6 8 -1. <_>6 2 6 4 2. 1 -5.5875871330499649e-003 0.0725049003958702 -0.1030094027519226 <_> <_> <_>6 0 8 6 -1. <_>8 2 4 6 2. 1 -0.0132377101108432 -0.2125997990369797 0.1411207020282745 <_> <_> <_>7 17 3 4 -1. <_>8 18 1 4 3. 1 -0.0162360705435276 -0.3682213127613068 0.0169044993817806 <_> <_> <_>1 20 6 8 -1. <_>1 20 3 4 2. <_>4 24 3 4 2. 0 8.7341741891577840e-004 -0.1751320958137512 0.1171779036521912 <_> <_> <_>9 15 2 12 -1. <_>9 15 1 12 2. 0 7.8164516016840935e-003 -0.0409356690943241 0.3813630938529968 <_> <_> <_>3 15 2 12 -1. <_>4 15 1 12 2. 0 1.4803799786022864e-005 -0.1158130019903183 0.1805412024259567 <_> <_> <_>5 2 6 4 -1. <_>5 2 3 4 2. 0 0.0362725406885147 0.0151967499405146 -0.4603796005249023 <_> <_> <_>3 3 6 4 -1. <_>6 3 3 4 2. 0 -3.8026720285415649e-003 0.1344036012887955 -0.1612498015165329 <_> <_> <_>4 4 6 24 -1. <_>7 4 3 12 2. <_>4 16 3 12 2. 0 -0.0145857501775026 -0.2833149135112763 0.0746821165084839 <_> <_> <_>6 13 2 12 -1. <_>7 13 1 12 2. 0 1.4677370199933648e-003 -0.1349322050809860 0.1424490958452225 <_> <_> <_>6 16 3 12 -1. <_>7 16 1 12 3. 0 -0.0139815695583820 0.2173554003238678 -0.0528866797685623 <_> <_> <_>6 4 2 14 -1. <_>7 4 1 14 2. 0 -6.3076039077714086e-004 0.1490194946527481 -0.1362009942531586 <_> <_> <_>5 3 4 25 -1. <_>6 3 2 25 2. 0 -0.0144755402579904 -0.1918009966611862 0.1060713008046150 <_> <_> <_>5 4 3 21 -1. <_>6 4 1 21 3. 0 -0.0322175808250904 0.2809166908264160 -0.0850462913513184 <_> <_> <_>7 6 2 12 -1. <_>7 6 1 12 2. 0 3.4460560418665409e-003 0.0745718702673912 -0.2710860967636108 <_> <_> <_>5 4 4 20 -1. <_>5 4 2 10 2. <_>7 14 2 10 2. 0 -0.0439498908817768 0.4400210082530975 -0.0455091297626495 <_> <_> <_>6 4 6 24 -1. <_>8 12 2 8 9. 0 -0.0119662703946233 0.0632868707180023 -0.1980538070201874 <_> <_> <_>0 1 12 24 -1. <_>6 1 6 24 2. 0 -0.4348602890968323 -0.7620549798011780 0.0215081293135881 <_> <_> <_>7 6 7 22 -1. <_>7 17 7 11 2. 0 0.3988755047321320 8.0703729763627052e-003 -0.8428487777709961 <_> <_> <_>4 3 4 9 -1. <_>4 6 4 3 3. 0 -0.0448023788630962 -0.6841738224029541 0.0224749799817801 <_> <_> <_>8 4 6 8 -1. <_>6 6 6 4 2. 1 -0.1093515008687973 0.2111950963735580 -0.0397316403687000 <_> <_> <_>7 5 6 4 -1. <_>7 5 6 2 2. 1 0.0309234093874693 0.0447794012725353 -0.3587503135204315 <_> <_> <_>5 1 4 6 -1. <_>5 4 4 3 2. 0 0.0132859796285629 -0.0481516607105732 0.3711921870708466 <_> <_> <_>0 0 7 10 -1. <_>0 5 7 5 2. 0 -3.9830091409385204e-003 0.1278153061866760 -0.1995912045240402 <_> <_> <_>7 2 3 24 -1. <_>7 8 3 12 2. 0 0.0141846202313900 -0.0398960486054420 0.2408592998981476 <_> <_> <_>1 8 4 15 -1. <_>2 8 2 15 2. 0 1.6680279513821006e-003 -0.1810705959796906 0.0939819067716599 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -0.0220558904111385 -0.2879816889762878 0.0300383698195219 <_> <_> <_>1 23 12 3 -1. <_>5 23 4 3 3. 0 -0.0603718012571335 0.2952964007854462 -0.0647140964865685 <_> <_> <_>6 22 8 6 -1. <_>10 22 4 3 2. <_>6 25 4 3 2. 0 0.0592914484441280 8.4209917113184929e-003 -0.5883092284202576 <_> <_> <_>0 22 14 6 -1. <_>0 22 7 3 2. <_>7 25 7 3 2. 0 0.0326371490955353 0.0321183390915394 -0.5119292140007019 <_> <_> <_>2 3 12 3 -1. <_>2 4 12 1 3. 0 -9.8897633142769337e-004 0.1338261961936951 -0.1154571026563644 <_> <_> <_>0 2 12 9 -1. <_>4 5 4 3 9. 0 -0.0355604402720928 -0.1515962928533554 0.1051914021372795 <_> <_> <_>1 0 12 12 -1. <_>5 4 4 4 9. 0 9.8722549155354500e-003 0.0934620425105095 -0.2598895132541657 <_> <_> <_>1 3 12 3 -1. <_>1 4 12 1 3. 0 7.1953269653022289e-003 -0.0869378298521042 0.2837277054786682 <_> <_> <_>1 4 12 3 -1. <_>5 4 4 3 3. 0 0.0244370996952057 -0.0399301089346409 0.3924323916435242 <_> <_> <_>1 15 2 12 -1. <_>2 15 1 12 2. 0 5.2195340394973755e-003 0.0498041100800037 -0.3184682130813599 <_> <_> <_>1 20 12 5 -1. <_>5 20 4 5 3. 0 2.3442960809916258e-003 -0.0544699504971504 0.3371812105178833 <_> <_> <_>7 15 5 4 -1. <_>6 16 5 2 2. 1 4.7694300301373005e-003 0.0714767873287201 -0.3101828098297119 <_> <_> <_>7 2 3 21 -1. <_>7 9 3 7 3. 0 -0.0145174702629447 0.0786424800753593 -0.1453883945941925 <_> <_> <_>2 2 4 12 -1. <_>2 2 2 6 2. <_>4 8 2 6 2. 0 0.0447107292711735 -0.0250517800450325 0.6473051905632019 <_> <_> <_>5 22 8 6 -1. <_>7 22 4 6 2. 0 0.0168673992156982 0.0290889590978622 -0.3903023898601532 <_> <_> <_>0 1 10 6 -1. <_>0 1 5 3 2. <_>5 4 5 3 2. 0 -9.0343318879604340e-004 0.0877225771546364 -0.1658854931592941 <_> <_> <_>3 11 9 6 -1. <_>3 13 9 2 3. 0 -0.0821873396635056 -0.8423885703086853 9.8376423120498657e-003 <_> <_> <_>6 7 2 19 -1. <_>7 7 1 19 2. 0 1.8525390187278390e-003 -0.1225149035453796 0.1200018972158432 <_> <_> <_>5 10 8 16 -1. <_>7 10 4 16 2. 0 -9.3228723853826523e-003 0.0784228518605232 -0.1323194950819016 <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 0.0227306894958019 -0.0336967892944813 0.4438394010066986 <_> <_> <_>10 13 4 15 -1. <_>10 18 4 5 3. 0 0.1028665974736214 0.0179174300283194 -0.5834161043167114 <_> <_> <_>2 1 10 10 -1. <_>2 1 5 5 2. <_>7 6 5 5 2. 0 -0.0995473712682724 -0.9536556005477905 0.0125820403918624 <_> <_> <_>7 19 2 7 -1. <_>7 19 1 7 2. 1 0.0164127591997385 0.0160671193152666 -0.4140237867832184 <_> <_> <_>2 14 9 6 -1. <_>5 14 3 6 3. 0 -2.5932409334927797e-003 0.0527634993195534 -0.3040460050106049 <_> <_> <_>4 13 10 14 -1. <_>9 13 5 7 2. <_>4 20 5 7 2. 0 9.5953093841671944e-003 0.0835280865430832 -0.1178006976842880 -0.7301942706108093 21 -1 <_> <_> <_> <_>1 7 12 15 -1. <_>5 12 4 5 9. 0 -0.3543010950088501 0.3179292082786560 -0.1851280033588409 <_> <_> <_>6 2 2 24 -1. <_>7 2 1 12 2. <_>6 14 1 12 2. 0 -0.0147613296285272 0.3406507968902588 -0.0866217389702797 <_> <_> <_>5 3 4 12 -1. <_>5 9 4 6 2. 0 -0.1158045008778572 -0.7235320210456848 0.0344048403203487 <_> <_> <_>8 24 6 4 -1. <_>8 24 3 4 2. 0 -4.4705160689773038e-005 0.0824970826506615 -0.2131111025810242 <_> <_> <_>0 24 6 4 -1. <_>3 24 3 4 2. 0 -5.8883379097096622e-005 0.1080930009484291 -0.1826986074447632 <_> <_> <_>1 8 12 4 -1. <_>4 8 6 4 2. 0 0.0379448495805264 -0.0247565507888794 0.4586691856384277 <_> <_> <_>5 5 4 9 -1. <_>5 8 4 3 3. 0 -2.1807940211147070e-003 0.1578385978937149 -0.1775245964527130 <_> <_> <_>9 18 4 6 -1. <_>9 18 2 6 2. 0 -0.0454301014542580 -0.3724954128265381 5.7393261231482029e-003 <_> <_> <_>2 20 8 8 -1. <_>2 20 4 4 2. <_>6 24 4 4 2. 0 1.9972559530287981e-003 -0.1917531043291092 0.1199517026543617 <_> <_> <_>11 15 2 8 -1. <_>11 15 1 8 2. 1 -2.2458820239990018e-005 0.0915291681885719 -0.1308099031448364 <_> <_> <_>3 15 8 2 -1. <_>3 15 8 1 2. 1 -3.7994279991835356e-003 -0.2045497000217438 0.1414657980203629 <_> <_> <_>5 9 4 6 -1. <_>5 9 2 6 2. 0 -2.7970419614575803e-004 0.1107816025614739 -0.1871396005153656 <_> <_> <_>0 22 4 6 -1. <_>2 22 2 6 2. 0 -3.9631421677768230e-003 -0.3774999082088471 0.0569357909262180 <_> <_> <_>0 26 14 2 -1. <_>0 26 7 2 2. 0 -1.4290240360423923e-003 -0.1944985985755920 0.0988349169492722 <_> <_> <_>3 20 6 8 -1. <_>3 20 3 4 2. <_>6 24 3 4 2. 0 0.0211821794509888 -0.0870304107666016 0.2888861000537872 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 8.7332521798089147e-004 -0.1172915995121002 0.1250654011964798 <_> <_> <_>4 13 4 12 -1. <_>5 13 2 12 2. 0 0.0261357594281435 -0.0395724289119244 0.6225264072418213 <_> <_> <_>1 22 12 2 -1. <_>1 22 6 2 2. 0 4.3046330101788044e-003 0.1158230975270271 -0.1961823999881744 <_> <_> <_>0 24 12 4 -1. <_>0 24 6 2 2. <_>6 26 6 2 2. 0 1.5224959934130311e-003 -0.1858606040477753 0.1168838962912560 <_> <_> <_>5 8 6 4 -1. <_>5 10 6 2 2. 0 -7.4201932875439525e-004 0.0987247377634048 -0.2579134106636047 <_> <_> <_>0 3 12 3 -1. <_>0 4 12 1 3. 0 -2.5593061000108719e-003 0.1730794012546539 -0.1206706985831261 <_> <_> <_>7 4 6 6 -1. <_>7 4 3 6 2. 1 -0.0955632179975510 0.3464641869068146 -0.0131421396508813 <_> <_> <_>7 4 6 6 -1. <_>7 4 6 3 2. 1 0.0132807902991772 0.1205687969923019 -0.2062774002552033 <_> <_> <_>8 3 6 8 -1. <_>8 3 3 8 2. 1 0.0182455293834209 -0.0672429502010345 0.0468581281602383 <_> <_> <_>0 6 6 5 -1. <_>3 6 3 5 2. 0 -0.0612889714539051 -0.6636496782302856 0.0293191503733397 <_> <_> <_>8 3 3 12 -1. <_>9 3 1 12 3. 0 -0.0261334199458361 0.2084838002920151 -0.0272029303014278 <_> <_> <_>6 0 2 22 -1. <_>7 0 1 22 2. 0 -0.0323008187115192 -0.6272640824317932 0.0300918798893690 <_> <_> <_>8 3 3 12 -1. <_>9 3 1 12 3. 0 0.0502844899892807 1.5047290362417698e-003 -0.5963041186332703 <_> <_> <_>3 3 3 12 -1. <_>4 3 1 12 3. 0 -0.0181371197104454 0.2926290929317474 -0.0692134499549866 <_> <_> <_>6 6 3 12 -1. <_>7 6 1 12 3. 0 1.0980300139635801e-003 0.1031685993075371 -0.1655807048082352 <_> <_> <_>5 15 2 12 -1. <_>6 15 1 12 2. 0 3.9596110582351685e-003 -0.0570635795593262 0.3374491035938263 <_> <_> <_>5 8 6 10 -1. <_>8 8 3 5 2. <_>5 13 3 5 2. 0 3.1622028909623623e-003 0.0883023589849472 -0.2791759073734283 <_> <_> <_>2 8 10 10 -1. <_>2 8 5 5 2. <_>7 13 5 5 2. 0 8.4337368607521057e-003 0.0863110572099686 -0.2515366077423096 <_> <_> <_>7 9 6 10 -1. <_>10 9 3 5 2. <_>7 14 3 5 2. 0 0.0234084799885750 -0.0370115190744400 0.2557156085968018 <_> <_> <_>0 4 12 3 -1. <_>0 5 12 1 3. 0 -1.9710899796336889e-003 0.1496087014675140 -0.1321375966072083 <_> <_> <_>9 16 2 12 -1. <_>9 16 1 12 2. 0 -0.0314347818493843 0.2707290947437286 -0.0247841402888298 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 -2.0984669681638479e-003 -0.2284294068813324 0.0923924893140793 <_> <_> <_>2 20 12 6 -1. <_>6 20 4 6 3. 0 -0.1047758013010025 0.1374094933271408 -0.0586049407720566 <_> <_> <_>0 10 8 8 -1. <_>2 10 4 8 2. 0 0.0125585002824664 0.0944282636046410 -0.2318764030933380 <_> <_> <_>0 12 14 6 -1. <_>0 15 14 3 2. 0 2.6465631090104580e-003 -0.2049358934164047 0.0928895771503448 <_> <_> <_>1 6 12 16 -1. <_>1 14 12 8 2. 0 0.2806937992572784 0.0408484004437923 -0.4617752134799957 <_> <_> <_>7 7 3 12 -1. <_>8 7 1 12 3. 0 -0.0458823181688786 -0.7171555161476135 9.1696027666330338e-003 <_> <_> <_>0 0 14 3 -1. <_>0 1 14 1 3. 0 -1.3070689747110009e-003 0.1625052988529205 -0.1143703013658524 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 6.8374760448932648e-003 -0.0675647929310799 0.2192721962928772 <_> <_> <_>0 17 6 7 -1. <_>2 17 2 7 3. 0 -5.8329561725258827e-003 -0.3584390878677368 0.0574676282703877 <_> <_> <_>6 24 6 4 -1. <_>6 24 3 4 2. 0 -0.0409369990229607 -0.5512949824333191 0.0138196200132370 <_> <_> <_>0 9 6 7 -1. <_>3 9 3 7 2. 0 0.0187274403870106 -0.0528446398675442 0.3442713022232056 <_> <_> <_>7 9 6 18 -1. <_>10 9 3 9 2. <_>7 18 3 9 2. 0 1.0303989984095097e-003 -0.0948721468448639 0.1123586967587471 <_> <_> <_>0 22 12 5 -1. <_>4 22 4 5 3. 0 -2.6228028582409024e-004 0.0638755112886429 -0.3039735853672028 <_> <_> <_>7 9 6 10 -1. <_>10 9 3 5 2. <_>7 14 3 5 2. 0 -0.0268611107021570 0.1759292036294937 -0.0625069886445999 <_> <_> <_>1 9 6 10 -1. <_>1 9 3 5 2. <_>4 14 3 5 2. 0 0.0310612805187702 -0.0721711292862892 0.3153252005577087 <_> <_> <_>8 22 4 6 -1. <_>8 22 2 6 2. 0 -7.1269841864705086e-003 -0.1254031062126160 0.1006817966699600 <_> <_> <_>0 16 6 8 -1. <_>0 16 3 4 2. <_>3 20 3 4 2. 0 -0.0277093406766653 -0.8008555173873901 0.0257421806454659 <_> <_> <_>4 0 6 8 -1. <_>4 2 6 4 2. 0 0.0422094501554966 0.0278460700064898 -0.5614020228385925 <_> <_> <_>5 3 4 9 -1. <_>5 6 4 3 3. 0 6.2995860353112221e-003 0.1080691963434219 -0.2011452019214630 <_> <_> <_>9 8 4 19 -1. <_>10 8 2 19 2. 0 0.0200487896800041 -0.0581646189093590 0.1888546943664551 <_> <_> <_>5 8 4 6 -1. <_>5 11 4 3 2. 0 -7.8481709351763129e-005 0.0829957127571106 -0.2133198976516724 <_> <_> <_>7 2 7 6 -1. <_>7 4 7 2 3. 0 -0.0899455472826958 -0.7930771708488464 7.8350491821765900e-003 <_> <_> <_>0 16 2 12 -1. <_>1 16 1 12 2. 0 7.7181761153042316e-003 0.0414350405335426 -0.3772186040878296 <_> <_> <_>11 0 3 17 -1. <_>12 0 1 17 3. 0 5.3638177923858166e-003 -0.0935679376125336 0.1466635018587112 <_> <_> <_>0 0 3 17 -1. <_>1 0 1 17 3. 0 0.0145553303882480 -0.0569892115890980 0.3436796963214874 <_> <_> <_>5 13 4 14 -1. <_>5 20 4 7 2. 0 0.1058373004198074 0.0305793005973101 -0.5868499875068665 <_> <_> <_>6 15 8 4 -1. <_>6 15 4 4 2. 1 2.7123570907860994e-004 0.0854805186390877 -0.2280874997377396 <_> <_> <_>5 17 8 6 -1. <_>7 17 4 6 2. 0 -0.0731964334845543 -0.5121256113052368 9.6583841368556023e-003 <_> <_> <_>1 17 8 6 -1. <_>3 17 4 6 2. 0 8.3729642210528255e-004 -0.1797831952571869 0.1411747038364410 <_> <_> <_>5 11 4 6 -1. <_>5 11 2 6 2. 0 1.9459549803286791e-003 0.0876059383153915 -0.2044205069541931 -0.6855844259262085 22 -1 <_> <_> <_> <_>3 13 8 13 -1. <_>5 13 4 13 2. 0 -0.0855053663253784 0.2671464979648590 -0.1815284937620163 <_> <_> <_>3 6 8 4 -1. <_>3 8 8 2 2. 0 -0.0370142795145512 0.3740546107292175 -0.0703127011656761 <_> <_> <_>7 5 6 4 -1. <_>7 5 6 2 2. 1 0.0168347805738449 0.0891601070761681 -0.2456610053777695 <_> <_> <_>4 9 6 8 -1. <_>7 9 3 4 2. <_>4 13 3 4 2. 0 9.7268886747770011e-005 -0.1983094066381455 0.1498146951198578 <_> <_> <_>6 4 2 24 -1. <_>6 4 1 12 2. <_>7 16 1 12 2. 0 5.2984068170189857e-003 -0.1577990949153900 0.1709541976451874 <_> <_> <_>7 24 6 4 -1. <_>7 24 3 4 2. 0 -0.0237708594650030 -0.2509627938270569 0.0327907316386700 <_> <_> <_>7 20 5 3 -1. <_>6 21 5 1 3. 1 -0.0148529596626759 0.2726315855979919 -0.0721883028745651 <_> <_> <_>3 15 9 12 -1. <_>6 19 3 4 9. 0 -0.0827229693531990 -0.0668017715215683 0.1338412016630173 <_> <_> <_>1 20 8 7 -1. <_>3 20 4 7 2. 0 6.4472708618268371e-004 -0.1930968016386032 0.1362846940755844 <_> <_> <_>10 12 2 14 -1. <_>10 12 1 14 2. 0 -4.3215509504079819e-004 0.0574269108474255 -0.0729834362864494 <_> <_> <_>2 12 2 14 -1. <_>3 12 1 14 2. 0 -7.5133621066925116e-006 0.1217446997761726 -0.1816664040088654 <_> <_> <_>3 6 8 4 -1. <_>3 8 8 2 2. 0 0.0204936098307371 -0.0616576001048088 0.3857055008411408 <_> <_> <_>3 9 8 8 -1. <_>3 9 4 4 2. <_>7 13 4 4 2. 0 -5.9959441423416138e-003 -0.1809124946594238 0.1179118007421494 <_> <_> <_>1 2 12 24 -1. <_>5 10 4 8 9. 0 -0.9391052126884460 0.3137440979480743 -0.0592162981629372 <_> <_> <_>2 8 10 3 -1. <_>7 8 5 3 2. 0 -0.0243414901196957 -0.3705335855484009 0.0552511103451252 <_> <_> <_>4 15 8 8 -1. <_>6 15 4 8 2. 0 -0.0767967775464058 0.1375488936901093 -0.0582019388675690 <_> <_> <_>7 15 4 4 -1. <_>6 16 4 2 2. 1 -8.2179326564073563e-003 -0.2567924857139587 0.0991956964135170 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 -0.0517026185989380 -0.5293763875961304 0.0272751804441214 <_> <_> <_>4 16 3 12 -1. <_>5 16 1 12 3. 0 6.3065597787499428e-003 -0.1040067970752716 0.2038889974355698 <_> <_> <_>7 8 3 12 -1. <_>8 8 1 12 3. 0 0.0363370403647423 0.0131788402795792 -0.3871706128120422 <_> <_> <_>4 8 3 12 -1. <_>5 8 1 12 3. 0 -2.7929339557886124e-003 0.1235100030899048 -0.2046077996492386 <_> <_> <_>10 17 4 6 -1. <_>10 17 2 6 2. 0 -0.0144353797659278 -0.5011137723922730 0.0372625403106213 <_> <_> <_>5 4 2 24 -1. <_>5 4 1 12 2. <_>6 16 1 12 2. 0 6.4411992207169533e-003 -0.0605571903288364 0.3057847023010254 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -1.2598140165209770e-003 0.0532007515430450 -0.1691620051860809 <_> <_> <_>0 17 4 6 -1. <_>2 17 2 6 2. 0 -6.9105648435652256e-003 -0.3639864921569824 0.0428431518375874 <_> <_> <_>8 11 6 12 -1. <_>11 11 3 6 2. <_>8 17 3 6 2. 0 -0.0526631101965904 0.4416917860507965 -0.0320968292653561 <_> <_> <_>3 7 3 10 -1. <_>3 12 3 5 2. 0 -0.0409250594675541 -0.5567336082458496 0.0291916895657778 <_> <_> <_>7 6 4 6 -1. <_>7 6 4 3 2. 1 -2.1683140657842159e-003 0.0665858536958694 -0.1171517968177795 <_> <_> <_>1 7 10 3 -1. <_>6 7 5 3 2. 0 0.0174809191375971 -0.0677478536963463 0.3422436118125916 <_> <_> <_>7 6 4 6 -1. <_>7 6 4 3 2. 1 0.1303298026323319 0.0108534395694733 -0.5989474058151245 <_> <_> <_>7 6 6 4 -1. <_>7 6 3 4 2. 1 5.1362451631575823e-004 -0.1881096959114075 0.1093890964984894 <_> <_> <_>7 0 4 6 -1. <_>7 3 4 3 2. 0 -0.0387644208967686 -0.2692834138870239 0.0201565697789192 <_> <_> <_>4 6 6 8 -1. <_>4 6 3 4 2. <_>7 10 3 4 2. 0 -4.8952922224998474e-003 -0.2367085069417954 0.0706935375928879 <_> <_> <_>8 12 6 16 -1. <_>8 20 6 8 2. 0 0.0843806117773056 -0.0617771111428738 0.1513081938028336 <_> <_> <_>0 4 10 3 -1. <_>5 4 5 3 2. 0 -0.0548328608274460 -0.4994516074657440 0.0359158106148243 <_> <_> <_>8 2 4 13 -1. <_>8 2 2 13 2. 0 -5.4148300550878048e-003 0.0821169093251228 -0.1367274969816208 <_> <_> <_>1 1 10 14 -1. <_>1 1 5 7 2. <_>6 8 5 7 2. 0 0.1281372010707855 -0.0397552810609341 0.6034091114997864 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -4.4217561371624470e-003 -0.0746426135301590 0.1023570001125336 <_> <_> <_>0 25 8 3 -1. <_>4 25 4 3 2. 0 -7.1978997766564135e-006 0.0745955929160118 -0.2904655933380127 <_> <_> <_>6 13 3 13 -1. <_>7 13 1 13 3. 0 0.0733218863606453 -0.0213644690811634 0.6980969905853272 <_> <_> <_>1 24 6 4 -1. <_>4 24 3 4 2. 0 -0.0225664693862200 -0.5371477007865906 0.0365099683403969 <_> <_> <_>8 8 4 7 -1. <_>8 8 2 7 2. 0 -0.0293380804359913 0.1062619984149933 -0.0316522903740406 <_> <_> <_>0 7 12 3 -1. <_>0 8 12 1 3. 0 0.0136840902268887 -0.0577095411717892 0.3035565018653870 <_> <_> <_>4 6 6 6 -1. <_>4 8 6 2 3. 0 -8.2646618830040097e-004 0.1295858025550842 -0.1360308974981308 <_> <_> <_>3 9 7 4 -1. <_>3 11 7 2 2. 0 3.9828647859394550e-003 0.0507346689701080 -0.3389672935009003 <_> <_> <_>5 7 4 18 -1. <_>5 16 4 9 2. 0 -0.0205359794199467 0.2602849006652832 -0.0722593963146210 <_> <_> <_>4 1 5 26 -1. <_>4 14 5 13 2. 0 -0.1493218988180161 -0.5417259931564331 0.0445343889296055 <_> <_> <_>6 22 8 6 -1. <_>10 22 4 3 2. <_>6 25 4 3 2. 0 -0.0178947895765305 0.4714992940425873 -0.0308010708540678 <_> <_> <_>0 22 8 6 -1. <_>0 22 4 3 2. <_>4 25 4 3 2. 0 4.7443818766623735e-004 -0.1968698948621750 0.1243302002549171 <_> <_> <_>5 21 8 6 -1. <_>9 21 4 3 2. <_>5 24 4 3 2. 0 -4.0598851628601551e-003 0.1402866989374161 -0.0477513298392296 <_> <_> <_>3 0 6 4 -1. <_>6 0 3 4 2. 0 -0.0117557998746634 -0.2623791098594666 0.0599330700933933 <_> <_> <_>6 1 6 5 -1. <_>6 1 3 5 2. 0 -0.0185596495866776 0.1049325019121170 -0.0321592614054680 <_> <_> <_>5 6 4 12 -1. <_>6 6 2 12 2. 0 3.4838409628719091e-003 0.0794998928904533 -0.2048601061105728 <_> <_> <_>8 8 4 7 -1. <_>8 8 2 7 2. 0 -0.0621333085000515 -0.3509109020233154 0.0122655602172017 <_> <_> <_>2 8 4 7 -1. <_>4 8 2 7 2. 0 -0.0440086685121059 0.2683838903903961 -0.0882848873734474 <_> <_> <_>6 12 8 3 -1. <_>6 12 4 3 2. 0 3.0750890728086233e-003 -0.0455819293856621 0.1934330016374588 <_> <_> <_>1 11 9 5 -1. <_>4 11 3 5 3. 0 -0.0898653715848923 -0.4860535860061646 0.0451018810272217 <_> <_> <_>10 3 4 14 -1. <_>12 3 2 7 2. <_>10 10 2 7 2. 0 -1.6210540197789669e-003 0.0877222567796707 -0.1668934971094132 <_> <_> <_>0 2 4 14 -1. <_>0 2 2 7 2. <_>2 9 2 7 2. 0 -0.0293709393590689 -0.4279470145702362 0.0455667898058891 <_> <_> <_>1 9 13 6 -1. <_>1 11 13 2 3. 0 -0.0859218165278435 -0.6907737851142883 0.0151229295879602 <_> <_> <_>7 17 4 2 -1. <_>7 17 4 1 2. 1 6.7258282797411084e-004 -0.1116608977317810 0.1563075929880142 <_> <_> <_>10 15 3 6 -1. <_>11 16 1 6 3. 1 1.7752440180629492e-003 -0.0454094186425209 0.0779330879449844 <_> <_> <_>4 15 6 3 -1. <_>3 16 6 1 3. 1 1.5036190234241076e-005 -0.1634947955608368 0.1086442023515701 <_> <_> <_>7 19 2 7 -1. <_>7 19 1 7 2. 1 1.8150300020352006e-003 0.0963299125432968 -0.1181806027889252 <_> <_> <_>0 18 12 9 -1. <_>3 18 6 9 2. 0 -0.0675883665680885 0.2265702039003372 -0.0904929265379906 <_> <_> <_>7 19 2 7 -1. <_>7 19 1 7 2. 1 0.0183474905788898 0.0163501407951117 -0.4487788081169128 <_> <_> <_>7 19 7 2 -1. <_>7 19 7 1 2. 1 -0.0108225103467703 -0.4962235093116760 0.0407033301889896 <_> <_> <_>7 15 3 13 -1. <_>8 15 1 13 3. 0 0.0174279995262623 -0.0354756899178028 0.3085643053054810 <_> <_> <_>2 16 8 7 -1. <_>4 16 4 7 2. 0 -0.0787531211972237 -0.6714407801628113 0.0261704698204994 <_> <_> <_>4 21 10 6 -1. <_>9 21 5 3 2. <_>4 24 5 3 2. 0 7.3261657962575555e-004 -0.1030958965420723 0.0645039826631546 <_> <_> <_>0 21 10 6 -1. <_>0 21 5 3 2. <_>5 24 5 3 2. 0 0.0281850099563599 -0.0551248118281364 0.3113391995429993 <_> <_> <_>8 14 6 7 -1. <_>10 16 2 7 3. 1 -0.0155364703387022 -0.0855273008346558 0.0490242093801498 <_> <_> <_>0 20 12 4 -1. <_>0 20 6 2 2. <_>6 22 6 2 2. 0 -0.0262907296419144 -0.6526719927787781 0.0244957599788904 <_> <_> <_>1 14 12 10 -1. <_>4 14 6 10 2. 0 -6.8586082197725773e-003 -0.0585488304495811 0.2873598933219910 <_> <_> <_>3 18 6 4 -1. <_>6 18 3 4 2. 0 -3.0750960577279329e-003 0.0864257365465164 -0.2262724936008453 <_> <_> <_>11 11 2 16 -1. <_>11 19 2 8 2. 0 0.0567994304001331 0.0290484596043825 -0.3679820001125336 <_> <_> <_>3 10 6 14 -1. <_>3 10 3 7 2. <_>6 17 3 7 2. 0 0.0371825993061066 -0.0350622795522213 0.4509462118148804 <_> <_> <_>6 9 4 6 -1. <_>6 9 2 6 2. 0 -3.5590359475463629e-003 -0.1789246946573257 0.0684595182538033 -30.7173004150390630 23 -1 <_> <_> <_> <_>5 16 3 12 -1. <_>6 16 1 12 3. 0 -5.8595160953700542e-003 0.2013258934020996 -0.2658714056015015 <_> <_> <_>2 3 12 18 -1. <_>6 9 4 6 9. 0 -0.5950713753700256 0.3613406121730804 -0.1220315992832184 <_> <_> <_>3 4 6 10 -1. <_>3 4 3 5 2. <_>6 9 3 5 2. 0 0.0417266003787518 -0.0528890006244183 0.3908247053623200 <_> <_> <_>7 18 6 4 -1. <_>7 18 6 2 2. 1 0.0472537502646446 0.0149239096790552 -0.5054414868354797 <_> <_> <_>7 18 4 6 -1. <_>7 18 2 6 2. 1 9.8612194415181875e-004 -0.2033773958683014 0.1103067025542259 <_> <_> <_>5 8 4 13 -1. <_>6 8 2 13 2. 0 -7.2683179751038551e-003 -0.2089924067258835 0.1473315060138702 <_> <_> <_>2 6 3 12 -1. <_>3 6 1 12 3. 0 -0.0296954102814198 0.6619029045104981 -0.0672576203942299 <_> <_> <_>2 15 12 12 -1. <_>5 15 6 12 2. 0 -0.1309722959995270 0.1748578995466232 -0.0810295715928078 <_> <_> <_>4 15 4 12 -1. <_>5 15 2 12 2. 0 0.0173167604953051 -0.0489086806774139 0.4684366881847382 <_> <_> <_>4 19 9 9 -1. <_>7 19 3 9 3. 0 -0.1022140979766846 -0.2227514982223511 0.0774796381592751 <_> <_> <_>7 16 5 4 -1. <_>6 17 5 2 2. 1 2.9453460592776537e-003 0.0397382788360119 -0.2810744941234589 <_> <_> <_>6 14 6 8 -1. <_>9 14 3 4 2. <_>6 18 3 4 2. 0 -0.0454255901277065 0.2419378012418747 0.0136219495907426 <_> <_> <_>2 14 6 8 -1. <_>2 14 3 4 2. <_>5 18 3 4 2. 0 2.2699350956827402e-003 -0.1624758988618851 0.1606360971927643 <_> <_> <_>3 2 10 16 -1. <_>8 2 5 8 2. <_>3 10 5 8 2. 0 0.1142186969518662 0.0157504808157682 -0.5738288760185242 <_> <_> <_>5 15 3 12 -1. <_>6 15 1 12 3. 0 -0.0410540699958801 0.3052262961864471 -0.0558989606797695 <_> <_> <_>8 23 6 4 -1. <_>8 23 3 4 2. 0 0.0119805401191115 0.0174771696329117 -0.4070706963539124 <_> <_> <_>4 2 4 14 -1. <_>4 2 2 7 2. <_>6 9 2 7 2. 0 1.2105259811505675e-003 -0.1784096062183380 0.1035320982336998 <_> <_> <_>3 7 8 6 -1. <_>7 7 4 3 2. <_>3 10 4 3 2. 0 -0.0223519802093506 -0.4756760001182556 0.0373113900423050 <_> <_> <_>2 4 4 6 -1. <_>2 7 4 3 2. 0 0.0221354793757200 -0.0541376285254955 0.4286107122898102 <_> <_> <_>7 0 6 24 -1. <_>7 6 6 12 2. 0 -0.0158755797892809 0.0663736164569855 -0.1645548939704895 <_> <_> <_>0 13 6 14 -1. <_>0 13 3 7 2. <_>3 20 3 7 2. 0 0.0603713691234589 0.0386639311909676 -0.4649620056152344 <_> <_> <_>4 19 10 6 -1. <_>9 19 5 3 2. <_>4 22 5 3 2. 0 -0.0518812388181686 -0.5614129900932312 5.4471958428621292e-003 <_> <_> <_>0 19 10 6 -1. <_>0 19 5 3 2. <_>5 22 5 3 2. 0 1.9330360228195786e-003 -0.1347597986459732 0.1374733000993729 <_> <_> <_>4 18 8 10 -1. <_>8 18 4 5 2. <_>4 23 4 5 2. 0 -4.3940469622612000e-003 -0.0934059172868729 0.0351238213479519 <_> <_> <_>2 18 8 10 -1. <_>2 18 4 5 2. <_>6 23 4 5 2. 0 -0.0523141510784626 0.7531176209449768 -0.0292107705026865 <_> <_> <_>5 14 4 14 -1. <_>5 14 2 14 2. 0 -0.0568978115916252 -0.9185898900032044 0.0288624204695225 <_> <_> <_>1 2 10 16 -1. <_>1 2 5 8 2. <_>6 10 5 8 2. 0 -0.2161463946104050 -1. 6.9490820169448853e-003 <_> <_> <_>0 12 14 16 -1. <_>0 20 14 8 2. 0 0.1847925931215286 -0.0883579924702644 0.1900268942117691 <_> <_> <_>2 3 10 6 -1. <_>2 3 5 3 2. <_>7 6 5 3 2. 0 -5.6834658607840538e-003 -0.1779156029224396 0.0982860773801804 <_> <_> <_>10 1 3 26 -1. <_>10 14 3 13 2. 0 -0.0824480429291725 -0.3405865132808685 0.0156127195805311 <_> <_> <_>0 9 4 18 -1. <_>0 18 4 9 2. 0 -7.5926659628748894e-003 0.2592946887016296 -0.0693704411387444 <_> <_> <_>8 21 4 6 -1. <_>8 21 2 6 2. 0 -2.9748380184173584e-003 0.0545341782271862 -0.1263083964586258 <_> <_> <_>2 6 9 8 -1. <_>5 6 3 8 3. 0 -0.1637797057628632 -0.8372569084167481 0.0224467907100916 <_> <_> <_>9 21 4 6 -1. <_>9 21 2 6 2. 0 -3.8845320232212543e-003 -0.2100805938243866 0.0918143764138222 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -0.0554963313043118 0.5273922085762024 -0.0385616384446621 <_> <_> <_>9 20 4 7 -1. <_>9 20 2 7 2. 0 4.5041809789836407e-003 0.0389079898595810 -0.2107748985290527 <_> <_> <_>1 4 10 12 -1. <_>6 4 5 12 2. 0 0.0575163103640080 -0.0544424615800381 0.3497731983661652 <_> <_> <_>6 1 2 24 -1. <_>6 9 2 8 3. 0 -5.4960879497230053e-003 0.1045932993292809 -0.2295698970556259 <_> <_> <_>2 21 4 6 -1. <_>4 21 2 6 2. 0 5.8753142366185784e-004 0.0740455389022827 -0.2373113036155701 <_> <_> <_>10 1 3 26 -1. <_>10 14 3 13 2. 0 0.1121611967682838 -0.0259160008281469 0.1138947010040283 <_> <_> <_>1 1 3 26 -1. <_>1 14 3 13 2. 0 0.2175375074148178 0.0197278708219528 -0.9622092247009277 <_> <_> <_>2 9 12 14 -1. <_>8 9 6 7 2. <_>2 16 6 7 2. 0 -1.4632700476795435e-003 -0.0940528213977814 0.0643891766667366 <_> <_> <_>4 11 6 8 -1. <_>4 15 6 4 2. 0 -8.6313979700207710e-003 0.2503606081008911 -0.0722346529364586 <_> <_> <_>5 9 9 18 -1. <_>5 15 9 6 3. 0 -0.0198585093021393 -0.1269809007644653 0.0790514871478081 <_> <_> <_>1 0 9 4 -1. <_>4 0 3 4 3. 0 -1.3804109767079353e-004 0.1446664035320282 -0.1144407019019127 <_> <_> <_>5 7 4 6 -1. <_>5 10 4 3 2. 0 0.0267812404781580 0.0176477506756783 -0.8315789103507996 <_> <_> <_>3 7 8 4 -1. <_>3 9 8 2 2. 0 0.0193311199545860 -0.0455000810325146 0.5011094808578491 <_> <_> <_>2 16 12 6 -1. <_>8 16 6 3 2. <_>2 19 6 3 2. 0 0.0416920706629753 0.0225023496896029 -0.3899222016334534 <_> <_> <_>1 2 8 22 -1. <_>1 2 4 11 2. <_>5 13 4 11 2. 0 0.1129698008298874 -0.0324948392808437 0.5392962098121643 <_> <_> <_>7 19 6 7 -1. <_>9 19 2 7 3. 0 3.1683610286563635e-003 -0.1719558984041214 0.0936198011040688 <_> <_> <_>6 7 2 18 -1. <_>6 13 2 6 3. 0 5.3966748528182507e-003 0.0576776303350925 -0.3043614923954010 <_> <_> <_>5 8 8 16 -1. <_>5 12 8 8 2. 0 -0.1382918059825897 -0.5215879082679749 0.0184449106454849 <_> <_> <_>5 20 6 2 -1. <_>5 20 6 1 2. 1 -0.0125941196456552 0.2274890989065170 -0.0693250000476837 <_> <_> <_>10 19 3 6 -1. <_>11 20 1 6 3. 1 -0.0165144801139832 0.1627922952175140 -0.0344461500644684 <_> <_> <_>1 22 12 6 -1. <_>4 22 6 6 2. 0 -0.0163928493857384 -0.1427768021821976 0.1629009991884232 <_> <_> <_>2 25 12 3 -1. <_>2 25 6 3 2. 0 -0.0346064902842045 -0.4035637974739075 8.3033805713057518e-003 <_> <_> <_>4 19 6 3 -1. <_>3 20 6 1 3. 1 -6.8894061259925365e-003 0.2689009010791779 -0.0694508627057076 <_> <_> <_>7 20 6 7 -1. <_>9 20 2 7 3. 0 -0.0118794003501534 0.2139520943164825 -0.0209304504096508 <_> <_> <_>0 17 12 10 -1. <_>4 17 4 10 3. 0 -1.9165100529789925e-003 0.0684642195701599 -0.3145321905612946 <_> <_> <_>1 18 12 4 -1. <_>4 18 6 4 2. 0 1.3729350175708532e-003 -0.0603400282561779 0.2757284045219421 <_> <_> <_>1 19 6 7 -1. <_>3 19 2 7 3. 0 2.4278028868138790e-003 -0.2394450008869171 0.0846588388085365 <_> <_> <_>10 22 4 6 -1. <_>10 22 2 6 2. 0 2.1290169097483158e-003 0.0869384780526161 -0.2821848094463348 <_> <_> <_>1 4 2 24 -1. <_>1 4 1 12 2. <_>2 16 1 12 2. 0 -5.2569470426533371e-005 0.1368235945701599 -0.1198064982891083 <_> <_> <_>10 5 4 10 -1. <_>10 5 2 10 2. 0 0.0159578993916512 -0.0396103002130985 0.2482517063617706 <_> <_> <_>0 5 4 10 -1. <_>2 5 2 10 2. 0 8.9294081553816795e-003 0.0811235085129738 -0.2656157016754150 <_> <_> <_>8 10 3 15 -1. <_>9 10 1 15 3. 0 0.0499253086745739 0.0150186298415065 -0.3664787113666534 <_> <_> <_>3 10 3 15 -1. <_>4 10 1 15 3. 0 -0.0173748396337032 0.3397102057933807 -0.0544941499829292 <_> <_> <_>8 7 3 17 -1. <_>9 7 1 17 3. 0 -0.0783570632338524 -0.4943583905696869 8.4990533068776131e-003 <_> <_> <_>3 7 3 17 -1. <_>4 7 1 17 3. 0 -8.9894477277994156e-003 -0.2320985943078995 0.0713790878653526 <_> <_> <_>9 0 3 13 -1. <_>10 0 1 13 3. 0 -1.5932919923216105e-003 0.0825047194957733 -0.0931231826543808 <_> <_> <_>2 0 3 13 -1. <_>3 0 1 13 3. 0 2.6272730901837349e-003 -0.1321343034505844 0.1309982985258102 <_> <_> <_>1 3 12 5 -1. <_>4 3 6 5 2. 0 -0.0591081604361534 -0.3722976148128510 0.0455746613442898 <_> <_> <_>6 0 7 6 -1. <_>4 2 7 2 3. 1 3.5086690913885832e-003 0.0894784629344940 -0.1854341030120850 <_> <_> <_>7 2 4 8 -1. <_>7 2 2 8 2. 0 0.0154652204364538 -0.0306048206984997 0.2075458019971848 <_> <_> <_>6 4 2 12 -1. <_>7 4 1 12 2. 0 -0.0117490198463202 0.3920016884803772 -0.0411008596420288 <_> <_> <_>9 16 3 6 -1. <_>10 17 1 6 3. 1 0.0484136082231998 3.7391050718724728e-003 -0.8570184111595154 <_> <_> <_>5 8 4 6 -1. <_>7 8 2 6 2. 0 -1.1499889660626650e-003 -0.2244154959917069 0.0713050886988640 -30.7402000427246090 24 -1 <_> <_> <_> <_>1 5 12 21 -1. <_>4 5 6 21 2. 0 -0.3242005109786987 0.4144775867462158 -0.1068423017859459 <_> <_> <_>2 3 12 18 -1. <_>2 9 12 6 3. 0 -0.2106568962335587 0.2330280989408493 -0.0946957990527153 <_> <_> <_>1 1 12 4 -1. <_>4 1 6 4 2. 0 -0.0215405505150557 -0.2889172136783600 0.0706660673022270 <_> <_> <_>6 13 3 13 -1. <_>7 13 1 13 3. 0 5.9726871550083160e-003 -0.0905594900250435 0.2298959940671921 <_> <_> <_>1 1 6 12 -1. <_>1 1 3 6 2. <_>4 7 3 6 2. 0 0.0264681000262499 -0.0502540506422520 0.3934643864631653 <_> <_> <_>7 6 6 6 -1. <_>9 6 2 6 3. 0 -0.0725311264395714 -0.3942146897315979 7.5547359883785248e-003 <_> <_> <_>1 6 6 6 -1. <_>3 6 2 6 3. 0 -0.0436849184334278 -0.5755354762077332 0.0518933199346066 <_> <_> <_>7 2 6 13 -1. <_>9 2 2 13 3. 0 0.1167066022753716 -2.5791339576244354e-003 -0.8259764909744263 <_> <_> <_>1 2 6 13 -1. <_>3 2 2 13 3. 0 -0.0823811665177345 0.7581896185874939 -0.0265769306570292 <_> <_> <_>4 0 6 28 -1. <_>6 0 2 28 3. 0 -2.3157079704105854e-003 0.0668586865067482 -0.3040786981582642 <_> <_> <_>0 13 14 3 -1. <_>0 14 14 1 3. 0 -0.0166781898587942 0.3852531909942627 -0.0488426797091961 <_> <_> <_>10 20 4 7 -1. <_>10 20 2 7 2. 0 -3.0678999610245228e-003 -0.2715098857879639 0.0645612627267838 <_> <_> <_>5 8 2 12 -1. <_>6 8 1 12 2. 0 -8.3884904161095619e-003 -0.2826730012893677 0.0707788914442062 <_> <_> <_>5 16 4 8 -1. <_>5 16 2 8 2. 0 0.0213579107075930 -0.0661064833402634 0.3186753988265991 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -4.0636979974806309e-003 0.1173984035849571 -0.1510592997074127 <_> <_> <_>5 0 6 8 -1. <_>8 0 3 4 2. <_>5 4 3 4 2. 0 -1.1475679930299520e-003 0.0642628967761993 -0.0744720771908760 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 0.0181456897407770 -0.0569460093975067 0.4210714995861054 <_> <_> <_>10 20 4 7 -1. <_>10 20 2 7 2. 0 5.0288350321352482e-003 0.0838666707277298 -0.3392939865589142 <_> <_> <_>4 15 4 12 -1. <_>5 15 2 12 2. 0 -0.0579163618385792 0.4517017900943756 -0.0431988686323166 <_> <_> <_>7 16 4 6 -1. <_>7 16 2 6 2. 1 0.0310252998024225 0.0280007403343916 -0.1681894063949585 <_> <_> <_>3 2 6 9 -1. <_>6 2 3 9 2. 0 0.0821342915296555 0.0199995301663876 -0.7691050767898560 <_> <_> <_>2 2 12 2 -1. <_>2 2 6 2 2. 0 0.0736665725708008 -1.2391459895297885e-003 -1.0004559755325317 <_> <_> <_>0 2 12 2 -1. <_>6 2 6 2 2. 0 1.5681830700486898e-004 -0.1215459033846855 0.1356196999549866 <_> <_> <_>6 1 6 4 -1. <_>6 1 3 4 2. 0 0.0451309308409691 4.7123869881033897e-003 -0.2967104911804199 <_> <_> <_>0 2 4 6 -1. <_>0 5 4 3 2. 0 -5.1468348829075694e-004 0.1460689008235931 -0.1360048055648804 <_> <_> <_>5 4 8 4 -1. <_>5 6 8 2 2. 0 -0.0149811198934913 -0.1793365925550461 0.0539286993443966 <_> <_> <_>1 8 12 2 -1. <_>1 9 12 1 2. 0 -0.0271517895162106 -0.6752901077270508 0.0230467803776264 <_> <_> <_>8 7 6 8 -1. <_>8 9 6 4 2. 0 -0.0665780231356621 -0.6558642983436585 4.7667929902672768e-003 <_> <_> <_>0 7 6 8 -1. <_>0 9 6 4 2. 0 -3.3119178842753172e-003 0.1225500032305718 -0.1633393019437790 <_> <_> <_>11 15 2 12 -1. <_>11 15 1 12 2. 0 -0.0158111806958914 -0.4473117887973785 8.9029967784881592e-003 <_> <_> <_>2 15 3 12 -1. <_>3 15 1 12 3. 0 -5.6757620768621564e-005 0.1494435071945190 -0.1068682968616486 <_> <_> <_>11 15 2 12 -1. <_>11 15 1 12 2. 0 0.0106024900451303 0.0216858293861151 -0.3220812976360321 <_> <_> <_>1 12 6 16 -1. <_>1 12 3 8 2. <_>4 20 3 8 2. 0 2.1245649550110102e-003 -0.2042573988437653 0.0823309570550919 <_> <_> <_>4 10 10 5 -1. <_>4 10 5 5 2. 0 0.0476385802030563 -0.0327284410595894 0.4472625851631165 <_> <_> <_>4 16 8 3 -1. <_>3 17 8 1 3. 1 -0.0113001996651292 0.2554602026939392 -0.0699698999524117 <_> <_> <_>2 25 12 3 -1. <_>6 25 4 3 3. 0 -1.1472209589555860e-003 0.0474677905440331 -0.2222079038619995 <_> <_> <_>1 10 10 8 -1. <_>1 10 5 4 2. <_>6 14 5 4 2. 0 0.0180086400359869 -0.0608602091670036 0.2908244132995606 <_> <_> <_>0 12 14 6 -1. <_>7 12 7 3 2. <_>0 15 7 3 2. 0 -0.0116342604160309 -0.3147492110729218 0.0836308971047401 <_> <_> <_>2 20 8 8 -1. <_>2 20 4 4 2. <_>6 24 4 4 2. 0 6.5580541267991066e-003 -0.1212183013558388 0.1312450021505356 <_> <_> <_>12 16 2 7 -1. <_>12 16 1 7 2. 1 -2.3253620602190495e-003 -0.0871386229991913 0.0704765170812607 <_> <_> <_>1 17 12 4 -1. <_>4 17 6 4 2. 0 0.0214862208813429 -0.0359365493059158 0.4373702108860016 <_> <_> <_>5 9 6 14 -1. <_>7 9 2 14 3. 0 0.1258939951658249 0.0124431503936648 -0.9282261729240418 <_> <_> <_>3 9 6 14 -1. <_>5 9 2 14 3. 0 -2.2191529569681734e-004 0.0697983428835869 -0.3210623860359192 <_> <_> <_>3 8 9 12 -1. <_>6 12 3 4 9. 0 -0.0581751987338066 -0.0770256295800209 0.0967479869723320 <_> <_> <_>5 4 4 19 -1. <_>7 4 2 19 2. 0 -4.5887380838394165e-004 0.1141244992613792 -0.1471917033195496 <_> <_> <_>5 5 4 19 -1. <_>5 5 2 19 2. 0 -0.0408370196819305 0.4765458106994629 -0.0497375689446926 <_> <_> <_>2 10 10 18 -1. <_>2 10 5 9 2. <_>7 19 5 9 2. 0 -9.7786840051412582e-003 -0.2051378041505814 0.0844689831137657 <_> <_> <_>3 3 9 15 -1. <_>3 8 9 5 3. 0 0.2796426117420197 -0.0300348699092865 0.6952624917030335 <_> <_> <_>3 7 8 12 -1. <_>3 11 8 4 3. 0 -0.0888691172003746 0.2408183962106705 -0.0705763772130013 <_> <_> <_>6 9 6 8 -1. <_>6 11 6 4 2. 0 -0.0140954600647092 -0.1045643985271454 0.0466049797832966 <_> <_> <_>1 16 2 12 -1. <_>2 16 1 12 2. 0 2.6836670003831387e-003 0.0604959689080715 -0.2578496932983398 <_> <_> <_>11 3 3 18 -1. <_>11 12 3 9 2. 0 0.0870512798428535 -0.0241736695170403 0.2404305934906006 <_> <_> <_>0 3 3 18 -1. <_>0 12 3 9 2. 0 -0.0101780397817492 0.2546978890895844 -0.0928905084729195 <_> <_> <_>2 8 10 6 -1. <_>7 8 5 3 2. <_>2 11 5 3 2. 0 -9.0314531698822975e-003 -0.2634347975254059 0.0708488076925278 <_> <_> <_>0 3 3 23 -1. <_>1 3 1 23 3. 0 -6.7082298919558525e-003 0.2331347018480301 -0.0762718096375465 <_> <_> <_>7 3 6 5 -1. <_>7 3 3 5 2. 0 -0.0676144734025002 -0.5201326012611389 0.0137851601466537 <_> <_> <_>2 0 10 28 -1. <_>2 14 10 14 2. 0 -0.3963688015937805 -0.7626718878746033 0.0206865202635527 <_> <_> <_>6 17 8 6 -1. <_>10 17 4 3 2. <_>6 20 4 3 2. 0 1.2813470093533397e-003 -0.1404623985290527 0.1271191984415054 <_> <_> <_>4 13 4 14 -1. <_>4 13 2 7 2. <_>6 20 2 7 2. 0 8.4416065365076065e-003 0.0747128278017044 -0.2566313147544861 <_> <_> <_>12 7 2 12 -1. <_>12 7 1 12 2. 0 1.4749030015082099e-005 -0.1401512026786804 0.1521048992872238 <_> <_> <_>1 3 6 5 -1. <_>4 3 3 5 2. 0 -0.0450732111930847 -0.6426286101341248 0.0259254500269890 <_> <_> <_>12 7 2 12 -1. <_>12 7 1 12 2. 0 7.7068619430065155e-003 0.0324856899678707 -0.2037702947854996 <_> <_> <_>0 7 2 12 -1. <_>1 7 1 12 2. 0 5.9383822372183204e-004 -0.1295032948255539 0.1621938049793243 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 -1.3042639475315809e-003 0.0863188430666924 -0.1922470927238464 <_> <_> <_>0 10 10 5 -1. <_>5 10 5 5 2. 0 6.4417850226163864e-003 -0.0715060532093048 0.3062734901905060 <_> <_> <_>2 9 12 8 -1. <_>5 9 6 8 2. 0 -0.0156303308904171 0.0495155490934849 -0.1484034955501556 <_> <_> <_>0 7 4 12 -1. <_>2 7 2 12 2. 0 0.0113956201821566 0.0633552968502045 -0.2557640969753265 <_> <_> <_>11 16 3 6 -1. <_>12 17 1 6 3. 1 0.0475444309413433 4.8167328350245953e-003 -0.7898777723312378 <_> <_> <_>5 16 2 12 -1. <_>6 16 1 12 2. 0 8.3856023848056793e-003 -0.0430120117962360 0.4110831916332245 <_> <_> <_>11 16 3 6 -1. <_>12 17 1 6 3. 1 -1.6369849909096956e-003 0.0824732929468155 -0.0789568126201630 <_> <_> <_>6 6 2 14 -1. <_>7 6 1 14 2. 0 -0.0165131092071533 -0.5069249272346497 0.0390719100832939 <_> <_> <_>3 2 8 11 -1. <_>5 2 4 11 2. 0 0.1035835966467857 0.0207722708582878 -0.6937174797058106 <_> <_> <_>5 3 3 22 -1. <_>6 3 1 22 3. 0 0.0333618409931660 -0.0444790087640285 0.4639281928539276 <_> <_> <_>5 7 4 6 -1. <_>5 10 4 3 2. 0 -0.0286644306033850 -0.4588367044925690 0.0356761701405048 <_> <_> <_>4 9 6 4 -1. <_>4 11 6 2 2. 0 -1.1209170043002814e-004 0.0843445137143135 -0.2155565023422241 <_> <_> <_>5 25 8 3 -1. <_>5 25 4 3 2. 0 0.0176902003586292 9.7461966797709465e-003 -0.8526154160499573 <_> <_> <_>4 6 6 4 -1. <_>4 8 6 2 2. 0 -0.0218784697353840 0.2634595036506653 -0.0702206417918205 <_> <_> <_>4 5 10 8 -1. <_>4 9 10 4 2. 0 -0.1242443025112152 -0.2865940928459168 0.0218161400407553 <_> <_> <_>0 12 6 6 -1. <_>0 15 6 3 2. 0 0.0657360926270485 0.0236005801707506 -0.7026379108428955 <_> <_> <_>5 25 8 3 -1. <_>5 25 4 3 2. 0 -0.0446337014436722 -0.9577643275260925 3.5877549089491367e-003 <_> <_> <_>0 13 10 6 -1. <_>0 13 5 3 2. <_>5 16 5 3 2. 0 -0.0642715767025948 0.6009951829910278 -0.0285576190799475 <_> <_> <_>6 7 3 15 -1. <_>7 7 1 15 3. 0 5.6516240874771029e-005 -0.1348548978567123 0.1108092963695526 <_> <_> <_>0 1 14 15 -1. <_>0 6 14 5 3. 0 1.3419260503724217e-003 0.0983250066637993 -0.1688349992036820 <_> <_> <_>6 4 8 8 -1. <_>6 6 8 4 2. 0 -0.0218897294253111 -0.2188055068254471 0.0296206790953875 <_> <_> <_>0 10 12 8 -1. <_>0 12 12 4 2. 0 -1.9670790061354637e-003 0.0976428091526031 -0.1806287020444870 <_> <_> <_>8 1 6 6 -1. <_>8 3 6 2 3. 0 -0.0761965215206146 -0.8638762235641480 7.3730680160224438e-003 <_> <_> <_>0 1 6 6 -1. <_>0 3 6 2 3. 0 -7.9841358819976449e-004 0.1535367965698242 -0.1210580989718437 <_> <_> <_>5 25 8 3 -1. <_>5 25 4 3 2. 0 -8.2246732199564576e-004 0.0407943390309811 -0.1373779028654099 <_> <_> <_>4 0 6 6 -1. <_>6 0 2 6 3. 0 -3.0324649997055531e-003 0.1208821013569832 -0.1408873051404953 -30.7607002258300780 25 -1 <_> <_> <_> <_>1 16 12 4 -1. <_>4 16 6 4 2. 0 -0.0527186505496502 0.2598567903041840 -0.1572197973728180 <_> <_> <_>8 4 6 4 -1. <_>8 4 6 2 2. 1 5.1614670082926750e-003 -0.1027185991406441 0.0593469813466072 <_> <_> <_>6 4 4 6 -1. <_>6 4 2 6 2. 1 0.0676990672945976 -0.0773112624883652 0.2860201001167297 <_> <_> <_>4 4 6 4 -1. <_>4 6 6 2 2. 0 -0.0338220112025738 -0.5699905753135681 0.0406845286488533 <_> <_> <_>6 15 7 4 -1. <_>6 15 7 2 2. 1 -0.0537463985383511 -0.4742139875888825 0.0627515912055969 <_> <_> <_>4 4 6 4 -1. <_>4 6 6 2 2. 0 -0.0305595602840185 0.7163878083229065 -0.0174239501357079 <_> <_> <_>4 4 6 4 -1. <_>4 6 6 2 2. 0 -0.0338220112025738 -0.6728317737579346 -1.2177439639344811e-003 <_> <_> <_>8 2 3 12 -1. <_>9 2 1 12 3. 0 2.7876009698957205e-004 -0.0702052265405655 0.1164873018860817 <_> <_> <_>3 2 3 12 -1. <_>4 2 1 12 3. 0 -2.5016230065375566e-003 0.1291521042585373 -0.1357607990503311 <_> <_> <_>4 0 8 28 -1. <_>6 0 4 28 2. 0 0.0908358395099640 4.1303969919681549e-003 0.4011166095733643 <_> <_> <_>2 0 8 28 -1. <_>4 0 4 28 2. 0 -0.0256032608449459 -0.1005948036909103 0.1881915926933289 <_> <_> <_>8 15 4 8 -1. <_>8 15 2 8 2. 0 -0.0521344617009163 0.2528272867202759 -0.1144765987992287 <_> <_> <_>0 22 8 6 -1. <_>0 22 4 3 2. <_>4 25 4 3 2. 0 0.0384620688855648 0.0558288693428040 -0.5763548016548157 <_> <_> <_>7 20 4 4 -1. <_>8 21 2 4 2. 1 -1.4195869443938136e-003 0.0457690991461277 -0.1600112020969391 <_> <_> <_>4 15 6 6 -1. <_>6 15 2 6 3. 0 -0.0764881670475006 -0.5253133773803711 0.0520116500556469 <_> <_> <_>4 10 6 9 -1. <_>6 10 2 9 3. 0 1.2786199804395437e-003 0.0760514065623283 -0.2510409057140350 <_> <_> <_>5 8 4 17 -1. <_>6 8 2 17 2. 0 -1.2661969522014260e-003 -0.1241165027022362 0.1637594997882843 <_> <_> <_>7 16 2 12 -1. <_>7 16 1 12 2. 0 -9.0841390192508698e-003 0.2261393070220947 -0.0545596182346344 <_> <_> <_>6 11 2 12 -1. <_>7 11 1 12 2. 0 7.4418167059775442e-005 -0.1648879945278168 0.1086440011858940 <_> <_> <_>0 12 14 12 -1. <_>0 12 7 12 2. 0 -2.5643699336796999e-003 -0.1893323957920075 0.1029883027076721 <_> <_> <_>0 4 4 24 -1. <_>0 10 4 12 2. 0 -0.0349972285330296 0.2374626994132996 -0.0823906883597374 <_> <_> <_>8 0 4 8 -1. <_>8 4 4 4 2. 0 -0.0194228291511536 -0.0996915400028229 0.0403765588998795 <_> <_> <_>1 24 12 4 -1. <_>4 24 6 4 2. 0 -0.0596014782786369 -0.9116243124008179 0.0183674208819866 <_> <_> <_>5 9 8 18 -1. <_>5 18 8 9 2. 0 0.3404640853404999 6.0519641265273094e-003 -0.4458416104316711 <_> <_> <_>1 4 3 22 -1. <_>2 4 1 22 3. 0 6.5878271125257015e-003 -0.0957677513360977 0.1808755993843079 <_> <_> <_>11 16 2 12 -1. <_>11 16 1 12 2. 0 5.3841830231249332e-003 0.0526585616171360 -0.4520238935947418 <_> <_> <_>1 16 2 12 -1. <_>2 16 1 12 2. 0 7.9094972461462021e-003 0.0380643010139465 -0.4598438143730164 <_> <_> <_>4 1 8 6 -1. <_>8 1 4 3 2. <_>4 4 4 3 2. 0 -0.0175665393471718 0.1113914027810097 -0.0295645091682673 <_> <_> <_>2 1 8 6 -1. <_>2 1 4 3 2. <_>6 4 4 3 2. 0 -1.1352599831297994e-003 0.1082551032304764 -0.1835540980100632 <_> <_> <_>4 0 8 20 -1. <_>4 10 8 10 2. 0 0.1423728018999100 -0.0319952294230461 0.3809931874275208 <_> <_> <_>0 5 9 6 -1. <_>0 8 9 3 2. 0 -0.1002440974116325 -0.7746186256408691 0.0239925999194384 <_> <_> <_>3 4 8 16 -1. <_>3 8 8 8 2. 0 -0.1245379969477654 0.2125505954027176 -0.0917487591505051 <_> <_> <_>3 11 6 16 -1. <_>3 19 6 8 2. 0 0.1964138001203537 0.0330282710492611 -0.6022315025329590 <_> <_> <_>4 9 6 12 -1. <_>7 9 3 6 2. <_>4 15 3 6 2. 0 -0.0414673388004303 -0.8826444745063782 0.0133995404466987 <_> <_> <_>7 20 4 3 -1. <_>6 21 4 1 3. 1 -0.0300201997160912 0.5815895199775696 -0.0398013107478619 <_> <_> <_>2 6 12 2 -1. <_>2 7 12 1 2. 0 0.0190021507441998 -0.0245082303881645 0.3225910067558289 <_> <_> <_>4 2 6 4 -1. <_>4 2 6 2 2. 1 -0.0108372801914811 -0.2542868852615356 0.0733845233917236 <_> <_> <_>8 1 6 5 -1. <_>8 1 3 5 2. 1 -0.0244938600808382 0.1488355994224548 -0.0367299504578114 <_> <_> <_>7 4 4 6 -1. <_>7 4 4 3 2. 1 4.7652618959546089e-003 0.1269364058971405 -0.1915761977434158 <_> <_> <_>4 5 6 20 -1. <_>4 10 6 10 2. 0 -0.0124380104243755 0.0717270076274872 -0.2542191147804260 <_> <_> <_>2 8 4 13 -1. <_>4 8 2 13 2. 0 0.0212753191590309 -0.0493925884366035 0.5271543264389038 <_> <_> <_>0 0 14 8 -1. <_>7 0 7 4 2. <_>0 4 7 4 2. 0 -0.0673698335886002 -0.4689128100872040 0.0428815484046936 <_> <_> <_>5 0 4 6 -1. <_>7 0 2 6 2. 0 -1.0925510432571173e-003 0.1125015020370483 -0.1368837952613831 <_> <_> <_>6 2 4 12 -1. <_>6 6 4 4 3. 0 -0.0978634282946587 -0.8516709208488464 7.9745445400476456e-003 <_> <_> <_>2 14 4 7 -1. <_>4 14 2 7 2. 0 -2.0980979315936565e-003 0.0725561976432800 -0.2125356048345566 <_> <_> <_>5 4 6 4 -1. <_>5 4 3 4 2. 0 0.0449756681919098 -6.4254011958837509e-003 0.6733464002609253 <_> <_> <_>3 0 8 19 -1. <_>7 0 4 19 2. 0 -0.0209705308079720 -0.1534136980772018 0.1122943982481957 <_> <_> <_>5 5 4 15 -1. <_>5 5 2 15 2. 0 7.1862142067402601e-004 -0.1369003951549530 0.1232310980558395 <_> <_> <_>1 11 12 3 -1. <_>1 12 12 1 3. 0 0.0119219999760389 -0.0520369112491608 0.3509553968906403 <_> <_> <_>5 4 6 4 -1. <_>5 4 3 4 2. 0 -0.0129568902775645 0.0878135785460472 -0.0281739197671413 <_> <_> <_>1 10 5 6 -1. <_>1 13 5 3 2. 0 -0.0279726497828960 -0.5901845097541809 0.0247701294720173 <_> <_> <_>5 4 6 4 -1. <_>5 4 3 4 2. 0 -6.0088839381933212e-003 -0.0659633576869965 0.0362772904336452 <_> <_> <_>0 13 13 3 -1. <_>0 14 13 1 3. 0 -4.0854439139366150e-003 0.1821193993091583 -0.0895676687359810 <_> <_> <_>5 4 6 4 -1. <_>5 4 3 4 2. 0 6.3200960867106915e-003 0.0238888505846262 -0.1060646027326584 <_> <_> <_>3 4 6 4 -1. <_>6 4 3 4 2. 0 0.0206336192786694 -0.0381768010556698 0.5213416218757629 <_> <_> <_>8 22 4 6 -1. <_>8 22 2 6 2. 0 -2.5221719406545162e-003 0.0465103685855865 -0.0939578711986542 <_> <_> <_>2 22 4 6 -1. <_>4 22 2 6 2. 0 -4.6648699790239334e-003 -0.2373497933149338 0.0806084200739861 <_> <_> <_>8 22 4 6 -1. <_>8 22 2 6 2. 0 2.5844529736787081e-003 -0.0242755599319935 0.2288825064897537 <_> <_> <_>2 22 4 6 -1. <_>4 22 2 6 2. 0 -1.4966880371503066e-005 0.0993802025914192 -0.1983017027378082 <_> <_> <_>0 13 14 3 -1. <_>0 14 14 1 3. 0 6.2676537781953812e-003 -0.0743672326207161 0.2279033958911896 <_> <_> <_>7 19 7 2 -1. <_>7 19 7 1 2. 1 0.0263475496321917 0.0192854590713978 -0.8868331909179688 <_> <_> <_>6 9 6 12 -1. <_>6 13 6 4 3. 0 -0.0602689497172832 0.1256269067525864 -0.0337168686091900 <_> <_> <_>0 26 12 2 -1. <_>6 26 6 2 2. 0 -3.8371770642697811e-003 -0.1773530989885330 0.0885887369513512 <_> <_> <_>2 25 12 3 -1. <_>2 25 6 3 2. 0 -3.5063549876213074e-003 -0.0871009081602097 0.0566508583724499 <_> <_> <_>0 24 14 4 -1. <_>0 24 7 2 2. <_>7 26 7 2 2. 0 -8.1536881625652313e-003 0.2586381137371063 -0.0596906095743179 <_> <_> <_>12 3 2 12 -1. <_>12 3 1 12 2. 1 0.0385741293430328 8.4148198366165161e-003 -0.4340906143188477 <_> <_> <_>3 2 4 12 -1. <_>3 2 2 6 2. <_>5 8 2 6 2. 0 -0.0392696596682072 0.3546951115131378 -0.0432481691241264 <_> <_> <_>6 1 3 17 -1. <_>7 1 1 17 3. 0 -1.7512469785287976e-003 0.0868160873651505 -0.0969246327877045 <_> <_> <_>3 6 8 7 -1. <_>5 6 4 7 2. 0 -0.0840612500905991 -0.6525657176971436 0.0247653201222420 <_> <_> <_>6 0 3 12 -1. <_>7 0 1 12 3. 0 -0.0434175394475460 -0.5620542764663696 9.8713487386703491e-003 <_> <_> <_>5 0 3 12 -1. <_>6 0 1 12 3. 0 -0.0136431697756052 0.2456213980913162 -0.0605527088046074 <_> <_> <_>6 1 3 17 -1. <_>7 1 1 17 3. 0 0.0164903607219458 0.0388668887317181 -0.2771584987640381 <_> <_> <_>3 8 8 8 -1. <_>3 8 4 4 2. <_>7 12 4 4 2. 0 -0.0144229000434279 -0.2282046973705292 0.0590268410742283 <_> <_> <_>8 15 3 12 -1. <_>9 15 1 12 3. 0 2.7178740128874779e-003 -0.1188718006014824 0.1219222992658615 <_> <_> <_>0 16 10 12 -1. <_>0 16 5 6 2. <_>5 22 5 6 2. 0 6.3701239414513111e-003 -0.1716777980327606 0.0995554178953171 <_> <_> <_>6 2 8 22 -1. <_>10 2 4 11 2. <_>6 13 4 11 2. 0 0.0812902003526688 -0.0225097406655550 0.2447286993265152 <_> <_> <_>0 25 12 3 -1. <_>6 25 6 3 2. 0 -1.4793650188948959e-004 0.0808456912636757 -0.2168036997318268 <_> <_> <_>2 14 12 14 -1. <_>2 14 6 14 2. 0 -6.9097941741347313e-004 0.0622812397778034 -0.1408240944147110 <_> <_> <_>2 14 8 10 -1. <_>4 14 4 10 2. 0 -0.0114553598687053 -0.1172252967953682 0.1594851016998291 <_> <_> <_>5 13 6 14 -1. <_>7 13 2 14 3. 0 -0.1633439958095551 -0.3472715020179749 0.0110032502561808 <_> <_> <_>3 13 6 14 -1. <_>5 13 2 14 3. 0 -0.0686523020267487 0.2544158101081848 -0.0787787586450577 <_> <_> <_>4 12 8 13 -1. <_>6 12 4 13 2. 0 6.9226641207933426e-003 -0.0298005696386099 0.2045527994632721 <_> <_> <_>2 12 8 13 -1. <_>4 12 4 13 2. 0 -0.1085160002112389 -0.4737502932548523 0.0407044403254986 <_> <_> <_>3 22 10 6 -1. <_>8 22 5 3 2. <_>3 25 5 3 2. 0 0.0588681511580944 1.3014429714530706e-003 -1.0001180171966553 <_> <_> <_>1 22 10 6 -1. <_>1 22 5 3 2. <_>6 25 5 3 2. 0 1.5332780312746763e-003 -0.1644199043512344 0.0994952693581581 <_> <_> <_>8 5 6 9 -1. <_>8 8 6 3 3. 0 -2.5576220359653234e-003 0.0814589336514473 -0.0909456834197044 <_> <_> <_>0 8 12 6 -1. <_>0 8 6 3 2. <_>6 11 6 3 2. 0 3.6009950563311577e-003 0.0867608934640884 -0.1987220942974091 <_> <_> <_>9 6 3 13 -1. <_>10 6 1 13 3. 0 0.0109860803931952 -0.0482303202152252 0.1926449984312058 <_> <_> <_>0 2 5 24 -1. <_>0 14 5 12 2. 0 -4.4403300853446126e-004 0.2011567056179047 -0.0830598101019859 <_> <_> <_>11 11 3 8 -1. <_>11 15 3 4 2. 0 2.9464240651577711e-004 -0.1280869990587235 0.0666525363922119 <_> <_> <_>5 1 3 17 -1. <_>6 1 1 17 3. 0 -0.0413200818002224 -0.5351092219352722 0.0295785907655954 <_> <_> <_>5 5 8 8 -1. <_>7 5 4 8 2. 0 0.0819299966096878 -0.0169396102428436 0.7652422189712524 <_> <_> <_>3 16 2 12 -1. <_>4 16 1 12 2. 0 0.0147583996877074 0.0272067803889513 -0.6260780096054077 <_> <_> <_>6 3 6 18 -1. <_>8 9 2 6 9. 0 -0.1757709980010986 0.1032833009958267 -0.0518636181950569 <_> <_> <_>4 2 4 12 -1. <_>4 6 4 4 3. 0 -0.0104924496263266 -0.1942481994628906 0.0858353078365326 <_> <_> <_>5 1 4 12 -1. <_>5 4 4 6 2. 0 -5.6793028488755226e-003 0.1625234931707382 -0.1160741001367569 <_> <_> <_>1 0 12 12 -1. <_>5 4 4 4 9. 0 -0.0770260915160179 -0.1658536940813065 0.1048763990402222 <_> <_> <_>6 0 6 5 -1. <_>6 0 3 5 2. 0 0.0882552415132523 -4.2857029475271702e-003 1.0002230405807495 <_> <_> <_>2 0 6 5 -1. <_>5 0 3 5 2. 0 -2.5600788649171591e-004 0.1321841031312943 -0.1475474983453751 <_> <_> <_>6 5 3 21 -1. <_>7 5 1 21 3. 0 0.0345324687659740 -0.0478740595281124 0.2770858108997345 <_> <_> <_>1 0 6 24 -1. <_>1 0 3 12 2. <_>4 12 3 12 2. 0 0.1097825020551682 -0.0216063000261784 0.8505910038948059 <_> <_> <_>8 18 4 6 -1. <_>9 19 2 6 2. 1 0.0367177687585354 0.0162764303386211 -0.8900070786476135 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -0.0612067282199860 0.5483801960945129 -0.0316251218318939 <_> <_> <_>5 24 9 4 -1. <_>8 24 3 4 3. 0 2.9046889394521713e-003 0.0414838008582592 -0.0860545337200165 <_> <_> <_>0 20 8 6 -1. <_>2 20 4 6 2. 0 0.0690031796693802 -0.0265528801828623 0.6064736843109131 <_> <_> <_>7 22 6 6 -1. <_>9 22 2 6 3. 0 7.0049421628937125e-004 -0.1993429958820343 0.0754432007670403 <_> <_> <_>1 22 6 6 -1. <_>3 22 2 6 3. 0 0.0348732396960258 0.0390368700027466 -0.4225127995014191 -30.8383007049560550 26 -1 <_> <_> <_> <_>1 15 6 11 -1. <_>3 15 2 11 3. 0 0.0544666089117527 -0.1318282037973404 0.2766044139862061 <_> <_> <_>4 6 6 4 -1. <_>4 8 6 2 2. 0 -0.0218566507101059 0.2547551095485687 -0.0840456113219261 <_> <_> <_>0 16 4 11 -1. <_>2 16 2 11 2. 0 6.6198781132698059e-003 0.0714893937110901 -0.2630408108234406 <_> <_> <_>8 16 6 6 -1. <_>10 16 2 6 3. 0 8.8211596012115479e-003 -0.1339671015739441 0.1422293037176132 <_> <_> <_>0 16 12 12 -1. <_>4 20 4 4 9. 0 -0.2325122952461243 -0.3462874889373779 0.0567674785852432 <_> <_> <_>8 10 6 18 -1. <_>8 16 6 6 3. 0 0.2847234904766083 8.6089121177792549e-003 -1.0012650489807129 <_> <_> <_>0 12 5 16 -1. <_>0 20 5 8 2. 0 0.0423035211861134 -0.0916377529501915 0.1909047067165375 <_> <_> <_>11 12 3 16 -1. <_>11 16 3 8 2. 0 0.0497819818556309 0.0297099892050028 -0.3596186935901642 <_> <_> <_>0 13 14 12 -1. <_>0 13 7 6 2. <_>7 19 7 6 2. 0 -0.0489243008196354 -0.3838717937469482 0.0551829896867275 <_> <_> <_>3 12 10 16 -1. <_>8 12 5 8 2. <_>3 20 5 8 2. 0 -7.7399803558364511e-005 -0.1275880038738251 0.0947935208678246 <_> <_> <_>3 11 5 12 -1. <_>3 17 5 6 2. 0 -0.0244552902877331 0.4691182971000671 -0.0517820715904236 <_> <_> <_>6 0 6 18 -1. <_>8 6 2 6 9. 0 0.0252108201384544 0.0440350882709026 -0.1765304952859879 <_> <_> <_>6 4 2 14 -1. <_>6 11 2 7 2. 0 -0.0475709103047848 -0.5333272218704224 0.0466939099133015 <_> <_> <_>3 15 8 11 -1. <_>5 15 4 11 2. 0 -0.1404698044061661 0.3279846012592316 -0.0656077191233635 <_> <_> <_>3 2 8 11 -1. <_>5 2 4 11 2. 0 -0.1093242987990379 -0.5927674770355225 0.0305432491004467 <_> <_> <_>1 4 12 5 -1. <_>5 4 4 5 3. 0 -0.0985674709081650 0.3675389885902405 -0.0665684267878532 <_> <_> <_>1 3 8 25 -1. <_>5 3 4 25 2. 0 -0.0768610984086990 -0.1372255980968475 0.1780606955289841 <_> <_> <_>8 16 6 6 -1. <_>10 16 2 6 3. 0 -0.0210353601723909 0.4363203942775726 -0.0295247994363308 <_> <_> <_>0 16 6 6 -1. <_>2 16 2 6 3. 0 1.3428479433059692e-003 -0.2442066967487335 0.1196945980191231 <_> <_> <_>7 13 3 14 -1. <_>8 13 1 14 3. 0 -0.0344331711530685 0.2711027860641480 -0.0759504362940788 <_> <_> <_>2 8 4 12 -1. <_>2 8 2 6 2. <_>4 14 2 6 2. 0 1.7944410210475326e-003 -0.1799702048301697 0.1350875049829483 <_> <_> <_>7 13 3 14 -1. <_>8 13 1 14 3. 0 -0.0966442674398422 -0.7668998837471008 0.0154358698055148 <_> <_> <_>4 13 3 14 -1. <_>5 13 1 14 3. 0 2.5092919822782278e-003 -0.1250617951154709 0.1881415992975235 <_> <_> <_>5 3 9 6 -1. <_>5 5 9 2 3. 0 -2.2511319257318974e-003 0.0782688185572624 -0.0726367533206940 <_> <_> <_>3 8 6 4 -1. <_>3 10 6 2 2. 0 -7.4670952017186210e-006 0.0769332274794579 -0.2614870965480804 <_> <_> <_>11 3 3 12 -1. <_>11 7 3 4 3. 0 0.0265739597380161 0.0225346796214581 -0.1629942953586578 <_> <_> <_>0 8 8 3 -1. <_>4 8 4 3 2. 0 0.0170864704996347 -0.0582328289747238 0.3609594106674194 <_> <_> <_>1 13 12 8 -1. <_>7 13 6 4 2. <_>1 17 6 4 2. 0 3.0147018842399120e-003 0.1281758993864059 -0.1823015958070755 <_> <_> <_>2 18 10 10 -1. <_>7 18 5 10 2. 0 9.4206426292657852e-003 0.0898257866501808 -0.2687729895114899 <_> <_> <_>5 8 4 6 -1. <_>5 8 2 6 2. 0 7.5143040157854557e-004 0.0882954075932503 -0.2330484986305237 <_> <_> <_>0 0 13 3 -1. <_>0 1 13 1 3. 0 -0.0106879696249962 0.3061277866363525 -0.0657603666186333 <_> <_> <_>8 1 6 8 -1. <_>11 1 3 4 2. <_>8 5 3 4 2. 0 0.0750016868114471 4.3955240398645401e-003 -0.7509499192237854 <_> <_> <_>0 1 6 8 -1. <_>0 1 3 4 2. <_>3 5 3 4 2. 0 0.0508490204811096 0.0205245595425367 -0.8340644240379334 <_> <_> <_>7 18 2 7 -1. <_>7 18 1 7 2. 1 0.0235556308180094 3.6320169456303120e-003 -0.8832278251647949 <_> <_> <_>7 18 7 2 -1. <_>7 18 7 1 2. 1 -0.0168274808675051 -0.6569777131080627 0.0231386590749025 <_> <_> <_>4 22 9 4 -1. <_>7 22 3 4 3. 0 0.0199773497879505 -0.0238473303616047 0.3263647854328156 <_> <_> <_>0 4 5 6 -1. <_>0 7 5 3 2. 0 0.0313975289463997 -0.0363436117768288 0.4479264020919800 <_> <_> <_>11 3 3 12 -1. <_>11 7 3 4 3. 0 -0.0932827591896057 -0.5294207930564880 6.3824458047747612e-003 <_> <_> <_>0 3 3 12 -1. <_>0 7 3 4 3. 0 -7.7012612018734217e-004 0.1542045027017593 -0.1575141996145248 <_> <_> <_>5 0 6 8 -1. <_>8 0 3 4 2. <_>5 4 3 4 2. 0 0.0468914918601513 0.0118022998794913 -0.7309272885322571 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -3.4607138950377703e-003 0.1156596019864082 -0.1756841987371445 <_> <_> <_>8 3 2 12 -1. <_>8 3 1 12 2. 0 -0.0334934182465076 -0.6804947257041931 5.1433579064905643e-003 <_> <_> <_>0 6 9 8 -1. <_>0 8 9 4 2. 0 -0.0557939186692238 -0.5390889048576355 0.0320088304579258 <_> <_> <_>4 2 6 4 -1. <_>4 4 6 2 2. 0 5.1339478231966496e-003 -0.0661146268248558 0.3176003098487854 <_> <_> <_>1 18 4 10 -1. <_>3 18 2 10 2. 0 3.0386429280042648e-003 0.0814627185463905 -0.2429192066192627 <_> <_> <_>9 18 4 6 -1. <_>9 18 2 6 2. 0 -3.1149981077760458e-004 0.0467233918607235 -0.0845426768064499 <_> <_> <_>1 2 12 3 -1. <_>1 3 12 1 3. 0 1.8326110439375043e-003 -0.1283030062913895 0.1512715071439743 <_> <_> <_>9 18 4 6 -1. <_>9 18 2 6 2. 0 -0.0258788801729679 -0.2116069942712784 0.0298112593591213 <_> <_> <_>0 2 14 3 -1. <_>0 3 14 1 3. 0 -1.3985199620947242e-003 0.1980108022689819 -0.1036868989467621 <_> <_> <_>9 19 4 6 -1. <_>9 19 2 6 2. 0 2.4663188960403204e-003 0.0245548691600561 -0.1083042994141579 <_> <_> <_>1 19 4 6 -1. <_>3 19 2 6 2. 0 -1.3155230553820729e-003 -0.2198446989059448 0.0939659774303436 <_> <_> <_>8 7 3 15 -1. <_>8 12 3 5 3. 0 -0.1056244000792503 -0.7974779009819031 8.9689819142222404e-003 <_> <_> <_>7 20 4 4 -1. <_>6 21 4 2 2. 1 -3.0508160125464201e-003 0.1326649039983749 -0.1373468041419983 <_> <_> <_>9 3 4 6 -1. <_>9 3 2 6 2. 0 0.0298572797328234 9.6069881692528725e-003 -0.3011654019355774 <_> <_> <_>1 3 4 6 -1. <_>3 3 2 6 2. 0 0.0309721194207668 0.0300913508981466 -0.5727983117103577 <_> <_> <_>8 7 3 15 -1. <_>8 12 3 5 3. 0 0.1077274978160858 -1.1804240057244897e-003 -0.9998757839202881 <_> <_> <_>3 7 3 15 -1. <_>3 12 3 5 3. 0 -0.0515018813312054 0.2718138098716736 -0.0681615024805069 <_> <_> <_>9 12 2 12 -1. <_>9 18 2 6 2. 0 -0.0252882894128561 0.4506731033325195 -0.0165209807455540 <_> <_> <_>3 12 2 12 -1. <_>3 18 2 6 2. 0 -4.2859618552029133e-003 0.3721388876438141 -0.0497617386281490 <_> <_> <_>8 0 5 6 -1. <_>8 3 5 3 2. 0 -0.0231944601982832 -0.2069765031337738 0.0410712100565434 <_> <_> <_>1 0 5 6 -1. <_>1 3 5 3 2. 0 0.0168785303831100 0.0564081296324730 -0.3761448860168457 <_> <_> <_>3 6 8 8 -1. <_>3 8 8 4 2. 0 -0.0296011697500944 0.2720799148082733 -0.0730900764465332 <_> <_> <_>2 4 6 14 -1. <_>4 4 2 14 3. 0 -0.1079726964235306 -0.4919354021549225 0.0361185707151890 <_> <_> <_>5 10 7 16 -1. <_>5 18 7 8 2. 0 0.2531785070896149 8.8794529438018799e-003 -0.3474639058113098 <_> <_> <_>4 10 6 10 -1. <_>6 10 2 10 3. 0 -0.0759278684854507 -0.5256810188293457 0.0300291497260332 <_> <_> <_>5 10 4 12 -1. <_>5 13 4 6 2. 0 3.5496079362928867e-003 0.0618173182010651 -0.2345004975795746 <_> <_> <_>2 0 6 18 -1. <_>4 6 2 6 9. 0 -0.0104194702580571 0.0954701825976372 -0.1976493000984192 <_> <_> <_>1 11 12 4 -1. <_>1 12 12 2 2. 0 -0.0162421204149723 0.3585678040981293 -0.0525104999542236 <_> <_> <_>7 15 5 2 -1. <_>7 15 5 1 2. 1 -1.4503370039165020e-003 -0.1800349056720734 0.0952083319425583 <_> <_> <_>4 24 6 4 -1. <_>4 24 3 4 2. 0 0.0196962095797062 0.0375376604497433 -0.4806590974330902 <_> <_> <_>5 18 5 4 -1. <_>4 19 5 2 2. 1 3.4964820370078087e-003 -0.0971873775124550 0.1756905019283295 -30.6401996612548830 27 -1 <_> <_> <_> <_>3 1 6 25 -1. <_>6 1 3 25 2. 0 -0.1401122957468033 0.3578777015209198 -0.1212553009390831 <_> <_> <_>6 13 2 12 -1. <_>6 13 1 12 2. 0 -0.0100089497864246 0.2633092999458313 -0.0890080183744431 <_> <_> <_>6 4 2 13 -1. <_>7 4 1 13 2. 0 -0.0113941803574562 0.4322882890701294 -0.0501591786742210 <_> <_> <_>8 2 6 19 -1. <_>10 2 2 19 3. 0 0.2313435971736908 6.3841762021183968e-003 -0.7029209733009338 <_> <_> <_>0 2 6 19 -1. <_>2 2 2 19 3. 0 0.1264661997556686 0.0427680015563965 -0.4391900002956390 <_> <_> <_>9 1 4 13 -1. <_>10 1 2 13 2. 0 0.0466162487864494 0.0192505903542042 0.5449979901313782 <_> <_> <_>1 1 4 13 -1. <_>2 1 2 13 2. 0 0.0220378004014492 -0.0851087495684624 0.3384878039360046 <_> <_> <_>3 3 8 3 -1. <_>3 3 4 3 2. 0 0.0313455611467361 0.0226909406483173 -0.5167118906974793 <_> <_> <_>2 5 10 18 -1. <_>2 11 10 6 3. 0 -0.2114063948392868 0.2941249012947083 -0.0464795604348183 <_> <_> <_>3 8 9 12 -1. <_>6 12 3 4 9. 0 -0.0663341134786606 -0.1344404965639114 0.1284202039241791 <_> <_> <_>4 4 6 4 -1. <_>4 6 6 2 2. 0 0.0407386682927608 0.0234058108180761 -0.8023356199264526 <_> <_> <_>4 8 10 8 -1. <_>9 8 5 4 2. <_>4 12 5 4 2. 0 -0.0414708703756332 0.1462056934833527 -0.0195902101695538 <_> <_> <_>2 8 6 6 -1. <_>4 8 2 6 3. 0 0.0184567905962467 -0.0361854694783688 0.5123826861381531 <_> <_> <_>4 10 6 10 -1. <_>7 10 3 5 2. <_>4 15 3 5 2. 0 3.7538509350270033e-003 -0.1558776050806046 0.1031239032745361 <_> <_> <_>3 9 8 14 -1. <_>3 9 4 7 2. <_>7 16 4 7 2. 0 -2.8798980638384819e-003 -0.1222577020525932 0.1755176931619644 <_> <_> <_>4 7 6 20 -1. <_>7 7 3 10 2. <_>4 17 3 10 2. 0 -0.0327623412013054 -0.4716975986957550 0.0303803198039532 <_> <_> <_>3 0 6 8 -1. <_>3 0 3 4 2. <_>6 4 3 4 2. 0 -0.0390222109854221 0.3510676026344299 -0.0661192610859871 <_> <_> <_>7 5 4 6 -1. <_>7 5 2 6 2. 0 -0.0446747988462448 -0.3995831012725830 0.0210663899779320 <_> <_> <_>3 7 8 8 -1. <_>3 7 4 4 2. <_>7 11 4 4 2. 0 5.3343027830123901e-003 0.0791373774409294 -0.2117677927017212 <_> <_> <_>5 9 6 4 -1. <_>5 11 6 2 2. 0 0.0155211696401238 0.0344389304518700 -0.5720204710960388 <_> <_> <_>0 9 4 9 -1. <_>0 12 4 3 3. 0 -8.0842437455430627e-004 0.1195174977183342 -0.1432583034038544 <_> <_> <_>8 6 4 12 -1. <_>8 10 4 4 3. 0 0.0277547407895327 -0.0324368886649609 0.3074922859668732 <_> <_> <_>1 7 10 6 -1. <_>1 9 10 2 3. 0 -3.4786630421876907e-003 0.1568875014781952 -0.1564995050430298 <_> <_> <_>0 7 14 12 -1. <_>0 10 14 6 2. 0 -0.0278409793972969 -0.1293258070945740 0.1540801972150803 <_> <_> <_>3 9 6 4 -1. <_>3 11 6 2 2. 0 -2.0033390319440514e-004 0.1059113964438438 -0.2382947951555252 <_> <_> <_>8 1 4 8 -1. <_>8 1 2 8 2. 1 0.0633525326848030 -0.0350577011704445 0.1111909002065659 <_> <_> <_>2 6 4 12 -1. <_>2 10 4 4 3. 0 -0.1063425987958908 -0.6793817877769470 0.0274659004062414 <_> <_> <_>2 16 12 4 -1. <_>8 16 6 2 2. <_>2 18 6 2 2. 0 1.9035820150747895e-004 -0.1190816015005112 0.1133468970656395 <_> <_> <_>7 20 4 4 -1. <_>6 21 4 2 2. 1 -0.0135642401874065 0.2750580012798309 -0.0683159828186035 <_> <_> <_>9 16 2 12 -1. <_>9 16 1 12 2. 0 0.0210962295532227 -0.0109879495576024 0.3993543088436127 <_> <_> <_>5 18 5 4 -1. <_>4 19 5 2 2. 1 -2.4880920536816120e-003 -0.2184953987598419 0.0892938077449799 <_> <_> <_>8 1 4 8 -1. <_>8 1 2 8 2. 1 0.0123706702142954 -0.0956454500555992 0.0566339604556561 <_> <_> <_>2 6 9 7 -1. <_>5 6 3 7 3. 0 -0.1203635036945343 -0.5317410230636597 0.0357750803232193 <_> <_> <_>3 6 8 12 -1. <_>3 9 8 6 2. 0 -0.0671380609273911 0.2145684063434601 -0.0873891264200211 <_> <_> <_>0 0 9 21 -1. <_>3 7 3 7 9. 0 -0.1216192021965981 -0.1816080957651138 0.1457355022430420 <_> <_> <_>8 1 4 8 -1. <_>8 1 2 8 2. 1 0.0204794593155384 -0.0557153411209583 0.0611892193555832 <_> <_> <_>2 1 5 18 -1. <_>2 10 5 9 2. 0 2.1847079042345285e-003 -0.0952582135796547 0.2059109061956406 <_> <_> <_>8 1 6 7 -1. <_>8 1 3 7 2. 1 4.0952740237116814e-003 -0.1186736002564430 0.0466964617371559 <_> <_> <_>0 3 2 16 -1. <_>1 3 1 16 2. 0 -3.5035728942602873e-003 0.2332196980714798 -0.0755375996232033 <_> <_> <_>9 18 4 8 -1. <_>9 18 2 8 2. 0 -0.0104670198634267 -0.1244800984859467 0.0505952611565590 <_> <_> <_>0 18 12 9 -1. <_>3 18 6 9 2. 0 -0.0150208296254277 0.0919919088482857 -0.2207739949226379 <_> <_> <_>1 2 12 3 -1. <_>5 2 4 3 3. 0 0.0444990508258343 0.0341018997132778 -0.5342277288436890 <_> <_> <_>6 1 7 6 -1. <_>6 1 7 3 2. 1 8.1879837671294808e-004 -0.1919344067573547 0.1017773002386093 <_> <_> <_>6 9 3 13 -1. <_>7 9 1 13 3. 0 -0.0297935493290424 0.4144274890422821 -0.0202981494367123 <_> <_> <_>6 1 6 6 -1. <_>6 1 6 3 2. 1 0.0166143290698528 0.1045709997415543 -0.1835236996412277 <_> <_> <_>6 4 4 11 -1. <_>6 4 2 11 2. 0 -0.0225107893347740 0.1891123056411743 -0.0338670387864113 <_> <_> <_>4 4 4 11 -1. <_>6 4 2 11 2. 0 0.0204072501510382 -0.0585243701934814 0.3596762120723724 <_> <_> <_>8 1 4 8 -1. <_>8 1 2 8 2. 1 3.0294319149106741e-003 -0.1403163969516754 0.0548497810959816 <_> <_> <_>1 20 4 8 -1. <_>3 20 2 8 2. 0 5.8518280275166035e-004 0.0955235883593559 -0.1965035945177078 <_> <_> <_>9 22 4 6 -1. <_>9 22 2 6 2. 0 0.0177563391625881 0.0161958690732718 -0.5853430032730103 <_> <_> <_>1 22 4 6 -1. <_>3 22 2 6 2. 0 -3.2687620259821415e-003 -0.3080259859561920 0.0655681118369102 <_> <_> <_>9 0 3 22 -1. <_>10 0 1 22 3. 0 3.4140530042350292e-003 -0.0825024172663689 0.0998902693390846 <_> <_> <_>3 21 8 6 -1. <_>5 21 4 6 2. 0 6.3527207821607590e-003 -0.0351637788116932 0.5423762202262878 <_> <_> <_>6 11 3 15 -1. <_>7 11 1 15 3. 0 2.0045090932399035e-003 -0.1008172035217285 0.0969350412487984 <_> <_> <_>6 1 8 4 -1. <_>6 1 8 2 2. 1 6.9825910031795502e-003 -0.1601238995790482 0.1134850978851318 <_> <_> <_>2 16 12 4 -1. <_>8 16 6 2 2. <_>2 18 6 2 2. 0 0.0459630116820335 6.1929170042276382e-003 -0.8855175971984863 <_> <_> <_>0 16 12 4 -1. <_>0 16 6 2 2. <_>6 18 6 2 2. 0 0.0370623916387558 0.0201282501220703 -0.8093351125717163 <_> <_> <_>6 10 3 12 -1. <_>6 14 3 4 3. 0 -0.0415228083729744 0.2059791982173920 -0.0319279395043850 <_> <_> <_>4 13 6 14 -1. <_>4 20 6 7 2. 0 0.1652186065912247 0.0255248397588730 -0.6295161247253418 <_> <_> <_>3 9 9 15 -1. <_>6 14 3 5 9. 0 -0.2318888008594513 0.1395397931337357 -0.0616117902100086 <_> <_> <_>4 10 9 4 -1. <_>7 13 3 4 3. 1 -0.0281500704586506 -0.1367637068033218 0.1167756989598274 <_> <_> <_>3 7 8 7 -1. <_>3 7 4 7 2. 0 2.0499450620263815e-003 -0.1585503965616226 0.1351170986890793 <_> <_> <_>4 9 4 6 -1. <_>6 9 2 6 2. 0 1.2636490282602608e-004 -0.1502434015274048 0.1373908966779709 <_> <_> <_>4 9 6 11 -1. <_>6 9 2 11 3. 0 2.4286638945341110e-003 0.0792474597692490 -0.2595944106578827 <_> <_> <_>1 11 4 12 -1. <_>1 15 4 4 3. 0 -0.0218735896050930 0.3559050858020783 -0.0618359185755253 <_> <_> <_>9 0 2 12 -1. <_>9 0 1 12 2. 0 -5.8419788256287575e-003 -0.1021912023425102 0.0399971306324005 <_> <_> <_>2 4 4 16 -1. <_>2 4 2 8 2. <_>4 12 2 8 2. 0 -2.6236099656671286e-003 0.1212999001145363 -0.1486115008592606 <_> <_> <_>5 8 5 14 -1. <_>5 15 5 7 2. 0 0.1459041982889175 -0.0368846505880356 0.4148491919040680 <_> <_> <_>2 0 3 22 -1. <_>3 0 1 22 3. 0 -8.6298510432243347e-003 0.2552245855331421 -0.0698716267943382 <_> <_> <_>6 25 8 3 -1. <_>6 25 4 3 2. 0 -0.0391534715890884 -0.8553311824798584 0.0146392397582531 <_> <_> <_>1 6 8 22 -1. <_>1 17 8 11 2. 0 0.3848269879817963 0.0173611193895340 -0.7979055047035217 <_> <_> <_>4 15 6 8 -1. <_>7 15 3 4 2. <_>4 19 3 4 2. 0 -6.3598138513043523e-004 0.1151826977729797 -0.1421640962362289 <_> <_> <_>5 13 4 14 -1. <_>5 13 2 7 2. <_>7 20 2 7 2. 0 5.9026381932199001e-003 0.0705236569046974 -0.2303119003772736 <_> <_> <_>2 16 10 12 -1. <_>7 16 5 6 2. <_>2 22 5 6 2. 0 -1.1841119703603908e-004 0.1040178984403610 -0.1712667942047119 <_> <_> <_>4 15 8 3 -1. <_>4 15 4 3 2. 1 0.0819626599550247 0.0277990996837616 -0.5833172202110291 <_> <_> <_>2 0 12 3 -1. <_>2 1 12 1 3. 0 -7.9551688395440578e-004 0.1256852000951767 -0.1031771972775459 <_> <_> <_>0 5 9 22 -1. <_>3 5 3 22 3. 0 -0.1558894068002701 0.6289020180702210 -0.0251919794827700 <_> <_> <_>4 9 6 4 -1. <_>4 11 6 2 2. 0 -0.0134563101455569 -0.3247169852256775 0.0554869212210178 <_> <_> <_>4 14 6 2 -1. <_>4 14 6 1 2. 1 -0.0215071998536587 0.2881917953491211 -0.0611761398613453 <_> <_> <_>8 12 6 4 -1. <_>8 12 3 4 2. 1 -0.0190420690923929 -0.0605529099702835 0.0896290615200996 <_> <_> <_>5 16 8 4 -1. <_>4 17 8 2 2. 1 -9.1205362696200609e-004 0.1238545998930931 -0.1358487010002136 <_> <_> <_>5 15 4 6 -1. <_>5 15 2 6 2. 0 0.0382026284933090 0.0192184206098318 -0.8448883295059204 <_> <_> <_>5 9 2 14 -1. <_>5 16 2 7 2. 0 0.0517873913049698 -0.0548306591808796 0.3335298001766205 <_> <_> <_>6 6 6 12 -1. <_>6 10 6 4 3. 0 -0.1386034935712814 -0.2716459929943085 0.0106801996007562 <_> <_> <_>1 20 12 6 -1. <_>1 20 6 3 2. <_>7 23 6 3 2. 0 -0.0393259599804878 -0.7604343295097351 0.0193206705152988 <_> <_> <_>4 8 6 4 -1. <_>4 10 6 2 2. 0 -1.1157010449096560e-003 0.0694785192608833 -0.2032717019319534 <_> <_> <_>1 6 9 6 -1. <_>1 8 9 2 3. 0 -4.2068599723279476e-003 0.1600721925497055 -0.1098235026001930 <_> <_> <_>5 6 6 4 -1. <_>5 8 6 2 2. 0 3.7919029127806425e-003 -0.0838006436824799 0.2515478134155273 <_> <_> <_>3 3 8 6 -1. <_>3 3 4 3 2. <_>7 6 4 3 2. 0 -0.0314305908977985 -0.5059031248092651 0.0376673787832260 <_> <_> <_>6 23 6 5 -1. <_>6 23 3 5 2. 0 -4.3412651866674423e-003 0.0585919693112373 -0.1727126985788345 <_> <_> <_>0 3 12 4 -1. <_>0 3 6 2 2. <_>6 5 6 2 2. 0 -5.6401407346129417e-004 0.1013183966279030 -0.1673755049705505 <_> <_> <_>7 4 6 18 -1. <_>7 10 6 6 3. 0 -0.0171399600803852 0.0496194511651993 -0.1181275025010109 <_> <_> <_>6 12 4 6 -1. <_>6 12 4 3 2. 1 -0.0238684900105000 -0.0958755090832710 0.1840431988239288 <_> <_> <_>2 15 12 6 -1. <_>5 15 6 6 2. 0 -0.0874088108539581 0.1414463073015213 -0.0577138289809227 <_> <_> <_>0 5 4 12 -1. <_>0 5 2 6 2. <_>2 11 2 6 2. 0 -0.0391700901091099 -0.6103624105453491 0.0223081093281507 <_> <_> <_>10 4 4 16 -1. <_>12 4 2 8 2. <_>10 12 2 8 2. 0 0.0533615797758102 0.0150276403874159 -0.6540914177894592 -30.8048992156982420 28 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_lefteye_2splits.xml000066400000000000000000011672321417525156400300110ustar00rootroot00000000000000 20 20 <_> <_> <_> <_> 8 12 3 8 -1. <_> 8 16 3 4 2. 0 0.0273259896785021 -0.9060062170028687 1 <_> <_> 5 11 8 9 -1. <_> 7 11 4 9 2. 0 -7.0568458177149296e-03 0.9338570833206177 -0.4585995972156525 <_> <_> <_> 8 7 11 12 -1. <_> 8 11 11 4 3. 0 -0.1253869980573654 0.7246372103691101 1 <_> <_> 1 0 7 8 -1. <_> 1 4 7 4 2. 0 -0.1148729994893074 0.5303416848182678 -0.8322122097015381 <_> <_> <_> 9 7 6 6 -1. <_> 7 9 6 2 3. 1 -0.0583099387586117 0.6540889143943787 1 <_> <_> 0 0 7 4 -1. <_> 0 2 7 2 2. 0 -0.0176843702793121 0.2948287129402161 -0.7480958104133606 <_> <_> <_> 16 13 4 4 -1. <_> 18 13 2 4 2. 0 3.5937170032411814e-03 -0.5030391812324524 1 <_> <_> 17 15 2 3 -1. <_> 17 15 1 3 2. 1 -1.3436110457405448e-03 0.6599534153938293 -0.5574085712432861 <_> <_> <_> 0 13 6 2 -1. <_> 2 13 2 2 3. 0 -2.1795940119773149e-03 1 -0.4201635122299194 <_> <_> 5 0 6 6 -1. <_> 7 0 2 6 3. 0 0.0115148704499006 0.5969433188438416 -0.8050804734230042 -2.3924100399017334 -1 -1 <_> <_> <_> <_> 5 7 9 12 -1. <_> 8 11 3 4 9. 0 -0.2248556017875671 1 -0.8136320114135742 <_> <_> 5 6 4 10 -1. <_> 5 6 2 5 2. <_> 7 11 2 5 2. 0 -9.6008004620671272e-03 0.9086313843727112 -0.3220897018909454 <_> <_> <_> 8 12 11 8 -1. <_> 8 16 11 4 2. 0 0.0742191672325134 -0.7532945275306702 1 <_> <_> 0 0 1 8 -1. <_> 0 4 1 4 2. 0 -5.3165741264820099e-03 0.8633949756622314 -0.0334635712206364 <_> <_> <_> 0 0 6 6 -1. <_> 3 0 3 6 2. 0 -2.1913449745625257e-03 1 -0.5572034716606140 <_> <_> 14 14 6 6 -1. <_> 14 17 6 3 2. 0 0.0118009597063065 -0.3235968053340912 0.6416382193565369 <_> <_> <_> 5 13 9 7 -1. <_> 8 13 3 7 3. 0 -7.6179709285497665e-03 1 -0.5316786766052246 <_> <_> 6 17 6 3 -1. <_> 8 17 2 3 3. 0 -9.0587511658668518e-03 -0.7361145019531250 0.5566077232360840 <_> <_> <_> 0 0 4 4 -1. <_> 0 2 4 2 2. 0 -4.9959779717028141e-03 1 -0.4147691130638123 <_> <_> 1 0 3 3 -1. <_> 2 1 1 1 9. 0 8.0803930759429932e-03 0.5927835702896118 -0.6738492250442505 <_> <_> <_> 3 18 6 2 -1. <_> 3 19 6 1 2. 0 1.9909010734409094e-03 -0.4214592874050140 1 <_> <_> 7 18 4 2 -1. <_> 8 18 2 2 2. 0 1.6845749923959374e-03 0.5467922091484070 -0.7509945034980774 <_> <_> <_> 6 10 12 2 -1. <_> 6 11 12 1 2. 0 -5.0781872123479843e-03 1 -0.3989954888820648 <_> <_> 15 8 3 1 -1. <_> 16 9 1 1 3. 1 2.6645609177649021e-03 0.5894060134887695 -0.4677804112434387 -2.6498730182647705 0 -1 <_> <_> <_> <_> 5 7 9 12 -1. <_> 8 11 3 4 9. 0 -0.2530143857002258 1 -0.7540258765220642 <_> <_> 16 13 1 6 -1. <_> 16 16 1 3 2. 0 2.9663778841495514e-03 -0.3527964949607849 0.8799229860305786 <_> <_> <_> 9 7 5 6 -1. <_> 7 9 5 2 3. 1 -0.0471276491880417 1 -0.5223489999771118 <_> <_> 16 12 4 6 -1. <_> 18 12 2 6 2. 0 1.9500750349834561e-03 -0.3037990927696228 0.7520437836647034 <_> <_> <_> 0 0 6 8 -1. <_> 0 4 6 4 2. 0 -0.0714810267090797 0.6584190130233765 1 <_> <_> 3 1 15 12 -1. <_> 3 5 15 4 3. 0 0.2218973040580750 -0.6090720295906067 0.5684216022491455 <_> <_> <_> 11 12 9 8 -1. <_> 11 16 9 4 2. 0 0.0338428206741810 -0.6431164741516113 1 <_> <_> 0 0 12 9 -1. <_> 4 0 4 9 3. 0 -5.1714561413973570e-04 0.5462036132812500 -0.3998414874076843 <_> <_> <_> 0 12 6 4 -1. <_> 2 12 2 4 3. 0 -3.4458211157470942e-03 1 -0.4563683867454529 <_> <_> 10 18 4 2 -1. <_> 11 18 2 2 2. 0 2.4395729415118694e-03 0.4779818952083588 -0.9124708771705627 <_> <_> <_> 5 2 3 3 -1. <_> 6 2 1 3 3. 0 2.1385070867836475e-03 1 -0.8361775875091553 <_> <_> 12 18 3 2 -1. <_> 13 18 1 2 3. 0 1.8324409611523151e-03 0.3346279859542847 -0.7500854730606079 <_> <_> <_> 0 0 2 8 -1. <_> 1 0 1 8 2. 0 1.1167610064148903e-03 1 -0.6908379793167114 <_> <_> 5 18 4 2 -1. <_> 5 19 4 1 2. 0 9.9106997367925942e-05 -0.3456133008003235 0.4118317961692810 <_> <_> <_> 14 11 6 6 -1. <_> 17 11 3 6 2. 0 0.0154477702453732 1 0.3698019087314606 <_> <_> 6 12 8 4 -1. <_> 8 12 4 4 2. 0 -0.0322449393570423 0.6111283898353577 -0.5568534135818481 -2.3828399181365967 1 -1 <_> <_> <_> <_> 12 6 4 9 -1. <_> 9 9 4 3 3. 1 -0.1225112974643707 1 -0.6702662706375122 <_> <_> 11 9 4 7 -1. <_> 12 10 2 7 2. 1 -0.0142306098714471 0.8780239224433899 -0.1878418028354645 <_> <_> <_> 5 8 4 8 -1. <_> 5 8 2 4 2. <_> 7 12 2 4 2. 0 -5.9833219274878502e-03 1 -0.5812284946441650 <_> <_> 8 12 11 8 -1. <_> 8 16 11 4 2. 0 0.0770851373672485 -0.5039535164833069 0.6738736033439636 <_> <_> <_> 3 0 14 6 -1. <_> 3 3 14 3 2. 0 -0.1108618974685669 0.6343203783035278 1 <_> <_> 7 1 6 12 -1. <_> 7 4 6 6 2. 0 0.0946047604084015 -0.4972639083862305 0.3878743946552277 <_> <_> <_> 0 18 7 2 -1. <_> 0 19 7 1 2. 0 1.7696130089461803e-04 -0.6393880248069763 1 <_> <_> 16 12 4 3 -1. <_> 18 12 2 3 2. 0 2.0120320841670036e-03 -0.3531391024589539 0.5153843760490417 <_> <_> <_> 0 0 4 8 -1. <_> 2 0 2 8 2. 0 -1.6102839726954699e-03 1 -0.5191590189933777 <_> <_> 3 0 4 1 -1. <_> 5 0 2 1 2. 0 1.6666069859638810e-03 0.4047819077968597 -0.6949635744094849 <_> <_> <_> 3 13 2 2 -1. <_> 3 13 2 1 2. 1 -7.1480998303741217e-04 1 -0.4894518852233887 <_> <_> 0 16 19 4 -1. <_> 0 18 19 2 2. 0 -4.7647571191191673e-03 -0.5003775954246521 0.4079605937004089 <_> <_> <_> 7 13 8 2 -1. <_> 11 13 4 2 2. 0 7.8659597784280777e-03 -0.3363642990589142 1 <_> <_> 8 8 4 1 -1. <_> 9 8 2 1 2. 0 -1.2938310392200947e-03 -0.6762138009071350 0.4701024889945984 <_> <_> <_> 0 1 1 4 -1. <_> 0 3 1 2 2. 0 -3.6533139063976705e-04 1 -0.4707160890102386 <_> <_> 0 0 1 4 -1. <_> 0 1 1 2 2. 0 2.0565679296851158e-03 0.4132341146469116 -0.5552641749382019 <_> <_> <_> 15 15 5 2 -1. <_> 15 16 5 1 2. 0 7.8385717642959207e-05 -0.5152115821838379 1 <_> <_> 7 18 3 2 -1. <_> 8 18 1 2 3. 0 1.7511800397187471e-03 0.3341724872589111 -0.7955815792083740 -2.1312201023101807 2 -1 <_> <_> <_> <_> 13 7 3 8 -1. <_> 11 9 3 4 2. 1 -0.0646952390670776 1 -0.6132640242576599 <_> <_> 15 12 2 8 -1. <_> 15 16 2 4 2. 0 9.5212170854210854e-03 -0.5483155846595764 0.7865244746208191 <_> <_> <_> 2 0 10 6 -1. <_> 2 3 10 3 2. 0 -0.0981097668409348 0.6911330819129944 1 <_> <_> 0 5 18 15 -1. <_> 6 10 6 5 9. 0 -0.8593845963478088 0.4536468088626862 -0.5002614855766296 <_> <_> <_> 3 11 12 6 -1. <_> 7 13 4 2 9. 0 -0.0898361727595329 1 -0.5292878150939941 <_> <_> 16 12 4 7 -1. <_> 18 12 2 7 2. 0 2.6945930439978838e-03 -0.3819977939128876 0.5782129764556885 <_> <_> <_> 8 18 4 2 -1. <_> 9 18 2 2 2. 0 2.5973599404096603e-03 1 -0.9192836880683899 <_> <_> 8 17 4 3 -1. <_> 9 17 2 3 2. 0 -3.0058110132813454e-03 -0.8021379709243774 0.2925927937030792 <_> <_> <_> 0 12 6 6 -1. <_> 2 12 2 6 3. 0 -4.5496290549635887e-03 1 -0.4367895126342773 <_> <_> 4 16 4 4 -1. <_> 5 16 2 4 2. 0 4.7376728616654873e-03 0.4101088047027588 -0.7269281148910522 <_> <_> <_> 3 0 4 6 -1. <_> 4 0 2 6 2. 0 4.6190437860786915e-03 1 -0.8489515185356140 <_> <_> 1 0 4 7 -1. <_> 2 0 2 7 2. 0 4.5377281494438648e-03 0.3012467920780182 -0.7030177116394043 <_> <_> <_> 2 0 8 3 -1. <_> 6 0 4 3 2. 0 -2.4952790699899197e-03 1 -0.4678474962711334 <_> <_> 8 3 4 6 -1. <_> 9 3 2 6 2. 0 -5.1753767766058445e-03 -0.7453035116195679 0.4001182019710541 <_> <_> <_> 10 10 3 2 -1. <_> 10 11 3 1 2. 0 -5.2049742080271244e-03 0.4866926968097687 1 <_> <_> 4 3 7 6 -1. <_> 4 6 7 3 2. 0 -0.0878920033574104 0.8349394798278809 -0.3382771909236908 <_> <_> <_> 10 18 10 2 -1. <_> 15 18 5 2 2. 0 6.9997250102460384e-03 -0.2903988957405090 1 <_> <_> 9 13 6 1 -1. <_> 9 13 3 1 2. 1 -9.0990252792835236e-03 0.6231582164764404 -0.3542473018169403 -2.0176210403442383 3 -1 <_> <_> <_> <_> 10 8 4 6 -1. <_> 8 10 4 2 3. 1 -0.0557021014392376 1 -0.6984158158302307 <_> <_> 14 12 6 8 -1. <_> 14 16 6 4 2. 0 0.0340332910418510 -0.3950918912887573 0.8031312823295593 <_> <_> <_> 10 8 6 4 -1. <_> 12 10 2 4 3. 1 -0.0461990609765053 1 -0.4886038005352020 <_> <_> 0 12 6 3 -1. <_> 2 12 2 3 3. 0 -4.8061669804155827e-03 0.8077561259269714 -0.0744908228516579 <_> <_> <_> 18 11 2 6 -1. <_> 19 11 1 6 2. 0 1.8170489929616451e-03 -0.3804352879524231 1 <_> <_> 0 0 1 10 -1. <_> 0 5 1 5 2. 0 -3.6162370815873146e-03 0.6045172214508057 -0.2258224040269852 <_> <_> <_> 5 4 8 12 -1. <_> 7 4 4 12 2. 0 -0.0157069507986307 1 -0.3757799863815308 <_> <_> 1 3 9 8 -1. <_> 4 3 3 8 3. 0 4.3929950334131718e-03 0.5421422123908997 -0.3738824129104614 <_> <_> <_> 0 0 2 2 -1. <_> 0 1 2 1 2. 0 -1.0047219984699041e-04 1 -0.4743340909481049 <_> <_> 12 8 6 12 -1. <_> 14 12 2 4 9. 0 -0.0864751189947128 0.5018631815910339 -0.2113623023033142 <_> <_> <_> 4 2 14 6 -1. <_> 4 4 14 2 3. 0 -0.0779607668519020 0.5733734965324402 1 <_> <_> 3 0 12 8 -1. <_> 3 4 12 4 2. 0 0.0985612869262695 -0.3251555860042572 0.5303598046302795 <_> <_> <_> 0 0 17 20 -1. <_> 0 5 17 10 2. 0 -0.5435916781425476 0.5946429967880249 1 <_> <_> 4 0 13 6 -1. <_> 4 2 13 2 3. 0 -0.0441776998341084 0.2967107892036438 -0.3847483098506927 <_> <_> <_> 2 10 3 6 -1. <_> 3 10 1 6 3. 0 -8.8016409426927567e-04 1 -0.3200058937072754 <_> <_> 4 14 6 4 -1. <_> 4 14 3 2 2. <_> 7 16 3 2 2. 0 2.6359390467405319e-03 -0.1758614033460617 0.4836035072803497 <_> <_> <_> 8 1 6 8 -1. <_> 10 1 2 8 3. 0 -0.0142036899924278 -0.7788208723068237 1 <_> <_> 0 1 2 6 -1. <_> 1 1 1 6 2. 0 -7.3902818257920444e-05 0.3061941862106323 -0.3319604992866516 <_> <_> <_> 8 12 1 3 -1. <_> 7 13 1 1 3. 1 4.6157240867614746e-03 1 0.4968977868556976 <_> <_> 5 4 8 4 -1. <_> 5 4 8 2 2. 1 0.0111523102968931 -0.5343589186668396 0.0972294434905052 <_> <_> <_> 0 2 4 5 -1. <_> 1 2 2 5 2. 0 -6.0547702014446259e-03 -0.8381121754646301 1 <_> <_> 5 12 3 2 -1. <_> 6 12 1 2 3. 0 -2.1118740551173687e-03 0.6361703276634216 -0.0482991896569729 -2.2212049961090088 4 -1 <_> <_> <_> <_> 5 13 8 2 -1. <_> 7 13 4 2 2. 0 -0.0129568297415972 1 -0.6487473249435425 <_> <_> 11 9 9 8 -1. <_> 11 11 9 4 2. 0 -0.0271410197019577 0.7629305720329285 -0.3394787013530731 <_> <_> <_> 16 12 4 3 -1. <_> 18 12 2 3 2. 0 4.5119998976588249e-03 -0.5005983710289001 1 <_> <_> 16 14 4 6 -1. <_> 16 17 4 3 2. 0 0.0125166904181242 -0.3687332868576050 0.5988863110542297 <_> <_> <_> 0 12 6 3 -1. <_> 2 12 2 3 3. 0 -6.0557941906154156e-03 1 -0.3894093036651611 <_> <_> 8 6 7 6 -1. <_> 6 8 7 2 3. 1 -0.0469237491488457 0.6326891183853149 -0.2627002894878387 <_> <_> <_> 0 0 1 6 -1. <_> 0 3 1 3 2. 0 -2.4018269032239914e-03 1 -0.5051792860031128 <_> <_> 0 2 15 5 -1. <_> 5 2 5 5 3. 0 -0.0159360896795988 0.6552600264549255 -0.1730810999870300 <_> <_> <_> 8 11 10 3 -1. <_> 13 11 5 3 2. 0 0.0140002900734544 -0.4165323078632355 1 <_> <_> 8 11 2 8 -1. <_> 8 15 2 4 2. 0 0.0132027799263597 -0.4912196993827820 0.3739793896675110 <_> <_> <_> 0 1 2 6 -1. <_> 1 1 1 6 2. 0 -2.7658580802381039e-04 1 -0.4538286924362183 <_> <_> 0 1 4 4 -1. <_> 1 1 2 4 2. 0 -4.8634149134159088e-03 -0.5979688167572021 0.3121772110462189 <_> <_> <_> 5 16 3 1 -1. <_> 6 17 1 1 3. 1 2.7654920704662800e-03 1 -0.7647656798362732 <_> <_> 5 0 7 15 -1. <_> 5 5 7 5 3. 0 0.2553476989269257 -0.0342672206461430 0.7078657746315002 <_> <_> <_> 17 0 3 2 -1. <_> 18 1 1 2 3. 1 4.6812961809337139e-03 1 -0.7879086136817932 <_> <_> 4 18 6 2 -1. <_> 6 18 2 2 3. 0 6.5162130631506443e-03 0.1887757927179337 -0.7913225889205933 <_> <_> <_> 7 1 4 5 -1. <_> 7 1 2 5 2. 1 0.0573253296315670 1 0.6234918832778931 <_> <_> 14 0 6 8 -1. <_> 14 0 3 4 2. <_> 17 4 3 4 2. 0 -0.0127183301374316 0.3086060881614685 -0.3278433084487915 <_> <_> <_> 5 2 4 18 -1. <_> 5 2 2 9 2. <_> 7 11 2 9 2. 0 -6.7374261561781168e-04 1 -0.4545154869556427 <_> <_> 7 18 6 2 -1. <_> 9 18 2 2 3. 0 5.6564649567008018e-03 0.2743133902549744 -0.7844793796539307 <_> <_> <_> 10 8 2 3 -1. <_> 10 9 2 1 3. 0 3.1134090386331081e-03 1 0.3973877131938934 <_> <_> 10 10 4 2 -1. <_> 10 10 2 1 2. <_> 12 11 2 1 2. 0 2.4249779526144266e-03 -0.3519827127456665 0.3049009144306183 <_> <_> <_> 4 2 12 6 -1. <_> 4 4 12 2 3. 0 -0.0556414611637592 0.4557549059391022 1 <_> <_> 5 1 12 8 -1. <_> 5 3 12 4 2. 0 0.0435481294989586 -0.3337092995643616 0.2950142920017242 <_> <_> <_> 2 18 4 2 -1. <_> 2 19 4 1 2. 0 8.0783379962667823e-04 1 0.2246004045009613 <_> <_> 0 18 8 1 -1. <_> 4 18 4 1 2. 0 1.8713270546868443e-03 -0.6604840755462646 0.1503167003393173 -2.1328830718994141 5 -1 <_> <_> <_> <_> 4 7 12 12 -1. <_> 8 11 4 4 9. 0 -0.4351662993431091 1 -0.4995929002761841 <_> <_> 16 11 4 6 -1. <_> 18 11 2 6 2. 0 6.2595037743449211e-03 -0.2363958954811096 0.7997537851333618 <_> <_> <_> 6 13 6 7 -1. <_> 8 13 2 7 3. 0 -6.6518150269985199e-03 1 -0.5475280880928040 <_> <_> 0 0 1 8 -1. <_> 0 4 1 4 2. 0 -5.7092090137302876e-03 0.6427332758903503 -0.2151180952787399 <_> <_> <_> 15 14 5 6 -1. <_> 15 17 5 3 2. 0 0.0194501802325249 -0.5360500216484070 1 <_> <_> 0 7 6 9 -1. <_> 2 7 2 9 3. 0 -5.4476498626172543e-03 0.5579450130462646 -0.2147496044635773 <_> <_> <_> 15 11 4 1 -1. <_> 16 12 2 1 2. 1 -1.6347589553333819e-04 1 -0.5596284270286560 <_> <_> 11 11 8 2 -1. <_> 15 11 4 2 2. 0 7.1614650078117847e-03 -0.1660436987876892 0.4680525958538055 <_> <_> <_> 0 1 12 11 -1. <_> 3 1 6 11 2. 0 -0.0131451701745391 1 -0.4127990901470184 <_> <_> 8 8 6 4 -1. <_> 7 9 6 2 2. 1 -0.0114368097856641 0.3790180087089539 -0.4179157912731171 <_> <_> <_> 6 17 6 3 -1. <_> 8 17 2 3 3. 0 -7.2912001051008701e-03 -0.7608966827392578 1 <_> <_> 0 0 1 4 -1. <_> 0 2 1 2 2. 0 -5.2170921117067337e-04 0.3252761960029602 -0.3011097013950348 <_> <_> <_> 3 1 1 3 -1. <_> 2 2 1 1 3. 1 3.3754010219126940e-03 1 -0.7837396264076233 <_> <_> 18 11 2 3 -1. <_> 18 12 2 1 3. 0 2.5100160855799913e-03 0.1852544993162155 -0.5808495879173279 <_> <_> <_> 3 12 2 8 -1. <_> 3 12 1 4 2. <_> 4 16 1 4 2. 0 -1.2884209863841534e-03 0.2733950018882751 1 <_> <_> 3 12 3 3 -1. <_> 4 12 1 3 3. 0 -1.8726480193436146e-03 0.1681987941265106 -0.5198690295219421 <_> <_> <_> 11 18 4 2 -1. <_> 12 18 2 2 2. 0 2.4010189808905125e-03 1 -0.8296467065811157 <_> <_> 17 10 3 3 -1. <_> 17 11 3 1 3. 0 4.8938081599771976e-03 0.1679659932851791 -0.6553087234497070 <_> <_> <_> 7 14 5 2 -1. <_> 7 15 5 1 2. 0 3.1223020050674677e-03 -0.4352130889892578 1 <_> <_> 6 0 4 5 -1. <_> 6 0 2 5 2. 1 0.0503664910793304 -5.8327801525592804e-03 0.7087830901145935 <_> <_> <_> 6 1 5 8 -1. <_> 6 5 5 4 2. 0 0.0361518003046513 1 0.4497916102409363 <_> <_> 3 1 9 8 -1. <_> 3 5 9 4 2. 0 -0.1342658996582031 0.3947243094444275 -0.3758862912654877 <_> <_> <_> 2 14 15 6 -1. <_> 7 14 5 6 3. 0 -0.0277913697063923 1 -0.2948872148990631 <_> <_> 12 3 6 5 -1. <_> 14 3 2 5 3. 0 -0.0127121703699231 -0.7201173901557922 0.3659502863883972 <_> <_> <_> 5 16 2 2 -1. <_> 5 16 1 2 2. 1 -3.8276749546639621e-04 1 -0.4058133959770203 <_> <_> 5 16 2 2 -1. <_> 5 16 1 2 2. 1 -6.1330529861152172e-03 -0.5272595882415771 0.3604049980640411 -1.9884539842605591 6 -1 <_> <_> <_> <_> 9 8 6 4 -1. <_> 11 10 2 4 3. 1 -0.0477486699819565 1 -0.5990238785743713 <_> <_> 4 11 3 4 -1. <_> 4 13 3 2 2. 0 4.6201851218938828e-03 -0.2488749027252197 0.6920158267021179 <_> <_> <_> 13 8 6 12 -1. <_> 15 12 2 4 9. 0 -0.0853534564375877 1 -0.5171583294868469 <_> <_> 0 0 1 10 -1. <_> 0 5 1 5 2. 0 -7.0110969245433807e-03 0.5695065259933472 -0.2474942058324814 <_> <_> <_> 0 12 6 4 -1. <_> 2 12 2 4 3. 0 -7.6567470096051693e-03 1 -0.3731651902198792 <_> <_> 7 5 8 6 -1. <_> 5 7 8 2 3. 1 -0.0359194912016392 0.4943858087062836 -0.3958668112754822 <_> <_> <_> 3 1 16 4 -1. <_> 3 3 16 2 2. 0 -0.0743266269564629 0.5675597786903381 1 <_> <_> 6 2 10 9 -1. <_> 6 5 10 3 3. 0 0.0901185870170593 -0.3892117142677307 0.3107909858226776 <_> <_> <_> 14 10 6 10 -1. <_> 17 10 3 10 2. 0 0.0167364608496428 -0.3667413890361786 1 <_> <_> 5 17 4 3 -1. <_> 6 17 2 3 2. 0 1.8592580454424024e-03 0.3487572073936462 -0.5748311281204224 <_> <_> <_> 5 12 3 2 -1. <_> 6 12 1 2 3. 0 7.5264140032231808e-03 1 0.6787899136543274 <_> <_> 5 12 3 2 -1. <_> 6 12 1 2 3. 0 -3.5309391096234322e-03 0.4861792027950287 -0.2566064000129700 <_> <_> <_> 0 0 2 9 -1. <_> 1 0 1 9 2. 0 -4.9510748795000836e-05 1 -0.4566124081611633 <_> <_> 2 6 3 2 -1. <_> 2 6 3 1 2. 1 -6.8923248909413815e-03 -0.5713472962379456 0.3292104899883270 <_> <_> <_> 7 16 6 3 -1. <_> 9 16 2 3 3. 0 6.1156069859862328e-03 1 -0.7131536006927490 <_> <_> 7 17 6 2 -1. <_> 9 17 2 2 3. 0 -5.5014882236719131e-03 -0.5913907885551453 0.1980594992637634 <_> <_> <_> 6 3 9 6 -1. <_> 4 5 9 2 3. 1 -0.0423780605196953 1 -0.3823930025100708 <_> <_> 6 15 3 2 -1. <_> 7 16 1 2 3. 1 2.2011259570717812e-03 0.3345701098442078 -0.4303233921527863 <_> <_> <_> 6 2 3 3 -1. <_> 7 2 1 3 3. 0 2.1217379253357649e-03 1 -0.6831002235412598 <_> <_> 2 1 6 4 -1. <_> 4 1 2 4 3. 0 6.4385468140244484e-03 0.2047861069440842 -0.6179394125938416 <_> <_> <_> 13 11 4 2 -1. <_> 13 11 2 1 2. <_> 15 12 2 1 2. 0 3.1177410855889320e-03 1 0.5113716125488281 <_> <_> 14 10 2 2 -1. <_> 14 10 1 1 2. <_> 15 11 1 1 2. 0 4.2230269173160195e-04 -0.3644020855426788 0.2107304930686951 <_> <_> <_> 17 7 3 3 -1. <_> 18 8 1 3 3. 1 -6.5657291561365128e-03 -0.6458150148391724 1 <_> <_> 17 7 3 2 -1. <_> 18 8 1 2 3. 1 2.5686610024422407e-03 0.2764356136322021 -0.3419849872589111 <_> <_> <_> 0 3 1 2 -1. <_> 0 4 1 1 2. 0 -6.2437567976303399e-05 1 -0.3175807893276215 <_> <_> 10 1 2 5 -1. <_> 11 1 1 5 2. 0 -3.6269261036068201e-03 -0.8105195760726929 0.2721863090991974 <_> <_> <_> 1 8 3 12 -1. <_> 1 11 3 6 2. 0 -3.4638389479368925e-03 1 -0.3951576948165894 <_> <_> 2 10 8 2 -1. <_> 2 10 4 2 2. 1 -0.0749301910400391 -0.5435386896133423 0.2610611915588379 <_> <_> <_> 6 12 3 3 -1. <_> 7 13 1 1 9. 0 -9.7247250378131866e-03 0.4112487137317657 1 <_> <_> 6 11 3 4 -1. <_> 7 11 1 4 3. 0 4.5450199395418167e-03 -0.3157655000686646 0.3904697000980377 <_> <_> <_> 5 17 4 2 -1. <_> 6 17 2 2 2. 0 -2.7354240883141756e-03 -0.7490674853324890 1 <_> <_> 0 19 20 1 -1. <_> 10 19 10 1 2. 0 -0.0169694703072309 -0.6243721842765808 0.1838738024234772 -2.0902318954467773 7 -1 <_> <_> <_> <_> 5 11 8 5 -1. <_> 7 11 4 5 2. 0 -0.0249786991626024 1 -0.6069788932800293 <_> <_> 10 8 8 9 -1. <_> 10 11 8 3 3. 0 -0.0580078698694706 0.7147802114486694 -0.2994323968887329 <_> <_> <_> 0 13 6 2 -1. <_> 2 13 2 2 3. 0 -5.1753749139606953e-03 1 -0.3529798984527588 <_> <_> 18 14 2 1 -1. <_> 18 14 1 1 2. 1 -8.9618662605062127e-04 0.5441746115684509 -0.3978995084762573 <_> <_> <_> 1 2 2 4 -1. <_> 2 2 1 4 2. 0 -2.8718139219563454e-05 1 -0.4889818131923676 <_> <_> 5 5 8 5 -1. <_> 9 5 4 5 2. 0 4.7620530240237713e-03 -0.3114455938339233 0.4678679108619690 <_> <_> <_> 7 13 5 4 -1. <_> 7 15 5 2 2. 0 0.0197512805461884 -0.4302048981189728 1 <_> <_> 17 18 3 2 -1. <_> 17 19 3 1 2. 0 -1.2683609966188669e-03 -0.5409085154533386 0.3979752063751221 <_> <_> <_> 0 2 1 2 -1. <_> 0 3 1 1 2. 0 -4.5749718992738053e-05 1 -0.4451893866062164 <_> <_> 3 0 1 3 -1. <_> 2 1 1 1 3. 1 2.4090509396046400e-03 0.2882230877876282 -0.5451431274414062 <_> <_> <_> 10 11 3 4 -1. <_> 11 11 1 4 3. 0 -4.5728669501841068e-03 0.5503987073898315 1 <_> <_> 14 11 4 8 -1. <_> 16 11 2 8 2. 0 8.9018214493989944e-03 -0.4159888923168182 0.1746889948844910 <_> <_> <_> 2 2 9 6 -1. <_> 2 5 9 3 2. 0 -0.1205644980072975 0.6889057755470276 1 <_> <_> 0 4 17 8 -1. <_> 0 6 17 4 2. 0 0.0469199307262897 -0.4226630926132202 0.1701094061136246 <_> <_> <_> 15 17 5 3 -1. <_> 15 18 5 1 3. 0 -4.2390259914100170e-03 -0.6304534077644348 1 <_> <_> 2 11 2 8 -1. <_> 2 15 2 4 2. 0 3.2174249645322561e-03 -0.3609794974327087 0.2493373006582260 <_> <_> <_> 3 12 3 3 -1. <_> 4 12 1 3 3. 0 -8.5738790221512318e-04 0.3099347949028015 1 <_> <_> 3 12 9 7 -1. <_> 6 12 3 7 3. 0 -0.0184324495494366 0.0977584496140480 -0.5074235200881958 <_> <_> <_> 13 1 4 7 -1. <_> 14 1 2 7 2. 0 5.8692828752100468e-03 1 -0.7455605864524841 <_> <_> 3 16 2 2 -1. <_> 3 16 1 2 2. 1 -6.8751699291169643e-03 -0.6745839118957520 0.1591881066560745 <_> <_> <_> 3 17 2 1 -1. <_> 3 17 1 1 2. 1 -6.8542227381840348e-05 1 -0.4127942025661469 <_> <_> 4 9 6 6 -1. <_> 4 9 3 3 2. <_> 7 12 3 3 2. 0 -0.0106585798785090 0.3700270950794220 -0.2173172980546951 <_> <_> <_> 11 13 3 1 -1. <_> 12 13 1 1 3. 0 -1.8811509944498539e-03 0.5790283083915710 1 <_> <_> 0 0 20 3 -1. <_> 5 0 10 3 2. 0 -0.0223091300576925 0.1972568035125732 -0.3247519135475159 <_> <_> <_> 0 0 1 2 -1. <_> 0 1 1 1 2. 0 6.5826578065752983e-04 1 -0.6063023805618286 <_> <_> 17 0 3 1 -1. <_> 18 1 1 1 3. 1 -5.0781588070094585e-03 -0.7712330222129822 0.1818612962961197 <_> <_> <_> 4 0 8 9 -1. <_> 4 3 8 3 3. 0 0.0562150813639164 1 0.5056139826774597 <_> <_> 6 0 6 4 -1. <_> 6 2 6 2 2. 0 -0.0377205908298492 0.3605211079120636 -0.3274376094341278 <_> <_> <_> 18 0 2 1 -1. <_> 18 0 1 1 2. 1 3.9480631239712238e-03 1 -0.7578818202018738 <_> <_> 14 2 6 1 -1. <_> 17 2 3 1 2. 0 -2.4269670248031616e-03 0.5207610130310059 -0.0610213615000248 -1.9407310485839844 8 -1 <_> <_> <_> <_> 5 13 8 2 -1. <_> 7 13 4 2 2. 0 -0.0169066991657019 1 -0.4750126898288727 <_> <_> 15 12 3 8 -1. <_> 15 16 3 4 2. 0 0.0253278408199549 -0.4401676058769226 0.6088535189628601 <_> <_> <_> 5 10 8 3 -1. <_> 5 11 8 1 3. 0 -0.0156633201986551 0.5710005164146423 1 <_> <_> 5 0 11 9 -1. <_> 5 3 11 3 3. 0 -0.1610189974308014 0.4098914861679077 -0.3814237117767334 <_> <_> <_> 18 14 2 2 -1. <_> 19 14 1 2 2. 0 1.6885380318854004e-04 -0.4795849025249481 1 <_> <_> 1 3 9 8 -1. <_> 4 3 3 8 3. 0 -3.0552360694855452e-03 0.4285230040550232 -0.2825263142585754 <_> <_> <_> 3 6 2 3 -1. <_> 2 7 2 1 3. 1 4.8042940907180309e-03 1 -0.6865913867950439 <_> <_> 3 6 2 3 -1. <_> 2 7 2 1 3. 1 -5.0092511810362339e-03 -0.5903354287147522 0.1973250061273575 <_> <_> <_> 17 7 1 12 -1. <_> 13 11 1 4 3. 1 -0.0371195189654827 1 -0.4313096106052399 <_> <_> 0 0 1 15 -1. <_> 0 5 1 5 3. 0 3.7857799325138330e-03 0.3359619081020355 -0.3740172088146210 <_> <_> <_> 6 9 6 3 -1. <_> 6 10 6 1 3. 0 -0.0108698504045606 0.5484120845794678 1 <_> <_> 3 18 3 2 -1. <_> 3 19 3 1 2. 0 4.0577541221864522e-04 -0.5002269744873047 0.0514238588511944 <_> <_> <_> 16 17 4 3 -1. <_> 16 18 4 1 3. 0 5.0201490521430969e-03 1 -0.5901622772216797 <_> <_> 10 17 4 3 -1. <_> 11 17 2 3 2. 0 2.5601210072636604e-03 0.1946980059146881 -0.6464836001396179 <_> <_> <_> 13 13 4 3 -1. <_> 14 13 2 3 2. 0 -1.2395749799907207e-03 1 -0.2776215970516205 <_> <_> 4 15 3 2 -1. <_> 5 16 1 2 3. 1 -5.1075750961899757e-03 -0.6114916205406189 0.3525038957595825 <_> <_> <_> 0 4 2 2 -1. <_> 1 4 1 2 2. 0 -6.4853738876990974e-05 1 -0.3400886058807373 <_> <_> 4 0 2 5 -1. <_> 5 0 1 5 2. 0 2.3282810579985380e-03 0.2713474929332733 -0.6691539883613586 <_> <_> <_> 1 9 3 8 -1. <_> 1 11 3 4 2. 0 -1.5571110416203737e-03 1 -0.4114424884319305 <_> <_> 5 8 1 3 -1. <_> 4 9 1 1 3. 1 2.3992219939827919e-03 0.2593970000743866 -0.4038029909133911 <_> <_> <_> 4 13 2 1 -1. <_> 5 13 1 1 2. 0 7.7784422319382429e-04 1 0.2952392101287842 <_> <_> 9 11 4 9 -1. <_> 11 11 2 9 2. 0 3.2334199640899897e-03 -0.5843685269355774 -0.0179366394877434 <_> <_> <_> 0 1 1 2 -1. <_> 0 2 1 1 2. 0 -5.6113858590833843e-05 1 -0.3502165079116821 <_> <_> 0 0 1 3 -1. <_> 0 1 1 1 3. 0 1.9111000001430511e-03 0.2631261050701141 -0.6154934763908386 <_> <_> <_> 12 11 1 4 -1. <_> 12 12 1 2 2. 0 -3.4321150742471218e-03 0.3749330043792725 1 <_> <_> 16 10 3 3 -1. <_> 15 11 3 1 3. 1 -0.0145419696345925 0.4378893077373505 -0.3013161122798920 <_> <_> <_> 18 12 1 6 -1. <_> 18 12 1 3 2. 1 -0.0250270701944828 -0.5282974839210510 1 <_> <_> 4 17 3 2 -1. <_> 5 17 1 2 3. 0 -3.1183639075607061e-03 -0.8133684992790222 0.1792842000722885 <_> <_> <_> 17 7 3 2 -1. <_> 18 8 1 2 3. 1 2.9415208846330643e-03 1 -0.4724305868148804 <_> <_> 18 9 2 1 -1. <_> 18 9 1 1 2. 1 -2.4807679001241922e-03 -0.6005833148956299 0.2149710953235626 <_> <_> <_> 8 11 4 5 -1. <_> 9 12 2 5 2. 1 -4.2498838156461716e-03 1 -0.3323060870170593 <_> <_> 7 1 2 7 -1. <_> 8 1 1 7 2. 0 7.6959328725934029e-03 0.2124706953763962 -0.8196725249290466 <_> <_> <_> 4 4 14 6 -1. <_> 4 6 14 2 3. 0 -0.0614260397851467 0.5220044851303101 1 <_> <_> 2 2 11 6 -1. <_> 2 5 11 3 2. 0 0.0531767904758453 -0.2985176146030426 0.2865419089794159 <_> <_> <_> 18 16 2 2 -1. <_> 18 17 2 1 2. 0 2.5695779186207801e-05 -0.3471929132938385 1 <_> <_> 17 11 2 6 -1. <_> 18 11 1 6 2. 0 2.4311970919370651e-03 -0.1213349029421806 0.3896535038948059 <_> <_> <_> 17 0 3 3 -1. <_> 18 1 1 3 3. 1 5.6956289336085320e-03 1 -0.6636403203010559 <_> <_> 18 0 2 6 -1. <_> 18 3 2 3 2. 0 -6.6630227956920862e-04 0.2792190909385681 -0.2162484973669052 -2.1061589717864990 9 -1 <_> <_> <_> <_> 4 7 6 8 -1. <_> 4 7 3 4 2. <_> 7 11 3 4 2. 0 -0.0285095497965813 1 -0.5513324141502380 <_> <_> 11 11 4 2 -1. <_> 11 11 2 2 2. 1 -0.0164291094988585 0.6032876968383789 -0.3000960052013397 <_> <_> <_> 0 0 6 7 -1. <_> 3 0 3 7 2. 0 -5.8078952133655548e-03 1 -0.4864051938056946 <_> <_> 15 10 5 8 -1. <_> 15 12 5 4 2. 0 -0.0146703496575356 0.4478665888309479 -0.3544836044311523 <_> <_> <_> 2 10 3 8 -1. <_> 3 10 1 8 3. 0 -1.0694459779188037e-03 1 -0.3859311938285828 <_> <_> 9 7 6 6 -1. <_> 7 9 6 2 3. 1 -0.0506975390017033 0.4386560022830963 -0.3113405108451843 <_> <_> <_> 4 1 6 6 -1. <_> 4 4 6 3 2. 0 -0.0723180174827576 0.5569549202919006 1 <_> <_> 4 0 16 2 -1. <_> 4 1 16 1 2. 0 -0.0167407598346472 0.3403693139553070 -0.3771306872367859 <_> <_> <_> 14 8 6 6 -1. <_> 14 8 3 3 2. <_> 17 11 3 3 2. 0 0.0129232602193952 1 0.2698718011379242 <_> <_> 4 12 2 8 -1. <_> 4 12 1 4 2. <_> 5 16 1 4 2. 0 -2.0832989830523729e-03 0.0722172632813454 -0.5061725974082947 <_> <_> <_> 0 18 7 2 -1. <_> 0 19 7 1 2. 0 2.9217539122328162e-04 -0.4719946980476379 1 <_> <_> 9 13 1 4 -1. <_> 9 15 1 2 2. 0 4.6477448195219040e-03 -0.2023364007472992 0.3668462038040161 <_> <_> <_> 18 10 2 8 -1. <_> 19 10 1 8 2. 0 1.6355320112779737e-03 -0.3336915075778961 1 <_> <_> 6 0 4 8 -1. <_> 7 0 2 8 2. 0 6.0143060982227325e-03 0.2633537054061890 -0.7531512975692749 <_> <_> <_> 1 2 6 6 -1. <_> 3 2 2 6 3. 0 -0.0197680406272411 -0.7339664101600647 1 <_> <_> 10 10 8 2 -1. <_> 10 10 4 1 2. <_> 14 11 4 1 2. 0 5.0995801575481892e-03 -0.1062633022665977 0.3787747919559479 <_> <_> <_> 3 9 2 3 -1. <_> 2 10 2 1 3. 1 2.1737320348620415e-03 1 -0.4587362110614777 <_> <_> 5 1 13 6 -1. <_> 5 3 13 2 3. 0 0.0236210599541664 -0.0373419895768166 0.5031296014785767 <_> <_> <_> 4 4 13 6 -1. <_> 4 6 13 2 3. 0 0.0470704399049282 1 0.3915967047214508 <_> <_> 8 1 4 5 -1. <_> 8 1 2 5 2. 1 0.0484291613101959 -0.2750763893127441 0.3692345023155212 <_> <_> <_> 7 7 2 1 -1. <_> 8 7 1 1 2. 0 7.1763257437851280e-05 -0.2613370120525360 1 <_> <_> 5 5 4 4 -1. <_> 6 5 2 4 2. 0 -4.0031517855823040e-03 -0.4611847996711731 0.3410157859325409 <_> <_> <_> 14 12 4 2 -1. <_> 14 12 2 1 2. <_> 16 13 2 1 2. 0 2.5536299217492342e-03 1 0.4423784911632538 <_> <_> 13 11 4 2 -1. <_> 13 11 2 1 2. <_> 15 12 2 1 2. 0 -2.5720898993313313e-03 0.4306653141975403 -0.2836068868637085 <_> <_> <_> 16 10 4 3 -1. <_> 16 11 4 1 3. 0 8.7512210011482239e-03 1 -0.7764763236045837 <_> <_> 10 0 4 5 -1. <_> 11 0 2 5 2. 0 5.7346918620169163e-03 0.1455115973949432 -0.7507416009902954 <_> <_> <_> 8 11 1 3 -1. <_> 7 12 1 1 3. 1 -6.6438838839530945e-03 0.4035055041313171 1 <_> <_> 6 12 3 2 -1. <_> 7 12 1 2 3. 0 -3.4590701106935740e-03 0.2876971960067749 -0.2802160084247589 <_> <_> <_> 17 8 2 3 -1. <_> 17 8 1 3 2. 1 9.9742468446493149e-03 1 -0.6067702174186707 <_> <_> 11 0 6 5 -1. <_> 13 0 2 5 3. 0 0.0132336597889662 0.1547808051109314 -0.7075914740562439 <_> <_> <_> 0 0 3 3 -1. <_> 0 1 3 1 3. 0 -5.0271311774849892e-03 -0.7389777898788452 1 <_> <_> 2 0 1 2 -1. <_> 2 1 1 1 2. 0 -1.2092100223526359e-04 0.2347300052642822 -0.2440057992935181 <_> <_> <_> 13 11 7 2 -1. <_> 13 12 7 1 2. 0 -1.2881499715149403e-03 1 -0.2890166938304901 <_> <_> 17 8 3 3 -1. <_> 18 9 1 3 3. 1 6.2854858115315437e-03 0.2810086905956268 -0.5693385004997253 <_> <_> <_> 15 15 1 3 -1. <_> 14 16 1 1 3. 1 5.6929360143840313e-03 1 -0.7845693230628967 <_> <_> 6 13 6 2 -1. <_> 8 13 2 2 3. 0 -5.3880861960351467e-03 0.2620132863521576 -0.2223203033208847 <_> <_> <_> 8 10 3 4 -1. <_> 9 10 1 4 3. 0 4.8205819912254810e-03 1 0.5679597258567810 <_> <_> 7 0 12 19 -1. <_> 13 0 6 19 2. 0 0.3427918851375580 -0.1831423044204712 0.5410807132720947 <_> <_> <_> 12 16 8 4 -1. <_> 12 18 8 2 2. 0 5.1370919682085514e-03 -0.3911676108837128 1 <_> <_> 8 5 12 2 -1. <_> 14 5 6 2 2. 0 -9.1285221278667450e-03 0.5307633876800537 -0.0300193093717098 -2.0051579475402832 10 -1 <_> <_> <_> <_> 10 8 6 4 -1. <_> 12 10 2 4 3. 1 -0.0513861291110516 1 -0.5314878225326538 <_> <_> 4 11 3 4 -1. <_> 4 13 3 2 2. 0 5.1850839518010616e-03 -0.2474454045295715 0.6118162274360657 <_> <_> <_> 0 2 12 7 -1. <_> 3 2 6 7 2. 0 -0.0152594000101089 1 -0.4330362975597382 <_> <_> 8 0 4 2 -1. <_> 8 0 2 2 2. 1 0.0259951502084732 0.0439799018204212 0.7382913827896118 <_> <_> <_> 13 11 6 6 -1. <_> 15 13 2 2 9. 0 -0.0323123708367348 1 -0.3960975110530853 <_> <_> 7 11 10 4 -1. <_> 12 11 5 4 2. 0 0.0137007003650069 -0.2764388024806976 0.4253535866737366 <_> <_> <_> 1 11 4 5 -1. <_> 2 11 2 5 2. 0 -2.2647869773209095e-03 1 -0.3200556933879852 <_> <_> 2 14 4 2 -1. <_> 3 15 2 2 2. 1 -6.8290620110929012e-03 -0.5168297290802002 0.3697570860385895 <_> <_> <_> 0 0 1 6 -1. <_> 0 3 1 3 2. 0 -2.2481549531221390e-03 1 -0.3624435067176819 <_> <_> 6 2 6 6 -1. <_> 6 5 6 3 2. 0 0.0459445491433144 -1.3187309959903359e-03 0.6321768164634705 <_> <_> <_> 6 18 4 2 -1. <_> 7 18 2 2 2. 0 1.8755620112642646e-03 1 -0.7140339016914368 <_> <_> 6 18 4 2 -1. <_> 7 18 2 2 2. 0 -1.9700559787452221e-03 -0.5873066186904907 0.1759281009435654 <_> <_> <_> 4 4 7 4 -1. <_> 3 5 7 2 2. 1 -6.5721389837563038e-03 1 -0.3634751141071320 <_> <_> 5 8 8 12 -1. <_> 7 8 4 12 2. 0 -0.0117461802437901 0.3144079148769379 -0.4011111855506897 <_> <_> <_> 5 17 2 1 -1. <_> 5 17 1 1 2. 1 -1.6494120063725859e-04 1 -0.3779259026050568 <_> <_> 4 18 2 1 -1. <_> 5 18 1 1 2. 0 -7.2169408667832613e-05 0.5279111266136169 -0.1079031974077225 <_> <_> <_> 13 16 7 2 -1. <_> 13 17 7 1 2. 0 1.9697639800142497e-04 -0.4709764122962952 1 <_> <_> 7 15 2 3 -1. <_> 7 15 1 3 2. 1 -0.0114235095679760 -0.8520929217338562 0.1766286939382553 <_> <_> <_> 9 2 4 5 -1. <_> 10 2 2 5 2. 0 -4.5562228187918663e-03 -0.8060116171836853 1 <_> <_> 7 2 4 6 -1. <_> 8 2 2 6 2. 0 -4.4720191508531570e-03 -0.6150020956993103 0.1290830969810486 <_> <_> <_> 3 12 3 3 -1. <_> 4 12 1 3 3. 0 -1.7765410011634231e-03 0.3138259947299957 1 <_> <_> 5 12 3 3 -1. <_> 6 13 1 1 9. 0 -7.8799277544021606e-03 0.3039462864398956 -0.3720492124557495 <_> <_> <_> 4 12 3 2 -1. <_> 5 12 1 2 3. 0 -1.4284689677879214e-03 0.5041303038597107 1 <_> <_> 10 13 3 1 -1. <_> 11 13 1 1 3. 0 -1.8939910223707557e-03 0.3482376039028168 -0.2367382049560547 <_> <_> <_> 11 5 4 3 -1. <_> 12 5 2 3 2. 0 -3.1496640294790268e-03 -0.6681237816810608 1 <_> <_> 19 7 1 10 -1. <_> 19 12 1 5 2. 0 -0.0107161197811365 -0.4851551949977875 0.1903641968965530 <_> <_> <_> 4 8 2 3 -1. <_> 3 9 2 1 3. 1 -6.8033537827432156e-03 -0.5697926878929138 1 <_> <_> 7 0 6 5 -1. <_> 9 0 2 5 3. 0 0.0149023197591305 0.1309825032949448 -0.7144827246665955 <_> <_> <_> 5 0 6 2 -1. <_> 5 0 3 2 2. 1 -0.0341702289879322 0.5057513117790222 1 <_> <_> 5 0 13 9 -1. <_> 5 3 13 3 3. 0 -0.1477925032377243 0.2823326885700226 -0.2720532119274139 <_> <_> <_> 0 6 1 2 -1. <_> 0 7 1 1 2. 0 -5.5842810979811475e-05 1 -0.2693673074245453 <_> <_> 1 0 16 6 -1. <_> 1 2 16 2 3. 0 0.0398850813508034 5.6696129031479359e-03 0.6397516131401062 <_> <_> <_> 18 0 2 4 -1. <_> 18 0 1 4 2. 1 0.0124831302091479 1 -0.7453374266624451 <_> <_> 4 13 2 2 -1. <_> 4 13 1 1 2. <_> 5 14 1 1 2. 0 -3.2864511013031006e-04 0.3644962012767792 -0.0964988172054291 <_> <_> <_> 0 3 4 1 -1. <_> 2 3 2 1 2. 0 -1.4710469986312091e-04 0.1406044065952301 1 <_> <_> 3 0 8 12 -1. <_> 3 6 8 6 2. 0 -0.2781434059143066 0.5700283050537109 -0.4875547885894775 <_> <_> <_> 12 13 4 1 -1. <_> 13 13 2 1 2. 0 -1.3452640268951654e-03 0.3925583064556122 1 <_> <_> 12 12 2 2 -1. <_> 12 12 1 1 2. <_> 13 13 1 1 2. 0 9.1500842245295644e-04 -0.3021517097949982 0.3669803142547607 <_> <_> <_> 5 16 3 1 -1. <_> 6 17 1 1 3. 1 -3.4133149310946465e-03 -0.6408581733703613 1 <_> <_> 3 13 8 4 -1. <_> 3 13 4 2 2. <_> 7 15 4 2 2. 0 5.1169008947908878e-03 -0.2305258065462112 0.2428591996431351 <_> <_> <_> 0 8 18 3 -1. <_> 6 9 6 1 9. 0 0.0888466984033585 1 0.4538188874721527 <_> <_> 8 4 6 5 -1. <_> 11 4 3 5 2. 0 6.1080828309059143e-03 -0.3588008880615234 0.1320938020944595 -2.1121981143951416 11 -1 <_> <_> <_> <_> 5 14 9 1 -1. <_> 8 14 3 1 3. 0 -0.0159300006926060 1 -0.3524534106254578 <_> <_> 4 0 4 4 -1. <_> 4 0 2 4 2. 1 0.0274074506014585 -0.0602367892861366 0.7271584868431091 <_> <_> <_> 7 9 12 8 -1. <_> 7 11 12 4 2. 0 -0.0850376784801483 1 -0.4357671141624451 <_> <_> 18 15 2 1 -1. <_> 18 15 1 1 2. 1 -1.1508919997140765e-03 0.4647167921066284 -0.3589689135551453 <_> <_> <_> 3 13 2 4 -1. <_> 3 13 1 2 2. <_> 4 15 1 2 2. 0 -6.4599298639222980e-04 1 -0.3137106001377106 <_> <_> 4 7 3 3 -1. <_> 3 8 3 1 3. 1 5.5495807901024818e-03 0.4122591912746429 -0.4940044879913330 <_> <_> <_> 0 1 2 7 -1. <_> 1 1 1 7 2. 0 -1.1472150217741728e-03 1 -0.3919258117675781 <_> <_> 4 0 3 9 -1. <_> 5 0 1 9 3. 0 -6.4546810463070869e-03 -0.6919782757759094 0.2610394060611725 <_> <_> <_> 15 10 3 3 -1. <_> 14 11 3 1 3. 1 -0.0114142503589392 0.3236142098903656 1 <_> <_> 12 11 2 2 -1. <_> 12 11 1 1 2. <_> 13 12 1 1 2. 0 1.1582579463720322e-03 -0.3830499947071075 0.2801598012447357 <_> <_> <_> 0 0 1 4 -1. <_> 0 2 1 2 2. 0 -6.1077292775735259e-04 1 -0.3747107982635498 <_> <_> 12 18 8 2 -1. <_> 12 19 8 1 2. 0 1.1812780285254121e-03 -0.1768521964550018 0.3549810945987701 <_> <_> <_> 17 9 2 2 -1. <_> 17 9 1 2 2. 1 7.9117231070995331e-03 1 -0.6968191862106323 <_> <_> 16 10 4 2 -1. <_> 17 11 2 2 2. 1 -9.0904926764778793e-05 0.2075673937797546 -0.4428209066390991 <_> <_> <_> 7 13 10 1 -1. <_> 12 13 5 1 2. 0 2.8638960793614388e-03 -0.4136478900909424 1 <_> <_> 7 7 4 3 -1. <_> 9 7 2 3 2. 0 1.2769990134984255e-03 -0.2115702033042908 0.3191956877708435 <_> <_> <_> 9 18 6 2 -1. <_> 11 18 2 2 3. 0 -7.5440858490765095e-03 -0.7549569010734558 1 <_> <_> 8 18 6 2 -1. <_> 10 18 2 2 3. 0 5.4467269219458103e-03 0.1322987973690033 -0.6769589185714722 <_> <_> <_> 17 9 3 1 -1. <_> 18 10 1 1 3. 1 1.3641830300912261e-03 1 -0.4216814935207367 <_> <_> 17 7 2 11 -1. <_> 18 7 1 11 2. 0 0.0138107798993587 0.1571936011314392 -0.6796516776084900 <_> <_> <_> 8 2 4 4 -1. <_> 8 2 2 4 2. 1 0.0502656400203705 1 0.7436913847923279 <_> <_> 6 6 2 3 -1. <_> 7 6 1 3 2. 0 4.7765119234099984e-05 -0.3810234963893890 0.1060535013675690 <_> <_> <_> 7 0 9 5 -1. <_> 10 3 3 5 3. 1 0.1466668993234634 1 0.5340983271598816 <_> <_> 1 0 15 9 -1. <_> 6 3 5 3 9. 0 -0.3042683005332947 0.3778361082077026 -0.2153462022542953 <_> <_> <_> 2 12 4 3 -1. <_> 3 12 2 3 2. 0 -3.2244708854705095e-03 0.2827424108982086 1 <_> <_> 0 12 4 5 -1. <_> 1 12 2 5 2. 0 -1.7187190242111683e-03 0.1067710965871811 -0.4420411884784698 <_> <_> <_> 3 2 2 3 -1. <_> 2 3 2 1 3. 1 -8.4115704521536827e-03 -0.8355705142021179 1 <_> <_> 4 13 6 1 -1. <_> 4 13 3 1 2. 1 -0.0232209190726280 -0.5193390846252441 0.1318164020776749 <_> <_> <_> 5 0 4 6 -1. <_> 6 0 2 6 2. 0 -6.3912221230566502e-03 -0.6855232119560242 1 <_> <_> 2 17 2 1 -1. <_> 2 17 1 1 2. 1 -3.0661540222354233e-04 0.2219285070896149 -0.2394503057003021 <_> <_> <_> 4 9 1 3 -1. <_> 3 10 1 1 3. 1 1.8742750398814678e-03 1 -0.4721843898296356 <_> <_> 0 2 6 9 -1. <_> 2 2 2 9 3. 0 -0.0282995402812958 -0.6818671822547913 0.1592379063367844 <_> <_> <_> 16 7 2 2 -1. <_> 16 7 1 2 2. 1 7.9352483153343201e-03 1 -0.7313578128814697 <_> <_> 7 2 6 4 -1. <_> 9 2 2 4 3. 0 -8.7599940598011017e-03 -0.6001471877098083 0.1035033017396927 <_> <_> <_> 7 18 6 2 -1. <_> 9 18 2 2 3. 0 -5.5426149629056454e-03 -0.5936040878295898 1 <_> <_> 1 14 6 4 -1. <_> 3 14 2 4 3. 0 -1.8066290067508817e-03 0.2553352117538452 -0.1703643947839737 <_> <_> <_> 6 8 7 3 -1. <_> 5 9 7 1 3. 1 -8.3993803709745407e-03 1 -0.2395361065864563 <_> <_> 14 12 4 1 -1. <_> 15 13 2 1 2. 1 -1.9515500171110034e-03 0.3725241124629974 -0.1298290044069290 <_> <_> <_> 4 12 3 2 -1. <_> 5 12 1 2 3. 0 -2.2850139066576958e-03 0.5022721290588379 1 <_> <_> 5 12 3 3 -1. <_> 6 12 1 3 3. 0 -6.1910818330943584e-03 0.4455165863037109 -0.1630778014659882 <_> <_> <_> 18 2 2 2 -1. <_> 19 2 1 2 2. 0 1.1659320443868637e-03 1 0.3480907976627350 <_> <_> 14 0 6 1 -1. <_> 17 0 3 1 2. 0 -2.1016779355704784e-03 0.3153137862682343 -0.3471026122570038 <_> <_> <_> 17 0 3 3 -1. <_> 18 1 1 3 3. 1 -9.1615924611687660e-03 -0.6862319707870483 1 <_> <_> 11 4 6 8 -1. <_> 13 4 2 8 3. 0 -0.0200365409255028 -0.6899188160896301 0.1296222060918808 <_> <_> <_> 7 12 3 2 -1. <_> 8 12 1 2 3. 0 2.7148448862135410e-03 1 0.4774574041366577 <_> <_> 16 0 3 2 -1. <_> 16 1 3 1 2. 0 2.2834159899502993e-03 -0.0133445700630546 -0.6179587841033936 -1.8701590299606323 12 -1 <_> <_> <_> <_> 5 11 9 4 -1. <_> 8 11 3 4 3. 0 -0.0328384712338448 1 -0.5198407173156738 <_> <_> 12 9 1 6 -1. <_> 12 11 1 2 3. 0 -7.5696408748626709e-03 0.6369025111198425 -0.1156217008829117 <_> <_> <_> 4 0 4 4 -1. <_> 4 0 2 4 2. 1 0.0541258715093136 1 0.5034024715423584 <_> <_> 5 1 11 12 -1. <_> 5 5 11 4 3. 0 0.2700459957122803 -0.3464067876338959 0.3765150904655457 <_> <_> <_> 16 12 4 8 -1. <_> 18 12 2 8 2. 0 7.0261410437524319e-03 -0.4104644060134888 1 <_> <_> 18 14 2 6 -1. <_> 18 17 2 3 2. 0 3.1245660502463579e-03 -0.4138219058513641 0.3755074143409729 <_> <_> <_> 1 12 4 4 -1. <_> 2 12 2 4 2. 0 -1.8708549905568361e-03 1 -0.3782733082771301 <_> <_> 6 7 6 4 -1. <_> 5 8 6 2 2. 1 -0.0149690099060535 0.3994168043136597 -0.2225451022386551 <_> <_> <_> 5 15 3 2 -1. <_> 6 16 1 2 3. 1 3.4136420581489801e-03 1 -0.5466756820678711 <_> <_> 6 16 3 1 -1. <_> 7 17 1 1 3. 1 2.3454260081052780e-03 0.1661884039640427 -0.6320394277572632 <_> <_> <_> 10 14 1 2 -1. <_> 10 14 1 1 2. 1 -1.1689099483191967e-03 1 -0.4497218132019043 <_> <_> 4 7 3 3 -1. <_> 3 8 3 1 3. 1 -7.8206984326243401e-03 -0.5716611742973328 0.1859999001026154 <_> <_> <_> 2 0 6 8 -1. <_> 4 0 2 8 3. 0 -0.0263242591172457 -0.7804111242294312 1 <_> <_> 2 5 6 3 -1. <_> 4 5 2 3 3. 0 -9.1647548833861947e-04 0.2310009002685547 -0.2122412025928497 <_> <_> <_> 3 11 3 6 -1. <_> 4 11 1 6 3. 0 -2.3702960461378098e-03 0.2730421125888824 1 <_> <_> 15 11 2 3 -1. <_> 14 12 2 1 3. 1 -9.2874821275472641e-03 0.2320079952478409 -0.3460255861282349 <_> <_> <_> 11 17 4 3 -1. <_> 12 17 2 3 2. 0 2.9221060685813427e-03 1 -0.6997262835502625 <_> <_> 13 11 2 2 -1. <_> 13 11 1 1 2. <_> 14 12 1 1 2. 0 -1.4097889652475715e-03 0.4801935851573944 -0.0426502004265785 <_> <_> <_> 13 11 2 2 -1. <_> 13 11 1 1 2. <_> 14 12 1 1 2. 0 9.3326548812910914e-04 1 0.3770847916603088 <_> <_> 8 2 5 6 -1. <_> 8 5 5 3 2. 0 -0.0568373091518879 0.4637516140937805 -0.2044157981872559 <_> <_> <_> 0 0 1 2 -1. <_> 0 1 1 1 2. 0 -9.1405760031193495e-05 1 -0.2944777011871338 <_> <_> 0 8 10 4 -1. <_> 0 10 10 2 2. 0 -0.0111477700993419 0.3657920062541962 -0.1610623002052307 <_> <_> <_> 17 11 3 1 -1. <_> 18 12 1 1 3. 1 8.0759642878547311e-04 1 -0.3876996934413910 <_> <_> 7 18 2 2 -1. <_> 8 18 1 2 2. 0 1.7215589759871364e-03 0.1779005974531174 -0.5967379212379456 <_> <_> <_> 0 6 18 4 -1. <_> 9 6 9 4 2. 0 0.0143056400120258 -0.2888791859149933 1 <_> <_> 2 12 12 8 -1. <_> 6 12 4 8 3. 0 -0.0388850085437298 0.3649722933769226 -0.1376271992921829 <_> <_> <_> 1 0 14 1 -1. <_> 8 0 7 1 2. 0 -3.4479280002415180e-03 0.1811084002256393 1 <_> <_> 8 0 12 19 -1. <_> 14 0 6 19 2. 0 0.3016817867755890 -0.3542549014091492 0.4295836091041565 <_> <_> <_> 7 12 3 2 -1. <_> 8 12 1 2 3. 0 2.8582389932125807e-03 1 0.5295780897140503 <_> <_> 8 11 3 5 -1. <_> 9 11 1 5 3. 0 1.4091320335865021e-03 -0.2123443037271500 0.3142850995063782 <_> <_> <_> 7 18 3 2 -1. <_> 8 18 1 2 3. 0 -1.6597079811617732e-03 -0.6334841847419739 1 <_> <_> 5 13 2 2 -1. <_> 5 13 1 1 2. <_> 6 14 1 1 2. 0 8.7804382201284170e-04 -0.0553153008222580 0.3938995897769928 <_> <_> <_> 16 9 3 1 -1. <_> 17 10 1 1 3. 1 2.0211800001561642e-03 1 -0.4712730944156647 <_> <_> 18 0 2 3 -1. <_> 18 0 1 3 2. 1 -6.8409871309995651e-03 -0.6406552791595459 0.1486144065856934 <_> <_> <_> 4 2 15 6 -1. <_> 4 4 15 2 3. 0 0.0472007617354393 1 0.4121640920639038 <_> <_> 10 0 10 4 -1. <_> 10 0 5 2 2. <_> 15 2 5 2 2. 0 4.9684080295264721e-03 -0.3240430057048798 0.1575596034526825 <_> <_> <_> 5 0 12 6 -1. <_> 5 2 12 2 3. 0 0.0375299118459225 1 0.4132845997810364 <_> <_> 12 1 8 6 -1. <_> 12 1 4 3 2. <_> 16 4 4 3 2. 0 -0.0116650899872184 0.2546750009059906 -0.3130356073379517 <_> <_> <_> 0 3 2 1 -1. <_> 1 3 1 1 2. 0 -6.8298257247079164e-05 1 -0.2721207141876221 <_> <_> 16 7 2 4 -1. <_> 16 7 1 4 2. 1 0.0153254298493266 0.2294660955667496 -0.6734570860862732 <_> <_> <_> 15 17 5 3 -1. <_> 15 18 5 1 3. 0 8.5185896605253220e-03 1 -0.7111467123031616 <_> <_> 6 12 6 8 -1. <_> 8 12 2 8 3. 0 -2.6828479021787643e-03 0.1551170051097870 -0.3544489145278931 <_> <_> <_> 5 12 2 2 -1. <_> 6 12 1 2 2. 0 1.3791749952360988e-03 1 0.3691627085208893 <_> <_> 13 12 4 6 -1. <_> 14 12 2 6 2. 0 -3.3968368370551616e-05 0.0591509304940701 -0.4600771963596344 <_> <_> <_> 17 0 3 4 -1. <_> 18 1 1 4 3. 1 5.8259358629584312e-03 1 -0.5498669743537903 <_> <_> 4 0 4 10 -1. <_> 5 0 2 10 2. 0 -8.1688696518540382e-03 -0.5056741237640381 0.1518967002630234 <_> <_> <_> 5 12 3 3 -1. <_> 6 12 1 3 3. 0 -2.3251199163496494e-03 0.3490481078624725 1 <_> <_> 11 12 3 3 -1. <_> 12 12 1 3 3. 0 -4.8669208772480488e-03 0.5313856005668640 -0.2141346931457520 <_> <_> <_> 3 2 1 3 -1. <_> 2 3 1 1 3. 1 4.3380381539463997e-03 1 -0.7824826240539551 <_> <_> 2 1 8 1 -1. <_> 4 1 4 1 2. 0 3.4176679328083992e-03 0.1246078982949257 -0.5529775023460388 <_> <_> <_> 0 3 18 12 -1. <_> 6 7 6 4 9. 0 0.5530973076820374 1 0.4657307863235474 <_> <_> 12 18 6 2 -1. <_> 15 18 3 2 2. 0 2.3636389523744583e-03 -0.3330905139446259 0.0943800508975983 -1.9807859659194946 13 -1 <_> <_> <_> <_> 11 9 4 7 -1. <_> 12 10 2 7 2. 1 -0.0229342803359032 1 -0.4471629858016968 <_> <_> 15 8 3 12 -1. <_> 16 12 1 4 9. 0 -0.0426658503711224 0.5408589839935303 -0.3358927965164185 <_> <_> <_> 6 10 7 3 -1. <_> 6 11 7 1 3. 0 -9.8418388515710831e-03 0.3995800018310547 1 <_> <_> 4 9 10 3 -1. <_> 4 10 10 1 3. 0 -0.0119323497638106 0.3421911895275116 -0.4241695106029510 <_> <_> <_> 0 1 15 7 -1. <_> 5 1 5 7 3. 0 -0.0244370102882385 1 -0.3733735978603363 <_> <_> 0 0 1 18 -1. <_> 0 6 1 6 3. 0 -4.9987169913947582e-03 0.4035832881927490 -0.3519937098026276 <_> <_> <_> 9 13 2 4 -1. <_> 8 14 2 2 2. 1 1.8582950579002500e-03 -0.4415811896324158 1 <_> <_> 16 16 4 4 -1. <_> 16 18 4 2 2. 0 2.7540219016373158e-03 -0.2872293889522552 0.3385724127292633 <_> <_> <_> 1 10 4 8 -1. <_> 2 10 2 8 2. 0 -3.4452530089765787e-03 1 -0.3182198107242584 <_> <_> 2 15 3 2 -1. <_> 3 16 1 2 3. 1 -5.9277489781379700e-03 -0.6507351994514465 0.2710922062397003 <_> <_> <_> 2 17 2 1 -1. <_> 2 17 1 1 2. 1 -1.2391789641696960e-04 1 -0.3346720039844513 <_> <_> 18 10 2 8 -1. <_> 18 10 2 4 2. 1 -0.0733271390199661 -0.5964624881744385 0.2286181002855301 <_> <_> <_> 0 11 18 3 -1. <_> 6 12 6 1 9. 0 -0.0839647501707077 1 -0.2252518981695175 <_> <_> 15 10 4 2 -1. <_> 16 11 2 2 2. 1 -8.1644707825034857e-04 0.3821364939212799 -0.3341045081615448 <_> <_> <_> 9 1 5 4 -1. <_> 9 3 5 2 2. 0 -0.0152077795937657 0.3074269890785217 1 <_> <_> 6 1 7 6 -1. <_> 6 4 7 3 2. 0 0.0468947887420654 -0.3883388936519623 0.2317751944065094 <_> <_> <_> 3 3 8 6 -1. <_> 3 6 8 3 2. 0 -0.1039844006299973 0.7132114171981812 1 <_> <_> 16 1 4 2 -1. <_> 18 1 2 2 2. 0 3.9815339259803295e-03 -0.2331019937992096 0.2924784123897552 <_> <_> <_> 18 12 2 3 -1. <_> 18 13 2 1 3. 0 2.5737080723047256e-03 1 -0.5501734018325806 <_> <_> 17 6 2 8 -1. <_> 17 6 1 4 2. <_> 18 10 1 4 2. 0 9.1035291552543640e-04 -0.1822893023490906 0.2837032079696655 <_> <_> <_> 17 5 3 4 -1. <_> 18 6 1 4 3. 1 6.4211348071694374e-03 1 -0.4858197867870331 <_> <_> 0 9 4 8 -1. <_> 0 11 4 4 2. 0 -5.8243819512426853e-03 0.2460819035768509 -0.2156502008438110 <_> <_> <_> 0 6 3 8 -1. <_> 0 10 3 4 2. 0 -0.0400436297059059 -0.6388055086135864 1 <_> <_> 14 11 2 2 -1. <_> 14 11 1 1 2. <_> 15 12 1 1 2. 0 8.4683427121490240e-04 -0.0604355894029140 0.4371112883090973 <_> <_> <_> 15 11 3 3 -1. <_> 14 12 3 1 3. 1 0.0129645802080631 1 0.5949506163597107 <_> <_> 14 12 5 2 -1. <_> 14 13 5 1 2. 0 -2.2524749510921538e-04 0.0868314728140831 -0.3636232018470764 <_> <_> <_> 19 12 1 2 -1. <_> 19 13 1 1 2. 0 -1.7258729785680771e-03 -0.6470772027969360 1 <_> <_> 6 0 4 7 -1. <_> 7 0 2 7 2. 0 -7.2289421223104000e-03 -0.6877536773681641 0.1383872032165527 <_> <_> <_> 12 12 3 2 -1. <_> 12 13 3 1 2. 0 2.5079259648919106e-03 1 0.3065930902957916 <_> <_> 12 13 4 2 -1. <_> 12 13 2 1 2. <_> 14 14 2 1 2. 0 -1.9473560387268662e-03 0.2296776026487350 -0.3473764955997467 <_> <_> <_> 16 18 4 2 -1. <_> 16 19 4 1 2. 0 7.4747111648321152e-03 1 -0.6519178748130798 <_> <_> 14 18 1 2 -1. <_> 14 19 1 1 2. 0 1.0328400094294921e-04 -0.2072588950395584 0.2240213006734848 <_> <_> <_> 16 0 3 2 -1. <_> 17 1 1 2 3. 1 -7.8996885567903519e-03 -0.7247917056083679 1 <_> <_> 16 0 4 2 -1. <_> 17 1 2 2 2. 1 4.2833909392356873e-03 0.1395497024059296 -0.4308606088161469 <_> <_> <_> 12 13 2 2 -1. <_> 12 13 1 1 2. <_> 13 14 1 1 2. 0 6.3452741596847773e-04 1 0.2979263961315155 <_> <_> 7 10 4 2 -1. <_> 7 10 2 2 2. 1 -5.4966621100902557e-03 -0.5620539188385010 -0.0296081192791462 <_> <_> <_> 3 3 1 3 -1. <_> 2 4 1 1 3. 1 3.1408690847456455e-03 1 -0.6132214069366455 <_> <_> 3 4 2 3 -1. <_> 2 5 2 1 3. 1 -5.0443639047443867e-03 -0.5306010246276855 0.1250745952129364 <_> <_> <_> 3 0 16 6 -1. <_> 3 2 16 2 3. 0 0.0459648706018925 1 0.3818871974945068 <_> <_> 12 2 2 5 -1. <_> 12 2 1 5 2. 1 -5.3749699145555496e-03 0.1408901065587997 -0.3553569018840790 <_> <_> <_> 4 0 1 3 -1. <_> 3 1 1 1 3. 1 2.9262059833854437e-03 1 -0.6088665723800659 <_> <_> 13 12 2 2 -1. <_> 13 12 1 1 2. <_> 14 13 1 1 2. 0 5.2230368601158261e-04 -0.0714415684342384 0.3627525866031647 <_> <_> <_> 5 17 4 3 -1. <_> 6 17 2 3 2. 0 -4.4181118719279766e-03 -0.7645800709724426 1 <_> <_> 17 13 3 3 -1. <_> 17 14 3 1 3. 0 4.3349149636924267e-03 0.1124641001224518 -0.5455384850502014 <_> <_> <_> 0 12 2 8 -1. <_> 0 12 1 4 2. <_> 1 16 1 4 2. 0 2.6483018882572651e-03 1 0.2354231029748917 <_> <_> 4 16 1 3 -1. <_> 3 17 1 1 3. 1 -1.0814110282808542e-03 0.1442230045795441 -0.3440195918083191 <_> <_> <_> 0 2 1 2 -1. <_> 0 3 1 1 2. 0 -5.4296739108394831e-05 1 -0.2860746085643768 <_> <_> 10 2 4 7 -1. <_> 11 2 2 7 2. 0 5.5393581278622150e-03 0.1934528946876526 -0.5054942965507507 <_> <_> <_> 2 1 6 9 -1. <_> 2 4 6 3 3. 0 0.0337030999362469 1 0.3830255866050720 <_> <_> 1 4 2 2 -1. <_> 2 4 1 2 2. 0 -1.2178930046502501e-04 0.0664141774177551 -0.4853005111217499 <_> <_> <_> 13 12 2 2 -1. <_> 13 12 1 1 2. <_> 14 13 1 1 2. 0 -1.7803770024329424e-03 0.4411354959011078 1 <_> <_> 18 0 2 1 -1. <_> 19 0 1 1 2. 0 -5.6019638577708974e-05 0.1239674985408783 -0.2629227042198181 -1.9697020053863525 14 -1 <_> <_> <_> <_> 4 13 3 1 -1. <_> 5 13 1 1 3. 0 3.1982790678739548e-03 1 0.5420842170715332 <_> <_> 6 13 4 1 -1. <_> 7 13 2 1 2. 0 -1.5240450156852603e-03 0.0827848389744759 -0.5016483068466187 <_> <_> <_> 6 10 6 3 -1. <_> 6 11 6 1 3. 0 -0.0122844297438860 0.4417493939399719 1 <_> <_> 7 9 4 3 -1. <_> 7 10 4 1 3. 0 -8.3555448800325394e-03 0.3586339950561523 -0.3625485897064209 <_> <_> <_> 6 0 4 3 -1. <_> 6 0 2 3 2. 1 0.0413578003644943 1 0.4785881042480469 <_> <_> 15 15 5 2 -1. <_> 15 16 5 1 2. 0 2.2308749612420797e-03 -0.6039034724235535 -8.7199418339878321e-04 <_> <_> <_> 0 8 18 12 -1. <_> 6 12 6 4 9. 0 -0.5416054129600525 1 -0.3253665864467621 <_> <_> 1 6 14 4 -1. <_> 8 6 7 4 2. 0 7.9009458422660828e-03 -0.3641510009765625 0.4050160050392151 <_> <_> <_> 3 11 6 3 -1. <_> 2 12 6 1 3. 1 -2.7236728928983212e-03 1 -0.2764418125152588 <_> <_> 5 9 1 3 -1. <_> 4 10 1 1 3. 1 2.1041880827397108e-03 0.3406811952590942 -0.4192248880863190 <_> <_> <_> 17 10 3 3 -1. <_> 18 11 1 3 3. 1 1.2688159476965666e-03 1 -0.5452076792716980 <_> <_> 17 11 1 4 -1. <_> 16 12 1 2 2. 1 -4.2881062254309654e-03 0.3006008863449097 -0.1523319035768509 <_> <_> <_> 1 0 12 9 -1. <_> 4 0 6 9 2. 0 -4.8890449106693268e-03 1 -0.3766582012176514 <_> <_> 9 3 4 5 -1. <_> 10 3 2 5 2. 0 5.0922110676765442e-03 0.2180331945419312 -0.5712652206420898 <_> <_> <_> 7 8 6 3 -1. <_> 7 9 6 1 3. 0 -7.0944731123745441e-03 0.5192192196846008 1 <_> <_> 7 1 9 6 -1. <_> 7 3 9 2 3. 0 0.0254318900406361 -0.2126024961471558 0.3056620061397552 <_> <_> <_> 0 1 2 2 -1. <_> 0 2 2 1 2. 0 -6.7461907747201622e-05 1 -0.3340674936771393 <_> <_> 13 8 3 5 -1. <_> 14 9 1 5 3. 1 -8.5350889712572098e-03 0.3504346013069153 -0.0903848335146904 <_> <_> <_> 3 16 3 1 -1. <_> 4 17 1 1 3. 1 -4.1117807850241661e-03 -0.6968370079994202 1 <_> <_> 11 1 4 7 -1. <_> 12 1 2 7 2. 0 6.3964081928133965e-03 0.1154263988137245 -0.6664537191390991 <_> <_> <_> 11 13 2 2 -1. <_> 11 13 1 1 2. <_> 12 14 1 1 2. 0 9.8322751000523567e-04 1 0.3569537997245789 <_> <_> 12 14 3 1 -1. <_> 13 14 1 1 3. 0 -5.5737968068569899e-04 0.2308111041784286 -0.2886263132095337 <_> <_> <_> 17 2 3 1 -1. <_> 18 3 1 1 3. 1 2.8798289131373167e-03 1 -0.5992326736450195 <_> <_> 14 2 6 6 -1. <_> 14 2 3 3 2. <_> 17 5 3 3 2. 0 -7.7164517715573311e-03 0.3607490062713623 -0.0818276181817055 <_> <_> <_> 12 16 8 4 -1. <_> 12 18 8 2 2. 0 3.7285129074007273e-03 -0.3773201107978821 1 <_> <_> 7 11 3 3 -1. <_> 6 12 3 1 3. 1 -0.0131611097604036 0.6702303886413574 0.0151145495474339 <_> <_> <_> 6 3 8 6 -1. <_> 4 5 8 2 3. 1 -0.0389661304652691 1 -0.3125221133232117 <_> <_> 1 8 3 8 -1. <_> 1 10 3 4 2. 0 -5.7413699105381966e-03 0.3394747972488403 -0.1601140946149826 <_> <_> <_> 7 0 8 6 -1. <_> 9 2 4 6 2. 1 0.1253833025693893 1 0.7372115254402161 <_> <_> 5 2 7 6 -1. <_> 5 5 7 3 2. 0 -0.0972431227564812 0.5028898119926453 -0.1328437030315399 <_> <_> <_> 10 13 3 1 -1. <_> 11 13 1 1 3. 0 -2.0128490868955851e-03 0.4136789143085480 1 <_> <_> 12 12 4 2 -1. <_> 12 12 2 1 2. <_> 14 13 2 1 2. 0 3.5349070094525814e-03 -0.1592327058315277 0.4405657947063446 <_> <_> <_> 6 1 14 19 -1. <_> 13 1 7 19 2. 0 0.4484654068946838 1 0.5942366123199463 <_> <_> 6 9 14 1 -1. <_> 13 9 7 1 2. 0 -0.0103877801448107 0.3039911985397339 -0.1828735023736954 <_> <_> <_> 18 0 2 1 -1. <_> 18 0 1 1 2. 1 -1.4210389927029610e-03 -0.4536106884479523 1 <_> <_> 15 0 3 1 -1. <_> 16 1 1 1 3. 1 3.6446070298552513e-03 0.1576682031154633 -0.6260883808135986 <_> <_> <_> 5 7 2 3 -1. <_> 4 8 2 1 3. 1 3.2253630924969912e-03 1 -0.4141024053096771 <_> <_> 15 12 3 3 -1. <_> 14 13 3 1 3. 1 9.8893349058926105e-04 -0.1075780019164085 0.3115688860416412 <_> <_> <_> 10 17 4 2 -1. <_> 11 17 2 2 2. 0 -2.7107829228043556e-03 -0.7535281777381897 1 <_> <_> 8 12 3 3 -1. <_> 9 13 1 1 9. 0 -6.9264871999621391e-03 0.2746442854404449 -0.1172894984483719 <_> <_> <_> 4 1 7 6 -1. <_> 4 3 7 2 3. 0 -0.0379427708685398 0.2693654894828796 1 <_> <_> 11 0 6 6 -1. <_> 11 2 6 2 3. 0 0.0134864598512650 -0.3153286874294281 0.2578544020652771 <_> <_> <_> 0 1 1 4 -1. <_> 0 2 1 2 2. 0 2.7866458985954523e-03 1 -0.6843165755271912 <_> <_> 7 5 4 4 -1. <_> 8 5 2 4 2. 0 3.2895719632506371e-03 0.1294910013675690 -0.4447514116764069 <_> <_> <_> 1 0 1 3 -1. <_> 1 1 1 1 3. 0 1.7910100286826491e-03 1 -0.5623742938041687 <_> <_> 9 3 4 2 -1. <_> 9 4 4 1 2. 0 3.3694170415401459e-03 -0.0619367696344852 0.3679428994655609 <_> <_> <_> 18 13 2 5 -1. <_> 19 13 1 5 2. 0 6.5897632157430053e-04 -0.2770572006702423 1 <_> <_> 2 11 3 6 -1. <_> 3 11 1 6 3. 0 -3.2603838917566463e-05 0.2742677927017212 -0.2236953973770142 <_> <_> <_> 0 5 2 12 -1. <_> 0 9 2 4 3. 0 -0.0601757206022739 -0.7417491078376770 1 <_> <_> 11 10 8 5 -1. <_> 15 10 4 5 2. 0 -0.0212176106870174 -0.4503475129604340 0.1142600029706955 <_> <_> <_> 15 11 4 2 -1. <_> 16 12 2 2 2. 1 -2.2632910404354334e-03 1 -0.3053858876228333 <_> <_> 15 8 4 2 -1. <_> 16 9 2 2 2. 1 6.0313078574836254e-03 0.2056266069412231 -0.4068979918956757 <_> <_> <_> 5 13 2 1 -1. <_> 6 13 1 1 2. 0 5.7578482665121555e-04 1 0.3509874939918518 <_> <_> 12 13 2 2 -1. <_> 13 13 1 2 2. 0 -9.3677162658423185e-04 0.2161615937948227 -0.2441577017307281 <_> <_> <_> 11 12 8 8 -1. <_> 13 12 4 8 2. 0 -0.0376265682280064 -0.5911368131637573 1 <_> <_> 3 0 6 10 -1. <_> 5 0 2 10 3. 0 4.4729812070727348e-03 0.1579227000474930 -0.3222627937793732 <_> <_> <_> 6 14 2 2 -1. <_> 6 14 1 2 2. 1 -7.1853301487863064e-03 -0.5951905250549316 1 <_> <_> 0 5 19 4 -1. <_> 0 7 19 2 2. 0 0.0405202284455299 -0.0666884630918503 0.3403024971485138 <_> <_> <_> 17 4 3 2 -1. <_> 18 5 1 2 3. 1 -6.1968388035893440e-03 -0.6728746294975281 1 <_> <_> 17 3 3 4 -1. <_> 18 4 1 4 3. 1 0.0103115299716592 0.1068323999643326 -0.5482596755027771 -2.0330519676208496 15 -1 <_> <_> <_> <_> 5 13 8 2 -1. <_> 7 13 4 2 2. 0 -0.0193205196410418 1 -0.3871257007122040 <_> <_> 0 0 2 8 -1. <_> 0 4 2 4 2. 0 -0.0151264602318406 0.6446818113327026 -0.1272711008787155 <_> <_> <_> 0 9 15 6 -1. <_> 0 11 15 2 3. 0 -0.0601826906204224 1 -0.3081910908222198 <_> <_> 18 14 2 1 -1. <_> 18 14 1 1 2. 1 -1.3576049823313951e-03 0.4802188873291016 -0.3342868089675903 <_> <_> <_> 0 0 4 8 -1. <_> 2 0 2 8 2. 0 -5.6930771097540855e-03 1 -0.3316608071327209 <_> <_> 0 13 6 2 -1. <_> 2 13 2 2 3. 0 -8.0942036584019661e-03 0.4751748144626617 -0.0747615620493889 <_> <_> <_> 3 18 3 2 -1. <_> 3 19 3 1 2. 0 6.8413332337513566e-04 -0.3574196994304657 1 <_> <_> 2 11 15 6 -1. <_> 7 13 5 2 9. 0 -0.1152058988809586 0.2610509097576141 -0.3177380859851837 <_> <_> <_> 7 14 3 3 -1. <_> 8 15 1 3 3. 1 -9.1124046593904495e-03 -0.5854070782661438 1 <_> <_> 7 8 2 2 -1. <_> 8 8 1 2 2. 0 5.4891068430151790e-05 -0.2298189997673035 0.2348290979862213 <_> <_> <_> 6 9 6 3 -1. <_> 6 10 6 1 3. 0 -9.5622539520263672e-03 0.3915528059005737 1 <_> <_> 5 8 7 3 -1. <_> 5 9 7 1 3. 0 -8.2032606005668640e-03 0.4317995011806488 -0.2317329049110413 <_> <_> <_> 17 9 3 1 -1. <_> 18 10 1 1 3. 1 -4.0035760030150414e-03 -0.5870047807693481 1 <_> <_> 17 9 3 2 -1. <_> 18 10 1 2 3. 1 2.5406230706721544e-03 0.1799003034830093 -0.4168156981468201 <_> <_> <_> 11 9 1 3 -1. <_> 11 10 1 1 3. 0 1.9435470458120108e-03 1 0.3034000992774963 <_> <_> 12 11 2 2 -1. <_> 12 11 1 1 2. <_> 13 12 1 1 2. 0 8.4362342022359371e-04 -0.3066104054450989 0.2364699989557266 <_> <_> <_> 3 6 4 5 -1. <_> 4 6 2 5 2. 0 -5.3103519603610039e-03 -0.5630481839179993 1 <_> <_> 5 6 4 3 -1. <_> 6 6 2 3 2. 0 -3.5526719875633717e-03 -0.5569577217102051 0.1502279043197632 <_> <_> <_> 0 3 1 6 -1. <_> 0 5 1 2 3. 0 7.1414401754736900e-03 1 -0.6762663722038269 <_> <_> 14 12 2 2 -1. <_> 14 12 1 1 2. <_> 15 13 1 1 2. 0 -1.1435860069468617e-03 0.3787387907505035 -0.0744428932666779 <_> <_> <_> 3 16 3 3 -1. <_> 4 16 1 3 3. 0 -3.1177429482340813e-03 -0.6256858706474304 1 <_> <_> 3 1 14 4 -1. <_> 3 3 14 2 2. 0 -0.0774156227707863 0.3983941078186035 -0.0552623197436333 <_> <_> <_> 6 0 14 8 -1. <_> 6 0 7 4 2. <_> 13 4 7 4 2. 0 -0.0392529889941216 0.3409483134746552 1 <_> <_> 4 0 4 8 -1. <_> 4 2 4 4 2. 0 0.0220499709248543 -0.2441371977329254 0.4305087029933929 <_> <_> <_> 9 0 8 1 -1. <_> 13 0 4 1 2. 0 -2.2205871064215899e-03 0.2830972075462341 1 <_> <_> 14 1 6 1 -1. <_> 17 1 3 1 2. 0 2.8649640735238791e-03 -0.3540188074111938 0.2105457037687302 <_> <_> <_> 18 18 2 2 -1. <_> 18 19 2 1 2. 0 5.8806730521610007e-05 -0.2701404094696045 1 <_> <_> 5 16 2 2 -1. <_> 5 16 1 2 2. 1 -6.6595021635293961e-03 -0.5931348204612732 0.2189286947250366 <_> <_> <_> 2 8 11 3 -1. <_> 2 9 11 1 3. 0 0.0169316008687019 -0.1127962023019791 1 <_> <_> 1 8 2 3 -1. <_> 1 9 2 1 3. 0 4.7026639804244041e-03 0.4921221137046814 -0.3970288038253784 <_> <_> <_> 18 12 2 5 -1. <_> 19 12 1 5 2. 0 1.7478819936513901e-03 -0.2233936935663223 1 <_> <_> 19 16 1 3 -1. <_> 18 17 1 1 3. 1 -2.0893230102956295e-03 -0.4315781891345978 0.2537313997745514 <_> <_> <_> 14 9 2 2 -1. <_> 14 9 1 2 2. 1 0.0115348501130939 1 -0.7066854238510132 <_> <_> 13 11 2 2 -1. <_> 13 11 1 1 2. <_> 14 12 1 1 2. 0 8.7350117973983288e-04 -0.0725091323256493 0.3997502923011780 <_> <_> <_> 13 12 4 4 -1. <_> 14 12 2 4 2. 0 -7.2836421895772219e-04 1 -0.2356764972209930 <_> <_> 19 11 1 3 -1. <_> 19 12 1 1 3. 0 1.2666890397667885e-03 0.2258238941431046 -0.4231734871864319 <_> <_> <_> 0 1 1 4 -1. <_> 0 3 1 2 2. 0 -8.4794021677225828e-04 1 -0.2830702960491180 <_> <_> 0 0 20 20 -1. <_> 0 0 10 10 2. <_> 10 10 10 10 2. 0 0.3621244132518768 0.1672423928976059 -0.7682694792747498 <_> <_> <_> 11 12 3 3 -1. <_> 10 13 3 1 3. 1 -1.9437649752944708e-03 1 -0.2722941935062408 <_> <_> 16 17 1 2 -1. <_> 16 17 1 1 2. 1 -4.1159680113196373e-03 -0.6421130895614624 0.1881023049354553 <_> <_> <_> 13 10 4 2 -1. <_> 13 10 2 1 2. <_> 15 11 2 1 2. 0 2.3254039697349072e-03 1 0.2851688861846924 <_> <_> 15 11 2 2 -1. <_> 15 11 1 1 2. <_> 16 12 1 1 2. 0 -1.4815620379522443e-03 0.4257420897483826 -0.2111361026763916 <_> <_> <_> 2 10 3 6 -1. <_> 3 10 1 6 3. 0 -6.6233296820428222e-05 1 -0.2820585072040558 <_> <_> 0 0 6 9 -1. <_> 2 0 2 9 3. 0 -0.0337564311921597 -0.8180304169654846 0.1705366969108582 <_> <_> <_> 8 17 2 1 -1. <_> 8 17 1 1 2. 1 -9.4350927975028753e-04 0.1527314037084579 1 <_> <_> 4 18 8 1 -1. <_> 8 18 4 1 2. 0 1.0650219628587365e-03 -0.4265049099922180 0.1523593962192535 <_> <_> <_> 4 11 1 4 -1. <_> 3 12 1 2 2. 1 -1.2905279872938991e-03 0.1736539006233215 1 <_> <_> 7 11 3 3 -1. <_> 6 12 3 1 3. 1 9.6549028530716896e-03 -0.3972159922122955 0.1795317977666855 <_> <_> <_> 9 18 4 1 -1. <_> 10 18 2 1 2. 0 1.3434770517051220e-03 1 -0.6960932016372681 <_> <_> 0 19 2 1 -1. <_> 1 19 1 1 2. 0 5.5220007197931409e-04 -0.0722587704658508 0.3449329137802124 <_> <_> <_> 11 6 3 5 -1. <_> 12 6 1 5 3. 0 3.5795350559055805e-03 1 -0.4807066917419434 <_> <_> 8 0 12 20 -1. <_> 8 0 6 10 2. <_> 14 10 6 10 2. 0 -0.0105854999274015 -0.3297558128833771 0.1468691974878311 <_> <_> <_> 4 0 1 4 -1. <_> 3 1 1 2 2. 1 3.5636040847748518e-03 1 -0.6141502261161804 <_> <_> 4 14 16 4 -1. <_> 8 14 8 4 2. 0 -0.1029829010367393 -0.7236648201942444 0.0844470709562302 <_> <_> <_> 7 9 5 4 -1. <_> 6 10 5 2 2. 1 -0.0296057593077421 0.4711360931396484 1 <_> <_> 5 12 6 2 -1. <_> 5 12 3 2 2. 1 -0.0345805995166302 -0.4312899112701416 0.0246234703809023 <_> <_> <_> 1 14 4 1 -1. <_> 1 14 2 1 2. 1 4.7923368401825428e-03 1 -0.4627079963684082 <_> <_> 4 10 1 3 -1. <_> 3 11 1 1 3. 1 1.7058040248230100e-03 0.1473857015371323 -0.3781889081001282 <_> <_> <_> 3 10 3 9 -1. <_> 4 10 1 9 3. 0 -3.3174119889736176e-03 0.2792986035346985 1 <_> <_> 4 11 3 4 -1. <_> 5 11 1 4 3. 0 -1.7022279789671302e-03 0.2632699012756348 -0.2512921094894409 <_> <_> <_> 5 12 3 2 -1. <_> 6 12 1 2 3. 0 -8.1695342669263482e-04 1 -0.1285964995622635 <_> <_> 7 12 3 2 -1. <_> 8 12 1 2 3. 0 -1.4184829778969288e-03 0.5885540246963501 -0.0500851683318615 <_> <_> <_> 1 2 12 6 -1. <_> 5 2 4 6 3. 0 -0.0104785999283195 0.1473290026187897 1 <_> <_> 9 0 8 3 -1. <_> 11 2 4 3 2. 1 0.0319819115102291 -0.4129954874515533 0.3444204926490784 <_> <_> <_> 8 1 6 2 -1. <_> 8 1 3 2 2. 1 0.0455438494682312 1 0.4884208142757416 <_> <_> 4 4 15 9 -1. <_> 4 7 15 3 3. 0 0.0235740095376968 -0.4638321995735168 0.0374437682330608 -1.9516259431838989 16 -1 <_> <_> <_> <_> 5 10 8 6 -1. <_> 7 10 4 6 2. 0 -0.0323471315205097 1 -0.4115316867828369 <_> <_> 11 8 9 9 -1. <_> 11 11 9 3 3. 0 -0.0748554319143295 0.5440948009490967 -0.2104308009147644 <_> <_> <_> 7 0 6 4 -1. <_> 9 2 2 4 3. 1 -0.0591647997498512 0.4694552123546600 1 <_> <_> 3 11 6 3 -1. <_> 2 12 6 1 3. 1 -5.0734709948301315e-03 0.0809333473443985 -0.4043686985969543 <_> <_> <_> 16 12 4 3 -1. <_> 18 12 2 3 2. 0 6.6304411739110947e-03 -0.3194395005702972 1 <_> <_> 10 10 2 10 -1. <_> 10 15 2 5 2. 0 0.0228042807430029 -0.3527761101722717 0.3635815978050232 <_> <_> <_> 5 7 3 4 -1. <_> 4 8 3 2 2. 1 3.4148059785366058e-03 1 -0.4213989973068237 <_> <_> 1 9 6 1 -1. <_> 3 11 2 1 3. 1 -6.0696629807353020e-03 0.2819094061851501 -0.2572798132896423 <_> <_> <_> 0 0 1 6 -1. <_> 0 3 1 3 2. 0 -3.3271780703216791e-03 1 -0.3338018059730530 <_> <_> 8 10 10 2 -1. <_> 8 10 5 1 2. <_> 13 11 5 1 2. 0 0.0123812397941947 0.0258311200886965 0.5820063948631287 <_> <_> <_> 5 2 5 6 -1. <_> 5 5 5 3 2. 0 -0.0785619020462036 0.5708081722259521 1 <_> <_> 6 1 6 1 -1. <_> 6 1 3 1 2. 1 -7.6863910071551800e-03 0.1909738034009933 -0.2474946975708008 <_> <_> <_> 0 3 1 12 -1. <_> 0 7 1 4 3. 0 3.9404830895364285e-03 1 -0.3529588878154755 <_> <_> 0 7 2 1 -1. <_> 1 7 1 1 2. 0 -7.0624810177832842e-05 0.2843806147575378 -0.1646942049264908 <_> <_> <_> 3 5 1 3 -1. <_> 2 6 1 1 3. 1 -2.2568539716303349e-03 -0.4618921875953674 1 <_> <_> 11 12 2 3 -1. <_> 10 13 2 1 3. 1 -3.5595949739217758e-03 0.2452594041824341 -0.1898497939109802 <_> <_> <_> 10 12 3 3 -1. <_> 11 12 1 3 3. 0 -3.0113100074231625e-03 0.3059439063072205 1 <_> <_> 9 11 3 3 -1. <_> 10 12 1 1 9. 0 -6.2748990021646023e-03 0.1471614986658096 -0.3326522111892700 <_> <_> <_> 6 17 4 2 -1. <_> 7 17 2 2 2. 0 2.5835279375314713e-03 1 -0.7485389113426208 <_> <_> 12 18 6 2 -1. <_> 15 18 3 2 2. 0 3.2576550729572773e-03 -0.1494961977005005 0.2629367113113403 <_> <_> <_> 3 17 2 1 -1. <_> 3 17 1 1 2. 1 -2.6957978843711317e-04 1 -0.2946836054325104 <_> <_> 1 15 4 1 -1. <_> 2 16 2 1 2. 1 -4.4593680649995804e-03 -0.4590528905391693 0.2223538011312485 <_> <_> <_> 18 0 2 2 -1. <_> 18 1 2 1 2. 0 2.2841650061309338e-03 1 -0.6381593942642212 <_> <_> 19 0 1 3 -1. <_> 19 1 1 1 3. 0 -6.7595718428492546e-04 -0.3175694048404694 0.1490307003259659 <_> <_> <_> 16 11 3 2 -1. <_> 16 11 3 1 2. 1 6.1428439803421497e-03 1 0.2418702989816666 <_> <_> 16 12 2 3 -1. <_> 15 13 2 1 3. 1 2.7392068877816200e-03 -0.3148753941059113 0.2358912974596024 <_> <_> <_> 12 0 8 1 -1. <_> 16 0 4 1 2. 0 -2.0209311041980982e-03 0.2538956105709076 1 <_> <_> 2 1 9 6 -1. <_> 2 4 9 3 2. 0 0.0268921405076981 -0.3439103960990906 0.2301076054573059 <_> <_> <_> 17 1 3 2 -1. <_> 17 1 3 1 2. 1 0.0146710602566600 1 0.5951753854751587 <_> <_> 7 5 6 4 -1. <_> 7 6 6 2 2. 0 -0.0124441199004650 0.3733592927455902 -0.1454063951969147 <_> <_> <_> 4 6 6 2 -1. <_> 7 6 3 2 2. 0 2.0527220331132412e-03 -0.2113502025604248 1 <_> <_> 11 4 6 6 -1. <_> 13 4 2 6 3. 0 -0.0170889906585217 -0.7251623272895813 0.2335873991250992 <_> <_> <_> 5 7 9 3 -1. <_> 5 8 9 1 3. 0 -9.8585523664951324e-03 0.4539042115211487 1 <_> <_> 5 8 9 3 -1. <_> 5 9 9 1 3. 0 -0.0105411903932691 0.3550005853176117 -0.1711850017309189 <_> <_> <_> 1 0 4 3 -1. <_> 2 0 2 3 2. 0 4.0034228004515171e-03 1 -0.7043396234512329 <_> <_> 9 9 5 4 -1. <_> 9 10 5 2 2. 0 -0.0118891401216388 0.4043655991554260 -0.0462636202573776 <_> <_> <_> 1 0 6 7 -1. <_> 3 0 2 7 3. 0 -0.0206857006996870 -0.6434760093688965 1 <_> <_> 16 9 3 2 -1. <_> 17 10 1 2 3. 1 -7.9243928194046021e-03 -0.5363292098045349 0.1100298985838890 <_> <_> <_> 14 12 2 2 -1. <_> 14 12 1 1 2. <_> 15 13 1 1 2. 0 1.2431150535121560e-03 1 0.4122002124786377 <_> <_> 0 0 14 1 -1. <_> 7 0 7 1 2. 0 -4.2312019504606724e-03 0.0798876583576202 -0.3092674016952515 <_> <_> <_> 15 11 2 2 -1. <_> 15 11 1 2 2. 1 9.8197339102625847e-03 1 -0.6097676157951355 <_> <_> 3 14 12 4 -1. <_> 3 14 6 2 2. <_> 9 16 6 2 2. 0 0.0454554110765457 0.1062114015221596 -0.6468737125396729 <_> <_> <_> 5 2 1 3 -1. <_> 4 3 1 1 3. 1 2.6892758905887604e-03 1 -0.4912298917770386 <_> <_> 8 12 3 2 -1. <_> 9 13 1 2 3. 1 -1.5172710409387946e-03 0.1757874935865402 -0.2681894004344940 <_> <_> <_> 14 11 2 2 -1. <_> 14 11 1 1 2. <_> 15 12 1 1 2. 0 6.2014168361201882e-04 1 0.2550072968006134 <_> <_> 13 10 7 2 -1. <_> 13 11 7 1 2. 0 -2.0233519899193197e-04 7.2745857760310173e-03 -0.5081527233123779 <_> <_> <_> 7 13 1 2 -1. <_> 7 13 1 1 2. 1 3.1760020647197962e-03 1 0.4384926855564117 <_> <_> 5 12 4 3 -1. <_> 6 12 2 3 2. 0 -1.2668699491769075e-03 0.1634940057992935 -0.2912816107273102 <_> <_> <_> 8 2 2 5 -1. <_> 9 2 1 5 2. 0 5.1056100055575371e-03 1 -0.7500135898590088 <_> <_> 1 17 4 2 -1. <_> 3 17 2 2 2. 0 -1.5026510227471590e-03 0.2719883024692535 -0.0994867980480194 <_> <_> <_> 12 17 4 3 -1. <_> 13 17 2 3 2. 0 -3.6238620523363352e-03 -0.6039624810218811 1 <_> <_> 15 16 5 3 -1. <_> 15 17 5 1 3. 0 7.6577658765017986e-03 0.1093837991356850 -0.5300763845443726 <_> <_> <_> 15 16 4 3 -1. <_> 15 17 4 1 3. 0 -3.1830249354243279e-03 -0.4772489070892334 1 <_> <_> 0 17 16 3 -1. <_> 4 17 8 3 2. 0 0.0109313298016787 -0.0430658198893070 0.3894585967063904 <_> <_> <_> 0 14 2 2 -1. <_> 0 14 1 1 2. <_> 1 15 1 1 2. 0 -1.0047679534181952e-03 0.4155359864234924 1 <_> <_> 7 2 6 6 -1. <_> 7 4 6 2 3. 0 -0.0466604307293892 0.3015987873077393 -0.1618438065052032 <_> <_> <_> 3 5 1 3 -1. <_> 2 6 1 1 3. 1 3.2002381049096584e-03 1 -0.5462177991867065 <_> <_> 2 7 2 2 -1. <_> 2 7 2 1 2. 1 -1.7367519903928041e-03 -0.2198777943849564 0.1960642039775848 -1.7628519535064697 17 -1 <_> <_> <_> <_> 6 11 5 3 -1. <_> 5 12 5 1 3. 1 0.0171605199575424 -0.3227300941944122 1 <_> <_> 16 14 4 6 -1. <_> 16 17 4 3 2. 0 0.0145035600289702 -0.3943862020969391 0.5792297720909119 <_> <_> <_> 6 13 6 7 -1. <_> 8 13 2 7 3. 0 -9.0323518961668015e-03 1 -0.4153687059879303 <_> <_> 0 1 12 11 -1. <_> 3 1 6 11 2. 0 -6.9836131297051907e-03 0.3551585972309113 -0.3817715048789978 <_> <_> <_> 6 10 7 3 -1. <_> 6 11 7 1 3. 0 -0.0192209091037512 0.4531590044498444 1 <_> <_> 8 0 9 4 -1. <_> 8 2 9 2 2. 0 -0.0400871597230434 0.1722837984561920 -0.3111056089401245 <_> <_> <_> 10 14 10 2 -1. <_> 10 15 10 1 2. 0 5.6549701839685440e-03 -0.4046160876750946 1 <_> <_> 0 0 1 18 -1. <_> 0 6 1 6 3. 0 -0.0116112697869539 0.2903423905372620 -0.2207850962877274 <_> <_> <_> 4 13 2 2 -1. <_> 4 13 1 1 2. <_> 5 14 1 1 2. 0 -1.0576159693300724e-03 0.3585166931152344 1 <_> <_> 8 11 3 6 -1. <_> 9 12 1 6 3. 1 -1.3360800221562386e-03 0.0159689001739025 -0.4199010133743286 <_> <_> <_> 6 7 2 3 -1. <_> 5 8 2 1 3. 1 5.2302791737020016e-03 1 -0.4966328144073486 <_> <_> 4 8 3 3 -1. <_> 5 8 1 3 3. 0 -2.7848479803651571e-03 -0.5296021103858948 0.1553544998168945 <_> <_> <_> 1 4 14 1 -1. <_> 1 4 7 1 2. 1 -0.0256541296839714 -0.5930917859077454 1 <_> <_> 12 13 8 3 -1. <_> 14 13 4 3 2. 0 -6.8942131474614143e-03 0.2431810945272446 -0.1823194026947021 <_> <_> <_> 4 17 2 1 -1. <_> 4 17 1 1 2. 1 -6.9622750743292272e-05 1 -0.3271628916263580 <_> <_> 6 16 2 2 -1. <_> 6 16 1 2 2. 1 -6.4154611900448799e-03 -0.5082166790962219 0.1954334974288940 <_> <_> <_> 3 17 4 2 -1. <_> 4 17 2 2 2. 0 -6.7164386564400047e-05 0.1860219985246658 1 <_> <_> 0 7 20 2 -1. <_> 5 7 10 2 2. 0 0.0224166903644800 -0.3928199112415314 0.1327912956476212 <_> <_> <_> 15 9 2 2 -1. <_> 15 9 1 2 2. 1 8.4287580102682114e-03 1 -0.5544756054878235 <_> <_> 3 12 2 2 -1. <_> 3 12 1 1 2. <_> 4 13 1 1 2. 0 -8.7357551092281938e-04 0.4715873003005981 -0.0384924784302711 <_> <_> <_> 0 5 2 1 -1. <_> 1 5 1 1 2. 0 -4.7496971092186868e-05 1 -0.2519702911376953 <_> <_> 17 0 3 2 -1. <_> 18 1 1 2 3. 1 4.5816078782081604e-03 0.2025039941072464 -0.6163808107376099 <_> <_> <_> 2 8 3 9 -1. <_> 3 11 1 3 9. 0 -0.0111751500517130 1 -0.2777119874954224 <_> <_> 15 7 4 2 -1. <_> 16 8 2 2 2. 1 -7.4238609522581100e-03 -0.5010343790054321 0.1931852996349335 <_> <_> <_> 4 16 3 3 -1. <_> 5 16 1 3 3. 0 -3.0201480258256197e-03 -0.6590424776077271 1 <_> <_> 8 14 6 1 -1. <_> 10 14 2 1 3. 0 -3.0343679245561361e-03 0.3196248114109039 -0.1051291003823280 <_> <_> <_> 14 0 6 6 -1. <_> 14 0 3 3 2. <_> 17 3 3 3 2. 0 -0.0109712900593877 0.3270700871944427 1 <_> <_> 17 2 2 1 -1. <_> 17 2 1 1 2. 1 1.2000739661743864e-04 -0.4167926907539368 0.1164520010352135 <_> <_> <_> 0 19 20 1 -1. <_> 10 19 10 1 2. 0 2.1552699618041515e-03 1 0.1538939028978348 <_> <_> 0 19 6 1 -1. <_> 3 19 3 1 2. 0 1.5970800304785371e-03 -0.4297927021980286 0.1919295042753220 <_> <_> <_> 9 17 4 3 -1. <_> 10 17 2 3 2. 0 -4.3590939603745937e-03 -0.8661373853683472 1 <_> <_> 4 11 3 3 -1. <_> 5 12 1 1 9. 0 -6.5752048976719379e-03 0.3529854118824005 -0.0726247206330299 <_> <_> <_> 17 7 3 3 -1. <_> 18 8 1 3 3. 1 3.5486191045492887e-03 1 -0.3614104092121124 <_> <_> 19 1 1 4 -1. <_> 18 2 1 2 2. 1 1.7437560018151999e-03 -0.0402509197592735 0.4111959040164948 <_> <_> <_> 6 8 2 1 -1. <_> 7 8 1 1 2. 0 6.5892767452169210e-05 1 0.1552398949861526 <_> <_> 5 4 4 4 -1. <_> 6 5 2 4 2. 1 0.0122171696275473 -0.3656722903251648 0.2515968978404999 <_> <_> <_> 5 0 8 7 -1. <_> 9 0 4 7 2. 0 0.0601993091404438 1 -0.6895959973335266 <_> <_> 0 7 5 9 -1. <_> 0 10 5 3 3. 0 -0.0916843712329865 -0.6631187200546265 0.0948273614048958 <_> <_> <_> 14 10 2 2 -1. <_> 14 10 1 1 2. <_> 15 11 1 1 2. 0 8.9392811059951782e-04 1 0.2873100936412811 <_> <_> 15 11 2 2 -1. <_> 15 11 1 1 2. <_> 16 12 1 1 2. 0 -1.1146500473842025e-03 0.3612706065177917 -0.2405422925949097 <_> <_> <_> 9 2 6 4 -1. <_> 11 2 2 4 3. 0 -0.0110427802428603 -0.7168669104576111 1 <_> <_> 0 12 12 8 -1. <_> 6 12 6 8 2. 0 0.0377693511545658 0.1112534999847412 -0.5632094740867615 <_> <_> <_> 1 0 6 2 -1. <_> 3 0 2 2 3. 0 5.5979429744184017e-03 1 -0.5699890851974487 <_> <_> 0 12 4 5 -1. <_> 1 12 2 5 2. 0 -2.5462140329182148e-03 0.2673457860946655 -0.1052770018577576 <_> <_> <_> 2 12 4 4 -1. <_> 3 12 2 4 2. 0 -1.7929819878190756e-03 0.1771212071180344 1 <_> <_> 12 11 2 4 -1. <_> 13 11 1 4 2. 0 -8.9686378487385809e-05 0.1676241010427475 -0.4133665859699249 <_> <_> <_> 2 0 1 4 -1. <_> 2 2 1 2 2. 0 -6.8254990037530661e-04 1 -0.3132705092430115 <_> <_> 6 1 4 9 -1. <_> 7 1 2 9 2. 0 4.0599349886178970e-03 0.2031262964010239 -0.4636094868183136 <_> <_> <_> 13 10 2 3 -1. <_> 13 11 2 1 3. 0 1.5843180008232594e-03 1 0.2641308903694153 <_> <_> 3 9 15 3 -1. <_> 8 10 5 1 9. 0 -0.0461016409099102 0.2458764016628265 -0.3115119934082031 <_> <_> <_> 15 10 3 1 -1. <_> 16 11 1 1 3. 1 1.5759950038045645e-03 1 -0.3659397065639496 <_> <_> 1 0 15 8 -1. <_> 1 2 15 4 2. 0 0.0359046310186386 -0.0133526204153895 0.4950073957443237 <_> <_> <_> 2 3 15 6 -1. <_> 2 6 15 3 2. 0 0.0192305296659470 1 0.1860356032848358 <_> <_> 6 0 6 6 -1. <_> 6 2 6 2 3. 0 0.0134618300944567 -0.4270431101322174 0.1475695073604584 <_> <_> <_> 16 9 4 3 -1. <_> 16 10 4 1 3. 0 6.3534970395267010e-03 1 -0.5882459282875061 <_> <_> 16 7 4 3 -1. <_> 16 8 4 1 3. 0 4.7998740337789059e-03 0.1396612972021103 -0.3694832026958466 <_> <_> <_> 15 10 2 2 -1. <_> 15 10 1 1 2. <_> 16 11 1 1 2. 0 -9.7894563805311918e-04 0.4315659105777740 1 <_> <_> 13 11 2 3 -1. <_> 13 12 2 1 3. 0 1.8534340197220445e-03 -0.1905311048030853 0.2686879932880402 <_> <_> <_> 2 16 2 2 -1. <_> 2 16 1 2 2. 1 5.5962381884455681e-04 1 -0.3054575026035309 <_> <_> 3 0 4 7 -1. <_> 4 0 2 7 2. 0 -8.1787789240479469e-03 -0.7235335111618042 0.1619776934385300 <_> <_> <_> 0 16 2 2 -1. <_> 0 16 1 1 2. <_> 1 17 1 1 2. 0 -6.4591833506710827e-05 1 -0.1612174957990646 <_> <_> 2 0 18 3 -1. <_> 8 0 6 3 3. 0 -4.2282380163669586e-03 0.4244168102741241 -0.1148820966482162 <_> <_> <_> 0 1 1 3 -1. <_> 0 2 1 1 3. 0 -3.2379399053752422e-03 -0.8281142711639404 1 <_> <_> 10 6 4 4 -1. <_> 10 7 4 2 2. 0 -4.7763898037374020e-03 0.3915700912475586 -0.0376774296164513 <_> <_> <_> 16 4 4 6 -1. <_> 16 4 2 3 2. <_> 18 7 2 3 2. 0 -6.1182728968560696e-03 0.3020882904529572 1 <_> <_> 11 12 4 2 -1. <_> 11 12 2 1 2. <_> 13 13 2 1 2. 0 3.1565790995955467e-03 -0.1904578953981400 0.3021968901157379 -1.8088439702987671 18 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_lowerbody.xml000066400000000000000000020160351417525156400266750ustar00rootroot00000000000000 19 23 <_> <_> <_> <_>3 4 12 16 -1. <_>7 4 4 16 3. 0 -0.0168698690831661 0.5465741753578186 -0.6367803812026978 <_> <_> <_>11 0 2 20 -1. <_>11 10 2 10 2. 0 2.5349899660795927e-003 -0.3760549128055573 0.3237810134887695 <_> <_> <_>4 1 4 22 -1. <_>4 12 4 11 2. 0 -0.0247094593942165 -0.6797912716865540 0.2050105929374695 <_> <_> <_>9 8 7 12 -1. <_>9 14 7 6 2. 0 0.0824368596076965 0.2058863937854767 -0.8493843078613281 <_> <_> <_>6 0 6 10 -1. <_>6 0 3 5 2. <_>9 5 3 5 2. 0 -8.2128931535407901e-004 0.3189192116260529 -0.4646945893764496 <_> <_> <_>1 18 18 5 -1. <_>1 18 9 5 2. 0 0.0230169594287872 0.1867029964923859 -0.7033089995384216 <_> <_> <_>4 20 10 3 -1. <_>9 20 5 3 2. 0 6.6386149264872074e-003 0.1637049019336700 -0.8460472226142883 <_> <_> <_>6 17 10 6 -1. <_>6 20 10 3 2. 0 7.6682120561599731e-004 -0.3985269069671631 0.2311332970857620 <_> <_> <_>0 0 4 20 -1. <_>0 10 4 10 2. 0 0.1173167973756790 0.1044503971934319 -0.8851094245910645 <_> <_> <_>3 0 16 14 -1. <_>3 7 16 7 2. 0 0.0154212303459644 -0.2785950899124146 0.2892192006111145 <_> <_> <_>5 1 4 13 -1. <_>7 1 2 13 2. 0 0.0340189486742020 -0.1428766995668411 0.7780153155326843 <_> <_> <_>1 8 18 12 -1. <_>10 8 9 6 2. <_>1 14 9 6 2. 0 0.0346388705074787 0.1864407956600189 -0.6032484173774719 <_> <_> <_>2 0 15 21 -1. <_>7 0 5 21 3. 0 -0.3750365972518921 0.9278184175491333 -0.1542160063982010 <_> <_> <_>1 5 18 18 -1. <_>10 5 9 9 2. <_>1 14 9 9 2. 0 -0.0560119710862637 -0.5859106779098511 0.1954751014709473 <_> <_> <_>2 19 15 3 -1. <_>7 19 5 3 3. 0 -1.4878909569233656e-003 0.2813934981822968 -0.4185301065444946 <_> <_> <_>7 20 12 3 -1. <_>7 20 6 3 2. 0 -0.0144956996664405 -0.7227396965026856 0.0942884609103203 <_> <_> <_>1 21 14 2 -1. <_>8 21 7 2 2. 0 -5.6178281083703041e-003 -0.5955196022987366 0.1520265042781830 -1.4308550357818604 -1 -1 <_> <_> <_> <_>0 16 18 6 -1. <_>6 16 6 6 3. 0 -3.1839120201766491e-003 0.4002513885498047 -0.6847316026687622 <_> <_> <_>8 3 4 20 -1. <_>8 13 4 10 2. 0 3.5989920143038034e-003 -0.5189595222473145 0.3010114133358002 <_> <_> <_>0 19 18 3 -1. <_>9 19 9 3 2. 0 0.0188046302646399 0.1555491983890533 -0.8047717213630676 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 5.2497140131890774e-003 0.1378080993890762 -0.6076750755310059 <_> <_> <_>2 0 9 5 -1. <_>5 0 3 5 3. 0 -1.4204799663275480e-003 0.3231942951679230 -0.4340746104717255 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 -0.0251743495464325 -0.7078087925910950 0.0931063294410706 <_> <_> <_>3 9 6 14 -1. <_>5 9 2 14 3. 0 3.2285219058394432e-003 -0.3251047134399414 0.3357169926166534 <_> <_> <_>12 3 3 18 -1. <_>12 12 3 9 2. 0 0.0949934124946594 0.0824390873312950 -0.8754953742027283 <_> <_> <_>1 14 4 9 -1. <_>3 14 2 9 2. 0 -6.5919090993702412e-003 -0.7380419969558716 0.1385374963283539 <_> <_> <_>7 15 11 8 -1. <_>7 17 11 4 2. 0 -1.1146620381623507e-003 0.1791726946830750 -0.2795585989952087 <_> <_> <_>0 7 6 10 -1. <_>0 7 3 5 2. <_>3 12 3 5 2. 0 0.0133490199223161 0.1305782943964005 -0.6980267167091370 <_> <_> <_>10 6 4 13 -1. <_>10 6 2 13 2. 0 -0.0351814515888691 0.4653536081314087 -0.1069877967238426 <_> <_> <_>5 6 4 13 -1. <_>7 6 2 13 2. 0 0.0318745896220207 -0.1356538981199265 0.7904788851737976 -1.1907930374145508 0 -1 <_> <_> <_> <_>8 2 6 8 -1. <_>8 2 6 4 2. 1 -0.0106474300846457 0.3807902932167053 -0.5867233872413635 <_> <_> <_>0 11 19 12 -1. <_>0 17 19 6 2. 0 -0.0732144936919212 -0.7955095171928406 0.1722325980663300 <_> <_> <_>0 18 6 5 -1. <_>3 18 3 5 2. 0 6.0464427806437016e-003 0.1653216034173966 -0.6937664747238159 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 7.3225022060796618e-004 -0.3324716091156006 0.2366997003555298 <_> <_> <_>0 20 15 3 -1. <_>5 20 5 3 3. 0 -0.0109900804236531 -0.6913688778877258 0.2105827033519745 <_> <_> <_>9 19 8 4 -1. <_>9 19 4 4 2. 0 -1.5282750246115029e-004 0.2030584961175919 -0.4655165970325470 <_> <_> <_>0 17 9 6 -1. <_>3 17 3 6 3. 0 2.4822261184453964e-004 -0.4212292134761810 0.2733530998229981 <_> <_> <_>14 17 5 6 -1. <_>14 20 5 3 2. 0 -8.4205856546759605e-003 -0.4374446868896484 0.0588318482041359 <_> <_> <_>2 2 15 14 -1. <_>7 2 5 14 3. 0 -0.3699279129505158 0.9107081890106201 -0.0872075408697128 <_> <_> <_>14 17 5 6 -1. <_>14 20 5 3 2. 0 6.1259930953383446e-003 0.1188673004508019 -0.1852017045021057 <_> <_> <_>0 17 5 6 -1. <_>0 20 5 3 2. 0 -6.0144090093672276e-003 -0.6305705904960632 0.1457718014717102 <_> <_> <_>3 0 13 8 -1. <_>3 4 13 4 2. 0 8.5623031482100487e-003 -0.2936938107013702 0.3241134881973267 <_> <_> <_>0 21 14 2 -1. <_>7 21 7 2 2. 0 -0.0139668500050902 -0.8065037131309509 0.1126779019832611 <_> <_> <_>8 4 4 15 -1. <_>9 4 2 15 2. 0 -0.0417344681918621 0.7749533057212830 -0.0788663029670715 <_> <_> <_>1 18 8 5 -1. <_>5 18 4 5 2. 0 -2.7996799326501787e-004 0.2778331041336060 -0.3519608974456787 <_> <_> <_>8 4 4 15 -1. <_>9 4 2 15 2. 0 0.0195885691791773 -0.0657596364617348 0.5241413712501526 <_> <_> <_>7 4 4 15 -1. <_>8 4 2 15 2. 0 9.2163113877177238e-003 -0.1552547961473465 0.5483539104461670 <_> <_> <_>11 11 8 8 -1. <_>15 11 4 4 2. <_>11 15 4 4 2. 0 -0.0214585699141026 -0.5225530862808228 0.0822082683444023 <_> <_> <_>4 13 6 7 -1. <_>6 13 2 7 3. 0 3.6805770359933376e-003 -0.2443412989377976 0.3612248897552490 -1.3129220008850098 1 -1 <_> <_> <_> <_>3 1 8 13 -1. <_>7 1 4 13 2. 0 -8.3544738590717316e-003 0.2817318141460419 -0.4972813129425049 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 -5.5724289268255234e-003 -0.6550530195236206 0.1940605938434601 <_> <_> <_>0 21 18 2 -1. <_>9 21 9 2 2. 0 -5.7714767754077911e-003 -0.6223093867301941 0.2762239873409271 <_> <_> <_>7 18 8 5 -1. <_>7 18 4 5 2. 0 0.0229958891868591 0.0197985693812370 -0.7832453846931458 <_> <_> <_>4 17 8 6 -1. <_>8 17 4 6 2. 0 -1.1443760013207793e-003 0.2810871899127960 -0.4821484982967377 <_> <_> <_>10 2 7 10 -1. <_>10 2 7 5 2. 1 -0.2591750919818878 -0.6821495890617371 -3.3729869755916297e-004 <_> <_> <_>2 9 2 14 -1. <_>3 9 1 14 2. 0 -3.0133039690554142e-003 -0.6570441126823425 0.1369359940290451 <_> <_> <_>15 7 2 16 -1. <_>15 7 1 16 2. 0 5.4540671408176422e-003 0.0869318172335625 -0.7056797146797180 <_> <_> <_>1 8 4 15 -1. <_>3 8 2 15 2. 0 6.6230311058461666e-003 0.1663428992033005 -0.5177295804023743 <_> <_> <_>14 0 3 14 -1. <_>14 0 3 7 2. 1 -0.0125616695731878 0.0902904719114304 -0.1685097068548203 <_> <_> <_>9 6 8 9 -1. <_>9 6 4 9 2. 1 0.0428907386958599 0.1297781020402908 -0.5821806192398071 <_> <_> <_>8 15 11 8 -1. <_>8 17 11 4 2. 0 -1.3341030571609735e-003 0.1369432955980301 -0.1943780928850174 <_> <_> <_>5 7 4 10 -1. <_>7 7 2 10 2. 0 -0.0412474609911442 0.6854385137557983 -0.1303945034742355 <_> <_> <_>10 15 9 8 -1. <_>10 17 9 4 2. 0 -9.1503392904996872e-003 -0.1189543008804321 0.0675766989588737 <_> <_> <_>0 15 9 8 -1. <_>0 17 9 4 2. 0 -1.7151240026578307e-003 0.2647553980350494 -0.3048745095729828 <_> <_> <_>2 1 17 18 -1. <_>2 10 17 9 2. 0 0.2084320038557053 0.1240148991346359 -0.4701411128044128 <_> <_> <_>2 0 16 2 -1. <_>2 0 8 2 2. 1 0.0723939687013626 0.0969243794679642 -0.7734774947166443 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 -1.5335980569943786e-003 0.1799121946096420 -0.2578833103179932 <_> <_> <_>6 0 6 10 -1. <_>6 0 3 5 2. <_>9 5 3 5 2. 0 4.8640500754117966e-003 0.1139298006892204 -0.5517386794090271 <_> <_> <_>10 6 4 7 -1. <_>10 6 2 7 2. 0 -1.6523050144314766e-003 0.1515468955039978 -0.2290167957544327 <_> <_> <_>2 4 15 11 -1. <_>7 4 5 11 3. 0 0.0753487572073936 -0.1463088989257813 0.6810588240623474 <_> <_> <_>15 15 4 8 -1. <_>15 15 2 8 2. 0 -8.2630068063735962e-003 -0.7278360128402710 0.1028101965785027 <_> <_> <_>0 15 4 8 -1. <_>2 15 2 8 2. 0 -5.5124741047620773e-003 -0.6305934786796570 0.0932577997446060 -1.3777279853820801 2 -1 <_> <_> <_> <_>5 6 4 11 -1. <_>7 6 2 11 2. 0 -9.3849105760455132e-003 0.5250058174133301 -0.4323106110095978 <_> <_> <_>3 17 16 4 -1. <_>7 17 8 4 2. 0 -1.3772470410913229e-003 0.2069848030805588 -0.4271875917911530 <_> <_> <_>9 3 10 8 -1. <_>9 3 5 8 2. 1 0.0263201091438532 0.1582517027854919 -0.6550952196121216 <_> <_> <_>12 6 7 10 -1. <_>12 6 7 5 2. 1 -0.0454887598752975 -0.4951010942459106 0.1799882054328919 <_> <_> <_>2 0 6 5 -1. <_>5 0 3 5 2. 0 -4.7006201930344105e-003 0.3397116065025330 -0.3691770136356354 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -1.3270860072225332e-003 0.3090786039829254 -0.1977175027132034 <_> <_> <_>2 20 14 3 -1. <_>9 20 7 3 2. 0 9.3802614137530327e-003 0.0944884493947029 -0.7319809794425964 <_> <_> <_>4 21 14 2 -1. <_>4 21 7 2 2. 0 4.3565612286329269e-003 0.1152020022273064 -0.5400810241699219 <_> <_> <_>8 8 3 14 -1. <_>9 8 1 14 3. 0 8.1178937107324600e-003 -0.1595630943775177 0.5377786755561829 <_> <_> <_>8 9 3 14 -1. <_>9 9 1 14 3. 0 -8.7829083204269409e-003 0.5663471817970276 -0.1327937990427017 <_> <_> <_>5 7 9 16 -1. <_>5 11 9 8 2. 0 0.0219448506832123 0.1590128988027573 -0.5175182223320007 <_> <_> <_>11 13 6 8 -1. <_>11 17 6 4 2. 0 0.0495100989937782 0.0110676400363445 -0.4997246861457825 <_> <_> <_>4 17 7 6 -1. <_>4 19 7 2 3. 0 -2.1175360307097435e-003 0.2649075984954834 -0.2456562966108322 <_> <_> <_>2 13 16 8 -1. <_>10 13 8 4 2. <_>2 17 8 4 2. 0 0.0103794699534774 0.1262409985065460 -0.4087724089622498 <_> <_> <_>2 18 15 3 -1. <_>2 19 15 1 3. 0 2.4977258872240782e-003 -0.1972302049398422 0.3886674940586090 -1.0618749856948853 3 -1 <_> <_> <_> <_>2 13 15 3 -1. <_>7 13 5 3 3. 0 -6.1489548534154892e-003 0.4018748104572296 -0.5239737033843994 <_> <_> <_>8 0 11 16 -1. <_>8 4 11 8 2. 0 0.0504645407199860 0.1304967999458313 -0.5865144133567810 <_> <_> <_>0 0 19 18 -1. <_>0 6 19 6 3. 0 -0.0559062696993351 -0.5122954249382019 0.2439288944005966 <_> <_> <_>8 0 11 16 -1. <_>8 4 11 8 2. 0 0.1428150981664658 -0.0151801602914929 -0.6959391832351685 <_> <_> <_>0 1 4 20 -1. <_>0 6 4 10 2. 0 0.0411627702414989 0.1367373019456863 -0.6415883898735046 <_> <_> <_>3 6 15 4 -1. <_>8 6 5 4 3. 0 -0.0164687503129244 0.2633903920650482 -0.2208368033170700 <_> <_> <_>0 9 18 6 -1. <_>0 9 9 3 2. <_>9 12 9 3 2. 0 0.0247631408274174 0.1089773997664452 -0.6521390080451965 <_> <_> <_>8 5 3 14 -1. <_>9 5 1 14 3. 0 4.3008858337998390e-003 -0.1829963028430939 0.4361422955989838 <_> <_> <_>1 0 6 8 -1. <_>3 0 2 8 3. 0 3.4035290591418743e-003 -0.2436358034610748 0.2822436988353729 <_> <_> <_>1 6 18 6 -1. <_>10 6 9 3 2. <_>1 9 9 3 2. 0 -0.0222106203436852 -0.5464575886726379 0.1354296952486038 <_> <_> <_>7 7 4 15 -1. <_>8 7 2 15 2. 0 -0.0269680190831423 0.6530094742774963 -0.1429730951786041 <_> <_> <_>11 5 8 10 -1. <_>11 10 8 5 2. 0 -0.0349279083311558 -0.5234662890434265 0.1008457019925118 <_> <_> <_>0 5 8 10 -1. <_>0 10 8 5 2. 0 0.0362635813653469 0.1511014997959137 -0.5418584942817688 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 -0.0385267883539200 -0.8694227933883667 0.0371767692267895 <_> <_> <_>2 16 9 5 -1. <_>5 16 3 5 3. 0 2.5399168953299522e-003 -0.2612588107585907 0.2727844119071960 <_> <_> <_>13 11 6 11 -1. <_>13 11 3 11 2. 0 -0.0129311503842473 -0.4950157999992371 0.0913835167884827 <_> <_> <_>5 8 4 11 -1. <_>7 8 2 11 2. 0 0.0119813503697515 -0.1205961033701897 0.6384863853454590 <_> <_> <_>5 7 12 5 -1. <_>8 7 6 5 2. 0 -0.0743204131722450 0.4659177958965302 -0.0402656681835651 -0.9546145796775818 4 -1 <_> <_> <_> <_>2 11 15 3 -1. <_>7 11 5 3 3. 0 -6.9070039317011833e-003 0.4319767951965332 -0.5171784758567810 <_> <_> <_>1 1 18 3 -1. <_>7 1 6 3 3. 0 -8.1628039479255676e-003 0.2711654007434845 -0.3280341029167175 <_> <_> <_>5 1 14 4 -1. <_>5 1 7 4 2. 1 0.0188525095582008 0.1554879993200302 -0.5524392724037170 <_> <_> <_>1 9 18 10 -1. <_>10 9 9 5 2. <_>1 14 9 5 2. 0 0.0340793915092945 0.1527225971221924 -0.6531801223754883 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -3.2038250938057899e-003 0.3472546041011810 -0.2773422896862030 <_> <_> <_>8 7 4 14 -1. <_>9 7 2 14 2. 0 2.1410689223557711e-003 -0.0688882768154144 0.2407948970794678 <_> <_> <_>0 1 19 16 -1. <_>0 9 19 8 2. 0 0.1462045013904572 0.1576687991619110 -0.5451586246490479 <_> <_> <_>9 7 3 14 -1. <_>10 7 1 14 3. 0 -6.2386798672378063e-003 0.3289957940578461 -0.1697064042091370 <_> <_> <_>2 11 14 6 -1. <_>2 11 7 3 2. <_>9 14 7 3 2. 0 7.7623138204216957e-003 0.1635251045227051 -0.5187932848930359 <_> <_> <_>9 7 3 14 -1. <_>10 7 1 14 3. 0 3.7800080608576536e-003 -0.1846437007188797 0.4866007864475250 <_> <_> <_>7 7 3 14 -1. <_>8 7 1 14 3. 0 2.2303969599306583e-003 -0.1705719977617264 0.4774479866027832 <_> <_> <_>7 17 5 6 -1. <_>7 20 5 3 2. 0 2.4544890038669109e-003 -0.3355064988136292 0.2536926865577698 <_> <_> <_>2 6 9 15 -1. <_>5 11 3 5 9. 0 -0.0217074193060398 -0.4832189083099365 0.1607502996921539 <_> <_> <_>8 0 6 10 -1. <_>11 0 3 5 2. <_>8 5 3 5 2. 0 0.0174219701439142 0.0798779129981995 -0.7513725757598877 -1.1777880191802979 5 -1 <_> <_> <_> <_>3 2 6 21 -1. <_>5 9 2 7 9. 0 8.8802073150873184e-003 -0.4468241035938263 0.2606253027915955 <_> <_> <_>9 19 10 4 -1. <_>9 19 5 4 2. 0 -3.0198058811947703e-004 0.1525840014219284 -0.3520650863647461 <_> <_> <_>2 8 4 8 -1. <_>4 8 2 8 2. 0 6.7998501472175121e-003 0.1225932016968727 -0.6842743754386902 <_> <_> <_>11 1 2 22 -1. <_>11 12 2 11 2. 0 2.7802670374512672e-003 -0.3368163108825684 0.1851855963468552 <_> <_> <_>0 20 15 3 -1. <_>5 20 5 3 3. 0 -0.0115538202226162 -0.6987134814262390 0.1307960003614426 <_> <_> <_>10 19 8 4 -1. <_>10 19 4 4 2. 0 -0.0265632905066013 -0.7027788162231445 0.0177913308143616 <_> <_> <_>1 19 8 4 -1. <_>5 19 4 4 2. 0 -2.5158381322398782e-004 0.2477948069572449 -0.3978793025016785 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 0.0357483103871346 -0.0380434393882751 0.4797626137733460 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -1.9973930902779102e-003 0.2577486932277679 -0.3199009895324707 <_> <_> <_>13 2 3 10 -1. <_>13 2 3 5 2. 1 -0.1100711002945900 -0.4910286962985992 0.0231046304106712 <_> <_> <_>6 4 6 9 -1. <_>9 4 3 9 2. 0 -2.2225650027394295e-003 0.2382529973983765 -0.2841553092002869 <_> <_> <_>10 7 2 10 -1. <_>10 7 1 10 2. 1 -7.7874241396784782e-003 -0.3895137012004852 0.0557628907263279 <_> <_> <_>2 1 15 9 -1. <_>7 1 5 9 3. 0 0.0564158596098423 -0.0935217216610909 0.7256116271018982 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 -3.5978010855615139e-003 0.1945219039916992 -0.1965128034353256 <_> <_> <_>5 5 6 7 -1. <_>7 5 2 7 3. 0 -7.2716898284852505e-003 0.3416987061500549 -0.2285155951976776 <_> <_> <_>10 7 2 10 -1. <_>10 7 1 10 2. 1 7.1941758506000042e-003 0.0721488669514656 -0.4531350135803223 <_> <_> <_>9 7 10 2 -1. <_>9 7 10 1 2. 1 -4.1034761816263199e-003 -0.5133674740791321 0.1332356929779053 <_> <_> <_>13 16 4 7 -1. <_>13 16 2 7 2. 0 -3.4210970625281334e-003 -0.4238378107547760 0.0848528072237968 <_> <_> <_>6 9 4 10 -1. <_>8 9 2 10 2. 0 4.1890922002494335e-003 -0.1339855045080185 0.4374955892562866 <_> <_> <_>5 18 14 4 -1. <_>12 18 7 2 2. <_>5 20 7 2 2. 0 1.1827970156446099e-003 -0.2973901033401489 0.2212684005498886 <_> <_> <_>5 1 12 3 -1. <_>5 1 6 3 2. 1 -0.0411965511739254 -0.5073575973510742 0.1324395984411240 <_> <_> <_>11 0 2 22 -1. <_>11 11 2 11 2. 0 2.9593890067189932e-003 -0.1405262053012848 0.0613608807325363 <_> <_> <_>3 15 4 8 -1. <_>5 15 2 8 2. 0 -5.0226859748363495e-003 -0.4749597012996674 0.1206915006041527 <_> <_> <_>11 0 2 14 -1. <_>11 0 1 14 2. 0 -0.0150978602468967 0.2755539119243622 -0.0537804514169693 <_> <_> <_>6 0 2 14 -1. <_>7 0 1 14 2. 0 -0.0271909702569246 0.7599545717239380 -0.0747931897640228 <_> <_> <_>11 0 2 20 -1. <_>11 0 1 20 2. 0 0.0198938790708780 -6.7238640040159225e-003 0.7397276759147644 <_> <_> <_>1 19 16 4 -1. <_>5 19 8 4 2. 0 7.7208830043673515e-003 0.0930711627006531 -0.6578025221824646 <_> <_> <_>11 0 2 20 -1. <_>11 0 1 20 2. 0 -1.1565990280359983e-003 0.0946459174156189 -0.1640790998935700 <_> <_> <_>6 0 2 20 -1. <_>7 0 1 20 2. 0 2.6069190353155136e-003 -0.1387798041105270 0.4734987020492554 <_> <_> <_>11 0 2 22 -1. <_>11 11 2 11 2. 0 -0.0535861104726791 -0.3734964132308960 0.0257285591214895 <_> <_> <_>0 18 14 4 -1. <_>0 18 7 2 2. <_>7 20 7 2 2. 0 1.5184599906206131e-003 -0.2247871011495590 0.2357459962368012 <_> <_> <_>1 1 18 8 -1. <_>10 1 9 4 2. <_>1 5 9 4 2. 0 -0.0370615608990192 -0.6182711720466614 0.0823480635881424 <_> <_> <_>9 8 10 4 -1. <_>9 8 10 2 2. 1 -0.0263117998838425 -0.6005765795707703 0.0777688696980476 <_> <_> <_>3 7 15 3 -1. <_>8 7 5 3 3. 0 -0.0879474282264709 0.3884103894233704 -0.0815455988049507 -1.2834340333938599 6 -1 <_> <_> <_> <_>8 1 6 8 -1. <_>8 1 6 4 2. 1 -0.0290380306541920 0.5063595771789551 -0.4346269965171814 <_> <_> <_>8 3 3 15 -1. <_>9 3 1 15 3. 0 3.9044669829308987e-003 -0.1900978982448578 0.5184031724929810 <_> <_> <_>1 14 9 6 -1. <_>4 14 3 6 3. 0 2.9162769205868244e-003 -0.3435131013393402 0.2401631027460098 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 -8.9670084416866302e-003 -0.4266715049743652 0.1231655031442642 <_> <_> <_>0 18 14 3 -1. <_>0 19 14 1 3. 0 -2.4935540277510881e-003 0.3608655035495758 -0.1838146001100540 <_> <_> <_>5 20 10 3 -1. <_>5 20 5 3 2. 0 -4.8912568017840385e-003 -0.6474984884262085 0.1085670962929726 <_> <_> <_>9 5 10 6 -1. <_>9 5 5 6 2. 1 -4.0970719419419765e-003 0.2214383035898209 -0.3150557875633240 <_> <_> <_>2 4 15 14 -1. <_>7 4 5 14 3. 0 0.0439564995467663 -0.1078016981482506 0.7189350128173828 <_> <_> <_>0 16 6 7 -1. <_>3 16 3 7 2. 0 1.9277370302006602e-003 0.2024773955345154 -0.4038108885288239 <_> <_> <_>7 18 12 5 -1. <_>11 18 4 5 3. 0 9.4976946711540222e-003 0.0434940196573734 -0.2990806102752686 <_> <_> <_>1 18 15 3 -1. <_>1 19 15 1 3. 0 3.5389279946684837e-003 -0.1510948985815048 0.5186424255371094 <_> <_> <_>4 19 12 4 -1. <_>8 19 4 4 3. 0 -2.2064079530537128e-003 0.2300644069910049 -0.3319100141525269 <_> <_> <_>5 0 3 12 -1. <_>5 6 3 6 2. 0 3.9085410535335541e-003 -0.3425331115722656 0.2295188009738922 <_> <_> <_>3 20 16 3 -1. <_>3 20 8 3 2. 0 2.6973709464073181e-003 0.1197668015956879 -0.3532198965549469 <_> <_> <_>0 15 15 8 -1. <_>0 17 15 4 2. 0 -2.1321459207683802e-003 0.1820628941059113 -0.2843410074710846 <_> <_> <_>12 14 4 7 -1. <_>12 14 2 7 2. 0 2.6955150533467531e-003 0.0745938420295715 -0.3089664876461029 <_> <_> <_>1 7 15 3 -1. <_>6 7 5 3 3. 0 -6.0222679749131203e-003 0.1804150044918060 -0.2753166854381561 <_> <_> <_>10 0 8 4 -1. <_>10 0 4 4 2. 0 -8.9143458753824234e-003 0.2416609972715378 -0.1450612992048264 <_> <_> <_>0 0 18 4 -1. <_>6 0 6 4 3. 0 0.0234749391674995 -0.1235461980104446 0.6562504172325134 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 -5.6602950207889080e-003 -0.3378525078296661 0.1119455993175507 -1.2891789674758911 7 -1 <_> <_> <_> <_>2 4 15 16 -1. <_>7 4 5 16 3. 0 -0.0696990936994553 0.5078645944595337 -0.4756268858909607 <_> <_> <_>4 0 11 12 -1. <_>4 6 11 6 2. 0 0.0216727796941996 -0.2913419902324677 0.3456152975559235 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -4.7600260004401207e-003 0.3647744059562683 -0.1955150961875916 <_> <_> <_>4 21 14 2 -1. <_>4 21 7 2 2. 0 -4.6418169513344765e-003 -0.5644559264183044 0.0984866693615913 <_> <_> <_>0 21 16 2 -1. <_>8 21 8 2 2. 0 -6.0006938874721527e-003 -0.6364598274230957 0.1437917053699493 <_> <_> <_>8 7 4 14 -1. <_>9 7 2 14 2. 0 0.0190734695643187 -0.0342182889580727 0.5504329204559326 <_> <_> <_>1 0 16 12 -1. <_>5 0 8 12 2. 0 0.0479933805763721 -0.0858895108103752 0.7679023146629334 <_> <_> <_>3 17 16 5 -1. <_>7 17 8 5 2. 0 -3.6511209327727556e-003 0.2018606960773468 -0.2983267903327942 <_> <_> <_>0 13 6 5 -1. <_>3 13 3 5 2. 0 -1.4485770370811224e-003 -0.5129324793815613 0.1369569003582001 <_> <_> <_>13 12 6 6 -1. <_>13 12 3 6 2. 0 -3.3748829737305641e-003 -0.4097512960433960 0.1158144026994705 <_> <_> <_>0 12 6 6 -1. <_>3 12 3 6 2. 0 2.3586750030517578e-003 0.1758242994546890 -0.4543963074684143 <_> <_> <_>8 7 4 14 -1. <_>9 7 2 14 2. 0 -0.0220748297870159 0.4677563905715942 -0.0463588312268257 <_> <_> <_>7 3 4 20 -1. <_>7 13 4 10 2. 0 7.0953248068690300e-003 -0.3210053145885468 0.2211935073137283 <_> <_> <_>8 6 4 15 -1. <_>9 6 2 15 2. 0 -2.0119780674576759e-003 0.0546017400920391 -0.0978531017899513 <_> <_> <_>7 6 4 15 -1. <_>8 6 2 15 2. 0 4.9847508780658245e-003 -0.1306326985359192 0.5281507968902588 <_> <_> <_>13 11 6 12 -1. <_>16 11 3 6 2. <_>13 17 3 6 2. 0 -5.3485459648072720e-003 -0.4211553931236267 0.1192715987563133 <_> <_> <_>0 11 6 12 -1. <_>0 11 3 6 2. <_>3 17 3 6 2. 0 2.5243330746889114e-003 0.1210566014051437 -0.4517711997032166 <_> <_> <_>11 2 2 14 -1. <_>11 2 1 14 2. 0 -2.4893151130527258e-003 0.1224960014224052 -0.1120098009705544 <_> <_> <_>6 2 2 14 -1. <_>7 2 1 14 2. 0 4.3740491382777691e-003 -0.1054932028055191 0.6080614924430847 <_> <_> <_>11 5 3 14 -1. <_>12 5 1 14 3. 0 -7.3214988224208355e-003 0.4761511087417603 -0.0683909207582474 -1.0202569961547852 8 -1 <_> <_> <_> <_>2 4 15 10 -1. <_>7 4 5 10 3. 0 -0.0422862395644188 0.3674986064434052 -0.4368098080158234 <_> <_> <_>4 0 11 22 -1. <_>4 11 11 11 2. 0 0.0388846993446350 -0.3543888926506043 0.2700921893119812 <_> <_> <_>0 19 14 4 -1. <_>0 19 7 2 2. <_>7 21 7 2 2. 0 1.5983959892764688e-003 -0.3220062851905823 0.2540490031242371 <_> <_> <_>8 0 4 7 -1. <_>8 0 2 7 2. 0 3.9249849505722523e-003 0.1647730022668839 -0.4204387962818146 <_> <_> <_>7 0 4 15 -1. <_>8 0 2 15 2. 0 1.5850430354475975e-003 -0.2550337016582489 0.3155938982963562 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 -3.4282119013369083e-003 -0.4007428884506226 0.1199335008859634 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -3.3538821153342724e-003 0.3045963048934937 -0.2231103032827377 <_> <_> <_>12 9 2 14 -1. <_>12 9 1 14 2. 0 -6.7664748057723045e-003 0.3239651918411255 -0.0929323807358742 <_> <_> <_>5 9 2 14 -1. <_>6 9 1 14 2. 0 -6.7180307814851403e-004 -0.3245751857757568 0.2180899977684021 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 2.8931829147040844e-003 0.1253060996532440 -0.4858247041702271 <_> <_> <_>5 0 3 17 -1. <_>6 0 1 17 3. 0 -3.3115309197455645e-003 0.4053410887718201 -0.2243286967277527 <_> <_> <_>4 20 12 3 -1. <_>4 20 6 3 2. 0 8.8509041815996170e-003 0.1215557008981705 -0.6024348139762878 <_> <_> <_>5 2 3 14 -1. <_>6 2 1 14 3. 0 5.4662628099322319e-003 -0.1697811931371689 0.4075261950492859 <_> <_> <_>2 3 15 18 -1. <_>7 3 5 18 3. 0 0.0475593917071819 -0.0817370414733887 0.6986511945724487 <_> <_> <_>7 1 4 7 -1. <_>9 1 2 7 2. 0 3.1745019368827343e-003 0.1741981059312820 -0.3723703026771545 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 -5.1520839333534241e-003 0.2779935896396637 -0.2531177997589111 <_> <_> <_>7 0 4 7 -1. <_>9 0 2 7 2. 0 -4.8141111619770527e-003 -0.5846602916717529 0.1589429974555969 <_> <_> <_>5 3 12 19 -1. <_>8 3 6 19 2. 0 0.0219671502709389 -0.1005275994539261 0.4737487137317658 <_> <_> <_>2 3 12 19 -1. <_>5 3 6 19 2. 0 -6.0128211043775082e-003 0.1982019990682602 -0.4217281937599182 <_> <_> <_>13 8 2 14 -1. <_>13 8 1 14 2. 0 4.5052049681544304e-003 0.0170648097991943 -0.4894779026508331 <_> <_> <_>1 16 12 6 -1. <_>1 18 12 2 3. 0 -1.3302109437063336e-003 0.1867033988237381 -0.2943766117095947 <_> <_> <_>13 8 2 14 -1. <_>13 8 1 14 2. 0 -7.3667510878294706e-004 -0.1478880047798157 0.1012130007147789 <_> <_> <_>4 8 2 14 -1. <_>5 8 1 14 2. 0 -1.4602739829570055e-003 -0.4310795962810516 0.1247986033558846 <_> <_> <_>9 0 10 4 -1. <_>9 0 5 4 2. 0 0.0341856293380260 -0.0579336509108543 0.5491775870323181 -1.0336159467697144 9 -1 <_> <_> <_> <_>6 1 7 22 -1. <_>6 12 7 11 2. 0 0.0306651107966900 -0.3995327949523926 0.3361752927303314 <_> <_> <_>7 17 10 6 -1. <_>12 17 5 3 2. <_>7 20 5 3 2. 0 2.8893710114061832e-003 -0.3874526917934418 0.3056752085685730 <_> <_> <_>6 6 6 5 -1. <_>9 6 3 5 2. 0 -1.1876110220327973e-003 0.2215023934841156 -0.2963232100009918 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 4.0173018351197243e-003 0.1310252994298935 -0.4880341887474060 <_> <_> <_>1 0 15 8 -1. <_>1 4 15 4 2. 0 4.4870697893202305e-003 -0.3328250944614410 0.1637607067823410 <_> <_> <_>2 0 16 6 -1. <_>6 0 8 6 2. 0 0.0325395204126835 -0.0591645091772079 0.6995337009429932 <_> <_> <_>2 20 10 3 -1. <_>7 20 5 3 2. 0 -8.9682880789041519e-003 -0.5628954172134399 0.1175632029771805 <_> <_> <_>9 19 10 3 -1. <_>9 19 5 3 2. 0 -6.1743397964164615e-004 0.1540825068950653 -0.2735001146793366 <_> <_> <_>3 18 6 5 -1. <_>6 18 3 5 2. 0 -3.1031211256049573e-004 0.1801355034112930 -0.3757258951663971 <_> <_> <_>9 0 6 9 -1. <_>11 0 2 9 3. 0 0.0287750307470560 -0.0342009291052818 0.2764536142349243 <_> <_> <_>4 0 6 9 -1. <_>6 0 2 9 3. 0 -6.1647972324863076e-004 0.1795312017202377 -0.3517831861972809 <_> <_> <_>10 9 4 14 -1. <_>12 9 2 7 2. <_>10 16 2 7 2. 0 2.1818219684064388e-003 -0.1453299969434738 0.1490014046430588 <_> <_> <_>2 11 4 7 -1. <_>4 11 2 7 2. 0 -2.4263889063149691e-003 -0.4698129892349243 0.0952622294425964 <_> <_> <_>12 13 4 9 -1. <_>12 13 2 9 2. 0 0.0254382099956274 -0.0215314608067274 0.3326692879199982 <_> <_> <_>3 13 4 9 -1. <_>5 13 2 9 2. 0 7.9593079863116145e-004 0.1225496977567673 -0.3567976951599121 <_> <_> <_>9 13 10 6 -1. <_>14 13 5 3 2. <_>9 16 5 3 2. 0 5.6763447355479002e-004 -0.1369418948888779 0.1081883981823921 <_> <_> <_>2 10 15 10 -1. <_>7 10 5 10 3. 0 8.7481308728456497e-003 -0.0908498689532280 0.5011237859725952 <_> <_> <_>10 9 4 14 -1. <_>12 9 2 7 2. <_>10 16 2 7 2. 0 -4.7468831762671471e-003 0.1162924990057945 -0.0146517297253013 <_> <_> <_>5 9 4 14 -1. <_>5 9 2 7 2. <_>7 16 2 7 2. 0 3.0644210055470467e-003 -0.2273963987827301 0.2778067886829376 <_> <_> <_>12 16 4 7 -1. <_>12 16 2 7 2. 0 3.1514191068708897e-003 0.0357106812298298 -0.3229677975177765 <_> <_> <_>3 16 4 7 -1. <_>5 16 2 7 2. 0 -3.8335900753736496e-003 -0.4839541912078857 0.0926896035671234 <_> <_> <_>8 17 7 6 -1. <_>8 19 7 2 3. 0 -3.6972409579902887e-003 0.1635161042213440 -0.1465732008218765 <_> <_> <_>0 20 15 3 -1. <_>5 20 5 3 3. 0 6.7644561640918255e-003 0.0803429409861565 -0.5027298927307129 <_> <_> <_>9 15 6 8 -1. <_>9 19 6 4 2. 0 5.7455507339909673e-004 -0.1953101009130478 0.1239494979381561 <_> <_> <_>0 0 10 10 -1. <_>0 0 5 5 2. <_>5 5 5 5 2. 0 0.0100083099678159 -0.1503013968467712 0.2799001932144165 <_> <_> <_>9 0 10 3 -1. <_>9 0 5 3 2. 0 -7.2150952182710171e-003 0.1688206046819687 -0.1227921992540360 <_> <_> <_>0 0 10 3 -1. <_>5 0 5 3 2. 0 0.0113108502700925 -0.0967869088053703 0.6460161805152893 <_> <_> <_>10 4 4 10 -1. <_>10 4 2 10 2. 1 0.1004989966750145 0.0206101592630148 -0.9998857975006104 <_> <_> <_>9 4 10 4 -1. <_>9 4 10 2 2. 1 0.0132508603855968 0.0931477174162865 -0.4815680086612701 <_> <_> <_>6 4 12 12 -1. <_>10 8 4 4 9. 0 -0.3908531069755554 0.7105782032012940 -0.0165488403290510 <_> <_> <_>1 4 12 12 -1. <_>5 8 4 4 9. 0 0.0243321992456913 0.1452821046113968 -0.2836672067642212 <_> <_> <_>5 6 9 8 -1. <_>5 8 9 4 2. 0 1.0354409459978342e-003 -0.2001737058162689 0.1879425048828125 <_> <_> <_>2 1 15 21 -1. <_>7 8 5 7 9. 0 -0.7174789905548096 0.6663712859153748 -0.0526562593877316 -1.0450899600982666 10 -1 <_> <_> <_> <_>1 16 9 7 -1. <_>4 16 3 7 3. 0 1.9620559178292751e-003 -0.4107770025730133 0.1889685988426209 <_> <_> <_>4 5 12 18 -1. <_>10 5 6 9 2. <_>4 14 6 9 2. 0 0.0213313698768616 0.0925990194082260 -0.3966045081615448 <_> <_> <_>1 20 15 3 -1. <_>6 20 5 3 3. 0 -0.0230374503880739 -0.7229393720626831 0.0964117199182510 <_> <_> <_>3 4 16 13 -1. <_>7 4 8 13 2. 0 -0.0505212284624577 0.1830200999975205 -0.1948277950286865 <_> <_> <_>9 3 10 8 -1. <_>9 3 5 8 2. 1 0.0253309197723866 0.1033475995063782 -0.5801829099655151 <_> <_> <_>11 19 8 4 -1. <_>11 19 4 4 2. 0 -4.3120220652781427e-004 0.1337451934814453 -0.2130098044872284 <_> <_> <_>0 19 8 4 -1. <_>4 19 4 4 2. 0 -1.4295669643615838e-005 0.1842049062252045 -0.3030023872852325 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 -2.8645719867199659e-003 0.1737179011106491 -0.2161282002925873 <_> <_> <_>6 0 6 22 -1. <_>6 0 3 11 2. <_>9 11 3 11 2. 0 0.0103225102648139 0.1107133030891419 -0.4240294992923737 <_> <_> <_>8 7 3 14 -1. <_>9 7 1 14 3. 0 0.0138795096427202 -0.1099329963326454 0.5545889735221863 <_> <_> <_>5 8 2 14 -1. <_>6 8 1 14 2. 0 -1.7010340234264731e-003 -0.3140952885150909 0.1547477990388870 <_> <_> <_>13 11 3 10 -1. <_>13 16 3 5 2. 0 -2.7375848731026053e-004 0.1467469036579132 -0.1281761974096298 <_> <_> <_>1 0 16 5 -1. <_>5 0 8 5 2. 0 0.0399773791432381 -0.0635403394699097 0.6068580150604248 <_> <_> <_>9 0 10 7 -1. <_>9 0 5 7 2. 0 -0.0126633998006582 0.1098226010799408 -0.1270720958709717 <_> <_> <_>0 0 18 23 -1. <_>9 0 9 23 2. 0 0.1018676012754440 0.0885058715939522 -0.5716562271118164 <_> <_> <_>5 8 12 15 -1. <_>9 13 4 5 9. 0 -1.0695089586079121e-003 0.0345948897302151 -0.0996183082461357 <_> <_> <_>3 0 6 7 -1. <_>5 0 2 7 3. 0 -3.4467370714992285e-003 0.2287151962518692 -0.1966446936130524 <_> <_> <_>5 8 12 15 -1. <_>9 13 4 5 9. 0 -0.1232940033078194 -0.1082564964890480 0.0247283894568682 <_> <_> <_>5 2 4 13 -1. <_>7 2 2 13 2. 0 -0.0588325895369053 0.5579158067703247 -0.0776306763291359 <_> <_> <_>3 11 14 2 -1. <_>3 11 7 2 2. 0 9.7795920446515083e-003 0.0949514880776405 -0.5376737117767334 <_> <_> <_>2 12 15 7 -1. <_>7 12 5 7 3. 0 0.0111165698617697 -0.0892886072397232 0.4669542908668518 <_> <_> <_>5 8 12 15 -1. <_>9 13 4 5 9. 0 -0.0153982602059841 0.0904324874281883 -0.1223379969596863 <_> <_> <_>0 14 15 9 -1. <_>5 14 5 9 3. 0 5.8570769615471363e-003 0.1085970997810364 -0.4096176028251648 <_> <_> <_>6 15 12 8 -1. <_>9 15 6 8 2. 0 0.0661747530102730 -4.4282642193138599e-003 -0.8805553913116455 <_> <_> <_>1 15 12 8 -1. <_>4 15 6 8 2. 0 -0.0106364898383617 -0.4454157054424286 0.1095374003052712 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 -0.0313635990023613 0.8054689168930054 -0.0498838908970356 <_> <_> <_>4 5 4 14 -1. <_>5 5 2 14 2. 0 9.8021561279892921e-004 -0.2342832982540131 0.1693440973758698 <_> <_> <_>11 5 3 14 -1. <_>12 5 1 14 3. 0 5.3463829681277275e-003 -0.1072918027639389 0.2544754147529602 <_> <_> <_>1 10 6 9 -1. <_>3 10 2 9 3. 0 -5.1919990219175816e-003 -0.5149661898612976 0.0851181373000145 <_> <_> <_>2 8 16 10 -1. <_>6 8 8 10 2. 0 0.0187216494232416 -0.0840522125363350 0.4783689975738525 <_> <_> <_>6 17 6 6 -1. <_>6 20 6 3 2. 0 3.7875440903007984e-003 -0.2314565926790237 0.1605298966169357 <_> <_> <_>1 10 18 10 -1. <_>10 10 9 5 2. <_>1 15 9 5 2. 0 6.8765478208661079e-003 0.0965593829751015 -0.2383296042680740 <_> <_> <_>6 0 7 4 -1. <_>6 2 7 2 2. 0 -5.4661519825458527e-003 -0.3787173032760620 0.0878514871001244 <_> <_> <_>0 6 19 3 -1. <_>0 7 19 1 3. 0 -0.0158294495195150 0.5215951204299927 -0.0739168673753738 <_> <_> <_>9 11 6 6 -1. <_>9 11 3 6 2. 1 0.0127719901502132 0.1065872982144356 -0.3285045921802521 <_> <_> <_>7 0 9 5 -1. <_>10 0 3 5 3. 0 0.0470007807016373 -0.0295480005443096 0.4846934974193573 <_> <_> <_>0 3 9 4 -1. <_>0 5 9 2 2. 0 1.1224800255149603e-003 -0.2139565944671631 0.1540776044130325 <_> <_> <_>1 18 17 2 -1. <_>1 19 17 1 2. 0 -1.0136750061064959e-003 0.2357473969459534 -0.1453679949045181 <_> <_> <_>7 3 4 8 -1. <_>9 3 2 8 2. 0 5.2841319702565670e-003 0.0805362164974213 -0.3641724884510040 <_> <_> <_>9 9 2 14 -1. <_>9 9 1 14 2. 0 -0.0176086891442537 0.5385882258415222 -0.0357418507337570 <_> <_> <_>8 8 3 14 -1. <_>9 8 1 14 3. 0 0.0347106084227562 -0.0432614609599113 0.7781760096549988 <_> <_> <_>10 1 9 4 -1. <_>10 3 9 2 2. 0 0.0164503492414951 0.0418150909245014 -0.3491267859935761 -1.0599969625473022 11 -1 <_> <_> <_> <_>0 12 10 3 -1. <_>5 12 5 3 2. 0 -1.7846419941633940e-003 0.2201481014490128 -0.3691265881061554 <_> <_> <_>8 6 4 12 -1. <_>8 12 4 6 2. 0 -6.1350408941507339e-004 -0.3069599866867065 0.0977177917957306 <_> <_> <_>3 12 4 7 -1. <_>5 12 2 7 2. 0 -2.5726810563355684e-003 -0.3778905868530273 0.1704214960336685 <_> <_> <_>6 17 12 6 -1. <_>12 17 6 3 2. <_>6 20 6 3 2. 0 8.8661757763475180e-004 -0.3792907893657684 0.0932899713516235 <_> <_> <_>0 16 18 6 -1. <_>9 16 9 6 2. 0 0.0357162393629551 0.0731693133711815 -0.6179289817810059 <_> <_> <_>12 0 4 14 -1. <_>14 0 2 7 2. <_>12 7 2 7 2. 0 0.0351628400385380 -0.0123282503336668 0.4489463865756989 <_> <_> <_>1 21 14 2 -1. <_>8 21 7 2 2. 0 -5.8216741308569908e-003 -0.4950199127197266 0.0880059525370598 <_> <_> <_>9 19 8 4 -1. <_>9 19 4 4 2. 0 -7.7909301035106182e-004 0.1115411967039108 -0.2831655144691467 <_> <_> <_>1 0 12 4 -1. <_>5 0 4 4 3. 0 -6.8164491094648838e-003 0.1843418031930924 -0.2372706979513168 <_> <_> <_>10 1 8 5 -1. <_>10 1 4 5 2. 0 9.0218139812350273e-003 -0.0537735596299171 0.2617498934268951 <_> <_> <_>0 13 6 10 -1. <_>2 13 2 10 3. 0 -6.7481878213584423e-003 -0.5047510862350464 0.0766144171357155 <_> <_> <_>8 9 3 14 -1. <_>9 9 1 14 3. 0 7.5771231204271317e-003 -0.1192611008882523 0.3421041965484619 <_> <_> <_>9 7 10 2 -1. <_>9 7 10 1 2. 1 -4.6335519291460514e-003 -0.4908828139305115 0.0695420205593109 <_> <_> <_>2 16 15 3 -1. <_>7 16 5 3 3. 0 4.1346959769725800e-003 -0.0815914273262024 0.4787966012954712 <_> <_> <_>5 1 8 17 -1. <_>9 1 4 17 2. 0 -9.8444558680057526e-003 0.2012421041727066 -0.2376928031444550 <_> <_> <_>9 19 8 4 -1. <_>9 19 4 4 2. 0 -0.0348970703780651 -0.9102467894554138 0.0185795407742262 <_> <_> <_>2 19 8 4 -1. <_>6 19 4 4 2. 0 -3.5042490344494581e-004 0.1247946992516518 -0.3071714937686920 <_> <_> <_>10 0 8 7 -1. <_>10 0 4 7 2. 0 -9.4668623059988022e-003 0.1133294999599457 -0.1611589044332504 <_> <_> <_>1 0 8 7 -1. <_>5 0 4 7 2. 0 0.0220534093677998 -0.0797844007611275 0.6073901057243347 <_> <_> <_>12 16 7 4 -1. <_>12 18 7 2 2. 0 -7.2947797889355570e-005 0.1444911956787109 -0.1370615065097809 <_> <_> <_>7 0 4 14 -1. <_>9 0 2 14 2. 0 -7.5134839862585068e-003 -0.3074442148208618 0.1027908027172089 <_> <_> <_>2 18 15 3 -1. <_>2 19 15 1 3. 0 0.0103119397535920 -0.0702461972832680 0.4830701053142548 <_> <_> <_>7 1 4 7 -1. <_>9 1 2 7 2. 0 9.4670448452234268e-003 0.0702818036079407 -0.4706951975822449 <_> <_> <_>11 5 3 15 -1. <_>12 5 1 15 3. 0 -0.0301162395626307 0.5237855911254883 -0.0371096692979336 <_> <_> <_>0 10 6 10 -1. <_>0 10 3 5 2. <_>3 15 3 5 2. 0 -0.0126678496599197 -0.6082589030265808 0.0504446700215340 <_> <_> <_>11 5 3 15 -1. <_>12 5 1 15 3. 0 2.2987429983913898e-003 -0.1180867999792099 0.1739389002323151 <_> <_> <_>5 5 3 15 -1. <_>6 5 1 15 3. 0 2.5533209554851055e-003 -0.1662597954273224 0.1976895928382874 <_> <_> <_>6 5 12 12 -1. <_>6 5 6 12 2. 0 -0.3321819901466370 -0.9540778994560242 4.1291080415248871e-003 <_> <_> <_>1 4 12 16 -1. <_>7 4 6 16 2. 0 5.4485369473695755e-003 -0.0912205427885056 0.3983474969863892 <_> <_> <_>11 4 6 7 -1. <_>13 4 2 7 3. 0 4.7633191570639610e-003 -0.1206988990306854 0.1616933941841126 <_> <_> <_>1 7 4 16 -1. <_>1 7 2 8 2. <_>3 15 2 8 2. 0 4.4371229596436024e-003 0.0859281867742538 -0.4442718923091888 <_> <_> <_>11 1 2 22 -1. <_>11 12 2 11 2. 0 2.7019889093935490e-003 -0.1951121985912323 0.0711416602134705 <_> <_> <_>1 18 14 3 -1. <_>1 19 14 1 3. 0 -1.4219670556485653e-003 0.1908950060606003 -0.1888048946857452 <_> <_> <_>7 18 12 5 -1. <_>11 18 4 5 3. 0 -6.9531630724668503e-003 -0.2619152069091797 0.0774881467223167 <_> <_> <_>1 0 16 19 -1. <_>5 0 8 19 2. 0 -0.2655436098575592 0.4789358079433441 -0.0788302570581436 <_> <_> <_>6 17 12 6 -1. <_>9 17 6 6 2. 0 5.4960828274488449e-003 0.0647488087415695 -0.4089879095554352 <_> <_> <_>7 11 8 4 -1. <_>7 11 4 4 2. 1 0.0160609297454357 0.0948685035109520 -0.3504076898097992 <_> <_> <_>10 9 3 14 -1. <_>11 9 1 14 3. 0 -3.5279421135783195e-003 0.2270454019308090 -0.1501103937625885 <_> <_> <_>2 11 15 8 -1. <_>7 11 5 8 3. 0 0.0151897203177214 -0.0860336422920227 0.5037524104118347 <_> <_> <_>11 6 7 8 -1. <_>11 6 7 4 2. 1 9.8117031157016754e-003 0.0919458568096161 -0.2713471055030823 <_> <_> <_>8 6 8 7 -1. <_>8 6 4 7 2. 1 -8.9835934340953827e-003 -0.3572193086147308 0.1156433001160622 <_> <_> <_>10 9 3 14 -1. <_>11 9 1 14 3. 0 0.0254724305123091 -0.0388618782162666 0.5070732235908508 <_> <_> <_>6 9 3 14 -1. <_>7 9 1 14 3. 0 1.3594819465652108e-003 -0.1512742042541504 0.2333243936300278 <_> <_> <_>7 0 6 12 -1. <_>7 0 3 12 2. 0 0.0146731296554208 0.0763864815235138 -0.4312626123428345 <_> <_> <_>5 2 3 16 -1. <_>6 2 1 16 3. 0 -0.0217572394758463 0.6030660867691040 -0.0579266697168350 -1.0216469764709473 12 -1 <_> <_> <_> <_>1 4 15 7 -1. <_>6 4 5 7 3. 0 -0.0191228501498699 0.2142305970191956 -0.4017831087112427 <_> <_> <_>12 13 4 8 -1. <_>12 17 4 4 2. 0 -4.0749661275185645e-004 0.1083780005574226 -0.0978470072150230 <_> <_> <_>2 11 12 12 -1. <_>6 15 4 4 9. 0 0.0184195600450039 0.0948170125484467 -0.4482589960098267 <_> <_> <_>12 15 5 6 -1. <_>12 18 5 3 2. 0 -3.0946850893087685e-004 0.1156722009181976 -0.0692913383245468 <_> <_> <_>0 0 19 16 -1. <_>0 8 19 8 2. 0 0.0244168303906918 -0.2640377879142761 0.1458850950002670 <_> <_> <_>4 20 15 3 -1. <_>9 20 5 3 3. 0 3.9483308792114258e-003 0.0787035673856735 -0.3977065086364746 <_> <_> <_>9 0 4 8 -1. <_>9 0 4 4 2. 1 0.0154980598017573 -0.0686233714222908 0.6359875798225403 <_> <_> <_>5 15 12 6 -1. <_>11 15 6 3 2. <_>5 18 6 3 2. 0 0.0103973699733615 0.0531162582337856 -0.2475759983062744 <_> <_> <_>2 15 12 6 -1. <_>2 15 6 3 2. <_>8 18 6 3 2. 0 1.0350650409236550e-003 -0.2295361012220383 0.2162367999553680 <_> <_> <_>8 0 9 5 -1. <_>11 0 3 5 3. 0 -6.9717521546408534e-004 0.1633094996213913 -0.2793000042438507 <_> <_> <_>0 19 14 4 -1. <_>0 19 7 2 2. <_>7 21 7 2 2. 0 1.1055100476369262e-003 -0.2672117054462433 0.1380949020385742 <_> <_> <_>1 14 18 7 -1. <_>1 14 9 7 2. 0 0.0181287601590157 0.0786025226116180 -0.3374832868576050 <_> <_> <_>5 1 8 8 -1. <_>5 1 4 4 2. <_>9 5 4 4 2. 0 -1.4303029747679830e-003 0.1566804945468903 -0.2542249858379364 <_> <_> <_>9 6 6 12 -1. <_>9 6 3 12 2. 0 0.0106502203270793 -0.0416386015713215 0.3263407051563263 <_> <_> <_>2 0 14 4 -1. <_>9 0 7 4 2. 0 -1.0680139530450106e-003 0.1799698024988174 -0.2067306041717529 <_> <_> <_>4 20 15 3 -1. <_>9 20 5 3 3. 0 -8.0095082521438599e-003 -0.2877897918224335 0.0754924491047859 <_> <_> <_>0 20 15 3 -1. <_>5 20 5 3 3. 0 -0.0118575599044561 -0.5548521280288696 0.0474650003015995 <_> <_> <_>2 6 16 9 -1. <_>6 6 8 9 2. 0 -0.1944015026092529 0.4956459999084473 -0.0685222670435905 <_> <_> <_>4 6 6 12 -1. <_>7 6 3 12 2. 0 0.0127861695364118 -0.0582010112702847 0.5119485855102539 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 1.1360739590600133e-003 -0.2121652960777283 0.1463954001665115 <_> <_> <_>4 7 4 9 -1. <_>6 7 2 9 2. 0 -3.7541511119343340e-004 0.1140606030821800 -0.2793666124343872 <_> <_> <_>13 6 2 16 -1. <_>13 6 1 16 2. 0 6.2142009846866131e-003 0.0285687893629074 -0.3248505890369415 <_> <_> <_>1 5 12 9 -1. <_>7 5 6 9 2. 0 4.5166439376771450e-003 -0.0955563783645630 0.3603233993053436 <_> <_> <_>13 6 2 16 -1. <_>13 6 1 16 2. 0 -1.7354219453409314e-003 -0.0808048769831657 0.0538515709340572 <_> <_> <_>4 6 2 16 -1. <_>5 6 1 16 2. 0 -6.9608418270945549e-003 -0.6013150811195374 0.0455094911158085 <_> <_> <_>12 0 3 15 -1. <_>13 0 1 15 3. 0 8.7833311408758163e-003 -0.0944979712367058 0.3192416131496429 <_> <_> <_>4 0 3 15 -1. <_>5 0 1 15 3. 0 -2.0243569742888212e-003 0.2673755884170532 -0.1167927980422974 <_> <_> <_>6 2 8 8 -1. <_>8 2 4 8 2. 0 5.6362948380410671e-003 0.0464910902082920 -0.2398225963115692 <_> <_> <_>6 0 6 5 -1. <_>9 0 3 5 2. 0 -2.1751220338046551e-003 -0.3183174133300781 0.1163455024361610 <_> <_> <_>4 7 11 16 -1. <_>4 11 11 8 2. 0 0.0254248902201653 0.0756000578403473 -0.3735963106155396 <_> <_> <_>7 8 5 8 -1. <_>7 12 5 4 2. 0 3.9950129576027393e-004 -0.2620686888694763 0.1434555947780609 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -3.9724060334265232e-003 0.2039508968591690 -0.1189631000161171 <_> <_> <_>1 18 17 3 -1. <_>1 19 17 1 3. 0 2.4637179449200630e-003 -0.1368733942508698 0.3409825861454010 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 0.0143977096304297 0.0248468890786171 -0.6541594862937927 <_> <_> <_>1 21 14 2 -1. <_>8 21 7 2 2. 0 -1.4848919818177819e-005 0.1388493031263351 -0.2107747942209244 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -0.0383395105600357 0.5866839289665222 -0.0362458601593971 <_> <_> <_>2 16 5 6 -1. <_>2 19 5 3 2. 0 -5.4605712648481131e-004 0.2125933021306992 -0.1379106938838959 <_> <_> <_>13 11 5 12 -1. <_>13 15 5 4 3. 0 0.0130364997312427 0.0506199710071087 -0.2315009981393814 <_> <_> <_>1 9 16 3 -1. <_>1 10 16 1 3. 0 -2.4273560848087072e-003 0.2430299967527390 -0.1131595000624657 <_> <_> <_>7 6 5 9 -1. <_>7 9 5 3 3. 0 -6.3351681455969810e-003 -0.3554948866367340 0.0949484035372734 <_> <_> <_>6 0 7 14 -1. <_>6 7 7 7 2. 0 -0.0575108602643013 0.4937813878059387 -0.0606641210615635 <_> <_> <_>11 16 6 7 -1. <_>13 16 2 7 3. 0 6.8376341369003057e-004 -0.1941725015640259 0.1423459053039551 <_> <_> <_>1 4 3 15 -1. <_>2 4 1 15 3. 0 8.8113872334361076e-003 0.0475620590150356 -0.5841649174690247 <_> <_> <_>10 0 8 8 -1. <_>14 0 4 4 2. <_>10 4 4 4 2. 0 0.0107881696894765 -0.0468558892607689 0.1654801070690155 <_> <_> <_>1 9 3 14 -1. <_>2 9 1 14 3. 0 -1.3571690069511533e-003 -0.3251067996025085 0.0940904766321182 <_> <_> <_>13 13 5 9 -1. <_>13 16 5 3 3. 0 -0.0101959798485041 -0.1469684988260269 0.0262460596859455 <_> <_> <_>1 13 5 9 -1. <_>1 16 5 3 3. 0 -1.2560819741338491e-003 0.2285338044166565 -0.1626566052436829 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 6.6750420955941081e-004 -0.1343066990375519 0.1398756951093674 <_> <_> <_>4 14 9 6 -1. <_>4 17 9 3 2. 0 2.0975170191377401e-003 -0.1298761069774628 0.1997846961021423 -1.0149190425872803 13 -1 <_> <_> <_> <_>2 13 10 3 -1. <_>7 13 5 3 2. 0 -3.6917610559612513e-003 0.2268279045820236 -0.4116738140583038 <_> <_> <_>9 0 10 5 -1. <_>9 0 5 5 2. 0 -9.4609148800373077e-003 0.1630502045154572 -0.2294901013374329 <_> <_> <_>1 8 2 15 -1. <_>2 8 1 15 2. 0 3.3874800428748131e-003 0.0776446908712387 -0.4746511876583099 <_> <_> <_>13 0 6 18 -1. <_>15 0 2 18 3. 0 3.3596849534660578e-003 -0.1472281068563461 0.1375565975904465 <_> <_> <_>0 21 14 2 -1. <_>7 21 7 2 2. 0 -2.2649099119007587e-003 -0.2902786135673523 0.1226186975836754 <_> <_> <_>9 19 8 4 -1. <_>9 19 4 4 2. 0 -5.5420072749257088e-004 0.1159199029207230 -0.2306652963161469 <_> <_> <_>1 21 16 2 -1. <_>9 21 8 2 2. 0 1.9706019666045904e-003 0.1180830001831055 -0.3787943124771118 <_> <_> <_>2 0 16 4 -1. <_>6 0 8 4 2. 0 0.0175030808895826 -0.0941615998744965 0.4793323874473572 <_> <_> <_>3 0 9 5 -1. <_>6 0 3 5 3. 0 -2.9575270600616932e-003 0.1733669936656952 -0.3167332112789154 <_> <_> <_>10 5 8 10 -1. <_>10 5 8 5 2. 1 -0.2623870074748993 -0.7440528869628906 8.9512793347239494e-003 <_> <_> <_>0 1 18 8 -1. <_>0 5 18 4 2. 0 5.5493800900876522e-003 -0.2408874034881592 0.1421204060316086 <_> <_> <_>10 5 8 10 -1. <_>10 5 8 5 2. 1 -0.0148425698280334 0.0551663115620613 -0.0853630006313324 <_> <_> <_>4 20 10 3 -1. <_>9 20 5 3 2. 0 -0.0181934908032417 -0.7538909912109375 0.0440624989569187 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -1.9381130114197731e-003 0.1476213932037354 -0.1421477049589157 <_> <_> <_>2 16 6 7 -1. <_>4 16 2 7 3. 0 -6.1375028453767300e-003 -0.5417520999908447 0.0528726913034916 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 0.0166300795972347 -0.0600058101117611 0.5229414105415344 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 -9.7470665350556374e-003 -0.3177677094936371 0.0940777286887169 <_> <_> <_>2 2 15 12 -1. <_>7 6 5 4 9. 0 -0.3915967941284180 0.5155050158500671 -0.0861782133579254 <_> <_> <_>5 10 4 9 -1. <_>7 10 2 9 2. 0 0.0104578603059053 -0.0544422306120396 0.5508633852005005 <_> <_> <_>10 7 8 7 -1. <_>12 9 4 7 2. 1 0.0924795866012573 9.5865959301590919e-003 -0.7520524263381958 <_> <_> <_>0 1 18 18 -1. <_>0 1 9 9 2. <_>9 10 9 9 2. 0 -0.0133833298459649 -0.2590928077697754 0.1225519999861717 <_> <_> <_>11 7 8 6 -1. <_>9 9 8 2 3. 1 -0.0192979294806719 -0.1868654936552048 0.0426703803241253 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -1.1118740076199174e-003 0.1458609998226166 -0.2274280935525894 <_> <_> <_>11 7 8 6 -1. <_>9 9 8 2 3. 1 0.0232090596109629 0.0217691995203495 -0.2400193065404892 <_> <_> <_>1 0 8 4 -1. <_>5 0 4 4 2. 0 6.9435071200132370e-003 -0.0848145708441734 0.3838810026645660 <_> <_> <_>11 7 8 6 -1. <_>9 9 8 2 3. 1 -0.1024966984987259 -0.7061861157417297 0.0125809498131275 <_> <_> <_>8 7 6 8 -1. <_>10 9 2 8 3. 1 -0.0140364300459623 -0.3842788040637970 0.0876787230372429 <_> <_> <_>13 0 6 19 -1. <_>15 0 2 19 3. 0 6.8071340210735798e-003 -0.0759413465857506 0.0760143324732780 <_> <_> <_>0 0 6 19 -1. <_>2 0 2 19 3. 0 4.8163239844143391e-003 -0.1640291064977646 0.2012411057949066 <_> <_> <_>13 8 2 14 -1. <_>13 8 1 14 2. 0 -3.0274710152298212e-003 -0.2811872959136963 0.0686712414026260 <_> <_> <_>0 4 16 3 -1. <_>0 5 16 1 3. 0 -1.6530510038137436e-003 0.2142737954854965 -0.1303835958242416 <_> <_> <_>8 8 4 10 -1. <_>8 13 4 5 2. 0 -3.9757499471306801e-003 -0.2373799979686737 0.0512905493378639 <_> <_> <_>3 17 10 6 -1. <_>3 17 5 3 2. <_>8 20 5 3 2. 0 6.9589749909937382e-003 -0.1324627995491028 0.2370340973138809 <_> <_> <_>13 8 2 14 -1. <_>13 8 1 14 2. 0 7.2270620148628950e-004 0.0504780709743500 -0.1354480981826782 <_> <_> <_>1 7 16 5 -1. <_>5 7 8 5 2. 0 0.0150577295571566 -0.0669544637203217 0.4536899924278259 <_> <_> <_>15 5 4 9 -1. <_>15 5 2 9 2. 1 6.5838429145514965e-003 0.0390546694397926 -0.1951650977134705 <_> <_> <_>6 0 3 14 -1. <_>7 0 1 14 3. 0 -2.9128929600119591e-003 0.1760496944189072 -0.1563968956470490 <_> <_> <_>6 4 12 12 -1. <_>10 8 4 4 9. 0 0.6438639760017395 -0.0117776999250054 1.0000569820404053 <_> <_> <_>7 3 4 9 -1. <_>9 3 2 9 2. 0 5.1160277798771858e-003 0.0954646691679955 -0.3783237040042877 <_> <_> <_>10 4 7 8 -1. <_>10 6 7 4 2. 0 0.0683254972100258 -3.9297499461099505e-004 -0.9998624920845032 <_> <_> <_>2 4 7 8 -1. <_>2 6 7 4 2. 0 0.0440717190504074 0.0287165492773056 -0.9030649065971375 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -0.0157125201076269 0.2488802969455719 -0.0530662611126900 <_> <_> <_>4 9 2 14 -1. <_>5 9 1 14 2. 0 -3.9486829191446304e-003 -0.5021412968635559 0.0520896092057228 <_> <_> <_>12 15 7 8 -1. <_>12 17 7 4 2. 0 1.1841469677165151e-003 0.0621228888630867 -0.1647989004850388 <_> <_> <_>6 0 7 20 -1. <_>6 5 7 10 2. 0 -0.1138570979237557 0.5672857165336609 -0.0388643182814121 <_> <_> <_>2 1 16 4 -1. <_>10 1 8 2 2. <_>2 3 8 2 2. 0 6.2493737787008286e-003 0.0878581404685974 -0.2867594957351685 <_> <_> <_>4 7 3 10 -1. <_>4 12 3 5 2. 0 -2.3781529162079096e-003 0.2668414115905762 -0.0932913869619370 <_> <_> <_>10 6 8 8 -1. <_>12 8 4 8 2. 1 -0.0636205226182938 0.1515336930751801 -0.0153540298342705 <_> <_> <_>3 10 12 8 -1. <_>3 10 6 4 2. <_>9 14 6 4 2. 0 7.9275481402873993e-003 0.0882685184478760 -0.3187279105186462 <_> <_> <_>8 4 4 10 -1. <_>8 9 4 5 2. 0 1.0556660126894712e-003 -0.1022611036896706 0.0605466999113560 <_> <_> <_>7 7 5 9 -1. <_>7 10 5 3 3. 0 9.1879200190305710e-003 0.0809634029865265 -0.3503153920173645 <_> <_> <_>1 4 17 3 -1. <_>1 5 17 1 3. 0 3.9727380499243736e-003 -0.1033485010266304 0.2745018899440765 <_> <_> <_>2 3 14 3 -1. <_>2 4 14 1 3. 0 1.7149309860542417e-003 -0.1232967972755432 0.2156181931495667 -0.9315267801284790 14 -1 <_> <_> <_> <_>2 7 14 2 -1. <_>2 7 7 2 2. 1 -0.0145478900521994 -0.5704287290573120 0.1016409024596214 <_> <_> <_>10 19 8 4 -1. <_>10 19 4 4 2. 0 -1.2570459512062371e-004 0.0775668919086456 -0.2952415049076080 <_> <_> <_>5 0 5 22 -1. <_>5 11 5 11 2. 0 9.4022490084171295e-003 -0.3261851966381073 0.1368803977966309 <_> <_> <_>10 19 8 4 -1. <_>10 19 4 4 2. 0 -5.1469001919031143e-003 -0.2248636037111282 0.1488638967275620 <_> <_> <_>1 19 8 4 -1. <_>5 19 4 4 2. 0 -3.1212199246510863e-004 0.1128714978694916 -0.3288873136043549 <_> <_> <_>8 12 4 9 -1. <_>8 12 2 9 2. 0 0.0187426097691059 -0.0180800706148148 0.3011532127857208 <_> <_> <_>1 16 9 5 -1. <_>4 16 3 5 3. 0 2.9675778932869434e-003 -0.2594884932041168 0.1330806016921997 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 -0.0302950795739889 -0.6004132032394409 0.0335165485739708 <_> <_> <_>3 8 10 14 -1. <_>8 8 5 14 2. 0 6.4835487864911556e-003 -0.0777680873870850 0.4626832008361816 <_> <_> <_>10 5 7 6 -1. <_>10 5 7 3 2. 1 2.2889559622853994e-003 0.0604118295013905 -0.1749873012304306 <_> <_> <_>9 5 6 7 -1. <_>9 5 3 7 2. 1 -1.6078320331871510e-003 -0.2955718040466309 0.1544979065656662 <_> <_> <_>10 4 9 10 -1. <_>10 4 9 5 2. 1 -0.2334866970777512 -0.6375194787979126 0.0137483095750213 <_> <_> <_>9 4 10 9 -1. <_>9 4 5 9 2. 1 5.8999718166887760e-003 0.1271378993988037 -0.3268949091434479 <_> <_> <_>12 15 7 8 -1. <_>12 17 7 4 2. 0 0.0120737198740244 0.0166142601519823 -0.2270717024803162 <_> <_> <_>0 15 7 8 -1. <_>0 17 7 4 2. 0 -5.6356011191383004e-004 0.1687919050455093 -0.1960531026124954 <_> <_> <_>0 16 19 4 -1. <_>0 17 19 2 2. 0 1.7435080371797085e-003 -0.1383100003004074 0.2210350930690765 <_> <_> <_>4 20 10 3 -1. <_>9 20 5 3 2. 0 6.6066621802747250e-003 0.0443545281887054 -0.6736524105072022 <_> <_> <_>9 8 4 15 -1. <_>10 8 2 15 2. 0 -5.9419698081910610e-003 0.1756900995969772 -0.1369722038507462 <_> <_> <_>4 7 4 14 -1. <_>4 7 2 7 2. <_>6 14 2 7 2. 0 4.9261527601629496e-004 -0.2103513032197952 0.1324183046817780 <_> <_> <_>12 8 2 15 -1. <_>12 8 1 15 2. 0 -3.6582869943231344e-003 0.1542036980390549 -0.1056322008371353 <_> <_> <_>5 8 2 15 -1. <_>6 8 1 15 2. 0 -1.4477679505944252e-003 -0.2892096042633057 0.1495039016008377 <_> <_> <_>8 12 4 11 -1. <_>8 12 2 11 2. 0 -1.0310580255463719e-003 0.0885729715228081 -0.0903758332133293 <_> <_> <_>7 12 4 11 -1. <_>9 12 2 11 2. 0 3.2927519641816616e-003 -0.1108772978186607 0.3000374138355255 <_> <_> <_>10 4 3 10 -1. <_>10 4 3 5 2. 1 -1.6668019816279411e-003 -0.0620541088283062 0.2265225946903229 <_> <_> <_>3 16 4 7 -1. <_>5 16 2 7 2. 0 1.3452100101858377e-003 0.0920129716396332 -0.3594416081905365 <_> <_> <_>3 17 16 3 -1. <_>3 18 16 1 3. 0 -0.0149815697222948 0.3663609027862549 -0.0645568072795868 <_> <_> <_>0 12 4 10 -1. <_>2 12 2 10 2. 0 6.2536462210118771e-003 0.0693813636898994 -0.4102383852005005 <_> <_> <_>7 14 12 6 -1. <_>10 14 6 6 2. 0 0.0509373992681503 0.0178699307143688 -0.6052407026290894 <_> <_> <_>0 14 12 6 -1. <_>3 14 6 6 2. 0 1.0756580159068108e-003 -0.2377794981002808 0.1422331929206848 <_> <_> <_>7 0 12 4 -1. <_>11 0 4 4 3. 0 -4.1086040437221527e-003 0.1491537988185883 -0.1921306997537613 <_> <_> <_>7 0 4 10 -1. <_>9 0 2 10 2. 0 -0.0133385201916099 -0.4971103072166443 0.0657551586627960 <_> <_> <_>9 0 10 3 -1. <_>9 0 5 3 2. 0 0.0319979712367058 -0.0649275928735733 0.6657704114913940 <_> <_> <_>0 0 10 3 -1. <_>5 0 5 3 2. 0 -0.0496860593557358 0.5067688822746277 -0.0646769106388092 <_> <_> <_>6 5 8 8 -1. <_>10 5 4 4 2. <_>6 9 4 4 2. 0 6.0286428779363632e-003 0.0882148966193199 -0.2792361974716187 <_> <_> <_>4 6 2 14 -1. <_>5 6 1 14 2. 0 -6.9053061306476593e-003 -0.6145234704017639 0.0356314890086651 <_> <_> <_>10 8 6 10 -1. <_>12 8 2 10 3. 0 5.8130919933319092e-003 -0.0936536267399788 0.0998173579573631 <_> <_> <_>3 8 6 10 -1. <_>5 8 2 10 3. 0 -0.0110304197296500 0.4579817056655884 -0.0651249736547470 <_> <_> <_>5 15 12 6 -1. <_>9 15 4 6 3. 0 -1.5703570097684860e-003 0.0471136607229710 -0.1334746032953262 <_> <_> <_>2 15 12 6 -1. <_>6 15 4 6 3. 0 4.6482901088893414e-003 0.0739326775074005 -0.4214586019515991 <_> <_> <_>8 5 5 8 -1. <_>8 9 5 4 2. 0 5.0479872152209282e-004 -0.2051727026700974 0.0951282531023026 <_> <_> <_>0 2 14 4 -1. <_>7 2 7 4 2. 0 0.0261257607489824 -0.0688169673085213 0.4264478981494904 <_> <_> <_>7 1 6 7 -1. <_>9 1 2 7 3. 0 6.4811189658939838e-003 0.1130238994956017 -0.4702106118202210 <_> <_> <_>6 2 4 17 -1. <_>7 2 2 17 2. 0 -0.0454841814935207 0.5410146713256836 -0.0568048395216465 <_> <_> <_>8 1 9 15 -1. <_>11 6 3 5 9. 0 0.0689561367034912 0.0344441197812557 -0.1741154938936234 <_> <_> <_>0 0 12 4 -1. <_>4 0 4 4 3. 0 -2.0358948968350887e-003 0.1336694061756134 -0.2098592072725296 <_> <_> <_>11 1 8 8 -1. <_>11 5 8 4 2. 0 1.4390050200745463e-003 -0.1644961982965469 0.0988863483071327 <_> <_> <_>0 1 8 8 -1. <_>0 5 8 4 2. 0 0.0301804803311825 0.0876353830099106 -0.3946411907672882 <_> <_> <_>10 8 3 14 -1. <_>11 8 1 14 3. 0 -3.8663588929921389e-003 0.1596461981534958 -0.1184082999825478 <_> <_> <_>9 4 10 3 -1. <_>9 4 5 3 2. 1 0.0107534900307655 -0.0571420602500439 0.5012527704238892 <_> <_> <_>11 8 2 11 -1. <_>11 8 1 11 2. 1 0.0109781501814723 0.0359851606190205 -0.3864648044109345 <_> <_> <_>3 13 4 8 -1. <_>3 17 4 4 2. 0 -7.8152219066396356e-004 0.1824809014797211 -0.1643594950437546 <_> <_> <_>10 11 8 12 -1. <_>10 17 8 6 2. 0 -6.9936108775436878e-003 -0.2655623853206635 0.0944361016154289 <_> <_> <_>6 8 3 14 -1. <_>7 8 1 14 3. 0 0.0231257304549217 -0.0591019392013550 0.5735905766487122 <_> <_> <_>10 9 2 10 -1. <_>10 9 1 10 2. 1 -0.0170555207878351 -0.5456724762916565 0.0271531306207180 <_> <_> <_>8 11 6 6 -1. <_>8 11 3 6 2. 1 0.0151922898367047 0.0925809815526009 -0.2973513901233673 -0.9398486018180847 15 -1 <_> <_> <_> <_>1 6 16 4 -1. <_>5 6 8 4 2. 0 -0.0215891394764185 0.3377926051616669 -0.2672545909881592 <_> <_> <_>12 0 2 14 -1. <_>12 7 2 7 2. 0 6.3885431736707687e-003 -0.2675912976264954 0.2143868952989578 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -2.4394609499722719e-003 0.1884108930826187 -0.2349513024091721 <_> <_> <_>11 7 2 11 -1. <_>11 7 1 11 2. 1 3.9824391715228558e-003 0.0466899089515209 -0.1798482984304428 <_> <_> <_>8 7 11 2 -1. <_>8 7 11 1 2. 1 -3.1252959161065519e-004 0.1726770997047424 -0.1878277957439423 <_> <_> <_>7 0 6 5 -1. <_>7 0 3 5 2. 0 3.3181109465658665e-003 0.1208112016320229 -0.3237386941909790 <_> <_> <_>5 0 9 5 -1. <_>8 0 3 5 3. 0 -7.0711369626224041e-003 -0.2749837934970856 0.1386826932430267 <_> <_> <_>7 17 10 6 -1. <_>12 17 5 3 2. <_>7 20 5 3 2. 0 4.4392608106136322e-003 -0.2227901965379715 0.1715514063835144 <_> <_> <_>7 6 4 15 -1. <_>8 6 2 15 2. 0 2.1352670155465603e-003 -0.1132285967469215 0.2842895984649658 <_> <_> <_>5 11 10 3 -1. <_>5 11 5 3 2. 0 -4.0205409750342369e-003 -0.2454255074262619 0.0949575006961823 <_> <_> <_>8 7 3 14 -1. <_>9 7 1 14 3. 0 -6.5228617750108242e-003 0.3210678994655609 -0.0973723679780960 <_> <_> <_>10 8 2 10 -1. <_>10 8 1 10 2. 1 4.4146090658614412e-005 -0.1526933014392853 0.0851288363337517 <_> <_> <_>3 3 9 18 -1. <_>6 9 3 6 9. 0 0.0476060397922993 0.0793397575616837 -0.2959941923618317 <_> <_> <_>8 0 10 12 -1. <_>13 0 5 6 2. <_>8 6 5 6 2. 0 0.0409286618232727 -0.0351422615349293 0.3759357929229736 <_> <_> <_>1 12 12 11 -1. <_>4 12 6 11 2. 0 -0.0111618898808956 -0.2674781084060669 0.0891817882657051 <_> <_> <_>2 4 15 9 -1. <_>7 7 5 3 9. 0 -0.2988845109939575 0.4801439940929413 -0.0724850520491600 <_> <_> <_>3 7 10 10 -1. <_>8 7 5 10 2. 0 0.0115143600851297 -0.0592182502150536 0.4096263945102692 <_> <_> <_>10 8 2 10 -1. <_>10 8 1 10 2. 1 -2.6182739529758692e-003 -0.1847873926162720 0.0398015603423119 <_> <_> <_>2 18 6 5 -1. <_>5 18 3 5 2. 0 -1.2829460320062935e-004 0.1071091964840889 -0.2415527999401093 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 -6.9328160025179386e-003 -0.2984572052955627 0.0456579588353634 <_> <_> <_>5 0 4 14 -1. <_>5 0 2 7 2. <_>7 7 2 7 2. 0 -6.3937888480722904e-003 0.1836351007223129 -0.1404941976070404 <_> <_> <_>8 0 10 12 -1. <_>13 0 5 6 2. <_>8 6 5 6 2. 0 4.1702711023390293e-003 -0.0518900193274021 0.1021158024668694 <_> <_> <_>2 0 8 18 -1. <_>2 0 4 9 2. <_>6 9 4 9 2. 0 0.0103909997269511 -0.1342698931694031 0.1913730949163437 <_> <_> <_>10 0 8 4 -1. <_>10 0 4 4 2. 0 0.0130047397688031 -0.0459227189421654 0.3052693009376526 <_> <_> <_>9 9 9 2 -1. <_>9 9 9 1 2. 1 -4.0645021945238113e-003 -0.4847716093063355 0.0693384632468224 <_> <_> <_>15 7 3 10 -1. <_>15 12 3 5 2. 0 -3.7050418904982507e-004 0.1009071990847588 -0.0689112767577171 <_> <_> <_>1 7 3 10 -1. <_>1 12 3 5 2. 0 8.8882551062852144e-004 -0.1674278974533081 0.1896588951349258 <_> <_> <_>15 6 4 7 -1. <_>15 6 2 7 2. 0 -4.8583559691905975e-003 -0.4078938961029053 0.0514833517372608 <_> <_> <_>4 15 6 7 -1. <_>6 15 2 7 3. 0 4.4327960349619389e-003 -0.1426250934600830 0.1898719072341919 <_> <_> <_>2 2 16 20 -1. <_>10 2 8 10 2. <_>2 12 8 10 2. 0 0.0209997091442347 0.0921537727117538 -0.3077355027198792 <_> <_> <_>4 17 7 6 -1. <_>4 19 7 2 3. 0 -2.2740170825272799e-003 0.1517627984285355 -0.1652870029211044 <_> <_> <_>3 15 15 6 -1. <_>3 18 15 3 2. 0 -0.0150755401700735 -0.3103924095630646 0.0656969398260117 <_> <_> <_>0 18 14 3 -1. <_>0 19 14 1 3. 0 9.5290662720799446e-003 -0.0676930174231529 0.4069203138351440 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 1.2057139538228512e-003 0.0431881882250309 -0.1845436990261078 <_> <_> <_>2 0 4 18 -1. <_>2 0 2 9 2. <_>4 9 2 9 2. 0 -0.0247570704668760 0.6689097881317139 -0.0344187095761299 <_> <_> <_>10 2 6 8 -1. <_>10 6 6 4 2. 0 3.0408669263124466e-003 -0.1325615942478180 0.0951310396194458 <_> <_> <_>5 2 8 8 -1. <_>5 2 4 4 2. <_>9 6 4 4 2. 0 -1.5181970084086061e-003 0.1293949931859970 -0.1855853945016861 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 -0.0248453598469496 -0.7301337718963623 9.4545418396592140e-003 <_> <_> <_>0 0 18 3 -1. <_>6 0 6 3 3. 0 -8.1413304433226585e-003 0.1152179986238480 -0.1903814971446991 <_> <_> <_>10 0 8 4 -1. <_>10 0 4 4 2. 0 -4.2350329458713531e-003 0.0727336332201958 -0.1084188967943192 <_> <_> <_>1 0 8 4 -1. <_>5 0 4 4 2. 0 9.9135711789131165e-003 -0.0842189565300941 0.4761323928833008 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 -2.7879870031028986e-003 -0.1284693926572800 0.0657206624746323 <_> <_> <_>9 9 8 2 -1. <_>9 9 8 1 2. 1 2.6451589073985815e-003 0.0892697572708130 -0.2621667981147766 <_> <_> <_>4 7 15 9 -1. <_>9 7 5 9 3. 0 -0.0266834907233715 0.0898707732558250 -0.0969140902161598 <_> <_> <_>8 8 3 14 -1. <_>9 8 1 14 3. 0 3.1197380740195513e-003 -0.1173174008727074 0.2200486063957214 <_> <_> <_>6 6 12 16 -1. <_>9 6 6 16 2. 0 -0.2338829040527344 -0.9090585708618164 5.6871720589697361e-003 <_> <_> <_>1 6 12 16 -1. <_>4 6 6 16 2. 0 0.0109228203073144 0.0850618407130241 -0.3072564899921417 <_> <_> <_>10 6 4 7 -1. <_>10 6 2 7 2. 0 9.4858808442950249e-003 -0.0223175697028637 0.3374570906162262 <_> <_> <_>2 15 5 6 -1. <_>2 18 5 3 2. 0 -5.1413412438705564e-004 0.1486065983772278 -0.1559835970401764 <_> <_> <_>7 19 12 4 -1. <_>11 19 4 4 3. 0 6.5561588853597641e-003 0.0666934326291084 -0.2994574010372162 <_> <_> <_>0 19 12 4 -1. <_>4 19 4 4 3. 0 9.8293996416032314e-004 -0.1992353945970535 0.1481647938489914 <_> <_> <_>10 9 4 7 -1. <_>10 9 2 7 2. 0 -1.8866109894588590e-003 0.0864623710513115 -0.1610174030065537 <_> <_> <_>5 9 4 9 -1. <_>7 9 2 9 2. 0 2.7264489326626062e-003 -0.0820490866899490 0.3867950141429901 -0.8253865242004395 16 -1 <_> <_> <_> <_>5 3 4 17 -1. <_>7 3 2 17 2. 0 -0.0126025201752782 0.2242307066917419 -0.3346217870712280 <_> <_> <_>3 21 14 2 -1. <_>3 21 7 2 2. 0 2.5659699458628893e-003 0.0857565402984619 -0.3237636089324951 <_> <_> <_>0 19 12 3 -1. <_>6 19 6 3 2. 0 -1.2003120500594378e-003 0.1465037018060684 -0.3030675053596497 <_> <_> <_>9 0 3 22 -1. <_>9 11 3 11 2. 0 4.7978968359529972e-003 -0.2472590953111649 0.0527058094739914 <_> <_> <_>5 9 2 14 -1. <_>6 9 1 14 2. 0 -5.9380318270996213e-004 -0.1888304948806763 0.1549035012722015 <_> <_> <_>7 7 6 16 -1. <_>7 11 6 8 2. 0 8.1017091870307922e-003 0.1076487973332405 -0.2473893016576767 <_> <_> <_>1 12 4 8 -1. <_>1 16 4 4 2. 0 -6.8427261430770159e-004 0.1828285008668900 -0.1655009984970093 <_> <_> <_>2 12 15 3 -1. <_>7 12 5 3 3. 0 4.5279348269104958e-003 -0.0556687600910664 0.4138269126415253 <_> <_> <_>1 17 12 6 -1. <_>1 17 6 3 2. <_>7 20 6 3 2. 0 3.8289420772343874e-003 -0.2222221940755844 0.1528232991695404 <_> <_> <_>8 0 4 9 -1. <_>8 0 2 9 2. 0 -6.2229200266301632e-003 -0.3235169053077698 0.0683725476264954 <_> <_> <_>7 0 4 9 -1. <_>9 0 2 9 2. 0 -6.1763478443026543e-003 -0.3991226851940155 0.0777074694633484 <_> <_> <_>7 1 5 20 -1. <_>7 6 5 10 2. 0 -0.0878202617168427 0.5857707858085632 -0.0535846501588821 <_> <_> <_>1 7 6 16 -1. <_>3 7 2 16 3. 0 -6.8017458543181419e-003 -0.4330711066722870 0.0626938492059708 <_> <_> <_>8 7 4 10 -1. <_>8 12 4 5 2. 0 1.0741569567471743e-003 -0.1196649000048637 0.0553978495299816 <_> <_> <_>1 3 12 12 -1. <_>5 7 4 4 9. 0 -0.0304909199476242 -0.2366324067115784 0.1000299975275993 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 0.0518791191279888 -0.0364188402891159 0.7339289784431458 <_> <_> <_>2 6 6 10 -1. <_>2 6 3 5 2. <_>5 11 3 5 2. 0 8.6805049795657396e-004 -0.1770547926425934 0.1498523950576782 <_> <_> <_>8 6 4 14 -1. <_>9 6 2 14 2. 0 4.8424140550196171e-003 -0.0462082512676716 0.1316252946853638 <_> <_> <_>0 10 18 12 -1. <_>0 10 9 6 2. <_>9 16 9 6 2. 0 9.1674225404858589e-003 0.0991810634732246 -0.2029245048761368 <_> <_> <_>8 6 4 14 -1. <_>9 6 2 14 2. 0 -5.6356228888034821e-003 0.0878601670265198 -0.0374380908906460 <_> <_> <_>7 6 4 14 -1. <_>8 6 2 14 2. 0 -0.0383751504123211 0.4972147941589356 -0.0438151694834232 <_> <_> <_>1 15 18 6 -1. <_>1 15 9 6 2. 0 8.9894384145736694e-003 0.0941265523433685 -0.3022775053977966 <_> <_> <_>1 17 6 5 -1. <_>4 17 3 5 2. 0 -1.1650560190901160e-004 0.1336105018854141 -0.1893206983804703 <_> <_> <_>6 17 12 6 -1. <_>9 17 6 6 2. 0 -6.6462112590670586e-004 0.0779727026820183 -0.1350826025009155 <_> <_> <_>1 15 12 8 -1. <_>4 15 6 8 2. 0 -0.0126564903184772 -0.3691301941871643 0.0646138936281204 <_> <_> <_>0 7 19 3 -1. <_>0 8 19 1 3. 0 -4.3929531238973141e-003 0.2669681906700134 -0.0886500999331474 <_> <_> <_>1 8 16 3 -1. <_>1 9 16 1 3. 0 -1.2583639472723007e-003 0.2061482965946198 -0.1095243990421295 <_> <_> <_>6 6 7 6 -1. <_>6 8 7 2 3. 0 -0.0111319404095411 -0.4135204851627350 0.0628401264548302 <_> <_> <_>4 7 10 14 -1. <_>4 7 5 7 2. <_>9 14 5 7 2. 0 3.0703889206051826e-003 -0.1559177935123444 0.1501820981502533 <_> <_> <_>5 0 12 10 -1. <_>5 0 6 10 2. 0 3.5361549817025661e-003 0.0625734925270081 -0.2186996936798096 <_> <_> <_>2 0 15 13 -1. <_>7 0 5 13 3. 0 0.0288646295666695 -0.0695617496967316 0.4489277899265289 <_> <_> <_>5 6 12 6 -1. <_>8 6 6 6 2. 0 -0.0710359066724777 0.2099197953939438 -0.0365628786385059 <_> <_> <_>2 16 6 7 -1. <_>4 16 2 7 3. 0 -1.1107679456472397e-003 -0.3302016854286194 0.0797589421272278 <_> <_> <_>10 4 8 8 -1. <_>12 6 4 8 2. 1 0.0791840478777885 -0.0132260099053383 0.3860366046428680 <_> <_> <_>9 5 7 6 -1. <_>7 7 7 2 3. 1 0.0133535098284483 0.0584105588495731 -0.3925077021121979 <_> <_> <_>1 7 18 3 -1. <_>1 8 18 1 3. 0 0.0500490516424179 -0.0233182292431593 0.7459377050399780 <_> <_> <_>5 4 9 11 -1. <_>8 4 3 11 3. 0 -0.2185900062322617 -0.8458526730537415 0.0259405300021172 <_> <_> <_>13 0 6 7 -1. <_>15 0 2 7 3. 0 0.0100641101598740 -0.1095985025167465 0.2106852978467941 <_> <_> <_>3 11 12 6 -1. <_>3 11 6 3 2. <_>9 14 6 3 2. 0 7.5430879369378090e-003 0.0535675399005413 -0.3361727893352509 <_> <_> <_>13 4 3 16 -1. <_>14 4 1 16 3. 0 0.0158172100782394 -0.0190422590821981 0.2219689935445786 <_> <_> <_>3 4 3 16 -1. <_>4 4 1 16 3. 0 -1.7135319649241865e-004 0.1766736954450607 -0.1206853017210960 <_> <_> <_>2 9 16 8 -1. <_>10 9 8 4 2. <_>2 13 8 4 2. 0 6.6670849919319153e-003 0.0700718387961388 -0.2213760018348694 <_> <_> <_>3 0 3 19 -1. <_>4 0 1 19 3. 0 2.7946738991886377e-003 -0.1050923019647598 0.1927739977836609 <_> <_> <_>6 1 8 10 -1. <_>8 1 4 10 2. 0 -1.5057970304042101e-003 0.0600128881633282 -0.1237851008772850 <_> <_> <_>0 14 18 6 -1. <_>6 14 6 6 3. 0 8.5329543799161911e-003 -0.0476112402975559 0.3998514115810394 <_> <_> <_>4 6 15 9 -1. <_>9 9 5 3 9. 0 0.0429394692182541 0.0316113904118538 -0.1973166018724442 <_> <_> <_>0 14 15 8 -1. <_>5 14 5 8 3. 0 0.0203082207590342 0.0350551903247833 -0.5196939706802368 <_> <_> <_>3 20 15 3 -1. <_>8 20 5 3 3. 0 -7.7673741616308689e-003 -0.1881791949272156 0.0568892285227776 <_> <_> <_>0 15 18 2 -1. <_>0 16 18 1 2. 0 2.1762759424746037e-003 -0.0909481570124626 0.2457586973905563 <_> <_> <_>2 15 17 3 -1. <_>2 16 17 1 3. 0 -0.0198136903345585 0.5290442109107971 -0.0387549512088299 <_> <_> <_>0 0 19 4 -1. <_>0 2 19 2 2. 0 0.0130351595580578 0.0679188221693039 -0.3041346967220306 <_> <_> <_>4 0 12 4 -1. <_>4 2 12 2 2. 0 -1.9664920400828123e-003 -0.2062616944313049 0.0961405932903290 <_> <_> <_>3 0 3 21 -1. <_>4 0 1 21 3. 0 -2.6359891053289175e-003 0.2508524954319000 -0.0832009613513947 <_> <_> <_>6 18 8 4 -1. <_>6 20 8 2 2. 0 -2.2968810517340899e-003 0.2963468134403229 -0.0587436892092228 <_> <_> <_>1 18 14 3 -1. <_>1 19 14 1 3. 0 -3.8644939195364714e-003 0.1941155046224594 -0.1082755997776985 <_> <_> <_>9 18 9 5 -1. <_>12 18 3 5 3. 0 4.4517841160995886e-005 -0.2445186972618103 0.1029302999377251 <_> <_> <_>0 18 19 3 -1. <_>0 19 19 1 3. 0 1.9567341078072786e-003 -0.1051924973726273 0.2249999940395355 <_> <_> <_>13 8 3 14 -1. <_>14 8 1 14 3. 0 0.0141881098970771 0.0321007184684277 -0.5914242267608643 <_> <_> <_>2 6 12 7 -1. <_>5 6 6 7 2. 0 -1.3274629600346088e-004 0.0745778530836105 -0.2765459120273590 <_> <_> <_>2 6 16 16 -1. <_>6 6 8 16 2. 0 0.0209963805973530 -0.0457354895770550 0.3294773101806641 -0.8346493840217590 17 -1 <_> <_> <_> <_>0 1 16 20 -1. <_>4 1 8 20 2. 0 -0.0398410782217979 0.1518651992082596 -0.2905524969100952 <_> <_> <_>12 9 4 14 -1. <_>14 9 2 7 2. <_>12 16 2 7 2. 0 1.1327869724482298e-003 -0.1192163005471230 0.1209888979792595 <_> <_> <_>3 9 4 14 -1. <_>3 9 2 7 2. <_>5 16 2 7 2. 0 1.0022070491686463e-003 0.1208863034844399 -0.2562133073806763 <_> <_> <_>11 11 6 10 -1. <_>14 11 3 5 2. <_>11 16 3 5 2. 0 0.0638662278652191 0.0476281009614468 -0.8615034818649292 <_> <_> <_>2 11 6 10 -1. <_>2 11 3 5 2. <_>5 16 3 5 2. 0 -3.0986019410192966e-003 -0.3197580873966217 0.0914346873760223 <_> <_> <_>2 8 16 9 -1. <_>6 8 8 9 2. 0 6.5784230828285217e-003 -0.0804730504751205 0.3612303137779236 <_> <_> <_>2 17 10 6 -1. <_>2 17 5 3 2. <_>7 20 5 3 2. 0 4.5082601718604565e-003 -0.1821575015783310 0.1467249989509583 <_> <_> <_>11 7 8 7 -1. <_>13 9 4 7 2. 1 -0.0165262408554554 -0.1295465975999832 0.0665224194526672 <_> <_> <_>8 7 7 8 -1. <_>6 9 7 4 2. 1 -4.1868099942803383e-003 -0.2655260860919952 0.1123768016695976 <_> <_> <_>7 7 6 16 -1. <_>7 11 6 8 2. 0 5.6613027118146420e-004 0.1182264983654022 -0.1611967980861664 <_> <_> <_>7 4 4 10 -1. <_>7 9 4 5 2. 0 2.0279800519347191e-003 -0.2261843979358673 0.1126369982957840 <_> <_> <_>5 0 9 5 -1. <_>8 0 3 5 3. 0 -0.0119691500440240 -0.2752344012260437 0.0836038663983345 <_> <_> <_>1 1 16 18 -1. <_>5 1 8 18 2. 0 -0.2841173112392426 0.4021610915660858 -0.0779717490077019 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 -3.6587871145457029e-003 -0.2972385883331299 0.0634847134351730 <_> <_> <_>0 20 18 3 -1. <_>6 20 6 3 3. 0 9.2046172358095646e-004 0.0778728201985359 -0.2953908145427704 <_> <_> <_>8 9 3 14 -1. <_>9 9 1 14 3. 0 0.0135717596858740 -0.0724307671189308 0.3484975099563599 <_> <_> <_>2 4 13 2 -1. <_>2 4 13 1 2. 1 -3.1399999279528856e-003 -0.2208877950906754 0.1007215976715088 <_> <_> <_>6 0 10 16 -1. <_>11 0 5 8 2. <_>6 8 5 8 2. 0 6.9894008338451385e-003 0.0591882094740868 -0.1413722038269043 <_> <_> <_>2 14 5 6 -1. <_>2 17 5 3 2. 0 -5.9609091840684414e-004 0.1356392949819565 -0.1508132964372635 <_> <_> <_>12 8 4 8 -1. <_>12 12 4 4 2. 0 1.6805849736556411e-003 -0.0783482566475868 0.0773573666810989 <_> <_> <_>3 8 4 8 -1. <_>3 12 4 4 2. 0 -5.7250040117651224e-004 0.2357279956340790 -0.1159436032176018 <_> <_> <_>14 6 3 10 -1. <_>14 11 3 5 2. 0 0.0434741601347923 8.2836961373686790e-003 -0.3742831051349640 <_> <_> <_>2 6 3 10 -1. <_>2 11 3 5 2. 0 6.0316640883684158e-004 -0.1784690022468567 0.1618576049804688 <_> <_> <_>7 5 12 16 -1. <_>7 9 12 8 2. 0 0.0268817208707333 0.0724194422364235 -0.1797195971012116 <_> <_> <_>6 11 4 9 -1. <_>8 11 2 9 2. 0 -0.0492738783359528 0.4638639986515045 -0.0502769388258457 <_> <_> <_>7 18 10 5 -1. <_>7 18 5 5 2. 0 -0.0672252029180527 -1. 0.0135324001312256 <_> <_> <_>4 0 11 14 -1. <_>4 7 11 7 2. 0 0.2020377069711685 -0.0387481003999710 0.5721197724342346 <_> <_> <_>8 1 9 15 -1. <_>11 6 3 5 9. 0 0.0314897485077381 0.0454889088869095 -0.1253937035799027 <_> <_> <_>0 6 5 8 -1. <_>0 10 5 4 2. 0 -5.7097017997875810e-004 0.1961971074342728 -0.1094473972916603 <_> <_> <_>15 0 4 13 -1. <_>15 0 2 13 2. 1 -7.8234989196062088e-003 0.0679543614387512 -0.0720759630203247 <_> <_> <_>4 0 13 4 -1. <_>4 0 13 2 2. 1 -0.0215553902089596 -0.2889066040515900 0.0998060181736946 <_> <_> <_>6 3 9 5 -1. <_>9 3 3 5 3. 0 -0.0837671980261803 -0.4368507862091065 0.0107926502823830 <_> <_> <_>4 3 9 5 -1. <_>7 3 3 5 3. 0 -3.5752300173044205e-003 0.1119166985154152 -0.1946146041154862 <_> <_> <_>7 1 12 4 -1. <_>7 1 6 4 2. 0 0.0122654195874929 -0.0657282173633575 0.3273935914039612 <_> <_> <_>0 2 6 12 -1. <_>0 8 6 6 2. 0 2.8762801084667444e-003 -0.1872380971908569 0.1124698966741562 <_> <_> <_>5 0 12 5 -1. <_>5 0 6 5 2. 0 7.4190571904182434e-003 0.0515259206295013 -0.2661541998386383 <_> <_> <_>2 0 14 5 -1. <_>9 0 7 5 2. 0 -4.9716630019247532e-003 0.1538427025079727 -0.1514144986867905 <_> <_> <_>9 1 4 14 -1. <_>10 1 2 14 2. 0 0.0202948991209269 -0.0195327997207642 0.3057104945182800 <_> <_> <_>3 5 9 8 -1. <_>3 7 9 4 2. 0 0.0134690199047327 0.0623453184962273 -0.3634374141693115 <_> <_> <_>2 7 16 9 -1. <_>6 7 8 9 2. 0 6.8610929884016514e-003 -0.0624873489141464 0.2882091104984283 <_> <_> <_>0 19 14 2 -1. <_>7 19 7 2 2. 0 -5.9594889171421528e-004 0.0855377390980721 -0.2408138066530228 <_> <_> <_>8 20 10 3 -1. <_>8 20 5 3 2. 0 -0.0401498712599278 -1. 1.5480610309168696e-003 <_> <_> <_>1 20 10 3 -1. <_>6 20 5 3 2. 0 -2.7885669842362404e-003 -0.2233868986368179 0.1100115999579430 <_> <_> <_>15 8 3 10 -1. <_>16 9 1 10 3. 1 -7.9318676143884659e-003 0.1304326951503754 -0.0288591794669628 <_> <_> <_>0 21 16 2 -1. <_>8 21 8 2 2. 0 -2.9607459509861656e-005 0.1187603995203972 -0.1701882034540176 <_> <_> <_>4 6 15 3 -1. <_>4 7 15 1 3. 0 2.6092668995261192e-003 -0.0698777809739113 0.1503650993108749 <_> <_> <_>6 4 3 14 -1. <_>7 4 1 14 3. 0 -0.0459702089428902 0.5632215142250061 -0.0363181307911873 <_> <_> <_>7 18 10 5 -1. <_>7 18 5 5 2. 0 9.0047682169824839e-004 0.0324610583484173 -0.1897388994693756 <_> <_> <_>2 18 10 5 -1. <_>7 18 5 5 2. 0 -0.0517124086618423 -0.8504551053047180 0.0206797402352095 <_> <_> <_>6 0 10 16 -1. <_>11 0 5 8 2. <_>6 8 5 8 2. 0 -0.1417240947484970 -0.9100450873374939 3.8531969767063856e-003 <_> <_> <_>3 0 10 16 -1. <_>3 0 5 8 2. <_>8 8 5 8 2. 0 -0.0697711929678917 0.4214478135108948 -0.0551622696220875 <_> <_> <_>6 0 7 4 -1. <_>6 2 7 2 2. 0 -7.5836889445781708e-003 -0.4218929111957550 0.0619645304977894 <_> <_> <_>0 2 19 3 -1. <_>0 3 19 1 3. 0 -1.2404819717630744e-003 0.1755862981081009 -0.1354064047336578 <_> <_> <_>7 0 12 4 -1. <_>7 2 12 2 2. 0 0.0106146996840835 0.0450832396745682 -0.2576557099819183 <_> <_> <_>0 2 15 3 -1. <_>0 3 15 1 3. 0 1.7647630302235484e-003 -0.1100924983620644 0.2404121011495590 <_> <_> <_>1 5 18 3 -1. <_>1 6 18 1 3. 0 3.7170480936765671e-003 -0.0769208222627640 0.2011951953172684 <_> <_> <_>3 0 12 6 -1. <_>3 2 12 2 3. 0 0.0152806797996163 0.0586051195859909 -0.3622012138366699 <_> <_> <_>5 0 10 10 -1. <_>5 5 10 5 2. 0 -0.0816356167197227 0.5281978845596314 -0.0436089709401131 <_> <_> <_>5 1 9 4 -1. <_>5 3 9 2 2. 0 -2.4431939236819744e-003 -0.2436936050653458 0.0843842774629593 <_> <_> <_>5 2 12 6 -1. <_>5 4 12 2 3. 0 -1.2289900332689285e-003 0.1033272966742516 -0.0974423289299011 <_> <_> <_>1 15 9 6 -1. <_>1 17 9 2 3. 0 6.9271848769858479e-004 -0.1136775016784668 0.1612184941768646 <_> <_> <_>5 13 14 9 -1. <_>5 16 14 3 3. 0 9.9380649626255035e-003 0.0527746789157391 -0.1522282063961029 <_> <_> <_>8 12 8 3 -1. <_>7 13 8 1 3. 1 -0.0183777492493391 0.4680078923702240 -0.0424112305045128 <_> <_> <_>12 8 2 15 -1. <_>12 8 1 15 2. 0 -3.0569550581276417e-003 0.1286662966012955 -0.0983085632324219 <_> <_> <_>5 8 2 15 -1. <_>6 8 1 15 2. 0 -1.8440110143274069e-003 -0.2759248912334442 0.1005029976367950 <_> <_> <_>11 5 3 14 -1. <_>12 5 1 14 3. 0 5.6205368600785732e-003 -0.0707162171602249 0.1673406958580017 <_> <_> <_>5 8 2 14 -1. <_>6 8 1 14 2. 0 3.4157470799982548e-003 0.0523780882358551 -0.5098274946212769 <_> <_> <_>11 6 3 14 -1. <_>12 6 1 14 3. 0 -3.0376210343092680e-003 0.1424362957477570 -0.0630370602011681 -0.7035266757011414 18 -1 <_> <_> <_> <_>0 0 8 22 -1. <_>0 0 4 11 2. <_>4 11 4 11 2. 0 0.0101266400888562 -0.2186378985643387 0.1751348972320557 <_> <_> <_>13 10 4 8 -1. <_>13 10 2 8 2. 0 -2.6893198955804110e-003 -0.3282296955585480 0.0998382568359375 <_> <_> <_>1 13 16 7 -1. <_>5 13 8 7 2. 0 -0.0155735304579139 0.1959401965141296 -0.2253597974777222 <_> <_> <_>13 10 4 8 -1. <_>13 10 2 8 2. 0 4.9326270818710327e-003 0.0499884709715843 -0.5317537784576416 <_> <_> <_>2 10 4 8 -1. <_>4 10 2 8 2. 0 -7.6638202881440520e-004 -0.2692666947841644 0.1175142973661423 <_> <_> <_>5 7 10 6 -1. <_>10 7 5 3 2. <_>5 10 5 3 2. 0 -1.2552300177048892e-004 0.0691107884049416 -0.0817273929715157 <_> <_> <_>0 19 8 4 -1. <_>4 19 4 4 2. 0 -1.4519299838866573e-005 0.1148395016789436 -0.2301712930202484 <_> <_> <_>3 15 15 3 -1. <_>3 16 15 1 3. 0 -0.0161138400435448 0.5095658898353577 -0.0374940298497677 <_> <_> <_>7 2 4 16 -1. <_>7 2 2 8 2. <_>9 10 2 8 2. 0 5.5138790048658848e-003 -0.0787875503301620 0.2377143949270248 <_> <_> <_>8 6 4 12 -1. <_>8 10 4 4 3. 0 0.0877638235688210 0.0138639798387885 -0.8977738022804260 <_> <_> <_>7 6 4 12 -1. <_>7 10 4 4 3. 0 -0.0128255700692534 -0.3950499892234802 0.0555463284254074 <_> <_> <_>3 15 14 2 -1. <_>3 16 14 1 2. 0 8.2099979044869542e-004 -0.1266397982835770 0.1908162981271744 <_> <_> <_>0 15 17 8 -1. <_>0 17 17 4 2. 0 -1.2775770155712962e-003 0.1106508001685143 -0.1980109959840775 <_> <_> <_>10 3 9 10 -1. <_>10 3 9 5 2. 1 -0.2522971928119659 -0.8103982806205750 8.3870543166995049e-003 <_> <_> <_>7 8 4 10 -1. <_>7 13 4 5 2. 0 7.0347747532650828e-004 -0.2138054966926575 0.0986735969781876 <_> <_> <_>7 8 7 15 -1. <_>7 13 7 5 3. 0 0.0107174804434180 0.0844704434275627 -0.2606374919414520 <_> <_> <_>1 0 16 20 -1. <_>5 0 8 20 2. 0 5.1081487908959389e-003 -0.0557322204113007 0.4144786000251770 <_> <_> <_>9 18 9 5 -1. <_>12 18 3 5 3. 0 -0.0190061591565609 -0.3747524917125702 7.9524833709001541e-003 <_> <_> <_>1 18 9 5 -1. <_>4 18 3 5 3. 0 1.1136929970234632e-003 -0.2265014946460724 0.1078938990831375 <_> <_> <_>8 7 8 12 -1. <_>12 7 4 6 2. <_>8 13 4 6 2. 0 0.0111417695879936 -0.0420547984540462 0.1369771063327789 <_> <_> <_>2 9 4 13 -1. <_>4 9 2 13 2. 0 1.2054879916831851e-003 0.0921059772372246 -0.2308367937803268 <_> <_> <_>12 14 7 4 -1. <_>12 16 7 2 2. 0 -2.0797130127903074e-004 0.0842105969786644 -0.0669676810503006 <_> <_> <_>0 6 18 3 -1. <_>0 7 18 1 3. 0 -0.0164126493036747 0.4226919114589691 -0.0496386997401714 <_> <_> <_>1 16 18 7 -1. <_>1 16 9 7 2. 0 7.0363390259444714e-003 0.0905506610870361 -0.2732287049293518 <_> <_> <_>0 18 15 5 -1. <_>5 18 5 5 3. 0 -8.4774550050497055e-003 -0.1900486946105957 0.1041653975844383 <_> <_> <_>10 5 4 8 -1. <_>10 5 2 8 2. 0 -0.0877996310591698 -1. 4.5551471412181854e-003 <_> <_> <_>5 5 4 8 -1. <_>7 5 2 8 2. 0 -0.0467311106622219 0.4160776138305664 -0.0679246112704277 <_> <_> <_>7 0 6 5 -1. <_>7 0 3 5 2. 0 7.4915830045938492e-003 0.0475161895155907 -0.4430620074272156 <_> <_> <_>6 2 2 15 -1. <_>7 2 1 15 2. 0 8.6966790258884430e-003 -0.0394231490790844 0.5218827724456787 <_> <_> <_>4 0 12 4 -1. <_>4 0 6 4 2. 0 -6.4137862063944340e-003 -0.2474942952394486 0.1135025024414063 <_> <_> <_>5 0 2 14 -1. <_>5 7 2 7 2. 0 6.4909840002655983e-003 -0.2023759037256241 0.1188730970025063 <_> <_> <_>5 16 14 4 -1. <_>5 17 14 2 2. 0 1.1677639558911324e-003 -0.0981874391436577 0.1447045952081680 <_> <_> <_>2 9 2 14 -1. <_>3 9 1 14 2. 0 8.0650653690099716e-003 0.0308064296841621 -0.5741053819656372 <_> <_> <_>12 0 4 7 -1. <_>12 0 2 7 2. 0 -6.1450549401342869e-003 0.1421328037977219 -0.1215547993779182 <_> <_> <_>3 0 4 7 -1. <_>5 0 2 7 2. 0 3.3926900941878557e-003 -0.0694254636764526 0.3794550001621246 <_> <_> <_>8 0 9 15 -1. <_>11 5 3 5 9. 0 0.2586125135421753 -8.0964984372258186e-003 0.5732439160346985 <_> <_> <_>2 0 9 15 -1. <_>5 5 3 5 9. 0 0.0463276505470276 0.0934282690286636 -0.2927432060241699 <_> <_> <_>16 5 2 16 -1. <_>16 5 1 16 2. 1 -1.4053919585421681e-005 0.0595843009650707 -0.1219384968280792 <_> <_> <_>3 5 16 2 -1. <_>3 5 16 1 2. 1 -5.5521689355373383e-003 -0.3026813864707947 0.0794819965958595 <_> <_> <_>9 11 6 9 -1. <_>11 11 2 9 3. 0 -0.0719741806387901 0.5986248850822449 -0.0324142388999462 <_> <_> <_>7 6 8 4 -1. <_>7 6 4 4 2. 1 -1.1097419774159789e-003 -0.2228900045156479 0.0948095768690109 <_> <_> <_>10 0 8 8 -1. <_>14 0 4 4 2. <_>10 4 4 4 2. 0 0.0110122803598642 -0.0509547106921673 0.2199670970439911 <_> <_> <_>3 0 12 4 -1. <_>7 0 4 4 3. 0 -0.1066353023052216 -0.7825710773468018 0.0230757091194391 <_> <_> <_>9 11 6 9 -1. <_>11 11 2 9 3. 0 0.0268266107887030 -0.0333343781530857 0.3282557129859924 <_> <_> <_>3 10 4 10 -1. <_>5 10 2 10 2. 0 0.0164807792752981 0.0247930791229010 -0.7910236716270447 <_> <_> <_>11 12 6 5 -1. <_>11 12 3 5 2. 0 1.4533529756590724e-003 -0.0473778210580349 0.1829988956451416 <_> <_> <_>4 11 6 9 -1. <_>6 11 2 9 3. 0 0.0465367212891579 -0.0422177799046040 0.4720196127891541 <_> <_> <_>12 12 7 4 -1. <_>12 12 7 2 2. 1 0.0136040495708585 0.0715431720018387 -0.2817555963993073 <_> <_> <_>1 0 8 8 -1. <_>1 0 4 4 2. <_>5 4 4 4 2. 0 2.9868748970329762e-003 -0.1201931983232498 0.1516525000333786 <_> <_> <_>10 4 9 10 -1. <_>10 4 9 5 2. 1 0.0754555836319923 7.6729329302906990e-003 -0.3756060004234314 <_> <_> <_>1 1 12 8 -1. <_>1 1 6 4 2. <_>7 5 6 4 2. 0 -2.1207109093666077e-003 0.1162438988685608 -0.1518730968236923 <_> <_> <_>2 14 16 2 -1. <_>2 14 8 2 2. 0 4.6092201955616474e-003 0.0523151606321335 -0.2305060029029846 <_> <_> <_>7 3 4 14 -1. <_>8 3 2 14 2. 0 1.0207670275121927e-003 -0.1138001009821892 0.1762644052505493 <_> <_> <_>7 1 6 7 -1. <_>9 1 2 7 3. 0 6.2532532028853893e-003 0.0616743601858616 -0.3491523861885071 <_> <_> <_>3 10 4 12 -1. <_>3 14 4 4 3. 0 0.0283224005252123 -0.0399581491947174 0.5239297747612000 <_> <_> <_>8 4 6 7 -1. <_>10 4 2 7 3. 0 -0.0163423605263233 -0.1256355941295624 0.0400417409837246 <_> <_> <_>5 4 6 7 -1. <_>7 4 2 7 3. 0 -1.8282469827681780e-003 0.0911350324749947 -0.1922471970319748 <_> <_> <_>5 7 14 8 -1. <_>5 7 7 8 2. 0 0.0446169190108776 -0.0175829101353884 0.3028193116188049 <_> <_> <_>2 12 6 5 -1. <_>5 12 3 5 2. 0 3.5677649429999292e-004 -0.0878974124789238 0.2233915030956268 <_> <_> <_>12 9 4 7 -1. <_>12 9 2 7 2. 0 -4.5413200859911740e-004 0.0655228272080421 -0.0996793806552887 <_> <_> <_>3 9 4 7 -1. <_>5 9 2 7 2. 0 1.5353029593825340e-003 0.0685900002717972 -0.2972837090492249 <_> <_> <_>13 2 4 12 -1. <_>13 6 4 4 3. 0 2.1600390318781137e-003 -0.0897365286946297 0.0802845433354378 <_> <_> <_>2 2 4 12 -1. <_>2 6 4 4 3. 0 -5.9745612088590860e-004 0.2187386006116867 -0.1139852032065392 <_> <_> <_>2 2 16 8 -1. <_>10 2 8 4 2. <_>2 6 8 4 2. 0 -0.0123560503125191 -0.2935076057910919 0.0644203200936317 <_> <_> <_>2 2 15 9 -1. <_>7 5 5 3 9. 0 -0.3267093002796173 0.3892014920711517 -0.0491654090583324 <_> <_> <_>8 7 3 12 -1. <_>8 13 3 6 2. 0 8.7828626856207848e-003 0.0861861929297447 -0.2263184934854507 <_> <_> <_>2 0 3 15 -1. <_>3 0 1 15 3. 0 3.3569689840078354e-003 -0.0911942869424820 0.2126410007476807 -0.7464476823806763 19 -1 <_> <_> <_> <_>1 8 16 4 -1. <_>5 8 8 4 2. 0 -0.0152904996648431 0.1601132005453110 -0.2151194065809250 <_> <_> <_>6 0 8 8 -1. <_>10 0 4 4 2. <_>6 4 4 4 2. 0 -5.9956451877951622e-003 -0.1829978972673416 0.0378865003585815 <_> <_> <_>8 9 2 14 -1. <_>9 9 1 14 2. 0 6.2301359139382839e-004 -0.1219919994473457 0.2116325050592423 <_> <_> <_>8 5 3 10 -1. <_>8 10 3 5 2. 0 5.8087380602955818e-004 -0.2274738997220993 0.0769580379128456 <_> <_> <_>8 9 3 14 -1. <_>9 9 1 14 3. 0 -2.8277048841118813e-003 0.2759746015071869 -0.0789423063397408 <_> <_> <_>6 7 12 16 -1. <_>6 11 12 8 2. 0 0.0210963208228350 0.0412959195673466 -0.3293308019638062 <_> <_> <_>4 0 3 16 -1. <_>5 0 1 16 3. 0 -2.2117430344223976e-003 0.2467256933450699 -0.0731216669082642 <_> <_> <_>13 9 4 11 -1. <_>13 9 2 11 2. 0 -2.3275949060916901e-003 -0.2282510995864868 0.0792851969599724 <_> <_> <_>0 18 14 3 -1. <_>7 18 7 3 2. 0 -4.4754869304597378e-003 0.1174404993653297 -0.1980140954256058 <_> <_> <_>6 9 12 11 -1. <_>9 9 6 11 2. 0 -2.5716619566082954e-003 0.0376587100327015 -0.1214805990457535 <_> <_> <_>1 7 16 9 -1. <_>5 7 8 9 2. 0 1.5387970488518476e-003 -0.0559732504189014 0.3692342936992645 <_> <_> <_>11 6 4 7 -1. <_>11 6 2 7 2. 0 -0.0330665186047554 0.3916000127792358 -0.0778629407286644 <_> <_> <_>3 11 12 12 -1. <_>7 15 4 4 9. 0 -0.0857277214527130 -0.2517474889755249 0.1354355067014694 <_> <_> <_>11 6 4 7 -1. <_>11 6 2 7 2. 0 -7.0333289913833141e-003 0.1332871019840241 -0.1566464006900787 <_> <_> <_>4 0 6 10 -1. <_>6 0 2 10 3. 0 -6.8310517235659063e-005 0.0994542017579079 -0.2341298013925552 <_> <_> <_>13 9 2 14 -1. <_>13 9 1 14 2. 0 -6.0546118766069412e-004 -0.1774266958236694 0.1001781001687050 <_> <_> <_>4 9 2 14 -1. <_>5 9 1 14 2. 0 -2.2480569314211607e-003 -0.3642463982105255 0.0535012595355511 <_> <_> <_>7 7 6 16 -1. <_>7 11 6 8 2. 0 -1.5090550296008587e-003 0.0775750502943993 -0.0949207171797752 <_> <_> <_>2 16 4 7 -1. <_>4 16 2 7 2. 0 -5.8666180848376825e-005 0.1258593946695328 -0.1452981978654862 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 3.5532109905034304e-003 -0.0986266136169434 0.0743262469768524 <_> <_> <_>2 16 6 7 -1. <_>4 16 2 7 3. 0 -1.4601859729737043e-003 -0.3302684128284454 0.0638134628534317 <_> <_> <_>14 13 5 6 -1. <_>14 16 5 3 2. 0 -2.3586049792356789e-004 0.1084676012396812 -0.1057104989886284 <_> <_> <_>0 0 12 6 -1. <_>6 0 6 6 2. 0 0.0147560602054000 -0.0594728402793407 0.3779289126396179 <_> <_> <_>4 0 14 7 -1. <_>4 0 7 7 2. 0 -0.1679531037807465 -0.6677346825599670 0.0174049306660891 <_> <_> <_>5 0 9 22 -1. <_>5 11 9 11 2. 0 0.0320176705718040 -0.2372045069932938 0.0962059274315834 <_> <_> <_>11 8 8 4 -1. <_>11 10 8 2 2. 0 -6.1111792456358671e-004 0.1356689035892487 -0.0681219324469566 <_> <_> <_>9 0 4 8 -1. <_>9 0 2 8 2. 1 -0.0115860402584076 -0.2976146042346954 0.0648532509803772 <_> <_> <_>5 17 14 2 -1. <_>5 18 14 1 2. 0 -1.1290679685771465e-003 0.1352047026157379 -0.0906935036182404 <_> <_> <_>1 17 14 3 -1. <_>1 18 14 1 3. 0 1.8352170009166002e-003 -0.0966946035623550 0.1872598975896835 <_> <_> <_>6 1 12 12 -1. <_>10 5 4 4 9. 0 -0.2758424878120422 0.2746022045612335 -0.0161767099052668 <_> <_> <_>1 1 12 12 -1. <_>5 5 4 4 9. 0 -0.0524872802197933 -0.2629503011703491 0.0842792764306068 <_> <_> <_>6 0 7 18 -1. <_>6 9 7 9 2. 0 -0.0284090805798769 0.4403317868709564 -0.0467363409698009 <_> <_> <_>0 0 12 9 -1. <_>3 0 6 9 2. 0 0.0122342295944691 0.0713919028639793 -0.2946347892284393 <_> <_> <_>9 9 3 14 -1. <_>10 9 1 14 3. 0 0.0377520881593227 -0.0325071401894093 0.6229391098022461 <_> <_> <_>7 5 5 9 -1. <_>7 8 5 3 3. 0 -0.0130063397809863 -0.3561950922012329 0.0570859201252460 <_> <_> <_>9 9 3 14 -1. <_>10 9 1 14 3. 0 -3.7061918992549181e-003 0.1748504936695099 -0.1050686985254288 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -4.8177209682762623e-003 0.1476109027862549 -0.1370013058185577 <_> <_> <_>12 10 5 8 -1. <_>12 10 5 4 2. 1 -0.0307267196476460 -0.2143260985612869 0.0345353297889233 <_> <_> <_>8 6 10 7 -1. <_>8 6 5 7 2. 1 0.0100443996489048 0.0824728682637215 -0.2132944017648697 <_> <_> <_>12 15 7 4 -1. <_>12 17 7 2 2. 0 3.3808979787863791e-004 -0.0563683994114399 0.0840506926178932 <_> <_> <_>0 15 7 4 -1. <_>0 17 7 2 2. 0 -3.4935539588332176e-004 0.1551014035940170 -0.1546518951654434 <_> <_> <_>15 6 2 16 -1. <_>15 6 1 16 2. 0 8.5416442016139627e-004 0.0748112127184868 -0.2076193988323212 <_> <_> <_>3 9 4 8 -1. <_>3 13 4 4 2. 0 -7.4278831016272306e-004 0.2069537043571472 -0.1131504029035568 <_> <_> <_>0 14 19 3 -1. <_>0 15 19 1 3. 0 -0.0418039113283157 0.7737541794776917 -0.0273915994912386 <_> <_> <_>1 12 4 7 -1. <_>3 12 2 7 2. 0 -8.9303712593391538e-004 -0.2892684936523438 0.0834253132343292 <_> <_> <_>14 12 4 11 -1. <_>14 12 2 11 2. 0 2.0034189801663160e-003 0.0578995198011398 -0.2181786000728607 <_> <_> <_>0 8 5 6 -1. <_>0 11 5 3 2. 0 7.4933562427759171e-004 -0.1360622048377991 0.1615003049373627 <_> <_> <_>4 0 14 3 -1. <_>4 0 7 3 2. 0 -0.0896454229950905 -0.9571774005889893 5.8882208541035652e-003 <_> <_> <_>1 0 14 3 -1. <_>8 0 7 3 2. 0 -6.5244808793067932e-003 0.1452196985483170 -0.1611984968185425 <_> <_> <_>12 3 7 4 -1. <_>12 5 7 2 2. 0 -2.8723690193146467e-003 0.1067081019282341 -0.0305057391524315 <_> <_> <_>0 3 7 4 -1. <_>0 5 7 2 2. 0 2.2762219887226820e-003 -0.1457338035106659 0.1559064984321594 <_> <_> <_>10 8 4 7 -1. <_>10 8 2 7 2. 0 4.3706637807190418e-003 -0.0243692994117737 0.2072412967681885 <_> <_> <_>1 12 4 11 -1. <_>3 12 2 11 2. 0 1.1989739723503590e-003 0.0884619429707527 -0.2253641039133072 <_> <_> <_>2 10 16 4 -1. <_>2 11 16 2 2. 0 -6.1923090834170580e-004 0.1510809063911438 -0.0991063416004181 <_> <_> <_>7 11 9 3 -1. <_>6 12 9 1 3. 1 -1.0555429616943002e-003 0.1539929956197739 -0.1441050022840500 <_> <_> <_>5 6 12 16 -1. <_>8 6 6 16 2. 0 0.0231018904596567 -0.0261075291782618 0.2587516903877258 <_> <_> <_>2 6 14 4 -1. <_>2 6 7 2 2. <_>9 8 7 2 2. 0 6.7337458021938801e-003 0.0646296367049217 -0.3229981958866119 <_> <_> <_>5 6 10 6 -1. <_>10 6 5 3 2. <_>5 9 5 3 2. 0 1.4084229478612542e-003 0.0857550725340843 -0.1494754999876022 <_> <_> <_>0 9 2 14 -1. <_>1 9 1 14 2. 0 -2.3923629487399012e-004 0.1870089024305344 -0.1094153001904488 <_> <_> <_>10 18 9 5 -1. <_>13 18 3 5 3. 0 2.2198690567165613e-004 -0.1951756030321121 0.0595878586173058 <_> <_> <_>4 9 10 3 -1. <_>3 10 10 1 3. 1 2.8156230691820383e-003 -0.0895278826355934 0.2289431989192963 <_> <_> <_>10 18 9 5 -1. <_>13 18 3 5 3. 0 7.8730508685112000e-003 0.0641397014260292 -0.1717485934495926 <_> <_> <_>0 18 9 5 -1. <_>3 18 3 5 3. 0 1.0448540560901165e-003 -0.2092723995447159 0.1102280989289284 <_> <_> <_>5 8 12 9 -1. <_>9 8 4 9 3. 0 -0.1804109960794449 0.2546054124832153 -0.0315802395343781 <_> <_> <_>2 8 12 9 -1. <_>6 8 4 9 3. 0 -0.1891681998968124 -0.8143904805183411 0.0302127506583929 <_> <_> <_>9 6 4 14 -1. <_>10 6 2 14 2. 0 -0.0489343404769897 0.4832926988601685 -0.0318133905529976 <_> <_> <_>2 20 15 3 -1. <_>7 20 5 3 3. 0 -6.2278551049530506e-003 -0.2246308028697968 0.0932022929191589 <_> <_> <_>5 4 9 5 -1. <_>8 4 3 5 3. 0 -3.6263489164412022e-003 0.0972399637103081 -0.2209493964910507 <_> <_> <_>6 6 4 14 -1. <_>7 6 2 14 2. 0 0.0206885300576687 -0.0390446893870831 0.6966891884803772 <_> <_> <_>10 0 2 14 -1. <_>10 0 1 14 2. 0 -6.5703191794455051e-003 -0.1591935008764267 0.0376973897218704 <_> <_> <_>7 0 2 14 -1. <_>8 0 1 14 2. 0 -2.7691440191119909e-003 -0.2177779972553253 0.1107555031776428 <_> <_> <_>12 0 4 8 -1. <_>12 0 2 8 2. 0 -2.5391899980604649e-003 0.0767533034086227 -0.1212102025747299 <_> <_> <_>0 3 14 3 -1. <_>0 4 14 1 3. 0 0.0145228998735547 -0.0469354689121246 0.4432204961776733 <_> <_> <_>5 20 10 3 -1. <_>5 20 5 3 2. 0 -4.8549640923738480e-003 -0.4104030132293701 0.0472962893545628 <_> <_> <_>6 18 7 4 -1. <_>6 20 7 2 2. 0 -3.6202149931341410e-003 0.3670789897441864 -0.0505831092596054 -0.7803025245666504 20 -1 <_> <_> <_> <_>3 6 6 9 -1. <_>5 6 2 9 3. 0 9.7794737666845322e-003 -0.1987376958131790 0.1875499039888382 <_> <_> <_>13 0 6 7 -1. <_>15 0 2 7 3. 0 2.5764610618352890e-003 -0.1654404997825623 0.1196829974651337 <_> <_> <_>3 13 4 10 -1. <_>5 13 2 10 2. 0 6.6844018874689937e-004 0.0811874270439148 -0.2695421874523163 <_> <_> <_>12 12 4 10 -1. <_>12 12 2 10 2. 0 1.8919180147349834e-003 0.0823986902832985 -0.1956467032432556 <_> <_> <_>3 12 4 7 -1. <_>5 12 2 7 2. 0 -8.2977651618421078e-004 -0.2138116955757141 0.1015295982360840 <_> <_> <_>13 0 6 14 -1. <_>15 0 2 14 3. 0 -2.5124829262495041e-003 0.2649702131748200 -0.0817281305789948 <_> <_> <_>0 0 6 12 -1. <_>2 0 2 12 3. 0 4.9220919609069824e-003 -0.1383789926767349 0.1704742014408112 <_> <_> <_>5 19 14 4 -1. <_>12 19 7 2 2. <_>5 21 7 2 2. 0 1.5432259533554316e-003 -0.2348349988460541 0.1262467950582504 <_> <_> <_>0 12 9 10 -1. <_>0 17 9 5 2. 0 -7.5272549875080585e-003 -0.2190258055925369 0.0782149434089661 <_> <_> <_>14 13 5 6 -1. <_>14 16 5 3 2. 0 -3.2087319414131343e-004 0.0998033136129379 -0.1005263030529022 <_> <_> <_>0 16 8 4 -1. <_>0 18 8 2 2. 0 -5.6291592773050070e-004 0.1458780020475388 -0.1319447010755539 <_> <_> <_>3 16 16 3 -1. <_>3 17 16 1 3. 0 -0.0342483595013618 0.7317953109741211 -0.0257543697953224 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 5.5207060649991035e-003 0.0738294273614883 -0.2461594045162201 <_> <_> <_>2 0 16 5 -1. <_>6 0 8 5 2. 0 0.0336631610989571 -0.0507508292794228 0.5105447769165039 <_> <_> <_>0 0 17 10 -1. <_>0 5 17 5 2. 0 0.0106051396578550 -0.1959338039159775 0.0961627289652824 <_> <_> <_>8 1 3 15 -1. <_>9 1 1 15 3. 0 3.6454470828175545e-003 -0.1027477011084557 0.1802129000425339 <_> <_> <_>0 2 8 20 -1. <_>0 7 8 10 2. 0 0.0316587202250957 0.0774153470993042 -0.2349832057952881 <_> <_> <_>8 7 4 10 -1. <_>8 12 4 5 2. 0 0.0604964494705200 7.9810861498117447e-003 -0.5812633037567139 <_> <_> <_>7 7 4 10 -1. <_>7 12 4 5 2. 0 -2.1451190696097910e-004 -0.2714141011238098 0.0724482312798500 <_> <_> <_>11 0 3 17 -1. <_>12 0 1 17 3. 0 -8.9069753885269165e-003 0.1086466014385223 -0.0378909781575203 <_> <_> <_>5 0 3 17 -1. <_>6 0 1 17 3. 0 -3.1367139890789986e-003 0.2319408059120178 -0.0832429975271225 <_> <_> <_>12 9 3 14 -1. <_>13 9 1 14 3. 0 -8.2477089017629623e-004 0.1375737041234970 -0.0407095216214657 <_> <_> <_>6 2 6 10 -1. <_>9 2 3 10 2. 0 -3.8041090010665357e-004 0.0996559485793114 -0.2011525034904480 <_> <_> <_>4 21 14 2 -1. <_>4 21 7 2 2. 0 3.0412159394472837e-003 0.0486063882708550 -0.2926115989685059 <_> <_> <_>5 0 8 4 -1. <_>9 0 4 4 2. 0 -2.7135149575769901e-003 -0.2040290981531143 0.0872701928019524 <_> <_> <_>10 0 4 8 -1. <_>10 0 4 4 2. 1 -0.1145422011613846 0.2634224891662598 -0.0289768297225237 <_> <_> <_>3 0 12 6 -1. <_>3 0 6 3 2. <_>9 3 6 3 2. 0 -7.9219061881303787e-003 -0.2395422011613846 0.0784254595637321 <_> <_> <_>8 8 6 8 -1. <_>10 8 2 8 3. 0 -0.0642724037170410 0.3865104913711548 -0.0349812805652618 <_> <_> <_>1 13 12 8 -1. <_>4 13 6 8 2. 0 0.0208201594650745 0.0366767384111881 -0.5090972185134888 <_> <_> <_>8 8 6 8 -1. <_>10 8 2 8 3. 0 4.7503421083092690e-003 -0.0491715185344219 0.1854227036237717 <_> <_> <_>5 8 6 8 -1. <_>7 8 2 8 3. 0 -0.0935890376567841 0.6282237768173218 -0.0251404698938131 <_> <_> <_>7 13 8 10 -1. <_>9 13 4 10 2. 0 -6.8223377456888556e-004 0.0400907993316650 -0.1025065034627914 <_> <_> <_>4 14 8 9 -1. <_>6 14 4 9 2. 0 -8.3058718591928482e-003 -0.2162594944238663 0.0855050235986710 <_> <_> <_>9 15 9 5 -1. <_>12 15 3 5 3. 0 5.5919620208442211e-003 -0.0657242611050606 0.0619394518435001 <_> <_> <_>7 15 4 7 -1. <_>9 15 2 7 2. 0 1.8336649518460035e-003 -0.1032480970025063 0.2513414919376373 <_> <_> <_>4 19 12 4 -1. <_>4 19 6 4 2. 0 -4.4351099058985710e-003 -0.1510027945041657 0.0373230092227459 <_> <_> <_>6 15 6 8 -1. <_>8 15 2 8 3. 0 -4.7271270304918289e-003 0.1350070983171463 -0.1525021940469742 <_> <_> <_>8 5 8 8 -1. <_>12 5 4 4 2. <_>8 9 4 4 2. 0 5.3573452169075608e-004 -0.0609647706151009 0.0719967335462570 <_> <_> <_>0 14 7 4 -1. <_>0 16 7 2 2. 0 -1.3135100016370416e-004 0.1290217936038971 -0.1310760974884033 <_> <_> <_>10 2 4 8 -1. <_>11 3 2 8 2. 1 4.0799290873110294e-003 0.0494333095848560 -0.1946709007024765 <_> <_> <_>1 12 17 3 -1. <_>1 13 17 1 3. 0 -3.1066180672496557e-003 0.2398454993963242 -0.0712815672159195 <_> <_> <_>13 8 4 15 -1. <_>14 8 2 15 2. 0 0.0109994001686573 0.0290179308503866 -0.3850468099117279 <_> <_> <_>2 12 14 3 -1. <_>2 13 14 1 3. 0 1.5001590363681316e-003 -0.0836524367332459 0.1814112961292267 <_> <_> <_>6 12 7 6 -1. <_>6 14 7 2 3. 0 0.0137001499533653 0.0367532595992088 -0.4508658945560455 <_> <_> <_>2 2 12 6 -1. <_>2 2 6 3 2. <_>8 5 6 3 2. 0 3.9507630281150341e-003 -0.0694171115756035 0.2154071033000946 <_> <_> <_>11 0 8 5 -1. <_>11 0 4 5 2. 0 -8.5161393508315086e-003 0.1070408970117569 -0.1485738009214401 <_> <_> <_>0 0 8 5 -1. <_>4 0 4 5 2. 0 1.7032850300893188e-003 -0.0818965211510658 0.3239806890487671 <_> <_> <_>1 2 18 20 -1. <_>1 2 9 20 2. 0 -0.0108529301360250 -0.1314232945442200 0.0999901890754700 <_> <_> <_>9 5 10 8 -1. <_>9 5 5 8 2. 1 -3.7832378875464201e-003 0.0975966379046440 -0.1608145982027054 <_> <_> <_>7 8 7 10 -1. <_>7 13 7 5 2. 0 0.0132632600143552 0.0681890770792961 -0.1482066065073013 <_> <_> <_>7 7 4 14 -1. <_>8 7 2 14 2. 0 -0.0442763008177280 0.5388399958610535 -0.0347698815166950 <_> <_> <_>15 7 4 16 -1. <_>15 7 2 16 2. 0 -0.0164764393121004 -0.6934183835983276 0.0302859302610159 <_> <_> <_>0 0 12 7 -1. <_>4 0 4 7 3. 0 0.0150639601051807 0.0503653511404991 -0.3221526145935059 <_> <_> <_>11 7 4 7 -1. <_>11 7 2 7 2. 1 0.0532300695776939 4.0058908052742481e-003 -1.0000929832458496 <_> <_> <_>4 4 6 15 -1. <_>7 4 3 15 2. 0 -0.1228208988904953 0.4043856859207153 -0.0546611696481705 <_> <_> <_>6 10 9 13 -1. <_>9 10 3 13 3. 0 -0.0802053213119507 -0.1891590952873230 0.0357042886316776 <_> <_> <_>1 14 4 7 -1. <_>3 14 2 7 2. 0 -1.1679669842123985e-003 -0.2764140069484711 0.0599743984639645 <_> <_> <_>11 1 3 14 -1. <_>12 1 1 14 3. 0 -3.1197320204228163e-003 0.1130719035863876 -0.0728807300329208 <_> <_> <_>5 11 4 8 -1. <_>7 11 2 8 2. 0 3.6612390540540218e-003 -0.0478285700082779 0.3906736969947815 <_> <_> <_>11 6 4 7 -1. <_>11 6 2 7 2. 0 4.6034730039536953e-003 -0.0474484190344810 0.3614696860313416 <_> <_> <_>4 6 4 7 -1. <_>6 6 2 7 2. 0 -1.0733479866757989e-003 0.1126487031579018 -0.2907496094703674 <_> <_> <_>7 5 9 9 -1. <_>10 5 3 9 3. 0 -0.0183106902986765 0.0967293530702591 -0.1015082001686096 <_> <_> <_>2 1 12 12 -1. <_>6 5 4 4 9. 0 -0.0681947395205498 -0.2204868942499161 0.1097799018025398 <_> <_> <_>4 19 14 4 -1. <_>11 19 7 2 2. <_>4 21 7 2 2. 0 8.9977607131004333e-003 -0.0296524409204721 0.1505921930074692 <_> <_> <_>1 19 14 4 -1. <_>1 19 7 2 2. <_>8 21 7 2 2. 0 2.6954131317324936e-004 -0.1991785019636154 0.0946779921650887 <_> <_> <_>9 18 9 5 -1. <_>12 18 3 5 3. 0 5.9090729337185621e-004 -0.1324030011892319 0.0630881786346436 <_> <_> <_>1 18 9 5 -1. <_>4 18 3 5 3. 0 5.5691739544272423e-003 0.1031828969717026 -0.1927673965692520 <_> <_> <_>11 4 8 6 -1. <_>11 4 4 6 2. 1 -0.0994341298937798 0.2591108083724976 -0.0439478717744350 <_> <_> <_>6 8 7 6 -1. <_>6 10 7 2 3. 0 -9.6295922994613647e-003 -0.3687196969985962 0.0465061701834202 <_> <_> <_>5 17 14 2 -1. <_>5 18 14 1 2. 0 -1.7397940391674638e-003 0.1373603940010071 -0.0698224827647209 <_> <_> <_>6 6 9 3 -1. <_>5 7 9 1 3. 1 -0.0132694300264120 0.4521614909172058 -0.0384612381458282 <_> <_> <_>13 9 4 11 -1. <_>13 9 2 11 2. 0 2.5604839902371168e-003 0.0548587813973427 -0.2496352940797806 <_> <_> <_>2 9 4 11 -1. <_>4 9 2 11 2. 0 -1.9173050532117486e-003 -0.2573320865631104 0.0674813836812973 <_> <_> <_>12 0 3 14 -1. <_>13 0 1 14 3. 0 -0.0374616496264935 0.5966824889183044 -0.0181210804730654 <_> <_> <_>4 0 3 14 -1. <_>5 0 1 14 3. 0 -1.9658938981592655e-003 0.1950152069330216 -0.0900263413786888 <_> <_> <_>7 10 5 6 -1. <_>7 13 5 3 2. 0 -3.2596408855170012e-003 -0.3564716875553131 0.0464952811598778 <_> <_> <_>0 12 17 4 -1. <_>0 14 17 2 2. 0 -0.0120436502620578 0.3750874996185303 -0.0530721992254257 <_> <_> <_>10 5 6 10 -1. <_>12 7 2 10 3. 1 4.1690650396049023e-003 -0.0418457612395287 0.1117779016494751 <_> <_> <_>2 9 12 12 -1. <_>6 13 4 4 9. 0 0.0142144998535514 0.0719657614827156 -0.2677752077579498 -0.8136615157127380 21 -1 <_> <_> <_> <_>1 15 12 8 -1. <_>7 15 6 8 2. 0 -0.0122309699654579 0.1456761062145233 -0.2404517978429794 <_> <_> <_>6 0 8 8 -1. <_>10 0 4 4 2. <_>6 4 4 4 2. 0 -5.5717672221362591e-003 -0.1878961026668549 0.0405967086553574 <_> <_> <_>0 15 7 8 -1. <_>0 17 7 4 2. 0 -5.5606552632525563e-004 0.1664956957101822 -0.1181783974170685 <_> <_> <_>8 7 4 8 -1. <_>8 11 4 4 2. 0 8.3173572784289718e-004 -0.1422403007745743 0.0416161604225636 <_> <_> <_>5 8 2 14 -1. <_>6 8 1 14 2. 0 -8.7869318667799234e-004 -0.1643044948577881 0.1552329063415527 <_> <_> <_>12 8 7 4 -1. <_>12 10 7 2 2. 0 -0.0136414803564548 0.3086752891540527 -0.0271722692996264 <_> <_> <_>0 13 14 4 -1. <_>0 13 7 2 2. <_>7 15 7 2 2. 0 1.4917860426066909e-005 -0.1559205055236816 0.1017657965421677 <_> <_> <_>6 13 7 8 -1. <_>6 15 7 4 2. 0 8.7703643366694450e-003 0.0615828782320023 -0.3054605126380920 <_> <_> <_>7 7 4 15 -1. <_>8 7 2 15 2. 0 7.5755198486149311e-003 -0.0687598735094070 0.2967574894428253 <_> <_> <_>11 16 5 6 -1. <_>11 19 5 3 2. 0 0.0498411618173122 0.0101279104128480 -0.7921342253684998 <_> <_> <_>4 0 6 10 -1. <_>4 0 3 5 2. <_>7 5 3 5 2. 0 -0.0110908197239041 0.1833902001380920 -0.1011369973421097 <_> <_> <_>11 10 7 6 -1. <_>9 12 7 2 3. 1 -0.0859370827674866 -0.4199456870555878 0.0155684798955917 <_> <_> <_>2 0 14 2 -1. <_>9 0 7 2 2. 0 -1.0151329915970564e-003 0.1147446036338806 -0.1609168052673340 <_> <_> <_>1 10 18 8 -1. <_>10 10 9 4 2. <_>1 14 9 4 2. 0 -0.0134702501818538 -0.3062644898891449 0.0531861409544945 <_> <_> <_>1 18 15 3 -1. <_>1 19 15 1 3. 0 0.0166351106017828 -0.0434589385986328 0.4404331147670746 <_> <_> <_>4 18 14 3 -1. <_>4 19 14 1 3. 0 -2.2650870960205793e-003 0.1598511934280396 -0.1272598057985306 <_> <_> <_>0 3 19 18 -1. <_>0 9 19 6 3. 0 0.0702881664037704 0.0648916289210320 -0.2349617928266525 <_> <_> <_>4 0 11 20 -1. <_>4 10 11 10 2. 0 0.0291863791644573 -0.2092027962207794 0.0892578735947609 <_> <_> <_>5 0 9 18 -1. <_>5 9 9 9 2. 0 -5.0624469295144081e-003 0.3437409102916718 -0.0620930492877960 <_> <_> <_>9 0 4 20 -1. <_>9 10 4 10 2. 0 2.9356318991631269e-003 -0.1424936950206757 0.0454122610390186 <_> <_> <_>1 11 6 6 -1. <_>1 14 6 3 2. 0 -6.7740739323198795e-003 0.3164179921150208 -0.0496016293764114 <_> <_> <_>12 16 6 6 -1. <_>12 19 6 3 2. 0 -1.4607170305680484e-004 0.1075204983353615 -0.1154003962874413 <_> <_> <_>3 8 2 14 -1. <_>4 8 1 14 2. 0 -3.5684450995177031e-003 -0.4167262911796570 0.0422028191387653 <_> <_> <_>7 11 5 12 -1. <_>7 15 5 4 3. 0 -2.0149808842688799e-003 0.1086013019084930 -0.1634970009326935 <_> <_> <_>5 11 5 12 -1. <_>5 14 5 6 2. 0 -8.7240645661950111e-003 -0.2200064063072205 0.0909270271658897 <_> <_> <_>13 0 4 16 -1. <_>15 0 2 8 2. <_>13 8 2 8 2. 0 7.3565947823226452e-003 -0.1033570021390915 0.1605197042226791 <_> <_> <_>1 0 12 8 -1. <_>7 0 6 8 2. 0 3.4252731129527092e-003 -0.0696356371045113 0.3149088025093079 <_> <_> <_>13 11 6 7 -1. <_>15 11 2 7 3. 0 -5.7803248055279255e-003 -0.4363917112350464 0.0361275486648083 <_> <_> <_>0 8 7 8 -1. <_>0 10 7 4 2. 0 -2.9641189612448215e-003 0.2179728001356125 -0.0778759419918060 <_> <_> <_>6 6 7 6 -1. <_>6 8 7 2 3. 0 0.0240286793559790 0.0259409602731466 -0.5764058828353882 <_> <_> <_>7 1 4 14 -1. <_>7 8 4 7 2. 0 0.0815144777297974 -0.0343803800642490 0.5795750021934509 <_> <_> <_>13 17 6 6 -1. <_>13 17 3 6 2. 0 6.7858170950785279e-004 0.1039874032139778 -0.2383109033107758 <_> <_> <_>5 11 4 12 -1. <_>5 17 4 6 2. 0 0.0426395200192928 -0.0411679707467556 0.4055674970149994 <_> <_> <_>13 17 6 6 -1. <_>13 17 3 6 2. 0 -4.0414459072053432e-003 -0.3865289092063904 0.0530535802245140 <_> <_> <_>0 8 2 14 -1. <_>0 15 2 7 2. 0 0.0422803089022636 0.0150585295632482 -0.9662395715713501 <_> <_> <_>13 18 6 5 -1. <_>13 18 3 5 2. 0 -7.3401766712777317e-005 0.0844386368989944 -0.1046855002641678 <_> <_> <_>4 0 2 14 -1. <_>5 0 1 14 2. 0 4.7503020614385605e-003 -0.0381354913115501 0.4306662976741791 <_> <_> <_>13 11 6 8 -1. <_>15 11 2 8 3. 0 1.7291309777647257e-003 0.0757335871458054 -0.1538420021533966 <_> <_> <_>1 11 3 12 -1. <_>1 17 3 6 2. 0 -4.8985757166519761e-004 0.1372247934341431 -0.1263125985860825 <_> <_> <_>12 18 6 5 -1. <_>12 18 3 5 2. 0 -2.2209450253285468e-004 0.0511391386389732 -0.0666613131761551 <_> <_> <_>0 15 4 8 -1. <_>0 19 4 4 2. 0 1.1202819878235459e-003 -0.1096849963068962 0.1561145037412643 <_> <_> <_>13 11 6 8 -1. <_>15 11 2 8 3. 0 -0.0205960292369127 -0.4542526006698608 5.6112911552190781e-003 <_> <_> <_>0 11 6 8 -1. <_>2 11 2 8 3. 0 -5.1287859678268433e-003 -0.3942252993583679 0.0441448204219341 <_> <_> <_>5 17 14 3 -1. <_>5 18 14 1 3. 0 -4.3597300536930561e-003 0.1939166039228439 -0.0659493282437325 <_> <_> <_>0 15 7 6 -1. <_>0 17 7 2 3. 0 4.7703061136417091e-004 -0.1190071031451225 0.1637544035911560 <_> <_> <_>10 8 4 10 -1. <_>10 8 2 10 2. 1 -0.0109937703236938 -0.2991574108600617 0.0287935007363558 <_> <_> <_>1 11 16 7 -1. <_>5 11 8 7 2. 0 8.1108389422297478e-003 -0.0481459498405457 0.3839995861053467 <_> <_> <_>5 0 9 16 -1. <_>8 0 3 16 3. 0 -3.6698309704661369e-003 0.0887120366096497 -0.3065086007118225 <_> <_> <_>6 6 2 14 -1. <_>7 6 1 14 2. 0 1.3895990559831262e-003 -0.0551562011241913 0.3510990142822266 <_> <_> <_>11 5 4 15 -1. <_>12 5 2 15 2. 0 1.2493750546127558e-003 -0.1802306026220322 0.1349010020494461 <_> <_> <_>9 8 10 4 -1. <_>9 8 10 2 2. 1 5.5981278419494629e-003 0.0797642469406128 -0.2784745991230011 <_> <_> <_>8 1 4 14 -1. <_>8 1 2 14 2. 0 -0.0381334796547890 0.3515341877937317 -0.0170894302427769 <_> <_> <_>7 1 4 14 -1. <_>9 1 2 14 2. 0 -4.6064890921115875e-003 -0.2219419926404953 0.1067579984664917 <_> <_> <_>1 14 18 9 -1. <_>7 17 6 3 9. 0 -0.2379301041364670 0.4007951021194458 -0.0621518082916737 <_> <_> <_>6 9 7 9 -1. <_>6 12 7 3 3. 0 0.0120104104280472 0.0586469210684299 -0.3523482978343964 <_> <_> <_>1 11 18 2 -1. <_>1 12 18 1 2. 0 8.4618777036666870e-003 -0.0414554998278618 0.3936221897602081 <_> <_> <_>7 7 4 16 -1. <_>7 11 4 8 2. 0 -0.0144825996831059 -0.2704995870590210 0.0694004967808723 <_> <_> <_>2 10 15 3 -1. <_>2 11 15 1 3. 0 2.5672810152173042e-003 -0.0823579877614975 0.2295956015586853 <_> <_> <_>6 12 7 9 -1. <_>6 15 7 3 3. 0 6.8167857825756073e-003 0.0852120667695999 -0.2281312048435211 <_> <_> <_>4 10 15 3 -1. <_>4 11 15 1 3. 0 -6.4145028591156006e-004 0.1326024979352951 -0.0810919627547264 <_> <_> <_>0 19 14 4 -1. <_>0 19 7 2 2. <_>7 21 7 2 2. 0 3.8798429886810482e-004 -0.2180052995681763 0.0829776674509048 <_> <_> <_>5 17 14 3 -1. <_>5 18 14 1 3. 0 0.0263080000877380 -0.0255589094012976 0.5898965001106262 <_> <_> <_>1 7 3 14 -1. <_>2 7 1 14 3. 0 2.0907879807054996e-003 0.0576117411255836 -0.3028649091720581 <_> <_> <_>9 0 6 7 -1. <_>11 0 2 7 3. 0 -0.0111323697492480 -0.1382286995649338 0.0422580800950527 <_> <_> <_>4 0 6 7 -1. <_>6 0 2 7 3. 0 -1.5296150231733918e-003 0.0917496979236603 -0.2218109965324402 <_> <_> <_>6 5 8 6 -1. <_>6 5 4 6 2. 0 6.7247601691633463e-004 -0.0670843496918678 0.0797620713710785 <_> <_> <_>5 2 3 16 -1. <_>6 2 1 16 3. 0 0.0103866597637534 -0.0746211707592011 0.2291668951511383 <_> <_> <_>15 4 4 15 -1. <_>16 4 2 15 2. 0 6.2723900191485882e-004 -0.0865005999803543 0.0978149101138115 <_> <_> <_>6 12 6 5 -1. <_>6 12 3 5 2. 1 0.0153247797861695 0.0800943300127983 -0.2201195061206818 <_> <_> <_>8 9 3 14 -1. <_>9 9 1 14 3. 0 -8.7603963911533356e-003 0.3129082024097443 -0.0593733415007591 <_> <_> <_>0 16 7 4 -1. <_>0 18 7 2 2. 0 -2.3745700309518725e-004 0.1185595989227295 -0.1451420038938522 <_> <_> <_>5 16 14 3 -1. <_>5 17 14 1 3. 0 -1.0718279518187046e-003 0.1256764978170395 -0.0531019382178783 <_> <_> <_>0 4 4 15 -1. <_>1 4 2 15 2. 0 5.3873867727816105e-004 -0.1071565970778465 0.1603776067495346 <_> <_> <_>10 2 8 6 -1. <_>10 4 8 2 3. 0 -0.0692686364054680 -0.7929406762123108 8.2057341933250427e-003 <_> <_> <_>1 2 8 6 -1. <_>1 4 8 2 3. 0 0.0104301301762462 0.0516202002763748 -0.3347268998622894 <_> <_> <_>10 6 4 16 -1. <_>12 6 2 8 2. <_>10 14 2 8 2. 0 0.0718889087438583 1.5941270394250751e-003 -0.8584092855453491 <_> <_> <_>7 1 4 18 -1. <_>7 1 2 9 2. <_>9 10 2 9 2. 0 0.0202174205332994 -0.0398174002766609 0.4635106027126312 <_> <_> <_>8 4 4 7 -1. <_>8 4 2 7 2. 0 5.8006029576063156e-003 -0.0217013899236918 0.0990401431918144 <_> <_> <_>7 4 4 7 -1. <_>9 4 2 7 2. 0 0.0352612100541592 0.0170828700065613 -1.0000469684600830 <_> <_> <_>7 0 12 14 -1. <_>7 0 6 14 2. 0 -0.4525587856769562 -0.9129211902618408 5.2670161239802837e-003 <_> <_> <_>2 1 2 14 -1. <_>3 1 1 14 2. 0 -7.5286221690475941e-003 -0.5258156061172485 0.0220447406172752 -30.8131999969482420 22 -1 <_> <_> <_> <_>0 18 14 4 -1. <_>0 18 7 2 2. <_>7 20 7 2 2. 0 2.9085609130561352e-003 -0.2019598037004471 0.1611853986978531 <_> <_> <_>6 0 8 8 -1. <_>10 0 4 4 2. <_>6 4 4 4 2. 0 -6.4552230760455132e-003 -0.1867610067129135 0.0353596508502960 <_> <_> <_>4 9 6 10 -1. <_>4 9 3 5 2. <_>7 14 3 5 2. 0 2.7815890498459339e-003 -0.1222874969244003 0.2036256939172745 <_> <_> <_>1 17 18 6 -1. <_>10 17 9 3 2. <_>1 20 9 3 2. 0 -7.6125850901007652e-003 -0.3696570992469788 0.0395666286349297 <_> <_> <_>5 0 6 21 -1. <_>7 7 2 7 9. 0 -0.2590085864067078 0.6431263089179993 3.1312569626607001e-004 <_> <_> <_>6 7 12 7 -1. <_>6 7 6 7 2. 0 4.6097189188003540e-003 -0.0272621605545282 0.2189165055751801 <_> <_> <_>7 0 12 3 -1. <_>7 0 6 3 2. 1 -0.0141355004161596 0.0760067924857140 -0.2603108882904053 <_> <_> <_>5 0 9 5 -1. <_>8 0 3 5 3. 0 -5.9708990156650543e-003 -0.1914646029472351 0.1107890009880066 <_> <_> <_>7 9 3 14 -1. <_>8 9 1 14 3. 0 -1.0699110571295023e-003 0.0901270583271980 -0.1987635940313339 <_> <_> <_>3 14 16 9 -1. <_>3 17 16 3 3. 0 0.0153157301247120 0.0518833696842194 -0.3106929957866669 <_> <_> <_>1 17 6 6 -1. <_>4 17 3 6 2. 0 -7.3937349952757359e-005 0.1055530980229378 -0.1676875054836273 <_> <_> <_>5 1 10 20 -1. <_>5 6 10 10 2. 0 -0.0818768888711929 0.4605309963226318 -0.0382763482630253 <_> <_> <_>1 16 12 7 -1. <_>4 16 6 7 2. 0 -8.8246334344148636e-003 -0.3310768008232117 0.0696745663881302 <_> <_> <_>5 0 9 4 -1. <_>5 2 9 2 2. 0 -3.7569031119346619e-003 -0.2756631076335907 0.0693756267428398 <_> <_> <_>3 0 13 6 -1. <_>3 2 13 2 3. 0 -3.6343189422041178e-003 0.1665885001420975 -0.1203157976269722 <_> <_> <_>11 13 7 8 -1. <_>11 15 7 4 2. 0 0.0219794902950525 -0.0223163496702909 0.3440257906913757 <_> <_> <_>3 0 4 8 -1. <_>3 4 4 4 2. 0 0.0613865517079830 0.0179060008376837 -0.8812987208366394 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 0.0270617399364710 -0.0324443504214287 0.2886644899845123 <_> <_> <_>6 5 7 6 -1. <_>6 7 7 2 3. 0 -9.5964036881923676e-003 -0.3074331879615784 0.0524994805455208 <_> <_> <_>8 17 7 6 -1. <_>8 19 7 2 3. 0 -1.7550870543345809e-003 0.1043424978852272 -0.1112620979547501 <_> <_> <_>5 12 5 8 -1. <_>5 16 5 4 2. 0 1.6808100044727325e-003 -0.1171241998672485 0.1560686975717545 <_> <_> <_>0 15 19 2 -1. <_>0 16 19 1 2. 0 -1.3623350532725453e-003 0.2263745963573456 -0.0864548012614250 <_> <_> <_>6 7 7 4 -1. <_>6 9 7 2 2. 0 -3.6580429878085852e-003 -0.3982911109924316 0.0471435897052288 <_> <_> <_>9 0 2 21 -1. <_>9 7 2 7 3. 0 0.0526687204837799 -0.0196967907249928 0.4299823939800263 <_> <_> <_>0 19 15 4 -1. <_>5 19 5 4 3. 0 -3.4802549635060132e-004 0.0911152362823486 -0.2048067003488541 <_> <_> <_>9 20 10 3 -1. <_>9 20 5 3 2. 0 1.2204200029373169e-003 0.0330615118145943 -0.1732486933469772 <_> <_> <_>0 17 15 3 -1. <_>0 18 15 1 3. 0 -9.4577670097351074e-003 0.2977420091629028 -0.0589791312813759 <_> <_> <_>12 13 6 5 -1. <_>12 13 3 5 2. 0 -1.7641530139371753e-003 -0.0963047668337822 0.0653046369552612 <_> <_> <_>6 7 7 6 -1. <_>6 9 7 2 3. 0 8.1057827919721603e-003 0.0571583695709705 -0.3112392127513886 <_> <_> <_>3 15 14 3 -1. <_>3 16 14 1 3. 0 0.0139634003862739 -0.0352346412837505 0.3571985065937042 <_> <_> <_>0 20 10 3 -1. <_>5 20 5 3 2. 0 -3.1854680273681879e-003 -0.2152840048074722 0.0760408788919449 <_> <_> <_>6 7 8 4 -1. <_>6 7 4 4 2. 0 -4.3546650558710098e-003 -0.0838922932744026 0.0282906908541918 <_> <_> <_>1 17 7 6 -1. <_>1 19 7 2 3. 0 -1.6740639694035053e-003 0.1514583975076675 -0.1175632029771805 <_> <_> <_>7 17 12 4 -1. <_>11 17 4 4 3. 0 -2.7018489781767130e-003 0.1383357048034668 -0.0508328303694725 <_> <_> <_>3 15 6 7 -1. <_>5 15 2 7 3. 0 2.2117499611340463e-004 -0.2396084964275360 0.0750043466687202 <_> <_> <_>6 7 12 7 -1. <_>6 7 6 7 2. 0 0.0227732006460428 -0.0224336292594671 0.3704926073551178 <_> <_> <_>1 9 12 12 -1. <_>1 13 12 4 3. 0 9.5928199589252472e-003 0.0972054377198219 -0.1773710995912552 <_> <_> <_>12 6 5 9 -1. <_>12 9 5 3 3. 0 3.3168029040098190e-003 -0.0564143583178520 0.0919384211301804 <_> <_> <_>2 6 5 9 -1. <_>2 9 5 3 3. 0 -2.3929888848215342e-003 0.2107668071985245 -0.0928803533315659 <_> <_> <_>12 6 6 7 -1. <_>14 8 2 7 3. 1 -0.0107665704563260 -0.1297437995672226 0.0599589087069035 <_> <_> <_>5 9 8 10 -1. <_>5 9 4 5 2. <_>9 14 4 5 2. 0 9.9714798852801323e-004 -0.1427922993898392 0.1427970975637436 <_> <_> <_>2 11 16 6 -1. <_>10 11 8 3 2. <_>2 14 8 3 2. 0 -6.6825798712670803e-003 -0.2381983995437622 0.0481196604669094 <_> <_> <_>8 4 3 16 -1. <_>9 4 1 16 3. 0 -3.7201410159468651e-003 0.1995317935943604 -0.0907835736870766 <_> <_> <_>8 9 4 14 -1. <_>9 9 2 14 2. 0 -0.0185534097254276 -0.2662154138088226 0.0228727497160435 <_> <_> <_>7 9 4 14 -1. <_>8 9 2 14 2. 0 3.0256200116127729e-003 -0.0911061316728592 0.2455954998731613 <_> <_> <_>7 17 12 4 -1. <_>11 17 4 4 3. 0 -0.0621463097631931 -1. 5.2797337993979454e-003 <_> <_> <_>0 17 12 4 -1. <_>4 17 4 4 3. 0 1.7690609674900770e-003 -0.1937965005636215 0.0956961065530777 <_> <_> <_>13 12 6 10 -1. <_>16 12 3 5 2. <_>13 17 3 5 2. 0 -4.3277359509374946e-005 0.1137404963374138 -0.1350484937429428 <_> <_> <_>0 17 6 6 -1. <_>3 17 3 6 2. 0 1.2779419776052237e-003 0.0796061605215073 -0.2359701991081238 <_> <_> <_>12 4 6 8 -1. <_>12 4 3 8 2. 1 -0.0447424799203873 0.1855715066194534 -0.0341678299009800 <_> <_> <_>3 6 10 15 -1. <_>8 6 5 15 2. 0 2.7726130792871118e-004 -0.0579377189278603 0.2890321910381317 <_> <_> <_>10 10 7 4 -1. <_>10 10 7 2 2. 1 0.0562254711985588 0.0138407899066806 -0.7719973921775818 <_> <_> <_>1 9 9 7 -1. <_>4 9 3 7 3. 0 8.6825769394636154e-003 -0.1826308965682983 0.1142326965928078 <_> <_> <_>1 17 18 6 -1. <_>10 17 9 3 2. <_>1 20 9 3 2. 0 -2.4038869887590408e-003 -0.1900413930416107 0.0659285634756088 <_> <_> <_>6 0 13 3 -1. <_>5 1 13 1 3. 1 0.0128402197733521 -0.0362791009247303 0.4551934003829956 <_> <_> <_>10 0 3 9 -1. <_>11 1 1 9 3. 1 1.1061480036005378e-003 -0.0630546882748604 0.0816094726324081 <_> <_> <_>9 0 9 3 -1. <_>8 1 9 1 3. 1 -4.6486179344356060e-003 -0.2710854113101959 0.0801677033305168 <_> <_> <_>7 1 12 12 -1. <_>13 1 6 6 2. <_>7 7 6 6 2. 0 6.4021991565823555e-003 -0.0669465884566307 0.1063491031527519 <_> <_> <_>7 4 8 6 -1. <_>7 4 8 3 2. 1 -0.0823703780770302 0.3451730012893677 -0.0484684295952320 <_> <_> <_>11 11 8 4 -1. <_>11 11 8 2 2. 1 -0.0374298281967640 -0.6963095068931580 0.0130543801933527 <_> <_> <_>8 11 4 8 -1. <_>8 11 2 8 2. 1 0.0105004003271461 0.0960282832384110 -0.2636274099349976 <_> <_> <_>10 10 7 4 -1. <_>10 10 7 2 2. 1 0.0688512399792671 3.7341150455176830e-003 -0.9998915791511536 <_> <_> <_>9 10 4 7 -1. <_>9 10 2 7 2. 1 1.0171310277655721e-003 -0.2350011020898819 0.0910971835255623 <_> <_> <_>8 7 3 14 -1. <_>9 7 1 14 3. 0 -0.0290579497814178 0.5997784733772278 -0.0368990004062653 <_> <_> <_>8 6 10 7 -1. <_>8 6 5 7 2. 1 0.0220227297395468 0.0580346509814262 -0.3274875879287720 <_> <_> <_>3 6 16 3 -1. <_>3 7 16 1 3. 0 -4.3123541399836540e-003 0.2215394973754883 -0.0613320209085941 <_> <_> <_>4 5 2 17 -1. <_>5 5 1 17 2. 0 0.0109497103840113 0.0218373797833920 -0.7466219067573547 <_> <_> <_>12 0 6 18 -1. <_>15 0 3 9 2. <_>12 9 3 9 2. 0 0.0436107404530048 -0.0450989492237568 0.2810913920402527 <_> <_> <_>3 4 6 16 -1. <_>3 4 3 8 2. <_>6 12 3 8 2. 0 0.0772521793842316 0.0208017807453871 -0.8664823770523071 <_> <_> <_>12 0 6 18 -1. <_>15 0 3 9 2. <_>12 9 3 9 2. 0 -0.0240238904953003 0.3988442122936249 -0.0352271199226379 <_> <_> <_>0 1 16 4 -1. <_>0 1 8 2 2. <_>8 3 8 2 2. 0 0.0195597801357508 0.0359447300434113 -0.5146911740303040 <_> <_> <_>6 12 12 5 -1. <_>6 12 6 5 2. 0 0.0259172990918159 -0.0129426699131727 0.4169597029685974 <_> <_> <_>3 7 3 10 -1. <_>3 12 3 5 2. 0 -4.6949301031418145e-004 0.1666599959135056 -0.0906800404191017 <_> <_> <_>11 3 7 12 -1. <_>11 7 7 4 3. 0 -0.0845900326967239 -0.5928378105163574 7.2113061323761940e-003 <_> <_> <_>0 6 8 6 -1. <_>0 8 8 2 3. 0 -8.9234940242022276e-004 0.1745820045471191 -0.1007250994443893 <_> <_> <_>12 3 7 6 -1. <_>12 5 7 2 3. 0 -0.0240093506872654 -0.3913143873214722 0.0223610401153564 <_> <_> <_>0 3 7 6 -1. <_>0 5 7 2 3. 0 -4.7586968867108226e-004 0.1830610036849976 -0.1254113018512726 <_> <_> <_>13 10 6 8 -1. <_>15 10 2 8 3. 0 2.9483099933713675e-003 0.0653010532259941 -0.2038708031177521 <_> <_> <_>0 17 14 2 -1. <_>0 18 14 1 2. 0 3.6947780754417181e-003 -0.0608783215284348 0.3040302097797394 <_> <_> <_>13 10 6 8 -1. <_>15 10 2 8 3. 0 -2.9413169249892235e-003 -0.3028449118137360 0.0475504994392395 <_> <_> <_>0 17 14 2 -1. <_>0 18 14 1 2. 0 -7.1274640504270792e-004 0.1620078980922699 -0.1182216033339500 <_> <_> <_>6 0 8 8 -1. <_>10 0 4 4 2. <_>6 4 4 4 2. 0 0.0243097506463528 -0.0114427898079157 0.2045395970344544 <_> <_> <_>0 10 6 8 -1. <_>2 10 2 8 3. 0 -9.1473112115636468e-004 -0.2070782929658890 0.0757013410329819 <_> <_> <_>13 0 3 14 -1. <_>14 0 1 14 3. 0 -3.6473390646278858e-003 0.2409386038780212 -0.0835655629634857 <_> <_> <_>6 0 6 7 -1. <_>8 0 2 7 3. 0 0.0125132203102112 0.0415360406041145 -0.3748772144317627 <_> <_> <_>6 0 8 8 -1. <_>10 0 4 4 2. <_>6 4 4 4 2. 0 6.2148571014404297e-003 0.0204341299831867 -0.0900578498840332 <_> <_> <_>5 0 8 8 -1. <_>5 0 4 4 2. <_>9 4 4 4 2. 0 -2.0954229403287172e-003 0.1162526011466980 -0.1856177002191544 <_> <_> <_>3 7 16 7 -1. <_>3 7 8 7 2. 0 -0.2117325067520142 -1. 2.4372090119868517e-003 <_> <_> <_>0 7 16 7 -1. <_>8 7 8 7 2. 0 1.0188589803874493e-003 -0.0756839662790298 0.2955543100833893 -30.7800998687744140 23 -1 <_> <_> <_> <_>2 11 10 8 -1. <_>7 11 5 8 2. 0 -0.0244226008653641 0.2044697999954224 -0.2229966968297958 <_> <_> <_>12 8 6 9 -1. <_>14 8 2 9 3. 0 1.0574000189080834e-003 -0.1435517072677612 0.0856035426259041 <_> <_> <_>1 8 6 9 -1. <_>3 8 2 9 3. 0 2.5123930536210537e-003 0.1099767982959747 -0.2304480969905853 <_> <_> <_>4 3 14 11 -1. <_>4 3 7 11 2. 0 0.1211273968219757 0.0332675017416477 -0.9991015195846558 <_> <_> <_>5 5 13 3 -1. <_>4 6 13 1 3. 1 2.9103590641170740e-003 -0.1039192974567413 0.1929288059473038 <_> <_> <_>7 0 6 9 -1. <_>9 0 2 9 3. 0 -8.6717177182435989e-003 -0.2708722054958344 0.0997629016637802 <_> <_> <_>1 0 14 12 -1. <_>1 0 7 6 2. <_>8 6 7 6 2. 0 6.1140959151089191e-003 -0.1151710003614426 0.2042921930551529 <_> <_> <_>10 0 8 4 -1. <_>10 0 4 4 2. 0 0.0205909907817841 -0.0331075787544250 0.4637545943260193 <_> <_> <_>3 10 4 12 -1. <_>5 10 2 12 2. 0 1.1507490416988730e-003 0.0760146230459213 -0.2748520970344544 <_> <_> <_>11 0 2 22 -1. <_>11 11 2 11 2. 0 6.5449788235127926e-003 -0.1126658990979195 0.0500315688550472 <_> <_> <_>0 19 14 4 -1. <_>0 19 7 2 2. <_>7 21 7 2 2. 0 1.6102850204333663e-003 -0.1879495978355408 0.1123441010713577 <_> <_> <_>10 8 2 8 -1. <_>10 8 1 8 2. 1 2.8527909889817238e-003 0.0404574684798718 -0.0847164615988731 <_> <_> <_>5 0 4 14 -1. <_>5 0 2 7 2. <_>7 7 2 7 2. 0 -4.0883300825953484e-003 0.1250918954610825 -0.1485010981559753 <_> <_> <_>8 4 4 10 -1. <_>8 9 4 5 2. 0 1.6648479504510760e-003 -0.1034672036767006 0.0535852313041687 <_> <_> <_>9 8 8 2 -1. <_>9 8 8 1 2. 1 -3.1635090708732605e-003 -0.3372938930988312 0.0611929185688496 <_> <_> <_>0 7 19 3 -1. <_>0 8 19 1 3. 0 -0.0109225995838642 0.4523848891258240 -0.0579033792018890 <_> <_> <_>0 8 19 2 -1. <_>0 9 19 1 2. 0 -3.3356929197907448e-003 0.3388097882270813 -0.0644701123237610 <_> <_> <_>1 6 18 4 -1. <_>10 6 9 2 2. <_>1 8 9 2 2. 0 -0.0300145000219345 -0.8283550143241882 0.0246961191296577 <_> <_> <_>2 1 8 18 -1. <_>6 1 4 18 2. 0 -0.3011043965816498 -0.8342905044555664 0.0143693098798394 <_> <_> <_>6 11 10 12 -1. <_>11 11 5 6 2. <_>6 17 5 6 2. 0 -4.2447918094694614e-003 -0.1228173971176148 0.0281341001391411 <_> <_> <_>3 7 9 11 -1. <_>6 7 3 11 3. 0 7.7825621701776981e-003 -0.0692223086953163 0.2581450939178467 <_> <_> <_>9 0 6 14 -1. <_>11 0 2 14 3. 0 -0.0127267101779580 0.1074585989117622 -0.0765758231282234 <_> <_> <_>2 16 12 7 -1. <_>6 16 4 7 3. 0 4.7346940264105797e-003 0.0441278591752052 -0.3804568052291870 <_> <_> <_>2 15 15 6 -1. <_>7 15 5 6 3. 0 3.4512639977037907e-003 -0.0429472103714943 0.4607483148574829 <_> <_> <_>5 2 8 7 -1. <_>7 2 4 7 2. 0 5.6996050989255309e-004 0.0669261217117310 -0.2968584895133972 <_> <_> <_>8 0 4 14 -1. <_>9 0 2 14 2. 0 -0.0538890995085239 -1. 3.9760880172252655e-003 <_> <_> <_>7 0 4 14 -1. <_>8 0 2 14 2. 0 1.0263220174238086e-003 -0.1113893017172813 0.1776421070098877 <_> <_> <_>7 18 12 5 -1. <_>11 18 4 5 3. 0 0.0393744409084320 0.0129774296656251 -0.6366993784904480 <_> <_> <_>1 18 15 3 -1. <_>1 19 15 1 3. 0 0.0187779795378447 -0.0393345691263676 0.4599016904830933 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 1.5851920470595360e-003 -0.1091786995530129 0.0562477894127369 <_> <_> <_>7 8 9 6 -1. <_>5 10 9 2 3. 1 -0.0108577404171228 -0.2017634063959122 0.0906854569911957 <_> <_> <_>11 10 4 9 -1. <_>12 11 2 9 2. 1 0.0443992614746094 1.9891490228474140e-003 -0.9998115897178650 <_> <_> <_>8 10 9 4 -1. <_>7 11 9 2 2. 1 -1.7311190022155643e-003 0.1469902992248535 -0.1406953930854797 <_> <_> <_>15 3 2 16 -1. <_>15 11 2 8 2. 0 -1.6609770245850086e-003 0.1619053035974503 -0.0555355995893478 <_> <_> <_>1 17 5 6 -1. <_>1 20 5 3 2. 0 -4.3332851491868496e-003 -0.3397156894207001 0.0432091988623142 <_> <_> <_>12 16 5 6 -1. <_>12 19 5 3 2. 0 -4.4786658691009507e-005 0.1021749004721642 -0.1028980985283852 <_> <_> <_>5 2 3 14 -1. <_>6 2 1 14 3. 0 -0.0122559396550059 0.4633125960826874 -0.0388291291892529 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 0.0317283906042576 -0.0109189599752426 0.1925213038921356 <_> <_> <_>6 1 6 9 -1. <_>8 1 2 9 3. 0 8.6054168641567230e-003 0.0539623089134693 -0.3383587002754211 <_> <_> <_>7 7 10 5 -1. <_>7 7 5 5 2. 0 2.4249579291790724e-003 -0.0438760593533516 0.2497778981924057 <_> <_> <_>6 0 4 20 -1. <_>6 0 2 10 2. <_>8 10 2 10 2. 0 -1.9957860931754112e-003 0.1139840036630631 -0.1792531013488770 <_> <_> <_>13 10 3 9 -1. <_>14 11 1 9 3. 1 0.0460425093770027 2.0680939778685570e-003 -0.8767393231391907 <_> <_> <_>6 10 9 3 -1. <_>5 11 9 1 3. 1 2.4898271076381207e-003 -0.0695956125855446 0.2614254057407379 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 1.0052820434793830e-003 0.0455016605556011 -0.1239958032965660 <_> <_> <_>8 6 3 14 -1. <_>9 6 1 14 3. 0 9.0297553688287735e-003 -0.0712724104523659 0.2291935980319977 <_> <_> <_>8 1 4 9 -1. <_>8 1 2 9 2. 0 0.0120284901931882 0.0202303305268288 -0.3405298888683319 <_> <_> <_>7 1 4 9 -1. <_>9 1 2 9 2. 0 2.3313730489462614e-003 0.0872593373060226 -0.2319519072771072 <_> <_> <_>7 17 12 6 -1. <_>13 17 6 3 2. <_>7 20 6 3 2. 0 9.5184362726286054e-004 -0.2316880971193314 0.0550221912562847 <_> <_> <_>3 4 10 6 -1. <_>8 4 5 6 2. 0 9.6378661692142487e-003 -0.0416555590927601 0.4292826056480408 <_> <_> <_>15 0 4 8 -1. <_>15 4 4 4 2. 0 0.0135669801384211 0.0456696599721909 -0.2250124067068100 <_> <_> <_>3 5 6 8 -1. <_>5 5 2 8 3. 0 0.0336535014212132 -0.0678615793585777 0.3696761131286621 <_> <_> <_>15 0 4 8 -1. <_>15 4 4 4 2. 0 -0.0603950209915638 -0.9088736176490784 3.8193699438124895e-003 <_> <_> <_>0 0 4 8 -1. <_>0 4 4 4 2. 0 1.3169209705665708e-003 -0.1594133973121643 0.1476655006408691 <_> <_> <_>7 0 9 5 -1. <_>10 0 3 5 3. 0 -9.7704064100980759e-003 -0.1284841001033783 0.0478323996067047 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 -4.5100511051714420e-003 0.1257490962743759 -0.2196446955204010 <_> <_> <_>5 21 14 2 -1. <_>5 21 7 2 2. 0 -2.0346629898995161e-003 -0.1857440024614334 0.0491770915687084 <_> <_> <_>9 3 8 9 -1. <_>9 3 4 9 2. 1 0.0132943904027343 0.0914972424507141 -0.2134393006563187 <_> <_> <_>6 1 12 8 -1. <_>12 1 6 4 2. <_>6 5 6 4 2. 0 -0.0400542505085468 0.3177005946636200 -0.0310807693749666 <_> <_> <_>4 10 10 11 -1. <_>9 10 5 11 2. 0 0.0254929903894663 0.0388770401477814 -0.4565899074077606 <_> <_> <_>12 1 3 15 -1. <_>13 1 1 15 3. 0 -0.0380896888673306 0.6661549806594849 -0.0198953393846750 <_> <_> <_>4 3 8 12 -1. <_>8 3 4 12 2. 0 -0.2130831927061081 -0.8653417825698853 0.0208984296768904 <_> <_> <_>8 2 10 8 -1. <_>8 2 5 8 2. 0 -0.0897275432944298 0.2572591900825501 -0.0462616682052612 <_> <_> <_>0 4 19 6 -1. <_>0 6 19 2 3. 0 0.0250757001340389 0.0412595085799694 -0.3766664862632752 <_> <_> <_>4 0 11 16 -1. <_>4 4 11 8 2. 0 0.0233661495149136 -0.0722028315067291 0.2473703026771545 <_> <_> <_>4 1 6 5 -1. <_>7 1 3 5 2. 0 2.8038409072905779e-004 -0.0794735476374626 0.2247823029756546 <_> <_> <_>3 5 14 18 -1. <_>10 5 7 9 2. <_>3 14 7 9 2. 0 8.2364194095134735e-003 0.0512110106647015 -0.1332865953445435 <_> <_> <_>1 17 5 6 -1. <_>1 20 5 3 2. 0 0.0539227798581123 0.0171083994209766 -0.8925604224205017 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 2.7015779633074999e-003 -0.1840559989213944 0.1283039003610611 <_> <_> <_>2 0 4 14 -1. <_>2 0 2 7 2. <_>4 7 2 7 2. 0 -0.0165056902915239 0.6223918199539185 -0.0264136902987957 <_> <_> <_>10 2 2 10 -1. <_>10 2 1 10 2. 1 -1.8418730469420552e-003 -0.1264680027961731 0.0486908517777920 <_> <_> <_>9 1 9 3 -1. <_>8 2 9 1 3. 1 5.1953629590570927e-003 0.0456537008285522 -0.3251998126506805 <_> <_> <_>6 2 10 6 -1. <_>11 2 5 3 2. <_>6 5 5 3 2. 0 5.0785308703780174e-003 0.0407032594084740 -0.2062076926231384 <_> <_> <_>1 12 9 6 -1. <_>1 14 9 2 3. 0 5.0687040202319622e-003 -0.0764562487602234 0.2586740851402283 <_> <_> <_>6 2 10 6 -1. <_>11 2 5 3 2. <_>6 5 5 3 2. 0 -0.0118923196569085 -0.2236621975898743 0.0308554098010063 <_> <_> <_>3 2 10 6 -1. <_>3 2 5 3 2. <_>8 5 5 3 2. 0 2.4257500190287828e-003 -0.0715978890657425 0.2610881924629211 <_> <_> <_>7 0 5 20 -1. <_>7 5 5 10 2. 0 -0.0119903795421124 0.2267847955226898 -0.1030550971627235 <_> <_> <_>2 10 12 7 -1. <_>5 10 6 7 2. 0 -0.0227722004055977 -0.2377014011144638 0.0766308531165123 -30.6944007873535160 24 -1 <_> <_> <_> <_>0 18 14 4 -1. <_>0 18 7 2 2. <_>7 20 7 2 2. 0 3.3625920768827200e-003 -0.1826844066381455 0.1593551933765411 <_> <_> <_>9 7 3 15 -1. <_>10 7 1 15 3. 0 4.4937757775187492e-003 -0.0894381925463676 0.2842231094837189 <_> <_> <_>6 8 6 5 -1. <_>9 8 3 5 2. 0 -8.8971032528206706e-004 0.0956655889749527 -0.1940706968307495 <_> <_> <_>9 4 2 17 -1. <_>9 4 1 17 2. 0 2.6789100375026464e-003 -0.1015266999602318 0.1786416023969650 <_> <_> <_>8 4 2 17 -1. <_>9 4 1 17 2. 0 -4.0554129518568516e-003 -0.2333766072988510 0.1227973997592926 <_> <_> <_>8 18 9 5 -1. <_>11 18 3 5 3. 0 -0.0177422501146793 0.1919087022542954 -0.0317107290029526 <_> <_> <_>2 18 9 5 -1. <_>5 18 3 5 3. 0 3.0996970599517226e-004 -0.1934470981359482 0.0995416790246964 <_> <_> <_>12 18 6 5 -1. <_>12 18 3 5 2. 0 -3.7737619131803513e-003 -0.2029885053634644 0.0793160125613213 <_> <_> <_>5 15 6 5 -1. <_>8 15 3 5 2. 0 1.4448439469560981e-003 -0.0598114915192127 0.4137539863586426 <_> <_> <_>13 0 6 10 -1. <_>15 0 2 10 3. 0 4.1589159518480301e-003 -0.0929341092705727 0.0775753483176231 <_> <_> <_>2 14 10 9 -1. <_>2 17 10 3 3. 0 9.7764004021883011e-003 0.0530273914337158 -0.3643518090248108 <_> <_> <_>13 0 6 10 -1. <_>15 0 2 10 3. 0 -2.8739850968122482e-003 0.1272812038660049 -0.0321823507547379 <_> <_> <_>0 0 6 10 -1. <_>2 0 2 10 3. 0 4.3552028946578503e-003 -0.1447207033634186 0.1417167931795120 <_> <_> <_>12 5 3 12 -1. <_>12 5 3 6 2. 1 -0.1213203966617584 0.1528424024581909 -0.0269485209137201 <_> <_> <_>6 18 7 4 -1. <_>6 20 7 2 2. 0 7.5531532056629658e-003 0.1015343964099884 -0.1871580034494400 <_> <_> <_>14 7 4 12 -1. <_>15 8 2 12 2. 1 4.8978552222251892e-003 0.0280349906533957 -0.1422438025474548 <_> <_> <_>5 7 12 4 -1. <_>4 8 12 2 2. 1 -1.8711129669100046e-003 0.1512988954782486 -0.1391292959451675 <_> <_> <_>14 13 5 9 -1. <_>14 16 5 3 3. 0 0.0418676994740963 0.0182305499911308 -0.5677195787429810 <_> <_> <_>0 13 5 9 -1. <_>0 16 5 3 3. 0 -8.4031058941036463e-004 0.1539203971624374 -0.1211211010813713 <_> <_> <_>12 14 7 6 -1. <_>12 16 7 2 3. 0 3.6289851414039731e-004 -0.0799135863780975 0.0700974836945534 <_> <_> <_>1 16 6 6 -1. <_>1 19 6 3 2. 0 -4.4498889474198222e-004 0.1678467988967896 -0.1380593031644821 <_> <_> <_>7 0 9 4 -1. <_>7 2 9 2 2. 0 2.2194290068000555e-003 0.0584531389176846 -0.1237479001283646 <_> <_> <_>0 9 18 3 -1. <_>0 10 18 1 3. 0 -2.5759059935808182e-003 0.2261949926614761 -0.0862514376640320 <_> <_> <_>9 17 9 6 -1. <_>12 17 3 6 3. 0 0.0589898116886616 6.9204131141304970e-003 -0.7336757779121399 <_> <_> <_>2 14 15 9 -1. <_>7 17 5 3 9. 0 -0.2788914144039154 0.4672810137271881 -0.0386128611862659 <_> <_> <_>9 13 8 8 -1. <_>9 17 8 4 2. 0 -5.3824000060558319e-003 -0.1693985015153885 0.0613945387303829 <_> <_> <_>4 9 2 14 -1. <_>5 9 1 14 2. 0 -8.9165568351745605e-004 -0.2486791014671326 0.0765902772545815 <_> <_> <_>12 10 4 13 -1. <_>12 10 2 13 2. 0 0.0120718898251653 8.9360373094677925e-003 -0.2702870965003967 <_> <_> <_>3 10 4 13 -1. <_>5 10 2 13 2. 0 3.8453561137430370e-004 0.0994883030653000 -0.2152262926101685 <_> <_> <_>5 5 14 2 -1. <_>5 5 7 2 2. 0 -2.2118990309536457e-003 0.0407863892614841 -0.1156380996108055 <_> <_> <_>0 5 14 2 -1. <_>7 5 7 2 2. 0 0.0209608208388090 -0.0313559286296368 0.7100617885589600 <_> <_> <_>13 12 6 10 -1. <_>16 12 3 5 2. <_>13 17 3 5 2. 0 -3.9021030534058809e-003 -0.1746001988649368 0.0407753512263298 <_> <_> <_>0 12 6 10 -1. <_>0 12 3 5 2. <_>3 17 3 5 2. 0 -4.5169141230871901e-005 0.1210518032312393 -0.1661822050809860 <_> <_> <_>12 8 5 12 -1. <_>12 11 5 6 2. 0 0.0691956728696823 7.6447450555860996e-003 -0.5921157002449036 <_> <_> <_>2 8 5 12 -1. <_>2 11 5 6 2. 0 -1.1615910334512591e-003 0.2258497029542923 -0.0917727723717690 <_> <_> <_>6 8 7 4 -1. <_>6 10 7 2 2. 0 4.5347518607741222e-005 -0.2086371928453445 0.0903640612959862 <_> <_> <_>0 17 14 3 -1. <_>0 18 14 1 3. 0 -0.0190451499074697 0.4234400987625122 -0.0460181795060635 <_> <_> <_>12 7 2 15 -1. <_>12 7 1 15 2. 0 4.1966438293457031e-003 -0.0283696707338095 0.3080070912837982 <_> <_> <_>1 17 9 6 -1. <_>4 17 3 6 3. 0 2.5357000413350761e-004 -0.2897196114063263 0.0753742232918739 <_> <_> <_>10 6 9 7 -1. <_>13 9 3 7 3. 1 0.1081790998578072 -0.0142864296212792 0.7282333970069885 <_> <_> <_>9 6 7 9 -1. <_>6 9 7 3 3. 1 -5.5140778422355652e-003 -0.1885464936494827 0.1137854978442192 <_> <_> <_>5 8 10 4 -1. <_>5 10 10 2 2. 0 5.5264509283006191e-003 0.0708340182900429 -0.1839759945869446 <_> <_> <_>0 6 6 14 -1. <_>0 13 6 7 2. 0 6.4198831096291542e-003 -0.1144948005676270 0.1912039071321487 <_> <_> <_>1 1 18 22 -1. <_>10 1 9 11 2. <_>1 12 9 11 2. 0 0.1931422054767609 0.0140662295743823 -0.6977211833000183 <_> <_> <_>1 5 17 3 -1. <_>1 6 17 1 3. 0 0.0406702086329460 -0.0242790896445513 0.7882817983627319 <_> <_> <_>13 12 6 5 -1. <_>13 12 3 5 2. 0 -2.1965131163597107e-003 -0.2010557949542999 0.0510505102574825 <_> <_> <_>0 5 16 3 -1. <_>0 6 16 1 3. 0 -4.7381771728396416e-003 0.2522231042385101 -0.0734292268753052 <_> <_> <_>12 6 6 17 -1. <_>12 6 3 17 2. 0 0.0717736408114433 -9.0609909966588020e-003 0.9294689893722534 <_> <_> <_>1 6 6 17 -1. <_>4 6 3 17 2. 0 6.9466611603274941e-004 0.1062569022178650 -0.1916245967149735 <_> <_> <_>1 15 18 2 -1. <_>1 15 9 2 2. 0 2.6388010010123253e-003 0.0633307173848152 -0.2040408998727799 <_> <_> <_>0 5 2 16 -1. <_>1 5 1 16 2. 0 -3.1406691414304078e-004 0.1799051016569138 -0.0984959602355957 <_> <_> <_>15 12 4 10 -1. <_>15 17 4 5 2. 0 -5.8691151207312942e-004 0.0850712582468987 -0.0769745409488678 <_> <_> <_>1 5 16 3 -1. <_>1 6 16 1 3. 0 1.0376359568908811e-003 -0.1109630987048149 0.1598507016897202 <_> <_> <_>6 9 9 12 -1. <_>6 12 9 6 2. 0 1.6373570542782545e-003 0.1112873032689095 -0.1235273033380508 <_> <_> <_>3 13 4 8 -1. <_>3 17 4 4 2. 0 -7.3773309122771025e-004 0.1289086043834686 -0.1429457962512970 <_> <_> <_>9 13 8 8 -1. <_>9 17 8 4 2. 0 -0.0168414507061243 -0.2423107028007507 0.0205974709242582 <_> <_> <_>5 0 8 10 -1. <_>5 0 4 5 2. <_>9 5 4 5 2. 0 -0.0305906906723976 0.3351395130157471 -0.0471835695207119 <_> <_> <_>1 4 18 6 -1. <_>10 4 9 3 2. <_>1 7 9 3 2. 0 0.0102145401760936 0.0554971992969513 -0.2340593934059143 <_> <_> <_>3 16 9 6 -1. <_>3 18 9 2 3. 0 -1.1853770120069385e-003 0.0920741632580757 -0.1734714061021805 <_> <_> <_>3 17 14 4 -1. <_>3 18 14 2 2. 0 1.1729650432243943e-003 -0.0840759426355362 0.2068953067064285 <_> <_> <_>2 3 9 6 -1. <_>2 5 9 2 3. 0 0.0108941700309515 0.0564759410917759 -0.3167718052864075 <_> <_> <_>0 3 19 3 -1. <_>0 4 19 1 3. 0 -2.0437049679458141e-003 0.1879636943340302 -0.0988890230655670 <_> <_> <_>1 3 16 4 -1. <_>1 4 16 2 2. 0 -5.7676038704812527e-003 -0.2518925964832306 0.0751082673668861 <_> <_> <_>11 0 6 14 -1. <_>14 0 3 7 2. <_>11 7 3 7 2. 0 0.0696244835853577 -0.0176613796502352 0.4339039921760559 <_> <_> <_>0 17 9 6 -1. <_>3 17 3 6 3. 0 -3.1853429391048849e-004 -0.2937808036804199 0.0581624209880829 <_> <_> <_>7 16 8 7 -1. <_>9 16 4 7 2. 0 1.7543470021337271e-003 0.0268584899604321 -0.1522563993930817 <_> <_> <_>3 14 10 5 -1. <_>8 14 5 5 2. 0 1.2951970566064119e-003 -0.0717691183090210 0.3810122907161713 <_> <_> <_>12 9 3 14 -1. <_>13 9 1 14 3. 0 0.0205491408705711 -0.0231714304536581 0.2722831964492798 <_> <_> <_>4 9 3 14 -1. <_>5 9 1 14 3. 0 2.7475480455905199e-003 0.0672073066234589 -0.2716295123100281 <_> <_> <_>10 9 6 14 -1. <_>13 9 3 7 2. <_>10 16 3 7 2. 0 5.2633951418101788e-003 -0.1393160969018936 0.1182122975587845 <_> <_> <_>6 0 6 5 -1. <_>9 0 3 5 2. 0 -5.2199261263012886e-003 -0.3321351110935211 0.0473291911184788 <_> <_> <_>7 0 6 8 -1. <_>7 4 6 4 2. 0 9.9096707999706268e-003 -0.0697067826986313 0.1995428055524826 <_> <_> <_>2 0 11 21 -1. <_>2 7 11 7 3. 0 -0.1033437997102737 0.4241856038570404 -0.0398962683975697 <_> <_> <_>8 8 4 12 -1. <_>8 12 4 4 3. 0 -0.0133223198354244 -0.2550886869430542 0.0413510315120220 <_> <_> <_>3 9 6 14 -1. <_>3 9 3 7 2. <_>6 16 3 7 2. 0 1.7832260346040130e-003 -0.1766443997621536 0.1033623963594437 <_> <_> <_>10 7 8 7 -1. <_>12 7 4 7 2. 0 0.0632823333144188 0.0123956799507141 -0.4635525047779083 <_> <_> <_>1 7 8 7 -1. <_>3 7 4 7 2. 0 -5.1022358238697052e-003 0.4067063927650452 -0.0501934513449669 <_> <_> <_>5 2 9 20 -1. <_>8 2 3 20 3. 0 0.0398915298283100 0.0372191295027733 -0.5569645166397095 -30.6646995544433590 25 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_profileface.xml000066400000000000000000042264011417525156400271500ustar00rootroot00000000000000 20 20 <_> <_> <_> <_>8 7 2 6 -1. <_>8 10 2 3 2. 0 1.1384399840608239e-003 -0.8377197980880737 0.7341383099555969 <_> <_> <_>8 3 10 7 -1. <_>13 3 5 7 2. 0 -0.0113423503935337 0.6270201802253723 -0.7239630222320557 <_> <_> <_>10 11 3 6 -1. <_>10 14 3 3 2. 0 -1.1023089755326509e-003 0.3760018944740295 -0.6608840823173523 -1.1856809854507446 -1 -1 <_> <_> <_> <_>10 4 8 8 -1. <_>14 4 4 8 2. 0 -0.0195538699626923 0.4924583137035370 -0.6339616775512695 <_> <_> <_>5 7 5 4 -1. <_>5 9 5 2 2. 0 2.2794529795646667e-003 -0.6460496783256531 0.3581846058368683 <_> <_> <_>8 4 6 6 -1. <_>8 4 3 3 2. <_>11 7 3 3 2. 0 2.4270440917462111e-003 -0.4725323021411896 0.2849431037902832 <_> <_> <_>10 14 5 2 -1. <_>10 15 5 1 2. 0 1.9644061103463173e-003 0.1699953973293304 -0.7786815762519836 <_> <_> <_>7 11 8 4 -1. <_>7 13 8 2 2. 0 2.2895270958542824e-003 0.1555171012878418 -0.6672509908676148 <_> <_> <_>11 14 3 3 -1. <_>11 15 3 1 3. 0 -3.0143910553306341e-003 -0.6872130036354065 0.1460456997156143 <_> <_> <_>3 5 3 11 -1. <_>4 5 1 11 3. 0 -0.0173990093171597 0.7252438068389893 -0.1657290011644363 <_> <_> <_>8 7 9 6 -1. <_>8 10 9 3 2. 0 9.0722442837432027e-004 -0.4638808071613312 0.2360499948263168 <_> <_> <_>13 12 1 2 -1. <_>13 13 1 1 2. 0 -1.5043979510664940e-003 -0.7595962882041931 0.1143691986799240 <_> <_> <_>1 3 6 17 -1. <_>4 3 3 17 2. 0 0.1080468967556953 -0.1286551952362061 0.7909234166145325 <_> <_> <_>11 12 1 3 -1. <_>11 13 1 1 3. 0 -1.1923050042241812e-003 -0.6240354776382446 0.1484749019145966 <_> <_> <_>1 9 6 9 -1. <_>4 9 3 9 2. 0 -0.0205713901668787 0.4080848991870880 -0.2128700017929077 -1.4913179874420166 0 -1 <_> <_> <_> <_>10 5 8 6 -1. <_>14 5 4 6 2. 0 -0.0368992090225220 0.5330861806869507 -0.4087265133857727 <_> <_> <_>7 8 9 6 -1. <_>7 10 9 2 3. 0 2.4960909504443407e-003 -0.6948931217193604 0.2712517976760864 <_> <_> <_>5 8 6 6 -1. <_>5 8 3 3 2. <_>8 11 3 3 2. 0 2.4068039783742279e-004 -0.5620825290679932 0.2193035036325455 <_> <_> <_>2 0 4 18 -1. <_>4 0 2 18 2. 0 -0.0580218285322189 0.6906061768531799 -0.1508214026689529 <_> <_> <_>10 12 3 4 -1. <_>10 14 3 2 2. 0 1.1526979506015778e-003 0.1392538994550705 -0.6631165742874146 <_> <_> <_>7 0 3 9 -1. <_>7 3 3 3 3. 0 7.4388440698385239e-003 -0.3333317041397095 0.3169938027858734 <_> <_> <_>11 13 1 3 -1. <_>11 14 1 1 3. 0 -1.4158539706841111e-003 -0.6800730228424072 0.1324332058429718 <_> <_> <_>4 8 5 2 -1. <_>4 9 5 1 2. 0 8.8562711607664824e-004 -0.3867216110229492 0.1973295956850052 <_> <_> <_>11 13 2 3 -1. <_>11 14 2 1 3. 0 2.5714060757309198e-003 0.1203565970063210 -0.7317706942558289 <_> <_> <_>12 12 1 3 -1. <_>12 13 1 1 3. 0 1.8255549948662519e-003 0.0779798403382301 -0.7719609141349793 <_> <_> <_>9 12 2 8 -1. <_>9 16 2 4 2. 0 -1.1993020307272673e-003 0.1682122945785523 -0.4147912859916687 <_> <_> <_>6 3 4 13 -1. <_>8 3 2 13 2. 0 0.0231790803372860 0.0753373205661774 -0.7104706764221191 <_> <_> <_>2 6 4 12 -1. <_>4 6 2 12 2. 0 0.0465394183993340 -0.1046483963727951 0.6627069711685181 <_> <_> <_>11 13 3 2 -1. <_>12 13 1 2 3. 0 -1.7157640540972352e-003 -0.4961821138858795 0.1627524048089981 <_> <_> <_>3 5 3 11 -1. <_>4 5 1 11 3. 0 -0.0127788297832012 0.4625453948974609 -0.1602790057659149 <_> <_> <_>3 6 13 12 -1. <_>3 12 13 6 2. 0 -0.1521482020616531 -0.7059270143508911 0.1002250984311104 <_> <_> <_>7 7 6 6 -1. <_>7 7 3 3 2. <_>10 10 3 3 2. 0 3.1789899803698063e-003 0.1234574988484383 -0.3909341990947723 <_> <_> <_>4 7 3 2 -1. <_>5 7 1 2 3. 0 -2.2882770281285048e-003 0.3708150088787079 -0.1621042042970657 <_> <_> <_>5 4 14 3 -1. <_>12 4 7 3 2. 0 -2.9806189704686403e-003 0.1808705925941467 -0.3323985934257507 <_> <_> <_>10 12 3 2 -1. <_>11 12 1 2 3. 0 -1.5072739915922284e-003 -0.4947231113910675 0.0982888564467430 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 1.9225040450692177e-003 -0.1779111027717590 0.3077332973480225 <_> <_> <_>12 14 1 3 -1. <_>12 15 1 1 3. 0 1.9025449873879552e-003 0.0847949981689453 -0.5902097225189209 <_> <_> <_>3 6 3 3 -1. <_>4 6 1 3 3. 0 -3.5421559587121010e-003 0.3117577135562897 -0.1439293026924133 <_> <_> <_>8 4 3 2 -1. <_>9 4 1 2 3. 0 -2.9751660767942667e-003 -0.6364914178848267 0.0826398879289627 <_> <_> <_>3 3 3 13 -1. <_>4 3 1 13 3. 0 0.0100032901391387 -0.1169926002621651 0.4238753020763397 <_> <_> <_>15 4 2 3 -1. <_>15 5 2 1 3. 0 -1.9193530315533280e-003 -0.4711583852767944 0.1103824004530907 <_> <_> <_>12 8 4 4 -1. <_>12 10 4 2 2. 0 0.0250706207007170 0.0487759299576283 -0.8035132884979248 -1.9596290588378906 1 -1 <_> <_> <_> <_>8 7 8 9 -1. <_>8 10 8 3 3. 0 0.0142147997394204 -0.6357787847518921 0.3346172869205475 <_> <_> <_>8 0 12 6 -1. <_>8 0 6 3 2. <_>14 3 6 3 2. 0 -0.0125259095802903 0.3276613056659699 -0.4133152961730957 <_> <_> <_>5 9 3 6 -1. <_>5 12 3 3 2. 0 -2.2514370357384905e-005 0.2310263067483902 -0.5428205132484436 <_> <_> <_>11 12 2 4 -1. <_>12 12 1 4 2. 0 1.8600060138851404e-003 0.1793334931135178 -0.6913194060325623 <_> <_> <_>10 11 3 8 -1. <_>11 11 1 8 3. 0 7.8344792127609253e-003 0.0910713002085686 -0.7812684774398804 <_> <_> <_>5 5 5 6 -1. <_>5 7 5 2 3. 0 -4.2322301305830479e-003 0.2065840959548950 -0.4290603101253510 <_> <_> <_>10 13 2 6 -1. <_>10 16 2 3 2. 0 -7.5860600918531418e-004 0.2073071002960205 -0.4207031130790710 <_> <_> <_>10 15 3 4 -1. <_>11 15 1 4 3. 0 -3.5626380704343319e-003 -0.6322708725929260 0.1311862021684647 <_> <_> <_>7 3 3 3 -1. <_>8 3 1 3 3. 0 -4.9960161559283733e-003 -0.7511237859725952 0.0782033279538155 <_> <_> <_>5 8 6 2 -1. <_>8 8 3 2 2. 0 7.3098740540444851e-003 0.0934286415576935 -0.6631010770797730 <_> <_> <_>8 7 4 2 -1. <_>10 7 2 2 2. 0 2.2772040392737836e-004 -0.3414882123470306 0.2000820040702820 <_> <_> <_>5 6 2 3 -1. <_>6 6 1 3 2. 0 8.3124160300940275e-004 -0.2544816136360169 0.2585771083831787 <_> <_> <_>8 0 3 8 -1. <_>9 0 1 8 3. 0 -7.5492179021239281e-003 -0.6613898873329163 0.0830044224858284 <_> <_> <_>5 10 3 8 -1. <_>5 14 3 4 2. 0 -0.0380399487912655 -0.8216357231140137 0.0592315904796124 <_> <_> <_>12 3 3 2 -1. <_>13 3 1 2 3. 0 2.8484580107033253e-003 0.0897299572825432 -0.5833374261856079 <_> <_> <_>8 2 3 4 -1. <_>9 2 1 4 3. 0 4.8181698657572269e-003 0.0939605608582497 -0.5761976838111877 <_> <_> <_>14 10 1 8 -1. <_>14 14 1 4 2. 0 -0.0111904898658395 -0.6254429817199707 0.0736088976264000 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 -6.4537129364907742e-003 0.5512338876724243 -0.1002079024910927 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 3.3225629013031721e-003 -0.1079789027571678 0.5366494059562683 <_> <_> <_>9 12 3 2 -1. <_>10 12 1 2 3. 0 4.6705761924386024e-003 0.0883211269974709 -0.6768360137939453 <_> <_> <_>12 2 1 12 -1. <_>12 6 1 4 3. 0 -0.0116133103147149 -0.5071188211441040 0.0765566304326057 <_> <_> <_>2 8 14 6 -1. <_>2 8 7 3 2. <_>9 11 7 3 2. 0 -0.0375156104564667 -0.7293627262115479 0.0594486109912395 <_> <_> <_>11 3 3 17 -1. <_>12 3 1 17 3. 0 0.0230860300362110 0.0507189594209194 -0.7845978140830994 <_> <_> <_>12 12 1 2 -1. <_>12 13 1 1 2. 0 -7.1651988946541678e-006 0.1668622046709061 -0.2571322023868561 <_> <_> <_>13 1 2 1 -1. <_>14 1 1 1 2. 0 7.1611627936363220e-004 0.1063603013753891 -0.4279364049434662 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 4.1476460173726082e-003 -0.1206965968012810 0.4199318885803223 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -2.5815099943429232e-003 0.4871808886528015 -0.1004581004381180 <_> <_> <_>12 12 2 3 -1. <_>12 13 2 1 3. 0 -1.7147070029750466e-003 -0.4609631001949310 0.1037511005997658 -1.9849590063095093 2 -1 <_> <_> <_> <_>8 2 10 10 -1. <_>13 2 5 10 2. 0 -0.0612027198076248 0.3907910883426666 -0.3940125107765198 <_> <_> <_>11 13 3 1 -1. <_>12 13 1 1 3. 0 -1.4643670292571187e-003 -0.7369784116744995 0.1566022038459778 <_> <_> <_>12 10 1 4 -1. <_>12 12 1 2 2. 0 7.2080420795828104e-004 0.2167553007602692 -0.5801265835762024 <_> <_> <_>8 7 2 6 -1. <_>8 10 2 3 2. 0 6.4895692048594356e-004 -0.7230809926986694 0.1278524994850159 <_> <_> <_>12 11 1 3 -1. <_>12 12 1 1 3. 0 -1.7158190021291375e-003 -0.7710043191909790 0.1021030992269516 <_> <_> <_>9 12 3 3 -1. <_>10 12 1 3 3. 0 -2.2490581031888723e-003 -0.6062312722206116 0.1242726966738701 <_> <_> <_>6 0 8 6 -1. <_>6 3 8 3 2. 0 0.0538419783115387 -0.1716974973678589 0.5335056781768799 <_> <_> <_>0 0 8 19 -1. <_>4 0 4 19 2. 0 -0.1328897029161453 0.5592436790466309 -0.1895489990711212 <_> <_> <_>5 6 4 9 -1. <_>5 9 4 3 3. 0 9.0965389972552657e-004 -0.4716643095016480 0.1692426055669785 <_> <_> <_>13 14 1 2 -1. <_>13 15 1 1 2. 0 6.0799147468060255e-004 0.1134722009301186 -0.5984687805175781 <_> <_> <_>1 3 8 15 -1. <_>5 3 4 15 2. 0 0.1607262939214706 -0.1029551997780800 0.6648719906806946 <_> <_> <_>13 14 2 3 -1. <_>13 15 2 1 3. 0 -1.7097239615395665e-003 -0.4727627933025360 0.1339205056428909 <_> <_> <_>5 7 3 2 -1. <_>6 7 1 2 3. 0 1.1734620202332735e-003 -0.2279558926820755 0.2613565027713776 <_> <_> <_>8 5 3 1 -1. <_>9 5 1 1 3. 0 -1.5138329472392797e-003 -0.5539500117301941 0.1102833971381187 <_> <_> <_>9 5 3 1 -1. <_>10 5 1 1 3. 0 -2.1774161141365767e-003 -0.6222890019416809 0.0784866735339165 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 -2.7727920096367598e-003 0.4614112079143524 -0.1349655985832214 <_> <_> <_>18 4 1 2 -1. <_>18 5 1 1 2. 0 9.3199027469381690e-004 0.1016277000308037 -0.5163183808326721 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 2.9746659565716982e-003 -0.1299920976161957 0.4211730062961578 <_> <_> <_>10 10 3 4 -1. <_>11 10 1 4 3. 0 -5.0399480387568474e-003 -0.6370617151260376 0.0776241272687912 <_> <_> <_>6 5 2 14 -1. <_>6 12 2 7 2. 0 0.0234148502349854 0.0721827968955040 -0.5983113050460815 <_> <_> <_>14 8 3 4 -1. <_>14 10 3 2 2. 0 -1.0927390540018678e-003 -0.4166488051414490 0.1182999014854431 <_> <_> <_>4 5 3 6 -1. <_>4 7 3 2 3. 0 -1.6441360348835588e-003 0.1858306974172592 -0.2755101919174194 <_> <_> <_>5 10 2 8 -1. <_>5 14 2 4 2. 0 -0.0257362797856331 -0.7514647841453552 0.0639077499508858 <_> <_> <_>9 1 3 2 -1. <_>10 1 1 2 3. 0 -2.8924590442329645e-003 -0.5678088068962097 0.0732977390289307 <_> <_> <_>10 1 3 3 -1. <_>11 1 1 3 3. 0 -5.2889231592416763e-003 -0.6373888850212097 0.0686869472265244 <_> <_> <_>9 12 8 8 -1. <_>9 12 4 4 2. <_>13 16 4 4 2. 0 3.2964269630610943e-003 -0.2506295144557953 0.1598978042602539 <_> <_> <_>8 13 6 4 -1. <_>10 13 2 4 3. 0 0.0249144397675991 0.0552609786391258 -0.7620877027511597 <_> <_> <_>3 6 3 12 -1. <_>4 6 1 12 3. 0 -0.0150885004550219 0.3703337907791138 -0.1200395971536636 -1.8260079622268677 3 -1 <_> <_> <_> <_>9 3 8 5 -1. <_>13 3 4 5 2. 0 -0.0118571799248457 0.2942155897617340 -0.5170331001281738 <_> <_> <_>7 7 3 6 -1. <_>7 10 3 3 2. 0 2.0991980563849211e-003 -0.6147174835205078 0.2064850032329559 <_> <_> <_>5 10 10 4 -1. <_>5 12 10 2 2. 0 -1.5772449842188507e-004 0.2287074029445648 -0.5525804758071899 <_> <_> <_>11 12 1 6 -1. <_>11 15 1 3 2. 0 -2.0669099467340857e-004 0.1207000985741615 -0.5492612719535828 <_> <_> <_>5 8 6 2 -1. <_>8 8 3 2 2. 0 2.2675560321658850e-003 0.1535481065511704 -0.4607430100440979 <_> <_> <_>2 0 8 4 -1. <_>2 0 4 2 2. <_>6 2 4 2 2. 0 0.0144694996997714 -0.1897630989551544 0.4207141101360321 <_> <_> <_>11 7 3 5 -1. <_>12 7 1 5 3. 0 -1.2127560330554843e-003 -0.4513986110687256 0.0994258671998978 <_> <_> <_>12 13 2 3 -1. <_>12 14 2 1 3. 0 2.1505509503185749e-003 0.1020087972283363 -0.6206424236297607 <_> <_> <_>12 12 1 2 -1. <_>12 13 1 1 2. 0 -1.6638869419693947e-003 -0.7036749124526978 0.0772146806120873 <_> <_> <_>5 11 6 3 -1. <_>8 11 3 3 2. 0 1.0530210565775633e-003 -0.3245396018028259 0.1761610954999924 <_> <_> <_>2 6 3 9 -1. <_>3 6 1 9 3. 0 0.0118364095687866 -0.1350782066583633 0.4264113008975983 <_> <_> <_>12 12 1 3 -1. <_>12 13 1 1 3. 0 9.6512871095910668e-004 0.0945027694106102 -0.4854493141174316 <_> <_> <_>5 8 4 2 -1. <_>5 9 4 1 2. 0 7.5651629595085979e-004 -0.2995952963829041 0.1686761975288391 <_> <_> <_>3 8 3 7 -1. <_>4 8 1 7 3. 0 0.0108391502872109 -0.1112103015184403 0.4691441059112549 <_> <_> <_>1 3 6 15 -1. <_>3 3 2 15 3. 0 -0.0514394193887711 0.4172692000865936 -0.1177640035748482 <_> <_> <_>12 14 4 3 -1. <_>12 15 4 1 3. 0 3.4927250817418098e-003 0.0925122797489166 -0.5259935259819031 <_> <_> <_>9 0 2 20 -1. <_>9 0 1 10 2. <_>10 10 1 10 2. 0 -0.0139263998717070 -0.6663349866867065 0.0523864589631557 <_> <_> <_>6 12 3 3 -1. <_>6 13 3 1 3. 0 4.5590959489345551e-003 -0.0933838412165642 0.4377475082874298 <_> <_> <_>5 7 3 10 -1. <_>5 12 3 5 2. 0 -0.0373186990618706 -0.5958368778228760 0.0726278498768806 <_> <_> <_>8 5 2 1 -1. <_>9 5 1 1 2. 0 1.2496879789978266e-003 0.0695372372865677 -0.4877246022224426 <_> <_> <_>5 12 3 3 -1. <_>5 13 3 1 3. 0 -3.7307639140635729e-003 0.3269925117492676 -0.1173909008502960 <_> <_> <_>15 5 4 2 -1. <_>15 6 4 1 2. 0 2.1144179627299309e-003 0.0928890928626060 -0.4178802073001862 <_> <_> <_>15 5 3 2 -1. <_>15 6 3 1 2. 0 -6.4239342464134097e-004 -0.2933219075202942 0.1310780942440033 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 -3.1379980500787497e-003 0.3244552016258240 -0.1150685027241707 <_> <_> <_>6 5 4 12 -1. <_>8 5 2 12 2. 0 -0.0391869693994522 -0.7936044931411743 0.0500534810125828 <_> <_> <_>7 4 3 3 -1. <_>8 4 1 3 3. 0 4.4646807946264744e-003 0.0547760203480721 -0.5653573870658875 <_> <_> <_>5 6 2 3 -1. <_>6 6 1 3 2. 0 8.6451368406414986e-004 -0.1747120022773743 0.1975816041231155 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 2.4237011093646288e-003 -0.0952961891889572 0.4076026082038879 <_> <_> <_>12 10 2 1 -1. <_>13 10 1 1 2. 0 -2.5377490092068911e-003 -0.6245474219322205 0.0699205473065376 <_> <_> <_>10 13 5 2 -1. <_>10 14 5 1 2. 0 -7.3309220169903710e-006 0.1224924996495247 -0.2815726995468140 <_> <_> <_>11 13 1 3 -1. <_>11 14 1 1 3. 0 -1.8882560543715954e-003 -0.6267039775848389 0.0658209323883057 <_> <_> <_>7 2 3 6 -1. <_>7 4 3 2 3. 0 6.0609861975535750e-004 -0.2548140883445740 0.1290224045515060 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 2.3213759995996952e-003 -0.0974301174283028 0.3245609104633331 <_> <_> <_>12 14 2 3 -1. <_>12 15 2 1 3. 0 -1.8534410046413541e-003 -0.4406534135341644 0.0829688534140587 <_> <_> <_>8 5 3 3 -1. <_>8 6 3 1 3. 0 2.3999500554054976e-003 -0.1204126998782158 0.2828806042671204 <_> <_> <_>7 6 9 10 -1. <_>7 11 9 5 2. 0 -0.0813561975955963 -0.7397223114967346 0.0465683005750179 <_> <_> <_>0 18 18 2 -1. <_>6 18 6 2 3. 0 -2.9865680262446404e-003 0.1633462011814117 -0.1983491033315659 <_> <_> <_>0 5 1 8 -1. <_>0 9 1 4 2. 0 2.8128880076110363e-003 0.1183737963438034 -0.2939819991588593 <_> <_> <_>1 3 8 10 -1. <_>1 8 8 5 2. 0 -0.1006079018115997 -0.7371764779090881 0.0425100214779377 <_> <_> <_>9 12 6 2 -1. <_>9 13 6 1 2. 0 1.1854549666168168e-004 0.1047106012701988 -0.2913986146450043 <_> <_> <_>9 6 2 3 -1. <_>9 7 2 1 3. 0 2.2375308908522129e-003 -0.0960420593619347 0.3404592871665955 <_> <_> <_>9 4 3 3 -1. <_>10 4 1 3 3. 0 -4.4986992143094540e-003 -0.5823466181755066 0.0562368407845497 <_> <_> <_>13 13 1 3 -1. <_>13 14 1 1 3. 0 -3.6484538577497005e-004 -0.2795613110065460 0.1011399030685425 <_> <_> <_>2 6 13 3 -1. <_>2 7 13 1 3. 0 -7.9940296709537506e-003 0.2777594923973084 -0.1194123029708862 <_> <_> <_>10 15 2 4 -1. <_>11 15 1 4 2. 0 -5.1547219045460224e-003 -0.6022951006889343 0.0489171408116817 <_> <_> <_>7 7 2 3 -1. <_>8 7 1 3 2. 0 -8.1772619159892201e-004 0.1766050010919571 -0.1640768945217133 <_> <_> <_>3 6 12 8 -1. <_>3 6 6 4 2. <_>9 10 6 4 2. 0 0.0674346983432770 0.0407614596188068 -0.7186576128005981 <_> <_> <_>12 0 8 4 -1. <_>12 0 4 2 2. <_>16 2 4 2 2. 0 -2.4103289470076561e-003 0.1767168045043945 -0.1608185023069382 <_> <_> <_>9 15 3 3 -1. <_>10 15 1 3 3. 0 -3.5183799918740988e-003 -0.4307860136032105 0.0706716328859329 <_> <_> <_>10 14 1 2 -1. <_>10 15 1 1 2. 0 -1.4561560419679154e-005 0.1271470040082932 -0.2338785976171494 <_> <_> <_>6 11 5 6 -1. <_>6 14 5 3 2. 0 -0.0479518212378025 -0.7908576726913452 0.0368030816316605 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 2.1735159680247307e-003 -0.1308927983045578 0.2533034980297089 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -3.4542270004749298e-003 0.5102524757385254 -0.0753372535109520 -1.9446740150451660 4 -1 <_> <_> <_> <_>5 6 3 4 -1. <_>6 6 1 4 3. 0 4.5243161730468273e-003 -0.3048551976680756 0.5190864205360413 <_> <_> <_>9 6 6 4 -1. <_>11 6 2 4 3. 0 2.3372350260615349e-003 -0.4290454089641571 0.2905215919017792 <_> <_> <_>6 5 12 6 -1. <_>6 7 12 2 3. 0 -4.4243237935006618e-003 0.2106857001781464 -0.4595498144626617 <_> <_> <_>3 1 16 7 -1. <_>11 1 8 7 2. 0 -0.0128874396905303 0.1913823038339615 -0.4587906897068024 <_> <_> <_>12 11 1 6 -1. <_>12 14 1 3 2. 0 -5.2370920457178727e-005 0.1414148956537247 -0.5026736855506897 <_> <_> <_>6 6 9 8 -1. <_>6 10 9 4 2. 0 -4.7738491557538509e-003 -0.4876083135604858 0.1234100982546806 <_> <_> <_>5 9 4 6 -1. <_>5 12 4 3 2. 0 9.6315861446782947e-004 0.1336739957332611 -0.4479374885559082 <_> <_> <_>1 0 6 14 -1. <_>4 0 3 14 2. 0 -0.0891403034329414 0.5038766860961914 -0.1592300981283188 <_> <_> <_>8 1 1 9 -1. <_>8 4 1 3 3. 0 1.7201449954882264e-003 -0.2053536027669907 0.2434068024158478 <_> <_> <_>11 13 2 2 -1. <_>11 14 2 1 2. 0 -2.6712119579315186e-003 -0.6331971287727356 0.0530356504023075 <_> <_> <_>2 7 4 13 -1. <_>4 7 2 13 2. 0 0.0373532809317112 -0.1136024966835976 0.4664533138275147 <_> <_> <_>5 8 6 6 -1. <_>8 8 3 6 2. 0 -0.0315109603106976 -0.6882048249244690 0.0693718567490578 <_> <_> <_>18 0 2 20 -1. <_>19 0 1 20 2. 0 0.0152938198298216 -0.1004384011030197 0.4626778960227966 <_> <_> <_>6 7 3 3 -1. <_>7 7 1 3 3. 0 5.4966909810900688e-003 -0.0935146436095238 0.4512706100940704 <_> <_> <_>13 10 1 4 -1. <_>13 12 1 2 2. 0 -4.6311439946293831e-003 -0.6431459784507752 0.0850035473704338 <_> <_> <_>12 11 2 2 -1. <_>12 12 2 1 2. 0 8.0943357897922397e-004 0.0797389671206474 -0.4932079911231995 <_> <_> <_>3 6 12 6 -1. <_>3 6 6 3 2. <_>9 9 6 3 2. 0 0.0297459401190281 0.0784204676747322 -0.5048243999481201 <_> <_> <_>10 13 2 2 -1. <_>10 14 2 1 2. 0 9.7070122137665749e-004 0.0581354387104511 -0.5703517794609070 <_> <_> <_>6 13 2 3 -1. <_>6 14 2 1 3. 0 2.4534659460186958e-003 -0.1125906035304070 0.3685297071933746 <_> <_> <_>13 5 1 3 -1. <_>13 6 1 1 3. 0 1.9709810148924589e-003 0.0771853104233742 -0.5268386006355286 <_> <_> <_>6 14 3 3 -1. <_>6 15 3 1 3. 0 4.8643019981682301e-003 -0.1047953963279724 0.4147444069385529 <_> <_> <_>5 15 3 3 -1. <_>5 16 3 1 3. 0 1.0143260005861521e-003 -0.1473156064748764 0.2867107987403870 <_> <_> <_>15 3 1 3 -1. <_>15 4 1 1 3. 0 -9.5099088503047824e-004 -0.3807004988193512 0.0881083533167839 <_> <_> <_>3 8 3 12 -1. <_>4 8 1 12 3. 0 -5.6730289943516254e-003 0.2481890022754669 -0.1369633972644806 <_> <_> <_>3 4 3 14 -1. <_>4 4 1 14 3. 0 0.0169878993183374 -0.0808960422873497 0.5278167128562927 <_> <_> <_>6 11 6 2 -1. <_>9 11 3 2 2. 0 -7.5278789736330509e-003 -0.4688000977039337 0.0893896669149399 <_> <_> <_>4 8 8 4 -1. <_>8 8 4 4 2. 0 0.0339485295116901 0.0505947917699814 -0.6739956140518189 <_> <_> <_>4 5 2 4 -1. <_>5 5 1 4 2. 0 8.3328841719776392e-004 -0.1893136054277420 0.1960709989070892 <_> <_> <_>7 3 2 1 -1. <_>8 3 1 1 2. 0 -5.9632491320371628e-004 -0.3622928857803345 0.1054477021098137 <_> <_> <_>12 16 2 3 -1. <_>12 17 2 1 3. 0 3.0905720777809620e-003 0.0572096295654774 -0.5531697273254395 <_> <_> <_>3 16 6 3 -1. <_>3 17 6 1 3. 0 3.5152619238942862e-003 -0.1221107020974159 0.2936989963054657 <_> <_> <_>13 4 2 1 -1. <_>14 4 1 1 2. 0 7.9333729809150100e-004 0.0759779065847397 -0.4453982114791870 <_> <_> <_>9 16 4 4 -1. <_>11 16 2 4 2. 0 -0.0111893601715565 -0.5059651732444763 0.0574383698403835 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -1.1787790572270751e-003 0.3079969882965088 -0.1076223030686379 <_> <_> <_>6 8 2 2 -1. <_>6 9 2 1 2. 0 5.4418851505033672e-005 -0.2599756121635437 0.1313844025135040 <_> <_> <_>12 13 2 1 -1. <_>13 13 1 1 2. 0 -7.2562302193546202e-006 0.1543983966112137 -0.2109470069408417 <_> <_> <_>6 7 6 3 -1. <_>8 7 2 3 3. 0 -8.3436258137226105e-004 0.1368986964225769 -0.2436766028404236 <_> <_> <_>5 8 2 10 -1. <_>5 13 2 5 2. 0 -0.0333806090056896 -0.6747735738754273 0.0509867407381535 <_> <_> <_>0 8 1 2 -1. <_>0 9 1 1 2. 0 7.4093497823923826e-004 0.0912485271692276 -0.3522076010704041 <_> <_> <_>2 11 4 4 -1. <_>4 11 2 4 2. 0 -2.0966369193047285e-003 0.1911004930734634 -0.1638002991676331 <_> <_> <_>1 9 12 3 -1. <_>5 9 4 3 3. 0 -0.0693395063281059 -0.8770086765289307 0.0357266291975975 <_> <_> <_>8 15 2 3 -1. <_>9 15 1 3 2. 0 -5.7089990004897118e-003 -0.6806722879409790 0.0355459600687027 <_> <_> <_>8 6 3 3 -1. <_>8 7 3 1 3. 0 6.8668760359287262e-003 -0.0648868680000305 0.5226590037345886 <_> <_> <_>1 2 1 2 -1. <_>1 3 1 1 2. 0 5.4602831369265914e-004 0.1092441976070404 -0.3028525114059448 <_> <_> <_>5 1 7 6 -1. <_>5 3 7 2 3. 0 6.4349039457738400e-003 -0.1656195074319840 0.1902212947607040 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 -0.0101124197244644 0.7452300190925598 -0.0383473299443722 <_> <_> <_>13 7 3 4 -1. <_>13 9 3 2 2. 0 -7.5152877252548933e-004 -0.2814728021621704 0.1132168993353844 <_> <_> <_>5 10 3 3 -1. <_>5 11 3 1 3. 0 2.8225290589034557e-003 -0.1236440017819405 0.2560853064060211 <_> <_> <_>7 5 3 1 -1. <_>8 5 1 1 3. 0 2.2058798931539059e-003 0.0573342815041542 -0.5615208148956299 <_> <_> <_>0 0 11 16 -1. <_>0 8 11 8 2. 0 0.2816418111324310 0.0420923791825771 -0.6492379903793335 <_> <_> <_>7 4 3 2 -1. <_>8 4 1 2 3. 0 -4.2593148536980152e-003 -0.6485499739646912 0.0435026586055756 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 2.6586679741740227e-003 -0.0935261398553848 0.3415873050689697 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 2.0971989724785089e-003 -0.1106892973184586 0.3176026940345764 <_> <_> <_>13 5 2 2 -1. <_>13 6 2 1 2. 0 -1.0267860488966107e-003 -0.3761210143566132 0.0989731103181839 -1.8389279842376709 5 -1 <_> <_> <_> <_>8 8 2 6 -1. <_>8 10 2 2 3. 0 2.6354179717600346e-003 -0.5249680876731873 0.2771103084087372 <_> <_> <_>5 6 3 4 -1. <_>6 6 1 4 3. 0 2.6279650628566742e-003 -0.3219544887542725 0.3701362907886505 <_> <_> <_>10 0 10 8 -1. <_>10 0 5 4 2. <_>15 4 5 4 2. 0 -5.8889109641313553e-003 0.2377752959728241 -0.4180032908916473 <_> <_> <_>9 7 2 12 -1. <_>9 11 2 4 3. 0 1.9291159696877003e-003 -0.4712206125259399 0.1369217038154602 <_> <_> <_>6 3 12 12 -1. <_>6 3 6 6 2. <_>12 9 6 6 2. 0 -0.0152054801583290 -0.3961842954158783 0.1740240007638931 <_> <_> <_>5 7 4 6 -1. <_>5 9 4 2 3. 0 2.3393579758703709e-003 -0.3850890100002289 0.1565911024808884 <_> <_> <_>5 7 10 10 -1. <_>5 7 5 5 2. <_>10 12 5 5 2. 0 0.0423956215381622 0.1047870963811874 -0.6216400265693665 <_> <_> <_>2 1 4 15 -1. <_>4 1 2 15 2. 0 -0.0569596402347088 0.5122585892677307 -0.1268478035926819 <_> <_> <_>12 11 2 2 -1. <_>13 11 1 2 2. 0 -7.2845568865886889e-006 0.1513689011335373 -0.3118562102317810 <_> <_> <_>6 11 10 6 -1. <_>6 14 10 3 2. 0 -0.0796337500214577 -0.8432474732398987 0.0449784286320210 <_> <_> <_>5 12 4 3 -1. <_>5 13 4 1 3. 0 5.9168688021600246e-003 -0.1074597984552383 0.4743410050868988 <_> <_> <_>6 12 1 3 -1. <_>6 13 1 1 3. 0 -1.4736950397491455e-003 0.3606745004653931 -0.1476064026355743 <_> <_> <_>3 7 12 8 -1. <_>3 7 6 4 2. <_>9 11 6 4 2. 0 -0.0396309718489647 -0.6583898067474365 0.0748667865991592 <_> <_> <_>6 2 2 6 -1. <_>6 4 2 2 3. 0 6.2401412287726998e-004 -0.2619565129280090 0.1565213948488236 <_> <_> <_>11 11 5 4 -1. <_>11 13 5 2 2. 0 -2.3399210476782173e-005 0.1215751022100449 -0.3032081127166748 <_> <_> <_>5 8 6 6 -1. <_>8 8 3 6 2. 0 0.0308020301163197 0.0444087311625481 -0.6660987734794617 <_> <_> <_>5 12 4 2 -1. <_>7 12 2 2 2. 0 1.4787449617870152e-004 -0.2444950938224793 0.1472305059432983 <_> <_> <_>3 13 3 7 -1. <_>4 13 1 7 3. 0 4.8630568198859692e-003 -0.1126781031489372 0.3259679973125458 <_> <_> <_>11 7 5 9 -1. <_>11 10 5 3 3. 0 0.0621918812394142 0.0574399605393410 -0.6403107047080994 <_> <_> <_>4 3 15 9 -1. <_>4 6 15 3 3. 0 1.4668420189991593e-003 0.0953566431999207 -0.3372788131237030 <_> <_> <_>15 13 2 2 -1. <_>15 13 1 1 2. <_>16 14 1 1 2. 0 -1.4742349776497576e-005 0.1975961029529572 -0.1708389967679977 <_> <_> <_>6 5 6 13 -1. <_>9 5 3 13 2. 0 -0.0324956700205803 -0.3684872984886169 0.0903633311390877 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -1.5333830378949642e-003 0.3225637972354889 -0.1041681990027428 <_> <_> <_>6 1 2 15 -1. <_>6 6 2 5 3. 0 -0.0279989093542099 -0.4909791052341461 0.0826537832617760 <_> <_> <_>11 0 4 3 -1. <_>13 0 2 3 2. 0 4.9783890135586262e-003 0.0732380300760269 -0.4405778050422669 <_> <_> <_>0 0 2 4 -1. <_>0 2 2 2 2. 0 6.8226028233766556e-003 0.0767660290002823 -0.4146091043949127 <_> <_> <_>4 8 9 3 -1. <_>4 9 9 1 3. 0 0.0114978803321719 -0.0914401113986969 0.4009974896907806 <_> <_> <_>6 5 6 2 -1. <_>8 5 2 2 3. 0 -0.0110030695796013 -0.5741754174232483 0.0727767273783684 <_> <_> <_>4 15 2 2 -1. <_>4 15 1 1 2. <_>5 16 1 1 2. 0 4.9345887964591384e-004 -0.1335359066724777 0.2457520961761475 <_> <_> <_>6 14 2 3 -1. <_>6 15 2 1 3. 0 2.2130589932203293e-003 -0.1075384020805359 0.3163211941719055 <_> <_> <_>6 12 1 6 -1. <_>6 15 1 3 2. 0 5.1011620089411736e-003 0.0789853185415268 -0.4294820129871368 <_> <_> <_>5 9 2 10 -1. <_>5 14 2 5 2. 0 -0.0373056381940842 -0.6792119145393372 0.0450499393045902 <_> <_> <_>3 6 3 10 -1. <_>4 6 1 10 3. 0 -6.1271698214113712e-003 0.2306205928325653 -0.1455928981304169 <_> <_> <_>3 7 3 5 -1. <_>4 7 1 5 3. 0 7.6517700217664242e-003 -0.0903551727533340 0.4307296872138977 <_> <_> <_>11 0 6 2 -1. <_>13 0 2 2 3. 0 -0.0112808700650930 -0.4785071909427643 0.0746744498610497 <_> <_> <_>11 12 2 1 -1. <_>12 12 1 1 2. 0 -1.4724049833603203e-005 0.1445989012718201 -0.2253564000129700 <_> <_> <_>11 12 2 1 -1. <_>12 12 1 1 2. 0 -1.9895960576832294e-003 -0.6152756810188294 0.0549059212207794 <_> <_> <_>6 16 1 3 -1. <_>6 17 1 1 3. 0 1.6876959707587957e-003 -0.0976197868585587 0.3300470113754273 <_> <_> <_>10 16 5 3 -1. <_>10 17 5 1 3. 0 9.8390737548470497e-003 0.0409724116325378 -0.7551510930061340 <_> <_> <_>7 13 1 3 -1. <_>7 14 1 1 3. 0 1.3243829598650336e-003 -0.1004628017544746 0.3066510856151581 <_> <_> <_>12 4 8 2 -1. <_>12 5 8 1 2. 0 3.1150300055742264e-003 0.0898044705390930 -0.3352459967136383 <_> <_> <_>8 7 4 3 -1. <_>10 7 2 3 2. 0 7.3907422120100819e-006 -0.2241040021181107 0.1328824013471603 <_> <_> <_>12 10 5 9 -1. <_>12 13 5 3 3. 0 0.0325595699250698 0.0501133985817432 -0.5424032807350159 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 -2.9865119140595198e-003 0.2838534116744995 -0.1116421967744827 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 1.6058710170909762e-003 -0.1202408000826836 0.2903267145156860 <_> <_> <_>11 0 2 4 -1. <_>12 0 1 4 2. 0 2.2018649615347385e-003 0.0781101286411285 -0.4384604990482330 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 -5.7107508182525635e-003 -0.3260880112648010 0.0929412990808487 <_> <_> <_>6 12 3 3 -1. <_>6 13 3 1 3. 0 8.9503038907423615e-004 -0.1350415945053101 0.2233189940452576 <_> <_> <_>1 3 6 12 -1. <_>1 9 6 6 2. 0 0.0772592499852180 0.0732213407754898 -0.4171401858329773 <_> <_> <_>1 5 5 10 -1. <_>1 10 5 5 2. 0 -0.0101456101983786 -0.2733097076416016 0.1409918963909149 <_> <_> <_>10 14 1 2 -1. <_>10 15 1 1 2. 0 -7.0878718361200299e-006 0.1260295957326889 -0.2325371950864792 <_> <_> <_>9 5 2 8 -1. <_>9 5 1 4 2. <_>10 9 1 4 2. 0 -8.0232005566358566e-003 -0.6268284916877747 0.0441995784640312 <_> <_> <_>17 12 3 1 -1. <_>18 12 1 1 3. 0 -1.5409339684993029e-003 0.3215487897396088 -0.0958197265863419 <_> <_> <_>5 16 2 3 -1. <_>5 17 2 1 3. 0 -1.3815560378134251e-003 0.2390906065702438 -0.1084505990147591 <_> <_> <_>11 18 7 2 -1. <_>11 19 7 1 2. 0 -8.5559524595737457e-003 -0.6288099288940430 0.0469044595956802 <_> <_> <_>12 6 3 8 -1. <_>13 6 1 8 3. 0 1.4967939932830632e-005 -0.1733105033636093 0.1626560986042023 -1.8807189464569092 6 -1 <_> <_> <_> <_>11 6 6 5 -1. <_>14 6 3 5 2. 0 -9.2911375686526299e-003 0.2667650878429413 -0.4868162870407105 <_> <_> <_>9 7 4 6 -1. <_>9 7 2 3 2. <_>11 10 2 3 2. 0 -1.0201609693467617e-003 0.2146916985511780 -0.4297147095203400 <_> <_> <_>10 8 6 6 -1. <_>10 10 6 2 3. 0 1.8099240260198712e-003 -0.4708526134490967 0.1729315072298050 <_> <_> <_>2 1 4 17 -1. <_>4 1 2 17 2. 0 -0.0631954520940781 0.5586851239204407 -0.1192208006978035 <_> <_> <_>7 1 9 4 -1. <_>7 3 9 2 2. 0 1.5157799934968352e-003 -0.3308742940425873 0.1425653994083405 <_> <_> <_>7 6 3 4 -1. <_>8 6 1 4 3. 0 -3.1134260352700949e-003 0.3189736008644104 -0.1556340008974075 <_> <_> <_>5 9 8 2 -1. <_>9 9 4 2 2. 0 6.7187240347266197e-003 0.1130800992250443 -0.4614211022853851 <_> <_> <_>11 12 1 4 -1. <_>11 14 1 2 2. 0 -1.4929190001566894e-005 0.1130312010645866 -0.3826808929443359 <_> <_> <_>13 11 1 3 -1. <_>13 12 1 1 3. 0 -1.9974811002612114e-003 -0.6783381104469299 0.0555626712739468 <_> <_> <_>10 19 4 1 -1. <_>12 19 2 1 2. 0 4.4361899199429899e-005 -0.2147872000932694 0.1752458959817886 <_> <_> <_>5 4 10 12 -1. <_>5 4 5 6 2. <_>10 10 5 6 2. 0 -9.4379335641860962e-003 -0.2900882065296173 0.1049441024661064 <_> <_> <_>4 6 5 6 -1. <_>4 9 5 3 2. 0 1.0263459989801049e-004 -0.3680945038795471 0.1158011034131050 <_> <_> <_>5 10 4 8 -1. <_>5 14 4 4 2. 0 -0.0435120798647404 -0.5796747803688049 0.0451606288552284 <_> <_> <_>7 5 3 3 -1. <_>7 6 3 1 3. 0 2.3894330952316523e-003 -0.1244383007287979 0.2572689950466156 <_> <_> <_>7 4 2 2 -1. <_>8 4 1 2 2. 0 3.6203579511493444e-003 0.0483852699398994 -0.6445654034614563 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 -4.2086638859473169e-004 -0.2996363937854767 0.0975081324577332 <_> <_> <_>0 3 6 16 -1. <_>2 3 2 16 3. 0 -0.0363201610743999 0.3249903023242950 -0.1037318035960197 <_> <_> <_>2 6 3 12 -1. <_>3 6 1 12 3. 0 5.5678240023553371e-003 -0.1286551952362061 0.2772139012813568 <_> <_> <_>12 11 2 2 -1. <_>12 12 2 1 2. 0 1.4324679505079985e-003 0.0630446672439575 -0.5041165947914124 <_> <_> <_>18 0 2 13 -1. <_>19 0 1 13 2. 0 1.2268769787624478e-003 -0.1707358956336975 0.1794432997703552 <_> <_> <_>9 14 5 4 -1. <_>9 16 5 2 2. 0 4.0125530213117599e-003 0.0721001327037811 -0.4132161140441895 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 4.7377590090036392e-003 -0.0901008769869804 0.3430379927158356 <_> <_> <_>10 14 4 3 -1. <_>10 15 4 1 3. 0 4.3965759687125683e-003 0.0547530911862850 -0.5917593836784363 <_> <_> <_>12 13 1 3 -1. <_>12 14 1 1 3. 0 1.8952810205519199e-003 0.0401207096874714 -0.6490725874900818 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -1.3425230281427503e-003 0.3032169938087463 -0.1100924015045166 <_> <_> <_>6 6 6 14 -1. <_>9 6 3 14 2. 0 -0.0464057400822639 -0.4602647125720978 0.0703070312738419 <_> <_> <_>5 11 6 3 -1. <_>8 11 3 3 2. 0 0.0258755497634411 0.0389873199164867 -0.6484752297401428 <_> <_> <_>5 7 2 4 -1. <_>6 7 1 4 2. 0 1.0986380511894822e-003 -0.1645876020193100 0.1813354045152664 <_> <_> <_>7 3 11 9 -1. <_>7 6 11 3 3. 0 -3.9583959733135998e-004 0.0978056564927101 -0.2755435109138489 <_> <_> <_>10 4 9 6 -1. <_>10 6 9 2 3. 0 -0.0456339903175831 -0.5427601933479309 0.0548557713627815 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 -4.7068470157682896e-003 0.4096142053604126 -0.0696870908141136 <_> <_> <_>0 0 3 1 -1. <_>1 0 1 1 3. 0 2.0004810357932001e-004 0.1290896981954575 -0.2109135985374451 <_> <_> <_>9 4 4 6 -1. <_>9 4 2 3 2. <_>11 7 2 3 2. 0 1.1126570170745254e-003 -0.2221307009458542 0.1245858967304230 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -1.4747029636055231e-003 0.2918517887592316 -0.0907562375068665 <_> <_> <_>6 4 3 2 -1. <_>7 4 1 2 3. 0 4.3162931688129902e-003 0.0615429095923901 -0.5106865167617798 <_> <_> <_>7 14 1 3 -1. <_>7 15 1 1 3. 0 2.0302709890529513e-004 -0.1563991010189056 0.1646644026041031 <_> <_> <_>1 3 1 2 -1. <_>1 4 1 1 2. 0 3.4639390651136637e-004 0.1077354028820992 -0.2553279995918274 <_> <_> <_>7 16 2 3 -1. <_>7 17 2 1 3. 0 1.5631220303475857e-003 -0.0954280197620392 0.2545036077499390 <_> <_> <_>19 6 1 2 -1. <_>19 7 1 1 2. 0 5.5476918350905180e-004 0.0797742530703545 -0.3079142868518829 <_> <_> <_>6 15 2 3 -1. <_>6 16 2 1 3. 0 2.7690480928868055e-003 -0.0919008925557137 0.3019863963127136 <_> <_> <_>11 13 1 3 -1. <_>11 14 1 1 3. 0 1.1085179867222905e-003 0.0626248866319656 -0.4168049097061157 <_> <_> <_>17 10 3 1 -1. <_>18 10 1 1 3. 0 3.4288389142602682e-003 -0.0574735589325428 0.4729351997375488 <_> <_> <_>10 0 6 1 -1. <_>13 0 3 1 2. 0 -2.0233790855854750e-003 -0.2412866055965424 0.1080666035413742 <_> <_> <_>14 0 6 4 -1. <_>14 0 3 2 2. <_>17 2 3 2 2. 0 -9.1446418082341552e-004 0.1799096018075943 -0.1603191941976547 <_> <_> <_>12 7 4 6 -1. <_>12 10 4 3 2. 0 0.0388806909322739 0.0391326211392879 -0.6408532261848450 <_> <_> <_>14 5 1 2 -1. <_>14 6 1 1 2. 0 1.2836069799959660e-003 0.0529120489954948 -0.4391455948352814 <_> <_> <_>6 13 4 3 -1. <_>6 14 4 1 3. 0 3.5828219261020422e-003 -0.0974621623754501 0.3077293038368225 <_> <_> <_>5 12 4 3 -1. <_>5 13 4 1 3. 0 2.3203529417514801e-003 -0.1092979982495308 0.2673572897911072 <_> <_> <_>9 3 2 1 -1. <_>10 3 1 1 2. 0 1.1978139809798449e-004 0.1162312999367714 -0.2358634024858475 <_> <_> <_>9 3 3 3 -1. <_>10 3 1 3 3. 0 -2.8259279206395149e-003 -0.4193572998046875 0.0570084005594254 <_> <_> <_>9 5 3 1 -1. <_>10 5 1 1 3. 0 2.4410230107605457e-003 0.0427068807184696 -0.5336285829544067 <_> <_> <_>7 8 4 3 -1. <_>7 9 4 1 3. 0 2.6899650692939758e-003 -0.1135182976722717 0.2477902024984360 <_> <_> <_>1 4 1 6 -1. <_>1 6 1 2 3. 0 -3.1081750057637691e-003 -0.2948892116546631 0.0825432091951370 <_> <_> <_>3 2 3 11 -1. <_>4 2 1 11 3. 0 -6.6210748627781868e-003 0.2295868992805481 -0.1144362017512322 <_> <_> <_>3 2 3 18 -1. <_>4 2 1 18 3. 0 4.6786409802734852e-003 -0.1287520974874497 0.2677769958972931 <_> <_> <_>5 12 6 2 -1. <_>8 12 3 2 2. 0 -1.2973829871043563e-003 -0.2728042900562286 0.0964717268943787 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 2.9523740522563457e-003 -0.0870406925678253 0.2920745015144348 <_> <_> <_>7 17 3 1 -1. <_>8 17 1 1 3. 0 -1.6173559706658125e-003 -0.4020785093307495 0.0653864666819572 <_> <_> <_>3 10 8 6 -1. <_>3 13 8 3 2. 0 -0.0754177570343018 -0.8972333073616028 0.0246026907116175 <_> <_> <_>3 2 3 17 -1. <_>4 2 1 17 3. 0 -2.5402200408279896e-003 0.1525865048170090 -0.1502546072006226 <_> <_> <_>4 9 8 1 -1. <_>8 9 4 1 2. 0 3.7864660844206810e-003 0.0764772072434425 -0.3388194143772125 <_> <_> <_>2 7 3 6 -1. <_>3 7 1 6 3. 0 -0.0140055101364851 0.4442639052867889 -0.0590039305388927 <_> <_> <_>18 4 1 2 -1. <_>18 5 1 1 2. 0 5.5956508731469512e-004 0.0740071237087250 -0.3560470938682556 <_> <_> <_>7 8 2 6 -1. <_>7 10 2 2 3. 0 2.5946850655600429e-004 -0.2812618911266327 0.0873992070555687 <_> <_> <_>11 12 2 3 -1. <_>11 13 2 1 3. 0 4.4409232214093208e-003 0.0286236591637135 -0.7728418707847595 <_> <_> <_>16 11 3 1 -1. <_>17 11 1 1 3. 0 -2.3343560751527548e-003 0.3546060025691986 -0.0712075382471085 <_> <_> <_>16 11 3 2 -1. <_>17 11 1 2 3. 0 9.7654951969161630e-004 -0.1013842001557350 0.2254537045955658 <_> <_> <_>15 3 1 4 -1. <_>15 5 1 2 2. 0 -4.3227209243923426e-004 -0.2109587937593460 0.1227314993739128 -1.7268099784851074 7 -1 <_> <_> <_> <_>11 0 9 11 -1. <_>14 0 3 11 3. 0 -0.0124802095815539 0.2611210942268372 -0.4700151979923248 <_> <_> <_>7 0 5 6 -1. <_>7 3 5 3 2. 0 0.0354509614408016 -0.2000845968723297 0.4771861135959625 <_> <_> <_>8 7 2 6 -1. <_>8 10 2 3 2. 0 2.0369330886751413e-003 -0.4770315885543823 0.1513264030218124 <_> <_> <_>11 11 4 6 -1. <_>11 14 4 3 2. 0 -4.3946420191787183e-005 0.1228848025202751 -0.5179628729820252 <_> <_> <_>4 7 3 2 -1. <_>5 7 1 2 3. 0 -3.8480788934975863e-003 0.4111368060112000 -0.1459532976150513 <_> <_> <_>3 7 3 2 -1. <_>4 7 1 2 3. 0 -2.8316550888121128e-003 0.2871097028255463 -0.1762959957122803 <_> <_> <_>11 11 2 3 -1. <_>11 12 2 1 3. 0 2.5026081129908562e-003 0.0796688422560692 -0.5780801177024841 <_> <_> <_>5 9 4 6 -1. <_>5 12 4 3 2. 0 3.0812958721071482e-004 0.0828387066721916 -0.4254018068313599 <_> <_> <_>16 4 2 3 -1. <_>17 4 1 3 2. 0 6.1186961829662323e-004 0.1364181041717529 -0.3059141933917999 <_> <_> <_>12 12 2 1 -1. <_>13 12 1 1 2. 0 -1.4354350241774227e-005 0.1419748961925507 -0.2568199932575226 <_> <_> <_>8 5 6 4 -1. <_>8 5 3 2 2. <_>11 7 3 2 2. 0 1.6148330178111792e-003 -0.2623932957649231 0.1328839063644409 <_> <_> <_>10 15 3 3 -1. <_>11 15 1 3 3. 0 2.0318101160228252e-003 0.0757495686411858 -0.4314146041870117 <_> <_> <_>3 7 3 7 -1. <_>4 7 1 7 3. 0 9.5563679933547974e-003 -0.0914244800806046 0.4000456929206848 <_> <_> <_>11 4 1 2 -1. <_>11 5 1 1 2. 0 -7.8439561184495687e-004 -0.3661993145942688 0.0917778164148331 <_> <_> <_>3 9 3 5 -1. <_>4 9 1 5 3. 0 -3.9661130867898464e-003 0.2369821071624756 -0.1428164988756180 <_> <_> <_>10 15 3 3 -1. <_>11 15 1 3 3. 0 -2.3194469977170229e-003 -0.4224534034729004 0.0786841064691544 <_> <_> <_>3 3 6 12 -1. <_>3 9 6 6 2. 0 -0.0734902024269104 -0.6221855282783508 0.0404968708753586 <_> <_> <_>3 5 5 6 -1. <_>3 7 5 2 3. 0 -3.6803178954869509e-003 0.1261202991008759 -0.2099042981863022 <_> <_> <_>6 6 4 11 -1. <_>8 6 2 11 2. 0 -0.0410192906856537 -0.8031694293022156 0.0279939491301775 <_> <_> <_>6 5 2 6 -1. <_>7 5 1 6 2. 0 -4.8213129048235714e-004 0.1482598036527634 -0.1786963045597076 <_> <_> <_>2 6 3 8 -1. <_>3 6 1 8 3. 0 -0.0165982507169247 0.4144228100776672 -0.0640516877174377 <_> <_> <_>6 4 3 1 -1. <_>7 4 1 1 3. 0 -1.0631670011207461e-003 -0.3346652090549469 0.0824259966611862 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 1.8658409826457500e-003 -0.1311978995800018 0.2318338006734848 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -2.5827190838754177e-003 0.3841595053672791 -0.0841216668486595 <_> <_> <_>13 14 2 3 -1. <_>13 15 2 1 3. 0 1.7159619601443410e-003 0.0769715383648872 -0.4109899103641510 <_> <_> <_>10 11 2 3 -1. <_>10 12 2 1 3. 0 -3.9140181615948677e-003 -0.6250861883163452 0.0384184606373310 <_> <_> <_>19 5 1 3 -1. <_>19 6 1 1 3. 0 4.2724498780444264e-004 0.0860165730118752 -0.2697522938251495 <_> <_> <_>5 14 5 3 -1. <_>5 15 5 1 3. 0 3.3992920070886612e-003 -0.1017651036381722 0.2703082859516144 <_> <_> <_>4 10 10 4 -1. <_>9 10 5 4 2. 0 -0.0364572815597057 -0.4926198124885559 0.0558542497456074 <_> <_> <_>12 12 2 3 -1. <_>12 13 2 1 3. 0 1.6230379696935415e-003 0.0575670786201954 -0.4205349981784821 <_> <_> <_>5 13 4 3 -1. <_>5 14 4 1 3. 0 4.6655549667775631e-003 -0.0911583974957466 0.3209528028964996 <_> <_> <_>6 12 3 3 -1. <_>6 13 3 1 3. 0 3.1331549398601055e-003 -0.0969326570630074 0.3407345116138458 <_> <_> <_>6 15 3 2 -1. <_>7 15 1 2 3. 0 -1.6835830174386501e-003 -0.3676624894142151 0.0822260826826096 <_> <_> <_>4 11 8 2 -1. <_>8 11 4 2 2. 0 0.0277286507189274 0.0401174984872341 -0.6519839167594910 <_> <_> <_>14 3 6 8 -1. <_>14 7 6 4 2. 0 0.0950153097510338 0.0230651199817657 -0.8888198137283325 <_> <_> <_>8 5 12 5 -1. <_>12 5 4 5 3. 0 0.0747556164860725 -0.0639468729496002 0.4739970862865448 <_> <_> <_>5 14 6 2 -1. <_>7 14 2 2 3. 0 0.0166933406144381 0.0464772582054138 -0.7115241885185242 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 1.2088769581168890e-003 -0.1135926991701126 0.2242414951324463 <_> <_> <_>13 12 1 3 -1. <_>13 13 1 1 3. 0 -6.1751517932862043e-004 -0.3126823008060455 0.0850189328193665 <_> <_> <_>6 3 14 12 -1. <_>6 3 7 6 2. <_>13 9 7 6 2. 0 8.5786692798137665e-003 -0.1555946022272110 0.1564093977212906 <_> <_> <_>18 6 2 2 -1. <_>18 7 2 1 2. 0 6.1184767400845885e-004 0.0944039374589920 -0.2652013897895813 <_> <_> <_>14 7 6 10 -1. <_>16 7 2 10 3. 0 -3.4570440184324980e-003 0.1514606028795242 -0.1622052937746048 <_> <_> <_>9 8 2 3 -1. <_>9 9 2 1 3. 0 1.3953070156276226e-003 -0.0999962165951729 0.2499831020832062 <_> <_> <_>0 6 2 4 -1. <_>0 8 2 2 2. 0 3.5910680890083313e-003 0.0810116827487946 -0.3008154928684235 <_> <_> <_>9 0 6 2 -1. <_>11 0 2 2 3. 0 5.4192831739783287e-003 0.0676500424742699 -0.3235566020011902 <_> <_> <_>12 0 8 2 -1. <_>12 0 4 1 2. <_>16 1 4 1 2. 0 -1.1379310162737966e-003 0.1888744980096817 -0.1272972971200943 <_> <_> <_>3 10 14 6 -1. <_>3 12 14 2 3. 0 9.1047259047627449e-003 0.1016054004430771 -0.2228015065193176 <_> <_> <_>6 7 3 4 -1. <_>7 7 1 4 3. 0 6.5050171688199043e-003 -0.0729864165186882 0.3577027022838593 <_> <_> <_>10 13 2 1 -1. <_>11 13 1 1 2. 0 -1.4676549653813709e-005 0.1469310969114304 -0.1740354001522064 <_> <_> <_>11 6 5 10 -1. <_>11 11 5 5 2. 0 -9.4403158873319626e-003 -0.2653675079345703 0.0966195464134216 <_> <_> <_>3 16 4 4 -1. <_>3 16 2 2 2. <_>5 18 2 2 2. 0 -4.2933300137519836e-003 0.2565683126449585 -0.1055020987987518 <_> <_> <_>6 2 3 3 -1. <_>7 2 1 3 3. 0 4.3133171275258064e-003 0.0659365728497505 -0.4571993947029114 <_> <_> <_>4 0 8 20 -1. <_>4 0 4 10 2. <_>8 10 4 10 2. 0 0.0588544681668282 0.0679182633757591 -0.3307807147502899 <_> <_> <_>3 16 3 4 -1. <_>4 16 1 4 3. 0 -2.8407620266079903e-003 0.2395350039005280 -0.0920921564102173 <_> <_> <_>3 16 3 1 -1. <_>4 16 1 1 3. 0 9.6359942108392715e-004 -0.1098238006234169 0.2646299898624420 <_> <_> <_>11 13 1 2 -1. <_>11 14 1 1 2. 0 -1.4724590073456056e-005 0.1111116036772728 -0.2270458042621613 <_> <_> <_>11 13 1 3 -1. <_>11 14 1 1 3. 0 -8.0675468780100346e-004 -0.3633514046669006 0.0781226530671120 <_> <_> <_>6 19 14 1 -1. <_>13 19 7 1 2. 0 7.3296198388561606e-004 -0.1560512930154800 0.1518490016460419 <_> <_> <_>5 7 3 3 -1. <_>6 7 1 3 3. 0 6.3753738068044186e-003 -0.0719579532742500 0.2972387969493866 <_> <_> <_>7 4 3 2 -1. <_>8 4 1 2 3. 0 4.6390579082071781e-003 0.0359696000814438 -0.6113234758377075 <_> <_> <_>9 18 2 1 -1. <_>10 18 1 1 2. 0 -7.1079272311180830e-004 -0.2880684137344360 0.0693146288394928 <_> <_> <_>6 17 2 3 -1. <_>6 18 2 1 3. 0 2.9162289574742317e-003 -0.0759684592485428 0.3268168866634369 <_> <_> <_>9 7 3 6 -1. <_>9 9 3 2 3. 0 -0.0178531408309937 0.4420630931854248 -0.0481740310788155 <_> <_> <_>9 12 3 7 -1. <_>10 12 1 7 3. 0 8.3874985575675964e-003 0.0489138998091221 -0.5441532731056213 <_> <_> <_>8 9 1 3 -1. <_>8 10 1 1 3. 0 2.9458320568664931e-005 -0.2113123983144760 0.1062937006354332 <_> <_> <_>8 5 12 11 -1. <_>12 5 4 11 3. 0 -0.0981927067041397 0.3531824052333832 -0.0692968666553497 <_> <_> <_>2 0 1 2 -1. <_>2 1 1 1 2. 0 4.6140368795022368e-004 0.0962707772850990 -0.2581192851066589 <_> <_> <_>0 0 1 2 -1. <_>0 1 1 1 2. 0 -2.4016610404942185e-004 -0.2297642976045609 0.0999848917126656 <_> <_> <_>8 0 12 16 -1. <_>12 0 4 16 3. 0 0.0378824807703495 -0.1036543995141983 0.2316477000713348 <_> <_> <_>0 0 1 2 -1. <_>0 1 1 1 2. 0 3.2621581340208650e-004 0.0979339405894279 -0.2368970066308975 -1.6056820154190063 8 -1 <_> <_> <_> <_>11 0 9 11 -1. <_>14 0 3 11 3. 0 -0.0367441214621067 0.3407934010028839 -0.3177989125251770 <_> <_> <_>5 5 3 6 -1. <_>6 5 1 6 3. 0 2.1955010015517473e-003 -0.2872959077358246 0.2586979866027832 <_> <_> <_>8 8 3 4 -1. <_>8 10 3 2 2. 0 8.3034839481115341e-003 -0.2180044949054718 0.2675926983356476 <_> <_> <_>13 2 6 12 -1. <_>13 8 6 6 2. 0 2.6289420202374458e-003 -0.3600608110427856 0.1463983952999115 <_> <_> <_>10 6 4 14 -1. <_>10 13 4 7 2. 0 1.9458869937807322e-003 0.1367772072553635 -0.4205875992774963 <_> <_> <_>1 1 10 1 -1. <_>6 1 5 1 2. 0 -0.0217043906450272 0.4890331923961639 -0.0980915725231171 <_> <_> <_>4 2 13 6 -1. <_>4 4 13 2 3. 0 4.2956420220434666e-003 -0.2782556116580963 0.1571262925863266 <_> <_> <_>11 13 2 3 -1. <_>12 13 1 3 2. 0 4.9894629046320915e-004 0.1100381016731262 -0.3377942144870758 <_> <_> <_>6 9 4 9 -1. <_>6 12 4 3 3. 0 0.0246527995914221 0.0458206608891487 -0.5471053719520569 <_> <_> <_>6 6 3 10 -1. <_>6 11 3 5 2. 0 -0.0230757407844067 -0.4980142116546631 0.0670447796583176 <_> <_> <_>2 10 3 4 -1. <_>3 10 1 4 3. 0 0.0119912801310420 -0.0708770230412483 0.4829424917697907 <_> <_> <_>3 8 3 6 -1. <_>4 8 1 6 3. 0 0.0154306795448065 -0.0659497380256653 0.4523684978485107 <_> <_> <_>11 12 3 6 -1. <_>12 12 1 6 3. 0 -4.5555769465863705e-003 -0.4466569125652313 0.0678776577115059 <_> <_> <_>8 6 2 3 -1. <_>8 7 2 1 3. 0 -4.4582979753613472e-003 0.3365691900253296 -0.0947923585772514 <_> <_> <_>5 8 6 6 -1. <_>5 8 3 3 2. <_>8 11 3 3 2. 0 1.3494009908754379e-004 -0.3028885126113892 0.1029383018612862 <_> <_> <_>3 7 3 1 -1. <_>4 7 1 1 3. 0 -4.2500188574194908e-003 0.4255012869834900 -0.0729563832283020 <_> <_> <_>10 12 3 3 -1. <_>10 13 3 1 3. 0 -1.4293759595602751e-003 -0.3011676073074341 0.0900392532348633 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 -6.3978550024330616e-003 0.4194355010986328 -0.0793208703398705 <_> <_> <_>10 12 4 3 -1. <_>10 13 4 1 3. 0 2.6083870325237513e-003 0.0835989266633987 -0.4189716875553131 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 8.6870808154344559e-003 -0.0630156993865967 0.5264474153518677 <_> <_> <_>9 2 3 1 -1. <_>10 2 1 1 3. 0 -1.0380990570411086e-003 -0.3622015118598938 0.0803010389208794 <_> <_> <_>2 0 18 14 -1. <_>2 7 18 7 2. 0 0.4407005012035370 0.0349130593240261 -0.7276449203491211 <_> <_> <_>9 2 3 2 -1. <_>10 2 1 2 3. 0 3.3689520787447691e-003 0.0573327802121639 -0.4863327145576477 <_> <_> <_>8 6 4 3 -1. <_>8 7 4 1 3. 0 1.7443710239604115e-003 -0.1099466010928154 0.2702358067035675 <_> <_> <_>4 8 5 2 -1. <_>4 9 5 1 2. 0 5.3788698278367519e-004 -0.2743942141532898 0.1006338000297546 <_> <_> <_>0 3 1 6 -1. <_>0 5 1 2 3. 0 1.0072899749502540e-003 0.1075676977634430 -0.2322160005569458 <_> <_> <_>13 9 1 6 -1. <_>13 12 1 3 2. 0 -8.2518812268972397e-003 -0.6521630287170410 0.0357042290270329 <_> <_> <_>6 16 3 3 -1. <_>6 17 3 1 3. 0 3.5490558948367834e-003 -0.0842548683285713 0.3176743090152741 <_> <_> <_>3 16 7 3 -1. <_>3 17 7 1 3. 0 -0.0110333599150181 0.4127162098884583 -0.0625870525836945 <_> <_> <_>10 15 5 3 -1. <_>10 16 5 1 3. 0 3.2278439030051231e-003 0.0712669864296913 -0.4117225110530853 <_> <_> <_>4 0 5 20 -1. <_>4 10 5 10 2. 0 0.1754038929939270 0.0349589809775352 -0.6377506852149963 <_> <_> <_>6 2 2 2 -1. <_>7 2 1 2 2. 0 -4.8067080206237733e-004 -0.2450311034917831 0.0989306494593620 <_> <_> <_>18 0 2 15 -1. <_>18 5 2 5 3. 0 -1.8284550169482827e-003 0.1348651945590973 -0.1979990005493164 <_> <_> <_>6 15 7 3 -1. <_>6 16 7 1 3. 0 1.7096720403060317e-003 -0.1052595004439354 0.2100570946931839 <_> <_> <_>10 13 6 2 -1. <_>10 14 6 1 2. 0 3.9468301110900939e-004 0.0809525474905968 -0.2740539908409119 <_> <_> <_>13 8 1 9 -1. <_>13 11 1 3 3. 0 2.3097719531506300e-003 0.1233822032809258 -0.1995880007743835 <_> <_> <_>3 0 4 4 -1. <_>3 0 2 2 2. <_>5 2 2 2 2. 0 3.1529190018773079e-003 -0.1061254963278770 0.2208960056304932 <_> <_> <_>0 3 1 6 -1. <_>0 5 1 2 3. 0 -1.9097010372206569e-003 -0.2509470880031586 0.0870225802063942 <_> <_> <_>5 8 3 1 -1. <_>6 8 1 1 3. 0 -1.2370609911158681e-003 0.3076052069664002 -0.0759372934699059 <_> <_> <_>5 6 2 3 -1. <_>6 6 1 3 2. 0 3.7081091431900859e-004 -0.1606508046388626 0.1348019987344742 <_> <_> <_>6 11 6 7 -1. <_>8 11 2 7 3. 0 0.0342688485980034 0.0352609492838383 -0.6354715824127197 <_> <_> <_>8 7 4 3 -1. <_>8 8 4 1 3. 0 4.6664681285619736e-003 -0.0524948611855507 0.4324232041835785 <_> <_> <_>3 8 8 1 -1. <_>7 8 4 1 2. 0 0.0104235699400306 0.0516124293208122 -0.5074523091316223 <_> <_> <_>5 12 3 3 -1. <_>5 13 3 1 3. 0 0.0112151801586151 -0.0386142507195473 0.5764592885971069 <_> <_> <_>9 7 2 8 -1. <_>9 7 1 4 2. <_>10 11 1 4 2. 0 -7.3029109444178175e-006 0.1205231994390488 -0.1727436929941177 <_> <_> <_>14 2 3 5 -1. <_>15 2 1 5 3. 0 -4.9072802066802979e-003 -0.3481855094432831 0.0591164417564869 <_> <_> <_>6 13 2 3 -1. <_>6 14 2 1 3. 0 1.9488829420879483e-003 -0.0888612270355225 0.2402089983224869 <_> <_> <_>6 14 1 2 -1. <_>6 15 1 1 2. 0 1.3313010276760906e-004 -0.1465771943330765 0.1992992013692856 <_> <_> <_>12 10 2 3 -1. <_>12 11 2 1 3. 0 -1.4298240421339869e-003 -0.3900522887706757 0.0599094182252884 <_> <_> <_>1 14 12 3 -1. <_>5 14 4 3 3. 0 -6.4831459894776344e-003 0.1814136952161789 -0.1165544986724854 <_> <_> <_>11 8 3 1 -1. <_>12 8 1 1 3. 0 7.2958500823006034e-006 -0.1821924000978470 0.1181278005242348 <_> <_> <_>14 4 2 3 -1. <_>14 5 2 1 3. 0 4.1690681246109307e-004 0.1059167981147766 -0.2035371065139771 <_> <_> <_>7 8 3 2 -1. <_>8 8 1 2 3. 0 5.1982058212161064e-003 -0.0359626412391663 0.6026421189308167 <_> <_> <_>2 7 3 11 -1. <_>3 7 1 11 3. 0 -4.0649957954883575e-003 0.2069641947746277 -0.0985998436808586 <_> <_> <_>0 14 2 1 -1. <_>1 14 1 1 2. 0 -4.7734950203448534e-004 -0.2462954968214035 0.0931742712855339 <_> <_> <_>6 15 3 2 -1. <_>7 15 1 2 3. 0 5.2415160462260246e-003 0.0365285202860832 -0.5493478775024414 <_> <_> <_>18 10 2 4 -1. <_>18 10 1 2 2. <_>19 12 1 2 2. 0 3.7873629480600357e-003 -0.0575970895588398 0.3873398005962372 <_> <_> <_>13 12 2 2 -1. <_>14 12 1 2 2. 0 -1.4434250260819681e-005 0.1129285991191864 -0.1744707971811295 <_> <_> <_>9 5 8 12 -1. <_>13 5 4 12 2. 0 0.0420115999877453 -0.0465568602085114 0.4545480012893677 <_> <_> <_>11 5 3 3 -1. <_>12 5 1 3 3. 0 7.9663433134555817e-003 0.0422587394714355 -0.5370252132415772 <_> <_> <_>16 11 2 2 -1. <_>16 11 1 1 2. <_>17 12 1 1 2. 0 5.3092982852831483e-004 -0.0979187190532684 0.2179591953754425 <_> <_> <_>14 5 1 2 -1. <_>14 6 1 1 2. 0 5.2906107157468796e-004 0.0779610574245453 -0.2886753976345062 <_> <_> <_>3 0 8 16 -1. <_>3 8 8 8 2. 0 -0.1955624967813492 -0.7647573947906494 0.0272760000079870 <_> <_> <_>3 11 3 5 -1. <_>4 11 1 5 3. 0 -0.0115599501878023 0.3352600038051605 -0.0636149868369102 <_> <_> <_>0 8 12 6 -1. <_>4 8 4 6 3. 0 -0.1400565952062607 -0.7623205184936523 0.0280244704335928 <_> <_> <_>6 9 4 2 -1. <_>6 9 2 1 2. <_>8 10 2 1 2. 0 4.4643289584200829e-005 -0.2032092958688736 0.0993916988372803 <_> <_> <_>11 15 3 5 -1. <_>12 15 1 5 3. 0 3.9411801844835281e-003 0.0499362796545029 -0.3758454024791718 <_> <_> <_>18 10 2 6 -1. <_>18 10 1 3 2. <_>19 13 1 3 2. 0 -4.5965691097080708e-003 0.3303121030330658 -0.0638099312782288 <_> <_> <_>13 15 6 1 -1. <_>16 15 3 1 2. 0 -6.9790292764082551e-004 0.1609371006488800 -0.1319292038679123 <_> <_> <_>5 10 7 6 -1. <_>5 13 7 3 2. 0 6.1886821640655398e-004 0.0746211931109428 -0.3302145898342133 <_> <_> <_>2 11 6 6 -1. <_>2 14 6 3 2. 0 -0.0327551402151585 -0.4064356088638306 0.0493086613714695 <_> <_> <_>11 14 3 3 -1. <_>11 15 3 1 3. 0 3.3697509206831455e-003 0.0406270995736122 -0.4975732862949371 <_> <_> <_>7 14 6 3 -1. <_>7 15 6 1 3. 0 3.7391821388155222e-004 -0.1493179947137833 0.1651796996593475 <_> <_> <_>5 14 5 3 -1. <_>5 15 5 1 3. 0 -4.0217190980911255e-003 0.2953197062015533 -0.0766421034932137 <_> <_> <_>6 16 3 1 -1. <_>7 16 1 1 3. 0 -7.2943832492455840e-004 -0.2735581099987030 0.0792439877986908 <_> <_> <_>4 15 4 3 -1. <_>4 16 4 1 3. 0 -5.7726111263036728e-003 0.3474124073982239 -0.0760872066020966 <_> <_> <_>2 2 4 8 -1. <_>2 2 2 4 2. <_>4 6 2 4 2. 0 -2.1122458856552839e-003 0.1729051023721695 -0.1244447007775307 <_> <_> <_>12 13 2 3 -1. <_>12 14 2 1 3. 0 4.4956691563129425e-003 0.0302187297493219 -0.7400333881378174 <_> <_> <_>9 13 4 3 -1. <_>9 14 4 1 3. 0 -1.1419389629736543e-003 -0.2349448949098587 0.0769115462899208 <_> <_> <_>8 8 5 3 -1. <_>8 9 5 1 3. 0 2.7658098842948675e-003 -0.0916666612029076 0.2100971043109894 <_> <_> <_>9 12 3 2 -1. <_>10 12 1 2 3. 0 -7.2281848406419158e-004 -0.2558746933937073 0.0753781422972679 <_> <_> <_>4 0 8 2 -1. <_>4 0 4 1 2. <_>8 1 4 1 2. 0 1.8604539800435305e-003 -0.0945110693573952 0.1972692012786865 <_> <_> <_>0 12 1 2 -1. <_>0 13 1 1 2. 0 -2.8568008565343916e-004 -0.2107331007719040 0.0972900390625000 <_> <_> <_>8 14 8 4 -1. <_>8 16 8 2 2. 0 -0.0387961007654667 -0.7872459292411804 0.0244103092700243 <_> <_> <_>4 17 9 3 -1. <_>4 18 9 1 3. 0 -0.0121198697015643 0.3646681010723114 -0.0579074993729591 -1.5173089504241943 9 -1 <_> <_> <_> <_>10 0 2 8 -1. <_>10 4 2 4 2. 0 5.6008538231253624e-003 -0.3849158883094788 0.3381746113300324 <_> <_> <_>10 13 2 6 -1. <_>10 16 2 3 2. 0 -3.7205789703875780e-003 0.2461411952972412 -0.3067378103733063 <_> <_> <_>7 2 10 5 -1. <_>12 2 5 5 2. 0 -2.5333440862596035e-003 0.1253120005130768 -0.4272018969058991 <_> <_> <_>9 7 4 6 -1. <_>9 7 2 3 2. <_>11 10 2 3 2. 0 -7.3425087612122297e-004 0.1331433057785034 -0.3511157035827637 <_> <_> <_>12 10 1 6 -1. <_>12 13 1 3 2. 0 -1.4792960428167135e-004 0.1254530996084213 -0.3859119117259979 <_> <_> <_>1 2 6 8 -1. <_>4 2 3 8 2. 0 -0.0489763393998146 0.3645674884319305 -0.1149478033185005 <_> <_> <_>10 12 1 3 -1. <_>10 13 1 1 3. 0 1.0917349718511105e-003 0.0790053382515907 -0.4139983057975769 <_> <_> <_>5 7 3 2 -1. <_>6 7 1 2 3. 0 5.4457997903227806e-003 -0.1192184016108513 0.3308556079864502 <_> <_> <_>10 13 1 3 -1. <_>10 14 1 1 3. 0 1.5979419695213437e-003 0.0411811992526054 -0.5502822995185852 <_> <_> <_>4 3 16 9 -1. <_>4 6 16 3 3. 0 -1.3023250503465533e-003 0.0828394368290901 -0.3571932017803192 <_> <_> <_>5 12 4 3 -1. <_>7 12 2 3 2. 0 4.8810569569468498e-004 -0.2092863023281097 0.1497281044721603 <_> <_> <_>10 14 1 3 -1. <_>10 15 1 1 3. 0 2.1033850498497486e-003 0.0518394187092781 -0.6109995841979981 <_> <_> <_>10 6 3 8 -1. <_>11 6 1 8 3. 0 0.0119843604043126 0.0410223491489887 -0.5898572206497192 <_> <_> <_>1 8 3 5 -1. <_>2 8 1 5 3. 0 -0.0118985902518034 0.4584499895572662 -0.0647147074341774 <_> <_> <_>6 7 3 2 -1. <_>7 7 1 2 3. 0 5.3713661618530750e-003 -0.0615604706108570 0.4120436906814575 <_> <_> <_>9 10 3 3 -1. <_>10 10 1 3 3. 0 4.3421140871942043e-003 0.0605016611516476 -0.4870339035987854 <_> <_> <_>11 4 4 3 -1. <_>11 5 4 1 3. 0 6.6142519935965538e-003 0.0468731895089149 -0.5034617185592651 <_> <_> <_>16 11 3 1 -1. <_>17 11 1 1 3. 0 1.2339729582890868e-003 -0.0815384387969971 0.3042829930782318 <_> <_> <_>8 0 6 3 -1. <_>10 0 2 3 3. 0 -0.0129756601527333 -0.4783433079719544 0.0486814901232719 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 -1.7806360265240073e-003 0.3769873082637787 -0.0681260377168655 <_> <_> <_>11 3 7 3 -1. <_>11 4 7 1 3. 0 7.8339744359254837e-003 0.0545012801885605 -0.4673858880996704 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 -6.0113701038062572e-003 0.5487005114555359 -0.0444346405565739 <_> <_> <_>7 4 3 2 -1. <_>8 4 1 2 3. 0 -2.0694560371339321e-003 -0.3775554895401001 0.0643834024667740 <_> <_> <_>7 3 3 3 -1. <_>8 3 1 3 3. 0 4.7843591310083866e-003 0.0462521500885487 -0.5263398289680481 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 -6.2808818183839321e-003 0.3945186138153076 -0.0690513029694557 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 1.6099009662866592e-003 -0.1031619012355804 0.2732166945934296 <_> <_> <_>10 12 2 3 -1. <_>10 13 2 1 3. 0 -8.2392559852451086e-004 -0.2803941071033478 0.0846015736460686 <_> <_> <_>5 0 12 2 -1. <_>5 1 12 1 2. 0 -0.0101233199238777 0.3363595008850098 -0.0613229498267174 <_> <_> <_>4 11 8 4 -1. <_>4 13 8 2 2. 0 0.0105257201939821 0.0461656004190445 -0.5167213082313538 <_> <_> <_>6 12 8 4 -1. <_>6 14 8 2 2. 0 -0.0267744995653629 -0.5032597184181213 0.0398578196763992 <_> <_> <_>4 0 4 2 -1. <_>4 0 2 1 2. <_>6 1 2 1 2. 0 4.0248301811516285e-003 -0.0615013800561428 0.3665980994701386 <_> <_> <_>13 9 4 2 -1. <_>13 10 4 1 2. 0 -4.6271650353446603e-004 -0.2643983066082001 0.0813112631440163 <_> <_> <_>12 10 2 2 -1. <_>13 10 1 2 2. 0 -5.1834900659741834e-005 0.1115439981222153 -0.2026937007904053 <_> <_> <_>9 9 6 1 -1. <_>12 9 3 1 2. 0 4.8874281346797943e-003 -0.0696449875831604 0.3361203074455261 <_> <_> <_>6 6 14 6 -1. <_>6 9 14 3 2. 0 0.1263823062181473 0.0368136391043663 -0.6584991812705994 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 -8.0248164013028145e-003 0.4660192131996155 -0.0488858595490456 <_> <_> <_>11 11 1 3 -1. <_>11 12 1 1 3. 0 -1.1518909595906734e-003 -0.4046675860881805 0.0585728511214256 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 9.8190037533640862e-004 -0.1319722980260849 0.1774435043334961 <_> <_> <_>12 11 6 2 -1. <_>14 11 2 2 3. 0 -0.0194479804486036 -0.6848952770233154 0.0338345915079117 <_> <_> <_>11 11 2 1 -1. <_>12 11 1 1 2. 0 -7.2442039709130768e-006 0.1155311018228531 -0.1872612982988358 <_> <_> <_>3 11 14 1 -1. <_>10 11 7 1 2. 0 -0.0170390605926514 -0.3510529100894928 0.0677377134561539 <_> <_> <_>1 13 6 5 -1. <_>3 13 2 5 3. 0 0.0111865801736712 -0.0934200435876846 0.2107709944248200 <_> <_> <_>14 0 2 1 -1. <_>15 0 1 1 2. 0 7.6585268834605813e-004 0.0659657567739487 -0.3212788105010986 <_> <_> <_>10 0 10 1 -1. <_>15 0 5 1 2. 0 1.4231950626708567e-004 -0.1546013057231903 0.1375764012336731 <_> <_> <_>5 15 3 3 -1. <_>5 16 3 1 3. 0 -5.5553209967911243e-003 0.3131935000419617 -0.0647535324096680 <_> <_> <_>12 14 2 2 -1. <_>12 15 2 1 2. 0 1.2308239820413291e-004 0.0976666212081909 -0.2225106954574585 <_> <_> <_>12 14 2 3 -1. <_>12 15 2 1 3. 0 -1.6092039877548814e-003 -0.3621559143066406 0.0644525587558746 <_> <_> <_>8 6 1 3 -1. <_>8 7 1 1 3. 0 -1.5626100357621908e-003 0.2258878052234650 -0.0955511033535004 <_> <_> <_>0 2 1 3 -1. <_>0 3 1 1 3. 0 -5.0116342026740313e-004 -0.2228921949863434 0.0891745314002037 <_> <_> <_>0 2 1 3 -1. <_>0 3 1 1 3. 0 3.7322030402719975e-004 0.0919690132141113 -0.2112991958856583 <_> <_> <_>4 8 2 2 -1. <_>4 8 1 1 2. <_>5 9 1 1 2. 0 -2.2882660850882530e-003 0.3898904919624329 -0.0534558594226837 <_> <_> <_>3 6 8 10 -1. <_>3 6 4 5 2. <_>7 11 4 5 2. 0 -0.0468840301036835 -0.6235709190368652 0.0321945212781429 <_> <_> <_>6 15 1 3 -1. <_>6 16 1 1 3. 0 1.8901260336861014e-003 -0.0726151466369629 0.2742008864879608 <_> <_> <_>12 0 3 8 -1. <_>13 0 1 8 3. 0 0.0158053301274776 0.0286018308252096 -0.6960816979408264 <_> <_> <_>10 0 10 6 -1. <_>10 0 5 3 2. <_>15 3 5 3 2. 0 0.0326441787183285 -0.0407722517848015 0.5087339878082275 <_> <_> <_>17 2 2 2 -1. <_>17 3 2 1 2. 0 6.5482832724228501e-004 0.0857249125838280 -0.2758063077926636 <_> <_> <_>8 0 12 14 -1. <_>14 0 6 14 2. 0 -0.0111429300159216 0.0873260125517845 -0.2091481983661652 <_> <_> <_>10 18 2 1 -1. <_>11 18 1 1 2. 0 -5.8072229148820043e-004 -0.2947142124176025 0.0663378909230232 <_> <_> <_>18 9 2 6 -1. <_>18 9 1 3 2. <_>19 12 1 3 2. 0 -7.4414577102288604e-004 0.1801795959472656 -0.1065462976694107 <_> <_> <_>18 4 2 16 -1. <_>18 4 1 8 2. <_>19 12 1 8 2. 0 7.6460661366581917e-003 -0.0636081472039223 0.3158234059810638 <_> <_> <_>5 8 6 6 -1. <_>8 8 3 6 2. 0 0.0326172113418579 0.0326064415276051 -0.6054118871688843 <_> <_> <_>6 5 4 11 -1. <_>8 5 2 11 2. 0 -0.0345272310078144 -0.5977085828781128 0.0278887692838907 <_> <_> <_>6 8 2 2 -1. <_>7 8 1 2 2. 0 3.2211719080805779e-003 -0.0491839200258255 0.4030562043190002 <_> <_> <_>6 5 2 5 -1. <_>7 5 1 5 2. 0 -4.1549839079380035e-004 0.1353314071893692 -0.1584533005952835 <_> <_> <_>10 16 3 4 -1. <_>11 16 1 4 3. 0 2.5140501093119383e-003 0.0632185712456703 -0.3076852858066559 <_> <_> <_>3 0 8 18 -1. <_>3 9 8 9 2. 0 -0.2081820964813232 -0.7575026154518127 0.0226959604769945 <_> <_> <_>1 7 7 3 -1. <_>1 8 7 1 3. 0 -0.0260672792792320 -0.7495995759963989 0.0193754807114601 <_> <_> <_>5 5 2 6 -1. <_>5 7 2 2 3. 0 -5.8264029212296009e-004 0.0946582332253456 -0.1991982012987137 <_> <_> <_>3 8 3 10 -1. <_>4 8 1 10 3. 0 -3.2769259996712208e-003 0.1621433049440384 -0.1232203021645546 <_> <_> <_>3 12 3 2 -1. <_>4 12 1 2 3. 0 1.3998829526826739e-003 -0.1084920018911362 0.2315165996551514 <_> <_> <_>3 9 10 3 -1. <_>8 9 5 3 2. 0 -0.0120559800416231 -0.2400285005569458 0.0932729616761208 <_> <_> <_>6 15 6 2 -1. <_>8 15 2 2 3. 0 3.1805539038032293e-003 0.0762641206383705 -0.2543506920337677 <_> <_> <_>5 9 3 2 -1. <_>6 9 1 2 3. 0 -1.0693799704313278e-003 0.2225888967514038 -0.0907302424311638 <_> <_> <_>17 5 3 3 -1. <_>17 6 3 1 3. 0 -2.9467688873410225e-003 -0.3424269855022430 0.0605810396373272 <_> <_> <_>8 6 1 3 -1. <_>8 7 1 1 3. 0 8.8108901400119066e-004 -0.0783262029290199 0.2691198885440826 <_> <_> <_>18 5 1 3 -1. <_>18 6 1 1 3. 0 2.8118939371779561e-004 0.0983708277344704 -0.2194790989160538 <_> <_> <_>5 2 5 6 -1. <_>5 5 5 3 2. 0 -0.0185748692601919 0.2672972083091736 -0.0712407529354095 <_> <_> <_>11 1 6 3 -1. <_>13 1 2 3 3. 0 -0.0248103495687246 -0.6832203269004822 0.0294463094323874 <_> <_> <_>6 7 2 10 -1. <_>6 12 2 5 2. 0 2.8904930222779512e-003 0.0761610120534897 -0.2402520030736923 <_> <_> <_>3 14 4 4 -1. <_>5 14 2 4 2. 0 3.5410430282354355e-003 -0.1074208989739418 0.1850941926240921 <_> <_> <_>2 11 4 1 -1. <_>4 11 2 1 2. 0 -8.4244477329775691e-004 0.1872722953557968 -0.1140777021646500 <_> <_> <_>6 4 3 2 -1. <_>7 4 1 2 3. 0 -2.5338360574096441e-003 -0.3587019145488739 0.0512516610324383 <_> <_> <_>8 3 2 6 -1. <_>8 5 2 2 3. 0 1.9654980860650539e-003 -0.1406472027301788 0.1304101943969727 <_> <_> <_>0 10 20 10 -1. <_>10 10 10 10 2. 0 0.3157410025596619 0.0295509696006775 -0.6315789222717285 <_> <_> <_>13 7 2 2 -1. <_>13 8 2 1 2. 0 -2.9846638790331781e-004 -0.2291108071804047 0.0788754224777222 <_> <_> <_>10 8 10 4 -1. <_>15 8 5 4 2. 0 -0.1154548004269600 -0.8189594149589539 0.0222614500671625 <_> <_> <_>0 10 16 2 -1. <_>8 10 8 2 2. 0 -0.0358172990381718 -0.3061293959617615 0.0606441907584667 <_> <_> <_>10 14 6 6 -1. <_>10 14 3 3 2. <_>13 17 3 3 2. 0 0.0170716904103756 -0.0611348412930965 0.3215267956256867 <_> <_> <_>13 10 1 3 -1. <_>13 11 1 1 3. 0 -2.1385080181062222e-003 -0.5479816198348999 0.0386673696339130 <_> <_> <_>4 4 10 8 -1. <_>4 4 5 4 2. <_>9 8 5 4 2. 0 0.0654244571924210 0.0178842600435019 -0.8562883138656616 <_> <_> <_>5 1 6 6 -1. <_>5 1 3 3 2. <_>8 4 3 3 2. 0 -0.0134199298918247 0.3099510073661804 -0.0675596669316292 <_> <_> <_>11 10 8 3 -1. <_>11 11 8 1 3. 0 0.0189397092908621 0.0287297293543816 -0.7533819079399109 <_> <_> <_>3 11 3 6 -1. <_>3 13 3 2 3. 0 -0.0291204601526260 -0.7359461784362793 0.0203595496714115 -1.6563049554824829 10 -1 <_> <_> <_> <_>8 0 12 6 -1. <_>8 0 6 3 2. <_>14 3 6 3 2. 0 -0.0134190302342176 0.3053801059722900 -0.4178233146667481 <_> <_> <_>7 8 2 4 -1. <_>7 8 1 2 2. <_>8 10 1 2 2. 0 1.7404999816790223e-003 -0.2710157930850983 0.3540956079959869 <_> <_> <_>11 1 7 10 -1. <_>11 6 7 5 2. 0 7.7174860052764416e-003 -0.3127137124538422 0.2118998020887375 <_> <_> <_>10 15 3 2 -1. <_>10 16 3 1 2. 0 -1.4514879694615956e-005 0.1615709066390991 -0.3352273106575012 <_> <_> <_>11 11 2 3 -1. <_>12 11 1 3 2. 0 -1.4871519852022175e-005 0.1457162052392960 -0.2936952114105225 <_> <_> <_>6 8 3 2 -1. <_>6 9 3 1 2. 0 1.5004149463493377e-004 -0.4014987945556641 0.1040794998407364 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 1.8634879961609840e-003 0.0490628406405449 -0.6520826816558838 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 -2.9590800404548645e-003 0.2880443036556244 -0.1329340934753418 <_> <_> <_>12 12 2 2 -1. <_>12 13 2 1 2. 0 3.3067780896089971e-004 0.0396153703331947 -0.4154086112976074 <_> <_> <_>11 3 8 9 -1. <_>11 6 8 3 3. 0 -1.6816710121929646e-003 0.1303257942199707 -0.2323751002550125 <_> <_> <_>10 11 3 3 -1. <_>11 11 1 3 3. 0 3.4896740689873695e-003 0.0688529163599014 -0.4717600941658020 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 1.6204500570893288e-003 -0.1099696010351181 0.3488718867301941 <_> <_> <_>9 6 2 3 -1. <_>10 6 1 3 2. 0 1.9125849939882755e-004 -0.2031732052564621 0.1477562040090561 <_> <_> <_>7 8 2 6 -1. <_>7 10 2 2 3. 0 0.0224852599203587 0.0519297309219837 -0.5481569170951843 <_> <_> <_>3 0 4 6 -1. <_>3 0 2 3 2. <_>5 3 2 3 2. 0 0.0100359497591853 -0.1094331964850426 0.2600057125091553 <_> <_> <_>5 0 3 17 -1. <_>6 0 1 17 3. 0 0.0400916300714016 0.0386570505797863 -0.7472460269927979 <_> <_> <_>12 9 6 3 -1. <_>12 10 6 1 3. 0 0.0153190195560455 0.0285793691873550 -0.7771779894828796 <_> <_> <_>10 19 8 1 -1. <_>14 19 4 1 2. 0 9.0913427993655205e-004 -0.1504954993724823 0.1736337989568710 <_> <_> <_>13 3 5 3 -1. <_>13 4 5 1 3. 0 -6.0226190835237503e-003 -0.4770449101924896 0.0581856705248356 <_> <_> <_>5 7 2 2 -1. <_>6 7 1 2 2. 0 7.8066787682473660e-004 -0.1634933948516846 0.1623692065477371 <_> <_> <_>12 10 3 10 -1. <_>13 10 1 10 3. 0 -0.0114920204505324 -0.5618547797203064 0.0460096113383770 <_> <_> <_>4 7 6 3 -1. <_>7 7 3 3 2. 0 8.9691327884793282e-003 0.0665704831480980 -0.3382484018802643 <_> <_> <_>6 10 1 3 -1. <_>6 11 1 1 3. 0 7.2241941234096885e-004 -0.1288266927003861 0.1900296956300736 <_> <_> <_>6 9 2 3 -1. <_>6 10 2 1 3. 0 1.4879239643050823e-005 -0.2176592946052551 0.1315100938081741 <_> <_> <_>11 3 6 3 -1. <_>11 4 6 1 3. 0 8.7159732356667519e-003 0.0481882393360138 -0.5236771702766419 <_> <_> <_>13 14 2 3 -1. <_>13 15 2 1 3. 0 -1.3809900265187025e-003 -0.3173463046550751 0.0670123621821404 <_> <_> <_>6 16 8 4 -1. <_>6 16 4 2 2. <_>10 18 4 2 2. 0 0.0140041103586555 -0.0721551775932312 0.3490039110183716 <_> <_> <_>10 5 3 15 -1. <_>11 5 1 15 3. 0 -0.0128834601491690 -0.5967429876327515 0.0392199903726578 <_> <_> <_>10 0 10 6 -1. <_>10 0 5 3 2. <_>15 3 5 3 2. 0 9.9220760166645050e-003 -0.0736170485615730 0.3549165129661560 <_> <_> <_>11 2 3 16 -1. <_>12 2 1 16 3. 0 -0.0103603601455688 -0.4965578019618988 0.0545167215168476 <_> <_> <_>7 12 2 2 -1. <_>7 12 1 1 2. <_>8 13 1 1 2. 0 5.9103948296979070e-004 -0.0916490927338600 0.2373840957880020 <_> <_> <_>6 4 2 1 -1. <_>7 4 1 1 2. 0 1.4986419955675956e-005 -0.1562436074018478 0.1421668976545334 <_> <_> <_>6 3 3 4 -1. <_>7 3 1 4 3. 0 6.2526292167603970e-003 0.0465709418058395 -0.4386126101016998 <_> <_> <_>0 13 16 6 -1. <_>0 15 16 2 3. 0 0.0907229781150818 0.0235441196709871 -0.7555767893791199 <_> <_> <_>7 14 2 3 -1. <_>7 15 2 1 3. 0 1.2880839640274644e-003 -0.1099981963634491 0.1995418965816498 <_> <_> <_>15 17 2 2 -1. <_>15 18 2 1 2. 0 -5.3202832350507379e-004 -0.2368102073669434 0.0943498313426971 <_> <_> <_>17 12 2 2 -1. <_>17 12 1 1 2. <_>18 13 1 1 2. 0 1.4669039519503713e-003 -0.0604179389774799 0.3543792963027954 <_> <_> <_>11 1 3 19 -1. <_>12 1 1 19 3. 0 0.0259292703121901 0.0302053801715374 -0.7117512226104736 <_> <_> <_>1 11 19 4 -1. <_>1 13 19 2 2. 0 -0.0722578391432762 -0.7683005928993225 0.0220785401761532 <_> <_> <_>17 8 2 10 -1. <_>17 8 1 5 2. <_>18 13 1 5 2. 0 -2.5999830104410648e-003 0.2287825047969818 -0.0925756469368935 <_> <_> <_>9 0 11 20 -1. <_>9 10 11 10 2. 0 0.4203611016273499 0.0341291502118111 -0.6394466757774353 <_> <_> <_>4 1 12 12 -1. <_>4 1 6 6 2. <_>10 7 6 6 2. 0 -2.1722039673477411e-003 -0.2045879960060120 0.0967273488640785 <_> <_> <_>5 11 3 6 -1. <_>6 11 1 6 3. 0 -0.0185732506215572 -0.7232174277305603 0.0265874005854130 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 2.1321140229701996e-003 -0.0792631730437279 0.2900441884994507 <_> <_> <_>18 1 2 4 -1. <_>19 1 1 4 2. 0 1.4585970347980037e-005 -0.1581220030784607 0.1285791993141174 <_> <_> <_>11 0 8 15 -1. <_>15 0 4 15 2. 0 -0.2591994106769562 -0.8320639133453369 0.0213276296854019 <_> <_> <_>5 5 6 2 -1. <_>7 5 2 2 3. 0 -0.0127138802781701 -0.4867066144943237 0.0352829098701477 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 2.1182969212532043e-003 -0.0481418594717979 0.4349882006645203 <_> <_> <_>6 8 2 8 -1. <_>6 12 2 4 2. 0 4.9225408583879471e-003 0.0593890100717545 -0.3571991026401520 <_> <_> <_>9 9 2 4 -1. <_>9 11 2 2 2. 0 7.1720690466463566e-003 -0.0727212205529213 0.3171677887439728 <_> <_> <_>0 8 2 2 -1. <_>0 9 2 1 2. 0 1.5319329686462879e-003 0.0761052817106247 -0.2982640862464905 <_> <_> <_>7 12 8 4 -1. <_>7 14 8 2 2. 0 -0.0261416807770729 -0.4812982976436615 0.0419912002980709 <_> <_> <_>11 13 3 2 -1. <_>11 14 3 1 2. 0 -7.1861818469187710e-006 0.1038590967655182 -0.2554089128971100 <_> <_> <_>5 8 2 2 -1. <_>5 8 1 1 2. <_>6 9 1 1 2. 0 -5.8513309340924025e-004 0.2155243009328842 -0.1044678017497063 <_> <_> <_>12 11 2 3 -1. <_>12 12 2 1 3. 0 7.3564669582992792e-004 0.0828503072261810 -0.2322968989610672 <_> <_> <_>10 8 2 2 -1. <_>10 8 1 1 2. <_>11 9 1 1 2. 0 -4.4216000242158771e-004 0.1984968930482864 -0.1108435988426209 <_> <_> <_>6 16 3 2 -1. <_>7 16 1 2 3. 0 6.6545000299811363e-003 0.0298448391258717 -0.6381940245628357 <_> <_> <_>13 12 2 1 -1. <_>14 12 1 1 2. 0 -1.4856060261081439e-005 0.1064781025052071 -0.1630474030971527 <_> <_> <_>16 9 2 6 -1. <_>16 9 1 3 2. <_>17 12 1 3 2. 0 4.4933347962796688e-003 -0.0583121813833714 0.3220021128654480 <_> <_> <_>17 2 2 6 -1. <_>17 4 2 2 3. 0 3.8110970053821802e-003 0.0712374374270439 -0.2714948058128357 <_> <_> <_>13 2 7 6 -1. <_>13 4 7 2 3. 0 -0.0383090190589428 -0.6238747835159302 0.0297903995960951 <_> <_> <_>16 10 4 4 -1. <_>16 10 2 2 2. <_>18 12 2 2 2. 0 -2.5534629821777344e-003 0.2094762027263641 -0.0934725701808929 <_> <_> <_>11 10 2 2 -1. <_>11 11 2 1 2. 0 -2.9908109354437329e-005 0.1477189958095551 -0.1285872012376785 <_> <_> <_>6 13 3 3 -1. <_>6 14 3 1 3. 0 2.0549520850181580e-003 -0.0936039835214615 0.2191116958856583 <_> <_> <_>4 14 4 2 -1. <_>4 15 4 1 2. 0 3.3064800663851202e-004 -0.1443066000938416 0.1690506041049957 <_> <_> <_>0 9 2 1 -1. <_>1 9 1 1 2. 0 4.0969369001686573e-004 0.0898449569940567 -0.2179321050643921 <_> <_> <_>7 6 4 8 -1. <_>7 10 4 4 2. 0 -5.1680381875485182e-004 -0.2733086049556732 0.0724907070398331 <_> <_> <_>9 17 7 3 -1. <_>9 18 7 1 3. 0 -0.0122852995991707 -0.5789995193481445 0.0288281291723251 <_> <_> <_>7 12 2 3 -1. <_>7 13 2 1 3. 0 1.4923219569027424e-003 -0.0897484272718430 0.2131579071283341 <_> <_> <_>12 17 4 3 -1. <_>12 18 4 1 3. 0 3.7809570785611868e-003 0.0568691305816174 -0.3258047997951508 <_> <_> <_>11 7 9 11 -1. <_>14 7 3 11 3. 0 -0.1363079994916916 -0.5195829272270203 0.0340148694813252 <_> <_> <_>16 14 4 5 -1. <_>18 14 2 5 2. 0 0.0211922507733107 -0.0598157495260239 0.4313400089740753 <_> <_> <_>9 2 3 4 -1. <_>10 2 1 4 3. 0 -2.2501780185848475e-003 -0.3272511065006256 0.0694940388202667 <_> <_> <_>3 11 2 8 -1. <_>3 11 1 4 2. <_>4 15 1 4 2. 0 -0.0133094396442175 0.5568472146987915 -0.0380551107227802 <_> <_> <_>13 2 6 18 -1. <_>13 2 3 9 2. <_>16 11 3 9 2. 0 -0.0486744008958340 0.3750388920307159 -0.0480452999472618 <_> <_> <_>9 12 5 2 -1. <_>9 13 5 1 2. 0 -1.4651560377387796e-005 0.0930435433983803 -0.2298455983400345 <_> <_> <_>11 8 4 10 -1. <_>11 8 2 5 2. <_>13 13 2 5 2. 0 -7.7605661936104298e-003 0.3885821104049683 -0.0546693094074726 <_> <_> <_>0 11 20 1 -1. <_>10 11 10 1 2. 0 0.0244293306022882 0.0458986498415470 -0.5106111168861389 <_> <_> <_>1 12 1 2 -1. <_>1 13 1 1 2. 0 -2.1317049686331302e-004 -0.2051361054182053 0.1050731018185616 -1.5920439958572388 11 -1 <_> <_> <_> <_>6 7 6 3 -1. <_>8 7 2 3 3. 0 -5.7014292106032372e-003 0.2757621109485626 -0.3312371969223023 <_> <_> <_>8 5 10 3 -1. <_>13 5 5 3 2. 0 -4.4359369203448296e-003 0.1558748036623001 -0.5028861761093140 <_> <_> <_>5 5 4 6 -1. <_>5 7 4 2 3. 0 -5.0388257950544357e-003 0.1610901057720184 -0.3519606888294220 <_> <_> <_>5 11 6 3 -1. <_>8 11 3 3 2. 0 8.0847437493503094e-004 -0.3331570029258728 0.1444645971059799 <_> <_> <_>2 8 3 7 -1. <_>3 8 1 7 3. 0 0.0216053295880556 -0.0867235735058784 0.5910193920135498 <_> <_> <_>2 10 3 6 -1. <_>3 10 1 6 3. 0 -0.0182668399065733 0.5026186108589172 -0.0846208631992340 <_> <_> <_>14 0 2 2 -1. <_>15 0 1 2 2. 0 -8.3384668687358499e-004 -0.3083251118659973 0.1135276034474373 <_> <_> <_>8 7 4 4 -1. <_>8 7 2 2 2. <_>10 9 2 2 2. 0 -0.0153366001322865 -0.6861060857772827 0.0330578386783600 <_> <_> <_>4 13 4 3 -1. <_>4 14 4 1 3. 0 -5.0607877783477306e-003 0.3439927995204926 -0.0921182334423065 <_> <_> <_>8 11 6 2 -1. <_>8 12 6 1 2. 0 -1.4741700397280511e-005 0.1177816987037659 -0.2523517906665802 <_> <_> <_>17 3 1 4 -1. <_>17 5 1 2 2. 0 -1.1485730065032840e-003 -0.2905001938343048 0.0835330486297607 <_> <_> <_>6 13 2 3 -1. <_>6 14 2 1 3. 0 2.8824089094996452e-003 -0.0906742364168167 0.3127414882183075 <_> <_> <_>7 9 6 8 -1. <_>7 9 3 4 2. <_>10 13 3 4 2. 0 -0.0292243603616953 -0.6915637850761414 0.0332797802984715 <_> <_> <_>5 15 2 3 -1. <_>5 16 2 1 3. 0 2.1423520520329475e-003 -0.1008772999048233 0.2460308969020844 <_> <_> <_>7 10 4 9 -1. <_>7 13 4 3 3. 0 -0.0334710590541363 -0.5095394253730774 0.0550520718097687 <_> <_> <_>5 4 2 1 -1. <_>6 4 1 1 2. 0 1.4763450053578708e-005 -0.1782314926385880 0.1281639933586121 <_> <_> <_>0 1 6 19 -1. <_>2 1 2 19 3. 0 0.0163415595889091 -0.1325473934412003 0.1966349929571152 <_> <_> <_>5 8 6 2 -1. <_>8 8 3 2 2. 0 2.2475779987871647e-003 0.0790484473109245 -0.2947632074356079 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 4.6113221906125546e-003 -0.0763384476304054 0.3239440917968750 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 2.8979079797863960e-003 -0.1083905026316643 0.2635338902473450 <_> <_> <_>9 12 2 4 -1. <_>9 12 1 2 2. <_>10 14 1 2 2. 0 1.3482819776982069e-003 0.0791345611214638 -0.3483985960483551 <_> <_> <_>12 7 2 10 -1. <_>12 12 2 5 2. 0 4.6576592139899731e-003 0.0763560906052589 -0.3111054003238678 <_> <_> <_>10 6 6 8 -1. <_>10 10 6 4 2. 0 -3.9915097877383232e-003 -0.3415162861347199 0.0826234668493271 <_> <_> <_>4 3 2 6 -1. <_>5 3 1 6 2. 0 6.0268798843026161e-003 -0.0962778329849243 0.2634766101837158 <_> <_> <_>4 6 3 3 -1. <_>5 6 1 3 3. 0 -4.1388701647520065e-003 0.2357172966003418 -0.0943352878093719 <_> <_> <_>10 7 2 8 -1. <_>10 7 1 4 2. <_>11 11 1 4 2. 0 -0.0103717502206564 -0.7297279834747315 0.0336452201008797 <_> <_> <_>2 0 6 10 -1. <_>2 5 6 5 2. 0 0.1037362962961197 0.0313470698893070 -0.5824512839317322 <_> <_> <_>8 10 6 2 -1. <_>8 11 6 1 2. 0 -1.8832299974747002e-004 0.1666329950094223 -0.1372316032648087 <_> <_> <_>10 0 2 1 -1. <_>11 0 1 1 2. 0 -6.0749921249225736e-004 -0.2725754082202911 0.0814833715558052 <_> <_> <_>4 16 4 3 -1. <_>4 17 4 1 3. 0 2.3499270901083946e-003 -0.1028544008731842 0.2185488939285278 <_> <_> <_>7 4 3 2 -1. <_>8 4 1 2 3. 0 -3.1354159582406282e-003 -0.4924603998661041 0.0447473600506783 <_> <_> <_>7 5 3 1 -1. <_>8 5 1 1 3. 0 1.5564589994028211e-003 0.0530962608754635 -0.4052621126174927 <_> <_> <_>5 5 6 3 -1. <_>5 6 6 1 3. 0 6.3236099667847157e-003 -0.0791168063879013 0.2841371893882752 <_> <_> <_>5 5 5 3 -1. <_>5 6 5 1 3. 0 -4.8074051737785339e-003 0.2999025881290436 -0.0828240811824799 <_> <_> <_>10 7 6 9 -1. <_>10 10 6 3 3. 0 0.0764323025941849 0.0391463711857796 -0.5731434226036072 <_> <_> <_>17 4 1 2 -1. <_>17 5 1 1 2. 0 7.0249952841550112e-004 0.0528328716754913 -0.3324547111988068 <_> <_> <_>4 9 10 4 -1. <_>4 9 5 2 2. <_>9 11 5 2 2. 0 -8.2157138967886567e-004 -0.2123001962900162 0.0881458297371864 <_> <_> <_>5 6 3 10 -1. <_>5 11 3 5 2. 0 -0.0101482803002000 -0.2207161039113998 0.0965974032878876 <_> <_> <_>2 13 18 5 -1. <_>11 13 9 5 2. 0 -0.1734880954027176 -0.5982220172882080 0.0325470604002476 <_> <_> <_>5 12 3 3 -1. <_>5 13 3 1 3. 0 4.3031540699303150e-003 -0.0682535469532013 0.2898102998733521 <_> <_> <_>9 12 2 4 -1. <_>9 14 2 2 2. 0 -7.3378678280278109e-006 0.0751555636525154 -0.2586359083652496 <_> <_> <_>5 11 15 6 -1. <_>5 13 15 2 3. 0 1.9277239916846156e-003 0.1085646003484726 -0.1659514009952545 <_> <_> <_>16 0 4 6 -1. <_>16 0 2 3 2. <_>18 3 2 3 2. 0 -4.2054480873048306e-003 0.1981130987405777 -0.0919417068362236 <_> <_> <_>11 12 2 2 -1. <_>11 12 1 1 2. <_>12 13 1 1 2. 0 1.1466189753264189e-003 0.0420787297189236 -0.4399102926254273 <_> <_> <_>6 6 3 5 -1. <_>7 6 1 5 3. 0 -6.7244949750602245e-003 0.3445686101913452 -0.0570969581604004 <_> <_> <_>13 13 2 1 -1. <_>14 13 1 1 2. 0 -1.4554189874615986e-005 0.1163256019353867 -0.1625221073627472 <_> <_> <_>5 8 3 2 -1. <_>6 8 1 2 3. 0 -2.6114559732377529e-003 0.2808496952056885 -0.0682430416345596 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 -1.9477460591588169e-004 -0.1936886012554169 0.0934132263064384 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 2.6438338682055473e-004 0.0993543714284897 -0.2158662974834442 <_> <_> <_>16 12 3 1 -1. <_>17 12 1 1 3. 0 2.0134719088673592e-003 -0.0612092018127441 0.2912097871303558 <_> <_> <_>8 5 12 8 -1. <_>14 5 6 8 2. 0 -0.2602435946464539 -0.8380218148231506 0.0211507603526115 <_> <_> <_>5 13 4 4 -1. <_>5 13 2 2 2. <_>7 15 2 2 2. 0 -0.0159447006881237 -0.6397479772567749 0.0221448391675949 <_> <_> <_>5 7 2 3 -1. <_>6 7 1 3 2. 0 6.7249889252707362e-004 -0.1401409059762955 0.1232635006308556 <_> <_> <_>9 2 2 10 -1. <_>9 2 1 5 2. <_>10 7 1 5 2. 0 0.0130427703261375 0.0243068896234035 -0.6630306839942932 <_> <_> <_>9 14 1 2 -1. <_>9 15 1 1 2. 0 -1.4540290067088790e-005 0.0901373624801636 -0.1740916967391968 <_> <_> <_>15 7 2 4 -1. <_>15 9 2 2 2. 0 0.0179208293557167 0.0256446208804846 -0.6506714224815369 <_> <_> <_>7 5 4 3 -1. <_>7 6 4 1 3. 0 1.6542300581932068e-003 -0.1038570031523705 0.1668816059827805 <_> <_> <_>3 10 8 2 -1. <_>7 10 4 2 2. 0 0.0353620909154415 0.0230930093675852 -0.6900941729545593 <_> <_> <_>13 8 2 2 -1. <_>13 9 2 1 2. 0 3.3049840567400679e-005 -0.1740894019603729 0.0938730984926224 <_> <_> <_>9 6 2 3 -1. <_>9 7 2 1 3. 0 3.3775588963180780e-003 -0.0585224591195583 0.3049055933952332 <_> <_> <_>13 10 5 2 -1. <_>13 11 5 1 2. 0 7.3239738121628761e-003 0.0409994088113308 -0.4616098105907440 <_> <_> <_>16 11 2 2 -1. <_>16 11 1 1 2. <_>17 12 1 1 2. 0 -2.9797051101922989e-003 0.5113676190376282 -0.0362468697130680 <_> <_> <_>0 10 2 4 -1. <_>0 10 1 2 2. <_>1 12 1 2 2. 0 2.0306499209254980e-003 0.0653093531727791 -0.2669849991798401 <_> <_> <_>0 8 2 8 -1. <_>0 8 1 4 2. <_>1 12 1 4 2. 0 -6.8856950383633375e-004 -0.1760412007570267 0.0993618965148926 <_> <_> <_>6 14 5 3 -1. <_>6 15 5 1 3. 0 1.5746579738333821e-003 -0.1031226962804794 0.1694055050611496 <_> <_> <_>18 8 2 4 -1. <_>19 8 1 4 2. 0 1.5011089853942394e-003 -0.0881284475326538 0.1889909058809280 <_> <_> <_>14 2 3 1 -1. <_>15 2 1 1 3. 0 1.3503979425877333e-004 0.0941454768180847 -0.1848344057798386 <_> <_> <_>9 13 3 3 -1. <_>9 14 3 1 3. 0 5.5570588447153568e-003 0.0299590602517128 -0.5548262000083923 <_> <_> <_>5 13 6 3 -1. <_>5 14 6 1 3. 0 9.4529995694756508e-003 -0.0531363897025585 0.4013828933238983 <_> <_> <_>12 12 1 3 -1. <_>12 13 1 1 3. 0 -6.1030662618577480e-004 -0.2706044912338257 0.0668813511729240 <_> <_> <_>2 14 14 6 -1. <_>2 17 14 3 2. 0 -0.1132924035191536 -0.6517850756645203 0.0250429902225733 <_> <_> <_>7 5 2 4 -1. <_>7 5 1 2 2. <_>8 7 1 2 2. 0 -2.0354389562271535e-004 0.1089242026209831 -0.1517436951398850 <_> <_> <_>5 17 2 2 -1. <_>5 17 1 1 2. <_>6 18 1 1 2. 0 -1.4983189757913351e-003 0.2738873064517975 -0.0584670491516590 <_> <_> <_>9 3 3 5 -1. <_>10 3 1 5 3. 0 7.5277159921824932e-003 0.0409915298223495 -0.4273988902568817 <_> <_> <_>6 17 4 3 -1. <_>6 18 4 1 3. 0 3.6209179088473320e-003 -0.0673092380166054 0.2606475055217743 <_> <_> <_>10 0 6 4 -1. <_>12 0 2 4 3. 0 0.0121530499309301 0.0507682710886002 -0.3831908106803894 <_> <_> <_>4 8 6 10 -1. <_>4 8 3 5 2. <_>7 13 3 5 2. 0 0.0461263395845890 0.0242329891771078 -0.6503952741622925 <_> <_> <_>4 3 2 6 -1. <_>5 3 1 6 2. 0 7.1408541407436132e-004 -0.1347637027502060 0.1220854967832565 <_> <_> <_>3 4 6 6 -1. <_>5 4 2 6 3. 0 -4.4331620447337627e-003 0.1993961036205292 -0.1021870970726013 <_> <_> <_>5 8 2 8 -1. <_>5 12 2 4 2. 0 1.3099729549139738e-003 0.0745170265436172 -0.2450371980667114 <_> <_> <_>5 11 2 2 -1. <_>5 12 2 1 2. 0 2.6161450659856200e-004 -0.0842879563570023 0.1992460042238236 <_> <_> <_>12 13 1 3 -1. <_>12 14 1 1 3. 0 -2.7577539440244436e-003 -0.6873446702957153 0.0248511098325253 <_> <_> <_>5 1 4 15 -1. <_>5 6 4 5 3. 0 0.0694696903228760 0.0384387299418449 -0.3971717953681946 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 -1.3031469425186515e-003 0.2008994966745377 -0.0917233079671860 <_> <_> <_>6 11 3 3 -1. <_>6 12 3 1 3. 0 1.3012000126764178e-003 -0.0953058525919914 0.1924819052219391 <_> <_> <_>11 0 3 3 -1. <_>12 0 1 3 3. 0 -3.9377259090542793e-003 -0.3922409117221832 0.0437380112707615 <_> <_> <_>2 2 15 3 -1. <_>7 2 5 3 3. 0 0.0961257070302963 -0.0432694405317307 0.3744184970855713 <_> <_> <_>4 0 16 5 -1. <_>12 0 8 5 2. 0 -0.1918185949325562 -0.6132056117057800 0.0287755392491817 <_> <_> <_>13 7 6 8 -1. <_>13 11 6 4 2. 0 -3.2945619896054268e-003 -0.2244682013988495 0.0776550173759460 <_> <_> <_>9 9 3 4 -1. <_>9 11 3 2 2. 0 -8.5190916433930397e-003 0.4472055137157440 -0.0413103885948658 <_> <_> <_>5 2 6 16 -1. <_>5 2 3 8 2. <_>8 10 3 8 2. 0 -0.0494314692914486 -0.5181968212127686 0.0368637405335903 <_> <_> <_>10 7 6 3 -1. <_>13 7 3 3 2. 0 0.0231108795851469 -0.0330784209072590 0.5914663076400757 <_> <_> <_>12 11 2 1 -1. <_>13 11 1 1 2. 0 -4.3400399590609595e-005 0.1139502972364426 -0.1952629983425140 <_> <_> <_>0 0 1 8 -1. <_>0 4 1 4 2. 0 5.4926839657127857e-003 0.0616160705685616 -0.2559199035167694 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 1.1886029969900846e-003 -0.0685091167688370 0.2429125010967255 <_> <_> <_>6 5 4 15 -1. <_>8 5 2 15 2. 0 8.8473428040742874e-003 0.0764672830700874 -0.2317638993263245 <_> <_> <_>7 7 2 2 -1. <_>8 7 1 2 2. 0 2.3952820338308811e-003 -0.0446208603680134 0.4581176936626434 <_> <_> <_>1 3 1 2 -1. <_>1 4 1 1 2. 0 -1.5011220239102840e-004 -0.1656074970960617 0.1062223985791206 <_> <_> <_>6 2 6 11 -1. <_>9 2 3 11 2. 0 -0.0234658997505903 -0.2493131011724472 0.0661793574690819 <_> <_> <_>9 6 9 6 -1. <_>9 8 9 2 3. 0 -6.6368370316922665e-003 0.1435842067003250 -0.1151050999760628 <_> <_> <_>9 8 3 3 -1. <_>9 9 3 1 3. 0 1.1986029567196965e-003 -0.0983475223183632 0.1760554015636444 <_> <_> <_>6 8 2 3 -1. <_>6 9 2 1 3. 0 7.9502072185277939e-003 0.0354813784360886 -0.5017663836479187 <_> <_> <_>13 1 2 8 -1. <_>13 5 2 4 2. 0 -4.5950649655424058e-004 -0.1692876070737839 0.0934000834822655 <_> <_> <_>6 0 6 4 -1. <_>6 2 6 2 2. 0 -0.0193010699003935 0.4183666110038757 -0.0511401109397411 <_> <_> <_>0 6 20 14 -1. <_>10 6 10 14 2. 0 0.4016349911689758 0.0293589197099209 -0.6476805806159973 -1.6632529497146606 12 -1 <_> <_> <_> <_>8 0 12 6 -1. <_>8 0 6 3 2. <_>14 3 6 3 2. 0 -0.0362842902541161 0.4284189939498901 -0.2584043145179749 <_> <_> <_>8 7 9 9 -1. <_>8 10 9 3 3. 0 0.0305208303034306 -0.2971504032611847 0.2175661027431488 <_> <_> <_>10 14 6 6 -1. <_>10 14 3 3 2. <_>13 17 3 3 2. 0 3.3444820437580347e-003 -0.2173435986042023 0.1975443959236145 <_> <_> <_>8 7 4 10 -1. <_>8 7 2 5 2. <_>10 12 2 5 2. 0 -1.3315919786691666e-003 0.1553592979907990 -0.2313368022441864 <_> <_> <_>15 4 3 3 -1. <_>15 5 3 1 3. 0 -1.9773480016738176e-003 -0.4200130105018616 0.0885544270277023 <_> <_> <_>14 0 6 6 -1. <_>16 0 2 6 3. 0 -3.7038238951936364e-004 0.1276978999376297 -0.2387913018465042 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 -7.3736459016799927e-003 -0.4072006046772003 0.0297653190791607 <_> <_> <_>11 12 2 1 -1. <_>12 12 1 1 2. 0 -2.1873020159546286e-005 0.1233820989727974 -0.2223708927631378 <_> <_> <_>11 7 3 7 -1. <_>12 7 1 7 3. 0 4.5575048716273159e-005 -0.2309291064739227 0.1295361965894699 <_> <_> <_>9 0 2 18 -1. <_>9 0 1 9 2. <_>10 9 1 9 2. 0 -0.0112471701577306 -0.5476273894309998 0.0419076606631279 <_> <_> <_>3 6 3 4 -1. <_>4 6 1 4 3. 0 -8.9430268853902817e-003 0.2794528901576996 -0.0908012166619301 <_> <_> <_>14 10 2 2 -1. <_>14 10 1 1 2. <_>15 11 1 1 2. 0 1.4646670024376363e-005 -0.1677788048982620 0.1496804058551788 <_> <_> <_>4 7 3 2 -1. <_>5 7 1 2 3. 0 -6.5398351289331913e-003 0.3365462124347687 -0.0719872564077377 <_> <_> <_>10 14 4 3 -1. <_>10 15 4 1 3. 0 3.3825531136244535e-003 0.0499318800866604 -0.4580630064010620 <_> <_> <_>12 12 2 3 -1. <_>12 13 2 1 3. 0 2.7450500056147575e-003 0.0361195094883442 -0.5711386203765869 <_> <_> <_>3 0 2 8 -1. <_>3 0 1 4 2. <_>4 4 1 4 2. 0 0.0103563796728849 -0.0530491583049297 0.4212119877338409 <_> <_> <_>14 4 5 3 -1. <_>14 5 5 1 3. 0 3.1687319278717041e-003 0.0628499388694763 -0.3467491865158081 <_> <_> <_>6 16 1 3 -1. <_>6 17 1 1 3. 0 1.3616570504382253e-003 -0.0906610563397408 0.2525748014450073 <_> <_> <_>5 16 2 3 -1. <_>5 17 2 1 3. 0 -2.2238260135054588e-003 0.2659519016742706 -0.0966490805149078 <_> <_> <_>4 6 10 6 -1. <_>4 6 5 3 2. <_>9 9 5 3 2. 0 0.0110908998176456 0.0866380631923676 -0.3010335862636566 <_> <_> <_>9 14 7 4 -1. <_>9 16 7 2 2. 0 -6.7766150459647179e-004 0.0942778289318085 -0.2146414965391159 <_> <_> <_>10 11 2 4 -1. <_>10 11 1 2 2. <_>11 13 1 2 2. 0 -3.3104580361396074e-003 -0.5916264057159424 0.0327384881675243 <_> <_> <_>5 12 4 3 -1. <_>5 13 4 1 3. 0 2.3221869487315416e-003 -0.0955572500824928 0.2054619938135147 <_> <_> <_>5 13 3 2 -1. <_>5 14 3 1 2. 0 3.0947118648327887e-004 -0.1299227029085159 0.1770471930503845 <_> <_> <_>7 13 8 4 -1. <_>7 15 8 2 2. 0 -0.0322141684591770 -0.6466249227523804 0.0317492596805096 <_> <_> <_>8 4 3 1 -1. <_>9 4 1 1 3. 0 -8.3192758029326797e-004 -0.3066675066947937 0.0610405914485455 <_> <_> <_>6 1 1 4 -1. <_>6 3 1 2 2. 0 3.9188290247693658e-004 -0.1579546928405762 0.1183035001158714 <_> <_> <_>8 0 12 6 -1. <_>8 0 6 3 2. <_>14 3 6 3 2. 0 -0.0362037383019924 -0.2273122966289520 0.0831830129027367 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 2.6437509804964066e-003 -0.0766910612583160 0.2354550957679749 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 -3.4368310589343309e-003 0.3605703115463257 -0.0736729875206947 <_> <_> <_>7 4 3 1 -1. <_>8 4 1 1 3. 0 -5.5921601597219706e-004 -0.2534317970275879 0.0782756432890892 <_> <_> <_>7 9 2 2 -1. <_>7 9 1 1 2. <_>8 10 1 1 2. 0 4.3010139052057639e-005 -0.1822309941053391 0.0975393801927567 <_> <_> <_>15 14 4 6 -1. <_>15 14 2 3 2. <_>17 17 2 3 2. 0 5.3192679770290852e-003 -0.0769019499421120 0.2422181069850922 <_> <_> <_>7 9 1 4 -1. <_>7 11 1 2 2. 0 -6.9484501145780087e-003 -0.5827587246894836 0.0346019491553307 <_> <_> <_>10 11 3 9 -1. <_>11 11 1 9 3. 0 0.0124477799981833 0.0238836593925953 -0.6171249747276306 <_> <_> <_>17 11 3 1 -1. <_>18 11 1 1 3. 0 1.0083100060001016e-003 -0.0751521810889244 0.2474427074193955 <_> <_> <_>17 11 3 1 -1. <_>18 11 1 1 3. 0 -2.3544009309262037e-003 0.3145940005779266 -0.0650262311100960 <_> <_> <_>0 1 1 2 -1. <_>0 2 1 1 2. 0 4.5676861191168427e-004 0.0797581970691681 -0.2377721965312958 <_> <_> <_>9 15 7 3 -1. <_>9 16 7 1 3. 0 6.6723190248012543e-003 0.0387791991233826 -0.4604541957378388 <_> <_> <_>15 0 2 2 -1. <_>16 0 1 2 2. 0 7.1861818469187710e-006 -0.1311053931713104 0.1253253072500229 <_> <_> <_>5 0 1 14 -1. <_>5 7 1 7 2. 0 0.0303925909101963 0.0296705309301615 -0.5387092828750610 <_> <_> <_>7 3 1 2 -1. <_>7 4 1 1 2. 0 1.4835850379313342e-005 -0.1577858030796051 0.1056685969233513 <_> <_> <_>7 0 4 6 -1. <_>7 2 4 2 3. 0 0.0144158601760864 -0.0762713477015495 0.3059771060943604 <_> <_> <_>7 2 3 2 -1. <_>8 2 1 2 3. 0 3.2787520904093981e-003 0.0444643087685108 -0.3892802894115448 <_> <_> <_>5 12 4 3 -1. <_>5 13 4 1 3. 0 0.0107705201953650 -0.0393240116536617 0.4149397909641266 <_> <_> <_>18 5 1 2 -1. <_>18 6 1 1 2. 0 5.4678268497809768e-004 0.0587216913700104 -0.2754693031311035 <_> <_> <_>18 0 2 10 -1. <_>18 0 1 5 2. <_>19 5 1 5 2. 0 -1.8106499919667840e-003 0.1828175038099289 -0.0936754271388054 <_> <_> <_>0 2 13 6 -1. <_>0 4 13 2 3. 0 0.1177124977111816 0.0231757592409849 -0.7069668173789978 <_> <_> <_>0 0 2 2 -1. <_>0 0 1 1 2. <_>1 1 1 1 2. 0 -3.1166549888439476e-004 -0.2058593034744263 0.0765738412737846 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 -9.7939418628811836e-003 0.4873268008232117 -0.0347460284829140 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 1.0002780472859740e-003 -0.1100362017750740 0.1549056023359299 <_> <_> <_>6 12 2 4 -1. <_>7 12 1 4 2. 0 6.9929230958223343e-003 0.0329236090183258 -0.5432611703872681 <_> <_> <_>7 9 4 10 -1. <_>9 9 2 10 2. 0 0.0341630205512047 0.0180628206580877 -0.7080914974212647 <_> <_> <_>2 0 9 16 -1. <_>2 8 9 8 2. 0 -0.2080841064453125 -0.6787961125373840 0.0202558208256960 <_> <_> <_>10 3 2 8 -1. <_>10 3 1 4 2. <_>11 7 1 4 2. 0 2.4889659835025668e-004 -0.1771952062845230 0.0881523564457893 <_> <_> <_>1 2 12 3 -1. <_>5 2 4 3 3. 0 -9.3355607241392136e-003 0.1794805973768234 -0.0944746211171150 <_> <_> <_>4 6 2 3 -1. <_>5 6 1 3 2. 0 2.9192469082772732e-004 -0.1378616988658905 0.1381925940513611 <_> <_> <_>1 7 6 10 -1. <_>3 7 2 10 3. 0 9.1989226639270782e-003 -0.1026910990476608 0.1761810034513474 <_> <_> <_>1 14 2 1 -1. <_>2 14 1 1 2. 0 6.8165437551215291e-004 0.0748213082551956 -0.2362183034420013 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 -1.4507620107906405e-005 0.0958617702126503 -0.1778573989868164 <_> <_> <_>12 8 3 5 -1. <_>13 8 1 5 3. 0 1.7662490427028388e-004 -0.1380535960197449 0.1339432001113892 <_> <_> <_>6 5 9 6 -1. <_>6 7 9 2 3. 0 -1.7513500060886145e-003 0.0776235833764076 -0.2317402958869934 <_> <_> <_>13 8 2 3 -1. <_>13 9 2 1 3. 0 5.1342020742595196e-003 0.0303639695048332 -0.5242084860801697 <_> <_> <_>7 15 6 4 -1. <_>7 15 3 2 2. <_>10 17 3 2 2. 0 9.4114318490028381e-003 -0.0589945688843727 0.3029138147830963 <_> <_> <_>10 15 6 3 -1. <_>10 16 6 1 3. 0 -1.0448819957673550e-003 -0.1712469011545181 0.1015603020787239 <_> <_> <_>3 2 2 6 -1. <_>3 2 1 3 2. <_>4 5 1 3 2. 0 -6.3579198904335499e-003 0.3198671042919159 -0.0506944507360458 <_> <_> <_>10 15 3 5 -1. <_>11 15 1 5 3. 0 -6.3502117991447449e-003 -0.5241327285766602 0.0318000689148903 <_> <_> <_>12 9 5 2 -1. <_>12 10 5 1 2. 0 0.0122517598792911 0.0165596809238195 -0.7942218780517578 <_> <_> <_>4 11 10 1 -1. <_>9 11 5 1 2. 0 -0.0140007203444839 -0.5444440245628357 0.0246525593101978 <_> <_> <_>6 12 6 2 -1. <_>6 12 3 1 2. <_>9 13 3 1 2. 0 1.9229920580983162e-003 -0.0769449770450592 0.2188820987939835 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 -3.4030789975076914e-003 0.3014340102672577 -0.0580233298242092 <_> <_> <_>3 12 8 4 -1. <_>3 12 4 2 2. <_>7 14 4 2 2. 0 -0.0277286097407341 -0.5670499801635742 0.0300717204809189 <_> <_> <_>0 3 1 3 -1. <_>0 4 1 1 3. 0 1.4990579802542925e-004 0.0914046168327332 -0.1698942929506302 <_> <_> <_>10 12 2 1 -1. <_>11 12 1 1 2. 0 -1.4532960449287202e-005 0.1044266000390053 -0.1398334950208664 <_> <_> <_>3 10 3 6 -1. <_>3 12 3 2 3. 0 0.0283159501850605 0.0178121291100979 -0.8120127916336060 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 -1.7363600200042129e-003 0.1968863010406494 -0.0763988196849823 <_> <_> <_>8 7 4 6 -1. <_>8 9 4 2 3. 0 -0.0220814906060696 0.4449751079082489 -0.0334458686411381 <_> <_> <_>12 11 1 3 -1. <_>12 12 1 1 3. 0 1.2189210392534733e-003 0.0491547808051109 -0.3779031038284302 <_> <_> <_>12 11 2 3 -1. <_>12 12 2 1 3. 0 -5.4838892538100481e-004 -0.2282302975654602 0.0804464966058731 <_> <_> <_>6 10 2 2 -1. <_>6 10 1 1 2. <_>7 11 1 1 2. 0 -9.3702552840113640e-004 0.2525896131992340 -0.0653892010450363 <_> <_> <_>3 10 9 6 -1. <_>3 13 9 3 2. 0 0.0124967200681567 0.0382158793509007 -0.4046553075313568 <_> <_> <_>4 8 7 10 -1. <_>4 13 7 5 2. 0 -0.0167643707245588 -0.1450871974229813 0.1211981028318405 <_> <_> <_>6 8 11 3 -1. <_>6 9 11 1 3. 0 5.6504327803850174e-003 -0.0871391370892525 0.2219441980123520 <_> <_> <_>6 5 1 14 -1. <_>6 12 1 7 2. 0 5.2610319107770920e-004 0.0872220769524574 -0.2050247043371201 <_> <_> <_>13 6 5 10 -1. <_>13 11 5 5 2. 0 1.5574200078845024e-003 -0.1703668981790543 0.0944352820515633 <_> <_> <_>2 0 13 15 -1. <_>2 5 13 5 3. 0 0.2560909092426300 0.0177901107817888 -0.7405092120170593 <_> <_> <_>6 7 2 2 -1. <_>7 7 1 2 2. 0 3.3561999443918467e-003 -0.0426672697067261 0.3757339119911194 <_> <_> <_>4 5 9 4 -1. <_>7 5 3 4 3. 0 0.0470729283988476 0.0320152193307877 -0.6452227830886841 <_> <_> <_>6 7 3 3 -1. <_>7 7 1 3 3. 0 -2.2168930154293776e-003 0.2075704038143158 -0.0773726925253868 <_> <_> <_>8 1 3 4 -1. <_>9 1 1 4 3. 0 5.0796428695321083e-003 0.0418293289840221 -0.3772296905517578 <_> <_> <_>8 11 7 2 -1. <_>8 12 7 1 2. 0 7.0120906457304955e-005 0.0810318887233734 -0.1850626021623612 <_> <_> <_>4 7 3 2 -1. <_>5 7 1 2 3. 0 -5.2204862004145980e-004 0.1252845972776413 -0.1309031993150711 <_> <_> <_>4 14 2 6 -1. <_>4 14 1 3 2. <_>5 17 1 3 2. 0 -6.1609707772731781e-003 0.3117778897285461 -0.0512521788477898 <_> <_> <_>0 7 8 13 -1. <_>4 7 4 13 2. 0 -0.2842487990856171 -0.7034050822257996 0.0228110793977976 <_> <_> <_>6 3 4 9 -1. <_>8 3 2 9 2. 0 -0.0417467206716537 -0.7891426086425781 0.0166863501071930 <_> <_> <_>9 12 2 3 -1. <_>9 13 2 1 3. 0 -1.0051350109279156e-003 -0.2218129932880402 0.0618873983621597 <_> <_> <_>16 14 2 6 -1. <_>16 14 1 3 2. <_>17 17 1 3 2. 0 -1.3900640187785029e-003 0.1879747956991196 -0.0765824019908905 <_> <_> <_>11 14 2 3 -1. <_>11 15 2 1 3. 0 -4.0118378819897771e-004 -0.1729117035865784 0.0868067592382431 <_> <_> <_>11 14 1 2 -1. <_>11 15 1 1 2. 0 -2.9202610676293261e-005 0.0923197790980339 -0.1713646054267883 <_> <_> <_>8 8 3 2 -1. <_>8 9 3 1 2. 0 -2.6532830670475960e-003 0.3942284882068634 -0.0398264490067959 <_> <_> <_>13 1 3 5 -1. <_>14 1 1 5 3. 0 -7.8933471813797951e-003 -0.4332689046859741 0.0366033613681793 <_> <_> <_>6 15 8 2 -1. <_>6 15 4 1 2. <_>10 16 4 1 2. 0 8.7933447211980820e-003 -0.0332059487700462 0.4874078929424286 <_> <_> <_>13 2 3 4 -1. <_>14 2 1 4 3. 0 0.0120147597044706 0.0222442205995321 -0.8159726858139038 <_> <_> <_>1 8 1 6 -1. <_>1 10 1 2 3. 0 2.1147020161151886e-003 0.0649429336190224 -0.2095922976732254 <_> <_> <_>12 0 8 2 -1. <_>12 0 4 1 2. <_>16 1 4 1 2. 0 -9.9916034378111362e-004 0.1540234982967377 -0.1014946997165680 <_> <_> <_>5 8 3 1 -1. <_>6 8 1 1 3. 0 -7.6499581336975098e-004 0.2023645043373108 -0.0711996629834175 <_> <_> <_>7 5 2 4 -1. <_>8 5 1 4 2. 0 -4.2193511035293341e-004 0.1152143031358719 -0.1284545958042145 <_> <_> <_>7 2 2 1 -1. <_>8 2 1 1 2. 0 -4.1548791341483593e-004 -0.2116852998733521 0.0703761428594589 <_> <_> <_>0 4 2 3 -1. <_>0 5 2 1 3. 0 1.5300279483199120e-003 0.0612637586891651 -0.2226932048797607 <_> <_> <_>3 17 2 2 -1. <_>3 17 1 1 2. <_>4 18 1 1 2. 0 -2.6573969516903162e-003 0.3846232891082764 -0.0382760204374790 <_> <_> <_>6 0 12 9 -1. <_>12 0 6 9 2. 0 -0.2198860049247742 -0.5154678225517273 0.0280993897467852 <_> <_> <_>7 0 12 3 -1. <_>11 0 4 3 3. 0 -8.7377207819372416e-004 0.1014932990074158 -0.1399068981409073 <_> <_> <_>14 0 6 6 -1. <_>14 0 3 3 2. <_>17 3 3 3 2. 0 7.5169820338487625e-003 -0.0616716407239437 0.2548643052577972 <_> <_> <_>15 2 1 2 -1. <_>15 3 1 1 2. 0 -1.3438290625344962e-004 -0.1661804020404816 0.0889388769865036 -1.5384509563446045 13 -1 <_> <_> <_> <_>8 2 1 6 -1. <_>8 4 1 2 3. 0 3.5007519181817770e-003 -0.2825669050216675 0.3362810909748077 <_> <_> <_>5 7 3 2 -1. <_>6 7 1 2 3. 0 4.1042729280889034e-003 -0.1587762981653214 0.3409196138381958 <_> <_> <_>6 7 4 6 -1. <_>6 10 4 3 2. 0 9.8724407143890858e-004 -0.4609476029872894 0.1177171990275383 <_> <_> <_>8 6 10 2 -1. <_>13 6 5 2 2. 0 -4.0168981067836285e-003 0.1399492025375366 -0.3847660124301910 <_> <_> <_>2 1 4 15 -1. <_>4 1 2 15 2. 0 -0.0427845008671284 0.3151994943618774 -0.1167381033301354 <_> <_> <_>5 9 3 6 -1. <_>5 12 3 3 2. 0 -5.6273501832038164e-004 0.0823151096701622 -0.3359470069408417 <_> <_> <_>12 11 2 1 -1. <_>13 11 1 1 2. 0 -4.3416650441940874e-005 0.1069177985191345 -0.2506802976131439 <_> <_> <_>6 4 6 2 -1. <_>8 4 2 2 3. 0 0.0153475701808929 9.7383828833699226e-003 -0.6461243033409119 <_> <_> <_>12 9 4 8 -1. <_>12 13 4 4 2. 0 1.8295480404049158e-003 0.0891644433140755 -0.2963764071464539 <_> <_> <_>15 8 2 4 -1. <_>15 10 2 2 2. 0 3.2098879455588758e-004 -0.2313679009675980 0.1147847995162010 <_> <_> <_>6 12 3 3 -1. <_>6 13 3 1 3. 0 1.0728760389611125e-003 -0.1298218965530396 0.1965368986129761 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 -4.9566011875867844e-003 0.3531399965286255 -0.0769897773861885 <_> <_> <_>5 10 4 6 -1. <_>7 10 2 6 2. 0 -1.6319400165230036e-003 -0.2370198965072632 0.1031965985894203 <_> <_> <_>7 8 2 9 -1. <_>7 11 2 3 3. 0 0.0198620501905680 0.0591875985264778 -0.4095511138439179 <_> <_> <_>5 13 4 3 -1. <_>5 14 4 1 3. 0 -9.5205483958125114e-003 0.3906176984310150 -0.0576475784182549 <_> <_> <_>11 12 2 2 -1. <_>11 12 1 1 2. <_>12 13 1 1 2. 0 -1.0885810479521751e-003 -0.5290268063545227 0.0449610017240047 <_> <_> <_>5 13 5 3 -1. <_>5 14 5 1 3. 0 3.5348529927432537e-003 -0.0927075371146202 0.2444998025894165 <_> <_> <_>4 9 8 1 -1. <_>8 9 4 1 2. 0 5.7174800895154476e-003 0.0573061890900135 -0.3987899124622345 <_> <_> <_>12 0 8 6 -1. <_>12 0 4 3 2. <_>16 3 4 3 2. 0 -1.4010589802637696e-003 0.1075778007507324 -0.1952082067728043 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 -2.2306239698082209e-003 -0.6132832765579224 0.0278753396123648 <_> <_> <_>8 4 3 3 -1. <_>9 4 1 3 3. 0 -5.0583072006702423e-003 -0.5473973155021668 0.0304825305938721 <_> <_> <_>8 0 7 15 -1. <_>8 5 7 5 3. 0 0.1372572034597397 0.0281623005867004 -0.6081774830818176 <_> <_> <_>3 0 8 4 -1. <_>3 0 4 2 2. <_>7 2 4 2 2. 0 3.7828299682587385e-003 -0.1264097988605499 0.1338230967521668 <_> <_> <_>0 11 20 1 -1. <_>10 11 10 1 2. 0 -0.0106290299445391 -0.1734337955713272 0.0999545827507973 <_> <_> <_>3 14 3 2 -1. <_>4 14 1 2 3. 0 5.6623672135174274e-003 -0.0524192303419113 0.3294081985950470 <_> <_> <_>3 11 3 8 -1. <_>4 11 1 8 3. 0 -4.5901038683950901e-003 0.1878466010093689 -0.0926810428500175 <_> <_> <_>7 13 2 5 -1. <_>8 13 1 5 2. 0 7.1088741533458233e-003 0.0326054096221924 -0.5796813964843750 <_> <_> <_>14 4 3 3 -1. <_>14 5 3 1 3. 0 -1.9310249481350183e-003 -0.2870723903179169 0.0586587004363537 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 3.5559700336307287e-003 -0.0628413930535316 0.3023276031017304 <_> <_> <_>6 12 1 2 -1. <_>6 13 1 1 2. 0 2.1007249597460032e-004 -0.1202944964170456 0.2072288990020752 <_> <_> <_>5 13 3 1 -1. <_>6 13 1 1 3. 0 3.0181880574673414e-003 0.0427644215524197 -0.4556720852851868 <_> <_> <_>12 11 1 3 -1. <_>12 12 1 1 3. 0 -2.0919379312545061e-003 -0.5806704163551331 0.0247723907232285 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 4.9380292184650898e-003 -0.0678257793188095 0.2671546041965485 <_> <_> <_>5 9 1 3 -1. <_>5 10 1 1 3. 0 1.0227119782939553e-003 -0.1105057969689369 0.1713601052761078 <_> <_> <_>1 9 12 9 -1. <_>1 12 12 3 3. 0 -0.0912167131900787 -0.5561740994453430 0.0311765093356371 <_> <_> <_>12 14 3 3 -1. <_>12 15 3 1 3. 0 1.9377609714865685e-003 0.0524700693786144 -0.3340210020542145 <_> <_> <_>10 14 5 3 -1. <_>10 15 5 1 3. 0 -4.5235231518745422e-003 -0.3862803876399994 0.0448835305869579 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 1.1070469627156854e-003 -0.0946480110287666 0.1769437044858933 <_> <_> <_>5 11 2 6 -1. <_>5 14 2 3 2. 0 -0.0145228896290064 -0.4485464096069336 0.0406540706753731 <_> <_> <_>6 5 2 14 -1. <_>6 12 2 7 2. 0 0.0208956394344568 0.0359883904457092 -0.4431704878807068 <_> <_> <_>2 8 5 2 -1. <_>2 9 5 1 2. 0 7.3273790803796146e-006 -0.1973697990179062 0.0881317630410194 <_> <_> <_>10 14 1 2 -1. <_>10 15 1 1 2. 0 -1.4750339687452652e-005 0.0882030129432678 -0.1938769966363907 <_> <_> <_>7 14 4 6 -1. <_>7 16 4 2 3. 0 0.0101600196212530 -0.0736835226416588 0.2772558927536011 <_> <_> <_>8 12 3 1 -1. <_>9 12 1 1 3. 0 1.4658429790870287e-005 -0.1351404041051865 0.1116539016366005 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 2.9789519030600786e-003 -0.0563563890755177 0.2903389930725098 <_> <_> <_>3 6 3 4 -1. <_>4 6 1 4 3. 0 6.7907930351793766e-003 -0.0554680600762367 0.2965075075626373 <_> <_> <_>4 4 3 8 -1. <_>4 8 3 4 2. 0 0.0357466191053391 0.0442322716116905 -0.3794310092926025 <_> <_> <_>12 5 2 2 -1. <_>12 6 2 1 2. 0 -8.6023868061602116e-004 -0.2552424073219299 0.0639833286404610 <_> <_> <_>16 10 2 2 -1. <_>16 10 1 1 2. <_>17 11 1 1 2. 0 -3.2749359961599112e-003 0.5164237022399902 -0.0308024100959301 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 -1.4287419617176056e-004 -0.1701482981443405 0.0902005508542061 <_> <_> <_>7 0 5 8 -1. <_>7 4 5 4 2. 0 -0.0592520609498024 0.4478740096092224 -0.0348029993474483 <_> <_> <_>4 5 8 10 -1. <_>4 5 4 5 2. <_>8 10 4 5 2. 0 0.0491697415709496 0.0437972284853458 -0.3933770060539246 <_> <_> <_>7 5 3 3 -1. <_>7 6 3 1 3. 0 2.4047859478741884e-003 -0.0859821587800980 0.1759777069091797 <_> <_> <_>10 6 10 14 -1. <_>10 13 10 7 2. 0 -0.0885699987411499 -0.2969442903995514 0.0567525215446949 <_> <_> <_>8 6 2 3 -1. <_>8 7 2 1 3. 0 3.5266599152237177e-003 -0.0541605390608311 0.3235999047756195 <_> <_> <_>13 10 1 4 -1. <_>13 12 1 2 2. 0 -1.4674359590571839e-005 0.1009529978036881 -0.1719594001770020 <_> <_> <_>3 9 12 4 -1. <_>3 9 6 2 2. <_>9 11 6 2 2. 0 -0.0106728803366423 -0.3910335898399353 0.0396874994039536 <_> <_> <_>7 14 3 6 -1. <_>7 16 3 2 3. 0 -0.0131775699555874 0.2746025025844574 -0.0555244088172913 <_> <_> <_>10 10 3 2 -1. <_>11 10 1 2 3. 0 -2.0427990239113569e-003 -0.3261694014072418 0.0511519387364388 <_> <_> <_>3 4 10 4 -1. <_>3 4 5 2 2. <_>8 6 5 2 2. 0 0.0254307091236115 0.0344121493399143 -0.3912068009376526 <_> <_> <_>4 10 4 3 -1. <_>4 11 4 1 3. 0 6.6575622186064720e-003 -0.0621246397495270 0.2549391090869904 <_> <_> <_>5 3 6 4 -1. <_>5 3 3 2 2. <_>8 5 3 2 2. 0 -0.0249226298183203 -0.7561764717102051 0.0205200500786304 <_> <_> <_>6 8 6 10 -1. <_>9 8 3 10 2. 0 0.0648694783449173 0.0135357603430748 -0.8518260717391968 <_> <_> <_>10 15 6 3 -1. <_>10 16 6 1 3. 0 -1.9129139836877584e-003 -0.2060957998037338 0.0688096135854721 <_> <_> <_>3 4 3 7 -1. <_>4 4 1 7 3. 0 -2.7280850335955620e-003 0.1385322064161301 -0.1130895987153053 <_> <_> <_>3 3 3 11 -1. <_>4 3 1 11 3. 0 3.9647668600082397e-003 -0.0859800502657890 0.1886792927980423 <_> <_> <_>7 14 5 3 -1. <_>7 15 5 1 3. 0 8.6866566562093794e-005 -0.1340935975313187 0.1154389008879662 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 -1.0680439881980419e-003 0.2404395937919617 -0.0595842301845551 <_> <_> <_>9 0 3 4 -1. <_>10 0 1 4 3. 0 6.4973197877407074e-003 0.0357217416167259 -0.4382789134979248 <_> <_> <_>11 1 3 1 -1. <_>12 1 1 1 3. 0 3.3825050923041999e-004 0.0751887708902359 -0.1924086958169937 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 2.4638089817017317e-003 -0.0381082482635975 0.4139853119850159 <_> <_> <_>0 10 2 1 -1. <_>1 10 1 1 2. 0 7.1629788726568222e-004 0.0676755607128143 -0.2312994003295898 <_> <_> <_>17 0 2 8 -1. <_>17 0 1 4 2. <_>18 4 1 4 2. 0 -1.1354340240359306e-003 0.1641391962766647 -0.0982241407036781 <_> <_> <_>6 7 6 2 -1. <_>8 7 2 2 3. 0 -4.6024488983675838e-004 0.0788791030645370 -0.1819128990173340 <_> <_> <_>5 7 6 9 -1. <_>8 7 3 9 2. 0 -8.1474315375089645e-003 -0.1862782984972000 0.0776966735720634 <_> <_> <_>6 8 9 3 -1. <_>9 8 3 3 3. 0 -0.0338823311030865 0.4181846082210541 -0.0401093512773514 <_> <_> <_>11 7 6 4 -1. <_>13 7 2 4 3. 0 -4.3395790271461010e-003 0.1896183937788010 -0.0835095569491386 <_> <_> <_>8 5 2 2 -1. <_>9 5 1 2 2. 0 2.4691419675946236e-003 0.0437569916248322 -0.3828414082527161 <_> <_> <_>15 3 4 10 -1. <_>15 8 4 5 2. 0 0.0876881778240204 0.0234664306044579 -0.5999131798744202 <_> <_> <_>9 2 1 2 -1. <_>9 3 1 1 2. 0 7.1277258939517196e-006 -0.1457494944334030 0.0941810384392738 <_> <_> <_>7 15 8 2 -1. <_>7 15 4 1 2. <_>11 16 4 1 2. 0 -2.2863550111651421e-003 0.2217684984207153 -0.0626305416226387 <_> <_> <_>6 5 2 9 -1. <_>7 5 1 9 2. 0 -1.4718780221301131e-005 0.1121044009923935 -0.1340776979923248 <_> <_> <_>6 6 2 4 -1. <_>7 6 1 4 2. 0 2.9124629218131304e-003 -0.0611139312386513 0.2692106962203980 <_> <_> <_>10 15 2 4 -1. <_>11 15 1 4 2. 0 -7.2532321792095900e-004 -0.1831759065389633 0.0902047231793404 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -1.7109309555962682e-003 -0.2915098071098328 0.0568658001720905 <_> <_> <_>12 9 7 4 -1. <_>12 11 7 2 2. 0 0.0350501388311386 0.0242599993944168 -0.5992606878280640 <_> <_> <_>5 9 9 3 -1. <_>8 9 3 3 3. 0 0.0251192599534988 -0.0464993901550770 0.3307805955410004 <_> <_> <_>5 8 6 5 -1. <_>8 8 3 5 2. 0 0.0139249796047807 0.0543940998613834 -0.3243145942687988 <_> <_> <_>7 16 4 3 -1. <_>7 17 4 1 3. 0 1.2507860083132982e-003 -0.0862751007080078 0.1608397960662842 <_> <_> <_>15 4 4 3 -1. <_>15 5 4 1 3. 0 3.2347340602427721e-003 0.0402146689593792 -0.3341436982154846 <_> <_> <_>16 10 2 2 -1. <_>16 10 1 1 2. <_>17 11 1 1 2. 0 2.3993090726435184e-003 -0.0360994488000870 0.4033296108245850 <_> <_> <_>5 6 6 9 -1. <_>8 6 3 9 2. 0 -0.0644688606262207 -0.9235547184944153 0.0171044394373894 <_> <_> <_>10 0 10 6 -1. <_>10 0 5 3 2. <_>15 3 5 3 2. 0 0.0269838795065880 -0.0413239710032940 0.3809542059898377 <_> <_> <_>13 14 1 2 -1. <_>13 15 1 1 2. 0 -1.4244250451156404e-005 0.0984536781907082 -0.1385474950075150 <_> <_> <_>10 4 3 1 -1. <_>11 4 1 1 3. 0 3.6304299719631672e-003 0.0225328207015991 -0.5774018764495850 <_> <_> <_>6 16 1 3 -1. <_>6 17 1 1 3. 0 -2.7509450446814299e-003 0.2865664958953857 -0.0490126796066761 <_> <_> <_>11 13 4 3 -1. <_>11 14 4 1 3. 0 3.4084690269082785e-003 0.0385661609470844 -0.3518727123737335 <_> <_> <_>14 10 6 6 -1. <_>14 10 3 3 2. <_>17 13 3 3 2. 0 -2.0442469976842403e-003 0.1549983024597168 -0.0812809988856316 <_> <_> <_>1 1 1 2 -1. <_>1 2 1 1 2. 0 -3.3763761166483164e-004 -0.1896982043981552 0.0734975412487984 <_> <_> <_>6 15 1 3 -1. <_>6 16 1 1 3. 0 -1.9649739842861891e-003 0.2403029948472977 -0.0536984503269196 <_> <_> <_>7 15 1 3 -1. <_>7 16 1 1 3. 0 2.6115038781426847e-004 -0.1058589965105057 0.1455180048942566 <_> <_> <_>8 16 3 2 -1. <_>9 16 1 2 3. 0 -2.4496200494468212e-003 -0.3351194858551025 0.0439496412873268 <_> <_> <_>5 8 3 9 -1. <_>6 8 1 9 3. 0 0.0257911700755358 0.0194439701735973 -0.6313567757606506 <_> <_> <_>3 3 2 10 -1. <_>3 3 1 5 2. <_>4 8 1 5 2. 0 -1.7996380338445306e-003 0.1562016010284424 -0.0896696224808693 <_> <_> <_>3 6 3 1 -1. <_>4 6 1 1 3. 0 -5.5190739221870899e-003 0.3842960000038147 -0.0393082201480865 <_> <_> <_>2 0 2 1 -1. <_>3 0 1 1 2. 0 9.3076081248000264e-004 0.0531460605561733 -0.2748290002346039 <_> <_> <_>7 13 2 3 -1. <_>7 14 2 1 3. 0 2.7754770126193762e-003 -0.0534882806241512 0.2487884014844894 <_> <_> <_>7 9 1 9 -1. <_>7 12 1 3 3. 0 1.9387940410524607e-003 0.0751778632402420 -0.1943241953849793 <_> <_> <_>7 8 1 9 -1. <_>7 11 1 3 3. 0 -4.0069930255413055e-003 -0.2733064889907837 0.0620003603398800 <_> <_> <_>15 7 3 10 -1. <_>16 7 1 10 3. 0 7.4540930800139904e-003 -0.0509779490530491 0.2705546915531158 <_> <_> <_>14 7 6 10 -1. <_>16 7 2 10 3. 0 -1.6338729765266180e-003 0.1092085018754005 -0.1482111066579819 <_> <_> <_>2 12 18 6 -1. <_>2 14 18 2 3. 0 -0.1162687018513680 -0.9430736899375916 0.0145114399492741 <_> <_> <_>0 9 12 1 -1. <_>4 9 4 1 3. 0 -0.0120513103902340 -0.3096499145030975 0.0377263091504574 <_> <_> <_>1 7 3 6 -1. <_>2 7 1 6 3. 0 0.0155920004472137 -0.0385263487696648 0.3670614063739777 <_> <_> <_>5 6 8 1 -1. <_>9 6 4 1 2. 0 -1.1198739521205425e-003 -0.1464426070451737 0.0960570424795151 <_> <_> <_>10 14 2 1 -1. <_>11 14 1 1 2. 0 -1.4623399692936800e-005 0.1064181998372078 -0.1339446008205414 <_> <_> <_>14 8 6 10 -1. <_>16 8 2 10 3. 0 -0.1031963974237442 -0.7019655704498291 0.0188917703926563 -1.5079799890518188 14 -1 <_> <_> <_> <_>10 5 8 7 -1. <_>14 5 4 7 2. 0 -0.0374694317579269 0.2907924950122833 -0.3520519137382507 <_> <_> <_>8 5 8 4 -1. <_>8 5 4 2 2. <_>12 7 4 2 2. 0 4.0861819870769978e-003 -0.2909860014915466 0.1844502985477448 <_> <_> <_>11 11 1 8 -1. <_>11 15 1 4 2. 0 -9.2446897178888321e-004 0.1108753010630608 -0.4106451869010925 <_> <_> <_>5 6 2 4 -1. <_>6 6 1 4 2. 0 8.5803697584196925e-004 -0.2212982028722763 0.1546505987644196 <_> <_> <_>7 8 2 2 -1. <_>7 9 2 1 2. 0 2.3659599537495524e-004 -0.3218517899513245 0.1118369027972221 <_> <_> <_>0 2 8 11 -1. <_>4 2 4 11 2. 0 -0.0350210294127464 0.2272146046161652 -0.1415652930736542 <_> <_> <_>8 6 8 8 -1. <_>8 10 8 4 2. 0 -3.4688229206949472e-003 -0.4024738073348999 0.0437915287911892 <_> <_> <_>4 4 2 6 -1. <_>5 4 1 6 2. 0 5.0372090190649033e-003 -0.1238728016614914 0.2270132005214691 <_> <_> <_>13 12 1 2 -1. <_>13 13 1 1 2. 0 -1.1929610045626760e-003 -0.4869248867034912 0.0525685101747513 <_> <_> <_>3 8 3 2 -1. <_>4 8 1 2 3. 0 9.5561221241950989e-003 -0.0462040007114410 0.5114902853965759 <_> <_> <_>13 12 1 3 -1. <_>13 13 1 1 3. 0 1.1109219631180167e-003 0.0454968810081482 -0.4527831077575684 <_> <_> <_>9 19 4 1 -1. <_>11 19 2 1 2. 0 5.7835641200654209e-005 -0.1564171016216278 0.1327690929174423 <_> <_> <_>15 4 2 3 -1. <_>15 5 2 1 3. 0 -9.4595848349854350e-004 -0.2847130894660950 0.0645495578646660 <_> <_> <_>5 11 11 4 -1. <_>5 13 11 2 2. 0 8.8587577920407057e-004 0.0659902766346931 -0.3250587880611420 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 2.1180589683353901e-003 -0.0718209072947502 0.3313274085521698 <_> <_> <_>6 12 4 4 -1. <_>6 14 4 2 2. 0 -0.0160044692456722 -0.4926666021347046 0.0357587598264217 <_> <_> <_>7 11 1 3 -1. <_>7 12 1 1 3. 0 1.4956319937482476e-003 -0.0830955430865288 0.2761321067810059 <_> <_> <_>9 10 3 3 -1. <_>10 10 1 3 3. 0 7.5204619206488132e-003 0.0269876793026924 -0.6550794839859009 <_> <_> <_>10 12 2 1 -1. <_>11 12 1 1 2. 0 -1.4567610378435347e-005 0.1118192970752716 -0.1827971041202545 <_> <_> <_>7 1 12 16 -1. <_>7 1 6 8 2. <_>13 9 6 8 2. 0 1.5564640052616596e-003 -0.1568105965852737 0.1127140000462532 <_> <_> <_>10 5 8 7 -1. <_>14 5 4 7 2. 0 -0.0365227982401848 -0.1425486952066422 0.1302226930856705 <_> <_> <_>18 8 2 10 -1. <_>18 8 1 5 2. <_>19 13 1 5 2. 0 9.4677843153476715e-003 -0.0434319004416466 0.3652131855487824 <_> <_> <_>12 11 2 2 -1. <_>13 11 1 2 2. 0 -1.4508370441035368e-005 0.0840565115213394 -0.2037386000156403 <_> <_> <_>3 15 3 1 -1. <_>4 15 1 1 3. 0 9.7979931160807610e-004 -0.0925702825188637 0.1976581066846848 <_> <_> <_>5 14 2 1 -1. <_>6 14 1 1 2. 0 1.4909260244166944e-005 -0.1416793018579483 0.1254208981990814 <_> <_> <_>11 9 1 2 -1. <_>11 10 1 1 2. 0 -2.1510709484573454e-004 0.2015448063611984 -0.0809787511825562 <_> <_> <_>10 12 3 1 -1. <_>11 12 1 1 3. 0 -1.3552160235121846e-003 -0.3964821100234985 0.0451370999217033 <_> <_> <_>5 9 7 2 -1. <_>5 10 7 1 2. 0 8.4163509309291840e-003 -0.0759626403450966 0.2232768982648850 <_> <_> <_>11 0 2 1 -1. <_>12 0 1 1 2. 0 -3.0116800917312503e-004 -0.1983765065670013 0.0859178826212883 <_> <_> <_>11 0 2 2 -1. <_>12 0 1 2 2. 0 9.7665376961231232e-004 0.0610607191920280 -0.3131501078605652 <_> <_> <_>5 0 2 2 -1. <_>5 0 1 1 2. <_>6 1 1 1 2. 0 1.9718110561370850e-003 -0.0541248805820942 0.3293100893497467 <_> <_> <_>8 3 12 6 -1. <_>8 5 12 2 3. 0 0.0642203763127327 0.0310349203646183 -0.5833930969238281 <_> <_> <_>17 0 3 12 -1. <_>18 0 1 12 3. 0 -4.8852190375328064e-003 0.1866690963506699 -0.0854924321174622 <_> <_> <_>11 1 2 1 -1. <_>12 1 1 1 2. 0 -2.5309080956503749e-004 -0.1657499969005585 0.0924723818898201 <_> <_> <_>5 5 2 1 -1. <_>6 5 1 1 2. 0 2.9818940674886107e-005 -0.1419505029916763 0.1015437990427017 <_> <_> <_>7 14 6 6 -1. <_>7 14 3 3 2. <_>10 17 3 3 2. 0 -0.0102887600660324 0.2513369917869568 -0.0592866614460945 <_> <_> <_>11 10 1 2 -1. <_>11 11 1 1 2. 0 -2.9165179512347095e-005 0.1295766979455948 -0.1173385009169579 <_> <_> <_>3 9 12 4 -1. <_>3 9 6 2 2. <_>9 11 6 2 2. 0 -2.0741471089422703e-003 -0.2263393998146057 0.0667929425835609 <_> <_> <_>5 10 1 2 -1. <_>5 11 1 1 2. 0 1.1343799997121096e-003 -0.0639137029647827 0.2795625030994415 <_> <_> <_>6 10 2 1 -1. <_>7 10 1 1 2. 0 -1.5007710317149758e-005 0.1345475018024445 -0.1170506030321121 <_> <_> <_>8 16 3 2 -1. <_>9 16 1 2 3. 0 4.9826782196760178e-003 0.0265050102025270 -0.6001067161560059 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -3.4576859325170517e-003 0.3128620982170105 -0.0541551709175110 <_> <_> <_>7 15 3 2 -1. <_>8 15 1 2 3. 0 5.4344828240573406e-003 0.0287027508020401 -0.5682408213615418 <_> <_> <_>8 15 2 1 -1. <_>9 15 1 1 2. 0 -1.4558049770130310e-005 0.1075678020715714 -0.1312769949436188 <_> <_> <_>5 10 4 3 -1. <_>5 11 4 1 3. 0 1.5321969985961914e-003 -0.1191162019968033 0.1402143985033035 <_> <_> <_>6 7 4 12 -1. <_>8 7 2 12 2. 0 -0.0224494300782681 -0.3337636888027191 0.0493732206523418 <_> <_> <_>5 6 6 7 -1. <_>8 6 3 7 2. 0 0.0119230300188065 0.0635587424039841 -0.2474693059921265 <_> <_> <_>8 4 6 11 -1. <_>11 4 3 11 2. 0 0.0206859502941370 -0.0619051195681095 0.2636730074882507 <_> <_> <_>7 9 6 3 -1. <_>9 9 2 3 3. 0 5.0756777636706829e-004 -0.1252831965684891 0.1450580060482025 <_> <_> <_>0 5 1 2 -1. <_>0 6 1 1 2. 0 9.2508539091795683e-004 0.0590095892548561 -0.2620438039302826 <_> <_> <_>6 8 3 1 -1. <_>7 8 1 1 3. 0 8.6694798665121198e-004 -0.0889427214860916 0.1779575049877167 <_> <_> <_>12 1 2 2 -1. <_>13 1 1 2 2. 0 4.7340960009023547e-004 0.0681376308202744 -0.2188030034303665 <_> <_> <_>4 4 10 12 -1. <_>4 4 5 6 2. <_>9 10 5 6 2. 0 0.0903666019439697 0.0185164697468281 -0.6573687195777893 <_> <_> <_>5 18 2 2 -1. <_>5 18 1 1 2. <_>6 19 1 1 2. 0 2.0585930906236172e-003 -0.0455689989030361 0.3287942111492157 <_> <_> <_>6 3 3 3 -1. <_>7 3 1 3 3. 0 -4.0761628188192844e-003 -0.3589670956134796 0.0409034900367260 <_> <_> <_>5 12 2 3 -1. <_>5 13 2 1 3. 0 3.2309619709849358e-003 -0.0587724708020687 0.2551850974559784 <_> <_> <_>11 15 2 3 -1. <_>11 16 2 1 3. 0 2.0424150861799717e-003 0.0432094410061836 -0.3339330852031708 <_> <_> <_>11 15 1 3 -1. <_>11 16 1 1 3. 0 -2.8341729193925858e-004 -0.1668505966663361 0.0815553367137909 <_> <_> <_>6 7 3 2 -1. <_>7 7 1 2 3. 0 -1.0859699686989188e-003 0.1780744940042496 -0.0921712368726730 <_> <_> <_>3 11 14 1 -1. <_>10 11 7 1 2. 0 -0.0200895201414824 -0.3523639142513275 0.0446077510714531 <_> <_> <_>5 7 3 1 -1. <_>6 7 1 1 3. 0 -1.8073120154440403e-003 0.3022094070911408 -0.0520475804805756 <_> <_> <_>14 9 3 3 -1. <_>14 10 3 1 3. 0 0.0103371497243643 0.0247871391475201 -0.6883816123008728 <_> <_> <_>4 17 2 2 -1. <_>4 17 1 1 2. <_>5 18 1 1 2. 0 -2.4023749865591526e-003 0.3317334055900574 -0.0461994893848896 <_> <_> <_>15 16 2 2 -1. <_>15 17 2 1 2. 0 -5.8347097365185618e-004 -0.1885682046413422 0.0773477926850319 <_> <_> <_>18 12 2 2 -1. <_>18 12 1 1 2. <_>19 13 1 1 2. 0 -2.1759211085736752e-003 0.3306734859943390 -0.0408558696508408 <_> <_> <_>5 11 4 3 -1. <_>7 11 2 3 2. 0 -1.1984390439465642e-003 -0.2158033996820450 0.0685345828533173 <_> <_> <_>9 7 2 3 -1. <_>9 8 2 1 3. 0 1.4474330237135291e-003 -0.0580749288201332 0.2336236983537674 <_> <_> <_>18 6 2 2 -1. <_>18 7 2 1 2. 0 5.1625841297209263e-004 0.0756555795669556 -0.2095647007226944 <_> <_> <_>18 6 2 2 -1. <_>18 7 2 1 2. 0 -1.4388939598575234e-003 -0.3094814121723175 0.0581599995493889 <_> <_> <_>4 5 2 6 -1. <_>4 7 2 2 3. 0 -1.7495449865236878e-003 0.1023629009723663 -0.1571523994207382 <_> <_> <_>3 11 6 4 -1. <_>3 11 3 2 2. <_>6 13 3 2 2. 0 0.0167749393731356 0.0237116999924183 -0.5859457254409790 <_> <_> <_>1 10 3 3 -1. <_>2 10 1 3 3. 0 -8.3265192806720734e-003 0.3094334900379181 -0.0488075613975525 <_> <_> <_>15 0 4 4 -1. <_>15 0 2 2 2. <_>17 2 2 2 2. 0 -4.4853150029666722e-005 0.1061550974845886 -0.1308971047401428 <_> <_> <_>5 6 4 10 -1. <_>5 11 4 5 2. 0 5.9908269904553890e-003 0.0801688730716705 -0.1681780964136124 <_> <_> <_>7 13 1 3 -1. <_>7 14 1 1 3. 0 1.4110070187598467e-003 -0.0699415877461433 0.2204508036375046 <_> <_> <_>3 10 16 4 -1. <_>3 10 8 2 2. <_>11 12 8 2 2. 0 0.0412059985101223 0.0317214317619801 -0.4417685866355896 <_> <_> <_>7 14 1 3 -1. <_>7 15 1 1 3. 0 1.5044870087876916e-004 -0.1215230002999306 0.1124142035841942 <_> <_> <_>5 14 3 3 -1. <_>5 15 3 1 3. 0 -4.8399530351161957e-003 0.2824499905109406 -0.0516066104173660 <_> <_> <_>9 9 3 8 -1. <_>10 9 1 8 3. 0 -1.0831269901245832e-003 -0.1697801947593689 0.0837310478091240 <_> <_> <_>6 0 7 4 -1. <_>6 2 7 2 2. 0 -0.0134832002222538 0.2826932072639465 -0.0522285997867584 <_> <_> <_>8 0 1 4 -1. <_>8 2 1 2 2. 0 5.9854640858247876e-004 -0.1374914944171906 0.1228089034557343 <_> <_> <_>1 4 1 6 -1. <_>1 6 1 2 3. 0 -6.4943352481350303e-004 -0.1693159937858582 0.0881716907024384 <_> <_> <_>0 2 15 3 -1. <_>5 2 5 3 3. 0 -6.3191158697009087e-003 0.1624546051025391 -0.0863000601530075 <_> <_> <_>0 8 2 2 -1. <_>0 9 2 1 2. 0 -2.5179239455610514e-003 -0.3185339868068695 0.0526881888508797 <_> <_> <_>3 10 6 4 -1. <_>5 10 2 4 3. 0 -0.0469249710440636 -0.6577314138412476 0.0205050799995661 <_> <_> <_>8 5 3 1 -1. <_>9 5 1 1 3. 0 -9.6446421230211854e-004 -0.2725659906864166 0.0454412996768951 <_> <_> <_>15 11 2 2 -1. <_>15 11 1 1 2. <_>16 12 1 1 2. 0 1.5073099639266729e-003 -0.0504794605076313 0.2848648130893707 <_> <_> <_>4 11 6 2 -1. <_>7 11 3 2 2. 0 0.0161499306559563 0.0387690588831902 -0.3614957034587860 <_> <_> <_>6 8 6 4 -1. <_>8 8 2 4 3. 0 0.0191265102475882 -0.0362336412072182 0.4757354855537415 <_> <_> <_>6 5 6 6 -1. <_>8 5 2 6 3. 0 -1.2546279467642307e-003 0.1100990995764732 -0.1555414050817490 <_> <_> <_>14 12 2 3 -1. <_>15 12 1 3 2. 0 -1.4754529729543719e-005 0.0965491533279419 -0.1394743025302887 <_> <_> <_>11 5 3 7 -1. <_>12 5 1 7 3. 0 0.0156801696866751 0.0232145208865404 -0.5771318078041077 <_> <_> <_>7 16 8 4 -1. <_>7 16 4 2 2. <_>11 18 4 2 2. 0 0.0122933601960540 -0.0578098893165588 0.2395139038562775 <_> <_> <_>5 16 12 4 -1. <_>5 16 6 2 2. <_>11 18 6 2 2. 0 -9.6596255898475647e-003 0.2409874051809311 -0.0658235326409340 <_> <_> <_>10 17 6 3 -1. <_>10 18 6 1 3. 0 4.4940081425011158e-003 0.0545324906706810 -0.3147468864917755 <_> <_> <_>6 8 2 3 -1. <_>6 9 2 1 3. 0 0.0114805800840259 0.0174192991107702 -0.7472283244132996 <_> <_> <_>0 0 20 18 -1. <_>10 0 10 18 2. 0 -0.6549963951110840 -0.4548397064208984 0.0261871200054884 <_> <_> <_>8 0 6 5 -1. <_>11 0 3 5 2. 0 -1.5746919962111861e-004 0.0843414589762688 -0.1824031025171280 <_> <_> <_>13 5 4 2 -1. <_>13 5 2 1 2. <_>15 6 2 1 2. 0 -1.0111900046467781e-003 -0.2086289972066879 0.0676762163639069 <_> <_> <_>10 4 4 11 -1. <_>12 4 2 11 2. 0 0.0184888392686844 -0.0354996211826801 0.4134215116500855 <_> <_> <_>5 10 3 1 -1. <_>6 10 1 1 3. 0 -3.8888910785317421e-004 0.1569246053695679 -0.0862994790077209 <_> <_> <_>17 4 2 3 -1. <_>17 5 2 1 3. 0 -4.5315301977097988e-003 -0.4391221106052399 0.0341036207973957 <_> <_> <_>6 13 8 6 -1. <_>6 13 4 3 2. <_>10 16 4 3 2. 0 0.0335360206663609 -0.0322315283119679 0.4709657132625580 <_> <_> <_>17 5 3 10 -1. <_>18 5 1 10 3. 0 2.0854349713772535e-003 -0.0760010108351707 0.1737388074398041 <_> <_> <_>13 11 2 2 -1. <_>14 11 1 2 2. 0 -1.4060589819564484e-005 0.0859609991312027 -0.1634878069162369 <_> <_> <_>5 9 4 9 -1. <_>5 12 4 3 3. 0 0.0429956801235676 0.0220331195741892 -0.5927429199218750 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 2.4928380735218525e-003 -0.0630207732319832 0.2139886021614075 <_> <_> <_>15 15 2 2 -1. <_>15 15 1 1 2. <_>16 16 1 1 2. 0 1.4520809600071516e-005 -0.1121812984347343 0.1199731975793839 <_> <_> <_>6 13 6 5 -1. <_>8 13 2 5 3. 0 0.0211523603647947 0.0302707105875015 -0.4460080862045288 <_> <_> <_>9 7 2 8 -1. <_>9 7 1 4 2. <_>10 11 1 4 2. 0 2.1028789342381060e-004 0.0803844183683395 -0.1720902025699616 <_> <_> <_>4 12 2 2 -1. <_>4 12 1 1 2. <_>5 13 1 1 2. 0 1.0620340472087264e-003 -0.0640519708395004 0.2130492031574249 <_> <_> <_>7 4 3 1 -1. <_>8 4 1 1 3. 0 -2.5768030900508165e-003 -0.5230960249900818 0.0261464696377516 <_> <_> <_>12 3 3 4 -1. <_>13 3 1 4 3. 0 4.7555579803884029e-003 0.0362137295305729 -0.3440873026847839 <_> <_> <_>2 0 18 20 -1. <_>2 10 18 10 2. 0 -0.5906254053115845 -0.9170126914978027 0.0134163796901703 <_> <_> <_>11 2 7 12 -1. <_>11 8 7 6 2. 0 -0.0970318317413330 0.4828839898109436 -0.0323441810905933 <_> <_> <_>13 5 2 2 -1. <_>14 5 1 2 2. 0 1.4890159945935011e-003 0.0405917502939701 -0.3889848887920380 <_> <_> <_>4 17 4 1 -1. <_>6 17 2 1 2. 0 2.4702500086277723e-003 -0.0631592199206352 0.2132260948419571 <_> <_> <_>3 14 4 4 -1. <_>5 14 2 4 2. 0 -2.9705299530178308e-003 0.1496088951826096 -0.1018164977431297 <_> <_> <_>0 2 8 18 -1. <_>0 11 8 9 2. 0 0.1555549949407578 0.0366748794913292 -0.3598398864269257 <_> <_> <_>5 7 3 3 -1. <_>5 8 3 1 3. 0 0.0141136599704623 0.0138346403837204 -0.8711295723915100 <_> <_> <_>8 2 3 2 -1. <_>9 2 1 2 3. 0 -9.5594127196818590e-004 -0.2235932946205139 0.0556467510759830 -1.4499469995498657 15 -1 <_> <_> <_> <_>5 7 15 4 -1. <_>5 9 15 2 2. 0 0.0230683200061321 -0.3073453903198242 0.2575811147689819 <_> <_> <_>10 0 10 8 -1. <_>10 0 5 4 2. <_>15 4 5 4 2. 0 -0.0116030303761363 0.1734793931245804 -0.2991755902767181 <_> <_> <_>10 8 4 4 -1. <_>10 8 2 2 2. <_>12 10 2 2 2. 0 -1.0232869535684586e-003 0.1928901970386505 -0.2492682933807373 <_> <_> <_>5 6 3 10 -1. <_>5 11 3 5 2. 0 0.0121949603781104 0.0875914171338081 -0.4085389077663422 <_> <_> <_>7 6 3 4 -1. <_>8 6 1 4 3. 0 -1.2484550243243575e-003 0.1634556949138641 -0.1881189942359924 <_> <_> <_>12 13 2 2 -1. <_>12 14 2 1 2. 0 3.2145460136234760e-004 0.0791359096765518 -0.3772250115871429 <_> <_> <_>7 8 4 12 -1. <_>7 12 4 4 3. 0 -7.9707789700478315e-004 -0.2637738883495331 0.0969362631440163 <_> <_> <_>0 0 6 18 -1. <_>2 0 2 18 3. 0 0.0709249228239059 -0.1253806054592133 0.2526729106903076 <_> <_> <_>6 1 10 6 -1. <_>6 3 10 2 3. 0 2.5408361107110977e-003 -0.1392325013875961 0.1497431993484497 <_> <_> <_>13 9 3 2 -1. <_>13 10 3 1 2. 0 -6.9253891706466675e-004 -0.3136391937732697 0.0394197404384613 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 2.5845640338957310e-003 -0.0700671225786209 0.2809658050537109 <_> <_> <_>6 10 1 10 -1. <_>6 15 1 5 2. 0 -0.0168039500713348 -0.4625408053398132 0.0365094691514969 <_> <_> <_>9 9 3 4 -1. <_>9 11 3 2 2. 0 -2.1332600153982639e-003 0.2269130945205689 -0.0844474807381630 <_> <_> <_>7 4 2 2 -1. <_>7 5 2 1 2. 0 -5.5397138930857182e-004 -0.2072816044092178 0.1004170030355454 <_> <_> <_>12 12 2 1 -1. <_>13 12 1 1 2. 0 -1.4573110092896968e-005 0.0885343402624130 -0.2081342041492462 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 8.0281507689505816e-004 -0.0885214433073998 0.1955396980047226 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 3.6762449890375137e-003 -0.0839662775397301 0.2423270046710968 <_> <_> <_>1 0 1 2 -1. <_>1 1 1 1 2. 0 -1.6549570136703551e-004 -0.1940200030803680 0.1004450991749764 <_> <_> <_>10 16 6 3 -1. <_>10 17 6 1 3. 0 5.5225789546966553e-003 0.0460141412913799 -0.4109568893909454 <_> <_> <_>9 4 4 6 -1. <_>9 4 2 3 2. <_>11 7 2 3 2. 0 1.1023939587175846e-003 -0.2105371952056885 0.0841698274016380 <_> <_> <_>10 9 10 1 -1. <_>15 9 5 1 2. 0 -0.0216103605926037 -0.3472487926483154 0.0511969402432442 <_> <_> <_>9 11 1 2 -1. <_>9 12 1 1 2. 0 -1.4869699953123927e-005 0.1118715032935143 -0.1624923050403595 <_> <_> <_>7 8 3 6 -1. <_>7 10 3 2 3. 0 0.0317270606756210 0.0375460311770439 -0.4535711109638214 <_> <_> <_>1 18 8 2 -1. <_>1 18 4 1 2. <_>5 19 4 1 2. 0 -6.5588178113102913e-003 0.2975679039955139 -0.0615393109619617 <_> <_> <_>5 13 3 3 -1. <_>5 14 3 1 3. 0 3.7398359272629023e-003 -0.0693628415465355 0.2288192063570023 <_> <_> <_>4 6 5 6 -1. <_>4 9 5 3 2. 0 -2.1445790771394968e-003 -0.3069198131561279 0.0570855401456356 <_> <_> <_>6 5 2 1 -1. <_>7 5 1 1 2. 0 1.4241340104490519e-003 0.0477477200329304 -0.3514148890972138 <_> <_> <_>11 6 1 6 -1. <_>11 9 1 3 2. 0 1.8902820302173495e-003 0.1125065013766289 -0.1507499963045120 <_> <_> <_>6 17 4 3 -1. <_>6 18 4 1 3. 0 -6.4917900599539280e-003 0.2871277928352356 -0.0625736787915230 <_> <_> <_>10 4 2 10 -1. <_>10 4 1 5 2. <_>11 9 1 5 2. 0 -8.7750004604458809e-003 -0.5414124131202698 0.0295595303177834 <_> <_> <_>8 4 9 13 -1. <_>11 4 3 13 3. 0 0.0936476886272430 -0.0569437891244888 0.2963837981224060 <_> <_> <_>10 11 2 2 -1. <_>11 11 1 2 2. 0 -4.4028809497831389e-005 0.1072629019618034 -0.1516932994127274 <_> <_> <_>13 15 1 2 -1. <_>13 16 1 1 2. 0 7.9690842540003359e-005 0.0877043381333351 -0.1815764009952545 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -6.6510448232293129e-003 0.2125076949596405 -0.0787653997540474 <_> <_> <_>0 0 14 10 -1. <_>0 5 14 5 2. 0 0.2135832011699677 0.0327049307525158 -0.4989534914493561 <_> <_> <_>12 5 6 15 -1. <_>14 5 2 15 3. 0 -0.0980354100465775 -0.6362007260322571 0.0243007503449917 <_> <_> <_>11 10 2 3 -1. <_>11 11 2 1 3. 0 -3.6894609220325947e-003 -0.5787317156791687 0.0253432206809521 <_> <_> <_>5 14 3 3 -1. <_>5 15 3 1 3. 0 4.7867568209767342e-003 -0.0697197988629341 0.2464102953672409 <_> <_> <_>5 15 3 2 -1. <_>5 16 3 1 2. 0 4.0250780875794590e-004 -0.1185259968042374 0.1716368943452835 <_> <_> <_>11 14 3 6 -1. <_>12 14 1 6 3. 0 -3.8258030544966459e-003 -0.3170871138572693 0.0527966506779194 <_> <_> <_>12 18 2 1 -1. <_>13 18 1 1 2. 0 2.9255099434521981e-005 -0.1215787008404732 0.1244350969791412 <_> <_> <_>16 5 1 2 -1. <_>16 6 1 1 2. 0 -5.5969221284613013e-004 -0.2394244968891144 0.0615640208125114 <_> <_> <_>17 8 3 4 -1. <_>18 8 1 4 3. 0 1.6149280127137899e-003 -0.0895366817712784 0.1939617991447449 <_> <_> <_>8 15 2 3 -1. <_>9 15 1 3 2. 0 -5.9165759012103081e-003 -0.6074134707450867 0.0241075009107590 <_> <_> <_>6 7 2 4 -1. <_>6 7 1 2 2. <_>7 9 1 2 2. 0 4.5592039823532104e-003 -0.0540901198983192 0.2872112989425659 <_> <_> <_>3 7 12 2 -1. <_>7 7 4 2 3. 0 -0.0517677888274193 -0.6485347151756287 0.0243290998041630 <_> <_> <_>4 7 3 3 -1. <_>5 7 1 3 3. 0 -0.0106355696916580 0.3235976099967957 -0.0502317883074284 <_> <_> <_>1 10 2 1 -1. <_>2 10 1 1 2. 0 2.5121110957115889e-004 0.0952744483947754 -0.1485994011163712 <_> <_> <_>4 4 2 5 -1. <_>5 4 1 5 2. 0 1.3107099803164601e-003 -0.1161269024014473 0.1264725029468536 <_> <_> <_>6 7 14 2 -1. <_>13 7 7 2 2. 0 -0.0736297219991684 -0.6297783255577087 0.0241974107921124 <_> <_> <_>14 17 2 3 -1. <_>14 18 2 1 3. 0 5.1864539273083210e-004 0.0808439701795578 -0.1803835034370422 <_> <_> <_>6 11 1 3 -1. <_>6 12 1 1 3. 0 -2.0541099365800619e-003 0.2069077044725418 -0.0715596377849579 <_> <_> <_>11 3 8 16 -1. <_>11 11 8 8 2. 0 -7.2738518938422203e-003 -0.1804922074079514 0.0846181586384773 <_> <_> <_>9 12 5 3 -1. <_>9 13 5 1 3. 0 -7.0418710820376873e-003 -0.5525584816932678 0.0242430008947849 <_> <_> <_>5 9 1 3 -1. <_>5 10 1 1 3. 0 2.3678881116211414e-003 -0.0743150636553764 0.2201319932937622 <_> <_> <_>3 8 8 4 -1. <_>3 8 4 2 2. <_>7 10 4 2 2. 0 -4.1341409087181091e-003 -0.3146111071109772 0.0576455406844616 <_> <_> <_>10 15 2 3 -1. <_>10 16 2 1 3. 0 5.9597631916403770e-003 0.0215512104332447 -0.6639922261238098 <_> <_> <_>14 9 1 6 -1. <_>14 12 1 3 2. 0 -1.4643320355389733e-005 0.1032539978623390 -0.1437864005565643 <_> <_> <_>13 11 1 3 -1. <_>13 12 1 1 3. 0 -8.0324069131165743e-004 -0.2802684903144836 0.0521755404770374 <_> <_> <_>8 7 6 6 -1. <_>8 9 6 2 3. 0 -0.0178602207452059 0.3154763877391815 -0.0472954809665680 <_> <_> <_>9 8 4 3 -1. <_>9 9 4 1 3. 0 8.5229711839929223e-004 -0.1086079031229019 0.1690572947263718 <_> <_> <_>8 2 2 5 -1. <_>9 2 1 5 2. 0 8.8618341833353043e-003 0.0206294208765030 -0.7168679833412170 <_> <_> <_>13 6 3 3 -1. <_>13 7 3 1 3. 0 4.1418620385229588e-003 0.0313132107257843 -0.3975364863872528 <_> <_> <_>12 0 5 14 -1. <_>12 7 5 7 2. 0 -0.0966165810823441 0.4237889945507050 -0.0322910994291306 <_> <_> <_>2 2 7 10 -1. <_>2 7 7 5 2. 0 -0.0848536491394043 -0.4836021065711975 0.0344205088913441 <_> <_> <_>5 5 6 11 -1. <_>8 5 3 11 2. 0 -0.0273994896560907 -0.2898151874542236 0.0468055084347725 <_> <_> <_>6 17 3 3 -1. <_>6 18 3 1 3. 0 1.9653420895338058e-003 -0.0762211307883263 0.1889424026012421 <_> <_> <_>9 5 2 8 -1. <_>9 5 1 4 2. <_>10 9 1 4 2. 0 -9.0222749859094620e-003 -0.5825505852699280 0.0260387808084488 <_> <_> <_>14 0 4 16 -1. <_>14 8 4 8 2. 0 0.1785901039838791 0.0141130797564983 -0.7587677240371704 <_> <_> <_>10 7 1 3 -1. <_>10 8 1 1 3. 0 2.6170860510319471e-003 -0.0420114099979401 0.3458263874053955 <_> <_> <_>7 16 3 2 -1. <_>8 16 1 2 3. 0 -1.8247140105813742e-003 -0.2512575089931488 0.0541134513914585 <_> <_> <_>10 6 1 3 -1. <_>10 7 1 1 3. 0 1.0635840008035302e-003 -0.0699880570173264 0.2111109048128128 <_> <_> <_>5 11 14 6 -1. <_>5 14 14 3 2. 0 -0.0857941210269928 -0.5295022130012512 0.0242343097925186 <_> <_> <_>9 6 1 3 -1. <_>9 7 1 1 3. 0 -2.4844249710440636e-003 0.2279888987541199 -0.0578949414193630 <_> <_> <_>6 11 5 4 -1. <_>6 13 5 2 2. 0 2.4517390411347151e-003 0.0477582700550556 -0.2993184030056000 <_> <_> <_>6 9 10 8 -1. <_>6 9 5 4 2. <_>11 13 5 4 2. 0 7.2088139131665230e-003 0.0891904607415199 -0.1466365009546280 <_> <_> <_>18 9 2 6 -1. <_>18 9 1 3 2. <_>19 12 1 3 2. 0 -6.0728411190211773e-003 0.2977311015129089 -0.0441877916455269 <_> <_> <_>5 12 8 2 -1. <_>9 12 4 2 2. 0 0.0293797198683023 0.0183849204331636 -0.7279959917068481 <_> <_> <_>8 8 6 12 -1. <_>8 8 3 6 2. <_>11 14 3 6 2. 0 0.0352654606103897 -0.0403451286256313 0.3436934947967529 <_> <_> <_>12 7 3 5 -1. <_>13 7 1 5 3. 0 8.0668088048696518e-004 -0.1017149016261101 0.1332406997680664 <_> <_> <_>10 13 4 3 -1. <_>10 14 4 1 3. 0 -1.4964640140533447e-003 -0.2329643964767456 0.0591932795941830 <_> <_> <_>12 4 3 15 -1. <_>13 4 1 15 3. 0 0.0261369794607162 0.0179935190826654 -0.7309460043907166 <_> <_> <_>4 12 4 2 -1. <_>6 12 2 2 2. 0 0.0186632592231035 0.0146938003599644 -0.7210518121719360 <_> <_> <_>14 1 6 1 -1. <_>16 1 2 1 3. 0 -5.0944439863087609e-005 0.0981138125061989 -0.1348700970411301 <_> <_> <_>15 3 2 8 -1. <_>16 3 1 8 2. 0 -5.5268028518185019e-004 -0.1131390035152435 0.1193132027983666 <_> <_> <_>13 16 6 4 -1. <_>13 16 3 2 2. <_>16 18 3 2 2. 0 5.4916120134294033e-003 -0.0689969286322594 0.2231263071298599 <_> <_> <_>9 5 6 7 -1. <_>12 5 3 7 2. 0 0.0312431994825602 -0.0323944389820099 0.3925015032291412 <_> <_> <_>18 3 2 2 -1. <_>18 4 2 1 2. 0 2.7375440113246441e-003 0.0367135107517242 -0.4063234925270081 <_> <_> <_>2 0 18 4 -1. <_>11 0 9 4 2. 0 0.0909608900547028 0.0277091991156340 -0.4161289930343628 <_> <_> <_>0 8 2 2 -1. <_>1 8 1 2 2. 0 -4.2210621177218854e-004 -0.1599356979131699 0.0784403532743454 <_> <_> <_>4 12 3 6 -1. <_>5 12 1 6 3. 0 -2.3689800873398781e-003 0.1437219977378845 -0.0904172435402870 <_> <_> <_>3 13 4 2 -1. <_>5 13 2 2 2. 0 4.5116269029676914e-003 -0.0680682063102722 0.2101106941699982 <_> <_> <_>4 14 11 2 -1. <_>4 15 11 1 2. 0 -1.4441140228882432e-003 -0.1337653994560242 0.1181610971689224 <_> <_> <_>4 13 8 3 -1. <_>4 14 8 1 3. 0 2.1477979607880116e-003 -0.0980670824646950 0.1757165044546127 <_> <_> <_>3 7 6 10 -1. <_>3 7 3 5 2. <_>6 12 3 5 2. 0 0.0225345995277166 0.0532467402517796 -0.2808521091938019 <_> <_> <_>5 7 6 4 -1. <_>7 7 2 4 3. 0 -0.0161652900278568 0.2605862915515900 -0.0563493184745312 <_> <_> <_>2 11 10 6 -1. <_>2 14 10 3 2. 0 0.0131579097360373 0.0449605993926525 -0.3108432888984680 <_> <_> <_>5 7 9 12 -1. <_>5 13 9 6 2. 0 -0.0252186302095652 -0.1224538981914520 0.1170765012502670 <_> <_> <_>9 12 7 4 -1. <_>9 14 7 2 2. 0 -1.0043029760709032e-004 0.0626686066389084 -0.2366541028022766 <_> <_> <_>2 0 8 4 -1. <_>2 0 4 2 2. <_>6 2 4 2 2. 0 0.0228843092918396 -0.0563933886587620 0.2695189118385315 <_> <_> <_>4 0 4 4 -1. <_>4 0 2 2 2. <_>6 2 2 2 2. 0 -3.7653960753232241e-003 0.2426504939794540 -0.0603278391063213 <_> <_> <_>6 2 3 2 -1. <_>7 2 1 2 3. 0 -1.2131360126659274e-003 -0.2258134037256241 0.0638662725687027 <_> <_> <_>2 11 3 4 -1. <_>3 11 1 4 3. 0 3.6897920072078705e-003 -0.0750563070178032 0.1712114065885544 <_> <_> <_>1 17 2 1 -1. <_>2 17 1 1 2. 0 3.9484380977228284e-004 0.0729255601763725 -0.1800608038902283 <_> <_> <_>15 12 4 3 -1. <_>15 13 4 1 3. 0 -2.8756330721080303e-003 0.2333267927169800 -0.0583127997815609 <_> <_> <_>9 15 7 3 -1. <_>9 16 7 1 3. 0 -0.0129395499825478 -0.5996682047843933 0.0247462093830109 <_> <_> <_>6 7 3 2 -1. <_>7 7 1 2 3. 0 4.8920139670372009e-003 -0.0508085489273071 0.2714282870292664 <_> <_> <_>3 5 12 10 -1. <_>3 5 6 5 2. <_>9 10 6 5 2. 0 -6.3685458153486252e-003 -0.1775954961776733 0.0787207037210464 <_> <_> <_>4 2 12 5 -1. <_>10 2 6 5 2. 0 0.0917000621557236 -0.0243162196129560 0.5661062002182007 <_> <_> <_>9 5 3 1 -1. <_>10 5 1 1 3. 0 -2.9075080528855324e-003 -0.5347344279289246 0.0267383493483067 <_> <_> <_>2 10 3 4 -1. <_>3 10 1 4 3. 0 -3.9782752282917500e-003 0.1789894998073578 -0.0736341625452042 <_> <_> <_>11 5 2 10 -1. <_>11 10 2 5 2. 0 3.8189089391380548e-003 0.0966401472687721 -0.1261541992425919 <_> <_> <_>8 6 7 8 -1. <_>8 10 7 4 2. 0 -6.1400169506669044e-003 -0.2802591025829315 0.0489520691335201 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 4.6048378571867943e-003 -0.0352979190647602 0.3627172112464905 <_> <_> <_>2 8 8 4 -1. <_>6 8 4 4 2. 0 0.0695981532335281 0.0282364506274462 -0.4752317965030670 <_> <_> <_>0 9 2 2 -1. <_>1 9 1 2 2. 0 8.2954921526834369e-004 0.0650106668472290 -0.1960850059986115 <_> <_> <_>13 11 4 2 -1. <_>15 11 2 2 2. 0 0.0100734503939748 0.0240914300084114 -0.5270252823829651 <_> <_> <_>8 6 12 5 -1. <_>12 6 4 5 3. 0 -0.0499641709029675 0.2706043124198914 -0.0529397688806057 <_> <_> <_>11 11 9 1 -1. <_>14 11 3 1 3. 0 -0.0234257206320763 -0.6553804278373718 0.0203999504446983 <_> <_> <_>15 10 2 4 -1. <_>15 10 1 2 2. <_>16 12 1 2 2. 0 4.5370758743956685e-004 -0.1014572978019714 0.1257548928260803 <_> <_> <_>18 5 1 3 -1. <_>18 6 1 1 3. 0 -9.4329239800572395e-004 -0.2367783039808273 0.0521473698318005 <_> <_> <_>4 10 7 3 -1. <_>4 11 7 1 3. 0 -2.5503130163997412e-003 0.1869580000638962 -0.0643835365772247 <_> <_> <_>8 5 3 1 -1. <_>9 5 1 1 3. 0 -2.1031149663031101e-003 -0.4038110971450806 0.0287637803703547 <_> <_> <_>7 13 2 3 -1. <_>7 14 2 1 3. 0 2.3942890111356974e-003 -0.0589619092643261 0.2015120983123779 <_> <_> <_>7 14 3 3 -1. <_>7 15 3 1 3. 0 3.4859919105656445e-004 -0.1159474030137062 0.1155984997749329 <_> <_> <_>7 15 3 3 -1. <_>7 16 3 1 3. 0 6.5279641421511769e-004 -0.0965832471847534 0.1454613059759140 <_> <_> <_>14 15 1 3 -1. <_>14 16 1 1 3. 0 6.6208152566105127e-004 0.0556666404008865 -0.2340817004442215 <_> <_> <_>2 14 10 6 -1. <_>2 17 10 3 2. 0 -0.1124671995639801 -0.7212910056114197 0.0167008098214865 <_> <_> <_>5 12 5 3 -1. <_>5 13 5 1 3. 0 2.4760260712355375e-003 -0.0707524418830872 0.1683201044797897 <_> <_> <_>7 9 1 6 -1. <_>7 11 1 2 3. 0 -8.7723489850759506e-003 -0.4866676032543182 0.0260061193257570 <_> <_> <_>0 6 5 6 -1. <_>0 8 5 2 3. 0 0.0288402792066336 0.0333086997270584 -0.3454917073249817 <_> <_> <_>6 10 3 4 -1. <_>6 12 3 2 2. 0 4.7115320921875536e-004 0.0586104691028595 -0.2133412063121796 <_> <_> <_>4 9 9 2 -1. <_>4 10 9 1 2. 0 -7.5157210230827332e-003 0.3786672055721283 -0.0363076403737068 <_> <_> <_>7 3 1 2 -1. <_>7 4 1 1 2. 0 -1.7479779489804059e-004 -0.1868792027235031 0.0703804418444633 <_> <_> <_>8 9 4 4 -1. <_>8 11 4 2 2. 0 6.9826189428567886e-003 -0.0753762125968933 0.1854144930839539 <_> <_> <_>11 10 3 1 -1. <_>12 10 1 1 3. 0 -2.5053499266505241e-003 -0.4734547138214111 0.0267652906477451 <_> <_> <_>5 7 3 2 -1. <_>5 8 3 1 2. 0 6.5240712137892842e-004 -0.1139867976307869 0.1146010980010033 -1.4971179962158203 16 -1 <_> <_> <_> <_>7 0 6 6 -1. <_>7 3 6 3 2. 0 0.0279688294976950 -0.2405429035425186 0.3397671878337860 <_> <_> <_>5 6 3 4 -1. <_>6 6 1 4 3. 0 4.7484100796282291e-003 -0.1859841048717499 0.2652375996112824 <_> <_> <_>11 1 9 12 -1. <_>14 1 3 12 3. 0 -9.6774380654096603e-003 0.1357457935810089 -0.3173474073410034 <_> <_> <_>6 7 4 9 -1. <_>6 10 4 3 3. 0 1.0649940231814981e-003 -0.5035613179206848 0.0703831836581230 <_> <_> <_>11 7 8 6 -1. <_>11 7 4 3 2. <_>15 10 4 3 2. 0 3.0151519458740950e-003 -0.1758576929569244 0.1675014048814774 <_> <_> <_>8 9 7 3 -1. <_>8 10 7 1 3. 0 7.6821137918159366e-004 -0.2315856069326401 0.1274846047163010 <_> <_> <_>3 2 4 18 -1. <_>5 2 2 18 2. 0 -0.0566227808594704 0.3010323047637940 -0.1152542978525162 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 4.7889677807688713e-003 -0.0687973499298096 0.3577465116977692 <_> <_> <_>6 11 8 6 -1. <_>6 11 4 3 2. <_>10 14 4 3 2. 0 3.7908130325376987e-003 0.1125058010220528 -0.2338984012603760 <_> <_> <_>5 9 4 7 -1. <_>7 9 2 7 2. 0 -3.6302749067544937e-003 -0.2742595076560974 0.0601800717413425 <_> <_> <_>5 8 6 5 -1. <_>8 8 3 5 2. 0 0.0149861602112651 0.0583701506257057 -0.3508821129798889 <_> <_> <_>7 11 1 3 -1. <_>7 12 1 1 3. 0 6.1338639352470636e-004 -0.1004550009965897 0.1800414025783539 <_> <_> <_>15 10 3 1 -1. <_>16 10 1 1 3. 0 1.7827099654823542e-003 -0.0585045702755451 0.2816573083400726 <_> <_> <_>10 12 2 2 -1. <_>10 13 2 1 2. 0 1.0279649868607521e-003 0.0460491515696049 -0.4163356125354767 <_> <_> <_>11 13 2 1 -1. <_>12 13 1 1 2. 0 -1.4470520000031684e-005 0.0975944772362709 -0.1700523942708969 <_> <_> <_>6 12 2 2 -1. <_>6 13 2 1 2. 0 7.2919862577691674e-004 -0.0892776921391487 0.1968380063772202 <_> <_> <_>11 2 2 12 -1. <_>11 2 1 6 2. <_>12 8 1 6 2. 0 -1.2752750189974904e-003 -0.2132434993982315 0.0777813196182251 <_> <_> <_>7 0 6 6 -1. <_>7 3 6 3 2. 0 0.0275105703622103 0.0980590879917145 -0.1846397966146469 <_> <_> <_>4 8 4 2 -1. <_>4 9 4 1 2. 0 3.9082998409867287e-003 -0.0982400774955750 0.1790283024311066 <_> <_> <_>14 12 1 2 -1. <_>14 13 1 1 2. 0 2.8285238659009337e-004 0.0648823827505112 -0.2590380907058716 <_> <_> <_>4 0 2 4 -1. <_>4 0 1 2 2. <_>5 2 1 2 2. 0 5.8698928914964199e-003 -0.0484365001320839 0.3558405935764313 <_> <_> <_>15 2 2 1 -1. <_>16 2 1 1 2. 0 5.2106438670307398e-004 0.0642008930444717 -0.2426872998476028 <_> <_> <_>3 14 3 1 -1. <_>4 14 1 1 3. 0 -3.8013618905097246e-003 0.3134953081607819 -0.0493724904954433 <_> <_> <_>5 11 10 4 -1. <_>5 11 5 2 2. <_>10 13 5 2 2. 0 -3.5830549895763397e-003 -0.1901564002037048 0.0859288871288300 <_> <_> <_>4 10 12 3 -1. <_>4 11 12 1 3. 0 7.3326388373970985e-003 -0.0872440785169601 0.1859602928161621 <_> <_> <_>15 2 4 6 -1. <_>15 2 2 3 2. <_>17 5 2 3 2. 0 6.8118958733975887e-004 0.0903531834483147 -0.1738087981939316 <_> <_> <_>5 8 1 4 -1. <_>5 10 1 2 2. 0 -2.4127468932420015e-003 0.2658387124538422 -0.0620182603597641 <_> <_> <_>6 15 3 2 -1. <_>7 15 1 2 3. 0 4.4389287941157818e-003 0.0386724397540092 -0.4403919875621796 <_> <_> <_>11 19 2 1 -1. <_>12 19 1 1 2. 0 2.9394390367087908e-005 -0.1311666071414948 0.1238996013998985 <_> <_> <_>6 7 3 2 -1. <_>7 7 1 2 3. 0 5.2613918669521809e-003 -0.0543261393904686 0.3143467903137207 <_> <_> <_>6 4 2 1 -1. <_>7 4 1 1 2. 0 2.3712380789220333e-003 0.0352349318563938 -0.4593602120876312 <_> <_> <_>6 4 3 2 -1. <_>7 4 1 2 3. 0 -2.4774149060249329e-003 -0.3257965147495270 0.0416763089597225 <_> <_> <_>6 8 2 2 -1. <_>6 8 1 1 2. <_>7 9 1 1 2. 0 5.1308068213984370e-004 -0.0980328395962715 0.1520960032939911 <_> <_> <_>6 15 3 2 -1. <_>7 15 1 2 3. 0 -7.6761870877817273e-004 -0.2094428986310959 0.0695636570453644 <_> <_> <_>4 8 2 4 -1. <_>4 8 1 2 2. <_>5 10 1 2 2. 0 4.1551832109689713e-003 -0.0591424182057381 0.2478885948657990 <_> <_> <_>10 4 7 3 -1. <_>10 5 7 1 3. 0 0.0143151497468352 0.0247133504599333 -0.6266369223594666 <_> <_> <_>4 5 2 6 -1. <_>5 5 1 6 2. 0 8.9347898028790951e-004 -0.1338738054037094 0.1062666028738022 <_> <_> <_>10 13 1 3 -1. <_>10 14 1 1 3. 0 -5.8425782481208444e-004 -0.2158381044864655 0.0675528720021248 <_> <_> <_>6 11 6 3 -1. <_>9 11 3 3 2. 0 8.9712149929255247e-004 -0.1599808931350708 0.0968595966696739 <_> <_> <_>10 14 3 2 -1. <_>10 15 3 1 2. 0 -4.4576660729944706e-003 -0.4683977961540222 0.0344811081886292 <_> <_> <_>8 8 4 2 -1. <_>10 8 2 2 2. 0 0.0163166504353285 0.0161764807999134 -0.7699069976806641 <_> <_> <_>17 12 3 1 -1. <_>18 12 1 1 3. 0 -1.9581869710236788e-003 0.2342319041490555 -0.0636050030589104 <_> <_> <_>9 0 11 16 -1. <_>9 8 11 8 2. 0 0.2962863147258759 0.0380072817206383 -0.3899135887622833 <_> <_> <_>17 0 3 6 -1. <_>17 2 3 2 3. 0 -9.1676972806453705e-004 0.1208648979663849 -0.1091248020529747 <_> <_> <_>0 0 1 2 -1. <_>0 1 1 1 2. 0 -2.5543299852870405e-004 -0.1875578016042709 0.0711042210459709 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 8.2945115864276886e-003 -0.0399125702679157 0.3355168104171753 <_> <_> <_>4 10 10 9 -1. <_>4 13 10 3 3. 0 -0.0583876892924309 -0.3347511887550354 0.0410111397504807 <_> <_> <_>3 3 3 5 -1. <_>4 3 1 5 3. 0 1.0927469702437520e-003 -0.0832434892654419 0.1604676991701126 <_> <_> <_>6 1 2 6 -1. <_>6 3 2 2 3. 0 1.0653319768607616e-003 -0.1192004010081291 0.1056177988648415 <_> <_> <_>5 0 8 6 -1. <_>5 2 8 2 3. 0 -0.0353237204253674 0.2839944958686829 -0.0476509109139442 <_> <_> <_>0 0 1 2 -1. <_>0 1 1 1 2. 0 6.7976478021591902e-004 0.0592235215008259 -0.2274127006530762 <_> <_> <_>6 3 6 4 -1. <_>8 3 2 4 3. 0 -0.0248105190694332 -0.6578854918479919 0.0188289396464825 <_> <_> <_>8 6 3 3 -1. <_>8 7 3 1 3. 0 4.5880349352955818e-003 -0.0507998690009117 0.2688626050949097 <_> <_> <_>9 6 3 6 -1. <_>9 8 3 2 3. 0 3.9034360088407993e-003 -0.0591830201447010 0.2264453023672104 <_> <_> <_>4 3 12 12 -1. <_>4 3 6 6 2. <_>10 9 6 6 2. 0 0.1236065998673439 0.0220522992312908 -0.6784409880638123 <_> <_> <_>13 8 3 2 -1. <_>13 9 3 1 2. 0 -3.7856408744119108e-004 -0.2171549946069717 0.0575223006308079 <_> <_> <_>4 3 10 2 -1. <_>9 3 5 2 2. 0 0.0285622291266918 -0.0340952686965466 0.4247479140758514 <_> <_> <_>18 14 2 2 -1. <_>18 14 1 1 2. <_>19 15 1 1 2. 0 2.2348840720951557e-003 -0.0356555283069611 0.3505004048347473 <_> <_> <_>5 6 6 2 -1. <_>8 6 3 2 2. 0 0.0192110594362020 0.0250783506780863 -0.5931491851806641 <_> <_> <_>0 14 20 5 -1. <_>10 14 10 5 2. 0 0.1561163961887360 0.0236126407980919 -0.4874055087566376 <_> <_> <_>9 17 2 1 -1. <_>10 17 1 1 2. 0 -1.2261980446055532e-003 -0.3042171895503998 0.0395263917744160 <_> <_> <_>5 16 5 3 -1. <_>5 17 5 1 3. 0 3.6561759188771248e-003 -0.0776275396347046 0.2026260942220688 <_> <_> <_>9 16 3 2 -1. <_>10 16 1 2 3. 0 1.1567790061235428e-003 0.0556823983788490 -0.2436849027872086 <_> <_> <_>6 5 5 3 -1. <_>6 6 5 1 3. 0 6.2764538452029228e-003 -0.0644526034593582 0.2118301987648010 <_> <_> <_>11 12 3 8 -1. <_>12 12 1 8 3. 0 0.0120912399142981 0.0206679794937372 -0.6223167777061462 <_> <_> <_>4 3 3 9 -1. <_>4 6 3 3 3. 0 3.7568950210697949e-004 0.0736704766750336 -0.1780910938978195 <_> <_> <_>11 0 3 3 -1. <_>12 0 1 3 3. 0 3.8157668896019459e-003 0.0338457114994526 -0.3626295924186707 <_> <_> <_>5 17 10 2 -1. <_>5 17 5 1 2. <_>10 18 5 1 2. 0 -1.3252210337668657e-003 0.1473249047994614 -0.0817274227738380 <_> <_> <_>5 15 2 3 -1. <_>5 16 2 1 3. 0 2.1575710270553827e-003 -0.0686241984367371 0.1756231933832169 <_> <_> <_>6 14 2 4 -1. <_>6 14 1 2 2. <_>7 16 1 2 2. 0 -6.4548188820481300e-003 -0.5815926790237427 0.0230200495570898 <_> <_> <_>10 17 6 3 -1. <_>10 18 6 1 3. 0 -8.1042833626270294e-003 -0.3554920852184296 0.0353723317384720 <_> <_> <_>19 5 1 3 -1. <_>19 6 1 1 3. 0 1.6489460540469736e-004 0.0744726881384850 -0.1571836024522781 <_> <_> <_>16 13 2 2 -1. <_>16 13 1 1 2. <_>17 14 1 1 2. 0 -1.9494029693305492e-003 0.3515708148479462 -0.0362138189375401 <_> <_> <_>0 11 2 1 -1. <_>1 11 1 1 2. 0 -1.5267659910023212e-004 -0.1411571949720383 0.0848027616739273 <_> <_> <_>4 12 6 6 -1. <_>4 12 3 3 2. <_>7 15 3 3 2. 0 0.0238904207944870 0.0193176697939634 -0.6318603157997131 <_> <_> <_>5 15 4 3 -1. <_>5 16 4 1 3. 0 -4.4950367882847786e-003 0.2125412970781326 -0.0591430887579918 <_> <_> <_>10 16 3 2 -1. <_>11 16 1 2 3. 0 2.8725271113216877e-003 0.0327940396964550 -0.3950523138046265 <_> <_> <_>1 0 10 2 -1. <_>1 0 5 1 2. <_>6 1 5 1 2. 0 2.0885460544377565e-003 -0.0854437872767448 0.1434766948223114 <_> <_> <_>2 0 18 14 -1. <_>11 0 9 14 2. 0 -0.4434382915496826 -0.4005231857299805 0.0294280499219894 <_> <_> <_>15 7 4 7 -1. <_>17 7 2 7 2. 0 0.0201991703361273 0.0400005504488945 -0.3176333904266357 <_> <_> <_>5 10 2 4 -1. <_>6 10 1 4 2. 0 0.0145708797499537 0.0136628001928329 -0.8644195199012756 <_> <_> <_>15 16 3 1 -1. <_>16 16 1 1 3. 0 -3.8080150261521339e-003 0.4093072116374970 -0.0338389687240124 <_> <_> <_>7 15 5 3 -1. <_>7 16 5 1 3. 0 1.0009920224547386e-003 -0.0826002508401871 0.1392879039049149 <_> <_> <_>12 1 6 3 -1. <_>14 1 2 3 3. 0 1.1500980472192168e-003 0.0696775466203690 -0.1743306070566177 <_> <_> <_>16 2 2 1 -1. <_>17 2 1 1 2. 0 3.4720861003734171e-004 0.0666593834757805 -0.1740380972623825 <_> <_> <_>17 0 2 2 -1. <_>17 0 1 1 2. <_>18 1 1 1 2. 0 2.7565560303628445e-003 -0.0292856805026531 0.4024356901645660 <_> <_> <_>1 0 4 6 -1. <_>1 2 4 2 3. 0 -0.0241242200136185 -0.3242420852184296 0.0373305082321167 <_> <_> <_>3 1 6 18 -1. <_>3 7 6 6 3. 0 -0.1398912072181702 -0.6596748828887940 0.0179296191781759 <_> <_> <_>5 1 1 12 -1. <_>5 7 1 6 2. 0 0.0309976805001497 0.0141005897894502 -0.6953263878822327 <_> <_> <_>16 9 2 2 -1. <_>16 9 1 1 2. <_>17 10 1 1 2. 0 4.6191760338842869e-004 -0.0679441466927528 0.1806613951921463 <_> <_> <_>4 2 2 11 -1. <_>5 2 1 11 2. 0 0.0342644900083542 0.0222986396402121 -0.5863891839981079 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 3.9756381884217262e-003 -0.0418037213385105 0.3166910111904144 <_> <_> <_>14 18 2 2 -1. <_>14 19 2 1 2. 0 -3.4192908788099885e-004 -0.1581079065799713 0.0774840563535690 <_> <_> <_>10 0 10 10 -1. <_>10 0 5 5 2. <_>15 5 5 5 2. 0 0.0716729536652565 -0.0233027692884207 0.5246502757072449 <_> <_> <_>19 6 1 2 -1. <_>19 7 1 1 2. 0 7.1812322130426764e-004 0.0482687801122665 -0.2777172923088074 <_> <_> <_>11 0 6 8 -1. <_>11 0 3 4 2. <_>14 4 3 4 2. 0 -1.8881190335378051e-003 0.0831849873065948 -0.1480201035737991 <_> <_> <_>5 0 2 2 -1. <_>5 0 1 1 2. <_>6 1 1 1 2. 0 -1.2498029973357916e-003 0.2532911896705627 -0.0497693903744221 <_> <_> <_>3 1 9 11 -1. <_>6 1 3 11 3. 0 -0.1275610029697418 -0.6797056794166565 0.0208717007189989 <_> <_> <_>10 11 3 2 -1. <_>10 12 3 1 2. 0 -1.4621549780713394e-005 0.0793385133147240 -0.1504373997449875 <_> <_> <_>10 9 4 2 -1. <_>12 9 2 2 2. 0 3.5788679961115122e-003 -0.0554691106081009 0.2407550960779190 <_> <_> <_>13 7 1 6 -1. <_>13 9 1 2 3. 0 9.4902152195572853e-003 0.0286372397094965 -0.5368028879165649 <_> <_> <_>8 10 6 2 -1. <_>8 10 3 1 2. <_>11 11 3 1 2. 0 0.0102830501273274 0.0115505298599601 -0.7750126719474793 <_> <_> <_>4 11 4 6 -1. <_>4 14 4 3 2. 0 -0.0425072908401489 -0.8877049088478088 9.7261751070618629e-003 <_> <_> <_>17 4 2 3 -1. <_>17 5 2 1 3. 0 3.6155930138193071e-004 0.0644070133566856 -0.1710951030254364 <_> <_> <_>10 2 8 14 -1. <_>10 2 4 7 2. <_>14 9 4 7 2. 0 -0.0342456288635731 0.2423160970211029 -0.0471888706088066 <_> <_> <_>12 8 8 7 -1. <_>16 8 4 7 2. 0 -0.1280671060085297 -0.5486940145492554 0.0218543000519276 <_> <_> <_>1 2 18 1 -1. <_>7 2 6 1 3. 0 0.0539183393120766 -0.0254150591790676 0.4826321899890900 <_> <_> <_>0 1 8 19 -1. <_>4 1 4 19 2. 0 -0.0377118103206158 0.1417693942785263 -0.0888717100024223 <_> <_> <_>0 0 8 12 -1. <_>4 0 4 12 2. 0 -0.2831090986728668 -0.6492571234703064 0.0205638203769922 <_> <_> <_>13 5 5 12 -1. <_>13 11 5 6 2. 0 -0.0119260195642710 -0.2175675928592682 0.0518516600131989 <_> <_> <_>7 9 1 4 -1. <_>7 11 1 2 2. 0 3.7750680348835886e-004 0.0723406225442886 -0.1636016964912415 <_> <_> <_>0 13 10 3 -1. <_>5 13 5 3 2. 0 0.0158659107983112 -0.0799402371048927 0.1645365953445435 <_> <_> <_>2 7 12 4 -1. <_>6 7 4 4 3. 0 0.0711757093667984 0.0315890200436115 -0.4198819100856781 <_> <_> <_>9 1 2 6 -1. <_>9 1 1 3 2. <_>10 4 1 3 2. 0 5.8520520105957985e-003 0.0232790801674128 -0.4860427081584930 <_> <_> <_>6 8 3 3 -1. <_>7 8 1 3 3. 0 -1.3924130471423268e-003 0.1690838038921356 -0.0737839266657829 <_> <_> <_>4 11 3 1 -1. <_>5 11 1 1 3. 0 -1.8412459758110344e-004 0.1223205998539925 -0.1031398996710777 <_> <_> <_>5 10 1 2 -1. <_>5 11 1 1 2. 0 2.2130980505608022e-004 -0.0819763764739037 0.1633287072181702 <_> <_> <_>0 17 4 1 -1. <_>2 17 2 1 2. 0 2.0723740453831851e-004 0.0927302017807961 -0.1373358070850372 <_> <_> <_>1 16 2 1 -1. <_>2 16 1 1 2. 0 -3.8736319402232766e-004 -0.2000461965799332 0.0848383828997612 <_> <_> <_>7 14 2 3 -1. <_>7 15 2 1 3. 0 3.2468559220433235e-003 -0.0564392581582069 0.2236497998237610 <_> <_> <_>10 13 2 2 -1. <_>10 14 2 1 2. 0 9.3086768174543977e-004 0.0319265797734261 -0.3970127999782562 <_> <_> <_>16 11 3 1 -1. <_>17 11 1 1 3. 0 1.0306099429726601e-003 -0.0601548887789249 0.2018976062536240 <_> <_> <_>16 10 3 2 -1. <_>17 10 1 2 3. 0 -7.6027261093258858e-004 0.1490111947059631 -0.0996653735637665 <_> <_> <_>7 2 3 1 -1. <_>8 2 1 1 3. 0 -4.0442569297738373e-004 -0.1911340951919556 0.0741251483559608 <_> <_> <_>14 4 5 3 -1. <_>14 5 5 1 3. 0 -4.7783120535314083e-003 -0.3573026955127716 0.0365316793322563 <_> <_> <_>7 7 2 3 -1. <_>8 7 1 3 2. 0 -7.7672587940469384e-004 0.1024286970496178 -0.1297499984502792 <_> <_> <_>5 7 6 7 -1. <_>8 7 3 7 2. 0 -5.7417969219386578e-003 -0.1669895052909851 0.0701112821698189 <_> <_> <_>4 2 2 6 -1. <_>4 2 1 3 2. <_>5 5 1 3 2. 0 -0.0108793200924993 0.4412057101726532 -0.0292555894702673 <_> <_> <_>4 9 2 3 -1. <_>4 10 2 1 3. 0 6.4163492061197758e-004 -0.1119527965784073 0.1068117991089821 <_> <_> <_>8 6 7 12 -1. <_>8 10 7 4 3. 0 0.0183418300002813 0.1638768017292023 -0.0801891162991524 <_> <_> <_>8 5 2 10 -1. <_>8 10 2 5 2. 0 -1.5051739756017923e-003 -0.2231325954198837 0.0615417100489140 <_> <_> <_>4 3 3 5 -1. <_>5 3 1 5 3. 0 4.4345208443701267e-003 -0.0666461363434792 0.2229906022548676 <_> <_> <_>9 12 2 1 -1. <_>10 12 1 1 2. 0 -1.4749550246051513e-005 0.1159788966178894 -0.1037781015038490 <_> <_> <_>3 8 3 4 -1. <_>4 8 1 4 3. 0 -2.6539659593254328e-003 0.1311603039503098 -0.0864887833595276 <_> <_> <_>13 14 3 3 -1. <_>13 15 3 1 3. 0 2.7743550017476082e-003 0.0410640686750412 -0.3122506141662598 <_> <_> <_>1 14 2 3 -1. <_>2 14 1 3 2. 0 1.1590829817578197e-003 0.0643094778060913 -0.1741307973861694 <_> <_> <_>5 0 2 4 -1. <_>5 0 1 2 2. <_>6 2 1 2 2. 0 9.2315068468451500e-004 -0.0829740017652512 0.1443908065557480 <_> <_> <_>5 14 4 3 -1. <_>5 15 4 1 3. 0 -8.2323597744107246e-003 0.3038038909435272 -0.0412291102111340 <_> <_> <_>6 12 2 6 -1. <_>6 12 1 3 2. <_>7 15 1 3 2. 0 3.5314110573381186e-003 0.0395112596452236 -0.3309716880321503 <_> <_> <_>6 13 2 2 -1. <_>7 13 1 2 2. 0 5.7490761391818523e-003 0.0198216605931520 -0.5878059267997742 <_> <_> <_>9 10 4 5 -1. <_>11 10 2 5 2. 0 7.8584970906376839e-003 -0.0499522387981415 0.2724958956241608 <_> <_> <_>11 3 2 1 -1. <_>12 3 1 1 2. 0 -1.4245980310079176e-005 0.0880103409290314 -0.1322834938764572 <_> <_> <_>6 7 2 2 -1. <_>6 7 1 1 2. <_>7 8 1 1 2. 0 6.9364177761599422e-004 -0.0673918873071671 0.1746363043785095 <_> <_> <_>5 3 6 5 -1. <_>7 3 2 5 3. 0 -0.0298377498984337 -0.5170981287956238 0.0248714108020067 <_> <_> <_>5 6 4 8 -1. <_>7 6 2 8 2. 0 7.1383598260581493e-003 0.0674305036664009 -0.1903724968433380 <_> <_> <_>5 7 6 3 -1. <_>7 7 2 3 3. 0 0.0175825692713261 -0.0366223715245724 0.3533546924591065 <_> <_> <_>9 12 3 4 -1. <_>10 12 1 4 3. 0 -1.2527840444818139e-003 -0.2173064947128296 0.0612000189721584 <_> <_> <_>16 9 3 1 -1. <_>17 9 1 1 3. 0 7.4575009057298303e-004 -0.0644676610827446 0.1977504044771195 <_> <_> <_>13 14 3 3 -1. <_>13 15 3 1 3. 0 -7.2683871258050203e-004 -0.1723337024450302 0.0717199519276619 <_> <_> <_>7 13 4 2 -1. <_>7 13 2 1 2. <_>9 14 2 1 2. 0 2.6301289908587933e-003 -0.0392743386328220 0.3306629061698914 <_> <_> <_>10 13 1 2 -1. <_>10 14 1 1 2. 0 -1.4553769688063767e-005 0.0796985775232315 -0.1785241961479187 <_> <_> <_>9 13 2 3 -1. <_>9 14 2 1 3. 0 -4.5518940896727145e-004 -0.1666225045919418 0.0756603628396988 <_> <_> <_>9 14 2 3 -1. <_>9 15 2 1 3. 0 -4.0261688991449773e-004 -0.1421436965465546 0.0810172930359840 -1.5120370388031006 17 -1 <_> <_> <_> <_>9 6 8 1 -1. <_>13 6 4 1 2. 0 -8.3439666777849197e-003 0.3194215893745422 -0.2676644921302795 <_> <_> <_>6 8 3 2 -1. <_>6 9 3 1 2. 0 7.8073277836665511e-004 -0.3485263884067535 0.1362888067960739 <_> <_> <_>5 6 2 3 -1. <_>6 6 1 3 2. 0 8.6505862418562174e-004 -0.2532368004322052 0.1741763949394226 <_> <_> <_>12 10 2 6 -1. <_>12 13 2 3 2. 0 -2.0879819930996746e-004 0.0885037034749985 -0.3603850901126862 <_> <_> <_>1 0 18 2 -1. <_>7 0 6 2 3. 0 -7.4667241424322128e-003 0.1612063050270081 -0.1736644953489304 <_> <_> <_>9 7 4 6 -1. <_>9 7 2 3 2. <_>11 10 2 3 2. 0 -6.9383758818730712e-004 0.0968730077147484 -0.2679347991943359 <_> <_> <_>12 10 2 4 -1. <_>13 10 1 4 2. 0 -4.7926991101121530e-005 0.0917562469840050 -0.2621222138404846 <_> <_> <_>13 12 1 2 -1. <_>13 13 1 1 2. 0 -1.5861799474805593e-003 -0.6140087246894836 -7.4168378487229347e-003 <_> <_> <_>13 18 2 2 -1. <_>14 18 1 2 2. 0 4.4573731429409236e-005 -0.1484186053276062 0.1385574042797089 <_> <_> <_>15 4 2 1 -1. <_>16 4 1 1 2. 0 5.0104141701012850e-004 0.0590889416635036 -0.2959606945514679 <_> <_> <_>5 7 6 3 -1. <_>7 7 2 3 3. 0 -4.7243628650903702e-003 0.1709202975034714 -0.1062470003962517 <_> <_> <_>5 8 8 3 -1. <_>9 8 4 3 2. 0 3.9171050302684307e-003 0.0886052027344704 -0.2277520000934601 <_> <_> <_>6 12 6 3 -1. <_>9 12 3 3 2. 0 8.8675727602094412e-004 -0.1683963984251022 0.1195868030190468 <_> <_> <_>12 14 3 6 -1. <_>13 14 1 6 3. 0 -4.2634559795260429e-003 -0.3366324007511139 0.0472662709653378 <_> <_> <_>18 9 2 8 -1. <_>18 9 1 4 2. <_>19 13 1 4 2. 0 6.8006501533091068e-003 -0.0592370815575123 0.3167530000209808 <_> <_> <_>5 5 7 3 -1. <_>5 6 7 1 3. 0 -0.0131689896807075 0.3716256916522980 -0.0427148900926113 <_> <_> <_>10 13 2 2 -1. <_>10 13 1 1 2. <_>11 14 1 1 2. 0 7.3881301796063781e-004 0.0591581016778946 -0.3095371127128601 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 1.7939460230991244e-003 -0.0846152827143669 0.2045253068208695 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 1.6819390002638102e-003 -0.0867037624120712 0.2058054953813553 <_> <_> <_>9 13 4 2 -1. <_>9 13 2 1 2. <_>11 14 2 1 2. 0 -2.5033599231392145e-003 -0.4347319006919861 0.0387078300118446 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 3.3658559550531209e-004 -0.1071731001138687 0.1523838043212891 <_> <_> <_>7 10 3 6 -1. <_>7 12 3 2 3. 0 0.0130378799512982 0.0446826592087746 -0.4039565026760101 <_> <_> <_>13 8 4 4 -1. <_>13 10 4 2 2. 0 1.3743729505222291e-004 -0.2143251001834869 0.0686434134840965 <_> <_> <_>8 0 12 18 -1. <_>8 9 12 9 2. 0 0.3717888891696930 0.0345029309391975 -0.4599837958812714 <_> <_> <_>18 9 2 10 -1. <_>18 9 1 5 2. <_>19 14 1 5 2. 0 -7.1649150922894478e-003 0.2664088010787964 -0.0545579493045807 <_> <_> <_>14 2 3 6 -1. <_>14 5 3 3 2. 0 -7.1985478280112147e-004 -0.1441569030284882 0.0982544869184494 <_> <_> <_>10 0 3 14 -1. <_>11 0 1 14 3. 0 0.0168545395135880 0.0284286793321371 -0.4522759914398193 <_> <_> <_>6 16 8 4 -1. <_>6 16 4 2 2. <_>10 18 4 2 2. 0 0.0136247295886278 -0.0604742988944054 0.2271599024534226 <_> <_> <_>5 3 5 12 -1. <_>5 7 5 4 3. 0 0.0136201400309801 0.0791776031255722 -0.1810465008020401 <_> <_> <_>4 15 6 3 -1. <_>4 16 6 1 3. 0 -4.4976719655096531e-003 0.2130009979009628 -0.0713925734162331 <_> <_> <_>6 15 1 3 -1. <_>6 16 1 1 3. 0 7.1611418388783932e-004 -0.0942373797297478 0.1583044975996018 <_> <_> <_>13 1 2 1 -1. <_>14 1 1 1 2. 0 7.0651061832904816e-004 0.0488406717777252 -0.2915244996547699 <_> <_> <_>2 2 18 9 -1. <_>11 2 9 9 2. 0 -0.3100227117538452 -0.3851189017295837 0.0343696512281895 <_> <_> <_>4 16 2 4 -1. <_>4 16 1 2 2. <_>5 18 1 2 2. 0 4.3721711263060570e-003 -0.0468803010880947 0.2995291054248810 <_> <_> <_>15 1 3 8 -1. <_>16 1 1 8 3. 0 -0.0143830096349120 -0.4546372890472412 0.0341845192015171 <_> <_> <_>11 11 2 3 -1. <_>11 12 2 1 3. 0 -3.7763800937682390e-003 -0.5670902729034424 0.0216847192496061 <_> <_> <_>9 9 2 4 -1. <_>9 11 2 2 2. 0 -3.4393940586596727e-003 0.2818368971347809 -0.0526400096714497 <_> <_> <_>5 9 8 4 -1. <_>5 9 4 2 2. <_>9 11 4 2 2. 0 -3.5846829414367676e-003 -0.2922739982604981 0.0522315204143524 <_> <_> <_>9 6 2 3 -1. <_>9 7 2 1 3. 0 3.6200750619173050e-003 -0.0533787682652473 0.2636413872241974 <_> <_> <_>7 9 2 3 -1. <_>7 10 2 1 3. 0 7.6435408554971218e-003 0.0368976294994354 -0.3924233913421631 <_> <_> <_>11 15 4 3 -1. <_>11 16 4 1 3. 0 3.5417820326983929e-003 0.0356899984180927 -0.3560107946395874 <_> <_> <_>8 6 2 3 -1. <_>8 7 2 1 3. 0 -2.4041049182415009e-003 0.1631305962800980 -0.0892399623990059 <_> <_> <_>6 8 2 3 -1. <_>6 9 2 1 3. 0 6.5479031763970852e-003 0.0367087088525295 -0.3418768942356110 <_> <_> <_>6 9 6 3 -1. <_>8 9 2 3 3. 0 -0.0123500004410744 0.2615779936313629 -0.0524758212268353 <_> <_> <_>6 9 4 2 -1. <_>6 9 2 1 2. <_>8 10 2 1 2. 0 1.4726500012329780e-005 -0.1786914020776749 0.0778074637055397 <_> <_> <_>4 7 9 1 -1. <_>7 7 3 1 3. 0 -0.0215636193752289 -0.6392611861228943 0.0190501995384693 <_> <_> <_>5 7 2 6 -1. <_>5 7 1 3 2. <_>6 10 1 3 2. 0 5.0762481987476349e-003 -0.0516654811799526 0.2912625074386597 <_> <_> <_>4 8 4 8 -1. <_>4 12 4 4 2. 0 -0.0595319494605064 -0.7529155015945435 0.0202382300049067 <_> <_> <_>7 0 2 19 -1. <_>8 0 1 19 2. 0 -0.0168084893375635 -0.4283326864242554 0.0259977299720049 <_> <_> <_>5 9 1 3 -1. <_>5 10 1 1 3. 0 3.4431689418852329e-003 -0.0549125708639622 0.2423350065946579 <_> <_> <_>9 5 3 1 -1. <_>10 5 1 1 3. 0 -1.0451589478179812e-003 -0.2624354064464569 0.0457485690712929 <_> <_> <_>16 4 3 6 -1. <_>16 6 3 2 3. 0 -4.8333409358747303e-004 0.0897919535636902 -0.1289211064577103 <_> <_> <_>10 15 5 3 -1. <_>10 16 5 1 3. 0 -4.7575961798429489e-003 -0.3186874091625214 0.0360205285251141 <_> <_> <_>13 1 5 14 -1. <_>13 8 5 7 2. 0 -0.1040714979171753 0.5139874219894409 -0.0235981196165085 <_> <_> <_>3 0 4 4 -1. <_>3 0 2 2 2. <_>5 2 2 2 2. 0 9.6292654052376747e-003 -0.0479655787348747 0.2179042994976044 <_> <_> <_>6 5 4 13 -1. <_>8 5 2 13 2. 0 5.9226430021226406e-003 0.0642751306295395 -0.1821085959672928 <_> <_> <_>4 2 2 16 -1. <_>4 2 1 8 2. <_>5 10 1 8 2. 0 0.0169437993317842 -0.0375093482434750 0.3145883083343506 <_> <_> <_>4 8 8 3 -1. <_>8 8 4 3 2. 0 -6.5468349494040012e-003 -0.1581242978572846 0.0905207470059395 <_> <_> <_>5 6 2 12 -1. <_>5 12 2 6 2. 0 9.4754863530397415e-003 0.0489958785474300 -0.2785384953022003 <_> <_> <_>8 7 2 4 -1. <_>9 7 1 4 2. 0 -4.9254479818046093e-003 0.3190219104290009 -0.0456094704568386 <_> <_> <_>13 9 5 4 -1. <_>13 11 5 2 2. 0 -9.4199541490525007e-004 -0.1647298932075501 0.0739662274718285 <_> <_> <_>12 0 8 2 -1. <_>12 0 4 1 2. <_>16 1 4 1 2. 0 7.0046652108430862e-003 -0.0363423414528370 0.3384662866592407 <_> <_> <_>14 0 6 4 -1. <_>14 0 3 2 2. <_>17 2 3 2 2. 0 -9.1483298456296325e-004 0.1046098992228508 -0.1120643988251686 <_> <_> <_>4 9 6 2 -1. <_>6 9 2 2 3. 0 -1.8404760339763016e-004 0.1421570926904678 -0.0876273736357689 <_> <_> <_>13 1 2 1 -1. <_>14 1 1 1 2. 0 -3.1692520133219659e-004 -0.1606785058975220 0.0700968429446220 <_> <_> <_>0 0 12 3 -1. <_>6 0 6 3 2. 0 0.0231080092489719 -0.0537845008075237 0.2078001946210861 <_> <_> <_>5 12 3 3 -1. <_>6 12 1 3 3. 0 6.3212551176548004e-003 0.0293422397226095 -0.3837850093841553 <_> <_> <_>5 11 4 3 -1. <_>5 12 4 1 3. 0 7.3698158375918865e-003 -0.0416256897151470 0.2652654945850372 <_> <_> <_>5 13 2 4 -1. <_>5 13 1 2 2. <_>6 15 1 2 2. 0 3.3730969298630953e-003 0.0377533212304115 -0.3013829886913300 <_> <_> <_>4 11 3 3 -1. <_>4 12 3 1 3. 0 -6.4016957767307758e-003 0.2183986008167267 -0.0545513406395912 <_> <_> <_>1 8 6 2 -1. <_>1 9 6 1 2. 0 0.0135539202019572 0.0281212609261274 -0.4360117018222809 <_> <_> <_>6 8 4 12 -1. <_>6 12 4 4 3. 0 -6.7636291496455669e-003 -0.1632225066423416 0.0673396587371826 <_> <_> <_>7 14 6 4 -1. <_>7 14 3 2 2. <_>10 16 3 2 2. 0 -1.3078070478513837e-003 0.1231539994478226 -0.1009631976485252 <_> <_> <_>8 16 8 4 -1. <_>8 16 4 2 2. <_>12 18 4 2 2. 0 -7.6282368972897530e-003 0.2516534924507141 -0.0504607111215591 <_> <_> <_>5 10 10 6 -1. <_>5 12 10 2 3. 0 7.9994397237896919e-003 0.0730206519365311 -0.1887779980897903 <_> <_> <_>6 13 1 3 -1. <_>6 14 1 1 3. 0 -3.1321209389716387e-003 0.2765319943428040 -0.0432768389582634 <_> <_> <_>3 11 4 6 -1. <_>3 13 4 2 3. 0 -0.0409313105046749 -0.6551824808120728 0.0186009202152491 <_> <_> <_>10 14 6 3 -1. <_>10 15 6 1 3. 0 7.0344978012144566e-003 0.0219147708266974 -0.4859581887722015 <_> <_> <_>3 15 4 2 -1. <_>5 15 2 2 2. 0 -2.5299859698861837e-003 0.1403076946735382 -0.0805664733052254 <_> <_> <_>3 14 4 3 -1. <_>5 14 2 3 2. 0 3.8867890834808350e-003 -0.0890756994485855 0.1683240979909897 <_> <_> <_>1 2 1 2 -1. <_>1 3 1 1 2. 0 3.8210590719245374e-004 0.0652008727192879 -0.1859952956438065 <_> <_> <_>0 12 8 4 -1. <_>4 12 4 4 2. 0 0.1095478981733322 0.0150360204279423 -0.8690835833549500 <_> <_> <_>1 2 1 2 -1. <_>1 3 1 1 2. 0 -1.4177490083966404e-004 -0.1466926932334900 0.0790501534938812 <_> <_> <_>5 11 1 3 -1. <_>5 12 1 1 3. 0 2.0990408957004547e-003 -0.0464896783232689 0.2304524928331375 <_> <_> <_>10 19 2 1 -1. <_>11 19 1 1 2. 0 -2.3089480237103999e-004 -0.1678400933742523 0.0697731003165245 <_> <_> <_>6 6 4 4 -1. <_>6 6 2 2 2. <_>8 8 2 2 2. 0 -4.3103471398353577e-004 0.0817587599158287 -0.1293924003839493 <_> <_> <_>6 3 1 2 -1. <_>6 4 1 1 2. 0 -2.9572288622148335e-004 -0.1906823068857193 0.0584200806915760 <_> <_> <_>0 4 10 2 -1. <_>5 4 5 2 2. 0 -4.0046018548309803e-003 0.1294852942228317 -0.0815996229648590 <_> <_> <_>4 5 2 1 -1. <_>5 5 1 1 2. 0 1.4935520084691234e-005 -0.1336472034454346 0.0986640229821205 <_> <_> <_>0 12 2 1 -1. <_>1 12 1 1 2. 0 5.7824450777843595e-004 0.0590956397354603 -0.1831808984279633 <_> <_> <_>1 4 6 11 -1. <_>3 4 2 11 3. 0 0.0132513204589486 -0.0714886710047722 0.1563598960638046 <_> <_> <_>6 4 2 1 -1. <_>7 4 1 1 2. 0 7.1273561843554489e-006 -0.1228308975696564 0.0977525115013123 <_> <_> <_>7 0 1 6 -1. <_>7 2 1 2 3. 0 1.4193489914759994e-003 -0.0816967487335205 0.1370157003402710 <_> <_> <_>7 0 8 4 -1. <_>7 2 8 2 2. 0 -8.0165416002273560e-003 0.2469722926616669 -0.0565270408987999 <_> <_> <_>13 6 2 2 -1. <_>13 7 2 1 2. 0 -2.3803471121937037e-003 -0.3790158927440643 0.0345325507223606 <_> <_> <_>16 15 2 2 -1. <_>16 15 1 1 2. <_>17 16 1 1 2. 0 -4.8633730039000511e-003 0.6544101238250732 -0.0192961990833282 <_> <_> <_>11 12 1 2 -1. <_>11 13 1 1 2. 0 -1.4388219824468251e-005 0.0751018822193146 -0.1439446061849594 <_> <_> <_>4 4 5 2 -1. <_>4 5 5 1 2. 0 1.4798780284763779e-005 -0.1080738976597786 0.0962138101458550 <_> <_> <_>4 3 3 9 -1. <_>4 6 3 3 3. 0 0.0241761393845081 0.0269836802035570 -0.4070847928524017 <_> <_> <_>6 7 2 3 -1. <_>7 7 1 3 2. 0 -3.9851912297308445e-003 0.2178670018911362 -0.0541703104972839 <_> <_> <_>4 8 6 1 -1. <_>7 8 3 1 2. 0 -2.5377580896019936e-003 -0.1531459987163544 0.0880592390894890 <_> <_> <_>3 8 12 5 -1. <_>9 8 6 5 2. 0 2.1663319785147905e-003 0.1025272011756897 -0.1203925013542175 <_> <_> <_>9 8 1 3 -1. <_>9 9 1 1 3. 0 3.5593929351307452e-004 -0.0822677686810493 0.1322889029979706 <_> <_> <_>9 9 6 1 -1. <_>12 9 3 1 2. 0 1.1394560569897294e-003 -0.0863934904336929 0.1569389998912811 <_> <_> <_>13 7 7 6 -1. <_>13 9 7 2 3. 0 0.0555638186633587 0.0171081107109785 -0.7047374248504639 <_> <_> <_>0 2 20 18 -1. <_>10 2 10 18 2. 0 0.5551459193229675 0.0133453896269202 -0.6991689205169678 <_> <_> <_>12 5 6 3 -1. <_>12 6 6 1 3. 0 -4.6235490590333939e-003 -0.2398367971181870 0.0395153500139713 <_> <_> <_>8 8 3 2 -1. <_>8 9 3 1 2. 0 -4.5803869143128395e-003 0.4290086925029755 -0.0264305397868156 <_> <_> <_>4 9 11 6 -1. <_>4 11 11 2 3. 0 7.0851319469511509e-003 0.1123107969760895 -0.1071150973439217 <_> <_> <_>7 7 7 6 -1. <_>7 10 7 3 2. 0 -4.0524810901843011e-004 -0.2574095129966736 0.0466700196266174 <_> <_> <_>15 7 2 8 -1. <_>15 7 1 4 2. <_>16 11 1 4 2. 0 -4.9121538177132607e-003 0.2712928056716919 -0.0439662411808968 <_> <_> <_>4 10 2 6 -1. <_>4 12 2 2 3. 0 -0.0193480998277664 -0.4064385890960693 0.0291767697781324 <_> <_> <_>7 13 2 2 -1. <_>7 13 1 1 2. <_>8 14 1 1 2. 0 -1.3842330081388354e-003 0.2353720963001251 -0.0502275489270687 <_> <_> <_>7 2 3 4 -1. <_>8 2 1 4 3. 0 6.2752598896622658e-003 0.0281135700643063 -0.3991320133209229 <_> <_> <_>7 3 2 3 -1. <_>8 3 1 3 2. 0 1.4853129869152326e-005 -0.1075062975287437 0.1020639017224312 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -1.1780710192397237e-003 0.1811279058456421 -0.0589980408549309 <_> <_> <_>14 6 3 8 -1. <_>15 6 1 8 3. 0 -0.0321663916110992 -0.9813510179519653 0.0118171395733953 <_> <_> <_>4 10 2 6 -1. <_>4 13 2 3 2. 0 2.8749080374836922e-003 0.0507743693888187 -0.2065003961324692 <_> <_> <_>0 17 10 3 -1. <_>0 18 10 1 3. 0 -3.5098160151392221e-003 0.1435403972864151 -0.0780067369341850 <_> <_> <_>5 18 7 2 -1. <_>5 19 7 1 2. 0 -7.2203627787530422e-003 0.2385395020246506 -0.0461761802434921 <_> <_> <_>13 12 1 3 -1. <_>13 13 1 1 3. 0 2.0837699994444847e-003 0.0228014606982470 -0.5094562172889710 <_> <_> <_>9 2 4 16 -1. <_>9 2 2 8 2. <_>11 10 2 8 2. 0 0.0361754000186920 0.0147347403690219 -0.6134936213493347 <_> <_> <_>6 7 2 3 -1. <_>6 8 2 1 3. 0 7.5545758008956909e-003 0.0161661300808191 -0.5886300802230835 <_> <_> <_>9 8 2 4 -1. <_>9 10 2 2 2. 0 -2.6058950461447239e-003 0.3643600940704346 -0.0346243008971214 <_> <_> <_>18 4 2 3 -1. <_>18 5 2 1 3. 0 6.4669351559132338e-004 0.0634447336196899 -0.1895352005958557 <_> <_> <_>16 10 2 2 -1. <_>16 10 1 1 2. <_>17 11 1 1 2. 0 -3.1747641041874886e-003 0.4287785887718201 -0.0269687902182341 <_> <_> <_>14 2 6 6 -1. <_>14 4 6 2 3. 0 -0.0238397307693958 -0.3687137067317963 0.0336885005235672 <_> <_> <_>16 11 3 1 -1. <_>17 11 1 1 3. 0 1.1973649961873889e-003 -0.0628985092043877 0.1917916983366013 <_> <_> <_>17 10 2 1 -1. <_>18 10 1 1 2. 0 4.4593929487746209e-005 -0.1102266013622284 0.1215995997190476 <_> <_> <_>16 8 2 4 -1. <_>17 8 1 4 2. 0 9.1575905680656433e-003 0.0253538899123669 -0.4992873072624207 <_> <_> <_>11 15 6 3 -1. <_>11 16 6 1 3. 0 2.3933469783514738e-003 0.0482820905745029 -0.2268545031547546 <_> <_> <_>3 7 3 4 -1. <_>4 7 1 4 3. 0 -1.1994830565527081e-003 0.1088657006621361 -0.1066953986883164 <_> <_> <_>3 5 3 5 -1. <_>4 5 1 5 3. 0 2.1603968925774097e-003 -0.0760766267776489 0.1650795936584473 <_> <_> <_>2 10 6 1 -1. <_>5 10 3 1 2. 0 -0.0165563393384218 -0.5416721105575562 0.0207116492092609 <_> <_> <_>12 0 4 2 -1. <_>14 0 2 2 2. 0 -8.8350269943475723e-003 -0.3671090900897980 0.0288704000413418 <_> <_> <_>9 14 1 2 -1. <_>9 15 1 1 2. 0 -1.4592399566026870e-005 0.0787240713834763 -0.1362261027097702 <_> <_> <_>15 12 5 6 -1. <_>15 14 5 2 3. 0 -1.4897900400683284e-003 0.1143611967563629 -0.1010489985346794 <_> <_> <_>4 13 10 4 -1. <_>4 15 10 2 2. 0 -3.9764028042554855e-003 -0.1025056019425392 0.1046606004238129 <_> <_> <_>7 16 6 4 -1. <_>7 16 3 2 2. <_>10 18 3 2 2. 0 -7.2657042182981968e-003 0.2298226952552795 -0.0451555810868740 <_> <_> <_>9 16 7 3 -1. <_>9 17 7 1 3. 0 8.9115025475621223e-003 0.0296811591833830 -0.4423500895500183 <_> <_> <_>4 8 2 2 -1. <_>4 8 1 1 2. <_>5 9 1 1 2. 0 -1.8145949579775333e-003 0.2391141951084137 -0.0468561202287674 <_> <_> <_>0 17 20 2 -1. <_>10 17 10 2 2. 0 -0.0375463217496872 -0.1856968998908997 0.0615337491035461 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 -1.0010029654949903e-003 0.1436135023832321 -0.0869904831051826 <_> <_> <_>4 7 2 6 -1. <_>4 7 1 3 2. <_>5 10 1 3 2. 0 -3.7357229739427567e-003 0.2024545967578888 -0.0611675307154655 <_> <_> <_>11 11 1 2 -1. <_>11 12 1 1 2. 0 -1.4672010365757160e-005 0.0881808698177338 -0.1303700953722000 <_> <_> <_>10 13 5 2 -1. <_>10 14 5 1 2. 0 9.4379713118541986e-005 0.0556265302002430 -0.2002536952495575 <_> <_> <_>8 16 3 3 -1. <_>8 17 3 1 3. 0 1.5706509293522686e-004 -0.0983358770608902 0.1151885017752647 <_> <_> <_>9 18 3 1 -1. <_>10 18 1 1 3. 0 -8.1810058327391744e-004 -0.2170155048370361 0.0528804101049900 <_> <_> <_>8 6 11 12 -1. <_>8 10 11 4 3. 0 -0.0516892597079277 0.5771527886390686 -0.0187611002475023 <_> <_> <_>2 4 13 12 -1. <_>2 10 13 6 2. 0 -0.0907194092869759 -0.3627884984016419 0.0367411300539970 <_> <_> <_>0 15 10 4 -1. <_>0 15 5 2 2. <_>5 17 5 2 2. 0 -0.0109590403735638 0.1678718030452728 -0.0697256475687027 <_> <_> <_>4 8 6 2 -1. <_>7 8 3 2 2. 0 3.7122920621186495e-003 0.0603603087365627 -0.2056706994771957 <_> <_> <_>10 1 6 2 -1. <_>12 1 2 2 3. 0 -0.0193157307803631 -0.5739740133285523 0.0197053197771311 <_> <_> <_>7 8 6 7 -1. <_>9 8 2 7 3. 0 -0.0270511899143457 0.3498320877552033 -0.0360842905938625 <_> <_> <_>9 9 6 2 -1. <_>11 9 2 2 3. 0 0.0217429101467133 0.0227670799940825 -0.6531919836997986 <_> <_> <_>3 14 15 4 -1. <_>8 14 5 4 3. 0 0.0996085926890373 -0.0312595590949059 0.3827111124992371 <_> <_> <_>7 3 2 14 -1. <_>7 10 2 7 2. 0 4.6517839655280113e-003 0.1008803024888039 -0.1239601969718933 <_> <_> <_>11 14 1 2 -1. <_>11 15 1 1 2. 0 -1.4784580343984999e-005 0.0796834826469421 -0.1557302027940750 <_> <_> <_>5 11 1 3 -1. <_>5 12 1 1 3. 0 -1.6718909610062838e-003 0.1707732975482941 -0.0677338093519211 <_> <_> <_>11 14 3 3 -1. <_>11 15 3 1 3. 0 1.4456630196946207e-005 -0.1010603010654450 0.1111683025956154 <_> <_> <_>10 7 9 4 -1. <_>13 7 3 4 3. 0 -2.7084909379482269e-003 0.1131272017955780 -0.1088062971830368 -1.4741109609603882 18 -1 <_> <_> <_> <_>11 6 6 5 -1. <_>14 6 3 5 2. 0 -0.0226868595927954 0.2731691002845764 -0.2735877931118012 <_> <_> <_>8 9 1 2 -1. <_>8 10 1 1 2. 0 4.2952829971909523e-004 -0.2510795891284943 0.1574072986841202 <_> <_> <_>16 3 1 10 -1. <_>16 8 1 5 2. 0 2.5115790776908398e-003 -0.2200254946947098 0.1566022932529450 <_> <_> <_>6 11 10 4 -1. <_>6 13 10 2 2. 0 -6.3958892133086920e-004 0.0726099386811256 -0.3827897906303406 <_> <_> <_>5 7 2 2 -1. <_>6 7 1 2 2. 0 2.6575280353426933e-003 -0.1152343973517418 0.2341423928737640 <_> <_> <_>1 6 6 11 -1. <_>4 6 3 11 2. 0 -0.0759164094924927 0.3251757919788361 -0.0826222673058510 <_> <_> <_>6 8 3 2 -1. <_>6 9 3 1 2. 0 1.4966350136091933e-005 -0.3564029037952423 0.0523535907268524 <_> <_> <_>10 15 1 2 -1. <_>10 16 1 1 2. 0 -1.4678399566037115e-005 0.1019821986556053 -0.2245268970727921 <_> <_> <_>8 0 12 1 -1. <_>14 0 6 1 2. 0 5.2314779168227687e-005 -0.1775784939527512 0.1010707989335060 <_> <_> <_>5 3 2 2 -1. <_>6 3 1 2 2. 0 1.4088390162214637e-004 -0.1513977050781250 0.1387276053428650 <_> <_> <_>11 6 6 5 -1. <_>14 6 3 5 2. 0 -0.0234117899090052 -0.1643598973751068 0.1070213988423348 <_> <_> <_>6 12 3 3 -1. <_>6 13 3 1 3. 0 2.3284659255295992e-003 -0.0809507295489311 0.2233397066593170 <_> <_> <_>10 10 3 3 -1. <_>11 10 1 3 3. 0 -3.3611140679568052e-003 -0.4432994127273560 0.0344890393316746 <_> <_> <_>6 13 2 2 -1. <_>6 14 2 1 2. 0 5.8458978310227394e-004 -0.1108347028493881 0.1721502989530563 <_> <_> <_>4 2 16 8 -1. <_>12 2 8 8 2. 0 -3.3180968603119254e-004 0.0691525936126709 -0.2632124125957489 <_> <_> <_>10 12 2 2 -1. <_>10 12 1 1 2. <_>11 13 1 1 2. 0 -8.8515877723693848e-004 -0.3476473093032837 0.0432582013309002 <_> <_> <_>10 7 2 2 -1. <_>11 7 1 2 2. 0 1.4169749920256436e-004 -0.1460068970918655 0.1014982014894486 <_> <_> <_>13 13 1 3 -1. <_>13 14 1 1 3. 0 1.4851680025458336e-003 0.0299831703305244 -0.4178613126277924 <_> <_> <_>13 13 2 3 -1. <_>13 14 2 1 3. 0 -7.5329327955842018e-004 -0.2155763953924179 0.0645342096686363 <_> <_> <_>1 13 6 4 -1. <_>4 13 3 4 2. 0 0.0142605397850275 -0.0800133273005486 0.1951199024915695 <_> <_> <_>10 13 2 1 -1. <_>11 13 1 1 2. 0 -1.4687920156575274e-005 0.0971216633915901 -0.1350235044956207 <_> <_> <_>10 6 2 10 -1. <_>10 6 1 5 2. <_>11 11 1 5 2. 0 -9.8925074562430382e-003 -0.5103526115417481 0.0293358005583286 <_> <_> <_>16 11 2 2 -1. <_>16 11 1 1 2. <_>17 12 1 1 2. 0 -1.8316040514037013e-003 0.3267607986927033 -0.0450140200555325 <_> <_> <_>16 12 3 1 -1. <_>17 12 1 1 3. 0 8.6495577124878764e-004 -0.0778365135192871 0.1876493990421295 <_> <_> <_>9 5 7 12 -1. <_>9 9 7 4 3. 0 0.1490266025066376 0.0195689909160137 -0.6245067715644836 <_> <_> <_>4 1 10 18 -1. <_>4 1 5 9 2. <_>9 10 5 9 2. 0 -0.0171267203986645 -0.1814144998788834 0.0730486810207367 <_> <_> <_>17 12 2 2 -1. <_>17 12 1 1 2. <_>18 13 1 1 2. 0 -1.7061959952116013e-003 0.3123683929443359 -0.0441520288586617 <_> <_> <_>12 5 6 2 -1. <_>12 6 6 1 2. 0 3.8261809386312962e-003 0.0515185296535492 -0.2933003008365631 <_> <_> <_>4 7 5 2 -1. <_>4 8 5 1 2. 0 3.8093670736998320e-003 -0.0767072066664696 0.1757443994283676 <_> <_> <_>7 3 1 2 -1. <_>7 4 1 1 2. 0 -3.4228331060148776e-004 -0.2345802038908005 0.0617266409099102 <_> <_> <_>6 0 7 6 -1. <_>6 3 7 3 2. 0 -0.0416978709399700 0.4392912983894348 -0.0368928201496601 <_> <_> <_>13 11 2 8 -1. <_>13 11 1 4 2. <_>14 15 1 4 2. 0 1.9080520723946393e-004 -0.1348893940448761 0.0971686616539955 <_> <_> <_>8 7 4 2 -1. <_>10 7 2 2 2. 0 2.6400710339657962e-004 -0.1653952002525330 0.0732702314853668 <_> <_> <_>4 1 2 4 -1. <_>4 1 1 2 2. <_>5 3 1 2 2. 0 7.9839164391160011e-003 -0.0335273407399654 0.3653585910797119 <_> <_> <_>4 0 2 8 -1. <_>4 0 1 4 2. <_>5 4 1 4 2. 0 -0.0142674101516604 0.4673924148082733 -0.0271544195711613 <_> <_> <_>6 3 2 1 -1. <_>7 3 1 1 2. 0 -9.4726070528849959e-005 -0.1501774936914444 0.0876573026180267 <_> <_> <_>14 12 1 3 -1. <_>14 13 1 1 3. 0 -2.9629279742948711e-004 -0.1619454026222229 0.0738632306456566 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 2.3301010951399803e-003 -0.0799251571297646 0.1577855050563812 <_> <_> <_>5 11 2 2 -1. <_>5 12 2 1 2. 0 3.6623800406232476e-004 -0.0870193466544151 0.2049566954374313 <_> <_> <_>5 1 4 15 -1. <_>5 6 4 5 3. 0 -0.0444996692240238 -0.2989141047000885 0.0456480011343956 <_> <_> <_>11 5 4 14 -1. <_>11 5 2 7 2. <_>13 12 2 7 2. 0 -6.0768700204789639e-003 0.2374615073204041 -0.0535807088017464 <_> <_> <_>9 18 3 1 -1. <_>10 18 1 1 3. 0 6.6064862767234445e-004 0.0592214390635490 -0.2356991022825241 <_> <_> <_>4 10 5 6 -1. <_>4 12 5 2 3. 0 7.4699260294437408e-003 0.0513040497899055 -0.2338664978742600 <_> <_> <_>5 13 3 3 -1. <_>5 14 3 1 3. 0 -6.7128022201359272e-003 0.2706164121627808 -0.0500311218202114 <_> <_> <_>8 1 3 5 -1. <_>9 1 1 5 3. 0 4.6589970588684082e-003 0.0449322015047073 -0.3073048889636993 <_> <_> <_>4 7 3 2 -1. <_>5 7 1 2 3. 0 4.9815201200544834e-003 -0.0482554100453854 0.2685301005840302 <_> <_> <_>6 14 3 3 -1. <_>7 14 1 3 3. 0 9.9244136363267899e-003 0.0194467697292566 -0.7035238742828369 <_> <_> <_>7 13 2 3 -1. <_>7 14 2 1 3. 0 6.1988402158021927e-003 -0.0351072698831558 0.3546040058135986 <_> <_> <_>4 3 2 9 -1. <_>4 6 2 3 3. 0 8.8433362543582916e-003 0.0453283898532391 -0.2748593091964722 <_> <_> <_>4 8 3 2 -1. <_>4 9 3 1 2. 0 0.0111105600371957 0.0223914198577404 -0.5017204284667969 <_> <_> <_>10 10 2 2 -1. <_>10 11 2 1 2. 0 -6.9408811395987868e-004 0.1707949042320252 -0.0638494268059731 <_> <_> <_>7 8 12 6 -1. <_>7 8 6 3 2. <_>13 11 6 3 2. 0 8.0377031117677689e-003 0.0889374613761902 -0.1641612946987152 <_> <_> <_>14 10 3 2 -1. <_>14 11 3 1 2. 0 1.4750069567526225e-005 -0.1371303051710129 0.0969811230897903 <_> <_> <_>5 16 6 2 -1. <_>5 17 6 1 2. 0 1.2381490087136626e-003 -0.0694912225008011 0.1655137985944748 <_> <_> <_>8 15 4 3 -1. <_>8 16 4 1 3. 0 2.6584148872643709e-004 -0.0968036130070686 0.1202037036418915 <_> <_> <_>14 9 2 2 -1. <_>14 10 2 1 2. 0 -5.4076651576906443e-004 -0.2318537980318070 0.0489878505468369 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 -5.1092808134853840e-003 0.3039175868034363 -0.0408004708588123 <_> <_> <_>8 5 3 3 -1. <_>8 6 3 1 3. 0 1.5575919533148408e-003 -0.1015098020434380 0.1446592956781387 <_> <_> <_>1 7 17 9 -1. <_>1 10 17 3 3. 0 0.0283960197120905 0.1509854048490524 -0.0883143097162247 <_> <_> <_>5 10 6 8 -1. <_>5 14 6 4 2. 0 1.5096530551090837e-003 0.0515897385776043 -0.2619952857494354 <_> <_> <_>18 1 2 2 -1. <_>18 1 1 1 2. <_>19 2 1 1 2. 0 1.4308419777080417e-003 -0.0454978495836258 0.2758454084396362 <_> <_> <_>0 0 11 6 -1. <_>0 3 11 3 2. 0 0.1303036957979202 0.0203299894928932 -0.5749182105064392 <_> <_> <_>3 0 16 3 -1. <_>3 1 16 1 3. 0 -3.3548770006746054e-003 0.1228995025157929 -0.0899374112486839 <_> <_> <_>10 10 10 3 -1. <_>10 11 10 1 3. 0 0.0270948391407728 0.0143423900008202 -0.7895252108573914 <_> <_> <_>0 0 15 18 -1. <_>0 9 15 9 2. 0 -0.3621011078357697 -0.6256042718887329 0.0140213295817375 <_> <_> <_>15 11 2 2 -1. <_>15 11 1 1 2. <_>16 12 1 1 2. 0 -6.6879601217806339e-004 0.2196612954139710 -0.0524151995778084 <_> <_> <_>14 12 6 3 -1. <_>17 12 3 3 2. 0 -0.0373892411589623 -0.4731368124485016 0.0257044993340969 <_> <_> <_>8 4 3 4 -1. <_>9 4 1 4 3. 0 -7.4386061169207096e-003 -0.5291485786437988 0.0200388804078102 <_> <_> <_>8 6 12 4 -1. <_>12 6 4 4 3. 0 0.1044311970472336 -0.0229094605892897 0.5159202814102173 <_> <_> <_>9 12 2 2 -1. <_>9 13 2 1 2. 0 -6.1161867051851004e-005 0.0770166069269180 -0.1462540030479431 <_> <_> <_>6 3 1 2 -1. <_>6 4 1 1 2. 0 6.5830379026010633e-004 0.0700152814388275 -0.1556992977857590 <_> <_> <_>4 7 2 8 -1. <_>4 7 1 4 2. <_>5 11 1 4 2. 0 9.7367232665419579e-003 -0.0315822400152683 0.3275456130504608 <_> <_> <_>9 17 3 2 -1. <_>10 17 1 2 3. 0 -2.9574360232800245e-003 -0.3424771130084992 0.0321847200393677 <_> <_> <_>9 6 1 3 -1. <_>9 7 1 1 3. 0 1.6319820424541831e-003 -0.0494004786014557 0.2265644073486328 <_> <_> <_>6 4 1 6 -1. <_>6 7 1 3 2. 0 0.0138449398800731 0.0204766597598791 -0.5460066795349121 <_> <_> <_>5 6 13 6 -1. <_>5 8 13 2 3. 0 0.0315802991390228 -0.0424220487475395 0.2909148037433624 <_> <_> <_>6 7 4 12 -1. <_>8 7 2 12 2. 0 8.6624026298522949e-003 0.0544328987598419 -0.2189218997955322 <_> <_> <_>6 12 2 4 -1. <_>7 12 1 4 2. 0 -4.6714721247553825e-004 -0.1820573061704636 0.0714919120073318 <_> <_> <_>5 14 4 3 -1. <_>5 15 4 1 3. 0 4.1834521107375622e-003 -0.0674912035465240 0.1728577017784119 <_> <_> <_>10 5 3 1 -1. <_>11 5 1 1 3. 0 -5.3335628472268581e-003 -0.8468174934387207 0.0138048296794295 <_> <_> <_>4 15 4 3 -1. <_>4 16 4 1 3. 0 7.8782793134450912e-003 -0.0481667183339596 0.2424273043870926 <_> <_> <_>11 12 3 2 -1. <_>12 12 1 2 3. 0 3.8775329012423754e-003 0.0243111494928598 -0.4976325929164887 <_> <_> <_>11 10 8 2 -1. <_>15 10 4 2 2. 0 -1.6564880206715316e-004 0.0555463805794716 -0.1955423057079315 <_> <_> <_>14 18 6 2 -1. <_>17 18 3 2 2. 0 0.0189934000372887 -0.0364790894091129 0.2847271859645844 <_> <_> <_>7 5 3 2 -1. <_>8 5 1 2 3. 0 -3.4308759495615959e-003 -0.3281300067901611 0.0365241989493370 <_> <_> <_>11 8 2 1 -1. <_>12 8 1 1 2. 0 1.4614370229537599e-005 -0.1010643988847733 0.1062249019742012 <_> <_> <_>12 6 3 6 -1. <_>12 8 3 2 3. 0 0.0159789193421602 0.0300593990832567 -0.3931018114089966 <_> <_> <_>11 9 1 2 -1. <_>11 10 1 1 2. 0 -2.2245719446800649e-004 0.1858648955821991 -0.0721516534686089 <_> <_> <_>12 9 3 9 -1. <_>13 9 1 9 3. 0 0.0206159092485905 0.0152509901672602 -0.7839120030403137 <_> <_> <_>0 8 1 3 -1. <_>0 9 1 1 3. 0 2.8645060956478119e-004 0.0687455981969833 -0.1530831009149551 <_> <_> <_>0 8 1 3 -1. <_>0 9 1 1 3. 0 -5.9233439969830215e-005 -0.1254501938819885 0.0984484925866127 <_> <_> <_>3 8 2 2 -1. <_>3 8 1 1 2. <_>4 9 1 1 2. 0 -7.6257862383499742e-004 0.2154624015092850 -0.0537602193653584 <_> <_> <_>4 6 2 6 -1. <_>4 9 2 3 2. 0 -1.4181639999151230e-003 -0.1987688988447189 0.0519821383059025 <_> <_> <_>4 9 2 9 -1. <_>4 12 2 3 3. 0 -0.0447168685495853 -0.7550839781761169 0.0129064498469234 <_> <_> <_>7 13 2 2 -1. <_>7 13 1 1 2. <_>8 14 1 1 2. 0 -1.3735699467360973e-003 0.2200313955545425 -0.0513946898281574 <_> <_> <_>3 6 10 6 -1. <_>3 6 5 3 2. <_>8 9 5 3 2. 0 -0.0153527799993753 -0.2142284959554672 0.0537811703979969 <_> <_> <_>9 9 4 6 -1. <_>11 9 2 6 2. 0 0.0138174397870898 -0.0351581200957298 0.2939909100532532 <_> <_> <_>2 12 14 3 -1. <_>9 12 7 3 2. 0 0.0879816263914108 0.0166887491941452 -0.7205359935760498 <_> <_> <_>0 0 11 18 -1. <_>0 9 11 9 2. 0 0.4048612117767334 9.4695771113038063e-003 -0.8272560834884644 <_> <_> <_>4 18 4 2 -1. <_>4 18 2 1 2. <_>6 19 2 1 2. 0 1.9231239566579461e-003 -0.0580163188278675 0.1769602000713348 <_> <_> <_>7 13 4 6 -1. <_>7 13 2 3 2. <_>9 16 2 3 2. 0 -4.0756969247013330e-004 0.0876009464263916 -0.1263372004032135 <_> <_> <_>8 17 3 1 -1. <_>9 17 1 1 3. 0 -2.3862780071794987e-003 -0.4008556902408600 0.0271830298006535 <_> <_> <_>5 14 8 6 -1. <_>5 14 4 3 2. <_>9 17 4 3 2. 0 0.0562350898981094 -0.0175413191318512 0.7381873726844788 <_> <_> <_>7 12 2 3 -1. <_>7 13 2 1 3. 0 4.9810402560979128e-004 -0.0764870718121529 0.1269799023866653 <_> <_> <_>14 4 4 2 -1. <_>14 4 2 1 2. <_>16 5 2 1 2. 0 5.3285917965695262e-004 0.0595963001251221 -0.1760033965110779 <_> <_> <_>7 13 2 3 -1. <_>7 14 2 1 3. 0 5.9949647402390838e-004 -0.0825090631842613 0.1300280988216400 <_> <_> <_>7 14 4 2 -1. <_>7 14 2 1 2. <_>9 15 2 1 2. 0 -2.0725550712086260e-004 0.0933742225170136 -0.1172676980495453 <_> <_> <_>10 14 2 6 -1. <_>10 16 2 2 3. 0 8.1314949784427881e-004 -0.0800631269812584 0.1470173001289368 <_> <_> <_>9 6 9 1 -1. <_>12 6 3 1 3. 0 -3.4973450237885118e-004 0.1105792969465256 -0.1088170036673546 <_> <_> <_>2 5 18 7 -1. <_>11 5 9 7 2. 0 -0.2144889980554581 -0.3170115947723389 0.0417115315794945 <_> <_> <_>18 6 1 2 -1. <_>18 7 1 1 2. 0 5.9010740369558334e-004 0.0462803281843662 -0.2351225018501282 <_> <_> <_>4 14 14 6 -1. <_>4 17 14 3 2. 0 -0.1209399998188019 -0.6895709037780762 0.0149820400401950 <_> <_> <_>8 0 6 20 -1. <_>10 0 2 20 3. 0 0.1018135026097298 0.0112981395795941 -0.7119964957237244 <_> <_> <_>12 0 8 18 -1. <_>12 9 8 9 2. 0 0.3520832955837250 0.0129445102065802 -0.6757240891456604 <_> <_> <_>12 5 2 1 -1. <_>13 5 1 1 2. 0 -1.4602140254282858e-005 0.0695503130555153 -0.1428806036710739 <_> <_> <_>0 6 6 13 -1. <_>3 6 3 13 2. 0 -0.2321286052465439 -0.7528740167617798 0.0113943303003907 <_> <_> <_>3 15 3 4 -1. <_>4 15 1 4 3. 0 -1.4764709630981088e-003 0.1354779005050659 -0.0854709073901176 <_> <_> <_>3 13 3 6 -1. <_>4 13 1 6 3. 0 9.9324379116296768e-003 -0.0487588010728359 0.2458269000053406 <_> <_> <_>3 11 9 2 -1. <_>6 11 3 2 3. 0 -0.0268572904169559 -0.4397571086883545 0.0250822398811579 <_> <_> <_>0 11 6 8 -1. <_>3 11 3 8 2. 0 -7.3618912138044834e-003 0.1238470003008843 -0.0972262099385262 <_> <_> <_>16 0 3 7 -1. <_>17 0 1 7 3. 0 -0.0197857301682234 -0.5093231797218323 0.0234819799661636 <_> <_> <_>16 1 2 6 -1. <_>16 1 1 3 2. <_>17 4 1 3 2. 0 -1.4635100342275109e-005 0.0940439179539680 -0.1214566975831986 <_> <_> <_>3 7 6 10 -1. <_>3 7 3 5 2. <_>6 12 3 5 2. 0 -0.0540670305490494 -0.5458620786666870 0.0195001401007175 <_> <_> <_>2 0 6 7 -1. <_>5 0 3 7 2. 0 0.0115321697667241 -0.0764091536402702 0.1376397013664246 <_> <_> <_>1 2 12 2 -1. <_>5 2 4 2 3. 0 -4.4358540326356888e-003 0.1235975995659828 -0.0917192995548248 <_> <_> <_>6 4 1 2 -1. <_>6 5 1 1 2. 0 8.3216017810627818e-004 0.0636590719223022 -0.2044076025485992 <_> <_> <_>0 14 8 6 -1. <_>4 14 4 6 2. 0 -0.1250396966934204 -0.4152475893497467 0.0271991007030010 <_> <_> <_>3 11 9 3 -1. <_>6 11 3 3 3. 0 0.0496183186769485 0.0159551091492176 -0.6166685223579407 <_> <_> <_>4 14 2 2 -1. <_>4 14 1 1 2. <_>5 15 1 1 2. 0 -3.0613599810749292e-003 0.3666220903396606 -0.0334494486451149 <_> <_> <_>11 2 3 2 -1. <_>12 2 1 2 3. 0 3.5273379180580378e-003 0.0317579805850983 -0.3847880959510803 <_> <_> <_>18 5 2 6 -1. <_>18 5 1 3 2. <_>19 8 1 3 2. 0 -6.6726570948958397e-003 0.3209584057331085 -0.0344086810946465 <_> <_> <_>0 5 1 2 -1. <_>0 6 1 1 2. 0 -2.5795500259846449e-003 -0.3787052929401398 0.0285621304064989 <_> <_> <_>8 4 6 1 -1. <_>11 4 3 1 2. 0 7.8417789191007614e-003 -0.0204797703772783 0.5170410871505737 <_> <_> <_>4 5 2 3 -1. <_>5 5 1 3 2. 0 3.1101319473236799e-004 -0.1080913990736008 0.0972045212984085 <_> <_> <_>1 3 6 4 -1. <_>3 3 2 4 3. 0 2.6113479398190975e-003 -0.0817704275250435 0.1469120979309082 <_> <_> <_>12 5 6 1 -1. <_>14 5 2 1 3. 0 7.3472261428833008e-003 0.0251312591135502 -0.4302506148815155 <_> <_> <_>6 9 3 3 -1. <_>6 10 3 1 3. 0 1.3528259296435863e-004 -0.1475106030702591 0.0675846785306931 <_> <_> <_>4 3 2 2 -1. <_>4 4 2 1 2. 0 -5.1026898290729150e-005 -0.1216135993599892 0.0843330472707748 <_> <_> <_>8 7 3 3 -1. <_>8 8 3 1 3. 0 1.1552199721336365e-003 -0.0546638295054436 0.1977366060018539 <_> <_> <_>5 5 10 14 -1. <_>5 5 5 7 2. <_>10 12 5 7 2. 0 -0.0829317122697830 -0.5192332863807678 0.0205823592841625 <_> <_> <_>16 5 2 6 -1. <_>16 7 2 2 3. 0 -4.6260739327408373e-004 0.0855882689356804 -0.1172529980540276 <_> <_> <_>19 5 1 3 -1. <_>19 6 1 1 3. 0 6.7906372714787722e-004 0.0459801182150841 -0.2262842059135437 <_> <_> <_>3 6 2 2 -1. <_>3 6 1 1 2. <_>4 7 1 1 2. 0 1.4090019976720214e-003 -0.0476289205253124 0.2272271960973740 <_> <_> <_>0 1 10 10 -1. <_>5 1 5 10 2. 0 0.2895491123199463 0.0167012400925159 -0.6396701931953430 <_> <_> <_>3 0 8 1 -1. <_>7 0 4 1 2. 0 0.0193761307746172 -0.0225694105029106 0.5059049725532532 <_> <_> <_>14 5 6 1 -1. <_>16 5 2 1 3. 0 4.2641081381589174e-004 0.0660417228937149 -0.1666630059480667 <_> <_> <_>6 16 1 3 -1. <_>6 17 1 1 3. 0 1.7502580303698778e-003 -0.0580779090523720 0.1951259970664978 <_> <_> <_>6 14 2 4 -1. <_>6 14 1 2 2. <_>7 16 1 2 2. 0 -3.2605750020593405e-003 -0.2910188138484955 0.0383287183940411 <_> <_> <_>0 7 2 5 -1. <_>1 7 1 5 2. 0 1.9519040361046791e-003 0.0595659688115120 -0.1691060066223145 <_> <_> <_>18 0 2 8 -1. <_>18 0 1 4 2. <_>19 4 1 4 2. 0 -3.2053990289568901e-003 0.1992776989936829 -0.0560532584786415 <_> <_> <_>5 8 6 2 -1. <_>8 8 3 2 2. 0 1.7617279663681984e-003 0.0506975315511227 -0.2127664983272553 <_> <_> <_>4 8 8 3 -1. <_>8 8 4 3 2. 0 -6.0043102130293846e-003 -0.1369926929473877 0.0822752788662910 <_> <_> <_>8 0 2 2 -1. <_>8 1 2 1 2. 0 2.4830829352140427e-003 -0.0515616610646248 0.2168422043323517 <_> <_> <_>13 8 6 11 -1. <_>15 8 2 11 3. 0 -0.1082193031907082 -0.7837529182434082 0.0144336502999067 <_> <_> <_>11 15 9 5 -1. <_>14 15 3 5 3. 0 -7.5229378417134285e-003 0.1345372945070267 -0.0905826985836029 <_> <_> <_>5 4 12 15 -1. <_>9 4 4 15 3. 0 0.0307509899139404 0.1108169034123421 -0.0994755998253822 <_> <_> <_>16 12 2 8 -1. <_>16 12 1 4 2. <_>17 16 1 4 2. 0 -2.8948320541530848e-003 0.1900573968887329 -0.0526392608880997 <_> <_> <_>7 13 10 6 -1. <_>7 16 10 3 2. 0 2.7011099737137556e-003 0.0585735589265823 -0.1985194981098175 <_> <_> <_>6 15 3 4 -1. <_>6 17 3 2 2. 0 1.2562989722937346e-003 -0.0735653117299080 0.1543684005737305 -1.3943890333175659 19 -1 <_> <_> <_> <_>9 5 8 2 -1. <_>13 5 4 2 2. 0 -0.0214605797082186 0.3250505030155182 -0.2089038044214249 <_> <_> <_>5 6 3 4 -1. <_>6 6 1 4 3. 0 7.6785432174801826e-003 -0.1323131024837494 0.3052583932876587 <_> <_> <_>10 8 7 6 -1. <_>10 10 7 2 3. 0 3.4118059556931257e-003 -0.3079307973384857 0.1101097986102104 <_> <_> <_>12 13 1 4 -1. <_>12 15 1 2 2. 0 -1.4710490177094471e-005 0.0958588570356369 -0.2964186072349548 <_> <_> <_>2 10 3 4 -1. <_>3 10 1 4 3. 0 0.0105380499735475 -0.0792525410652161 0.3723484873771668 <_> <_> <_>8 7 6 6 -1. <_>8 7 3 3 2. <_>11 10 3 3 2. 0 -2.5260078837163746e-004 0.0671211108565331 -0.3078433871269226 <_> <_> <_>2 0 15 2 -1. <_>7 0 5 2 3. 0 -3.5665810573846102e-003 0.1466760933399200 -0.1708378940820694 <_> <_> <_>13 10 1 3 -1. <_>13 11 1 1 3. 0 -1.2677359627559781e-003 -0.4906372129917145 0.0203741192817688 <_> <_> <_>2 9 3 4 -1. <_>3 9 1 4 3. 0 -6.7669381387531757e-003 0.2576732933521271 -0.0741759017109871 <_> <_> <_>6 4 3 2 -1. <_>6 5 3 1 2. 0 -6.0447258874773979e-004 -0.1919641047716141 0.0913498476147652 <_> <_> <_>10 16 2 3 -1. <_>11 16 1 3 2. 0 -2.5375590194016695e-003 -0.3566387891769409 0.0515472516417503 <_> <_> <_>7 13 2 3 -1. <_>7 14 2 1 3. 0 -7.0200557820498943e-003 0.3971908092498779 -0.0439679883420467 <_> <_> <_>6 12 2 4 -1. <_>6 12 1 2 2. <_>7 14 1 2 2. 0 -5.7049379684031010e-003 -0.5001549124717712 0.0298259295523167 <_> <_> <_>9 1 6 1 -1. <_>12 1 3 1 2. 0 1.4744909713044763e-003 0.0585462115705013 -0.2613981068134308 <_> <_> <_>6 6 3 4 -1. <_>7 6 1 4 3. 0 9.2834811657667160e-003 -0.0428367592394352 0.3344317078590393 <_> <_> <_>9 8 3 3 -1. <_>9 9 3 1 3. 0 9.9660153500735760e-004 -0.1042511016130447 0.1619178056716919 <_> <_> <_>8 7 12 3 -1. <_>14 7 6 3 2. 0 -0.0759327337145805 -0.3735632002353668 0.0430756881833076 <_> <_> <_>12 10 4 2 -1. <_>12 10 2 1 2. <_>14 11 2 1 2. 0 5.5370710470015183e-005 -0.1457054018974304 0.1156015023589134 <_> <_> <_>16 11 1 2 -1. <_>16 12 1 1 2. 0 1.4746849956281949e-005 -0.1297267973423004 0.1174774020910263 <_> <_> <_>6 2 1 2 -1. <_>6 3 1 1 2. 0 -1.4875919441692531e-004 -0.1800293028354645 0.0787826925516129 <_> <_> <_>5 10 2 3 -1. <_>5 11 2 1 3. 0 3.3751460723578930e-003 -0.0772420093417168 0.1859685927629471 <_> <_> <_>5 9 2 3 -1. <_>5 10 2 1 3. 0 3.4271259210072458e-004 -0.1539334058761597 0.1047258004546166 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 -4.5711229904554784e-004 -0.2230052947998047 0.0618186704814434 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 3.2788628595881164e-004 0.0794487074017525 -0.1888982951641083 <_> <_> <_>12 0 8 2 -1. <_>12 0 4 1 2. <_>16 1 4 1 2. 0 -9.6754019614309072e-004 0.1313713043928146 -0.1080107018351555 <_> <_> <_>10 11 3 8 -1. <_>11 11 1 8 3. 0 0.0105370096862316 0.0221382696181536 -0.5747975111007690 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 5.6796409189701080e-003 -0.0560345798730850 0.2484958022832871 <_> <_> <_>5 10 1 6 -1. <_>5 13 1 3 2. 0 -8.8083967566490173e-003 -0.3716768026351929 0.0427269488573074 <_> <_> <_>6 2 6 6 -1. <_>6 2 3 3 2. <_>9 5 3 3 2. 0 -0.0283197108656168 -0.6238784790039063 0.0208440497517586 <_> <_> <_>11 4 1 6 -1. <_>11 6 1 2 3. 0 0.0136378603056073 0.0144342398270965 -0.7153713703155518 <_> <_> <_>18 3 2 16 -1. <_>18 3 1 8 2. <_>19 11 1 8 2. 0 0.0118227703496814 -0.0431810915470123 0.3068254888057709 <_> <_> <_>10 12 3 2 -1. <_>11 12 1 2 3. 0 -6.1035697581246495e-004 -0.2041833996772766 0.0621156208217144 <_> <_> <_>7 14 2 3 -1. <_>7 15 2 1 3. 0 -5.6125568225979805e-003 0.3648501038551331 -0.0354489609599113 <_> <_> <_>16 12 2 1 -1. <_>17 12 1 1 2. 0 1.4603640011046082e-005 -0.0960969105362892 0.1214229017496109 <_> <_> <_>15 6 4 2 -1. <_>15 7 4 1 2. 0 1.9061230123043060e-003 0.0531358681619167 -0.2297890931367874 <_> <_> <_>4 6 2 3 -1. <_>4 7 2 1 3. 0 -3.6644220817834139e-003 0.1961452960968018 -0.0685569122433662 <_> <_> <_>8 19 6 1 -1. <_>11 19 3 1 2. 0 1.2336249928921461e-003 -0.0870003476738930 0.1392022967338562 <_> <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 5.4660569876432419e-003 0.0226608905941248 -0.4832952916622162 <_> <_> <_>10 12 1 3 -1. <_>10 13 1 1 3. 0 -6.1730947345495224e-004 -0.2195954024791718 0.0552585199475288 <_> <_> <_>8 6 2 3 -1. <_>8 7 2 1 3. 0 2.9604700393974781e-003 -0.0505482293665409 0.2747671008110046 <_> <_> <_>5 7 6 5 -1. <_>8 7 3 5 2. 0 0.0280150007456541 0.0188746508210897 -0.6049836874008179 <_> <_> <_>14 10 1 2 -1. <_>14 11 1 1 2. 0 -7.1651988946541678e-006 0.1083621978759766 -0.1060696989297867 <_> <_> <_>11 7 6 3 -1. <_>13 7 2 3 3. 0 -0.0163671504706144 0.2864503860473633 -0.0371376909315586 <_> <_> <_>14 6 6 1 -1. <_>16 6 2 1 3. 0 1.0280719725415111e-003 0.0563181415200233 -0.2179502993822098 <_> <_> <_>9 7 1 3 -1. <_>9 8 1 1 3. 0 1.3662660494446754e-003 -0.0468035005033016 0.2380400002002716 <_> <_> <_>9 5 2 8 -1. <_>9 5 1 4 2. <_>10 9 1 4 2. 0 7.6626739464700222e-003 0.0215952601283789 -0.5684748888015747 <_> <_> <_>6 12 1 4 -1. <_>6 14 1 2 2. 0 -4.5117521658539772e-003 -0.3579497933387756 0.0304854903370142 <_> <_> <_>5 13 4 2 -1. <_>5 14 4 1 2. 0 -4.3773967772722244e-003 0.2319266051054001 -0.0539998188614845 <_> <_> <_>12 9 2 4 -1. <_>12 11 2 2 2. 0 -7.2474628686904907e-003 -0.4344038069248200 0.0263741891831160 <_> <_> <_>12 7 3 6 -1. <_>13 7 1 6 3. 0 7.9146260395646095e-004 -0.0999245867133141 0.1108850017189980 <_> <_> <_>5 0 2 14 -1. <_>5 7 2 7 2. 0 0.0641668066382408 0.0189386699348688 -0.5784941911697388 <_> <_> <_>9 3 1 2 -1. <_>9 4 1 1 2. 0 -1.1797840124927461e-004 -0.1488956958055496 0.0687772035598755 <_> <_> <_>6 1 14 12 -1. <_>6 5 14 4 3. 0 0.0128012895584106 0.0561793297529221 -0.2086596935987473 <_> <_> <_>13 6 7 6 -1. <_>13 9 7 3 2. 0 -0.0270187407732010 0.4535689055919647 -0.0250545796006918 <_> <_> <_>14 9 3 3 -1. <_>14 10 3 1 3. 0 -6.9431727752089500e-003 -0.5291655063629150 0.0218001399189234 <_> <_> <_>17 12 3 1 -1. <_>18 12 1 1 3. 0 3.3396780490875244e-003 -0.0372959598898888 0.3119843900203705 <_> <_> <_>8 2 3 2 -1. <_>9 2 1 2 3. 0 -3.8888349081389606e-004 -0.1563013046979904 0.0709818303585052 <_> <_> <_>7 11 2 1 -1. <_>8 11 1 1 2. 0 -7.1400677552446723e-004 0.2179943025112152 -0.0540692806243896 <_> <_> <_>5 7 3 2 -1. <_>5 8 3 1 2. 0 0.0125496303662658 0.0173571798950434 -0.7832044959068298 <_> <_> <_>11 11 2 1 -1. <_>12 11 1 1 2. 0 -1.4623020433646161e-005 0.0786401033401489 -0.1421297043561935 <_> <_> <_>11 11 3 1 -1. <_>12 11 1 1 3. 0 -1.2133170384913683e-003 -0.3137122988700867 0.0342876389622688 <_> <_> <_>9 5 1 3 -1. <_>9 6 1 1 3. 0 3.6882720887660980e-003 -0.0383823812007904 0.3012467920780182 <_> <_> <_>12 9 1 2 -1. <_>12 10 1 1 2. 0 -1.4818239833402913e-005 0.1256116926670075 -0.0917033776640892 <_> <_> <_>12 7 2 3 -1. <_>13 7 1 3 2. 0 3.0302109662443399e-003 -0.0295430701225996 0.3788954019546509 <_> <_> <_>5 11 6 3 -1. <_>8 11 3 3 2. 0 5.9340851294109598e-005 -0.1774571985006332 0.0701024308800697 <_> <_> <_>6 10 2 2 -1. <_>6 10 1 1 2. <_>7 11 1 1 2. 0 -2.9449560315697454e-005 0.1205231994390488 -0.1112897992134094 <_> <_> <_>17 2 1 9 -1. <_>17 5 1 3 3. 0 -0.0177711397409439 -0.4710831046104431 0.0256007891148329 <_> <_> <_>4 7 2 6 -1. <_>4 7 1 3 2. <_>5 10 1 3 2. 0 7.6775359921157360e-003 -0.0407578796148300 0.2702176868915558 <_> <_> <_>0 1 11 18 -1. <_>0 10 11 9 2. 0 -0.1851301938295364 -0.3023875057697296 0.0387909114360809 <_> <_> <_>7 6 2 8 -1. <_>7 10 2 4 2. 0 0.0276971906423569 0.0267128106206656 -0.4416660070419312 <_> <_> <_>6 2 4 6 -1. <_>6 5 4 3 2. 0 -0.0204276498407125 0.2508660852909088 -0.0556727014482021 <_> <_> <_>2 12 12 4 -1. <_>2 14 12 2 2. 0 9.0200370177626610e-003 0.0473440699279308 -0.2744598090648651 <_> <_> <_>9 0 6 1 -1. <_>12 0 3 1 2. 0 -1.2504979968070984e-003 -0.1497119069099426 0.0796676501631737 <_> <_> <_>5 0 12 2 -1. <_>5 1 12 1 2. 0 -0.0100211603567004 0.2424885928630829 -0.0492179095745087 <_> <_> <_>10 0 2 1 -1. <_>11 0 1 1 2. 0 2.6042328681796789e-004 0.0631924271583557 -0.1854428052902222 <_> <_> <_>7 14 3 3 -1. <_>7 15 3 1 3. 0 1.1920549441128969e-003 -0.0865479111671448 0.1355233937501907 <_> <_> <_>4 13 5 3 -1. <_>4 14 5 1 3. 0 3.0391330365091562e-003 -0.0729652196168900 0.1647980064153671 <_> <_> <_>9 16 6 2 -1. <_>9 17 6 1 2. 0 -2.9615699531859718e-005 0.0820479765534401 -0.1450296938419342 <_> <_> <_>11 16 5 3 -1. <_>11 17 5 1 3. 0 -0.0122263403609395 -0.5301417708396912 0.0204057991504669 <_> <_> <_>5 0 3 15 -1. <_>6 0 1 15 3. 0 -0.0281248893588781 -0.5514876246452332 0.0176881197839975 <_> <_> <_>9 16 8 4 -1. <_>9 18 8 2 2. 0 -0.0483071096241474 -0.8257979154586792 0.0110205402597785 <_> <_> <_>0 6 3 2 -1. <_>0 7 3 1 2. 0 4.6184109523892403e-003 0.0320699699223042 -0.3011536896228790 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -8.4275740664452314e-004 0.1703443974256516 -0.0630094334483147 <_> <_> <_>9 11 4 2 -1. <_>9 11 2 1 2. <_>11 12 2 1 2. 0 6.3863280229270458e-003 0.0163072999566793 -0.7134649157524109 <_> <_> <_>4 13 2 2 -1. <_>4 13 1 1 2. <_>5 14 1 1 2. 0 -7.7203067485243082e-004 0.1671528071165085 -0.0661927834153175 <_> <_> <_>6 4 1 2 -1. <_>6 5 1 1 2. 0 -2.2645338904112577e-003 -0.3510709106922150 0.0281686708331108 <_> <_> <_>14 18 2 2 -1. <_>14 18 1 1 2. <_>15 19 1 1 2. 0 -3.7738790269941092e-003 0.5276281833648682 -0.0202226098626852 <_> <_> <_>7 10 5 6 -1. <_>7 12 5 2 3. 0 5.8204168453812599e-003 0.0708640664815903 -0.1467539072036743 <_> <_> <_>8 7 4 6 -1. <_>8 9 4 2 3. 0 -0.0120692504569888 0.2392809987068176 -0.0443129688501358 <_> <_> <_>7 9 6 2 -1. <_>9 9 2 2 3. 0 3.3203759230673313e-003 -0.0657495334744453 0.2027768045663834 <_> <_> <_>6 6 6 4 -1. <_>6 6 3 2 2. <_>9 8 3 2 2. 0 2.1621929481625557e-003 0.0674079805612564 -0.1812534928321838 <_> <_> <_>10 3 1 6 -1. <_>10 5 1 2 3. 0 0.0122291501611471 0.0225593093782663 -0.4918099939823151 <_> <_> <_>5 2 12 14 -1. <_>5 2 6 7 2. <_>11 9 6 7 2. 0 -6.7253508605062962e-003 -0.1529005020856857 0.0697866529226303 <_> <_> <_>13 5 6 2 -1. <_>13 6 6 1 2. 0 2.3579499684274197e-003 0.0492121018469334 -0.2083828002214432 <_> <_> <_>16 0 4 8 -1. <_>16 0 2 4 2. <_>18 4 2 4 2. 0 -2.2950689308345318e-003 0.1240044012665749 -0.0966249182820320 <_> <_> <_>3 12 3 1 -1. <_>4 12 1 1 3. 0 1.0958530474454165e-003 -0.0732707530260086 0.1520861983299255 <_> <_> <_>3 10 3 4 -1. <_>4 10 1 4 3. 0 -1.3427219819277525e-003 0.1223303973674774 -0.0956898778676987 <_> <_> <_>4 6 1 6 -1. <_>4 9 1 3 2. 0 5.4691417608410120e-004 -0.1392416059970856 0.0843817368149757 <_> <_> <_>3 7 15 1 -1. <_>8 7 5 1 3. 0 8.4598818793892860e-003 0.0896898731589317 -0.1331889927387238 <_> <_> <_>1 15 6 5 -1. <_>4 15 3 5 2. 0 -0.0915971174836159 -0.6185473203659058 0.0228678695857525 <_> <_> <_>11 9 8 4 -1. <_>15 9 4 4 2. 0 -1.1090439511463046e-003 0.0585137493908405 -0.1880645006895065 <_> <_> <_>15 7 2 4 -1. <_>16 7 1 4 2. 0 2.2256910597207025e-005 -0.0844882801175117 0.1278091073036194 <_> <_> <_>19 1 1 2 -1. <_>19 2 1 1 2. 0 -1.5437819820363075e-004 -0.1222802996635437 0.0860469788312912 <_> <_> <_>6 15 3 3 -1. <_>7 15 1 3 3. 0 -2.6862788945436478e-003 -0.2448700070381165 0.0442559607326984 <_> <_> <_>3 16 3 1 -1. <_>4 16 1 1 3. 0 -4.0478641167283058e-003 0.2703068852424622 -0.0422008708119392 <_> <_> <_>3 10 3 10 -1. <_>4 10 1 10 3. 0 -0.0533402413129807 -0.7623234987258911 0.0143880397081375 <_> <_> <_>18 17 2 2 -1. <_>18 17 1 1 2. <_>19 18 1 1 2. 0 2.8256059158593416e-003 -0.0298770703375340 0.3969297111034393 <_> <_> <_>3 12 6 4 -1. <_>3 12 3 2 2. <_>6 14 3 2 2. 0 0.0144437300041318 0.0301867108792067 -0.3660664856433868 <_> <_> <_>5 17 2 2 -1. <_>5 17 1 1 2. <_>6 18 1 1 2. 0 1.3111650478094816e-003 -0.0481403693556786 0.2243445962667465 <_> <_> <_>7 16 2 3 -1. <_>7 17 2 1 3. 0 1.6730680363252759e-003 -0.0599833987653255 0.1639419049024582 <_> <_> <_>5 11 6 3 -1. <_>8 11 3 3 2. 0 0.0235171206295490 0.0241097006946802 -0.4049243927001953 <_> <_> <_>7 16 1 3 -1. <_>7 17 1 1 3. 0 -3.5689130891114473e-003 0.3190355896949768 -0.0342958793044090 <_> <_> <_>0 16 2 1 -1. <_>1 16 1 1 2. 0 -2.8193008620291948e-004 -0.1487416028976440 0.0706698969006538 <_> <_> <_>11 7 9 6 -1. <_>11 10 9 3 2. 0 0.1021585986018181 0.0128405001014471 -0.7784854173660278 <_> <_> <_>9 4 9 16 -1. <_>12 4 3 16 3. 0 -0.1917548030614853 -0.7570657730102539 0.0105877602472901 <_> <_> <_>14 12 5 3 -1. <_>14 13 5 1 3. 0 5.3162658587098122e-003 -0.0400665700435638 0.2605018019676209 <_> <_> <_>8 18 3 2 -1. <_>9 18 1 2 3. 0 -1.1487120063975453e-003 -0.1801722049713135 0.0616104304790497 <_> <_> <_>4 0 11 16 -1. <_>4 8 11 8 2. 0 -0.2831673026084900 -0.8491340875625610 0.0116471396759152 <_> <_> <_>2 4 12 15 -1. <_>2 9 12 5 3. 0 0.0337317585945129 0.1235760971903801 -0.0774822309613228 <_> <_> <_>3 13 11 4 -1. <_>3 15 11 2 2. 0 9.8635945469141006e-003 0.0439580306410789 -0.2554177939891815 <_> <_> <_>7 5 4 3 -1. <_>7 6 4 1 3. 0 -3.1564768869429827e-003 0.1894298940896988 -0.0582210384309292 <_> <_> <_>6 5 4 3 -1. <_>6 6 4 1 3. 0 1.5572150005027652e-003 -0.1037613973021507 0.1410734951496124 <_> <_> <_>5 0 2 9 -1. <_>5 3 2 3 3. 0 0.0623604208230972 9.6462322399020195e-003 -0.8580496907234192 <_> <_> <_>16 8 2 2 -1. <_>16 8 1 1 2. <_>17 9 1 1 2. 0 1.1480550165288150e-004 -0.0844199284911156 0.1131270006299019 <_> <_> <_>12 10 8 2 -1. <_>12 10 4 1 2. <_>16 11 4 1 2. 0 -5.9252730570733547e-003 -0.3165077865123749 0.0320798493921757 <_> <_> <_>6 2 2 8 -1. <_>7 2 1 8 2. 0 -2.4660851340740919e-004 0.0886976793408394 -0.1108511015772820 <_> <_> <_>6 6 2 3 -1. <_>7 6 1 3 2. 0 1.6946049872785807e-003 -0.0596571490168571 0.2090421020984650 <_> <_> <_>17 4 1 3 -1. <_>17 5 1 1 3. 0 9.0623252617660910e-005 0.0774419605731964 -0.1280633956193924 <_> <_> <_>15 13 3 2 -1. <_>16 13 1 2 3. 0 1.1666920036077499e-003 -0.0617485791444778 0.1570245027542114 <_> <_> <_>11 13 2 3 -1. <_>11 14 2 1 3. 0 1.2541549513116479e-003 0.0446083806455135 -0.2314036041498184 <_> <_> <_>14 5 6 11 -1. <_>16 5 2 11 3. 0 -6.0275900177657604e-003 0.0952818468213081 -0.1028309017419815 <_> <_> <_>6 0 12 8 -1. <_>12 0 6 8 2. 0 -0.2047284990549088 -0.4111475944519043 0.0235375501215458 <_> <_> <_>7 15 8 4 -1. <_>7 15 4 2 2. <_>11 17 4 2 2. 0 0.0176912806928158 -0.0392571501433849 0.2856444120407105 <_> <_> <_>4 14 16 6 -1. <_>4 16 16 2 3. 0 -0.1287564933300018 -0.8203077912330627 0.0117352902889252 <_> <_> <_>6 12 2 6 -1. <_>6 12 1 3 2. <_>7 15 1 3 2. 0 1.2868089834228158e-003 0.0508588701486588 -0.1784801036119461 <_> <_> <_>7 14 6 4 -1. <_>7 14 3 2 2. <_>10 16 3 2 2. 0 -4.5859832316637039e-003 0.1680210977792740 -0.0615825988352299 <_> <_> <_>0 0 2 4 -1. <_>0 0 1 2 2. <_>1 2 1 2 2. 0 4.6391240903176367e-004 0.0667470470070839 -0.1423780024051666 <_> <_> <_>15 12 1 3 -1. <_>15 13 1 1 3. 0 -4.4439961202442646e-003 0.4571498036384583 -0.0217468105256557 <_> <_> <_>7 16 3 1 -1. <_>8 16 1 1 3. 0 3.8220020942389965e-003 0.0180943291634321 -0.6024454236030579 <_> <_> <_>1 8 1 2 -1. <_>1 9 1 1 2. 0 1.3894500443711877e-003 0.0340078510344028 -0.2715348005294800 <_> <_> <_>3 14 3 2 -1. <_>4 14 1 2 3. 0 -7.2111929766833782e-003 0.2731257081031799 -0.0368551313877106 <_> <_> <_>3 13 3 5 -1. <_>4 13 1 5 3. 0 1.6509749693796039e-003 -0.0844070166349411 0.1313444972038269 <_> <_> <_>7 2 3 4 -1. <_>8 2 1 4 3. 0 -5.0506892148405313e-004 -0.1419333964586258 0.0736280530691147 <_> <_> <_>10 1 4 4 -1. <_>10 3 4 2 2. 0 -0.0112053295597434 0.3009375035762787 -0.0341713912785053 <_> <_> <_>9 2 1 2 -1. <_>9 3 1 1 2. 0 -3.4860160667449236e-004 -0.2453830987215042 0.0598239786922932 <_> <_> <_>7 12 2 2 -1. <_>7 12 1 1 2. <_>8 13 1 1 2. 0 7.3347258148714900e-004 -0.0617702603340149 0.1636794954538345 <_> <_> <_>4 11 4 4 -1. <_>4 11 2 2 2. <_>6 13 2 2 2. 0 -9.2969406396150589e-003 -0.3023664057254791 0.0392578989267349 <_> <_> <_>9 10 6 4 -1. <_>12 10 3 4 2. 0 0.0239571202546358 -0.0239007193595171 0.4834083020687103 <_> <_> <_>8 12 3 2 -1. <_>9 12 1 2 3. 0 3.6422210541786626e-005 -0.1228303983807564 0.0912589505314827 <_> <_> <_>13 9 6 6 -1. <_>13 9 3 3 2. <_>16 12 3 3 2. 0 0.0504582002758980 0.0135291498154402 -0.7782772779464722 <_> <_> <_>14 0 3 5 -1. <_>15 0 1 5 3. 0 -9.8683983087539673e-003 -0.4406045973300934 0.0204043593257666 <_> <_> <_>9 8 6 4 -1. <_>9 8 3 2 2. <_>12 10 3 2 2. 0 -0.0108512397855520 0.2016550004482269 -0.0522485896945000 <_> <_> <_>10 6 3 3 -1. <_>11 6 1 3 3. 0 1.7670930537860841e-004 -0.1369144022464752 0.0831705927848816 <_> <_> <_>13 3 2 1 -1. <_>14 3 1 1 2. 0 1.2582179624587297e-004 0.0612753517925739 -0.1654271036386490 <_> <_> <_>4 5 2 2 -1. <_>4 5 1 1 2. <_>5 6 1 1 2. 0 -7.0588971721008420e-004 0.1521912962198257 -0.0661646202206612 <_> <_> <_>4 5 2 2 -1. <_>4 5 1 1 2. <_>5 6 1 1 2. 0 1.1355109745636582e-003 -0.0541153699159622 0.2131109982728958 <_> <_> <_>7 9 2 6 -1. <_>7 11 2 2 3. 0 -3.7436310667544603e-003 -0.2346985042095184 0.0495910011231899 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 1.2309269513934851e-003 -0.0751960128545761 0.1464654058218002 <_> <_> <_>6 13 2 3 -1. <_>6 14 2 1 3. 0 3.6228948738425970e-004 -0.0977894067764282 0.1209172978997231 <_> <_> <_>7 4 3 2 -1. <_>8 4 1 2 3. 0 7.5996189843863249e-004 0.0697139203548431 -0.1627878993749619 <_> <_> <_>13 1 3 4 -1. <_>14 1 1 4 3. 0 -1.8509250367060304e-003 -0.1838289052248001 0.0575015209615231 <_> <_> <_>6 8 11 3 -1. <_>6 9 11 1 3. 0 7.9539678990840912e-003 -0.0588487088680267 0.1884644031524658 <_> <_> <_>13 10 5 2 -1. <_>13 11 5 1 2. 0 -3.1013600528240204e-004 -0.1457546055316925 0.0724031999707222 <_> <_> <_>13 9 3 6 -1. <_>13 12 3 3 2. 0 1.6956350300461054e-003 0.0705502629280090 -0.1674093008041382 <_> <_> <_>3 14 5 2 -1. <_>3 15 5 1 2. 0 2.9058079235255718e-005 -0.1034158989787102 0.0953762829303741 <_> <_> <_>11 0 8 2 -1. <_>11 0 4 1 2. <_>15 1 4 1 2. 0 0.0144669199362397 -0.0175320692360401 0.5476716756820679 <_> <_> <_>13 1 7 6 -1. <_>13 3 7 2 3. 0 -0.0571564994752407 -0.7478930950164795 0.0163944195955992 <_> <_> <_>11 0 6 1 -1. <_>13 0 2 1 3. 0 3.0681469943374395e-003 0.0387028194963932 -0.2416436970233917 <_> <_> <_>8 1 5 3 -1. <_>8 2 5 1 3. 0 3.7490210961550474e-003 -0.0565554313361645 0.2030832022428513 <_> <_> <_>12 11 1 3 -1. <_>12 12 1 1 3. 0 -1.0643450077623129e-003 -0.2821192145347595 0.0352075099945068 <_> <_> <_>17 13 3 6 -1. <_>17 15 3 2 3. 0 -8.9807435870170593e-003 0.2175476998090744 -0.0506281815469265 <_> <_> <_>12 11 1 3 -1. <_>12 12 1 1 3. 0 2.4643479264341295e-004 0.0727275311946869 -0.1476881951093674 <_> <_> <_>15 9 3 1 -1. <_>16 9 1 1 3. 0 2.2197801154106855e-003 -0.0367548614740372 0.2693927884101868 -1.4785599708557129 20 -1 <_> <_> <_> <_>10 4 6 11 -1. <_>13 4 3 11 2. 0 -0.0353284217417240 0.2412399053573608 -0.2796190083026886 <_> <_> <_>13 9 4 4 -1. <_>13 9 2 2 2. <_>15 11 2 2 2. 0 2.6829841081053019e-003 -0.1636255979537964 0.2343350052833557 <_> <_> <_>8 2 1 6 -1. <_>8 4 1 2 3. 0 2.1330378949642181e-003 -0.2010063976049423 0.1567952930927277 <_> <_> <_>5 6 4 6 -1. <_>5 9 4 3 2. 0 4.2972870869562030e-004 -0.3779098093509674 0.0740836933255196 <_> <_> <_>2 6 4 8 -1. <_>4 6 2 8 2. 0 -0.0346459187567234 0.3055624067783356 -0.0835465267300606 <_> <_> <_>11 15 1 2 -1. <_>11 16 1 1 2. 0 -1.4237920368032064e-005 0.0826991423964500 -0.2358395010232925 <_> <_> <_>11 1 7 10 -1. <_>11 6 7 5 2. 0 4.9165110103785992e-003 -0.1955605000257492 0.0969653874635696 <_> <_> <_>7 11 9 6 -1. <_>7 13 9 2 3. 0 6.0989488847553730e-003 0.0784705504775047 -0.2320964038372040 <_> <_> <_>4 9 8 1 -1. <_>8 9 4 1 2. 0 7.4874181300401688e-003 7.1725919842720032e-003 -0.5156626105308533 <_> <_> <_>10 10 3 3 -1. <_>11 10 1 3 3. 0 4.2871991172432899e-003 0.0405305102467537 -0.4108628928661346 <_> <_> <_>8 0 7 6 -1. <_>8 2 7 2 3. 0 0.0168561805039644 -0.0775062665343285 0.2365777939558029 <_> <_> <_>11 13 2 2 -1. <_>11 13 1 1 2. <_>12 14 1 1 2. 0 -1.0347689967602491e-003 -0.4670444130897522 0.0344685688614845 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 1.6820980235934258e-003 -0.0672067403793335 0.2367143034934998 <_> <_> <_>7 10 3 9 -1. <_>7 13 3 3 3. 0 -0.0120182400569320 -0.2237260043621063 0.0742819532752037 <_> <_> <_>5 9 1 3 -1. <_>5 10 1 1 3. 0 1.3802549801766872e-003 -0.0999901890754700 0.1527086049318314 <_> <_> <_>2 8 18 6 -1. <_>11 8 9 6 2. 0 -0.1428107023239136 -0.2834411859512329 0.0622993484139442 <_> <_> <_>11 7 6 4 -1. <_>13 7 2 4 3. 0 -0.0154634900391102 0.2908419072628021 -0.0533956885337830 <_> <_> <_>7 8 4 6 -1. <_>7 10 4 2 3. 0 -9.9617196246981621e-004 -0.3601182103157044 0.0419229716062546 <_> <_> <_>10 4 4 6 -1. <_>10 6 4 2 3. 0 -0.0269566792994738 -0.4373672902584076 0.0317311286926270 <_> <_> <_>11 12 6 1 -1. <_>13 12 2 1 3. 0 -8.7780617177486420e-003 -0.5037447214126587 0.0251468494534492 <_> <_> <_>5 7 2 1 -1. <_>6 7 1 1 2. 0 4.2969950300175697e-005 -0.1540649980306625 0.0884783565998077 <_> <_> <_>5 12 3 3 -1. <_>5 13 3 1 3. 0 -6.2619051896035671e-003 0.2243591994047165 -0.0598498210310936 <_> <_> <_>16 17 1 2 -1. <_>16 18 1 1 2. 0 -6.4296770142391324e-004 -0.2437708973884583 0.0593897402286530 <_> <_> <_>1 0 2 1 -1. <_>2 0 1 1 2. 0 -1.5573870041407645e-004 -0.1686799973249435 0.0784763172268867 <_> <_> <_>5 12 2 2 -1. <_>5 13 2 1 2. 0 4.1139780660159886e-004 -0.0890175700187683 0.1401938050985336 <_> <_> <_>12 13 2 3 -1. <_>12 14 2 1 3. 0 1.8635790329426527e-003 0.0386036895215511 -0.3211897015571594 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 1.6059159534052014e-003 -0.0788015201687813 0.1580146998167038 <_> <_> <_>1 0 2 1 -1. <_>2 0 1 1 2. 0 8.6740078404545784e-004 0.0541344806551933 -0.2353843003511429 <_> <_> <_>16 0 4 4 -1. <_>16 0 2 2 2. <_>18 2 2 2 2. 0 -7.9801032552495599e-004 0.1333000957965851 -0.0957318171858788 <_> <_> <_>4 5 8 10 -1. <_>4 5 4 5 2. <_>8 10 4 5 2. 0 -4.8548211343586445e-003 -0.2073605954647064 0.0610386207699776 <_> <_> <_>3 14 4 5 -1. <_>5 14 2 5 2. 0 -0.0114267403259873 0.1720180958509445 -0.0711522772908211 <_> <_> <_>2 16 6 2 -1. <_>5 16 3 2 2. 0 8.7062492966651917e-003 -0.0721856728196144 0.1908296942710877 <_> <_> <_>8 0 8 1 -1. <_>12 0 4 1 2. 0 -1.1634400580078363e-003 -0.1375169008970261 0.0918181315064430 <_> <_> <_>0 4 15 6 -1. <_>0 7 15 3 2. 0 6.8914610892534256e-003 0.0962259694933891 -0.1324615925550461 <_> <_> <_>9 9 3 2 -1. <_>9 10 3 1 2. 0 -2.2426620125770569e-003 0.3568324148654938 -0.0362800508737564 <_> <_> <_>7 9 2 6 -1. <_>7 11 2 2 3. 0 0.0123015204444528 0.0469409897923470 -0.3062332868576050 <_> <_> <_>5 10 4 3 -1. <_>5 11 4 1 3. 0 3.9963610470294952e-003 -0.0829993933439255 0.1548645943403244 <_> <_> <_>12 10 1 2 -1. <_>12 11 1 1 2. 0 -2.2026189981261268e-005 0.1177809983491898 -0.1189965009689331 <_> <_> <_>17 3 1 3 -1. <_>17 4 1 1 3. 0 5.8708270080387592e-004 0.0568646602332592 -0.2250989973545075 <_> <_> <_>11 9 4 4 -1. <_>11 9 2 2 2. <_>13 11 2 2 2. 0 -5.8760121464729309e-003 0.2662526965141296 -0.0445701293647289 <_> <_> <_>10 14 6 2 -1. <_>10 15 6 1 2. 0 4.3262130930088460e-004 0.0580498389899731 -0.2117380052804947 <_> <_> <_>11 12 2 8 -1. <_>11 16 2 4 2. 0 4.7852578572928905e-003 -0.0407105684280396 0.2950912117958069 <_> <_> <_>11 7 5 6 -1. <_>11 10 5 3 2. 0 4.5480159315047786e-005 -0.1820161044597626 0.0601795390248299 <_> <_> <_>4 2 2 6 -1. <_>5 2 1 6 2. 0 2.5633929762989283e-003 -0.0870397612452507 0.1269284039735794 <_> <_> <_>6 0 5 2 -1. <_>6 1 5 1 2. 0 -4.7383471392095089e-003 0.2396183013916016 -0.0499149002134800 <_> <_> <_>10 17 4 3 -1. <_>10 18 4 1 3. 0 4.4647231698036194e-003 0.0405400209128857 -0.3246757090091705 <_> <_> <_>12 3 7 3 -1. <_>12 4 7 1 3. 0 -6.7061209119856358e-003 -0.3278968036174774 0.0322996489703655 <_> <_> <_>8 1 12 8 -1. <_>8 1 6 4 2. <_>14 5 6 4 2. 0 0.0717610493302345 -0.0237136706709862 0.4777205884456635 <_> <_> <_>11 0 3 20 -1. <_>12 0 1 20 3. 0 0.0305848605930805 0.0167939104139805 -0.7806122899055481 <_> <_> <_>17 1 2 2 -1. <_>17 1 1 1 2. <_>18 2 1 1 2. 0 3.8672669325023890e-003 -0.0248768907040358 0.5126066207885742 <_> <_> <_>2 10 7 6 -1. <_>2 12 7 2 3. 0 -0.0528022088110447 -0.5075966119766235 0.0238730404525995 <_> <_> <_>7 3 3 1 -1. <_>8 3 1 1 3. 0 -6.5651582553982735e-004 -0.2012232989072800 0.0496728010475636 <_> <_> <_>4 17 11 3 -1. <_>4 18 11 1 3. 0 8.5785267874598503e-003 -0.0450070202350616 0.2351890951395035 <_> <_> <_>7 15 3 2 -1. <_>8 15 1 2 3. 0 -1.2620680499821901e-003 -0.1996205002069473 0.0555642098188400 <_> <_> <_>3 4 3 13 -1. <_>4 4 1 13 3. 0 0.0142152896150947 -0.0469839796423912 0.2078115046024323 <_> <_> <_>5 2 12 14 -1. <_>5 2 6 7 2. <_>11 9 6 7 2. 0 0.1639381051063538 0.0149732697755098 -0.6502568721771240 <_> <_> <_>0 0 10 6 -1. <_>0 3 10 3 2. 0 0.1483764052391052 8.1885885447263718e-003 -0.9429618716239929 <_> <_> <_>5 4 2 1 -1. <_>6 4 1 1 2. 0 1.4631190424552187e-005 -0.1238375976681709 0.0824895799160004 <_> <_> <_>7 7 6 13 -1. <_>10 7 3 13 2. 0 -0.0339093916118145 -0.2281876057386398 0.0433024987578392 <_> <_> <_>7 2 2 8 -1. <_>7 2 1 4 2. <_>8 6 1 4 2. 0 3.8288589566946030e-003 -0.0372769199311733 0.2761304974555969 <_> <_> <_>6 1 3 4 -1. <_>7 1 1 4 3. 0 8.0947913229465485e-003 0.0284453593194485 -0.3938880860805512 <_> <_> <_>7 8 2 1 -1. <_>8 8 1 1 2. 0 -7.0019601844251156e-004 0.1219938024878502 -0.0927142575383186 <_> <_> <_>4 0 4 2 -1. <_>4 0 2 1 2. <_>6 1 2 1 2. 0 3.4412490203976631e-003 -0.0489726811647415 0.2061723023653030 <_> <_> <_>3 10 16 8 -1. <_>3 14 16 4 2. 0 -0.1633749008178711 -0.6185023784637451 0.0164678208529949 <_> <_> <_>10 5 5 10 -1. <_>10 10 5 5 2. 0 6.5640709362924099e-003 0.1100718975067139 -0.0923400074243546 <_> <_> <_>13 6 3 4 -1. <_>13 8 3 2 2. 0 4.4708838686347008e-004 -0.1393330991268158 0.0770396962761879 <_> <_> <_>13 10 5 3 -1. <_>13 11 5 1 3. 0 0.0175687000155449 9.7569692879915237e-003 -0.8003290295600891 <_> <_> <_>16 12 2 2 -1. <_>16 12 1 1 2. <_>17 13 1 1 2. 0 -1.9571769516915083e-003 0.2800033092498779 -0.0364282391965389 <_> <_> <_>16 3 2 1 -1. <_>17 3 1 1 2. 0 5.1913037896156311e-004 0.0535153411328793 -0.1942557990550995 <_> <_> <_>5 1 3 5 -1. <_>6 1 1 5 3. 0 9.6273031085729599e-003 0.0313177518546581 -0.3180254101753235 <_> <_> <_>5 7 8 6 -1. <_>5 9 8 2 3. 0 -0.0503328107297421 0.5665906071662903 -0.0184949804097414 <_> <_> <_>6 10 8 2 -1. <_>6 10 4 1 2. <_>10 11 4 1 2. 0 -6.4624901860952377e-003 -0.4189467132091522 0.0273508504033089 <_> <_> <_>6 9 4 8 -1. <_>6 9 2 4 2. <_>8 13 2 4 2. 0 -5.2857249975204468e-003 0.1775650978088379 -0.0583777390420437 <_> <_> <_>0 7 8 4 -1. <_>4 7 4 4 2. 0 0.0994544625282288 0.0164877194911242 -0.5852617025375366 <_> <_> <_>14 13 2 6 -1. <_>14 13 1 3 2. <_>15 16 1 3 2. 0 2.1917840058449656e-004 -0.1071425005793572 0.0918841734528542 <_> <_> <_>12 13 2 1 -1. <_>13 13 1 1 2. 0 -4.3873358663404360e-005 0.0780369266867638 -0.1272391974925995 <_> <_> <_>6 8 2 2 -1. <_>6 9 2 1 2. 0 -6.7227642284706235e-004 -0.2570942044258118 0.0388433784246445 <_> <_> <_>15 12 2 1 -1. <_>16 12 1 1 2. 0 1.1754270235542208e-004 -0.0796959623694420 0.1209397017955780 <_> <_> <_>0 0 18 14 -1. <_>0 7 18 7 2. 0 0.4606119096279144 0.0138860698789358 -0.6524127125740051 <_> <_> <_>11 5 3 3 -1. <_>12 5 1 3 3. 0 0.0111156003549695 0.0138716604560614 -0.6022251844406128 <_> <_> <_>4 7 3 3 -1. <_>5 7 1 3 3. 0 9.0776477009057999e-003 -0.0361186601221561 0.2570241987705231 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 -4.9597548786550760e-004 0.1101704984903336 -0.0892495065927505 <_> <_> <_>5 9 1 8 -1. <_>5 13 1 4 2. 0 1.5807070303708315e-003 0.0481312796473503 -0.2021591067314148 <_> <_> <_>4 2 3 15 -1. <_>5 2 1 15 3. 0 -0.0690129324793816 -0.8153606057167053 0.0106600103899837 <_> <_> <_>15 0 4 4 -1. <_>17 0 2 4 2. 0 1.9330780196469277e-004 -0.1123182997107506 0.0850464329123497 <_> <_> <_>10 7 1 3 -1. <_>10 8 1 1 3. 0 7.8813207801431417e-004 -0.0552008189260960 0.1765443980693817 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 9.5367128960788250e-004 0.0544111989438534 -0.1867419928312302 <_> <_> <_>8 17 3 2 -1. <_>9 17 1 2 3. 0 -2.3191540967673063e-003 -0.2754440903663635 0.0385133214294910 <_> <_> <_>10 6 1 3 -1. <_>10 7 1 1 3. 0 9.5087959198281169e-004 -0.0682189017534256 0.1608213931322098 <_> <_> <_>6 7 4 4 -1. <_>6 7 2 2 2. <_>8 9 2 2 2. 0 9.5385108143091202e-003 -0.0388268791139126 0.3037083148956299 <_> <_> <_>8 7 4 4 -1. <_>8 7 2 2 2. <_>10 9 2 2 2. 0 -0.0144891897216439 -0.4698973000049591 0.0235500205308199 <_> <_> <_>15 8 2 7 -1. <_>16 8 1 7 2. 0 0.0107560502365232 0.0205651000142097 -0.4724313020706177 <_> <_> <_>8 3 3 2 -1. <_>9 3 1 2 3. 0 -2.0074830390512943e-003 -0.2794669866561890 0.0360215492546558 <_> <_> <_>16 17 3 1 -1. <_>17 17 1 1 3. 0 -1.7316909506917000e-003 0.2090279012918472 -0.0463009811937809 <_> <_> <_>3 2 12 14 -1. <_>3 2 6 7 2. <_>9 9 6 7 2. 0 0.1523479968309403 0.0149342501536012 -0.6046112775802612 <_> <_> <_>16 16 1 2 -1. <_>16 17 1 1 2. 0 6.3340878114104271e-004 0.0503071509301662 -0.1827719956636429 <_> <_> <_>7 12 2 3 -1. <_>7 13 2 1 3. 0 -8.2793915644288063e-003 0.3646303117275238 -0.0264742895960808 <_> <_> <_>7 13 2 6 -1. <_>8 13 1 6 2. 0 0.0136676700785756 0.0125116202980280 -0.8902382850646973 <_> <_> <_>8 14 2 6 -1. <_>8 16 2 2 3. 0 2.0979309920221567e-003 -0.0802471935749054 0.1298995018005371 <_> <_> <_>6 14 4 6 -1. <_>6 16 4 2 3. 0 -8.9776562526822090e-003 0.1741108000278473 -0.0617711097002029 <_> <_> <_>11 12 3 6 -1. <_>12 12 1 6 3. 0 1.2094390112906694e-003 0.0687117204070091 -0.1656129062175751 <_> <_> <_>0 6 1 12 -1. <_>0 10 1 4 3. 0 6.8200258538126945e-003 0.0577957592904568 -0.1823161989450455 <_> <_> <_>3 3 2 10 -1. <_>3 3 1 5 2. <_>4 8 1 5 2. 0 -1.8268059939146042e-003 0.1334033012390137 -0.0753439664840698 <_> <_> <_>3 3 2 8 -1. <_>3 3 1 4 2. <_>4 7 1 4 2. 0 7.9908408224582672e-003 -0.0450944714248180 0.2459415942430496 <_> <_> <_>9 4 1 12 -1. <_>9 10 1 6 2. 0 -2.5262041017413139e-003 -0.2076396048069000 0.0523341298103333 <_> <_> <_>0 5 6 4 -1. <_>3 5 3 4 2. 0 -0.0748255103826523 -0.5468875765800476 0.0178033895790577 <_> <_> <_>9 9 1 4 -1. <_>9 11 1 2 2. 0 -3.3099399879574776e-003 0.3345581889152527 -0.0289664193987846 <_> <_> <_>4 6 6 4 -1. <_>4 6 3 2 2. <_>7 8 3 2 2. 0 8.2276277244091034e-003 0.0415798611938953 -0.2665227055549622 <_> <_> <_>6 8 2 2 -1. <_>7 8 1 2 2. 0 3.1686299480497837e-003 -0.0418171100318432 0.2976978123188019 <_> <_> <_>6 4 4 14 -1. <_>8 4 2 14 2. 0 0.0151702901348472 0.0433923602104187 -0.2461796998977661 <_> <_> <_>6 7 3 3 -1. <_>7 7 1 3 3. 0 -1.5946379862725735e-003 0.1505718976259232 -0.0730177387595177 <_> <_> <_>4 7 6 5 -1. <_>7 7 3 5 2. 0 -8.5226353257894516e-003 -0.1505008041858673 0.0696560367941856 <_> <_> <_>0 4 8 10 -1. <_>4 4 4 10 2. 0 -0.0114181200042367 0.1297474950551987 -0.0951223298907280 <_> <_> <_>0 6 18 14 -1. <_>9 6 9 14 2. 0 -0.2885639965534210 -0.2112454026937485 0.0474108196794987 <_> <_> <_>11 15 3 5 -1. <_>12 15 1 5 3. 0 -3.9014229550957680e-003 -0.2684378027915955 0.0386986583471298 <_> <_> <_>3 18 4 2 -1. <_>3 18 2 1 2. <_>5 19 2 1 2. 0 -3.5567739978432655e-003 0.2338503003120422 -0.0457238815724850 <_> <_> <_>7 10 2 2 -1. <_>7 11 2 1 2. 0 -6.4394129440188408e-003 -0.6046388149261475 0.0161560494452715 <_> <_> <_>10 1 3 10 -1. <_>10 6 3 5 2. 0 -7.4861319735646248e-003 0.1686796993017197 -0.0559758804738522 <_> <_> <_>9 0 8 10 -1. <_>13 0 4 10 2. 0 2.3621210129931569e-004 0.0535967499017715 -0.2187291979789734 <_> <_> <_>7 2 8 13 -1. <_>11 2 4 13 2. 0 0.0260992497205734 -0.0539374910295010 0.2272893041372299 <_> <_> <_>3 3 12 7 -1. <_>9 3 6 7 2. 0 -1.7809759592637420e-003 0.0867595225572586 -0.1200997978448868 <_> <_> <_>11 8 3 2 -1. <_>12 8 1 2 3. 0 -1.1987469770247117e-004 -0.1534754931926727 0.0707077831029892 <_> <_> <_>11 7 2 8 -1. <_>11 7 1 4 2. <_>12 11 1 4 2. 0 -6.8248361349105835e-003 -0.3734101951122284 0.0267799608409405 <_> <_> <_>0 6 3 2 -1. <_>0 7 3 1 2. 0 -1.3119089999236166e-004 -0.1164086982607842 0.0872111618518829 <_> <_> <_>6 17 2 3 -1. <_>6 18 2 1 3. 0 -1.8228540429845452e-003 0.1566449999809265 -0.0680060908198357 <_> <_> <_>4 7 2 2 -1. <_>4 7 1 1 2. <_>5 8 1 1 2. 0 2.6267999783158302e-003 -0.0369872190058231 0.2639312148094177 <_> <_> <_>9 2 10 9 -1. <_>9 5 10 3 3. 0 -0.0706771835684776 -0.2829599976539612 0.0350355207920074 <_> <_> <_>9 0 10 4 -1. <_>9 0 5 2 2. <_>14 2 5 2 2. 0 0.0180613193660975 -0.0280416496098042 0.3531377911567688 <_> <_> <_>7 5 2 1 -1. <_>8 5 1 1 2. 0 9.2649407451972365e-004 0.0446002781391144 -0.2278853952884674 <_> <_> <_>7 5 2 1 -1. <_>8 5 1 1 2. 0 -5.3023721557110548e-004 -0.2086668014526367 0.0627185031771660 <_> <_> <_>4 9 3 3 -1. <_>4 10 3 1 3. 0 3.6058931145817041e-003 -0.0677969083189964 0.1490000933408737 <_> <_> <_>4 10 4 3 -1. <_>4 11 4 1 3. 0 8.5915643721818924e-003 -0.0456267595291138 0.2307848036289215 <_> <_> <_>6 7 2 3 -1. <_>6 8 2 1 3. 0 -8.8329352438449860e-003 -0.4111708998680115 0.0282306894659996 <_> <_> <_>18 4 1 3 -1. <_>18 5 1 1 3. 0 4.0959479520097375e-004 0.0536566302180290 -0.1824354976415634 <_> <_> <_>17 0 3 5 -1. <_>18 0 1 5 3. 0 -2.5011589750647545e-003 0.1631354987621307 -0.0609547011554241 <_> <_> <_>11 2 8 3 -1. <_>11 3 8 1 3. 0 -0.0146221695467830 -0.4998840093612671 0.0185727607458830 <_> <_> <_>14 9 6 5 -1. <_>17 9 3 5 2. 0 -0.0637906789779663 -0.4832960069179535 0.0179033894091845 <_> <_> <_>0 7 4 6 -1. <_>0 9 4 2 3. 0 -0.0166711397469044 -0.2666158974170685 0.0348860099911690 <_> <_> <_>12 7 4 12 -1. <_>12 7 2 6 2. <_>14 13 2 6 2. 0 -0.0125260697677732 0.3406133949756622 -0.0280948001891375 <_> <_> <_>8 7 9 3 -1. <_>11 7 3 3 3. 0 0.0483251586556435 -0.0331761911511421 0.2902565896511078 <_> <_> <_>12 12 2 3 -1. <_>12 13 2 1 3. 0 1.3246550224721432e-003 0.0371814407408237 -0.2685065865516663 <_> <_> <_>11 0 6 20 -1. <_>14 0 3 20 2. 0 -0.2222131937742233 -0.8989276885986328 0.0100644398480654 <_> <_> <_>4 5 2 6 -1. <_>5 5 1 6 2. 0 1.2954319827258587e-003 -0.1016175970435143 0.0905886217951775 <_> <_> <_>1 7 6 11 -1. <_>3 7 2 11 3. 0 0.0137946698814631 -0.0742446482181549 0.1431425958871841 <_> <_> <_>2 15 2 1 -1. <_>3 15 1 1 2. 0 8.5643801139667630e-004 0.0597539693117142 -0.1866019070148468 <_> <_> <_>5 11 2 6 -1. <_>5 14 2 3 2. 0 -0.0233175400644541 -0.6925991773605347 0.0136673199012876 <_> <_> <_>6 17 2 3 -1. <_>6 18 2 1 3. 0 1.6281680436804891e-003 -0.0610607489943504 0.1550529003143311 <_> <_> <_>5 8 11 12 -1. <_>5 12 11 4 3. 0 -0.0123803298920393 -0.1514685004949570 0.0617676004767418 <_> <_> <_>16 10 2 2 -1. <_>16 10 1 1 2. <_>17 11 1 1 2. 0 1.8393599893897772e-003 -0.0371679887175560 0.2482217997312546 <_> <_> <_>15 11 3 1 -1. <_>16 11 1 1 3. 0 3.5529870074242353e-003 -0.0292007904499769 0.3359228968620300 <_> <_> <_>13 14 1 3 -1. <_>13 15 1 1 3. 0 1.0305979521945119e-003 0.0376940816640854 -0.2908569872379303 <_> <_> <_>6 14 3 4 -1. <_>6 16 3 2 2. 0 2.9916960556874983e-005 -0.0880141928792000 0.1051521003246307 <_> <_> <_>6 6 2 14 -1. <_>6 13 2 7 2. 0 -4.1505339322611690e-004 0.0657262429594994 -0.1502110064029694 <_> <_> <_>11 14 2 1 -1. <_>12 14 1 1 2. 0 -1.4631619706051424e-005 0.0781703516840935 -0.1196243986487389 <_> <_> <_>9 13 6 6 -1. <_>9 13 3 3 2. <_>12 16 3 3 2. 0 -4.3779090046882629e-003 0.2075245976448059 -0.0520893298089504 <_> <_> <_>10 17 3 1 -1. <_>11 17 1 1 3. 0 4.7036199248395860e-004 0.0633484795689583 -0.1876772940158844 <_> <_> <_>9 13 2 6 -1. <_>9 13 1 3 2. <_>10 16 1 3 2. 0 1.4788640328333713e-005 -0.0958288535475731 0.1121309995651245 <_> <_> <_>11 18 4 2 -1. <_>13 18 2 2 2. 0 3.7048431113362312e-004 -0.0987230092287064 0.0986476764082909 <_> <_> <_>9 12 3 3 -1. <_>10 12 1 3 3. 0 -1.8590339459478855e-003 -0.2687363028526306 0.0383525788784027 <_> <_> <_>5 6 1 12 -1. <_>5 12 1 6 2. 0 -7.0764529518783092e-003 -0.1598400026559830 0.0578413307666779 <_> <_> <_>2 4 6 6 -1. <_>4 4 2 6 3. 0 0.0149200102314353 -0.0511781498789787 0.1924290955066681 <_> <_> <_>1 4 9 3 -1. <_>4 4 3 3 3. 0 -5.0713191740214825e-003 0.1386325955390930 -0.1112122982740402 <_> <_> <_>5 10 3 3 -1. <_>5 11 3 1 3. 0 -0.0150055000558496 0.4858393073081970 -0.0188117604702711 <_> <_> <_>8 9 1 3 -1. <_>8 10 1 1 3. 0 -2.0439480431377888e-003 -0.3275485932826996 0.0278163105249405 <_> <_> <_>11 19 6 1 -1. <_>13 19 2 1 3. 0 -1.3060690253041685e-004 0.0988680422306061 -0.0849575772881508 <_> <_> <_>18 4 2 8 -1. <_>18 4 1 4 2. <_>19 8 1 4 2. 0 8.8742617517709732e-003 -0.0252356007695198 0.3238987922668457 <_> <_> <_>17 5 2 3 -1. <_>17 6 2 1 3. 0 7.0397509261965752e-004 0.0563275218009949 -0.1739207953214645 <_> <_> <_>12 15 8 4 -1. <_>16 15 4 4 2. 0 -0.0254024695605040 0.1967539042234421 -0.0473623014986515 <_> <_> <_>14 8 4 10 -1. <_>14 13 4 5 2. 0 -9.3743661418557167e-003 -0.1520421952009201 0.0599326305091381 -1.3372850418090820 21 -1 <_> <_> <_> <_>11 0 3 18 -1. <_>11 6 3 6 3. 0 0.0404530204832554 -0.2363782972097397 0.2886553108692169 <_> <_> <_>8 5 12 6 -1. <_>8 7 12 2 3. 0 -0.0110560497269034 0.1606290042400360 -0.2625974118709564 <_> <_> <_>10 11 4 2 -1. <_>12 11 2 2 2. 0 -3.9778949576430023e-004 0.1159109994769096 -0.2708101868629456 <_> <_> <_>5 7 2 8 -1. <_>6 7 1 8 2. 0 1.0191530454903841e-003 -0.2096937000751495 0.1364289969205856 <_> <_> <_>6 3 12 12 -1. <_>6 3 6 6 2. <_>12 9 6 6 2. 0 3.6101979203522205e-003 -0.2172545939683914 0.1261779069900513 <_> <_> <_>6 10 4 2 -1. <_>6 10 2 1 2. <_>8 11 2 1 2. 0 4.4545531272888184e-004 -0.1597453951835632 0.1259648948907852 <_> <_> <_>0 2 6 10 -1. <_>2 2 2 10 3. 0 5.8226222172379494e-003 -0.1548444926738739 0.0977838113903999 <_> <_> <_>10 15 3 2 -1. <_>11 15 1 2 3. 0 -2.1416260860860348e-003 -0.3637767136096954 0.0401033498346806 <_> <_> <_>6 8 10 2 -1. <_>6 8 5 1 2. <_>11 9 5 1 2. 0 -2.6691620587371290e-004 0.0844707563519478 -0.1749610006809235 <_> <_> <_>6 12 1 6 -1. <_>6 15 1 3 2. 0 -5.4352330043911934e-003 -0.3183093070983887 0.0497860386967659 <_> <_> <_>9 0 4 1 -1. <_>11 0 2 1 2. 0 -1.5426309546455741e-003 -0.2133370935916901 0.0648845136165619 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 -2.7932289522141218e-003 0.2548325061798096 -0.0651709288358688 <_> <_> <_>7 4 2 1 -1. <_>8 4 1 1 2. 0 1.3845940120518208e-003 0.0393045805394650 -0.3740482926368713 <_> <_> <_>2 11 3 1 -1. <_>3 11 1 1 3. 0 -3.2193479128181934e-003 0.2629042863845825 -0.0563963614404202 <_> <_> <_>1 10 3 3 -1. <_>2 10 1 3 3. 0 -9.7977351397275925e-003 0.3204438984394074 -0.0463822893798351 <_> <_> <_>12 0 8 2 -1. <_>12 0 4 1 2. <_>16 1 4 1 2. 0 -1.7625789623707533e-003 0.1505081951618195 -0.0888924375176430 <_> <_> <_>6 6 6 8 -1. <_>9 6 3 8 2. 0 -0.0360968895256519 -0.4313783943653107 0.0317858010530472 <_> <_> <_>6 10 1 3 -1. <_>6 11 1 1 3. 0 2.0813369192183018e-003 -0.0659579187631607 0.1927528977394104 <_> <_> <_>8 12 7 2 -1. <_>8 13 7 1 2. 0 -6.0533690266311169e-003 -0.3137460947036743 0.0510074310004711 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 3.7253410555422306e-003 -0.0614025890827179 0.2563137114048004 <_> <_> <_>6 6 2 12 -1. <_>6 12 2 6 2. 0 5.0668260082602501e-003 0.0579627305269241 -0.2434016019105911 <_> <_> <_>6 12 2 3 -1. <_>6 13 2 1 3. 0 2.8038739692419767e-003 -0.0703297033905983 0.2137586027383804 <_> <_> <_>12 12 1 3 -1. <_>12 13 1 1 3. 0 1.5925259795039892e-003 0.0266377609223127 -0.5112913846969605 <_> <_> <_>8 9 1 2 -1. <_>8 10 1 1 2. 0 2.9422679290291853e-005 -0.2171020060777664 0.0649850517511368 <_> <_> <_>7 11 4 6 -1. <_>7 11 2 3 2. <_>9 14 2 3 2. 0 -2.2399190129362978e-005 0.0815825685858727 -0.1513561010360718 <_> <_> <_>10 10 4 3 -1. <_>10 11 4 1 3. 0 6.7072827368974686e-004 0.1050219014286995 -0.1178736016154289 <_> <_> <_>12 10 2 3 -1. <_>12 11 2 1 3. 0 -1.5262300148606300e-003 -0.3462037146091461 0.0392440892755985 <_> <_> <_>6 13 2 3 -1. <_>6 14 2 1 3. 0 1.8151829717680812e-003 -0.0746694579720497 0.1684775948524475 <_> <_> <_>7 14 1 3 -1. <_>7 15 1 1 3. 0 5.8078771689906716e-004 -0.0979524105787277 0.1419274955987930 <_> <_> <_>6 10 8 6 -1. <_>6 12 8 2 3. 0 -8.9623313397169113e-003 -0.1960162073373795 0.0662680417299271 <_> <_> <_>5 8 6 12 -1. <_>5 12 6 4 3. 0 0.1114680990576744 0.0170001406222582 -0.6491770744323731 <_> <_> <_>1 14 2 1 -1. <_>2 14 1 1 2. 0 -1.7872039461508393e-004 -0.1405359953641892 0.0801087021827698 <_> <_> <_>8 6 2 3 -1. <_>8 7 2 1 3. 0 -4.6587768010795116e-003 0.1953022927045822 -0.0586023405194283 <_> <_> <_>4 6 8 4 -1. <_>4 6 4 2 2. <_>8 8 4 2 2. 0 3.4576000180095434e-003 0.0598057992756367 -0.2199078947305679 <_> <_> <_>0 14 3 1 -1. <_>1 14 1 1 3. 0 -1.9979270291514695e-004 -0.1372614949941635 0.0834302306175232 <_> <_> <_>4 1 2 2 -1. <_>4 1 1 1 2. <_>5 2 1 1 2. 0 -4.8079751431941986e-003 0.5504192113876343 -0.0207152999937534 <_> <_> <_>14 10 1 6 -1. <_>14 13 1 3 2. 0 -7.3389292083447799e-006 0.0753020271658897 -0.1448659002780914 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -3.5799799952656031e-003 0.2627722024917603 -0.0425504595041275 <_> <_> <_>5 10 3 3 -1. <_>5 11 3 1 3. 0 1.1689850362017751e-003 -0.1098416969180107 0.1297184973955154 <_> <_> <_>2 3 12 4 -1. <_>2 3 6 2 2. <_>8 5 6 2 2. 0 0.0326395481824875 0.0310383792966604 -0.3947426080703735 <_> <_> <_>10 15 3 2 -1. <_>11 15 1 2 3. 0 1.1596709955483675e-003 0.0520218983292580 -0.2203582972288132 <_> <_> <_>12 14 8 1 -1. <_>16 14 4 1 2. 0 -1.4262240147218108e-003 0.1074569970369339 -0.1006707996129990 <_> <_> <_>11 0 8 13 -1. <_>15 0 4 13 2. 0 -0.2366832941770554 -0.7317435145378113 0.0169996097683907 <_> <_> <_>12 12 2 8 -1. <_>12 12 1 4 2. <_>13 16 1 4 2. 0 1.9279429398011416e-004 -0.1324844062328339 0.0781860277056694 <_> <_> <_>4 7 8 12 -1. <_>4 13 8 6 2. 0 -0.0172921493649483 -0.0971998423337936 0.1106956005096436 <_> <_> <_>10 9 2 4 -1. <_>10 11 2 2 2. 0 -1.2431619688868523e-003 0.1774147003889084 -0.0725483372807503 <_> <_> <_>4 4 3 1 -1. <_>5 4 1 1 3. 0 2.1754560293629766e-005 -0.0969520509243011 0.1089940965175629 <_> <_> <_>18 5 1 3 -1. <_>18 6 1 1 3. 0 3.0975879053585231e-004 0.0622498914599419 -0.1738471984863281 <_> <_> <_>6 9 9 1 -1. <_>9 9 3 1 3. 0 -0.0115905702114105 0.2616280913352966 -0.0419940799474716 <_> <_> <_>12 5 4 6 -1. <_>12 7 4 2 3. 0 0.0181509200483561 0.0263535492122173 -0.4468541145324707 <_> <_> <_>16 0 4 4 -1. <_>18 0 2 4 2. 0 8.0223509576171637e-004 -0.1214386969804764 0.0870927870273590 <_> <_> <_>3 10 2 2 -1. <_>3 10 1 1 2. <_>4 11 1 1 2. 0 -1.4258639421314001e-003 0.1923608034849167 -0.0529874302446842 <_> <_> <_>0 0 2 1 -1. <_>1 0 1 1 2. 0 -2.4536260752938688e-004 -0.1668370068073273 0.0656048208475113 <_> <_> <_>17 4 2 8 -1. <_>17 4 1 4 2. <_>18 8 1 4 2. 0 2.2050029656384140e-005 -0.0934774726629257 0.1071171984076500 <_> <_> <_>7 15 1 3 -1. <_>7 16 1 1 3. 0 4.7658861149102449e-004 -0.0805966332554817 0.1251268982887268 <_> <_> <_>0 15 2 1 -1. <_>1 15 1 1 2. 0 4.0533850551582873e-004 0.0689906179904938 -0.1574075967073441 <_> <_> <_>7 10 2 4 -1. <_>7 12 2 2 2. 0 -0.0164717491716146 -0.5966786146163940 0.0188761092722416 <_> <_> <_>4 19 3 1 -1. <_>5 19 1 1 3. 0 2.2267159074544907e-003 -0.0458038300275803 0.2307108938694000 <_> <_> <_>2 14 4 5 -1. <_>4 14 2 5 2. 0 0.0493831895291805 0.0198377296328545 -0.5930610895156860 <_> <_> <_>4 11 4 4 -1. <_>4 11 2 2 2. <_>6 13 2 2 2. 0 8.6411498486995697e-003 0.0286973696202040 -0.3516111969947815 <_> <_> <_>4 13 2 6 -1. <_>4 13 1 3 2. <_>5 16 1 3 2. 0 -4.8241391777992249e-003 0.2247433960437775 -0.0484632104635239 <_> <_> <_>7 3 3 4 -1. <_>8 3 1 4 3. 0 -8.6174849420785904e-003 -0.5708895921707153 0.0191831905394793 <_> <_> <_>17 11 3 2 -1. <_>18 11 1 2 3. 0 -5.7220697635784745e-004 0.1169726997613907 -0.0889380574226379 <_> <_> <_>10 4 6 2 -1. <_>10 5 6 1 2. 0 1.1997730471193790e-003 0.0841811224818230 -0.1256549954414368 <_> <_> <_>12 3 6 3 -1. <_>12 4 6 1 3. 0 2.6049909647554159e-003 0.0595000311732292 -0.2063814997673035 <_> <_> <_>17 12 2 2 -1. <_>17 12 1 1 2. <_>18 13 1 1 2. 0 -1.4789920533075929e-003 0.2511498034000397 -0.0475350506603718 <_> <_> <_>5 12 15 8 -1. <_>10 12 5 8 3. 0 -0.2574672102928162 -0.7303876876831055 0.0154406800866127 <_> <_> <_>4 18 2 2 -1. <_>4 18 1 1 2. <_>5 19 1 1 2. 0 -1.2104290071874857e-003 0.1864697039127350 -0.0557898096740246 <_> <_> <_>0 15 2 2 -1. <_>0 15 1 1 2. <_>1 16 1 1 2. 0 3.4140399657189846e-004 0.0677076727151871 -0.1559716016054153 <_> <_> <_>5 9 1 6 -1. <_>5 12 1 3 2. 0 3.1749058980494738e-003 0.0350034609436989 -0.2952930927276611 <_> <_> <_>1 0 18 14 -1. <_>1 7 18 7 2. 0 0.4433881938457489 0.0145500199869275 -0.6103466153144836 <_> <_> <_>6 2 7 6 -1. <_>6 5 7 3 2. 0 0.0394582599401474 -0.0457793287932873 0.2292751967906952 <_> <_> <_>6 16 2 1 -1. <_>7 16 1 1 2. 0 3.0410829931497574e-003 0.0163041297346354 -0.5749111771583557 <_> <_> <_>4 11 16 9 -1. <_>4 14 16 3 3. 0 -0.1485302001237869 -0.5622090101242065 0.0157710500061512 <_> <_> <_>16 9 2 2 -1. <_>17 9 1 2 2. 0 4.4339009036775678e-005 -0.0912843719124794 0.1092097982764244 <_> <_> <_>6 8 2 2 -1. <_>7 8 1 2 2. 0 2.2139810025691986e-003 -0.0476682893931866 0.2229178994894028 <_> <_> <_>0 14 12 3 -1. <_>6 14 6 3 2. 0 0.0878319665789604 0.0267180595546961 -0.4039632976055145 <_> <_> <_>7 6 3 10 -1. <_>7 11 3 5 2. 0 -2.2798930294811726e-003 -0.1616093069314957 0.0660711079835892 <_> <_> <_>10 11 1 2 -1. <_>10 12 1 1 2. 0 -1.4653969628852792e-005 0.0852983593940735 -0.1272401958703995 <_> <_> <_>5 17 2 2 -1. <_>6 17 1 2 2. 0 1.2313240440562367e-003 -0.0659174770116806 0.1660642027854919 <_> <_> <_>2 0 18 18 -1. <_>11 0 9 18 2. 0 0.4511098861694336 0.0134579604491591 -0.7152550220489502 <_> <_> <_>12 11 6 3 -1. <_>14 11 2 3 3. 0 -0.0245186407119036 -0.4328263998031616 0.0204007197171450 <_> <_> <_>12 12 6 1 -1. <_>14 12 2 1 3. 0 -1.1901959805982187e-004 0.0894203335046768 -0.1183476001024246 <_> <_> <_>15 10 2 2 -1. <_>15 10 1 1 2. <_>16 11 1 1 2. 0 -1.3584910193458200e-003 0.2472229003906250 -0.0439074002206326 <_> <_> <_>3 11 3 8 -1. <_>4 11 1 8 3. 0 6.9289728999137878e-003 -0.0568326190114021 0.1666574031114578 <_> <_> <_>6 1 4 12 -1. <_>8 1 2 12 2. 0 -6.9041848182678223e-003 -0.1274220943450928 0.0793106034398079 <_> <_> <_>6 3 4 8 -1. <_>8 3 2 8 2. 0 1.2964820489287376e-003 0.0724624395370483 -0.1686387062072754 <_> <_> <_>8 4 6 12 -1. <_>11 4 3 12 2. 0 0.0230600591748953 -0.0509130805730820 0.2166478931903839 <_> <_> <_>16 12 4 5 -1. <_>18 12 2 5 2. 0 -0.0409605689346790 -0.5647913813591003 0.0196095500141382 <_> <_> <_>14 9 2 3 -1. <_>15 9 1 3 2. 0 7.4867479270324111e-005 -0.0694503337144852 0.1461513936519623 <_> <_> <_>9 7 10 6 -1. <_>14 7 5 6 2. 0 -6.8458272144198418e-003 0.0660499781370163 -0.2084072977304459 <_> <_> <_>12 7 3 11 -1. <_>13 7 1 11 3. 0 0.0193956494331360 0.0161688998341560 -0.5639616250991821 <_> <_> <_>19 16 1 2 -1. <_>19 17 1 1 2. 0 -1.6121419321279973e-004 -0.1319456994533539 0.0740941166877747 <_> <_> <_>8 15 12 1 -1. <_>14 15 6 1 2. 0 6.6511691547930241e-003 -0.0552618205547333 0.1989438980817795 <_> <_> <_>10 15 6 3 -1. <_>10 16 6 1 3. 0 4.5172171667218208e-003 0.0328636616468430 -0.3098089098930359 <_> <_> <_>6 8 10 4 -1. <_>6 8 5 2 2. <_>11 10 5 2 2. 0 -0.0402470417320728 -0.6898034811019898 0.0124387396499515 <_> <_> <_>10 15 1 3 -1. <_>10 16 1 1 3. 0 7.2544030444987584e-006 -0.0959498733282089 0.0979197993874550 <_> <_> <_>10 1 9 12 -1. <_>10 7 9 6 2. 0 -0.1602565050125122 0.4947263896465302 -0.0186434295028448 <_> <_> <_>10 1 1 4 -1. <_>10 3 1 2 2. 0 5.0598900998011231e-004 -0.1221657991409302 0.0866990983486176 <_> <_> <_>1 5 18 4 -1. <_>1 7 18 2 2. 0 -0.1050689965486527 -0.8585562705993652 8.2870386540889740e-003 <_> <_> <_>6 4 12 6 -1. <_>12 4 6 6 2. 0 -0.1821838021278381 -0.5847731232643127 0.0131606003269553 <_> <_> <_>13 1 7 3 -1. <_>13 2 7 1 3. 0 0.0164354108273983 0.0162963606417179 -0.5513756275177002 <_> <_> <_>14 0 6 4 -1. <_>14 0 3 2 2. <_>17 2 3 2 2. 0 0.0192825198173523 -0.0250274799764156 0.4364516139030457 <_> <_> <_>9 12 3 3 -1. <_>9 13 3 1 3. 0 3.4772949293255806e-003 0.0316327810287476 -0.2924675941467285 <_> <_> <_>5 14 8 4 -1. <_>5 14 4 2 2. <_>9 16 4 2 2. 0 0.0226208698004484 -0.0239857397973537 0.4310530126094818 <_> <_> <_>1 6 14 14 -1. <_>8 6 7 14 2. 0 -0.1817232072353363 -0.1803786009550095 0.0519034899771214 <_> <_> <_>13 4 6 2 -1. <_>13 4 3 1 2. <_>16 5 3 1 2. 0 -4.3819830752909184e-003 -0.2830285131931305 0.0330240391194820 <_> <_> <_>8 7 6 6 -1. <_>8 9 6 2 3. 0 -0.0152461202815175 0.2351991981267929 -0.0412422493100166 <_> <_> <_>8 0 12 20 -1. <_>8 10 12 10 2. 0 0.3904328942298889 0.0285306293517351 -0.3584577143192291 <_> <_> <_>9 8 4 3 -1. <_>9 9 4 1 3. 0 3.9103450253605843e-003 -0.0515237487852573 0.1782976984977722 <_> <_> <_>10 18 8 2 -1. <_>10 19 8 1 2. 0 -0.0108475601300597 -0.4835528135299683 0.0187657903879881 <_> <_> <_>9 12 4 2 -1. <_>9 12 2 1 2. <_>11 13 2 1 2. 0 5.7015339843928814e-003 0.0122508304193616 -0.7045748829841614 <_> <_> <_>4 14 2 2 -1. <_>4 14 1 1 2. <_>5 15 1 1 2. 0 -1.1917110532522202e-003 0.1840443015098572 -0.0501446202397347 <_> <_> <_>5 14 3 2 -1. <_>5 15 3 1 2. 0 4.0988530963659286e-004 -0.0973996669054031 0.1087457984685898 <_> <_> <_>11 1 6 3 -1. <_>13 1 2 3 3. 0 4.5295488089323044e-003 0.0453568398952484 -0.2106914073228836 <_> <_> <_>6 14 2 3 -1. <_>6 15 2 1 3. 0 -5.4893731139600277e-003 0.2964279055595398 -0.0358708314597607 <_> <_> <_>14 1 2 2 -1. <_>15 1 1 2 2. 0 1.9906361121684313e-003 0.0343328714370728 -0.3150646984577179 <_> <_> <_>0 13 6 7 -1. <_>3 13 3 7 2. 0 0.0833584666252136 0.0196845196187496 -0.4427998065948486 <_> <_> <_>17 11 3 1 -1. <_>18 11 1 1 3. 0 3.0363420955836773e-003 -0.0336938314139843 0.2666968107223511 <_> <_> <_>5 10 8 4 -1. <_>9 10 4 4 2. 0 0.0577999688684940 8.5875885561108589e-003 -0.9896581768989563 <_> <_> <_>7 16 8 4 -1. <_>7 16 4 2 2. <_>11 18 4 2 2. 0 -7.8585641458630562e-003 0.2008845955133438 -0.0465836413204670 <_> <_> <_>11 16 4 3 -1. <_>11 17 4 1 3. 0 1.9253200152888894e-003 0.0479223690927029 -0.2264011055231094 <_> <_> <_>3 10 6 2 -1. <_>3 10 3 1 2. <_>6 11 3 1 2. 0 0.0109969098120928 0.0162586607038975 -0.5404816865921021 <_> <_> <_>11 7 3 2 -1. <_>12 7 1 2 3. 0 1.6405170026700944e-004 -0.1154251024127007 0.0760014131665230 <_> <_> <_>8 7 9 2 -1. <_>11 7 3 2 3. 0 5.3780381567776203e-003 0.1117902994155884 -0.0841798484325409 <_> <_> <_>13 6 3 10 -1. <_>14 6 1 10 3. 0 2.2905960213392973e-003 -0.0579694807529449 0.1689942926168442 <_> <_> <_>15 10 4 3 -1. <_>17 10 2 3 2. 0 6.3102580606937408e-003 0.0414713993668556 -0.2047820985317230 <_> <_> <_>1 10 6 10 -1. <_>3 10 2 10 3. 0 -0.1434257030487061 -0.7857347726821899 0.0116343097761273 <_> <_> <_>5 0 2 2 -1. <_>5 0 1 1 2. <_>6 1 1 1 2. 0 1.2364640133455396e-003 -0.0518007315695286 0.1773435026407242 <_> <_> <_>3 11 3 6 -1. <_>3 13 3 2 3. 0 -0.0200465507805347 -0.3142091035842896 0.0288490708917379 <_> <_> <_>4 6 9 10 -1. <_>7 6 3 10 3. 0 0.1086810976266861 0.0161835309118032 -0.5195630788803101 <_> <_> <_>6 10 9 5 -1. <_>9 10 3 5 3. 0 0.0511734895408154 -0.0324603095650673 0.3123018145561218 <_> <_> <_>10 5 3 9 -1. <_>11 5 1 9 3. 0 0.0132510699331760 0.0236550606787205 -0.4421024918556213 <_> <_> <_>3 7 3 4 -1. <_>4 7 1 4 3. 0 -2.0110961049795151e-003 0.1035939976572990 -0.0939614623785019 <_> <_> <_>4 6 2 2 -1. <_>4 6 1 1 2. <_>5 7 1 1 2. 0 -3.2843051012605429e-003 0.3319692909717560 -0.0299212802201509 <_> <_> <_>0 2 2 3 -1. <_>0 3 2 1 3. 0 8.8341237278655171e-004 0.0598918199539185 -0.1619275063276291 <_> <_> <_>12 0 8 4 -1. <_>12 0 4 2 2. <_>16 2 4 2 2. 0 8.4265992045402527e-003 -0.0369287505745888 0.2369119971990585 <_> <_> <_>11 1 8 2 -1. <_>11 1 4 1 2. <_>15 2 4 1 2. 0 -1.4503750207950361e-005 0.0773738473653793 -0.1329060941934586 <_> <_> <_>12 2 7 3 -1. <_>12 3 7 1 3. 0 8.0891689285635948e-003 0.0288175698369741 -0.3096123039722443 <_> <_> <_>3 6 3 2 -1. <_>4 6 1 2 3. 0 0.0103399399667978 -0.0248505696654320 0.3706004917621613 <_> <_> <_>4 6 4 6 -1. <_>4 9 4 3 2. 0 -2.2790539078414440e-003 -0.2205137014389038 0.0418775305151939 <_> <_> <_>13 12 6 4 -1. <_>13 12 3 2 2. <_>16 14 3 2 2. 0 -1.7716860165819526e-003 0.1420508027076721 -0.0652523636817932 <_> <_> <_>13 10 2 4 -1. <_>13 12 2 2 2. 0 -6.9317207671701908e-003 -0.3355607986450195 0.0276059694588184 <_> <_> <_>15 12 3 3 -1. <_>15 13 3 1 3. 0 -4.2506060563027859e-003 0.2359198033809662 -0.0373453199863434 <_> <_> <_>14 14 2 3 -1. <_>14 15 2 1 3. 0 1.5317599754780531e-003 0.0396570116281509 -0.2343820035457611 <_> <_> <_>18 4 2 8 -1. <_>18 4 1 4 2. <_>19 8 1 4 2. 0 1.4941049739718437e-003 -0.0603119991719723 0.1446844041347504 <_> <_> <_>7 14 2 4 -1. <_>7 14 1 2 2. <_>8 16 1 2 2. 0 -5.2249869331717491e-003 -0.4066025018692017 0.0232572704553604 <_> <_> <_>14 3 6 6 -1. <_>14 5 6 2 3. 0 6.4759532688185573e-004 0.0648282393813133 -0.1298730969429016 <_> <_> <_>19 7 1 2 -1. <_>19 8 1 1 2. 0 3.2836120226420462e-004 0.0619176290929317 -0.1483581066131592 <_> <_> <_>8 8 6 2 -1. <_>8 8 3 1 2. <_>11 9 3 1 2. 0 -3.4691279288381338e-003 0.1566284000873566 -0.0572003498673439 <_> <_> <_>19 6 1 3 -1. <_>19 7 1 1 3. 0 4.5903379213996232e-004 0.0525178983807564 -0.1909317970275879 <_> <_> <_>7 8 7 3 -1. <_>7 9 7 1 3. 0 -2.6641879230737686e-003 0.1523590981960297 -0.0681547001004219 <_> <_> <_>18 6 2 6 -1. <_>18 6 1 3 2. <_>19 9 1 3 2. 0 -8.2513149827718735e-003 0.3668031096458435 -0.0284806098788977 <_> <_> <_>5 8 8 6 -1. <_>5 10 8 2 3. 0 7.1076201274991035e-003 0.1544535011053085 -0.0679929703474045 <_> <_> <_>1 1 18 15 -1. <_>10 1 9 15 2. 0 -0.4380800127983093 -0.2887153029441834 0.0366394892334938 <_> <_> <_>11 7 5 4 -1. <_>11 9 5 2 2. 0 6.3719082390889525e-004 -0.1599503010511398 0.0598603412508965 <_> <_> <_>10 12 2 3 -1. <_>11 12 1 3 2. 0 -1.9303169392514974e-004 0.0867039710283279 -0.1092481985688210 <_> <_> <_>0 7 2 4 -1. <_>0 9 2 2 2. 0 3.0723758973181248e-003 0.0485439598560333 -0.1770005971193314 <_> <_> <_>6 12 4 2 -1. <_>6 12 2 1 2. <_>8 13 2 1 2. 0 1.8341860268265009e-003 -0.0519012399017811 0.1823212951421738 <_> <_> <_>7 7 6 8 -1. <_>7 11 6 4 2. 0 0.0631723105907440 0.0233088992536068 -0.4287061095237732 <_> <_> <_>9 9 2 4 -1. <_>9 11 2 2 2. 0 2.4458649568259716e-003 -0.0864252895116806 0.1197450011968613 <_> <_> <_>9 10 6 6 -1. <_>9 12 6 2 3. 0 1.1953969951719046e-003 0.1168588995933533 -0.1043049022555351 <_> <_> <_>12 13 4 2 -1. <_>12 14 4 1 2. 0 3.1024610507301986e-004 0.0622819885611534 -0.1919602006673813 <_> <_> <_>0 4 8 1 -1. <_>4 4 4 1 2. 0 -0.0319701582193375 -0.6418489813804627 0.0130875697359443 <_> <_> <_>14 13 1 2 -1. <_>14 14 1 1 2. 0 -1.0163170518353581e-003 -0.2521066069602966 0.0340962111949921 <_> <_> <_>8 7 2 6 -1. <_>8 7 1 3 2. <_>9 10 1 3 2. 0 -5.1776540931314230e-004 0.1187409013509750 -0.0828137770295143 <_> <_> <_>5 8 10 6 -1. <_>5 8 5 3 2. <_>10 11 5 3 2. 0 -4.0794219821691513e-003 -0.1613530963659287 0.0657089725136757 <_> <_> <_>5 12 3 3 -1. <_>5 13 3 1 3. 0 9.9409874528646469e-003 -0.0301602203398943 0.3510453104972839 <_> <_> <_>5 10 2 2 -1. <_>5 11 2 1 2. 0 1.9788760691881180e-003 -0.0449453592300415 0.2329564988613129 <_> <_> <_>6 2 4 15 -1. <_>6 7 4 5 3. 0 0.1097524985671043 0.0166202206164598 -0.6042336225509644 <_> <_> <_>7 6 2 4 -1. <_>7 6 1 2 2. <_>8 8 1 2 2. 0 -9.2024728655815125e-003 -0.5600035786628723 0.0141229098662734 <_> <_> <_>5 9 2 3 -1. <_>5 10 2 1 3. 0 5.8626191457733512e-004 -0.1062211990356445 0.0841980874538422 <_> <_> <_>15 16 2 2 -1. <_>15 16 1 1 2. <_>16 17 1 1 2. 0 3.3601750619709492e-003 -0.0215835291892290 0.4182012975215912 <_> <_> <_>4 11 4 6 -1. <_>4 13 4 2 3. 0 -0.0481436699628830 -0.7209215760231018 0.0149544598534703 <_> <_> <_>5 0 3 6 -1. <_>6 0 1 6 3. 0 0.0122098596766591 0.0215442907065153 -0.3548215031623840 <_> <_> <_>4 11 12 4 -1. <_>4 11 6 2 2. <_>10 13 6 2 2. 0 -0.0399614498019218 -0.8884826898574829 9.4328429549932480e-003 <_> <_> <_>7 13 3 3 -1. <_>7 14 3 1 3. 0 1.5312479808926582e-003 -0.0640708804130554 0.1356963068246841 <_> <_> <_>9 12 6 2 -1. <_>9 13 6 1 2. 0 8.9791123173199594e-005 0.0509327687323093 -0.1839367002248764 -1.3418790102005005 22 -1 <_> <_> <_> <_>8 0 12 8 -1. <_>8 0 6 4 2. <_>14 4 6 4 2. 0 -0.0387413688004017 0.2877883017063141 -0.2331219017505646 <_> <_> <_>10 8 4 4 -1. <_>10 8 2 2 2. <_>12 10 2 2 2. 0 -2.5511500425636768e-003 0.2510859966278076 -0.2111607044935226 <_> <_> <_>12 10 1 6 -1. <_>12 13 1 3 2. 0 -2.7973129181191325e-004 0.0899169221520424 -0.3406926989555359 <_> <_> <_>5 5 3 10 -1. <_>6 5 1 10 3. 0 1.1981100542470813e-003 -0.2254222929477692 0.1360266059637070 <_> <_> <_>4 0 14 6 -1. <_>11 0 7 6 2. 0 -5.6686070747673512e-003 0.0828472599387169 -0.2808071076869965 <_> <_> <_>9 7 2 6 -1. <_>9 7 1 3 2. <_>10 10 1 3 2. 0 -2.7642669738270342e-004 0.1048547998070717 -0.1884865015745163 <_> <_> <_>8 4 3 1 -1. <_>9 4 1 1 3. 0 2.0516710355877876e-003 3.4714280627667904e-003 -0.4860847890377045 <_> <_> <_>11 14 2 2 -1. <_>11 15 2 1 2. 0 -1.4435249795496929e-005 0.0842758193612099 -0.1935610026121140 <_> <_> <_>9 18 6 2 -1. <_>12 18 3 2 2. 0 7.4418791336938739e-004 -0.1252675056457520 0.1176951974630356 <_> <_> <_>8 12 8 6 -1. <_>8 15 8 3 2. 0 -0.0499232411384583 -0.4008029997348785 0.0279103908687830 <_> <_> <_>7 0 8 6 -1. <_>7 2 8 2 3. 0 9.2694535851478577e-003 -0.0910889133810997 0.1755045056343079 <_> <_> <_>1 2 12 3 -1. <_>5 2 4 3 3. 0 -7.4646030552685261e-003 0.1638046950101852 -0.1038549989461899 <_> <_> <_>5 4 10 12 -1. <_>5 4 5 6 2. <_>10 10 5 6 2. 0 -8.1985909491777420e-003 -0.1916898041963577 0.0854150205850601 <_> <_> <_>5 8 3 2 -1. <_>5 9 3 1 2. 0 -8.1690691877156496e-004 -0.3079330921173096 0.0408335812389851 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 2.8902110643684864e-003 -0.0503242015838623 0.2925941944122315 <_> <_> <_>5 11 3 3 -1. <_>5 12 3 1 3. 0 8.0008199438452721e-003 -0.0468635782599449 0.3196487128734589 <_> <_> <_>8 10 6 9 -1. <_>8 13 6 3 3. 0 -5.8349180035293102e-003 -0.1548918038606644 0.0881372615695000 <_> <_> <_>7 8 3 6 -1. <_>7 10 3 2 3. 0 -1.2492289533838630e-003 -0.3629462122917175 0.0361209884285927 <_> <_> <_>3 4 3 14 -1. <_>4 4 1 14 3. 0 0.0229504797607660 -0.0471197701990604 0.2853271961212158 <_> <_> <_>3 10 3 6 -1. <_>4 10 1 6 3. 0 -6.9193239323794842e-003 0.1787364929914475 -0.0735475569963455 <_> <_> <_>4 8 2 2 -1. <_>4 8 1 1 2. <_>5 9 1 1 2. 0 -1.9392240210436285e-004 0.1391142010688782 -0.0924891009926796 <_> <_> <_>10 13 2 3 -1. <_>10 14 2 1 3. 0 1.9811228848993778e-003 0.0434480085968971 -0.3094269037246704 <_> <_> <_>6 14 8 4 -1. <_>6 14 4 2 2. <_>10 16 4 2 2. 0 0.0160184893757105 -0.0397189185023308 0.3424893915653229 <_> <_> <_>5 12 3 4 -1. <_>6 12 1 4 3. 0 9.3541406095027924e-003 0.0324826501309872 -0.4450210034847260 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 -1.3822780456393957e-003 0.2162707000970841 -0.0564102008938789 <_> <_> <_>15 6 1 10 -1. <_>15 11 1 5 2. 0 0.0250658206641674 0.0231232307851315 -0.5395401120185852 <_> <_> <_>7 1 12 6 -1. <_>7 3 12 2 3. 0 0.0597985796630383 0.0287475790828466 -0.3657259047031403 <_> <_> <_>4 9 2 4 -1. <_>4 9 1 2 2. <_>5 11 1 2 2. 0 -2.7519159484654665e-003 0.1749134957790375 -0.0639909729361534 <_> <_> <_>6 7 6 12 -1. <_>9 7 3 12 2. 0 -0.0320936404168606 -0.2569555044174194 0.0409451089799404 <_> <_> <_>7 6 2 3 -1. <_>8 6 1 3 2. 0 -2.3349749390035868e-003 0.1543388068675995 -0.0728366896510124 <_> <_> <_>0 1 1 3 -1. <_>0 2 1 1 3. 0 2.6897678617388010e-004 0.0727212429046631 -0.1551322042942047 <_> <_> <_>0 1 1 3 -1. <_>0 2 1 1 3. 0 -8.9813407976180315e-004 -0.2069962024688721 0.0537382215261459 <_> <_> <_>11 15 3 5 -1. <_>12 15 1 5 3. 0 3.8521869573742151e-003 0.0365620106458664 -0.2807596921920776 <_> <_> <_>8 6 4 6 -1. <_>8 8 4 2 3. 0 0.0134400902315974 -0.0360464788973331 0.3187696039676666 <_> <_> <_>5 3 3 12 -1. <_>5 7 3 4 3. 0 7.7129118144512177e-003 0.0959600135684013 -0.1178748980164528 <_> <_> <_>7 9 2 2 -1. <_>7 9 1 1 2. <_>8 10 1 1 2. 0 2.1991880203131586e-004 -0.1324986964464188 0.0849395766854286 <_> <_> <_>4 4 2 12 -1. <_>4 8 2 4 3. 0 -7.4781170114874840e-003 -0.2307303994894028 0.0503109283745289 <_> <_> <_>4 5 7 3 -1. <_>4 6 7 1 3. 0 8.9175272732973099e-003 -0.0539247691631317 0.2032064050436020 <_> <_> <_>13 5 2 3 -1. <_>13 6 2 1 3. 0 2.2819850128144026e-003 0.0352649092674255 -0.3084133863449097 <_> <_> <_>4 0 2 2 -1. <_>4 0 1 1 2. <_>5 1 1 1 2. 0 2.6413009036332369e-003 -0.0329392291605473 0.3172146081924439 <_> <_> <_>11 8 3 11 -1. <_>12 8 1 11 3. 0 -1.4605689793825150e-003 -0.1715427935123444 0.0633745566010475 <_> <_> <_>4 0 2 2 -1. <_>4 0 1 1 2. <_>5 1 1 1 2. 0 -3.1993410084396601e-003 0.3450168073177338 -0.0307174902409315 <_> <_> <_>9 3 2 2 -1. <_>9 3 1 1 2. <_>10 4 1 1 2. 0 2.3919229861348867e-003 0.0208875201642513 -0.4856416881084442 <_> <_> <_>7 11 3 2 -1. <_>8 11 1 2 3. 0 -3.5997610539197922e-003 0.2890053093433380 -0.0356058217585087 <_> <_> <_>11 12 2 1 -1. <_>12 12 1 1 2. 0 -1.4754279618500732e-005 0.0727446228265762 -0.1458061933517456 <_> <_> <_>8 8 4 2 -1. <_>10 8 2 2 2. 0 0.0159683600068092 0.0125485500320792 -0.6744545102119446 <_> <_> <_>17 15 3 1 -1. <_>18 15 1 1 3. 0 -4.0752082131803036e-003 0.3144747018814087 -0.0321554504334927 <_> <_> <_>12 6 2 4 -1. <_>12 6 1 2 2. <_>13 8 1 2 2. 0 7.5432872108649462e-005 -0.0997386574745178 0.0896650925278664 <_> <_> <_>8 3 9 11 -1. <_>11 3 3 11 3. 0 -0.0396322496235371 0.2761740088462830 -0.0348007306456566 <_> <_> <_>10 8 2 2 -1. <_>11 8 1 2 2. 0 2.9354610887821764e-005 -0.1402300000190735 0.0885196104645729 <_> <_> <_>12 5 3 9 -1. <_>12 8 3 3 3. 0 0.0318189896643162 0.0299256499856710 -0.3395833969116211 <_> <_> <_>13 0 6 17 -1. <_>15 0 2 17 3. 0 0.1269010007381439 0.0112633900716901 -0.8993232846260071 <_> <_> <_>6 6 3 4 -1. <_>7 6 1 4 3. 0 -3.5952320322394371e-003 0.1775175929069519 -0.0581134893000126 <_> <_> <_>5 6 4 7 -1. <_>7 6 2 7 2. 0 -0.0192312598228455 -0.3317398130893707 0.0405871011316776 <_> <_> <_>7 5 3 2 -1. <_>8 5 1 2 3. 0 2.2836721036583185e-003 0.0372060090303421 -0.2837064862251282 <_> <_> <_>7 15 6 2 -1. <_>7 15 3 1 2. <_>10 16 3 1 2. 0 -1.6381660243496299e-003 0.1462917029857636 -0.0677815228700638 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 2.1173330023884773e-003 0.0207739695906639 -0.4392867982387543 <_> <_> <_>2 12 6 7 -1. <_>4 12 2 7 3. 0 6.4710620790719986e-003 -0.0721339285373688 0.1398161053657532 <_> <_> <_>11 17 5 3 -1. <_>11 18 5 1 3. 0 -3.1431620009243488e-003 -0.1990344971418381 0.0475446693599224 <_> <_> <_>17 11 2 2 -1. <_>17 11 1 1 2. <_>18 12 1 1 2. 0 1.6056640306487679e-003 -0.0397518984973431 0.2593173980712891 <_> <_> <_>10 17 6 3 -1. <_>10 18 6 1 3. 0 4.8740832135081291e-003 0.0340823791921139 -0.2761198878288269 <_> <_> <_>2 15 1 2 -1. <_>2 16 1 1 2. 0 -9.6354109700769186e-005 -0.1070960983633995 0.0835031867027283 <_> <_> <_>8 6 3 3 -1. <_>8 7 3 1 3. 0 7.7706458978354931e-003 -0.0300953499972820 0.2949387133121491 <_> <_> <_>7 7 1 2 -1. <_>7 8 1 1 2. 0 1.3028859393671155e-004 -0.1123289018869400 0.0945786833763123 <_> <_> <_>2 15 2 2 -1. <_>2 16 2 1 2. 0 1.2239719508215785e-003 0.0519996210932732 -0.1810626983642578 <_> <_> <_>3 16 3 1 -1. <_>4 16 1 1 3. 0 -8.7549741147086024e-004 0.1427669972181320 -0.0750989466905594 <_> <_> <_>3 0 3 20 -1. <_>4 0 1 20 3. 0 -0.0880819931626320 -0.7084882855415344 0.0143536403775215 <_> <_> <_>8 2 12 12 -1. <_>14 2 6 12 2. 0 -0.3285416066646576 -0.4968742132186890 0.0166046004742384 <_> <_> <_>5 3 2 3 -1. <_>5 4 2 1 3. 0 9.8696127533912659e-003 0.0193643700331450 -0.4997830092906952 <_> <_> <_>3 4 2 2 -1. <_>3 4 1 1 2. <_>4 5 1 1 2. 0 -2.7273639570921659e-003 0.2961252033710480 -0.0328314006328583 <_> <_> <_>0 15 20 3 -1. <_>10 15 10 3 2. 0 0.0991001427173615 0.0197990797460079 -0.4734495878219605 <_> <_> <_>6 13 2 4 -1. <_>6 13 1 2 2. <_>7 15 1 2 2. 0 -6.3501899130642414e-003 -0.5150471925735474 0.0169860105961561 <_> <_> <_>12 8 3 7 -1. <_>13 8 1 7 3. 0 2.9596920285257511e-005 -0.1092301979660988 0.0896561071276665 <_> <_> <_>8 9 6 10 -1. <_>8 9 3 5 2. <_>11 14 3 5 2. 0 0.0212476700544357 -0.0414621904492378 0.2268427014350891 <_> <_> <_>2 10 16 2 -1. <_>10 10 8 2 2. 0 -0.0729779899120331 -0.6322783827781677 0.0166788697242737 <_> <_> <_>5 3 15 6 -1. <_>10 3 5 6 3. 0 0.1623091995716095 -0.0256619099527597 0.3753314018249512 <_> <_> <_>10 14 2 1 -1. <_>11 14 1 1 2. 0 -1.4590819773729891e-005 0.0856136009097099 -0.1190098971128464 <_> <_> <_>9 11 4 4 -1. <_>11 11 2 4 2. 0 2.7719149366021156e-003 -0.0546492487192154 0.2031137943267822 <_> <_> <_>12 8 2 4 -1. <_>12 10 2 2 2. 0 -8.7484354153275490e-003 -0.7367451786994934 0.0155718903988600 <_> <_> <_>1 3 10 14 -1. <_>1 3 5 7 2. <_>6 10 5 7 2. 0 0.0136791998520494 0.0789029300212860 -0.1159050017595291 <_> <_> <_>8 0 3 4 -1. <_>8 2 3 2 2. 0 -0.0110011501237750 0.3169082105159760 -0.0323849916458130 <_> <_> <_>10 2 2 1 -1. <_>11 2 1 1 2. 0 3.2964799902401865e-004 0.0500165298581123 -0.2045145034790039 <_> <_> <_>5 12 5 3 -1. <_>5 13 5 1 3. 0 2.7753270696848631e-003 -0.0674074292182922 0.1593590974807739 <_> <_> <_>7 12 1 3 -1. <_>7 13 1 1 3. 0 -2.8740249108523130e-003 0.2245596051216126 -0.0510314889252186 <_> <_> <_>10 12 6 3 -1. <_>10 13 6 1 3. 0 8.1631669308990240e-004 0.0698495507240295 -0.1479161977767944 <_> <_> <_>6 4 1 3 -1. <_>6 5 1 1 3. 0 3.7573580630123615e-003 0.0315946005284786 -0.3138797879219055 <_> <_> <_>2 0 18 3 -1. <_>2 1 18 1 3. 0 -3.4902389161288738e-003 0.1163842976093292 -0.0859479308128357 <_> <_> <_>8 8 11 6 -1. <_>8 10 11 2 3. 0 -0.0294153206050396 0.6840342879295349 -0.0161406099796295 <_> <_> <_>2 6 10 8 -1. <_>2 6 5 4 2. <_>7 10 5 4 2. 0 -8.8095385581254959e-003 -0.2077531963586807 0.0499508902430534 <_> <_> <_>9 2 6 2 -1. <_>11 2 2 2 3. 0 -0.0154599398374558 -0.4874846041202545 0.0200655590742826 <_> <_> <_>13 9 6 3 -1. <_>15 9 2 3 3. 0 -0.0364813692867756 -0.5239514112472534 0.0158509891480207 <_> <_> <_>5 3 1 2 -1. <_>5 4 1 1 2. 0 -8.8937362306751311e-005 -0.1329932063817978 0.0669268071651459 <_> <_> <_>1 7 3 1 -1. <_>2 7 1 1 3. 0 1.4536709932144731e-004 0.0871703699231148 -0.1043582037091255 <_> <_> <_>0 6 8 6 -1. <_>4 6 4 6 2. 0 0.1521687954664230 0.0161405801773071 -0.6497017145156860 <_> <_> <_>11 9 1 2 -1. <_>11 10 1 1 2. 0 -4.2344830580987036e-004 0.1804583966732025 -0.0529745407402515 <_> <_> <_>12 13 1 2 -1. <_>12 14 1 1 2. 0 1.0672640055418015e-003 0.0205483809113503 -0.4824204146862030 <_> <_> <_>10 15 10 4 -1. <_>10 15 5 2 2. <_>15 17 5 2 2. 0 0.0154916802421212 -0.0515408515930176 0.1836396008729935 <_> <_> <_>12 11 1 2 -1. <_>12 12 1 1 2. 0 6.1393307987600565e-004 0.0299837291240692 -0.3103170096874237 <_> <_> <_>6 11 2 1 -1. <_>7 11 1 1 2. 0 -1.4619939975091256e-005 0.1036849990487099 -0.0916341319680214 <_> <_> <_>11 3 3 2 -1. <_>12 3 1 2 3. 0 6.9900648668408394e-003 0.0146839097142220 -0.5948538184165955 <_> <_> <_>4 7 6 5 -1. <_>7 7 3 5 2. 0 -5.3000110201537609e-003 -0.1245777010917664 0.0705427825450897 <_> <_> <_>3 16 3 1 -1. <_>4 16 1 1 3. 0 5.0289987120777369e-004 -0.0771356895565987 0.1222871020436287 <_> <_> <_>4 7 6 5 -1. <_>7 7 3 5 2. 0 0.0111909797415137 0.0503080599009991 -0.1809180974960327 <_> <_> <_>5 7 6 3 -1. <_>7 7 2 3 3. 0 0.0170198194682598 -0.0388167686760426 0.3085198104381561 <_> <_> <_>7 8 4 8 -1. <_>7 8 2 4 2. <_>9 12 2 4 2. 0 -5.8241572696715593e-004 0.1253779977560043 -0.0761154815554619 <_> <_> <_>4 2 14 12 -1. <_>4 6 14 4 3. 0 0.0200366694480181 0.0498994812369347 -0.1808298975229263 <_> <_> <_>4 14 2 6 -1. <_>4 14 1 3 2. <_>5 17 1 3 2. 0 -5.4328818805515766e-003 0.2340977042913437 -0.0423854105174541 <_> <_> <_>7 11 2 4 -1. <_>7 13 2 2 2. 0 -2.9535360226873308e-005 0.0576302409172058 -0.1575352996587753 <_> <_> <_>6 4 10 15 -1. <_>6 9 10 5 3. 0 -0.1035237014293671 0.7158774137496948 -0.0129899298772216 <_> <_> <_>6 11 12 6 -1. <_>6 13 12 2 3. 0 -0.0121222697198391 -0.1478897035121918 0.0665664374828339 <_> <_> <_>6 17 4 3 -1. <_>6 18 4 1 3. 0 3.0254870653152466e-003 -0.0543786287307739 0.1714082956314087 <_> <_> <_>6 17 4 3 -1. <_>6 18 4 1 3. 0 -5.8111078105866909e-003 0.2442214936017990 -0.0576526410877705 <_> <_> <_>9 13 3 7 -1. <_>10 13 1 7 3. 0 8.2830740138888359e-003 0.0227204002439976 -0.4296199977397919 <_> <_> <_>2 8 5 2 -1. <_>2 9 5 1 2. 0 0.0123751200735569 0.0228102896362543 -0.3750562965869904 <_> <_> <_>14 1 3 8 -1. <_>15 1 1 8 3. 0 0.0192112103104591 0.0117910597473383 -0.6552945971488953 <_> <_> <_>2 12 1 2 -1. <_>2 13 1 1 2. 0 3.1843129545450211e-004 0.0641300603747368 -0.1399556994438171 <_> <_> <_>8 6 2 2 -1. <_>8 6 1 1 2. <_>9 7 1 1 2. 0 8.4224628517404199e-004 -0.0541342794895172 0.1752558052539825 <_> <_> <_>4 3 10 12 -1. <_>4 9 10 6 2. 0 -0.1608504951000214 -0.9457141757011414 7.8549478203058243e-003 <_> <_> <_>5 9 8 4 -1. <_>5 9 4 2 2. <_>9 11 4 2 2. 0 -1.6774870455265045e-003 -0.1916612982749939 0.0457870289683342 <_> <_> <_>9 9 4 4 -1. <_>9 11 4 2 2. 0 -1.8989649834111333e-003 0.1578315049409866 -0.0658969134092331 <_> <_> <_>5 10 4 2 -1. <_>5 11 4 1 2. 0 4.0205760160461068e-004 -0.0735990926623344 0.1311838030815125 <_> <_> <_>6 17 2 1 -1. <_>7 17 1 1 2. 0 2.4369959719479084e-003 0.0235228706151247 -0.4274596869945526 <_> <_> <_>12 12 2 1 -1. <_>13 12 1 1 2. 0 -2.8488409952842630e-005 0.0632806196808815 -0.1359900981187820 <_> <_> <_>11 6 4 8 -1. <_>13 6 2 8 2. 0 0.0195386391133070 -0.0214582700282335 0.4753474891185761 <_> <_> <_>9 4 3 10 -1. <_>10 4 1 10 3. 0 -1.6530340071767569e-003 -0.1532326042652130 0.0594559796154499 <_> <_> <_>0 18 9 2 -1. <_>3 18 3 2 3. 0 -2.1052840165793896e-003 0.1101763993501663 -0.0831181034445763 <_> <_> <_>15 13 3 3 -1. <_>15 14 3 1 3. 0 -4.5266482047736645e-003 0.2581537961959839 -0.0357439406216145 <_> <_> <_>9 12 2 2 -1. <_>9 12 1 1 2. <_>10 13 1 1 2. 0 -1.6275560483336449e-004 -0.1354829072952271 0.0692957267165184 <_> <_> <_>13 12 7 3 -1. <_>13 13 7 1 3. 0 -3.3048219047486782e-003 0.1780602931976318 -0.0521564409136772 <_> <_> <_>14 10 6 2 -1. <_>14 11 6 1 2. 0 -5.1905210129916668e-003 -0.3489732146263123 0.0259909909218550 <_> <_> <_>14 5 5 14 -1. <_>14 12 5 7 2. 0 0.1119081005454063 0.0299620293080807 -0.2959755063056946 <_> <_> <_>4 16 5 3 -1. <_>4 17 5 1 3. 0 -5.2873138338327408e-003 0.1856449991464615 -0.0502162985503674 <_> <_> <_>5 16 5 3 -1. <_>5 17 5 1 3. 0 2.6098049711436033e-003 -0.0735592767596245 0.1436513066291809 <_> <_> <_>8 14 4 5 -1. <_>10 14 2 5 2. 0 -2.8581928927451372e-003 -0.1260513961315155 0.0754330828785896 <_> <_> <_>9 14 2 1 -1. <_>10 14 1 1 2. 0 -2.9555680157500319e-005 0.1073331013321877 -0.1038620024919510 <_> <_> <_>6 10 6 2 -1. <_>6 10 3 1 2. <_>9 11 3 1 2. 0 5.9023561334470287e-005 -0.1302911937236786 0.0764783918857574 <_> <_> <_>5 8 6 6 -1. <_>8 8 3 6 2. 0 -0.0433447211980820 -0.6929922103881836 0.0141733000054955 <_> <_> <_>10 13 7 6 -1. <_>10 15 7 2 3. 0 -0.0469469986855984 -0.5580375194549561 0.0124229202046990 <_> <_> <_>4 1 2 8 -1. <_>4 1 1 4 2. <_>5 5 1 4 2. 0 -0.0151890600100160 0.3704977035522461 -0.0255641192197800 <_> <_> <_>3 6 6 4 -1. <_>3 6 3 2 2. <_>6 8 3 2 2. 0 0.0163618791848421 0.0270499791949987 -0.3427892029285431 <_> <_> <_>15 2 3 13 -1. <_>16 2 1 13 3. 0 0.0407528392970562 9.3995258212089539e-003 -0.8868371248245239 <_> <_> <_>16 10 2 6 -1. <_>16 10 1 3 2. <_>17 13 1 3 2. 0 -0.0108798695728183 0.5326058268547058 -0.0194508600980043 <_> <_> <_>13 19 2 1 -1. <_>14 19 1 1 2. 0 -7.7538257755804807e-005 -0.1169624999165535 0.0772882327437401 <_> <_> <_>7 11 2 1 -1. <_>8 11 1 1 2. 0 -4.0953079587779939e-004 0.1621436029672623 -0.0537114888429642 <_> <_> <_>4 10 3 4 -1. <_>5 10 1 4 3. 0 -0.0184642393141985 -0.5084478855133057 0.0198381897062063 <_> <_> <_>4 7 2 4 -1. <_>4 7 1 2 2. <_>5 9 1 2 2. 0 -5.6788129732012749e-003 0.3020392060279846 -0.0302039906382561 <_> <_> <_>10 7 5 4 -1. <_>10 9 5 2 2. 0 3.8324110209941864e-004 -0.1684108972549439 0.0549020282924175 <_> <_> <_>7 4 8 16 -1. <_>7 4 4 8 2. <_>11 12 4 8 2. 0 6.4761550165712833e-003 0.0951402634382248 -0.1074616014957428 <_> <_> <_>5 9 10 6 -1. <_>5 9 5 3 2. <_>10 12 5 3 2. 0 -2.4377859663218260e-003 -0.1564771980047226 0.0634076073765755 <_> <_> <_>5 11 3 2 -1. <_>5 12 3 1 2. 0 5.4156291298568249e-004 -0.0659622997045517 0.1844162940979004 <_> <_> <_>12 12 4 8 -1. <_>12 16 4 4 2. 0 0.0279170293360949 -0.0275902301073074 0.3503274023532867 <_> <_> <_>8 13 6 2 -1. <_>8 14 6 1 2. 0 4.6622849185951054e-004 0.0496288202702999 -0.2262417972087860 <_> <_> <_>3 12 5 6 -1. <_>3 14 5 2 3. 0 -0.0373167991638184 -0.4297817051410675 0.0213376805186272 <_> <_> <_>16 0 2 2 -1. <_>16 0 1 1 2. <_>17 1 1 1 2. 0 -2.6047111023217440e-003 0.3665099143981934 -0.0254050493240356 <_> <_> <_>13 3 3 4 -1. <_>14 3 1 4 3. 0 5.1927138119935989e-003 0.0268779303878546 -0.3347857892513275 <_> <_> <_>15 11 3 1 -1. <_>16 11 1 1 3. 0 3.0462879221886396e-003 -0.0308482907712460 0.2978835999965668 <_> <_> <_>14 0 6 5 -1. <_>16 0 2 5 3. 0 -4.1325599886476994e-004 0.0729867890477180 -0.1214753016829491 <_> <_> <_>10 1 8 18 -1. <_>10 10 8 9 2. 0 -0.1145612001419067 0.3195546865463257 -0.0333798006176949 <_> <_> <_>11 5 3 2 -1. <_>11 6 3 1 2. 0 -1.3044059742242098e-003 -0.2062529027462006 0.0546343699097633 <_> <_> <_>5 5 2 1 -1. <_>6 5 1 1 2. 0 4.5045089791528881e-005 -0.1137655004858971 0.0781233832240105 <_> <_> <_>3 4 3 3 -1. <_>4 4 1 3 3. 0 1.8890319624915719e-003 -0.0655787289142609 0.1700129956007004 <_> <_> <_>11 14 1 3 -1. <_>11 15 1 1 3. 0 -5.4107961477711797e-004 -0.1818414032459259 0.0516118109226227 <_> <_> <_>16 13 3 3 -1. <_>16 14 3 1 3. 0 4.4150161556899548e-003 -0.0363247804343700 0.2493844926357269 <_> <_> <_>15 8 5 12 -1. <_>15 14 5 6 2. 0 -0.0218780506402254 -0.1764367967844009 0.0548111088573933 <_> <_> <_>3 0 3 10 -1. <_>4 0 1 10 3. 0 -2.0328219980001450e-003 0.0942661836743355 -0.0971294119954109 <_> <_> <_>15 15 1 2 -1. <_>15 16 1 1 2. 0 2.6754371356219053e-004 0.0574879311025143 -0.1544201970100403 <_> <_> <_>15 0 4 2 -1. <_>15 0 2 1 2. <_>17 1 2 1 2. 0 1.4061420224606991e-003 -0.0502689592540264 0.1881417036056519 <_> <_> <_>17 2 2 1 -1. <_>18 2 1 1 2. 0 2.0725419744849205e-004 0.0776591897010803 -0.1253813058137894 <_> <_> <_>8 13 1 3 -1. <_>8 14 1 1 3. 0 1.8001600401476026e-003 -0.0426756404340267 0.2243064939975739 <_> <_> <_>9 1 2 6 -1. <_>9 1 1 3 2. <_>10 4 1 3 2. 0 -4.6744230203330517e-003 -0.3348047137260437 0.0293644201010466 <_> <_> <_>1 12 9 3 -1. <_>1 13 9 1 3. 0 7.2110369801521301e-003 -0.0524413287639618 0.1889156997203827 <_> <_> <_>12 14 3 3 -1. <_>12 15 3 1 3. 0 2.3627521004527807e-003 0.0344000607728958 -0.2720044851303101 <_> <_> <_>15 10 3 1 -1. <_>16 10 1 1 3. 0 -1.3181479880586267e-003 0.1776771992444992 -0.0563636310398579 <_> <_> <_>9 6 9 1 -1. <_>12 6 3 1 3. 0 -1.7586319881957024e-004 0.0915342420339584 -0.1041231006383896 <_> <_> <_>12 5 3 7 -1. <_>13 5 1 7 3. 0 -2.5801590527407825e-004 -0.1122677996754646 0.0813818126916885 <_> <_> <_>8 2 2 2 -1. <_>8 3 2 1 2. 0 9.6790950919967145e-005 -0.1188192963600159 0.0718831866979599 <_> <_> <_>7 0 9 2 -1. <_>7 1 9 1 2. 0 8.2001117989420891e-003 -0.0402545295655727 0.2279089987277985 <_> <_> <_>13 5 2 5 -1. <_>14 5 1 5 2. 0 -6.7277951166033745e-004 -0.0709791034460068 0.1277576982975006 <_> <_> <_>14 2 3 6 -1. <_>15 2 1 6 3. 0 3.7424470065161586e-004 0.0670964494347572 -0.1364576071500778 <_> <_> <_>8 6 4 3 -1. <_>8 7 4 1 3. 0 2.5741120334714651e-003 -0.0543198287487030 0.1672026067972183 <_> <_> <_>6 8 1 9 -1. <_>6 11 1 3 3. 0 4.3884690967388451e-004 0.0821140334010124 -0.1102467998862267 <_> <_> <_>3 9 7 6 -1. <_>3 11 7 2 3. 0 -0.0481806285679340 -0.7221773266792297 0.0122232101857662 <_> <_> <_>6 6 2 3 -1. <_>6 7 2 1 3. 0 9.9836904555559158e-003 0.0121956402435899 -0.6744806170463562 <_> <_> <_>5 9 3 1 -1. <_>6 9 1 1 3. 0 -1.2344559654593468e-003 0.1714538037776947 -0.0553813390433788 <_> <_> <_>4 5 4 4 -1. <_>4 5 2 2 2. <_>6 7 2 2 2. 0 -2.7302911039441824e-003 -0.1304433941841126 0.0742667093873024 <_> <_> <_>8 5 2 3 -1. <_>8 6 2 1 3. 0 5.5562541820108891e-004 -0.1018731966614723 0.1045415997505188 <_> <_> <_>5 6 4 7 -1. <_>7 6 2 7 2. 0 1.5140359755605459e-003 0.0828438401222229 -0.1189856007695198 <_> <_> <_>10 8 3 5 -1. <_>11 8 1 5 3. 0 -7.2555973019916564e-005 -0.1251229941844940 0.0711324065923691 <_> <_> <_>11 4 3 13 -1. <_>12 4 1 13 3. 0 -2.4981278693303466e-004 -0.1312561035156250 0.0689631029963493 <_> <_> <_>2 13 3 3 -1. <_>3 13 1 3 3. 0 -6.0206428170204163e-003 0.2128445059061050 -0.0476031117141247 <_> <_> <_>4 8 3 2 -1. <_>5 8 1 2 3. 0 -7.2469102451577783e-004 0.1049965992569923 -0.0855496302247047 <_> <_> <_>0 4 1 3 -1. <_>0 5 1 1 3. 0 6.3740357290953398e-004 0.0546554811298847 -0.1735329031944275 <_> <_> <_>7 6 6 6 -1. <_>9 6 2 6 3. 0 0.0109011903405190 -0.0528322793543339 0.1875264942646027 <_> <_> <_>7 7 4 12 -1. <_>9 7 2 12 2. 0 7.0734010078012943e-003 0.0629588067531586 -0.1646843999624252 <_> <_> <_>6 12 6 3 -1. <_>9 12 3 3 2. 0 1.3333789538592100e-003 -0.1259087026119232 0.0947168096899986 -1.3934370279312134 23 -1 <_> <_> <_> <_>8 6 9 12 -1. <_>8 10 9 4 3. 0 0.0620539896190166 -0.2542702853679657 0.2359109967947006 <_> <_> <_>11 0 3 15 -1. <_>11 5 3 5 3. 0 5.9534627944231033e-003 -0.2254436016082764 0.1775193959474564 <_> <_> <_>8 16 6 4 -1. <_>8 16 3 2 2. <_>11 18 3 2 2. 0 7.2477371431887150e-003 -0.1139805018901825 0.2755671143531799 <_> <_> <_>6 5 10 6 -1. <_>6 7 10 2 3. 0 -2.2824530024081469e-003 0.0862776786088943 -0.3141239881515503 <_> <_> <_>2 12 3 4 -1. <_>3 12 1 4 3. 0 0.0117760198190808 -0.0623603388667107 0.3444347977638245 <_> <_> <_>9 13 4 3 -1. <_>9 14 4 1 3. 0 4.3855342082679272e-003 0.0181057695299387 -0.5012872815132141 <_> <_> <_>3 0 4 6 -1. <_>3 0 2 3 2. <_>5 3 2 3 2. 0 0.0158590693026781 -0.0787651464343071 0.2640259861946106 <_> <_> <_>5 9 6 1 -1. <_>8 9 3 1 2. 0 3.0654110014438629e-003 0.0332502387464046 -0.4342781901359558 <_> <_> <_>11 14 2 3 -1. <_>11 15 2 1 3. 0 2.5912460405379534e-003 0.0405785702168942 -0.4965820014476776 <_> <_> <_>5 8 2 1 -1. <_>6 8 1 1 2. 0 3.0834769131615758e-004 -0.1461576968431473 0.1233901977539063 <_> <_> <_>17 0 3 12 -1. <_>17 4 3 4 3. 0 -2.4314899928867817e-003 0.0727393329143524 -0.1999931037425995 <_> <_> <_>10 13 3 6 -1. <_>11 13 1 6 3. 0 -1.8934230320155621e-003 -0.2337359935045242 0.0564643703401089 <_> <_> <_>10 13 3 7 -1. <_>11 13 1 7 3. 0 4.4724289327859879e-003 0.0470428802073002 -0.3125874102115631 <_> <_> <_>6 5 6 1 -1. <_>8 5 2 1 3. 0 1.5810050535947084e-004 -0.1309830993413925 0.1013709008693695 <_> <_> <_>18 2 2 8 -1. <_>19 2 1 8 2. 0 0.0187559891492128 -0.0381837897002697 0.3714911043643951 <_> <_> <_>5 8 3 1 -1. <_>6 8 1 1 3. 0 -7.4876967119053006e-004 0.1998195946216583 -0.0602783896028996 <_> <_> <_>8 7 4 6 -1. <_>8 7 2 3 2. <_>10 10 2 3 2. 0 -9.3861011555418372e-004 0.0874677076935768 -0.1600127071142197 <_> <_> <_>8 3 2 2 -1. <_>8 3 1 1 2. <_>9 4 1 1 2. 0 -1.3442989438772202e-003 -0.3307205140590668 0.0365641117095947 <_> <_> <_>18 5 2 3 -1. <_>18 6 2 1 3. 0 -1.1384190293028951e-003 -0.2063006013631821 0.0566144809126854 <_> <_> <_>17 7 3 4 -1. <_>18 7 1 4 3. 0 2.5966269895434380e-003 -0.0626760199666023 0.1919585019350052 <_> <_> <_>8 2 2 4 -1. <_>8 2 1 2 2. <_>9 4 1 2 2. 0 1.2499650474637747e-003 0.0573902800679207 -0.1960525959730148 <_> <_> <_>4 6 2 2 -1. <_>5 6 1 2 2. 0 1.1832700110971928e-003 -0.0857887566089630 0.1368297934532166 <_> <_> <_>4 8 3 1 -1. <_>5 8 1 1 3. 0 -5.1836138591170311e-003 0.3163569867610931 -0.0467364601790905 <_> <_> <_>10 9 9 10 -1. <_>10 14 9 5 2. 0 -0.1318579018115997 -0.6227962970733643 0.0187980905175209 <_> <_> <_>6 4 3 1 -1. <_>7 4 1 1 3. 0 1.8653980223461986e-003 0.0388372689485550 -0.3010432124137878 <_> <_> <_>8 14 1 3 -1. <_>8 15 1 1 3. 0 7.3482480365782976e-004 -0.0766120478510857 0.1500207930803299 <_> <_> <_>6 4 2 1 -1. <_>7 4 1 1 2. 0 -1.5738410002086312e-004 -0.1658836007118225 0.0700204521417618 <_> <_> <_>5 9 3 9 -1. <_>5 12 3 3 3. 0 5.1779212662950158e-004 0.0748010799288750 -0.1635819971561432 <_> <_> <_>5 13 7 3 -1. <_>5 14 7 1 3. 0 7.5904270634055138e-003 -0.0510509908199310 0.2448772042989731 <_> <_> <_>9 6 2 10 -1. <_>9 6 1 5 2. <_>10 11 1 5 2. 0 -0.0110102500766516 -0.5838040113449097 0.0206220094114542 <_> <_> <_>13 1 3 18 -1. <_>13 10 3 9 2. 0 0.1162184998393059 0.0251750592142344 -0.4126267135143280 <_> <_> <_>5 13 2 3 -1. <_>5 14 2 1 3. 0 -7.4468040838837624e-004 0.1272978931665421 -0.0896755009889603 <_> <_> <_>9 10 3 7 -1. <_>10 10 1 7 3. 0 0.0117653096094728 0.0209066793322563 -0.5317276120185852 <_> <_> <_>17 0 3 13 -1. <_>18 0 1 13 3. 0 -4.4441698119044304e-003 0.1428263932466507 -0.0787624120712280 <_> <_> <_>13 6 1 2 -1. <_>13 7 1 1 2. 0 -4.3369788909330964e-004 -0.2213145941495895 0.0545549504458904 <_> <_> <_>6 15 3 2 -1. <_>7 15 1 2 3. 0 -1.9204010022804141e-003 -0.2561072111129761 0.0406009182333946 <_> <_> <_>5 14 2 3 -1. <_>5 15 2 1 3. 0 -2.9081690590828657e-003 0.2020632028579712 -0.0562228299677372 <_> <_> <_>16 6 1 6 -1. <_>16 8 1 2 3. 0 -1.4549949810316321e-005 0.0900005027651787 -0.1177052035927773 <_> <_> <_>0 6 2 2 -1. <_>1 6 1 2 2. 0 -5.3217669483274221e-004 -0.1529943048954010 0.0689254924654961 <_> <_> <_>3 12 4 8 -1. <_>3 12 2 4 2. <_>5 16 2 4 2. 0 -0.0145901795476675 0.2177651971578598 -0.0518504306674004 <_> <_> <_>6 2 2 8 -1. <_>7 2 1 8 2. 0 -4.0213059401139617e-004 0.0940178930759430 -0.1102764010429382 <_> <_> <_>6 7 2 6 -1. <_>6 7 1 3 2. <_>7 10 1 3 2. 0 -2.3089889436960220e-003 0.2479234933853149 -0.0578570403158665 <_> <_> <_>5 12 4 2 -1. <_>7 12 2 2 2. 0 3.1196139752864838e-004 -0.1402194052934647 0.0772474929690361 <_> <_> <_>4 9 13 2 -1. <_>4 10 13 1 2. 0 -9.1317007318139076e-003 0.4024280905723572 -0.0289535094052553 <_> <_> <_>19 5 1 2 -1. <_>19 6 1 1 2. 0 4.2655199649743736e-004 0.0531143881380558 -0.2135533988475800 <_> <_> <_>4 8 9 1 -1. <_>7 8 3 1 3. 0 3.9956220425665379e-003 0.0440669208765030 -0.2299441993236542 <_> <_> <_>8 8 2 1 -1. <_>9 8 1 1 2. 0 -1.4012040337547660e-003 0.2710689902305603 -0.0451718308031559 <_> <_> <_>3 0 2 10 -1. <_>3 5 2 5 2. 0 0.0360647700726986 0.0336280800402164 -0.3283013105392456 <_> <_> <_>6 2 2 1 -1. <_>7 2 1 1 2. 0 -1.3408949598670006e-004 -0.1388804018497467 0.0800780504941940 <_> <_> <_>14 5 3 3 -1. <_>15 5 1 3 3. 0 -6.9480319507420063e-003 -0.3931545019149780 0.0273029301315546 <_> <_> <_>4 8 2 2 -1. <_>4 8 1 1 2. <_>5 9 1 1 2. 0 -1.4855440240353346e-003 0.1976166963577271 -0.0515620708465576 <_> <_> <_>8 16 9 2 -1. <_>8 17 9 1 2. 0 -0.0137575399130583 -0.5562098026275635 0.0183015707880259 <_> <_> <_>6 7 2 3 -1. <_>6 8 2 1 3. 0 8.4021147340536118e-003 0.0136904800310731 -0.6317132115364075 <_> <_> <_>12 11 2 2 -1. <_>12 11 1 1 2. <_>13 12 1 1 2. 0 -1.7845979891717434e-004 -0.1453599035739899 0.0639211311936378 <_> <_> <_>15 9 2 4 -1. <_>15 11 2 2 2. 0 -0.0113268503919244 0.6587061285972595 -0.0164606291800737 <_> <_> <_>5 11 2 3 -1. <_>5 12 2 1 3. 0 1.5268150018528104e-003 -0.0603895410895348 0.1545401066541672 <_> <_> <_>6 11 2 3 -1. <_>6 12 2 1 3. 0 -6.0069989413022995e-003 0.2585973143577576 -0.0494669713079929 <_> <_> <_>6 12 1 6 -1. <_>6 15 1 3 2. 0 -7.4241221882402897e-003 -0.3880611062049866 0.0293931905180216 <_> <_> <_>6 9 5 9 -1. <_>6 12 5 3 3. 0 -3.9992430247366428e-003 -0.1378819942474365 0.0779918804764748 <_> <_> <_>8 11 2 2 -1. <_>8 12 2 1 2. 0 1.0202969860984012e-004 0.0727107375860214 -0.1703258007764816 <_> <_> <_>8 10 4 2 -1. <_>10 10 2 2 2. 0 4.0135599556379020e-004 -0.0927880182862282 0.1230544000864029 <_> <_> <_>8 10 4 6 -1. <_>8 10 2 3 2. <_>10 13 2 3 2. 0 -9.7611807286739349e-003 -0.3663052022457123 0.0297488998621702 <_> <_> <_>2 0 9 20 -1. <_>5 0 3 20 3. 0 -0.3074553906917572 -0.7865182161331177 0.0130586903542280 <_> <_> <_>12 3 2 4 -1. <_>12 3 1 2 2. <_>13 5 1 2 2. 0 -6.0231718234717846e-003 -0.5090023875236511 0.0181716196238995 <_> <_> <_>15 0 2 10 -1. <_>16 0 1 10 2. 0 -2.3784159566275775e-004 -0.0998225212097168 0.1053086966276169 <_> <_> <_>13 7 3 4 -1. <_>14 7 1 4 3. 0 1.3516229810193181e-003 -0.0664440169930458 0.1542510986328125 <_> <_> <_>14 10 1 2 -1. <_>14 11 1 1 2. 0 -1.6924949595704675e-003 -0.4413385093212128 0.0251007005572319 <_> <_> <_>16 11 3 1 -1. <_>17 11 1 1 3. 0 1.0610929457470775e-003 -0.0605778992176056 0.1721791028976440 <_> <_> <_>16 11 2 2 -1. <_>16 11 1 1 2. <_>17 12 1 1 2. 0 5.6644581491127610e-004 -0.0786877796053886 0.1678466945886612 <_> <_> <_>13 12 6 1 -1. <_>15 12 2 1 3. 0 -0.0139553900808096 -0.5784109830856323 0.0190871395170689 <_> <_> <_>3 2 14 9 -1. <_>10 2 7 9 2. 0 -1.8862909637391567e-003 0.0621181502938271 -0.1652339994907379 <_> <_> <_>5 4 12 2 -1. <_>11 4 6 2 2. 0 0.0167841706424952 -0.0303809195756912 0.3610531985759735 <_> <_> <_>13 6 2 1 -1. <_>14 6 1 1 2. 0 -1.4158519661577884e-005 0.0721826329827309 -0.1440749019384384 <_> <_> <_>7 10 3 3 -1. <_>7 11 3 1 3. 0 7.3750452138483524e-003 0.0297915805131197 -0.2927787005901337 <_> <_> <_>16 17 4 2 -1. <_>18 17 2 2 2. 0 8.0517530441284180e-003 -0.0446812994778156 0.2176039963960648 <_> <_> <_>4 12 8 8 -1. <_>4 12 4 4 2. <_>8 16 4 4 2. 0 -0.0795196965336800 -0.6520869135856628 0.0146189099177718 <_> <_> <_>14 8 4 5 -1. <_>16 8 2 5 2. 0 0.0120657002553344 0.0292028803378344 -0.2945412099361420 <_> <_> <_>11 8 6 2 -1. <_>13 8 2 2 3. 0 -0.0101226996630430 0.2774623930454254 -0.0437135696411133 <_> <_> <_>4 5 16 5 -1. <_>12 5 8 5 2. 0 -0.1851581037044525 -0.4613685905933380 0.0240932404994965 <_> <_> <_>14 9 6 10 -1. <_>16 9 2 10 3. 0 -0.0807261317968369 -0.4467343091964722 0.0208454597741365 <_> <_> <_>4 18 3 1 -1. <_>5 18 1 1 3. 0 1.5173270367085934e-003 -0.0515759699046612 0.1806337982416153 <_> <_> <_>4 13 4 4 -1. <_>4 13 2 2 2. <_>6 15 2 2 2. 0 -0.0111848199740052 -0.3537395894527435 0.0270595401525497 <_> <_> <_>6 15 2 3 -1. <_>6 16 2 1 3. 0 -3.5008399281650782e-003 0.2054871022701263 -0.0460320599377155 <_> <_> <_>6 15 1 3 -1. <_>6 16 1 1 3. 0 1.4720410108566284e-003 -0.0638717114925385 0.1816830039024353 <_> <_> <_>7 17 3 1 -1. <_>8 17 1 1 3. 0 -4.5021830010227859e-004 -0.1635392010211945 0.0593277402222157 <_> <_> <_>7 17 3 1 -1. <_>8 17 1 1 3. 0 6.1653478769585490e-004 0.0690893232822418 -0.1915604025125504 <_> <_> <_>9 10 4 1 -1. <_>11 10 2 1 2. 0 1.4797239564359188e-003 -0.0522419996559620 0.1863134056329727 <_> <_> <_>11 12 2 1 -1. <_>12 12 1 1 2. 0 -1.4754989933862817e-005 0.0735861435532570 -0.1509232074022293 <_> <_> <_>7 8 1 6 -1. <_>7 11 1 3 2. 0 8.6423632455989718e-004 0.0669300779700279 -0.1397610008716583 <_> <_> <_>6 7 3 3 -1. <_>7 7 1 3 3. 0 -4.1005611419677734e-003 0.2094669938087463 -0.0471750088036060 <_> <_> <_>13 10 1 3 -1. <_>13 11 1 1 3. 0 -2.1505339536815882e-003 -0.5275384187698364 0.0176652502268553 <_> <_> <_>5 8 2 4 -1. <_>5 10 2 2 2. 0 7.8334724530577660e-003 -0.0451250113546848 0.2037491947412491 <_> <_> <_>5 8 6 6 -1. <_>8 8 3 6 2. 0 -3.2690390944480896e-003 -0.1383669972419739 0.0706531628966331 <_> <_> <_>6 5 4 13 -1. <_>8 5 2 13 2. 0 3.9274748414754868e-003 0.0684285983443260 -0.1621017009019852 <_> <_> <_>8 4 10 8 -1. <_>8 4 5 4 2. <_>13 8 5 4 2. 0 7.6534547843039036e-003 -0.0931621566414833 0.0999126806855202 <_> <_> <_>8 3 9 6 -1. <_>11 3 3 6 3. 0 -0.0326201505959034 0.3545354902744293 -0.0307653397321701 <_> <_> <_>11 0 6 3 -1. <_>13 0 2 3 3. 0 -0.0182472094893456 -0.3817118108272553 0.0277641806751490 <_> <_> <_>11 1 3 15 -1. <_>12 1 1 15 3. 0 -8.0104079097509384e-004 -0.1432909965515137 0.0649366304278374 <_> <_> <_>4 8 14 9 -1. <_>4 11 14 3 3. 0 -0.1099310964345932 0.8731942772865295 -0.0112426700070500 <_> <_> <_>11 2 1 16 -1. <_>11 10 1 8 2. 0 -0.0305081997066736 -0.6126984953880310 0.0193726997822523 <_> <_> <_>12 1 2 14 -1. <_>12 8 2 7 2. 0 -0.0191878192126751 0.2853302061557770 -0.0368323288857937 <_> <_> <_>11 1 3 4 -1. <_>12 1 1 4 3. 0 2.3266570642590523e-003 0.0472893603146076 -0.2125295996665955 <_> <_> <_>9 8 4 2 -1. <_>9 8 2 1 2. <_>11 9 2 1 2. 0 -1.4535760274156928e-003 0.1377892047166824 -0.0745014920830727 <_> <_> <_>17 3 2 2 -1. <_>18 3 1 2 2. 0 -1.0573640465736389e-003 -0.2218683063983917 0.0420391708612442 <_> <_> <_>2 6 3 2 -1. <_>3 6 1 2 3. 0 1.7203199677169323e-003 -0.0692997500300407 0.1379489004611969 <_> <_> <_>9 8 2 2 -1. <_>9 9 2 1 2. 0 -1.4716150471940637e-003 0.2429670989513397 -0.0407950095832348 <_> <_> <_>6 15 6 1 -1. <_>8 15 2 1 3. 0 -5.2822660654783249e-003 -0.3195948004722595 0.0342152602970600 <_> <_> <_>16 10 2 4 -1. <_>16 10 1 2 2. <_>17 12 1 2 2. 0 -4.7165742143988609e-003 0.3058119118213654 -0.0317729189991951 <_> <_> <_>6 6 10 6 -1. <_>6 6 5 3 2. <_>11 9 5 3 2. 0 7.3668370023369789e-003 0.0610850788652897 -0.1639001965522766 <_> <_> <_>13 8 3 3 -1. <_>13 9 3 1 3. 0 -7.6594999991357327e-003 -0.4647234976291657 0.0188697502017021 <_> <_> <_>13 0 4 2 -1. <_>13 0 2 1 2. <_>15 1 2 1 2. 0 7.6969028450548649e-003 -0.0181915909051895 0.5539581179618835 <_> <_> <_>10 0 10 2 -1. <_>10 0 5 1 2. <_>15 1 5 1 2. 0 -5.6195858633145690e-004 0.0976184830069542 -0.1084408983588219 <_> <_> <_>13 13 2 1 -1. <_>14 13 1 1 2. 0 -1.4587530131393578e-005 0.0745851323008537 -0.1235361024737358 <_> <_> <_>4 9 2 2 -1. <_>4 9 1 1 2. <_>5 10 1 1 2. 0 -9.5779378898441792e-004 0.1637014001607895 -0.0586100816726685 <_> <_> <_>6 8 2 3 -1. <_>6 9 2 1 3. 0 8.0253500491380692e-003 0.0268576703965664 -0.4150776863098145 <_> <_> <_>2 12 2 3 -1. <_>2 13 2 1 3. 0 1.6938529442995787e-003 0.0485362708568573 -0.1788846999406815 <_> <_> <_>2 0 10 2 -1. <_>2 0 5 1 2. <_>7 1 5 1 2. 0 -4.3334178626537323e-003 0.1979822069406509 -0.0480850599706173 <_> <_> <_>6 2 2 2 -1. <_>6 3 2 1 2. 0 -2.2440029715653509e-004 -0.1511324942111969 0.0604286491870880 <_> <_> <_>5 10 8 2 -1. <_>5 11 8 1 2. 0 -0.0113925095647573 0.3273792862892151 -0.0297512598335743 <_> <_> <_>11 7 5 10 -1. <_>11 12 5 5 2. 0 -9.3984175473451614e-003 -0.1291299015283585 0.0763022825121880 <_> <_> <_>5 10 4 3 -1. <_>5 11 4 1 3. 0 8.7430170970037580e-004 -0.0975561663508415 0.0978080108761787 <_> <_> <_>9 6 6 12 -1. <_>9 12 6 6 2. 0 7.5171617791056633e-003 0.0650843530893326 -0.1541941016912460 <_> <_> <_>16 10 3 5 -1. <_>17 10 1 5 3. 0 -2.7937069535255432e-003 0.1500952988862991 -0.0633553937077522 <_> <_> <_>15 12 2 4 -1. <_>15 12 1 2 2. <_>16 14 1 2 2. 0 -3.4385098842903972e-004 0.1240428984165192 -0.0757806301116943 <_> <_> <_>8 0 12 8 -1. <_>8 0 6 4 2. <_>14 4 6 4 2. 0 0.0875579267740250 -0.0159059409052134 0.5660734772682190 <_> <_> <_>14 1 5 3 -1. <_>14 2 5 1 3. 0 -9.3594435602426529e-003 -0.3303920030593872 0.0308747105300426 <_> <_> <_>2 2 3 6 -1. <_>3 2 1 6 3. 0 -6.7703737877309322e-003 0.1796087026596069 -0.0513103194534779 <_> <_> <_>6 5 2 2 -1. <_>7 5 1 2 2. 0 -6.2513751909136772e-003 -0.5795233845710754 0.0154257696121931 <_> <_> <_>7 12 12 1 -1. <_>11 12 4 1 3. 0 -0.0252064093947411 -0.6377707123756409 0.0130511196330190 <_> <_> <_>13 9 7 2 -1. <_>13 10 7 1 2. 0 -1.1819769861176610e-003 -0.2047811001539230 0.0404945313930511 <_> <_> <_>5 10 1 3 -1. <_>5 11 1 1 3. 0 -1.0458839824423194e-003 0.1481287926435471 -0.0626315921545029 <_> <_> <_>0 4 15 2 -1. <_>5 4 5 2 3. 0 -2.5445020291954279e-003 0.1302101016044617 -0.0694300234317780 <_> <_> <_>3 0 9 13 -1. <_>6 0 3 13 3. 0 -0.0806736275553703 -0.2805421948432922 0.0389562807977200 <_> <_> <_>5 10 6 2 -1. <_>7 10 2 2 3. 0 -1.4390920114237815e-004 0.1078051999211311 -0.0965507626533508 <_> <_> <_>8 3 4 2 -1. <_>8 3 2 1 2. <_>10 4 2 1 2. 0 7.6481432188302279e-004 0.0606672391295433 -0.1574261039495468 <_> <_> <_>8 7 2 6 -1. <_>8 7 1 3 2. <_>9 10 1 3 2. 0 -3.4516688901931047e-004 0.1141576990485191 -0.0888323709368706 <_> <_> <_>8 7 2 3 -1. <_>9 7 1 3 2. 0 -2.2118249908089638e-003 0.2298803925514221 -0.0504987388849258 <_> <_> <_>5 11 3 3 -1. <_>6 11 1 3 3. 0 9.4616543501615524e-003 0.0198270604014397 -0.5063353180885315 <_> <_> <_>0 1 1 2 -1. <_>0 2 1 1 2. 0 1.0567939607426524e-003 0.0387446396052837 -0.2350935935974121 <_> <_> <_>7 0 1 6 -1. <_>7 2 1 2 3. 0 2.9194469098001719e-003 -0.0618954785168171 0.1531331986188889 <_> <_> <_>14 0 2 5 -1. <_>15 0 1 5 2. 0 -0.0107680102810264 -0.5529810190200806 0.0178472399711609 <_> <_> <_>3 2 12 1 -1. <_>7 2 4 1 3. 0 -1.0197740048170090e-003 0.1155930012464523 -0.0801858529448509 <_> <_> <_>11 13 5 2 -1. <_>11 14 5 1 2. 0 1.8127029761672020e-004 0.0566528700292110 -0.1654936969280243 <_> <_> <_>13 14 1 3 -1. <_>13 15 1 1 3. 0 7.1620188464294188e-006 -0.0914800912141800 0.0979150906205177 <_> <_> <_>7 17 12 2 -1. <_>11 17 4 2 3. 0 0.0529100708663464 -0.0135912001132965 0.6609022021293640 <_> <_> <_>0 0 13 20 -1. <_>0 10 13 10 2. 0 0.4018537104129791 0.0195744894444942 -0.4901585876941681 <_> <_> <_>4 7 10 12 -1. <_>4 13 10 6 2. 0 -0.0179147701710463 -0.0883170366287231 0.1053296029567719 <_> <_> <_>10 12 2 2 -1. <_>11 12 1 2 2. 0 -1.4578569789591711e-005 0.0785131528973579 -0.1230034977197647 <_> <_> <_>9 11 4 4 -1. <_>11 11 2 4 2. 0 6.4994548447430134e-003 -0.0408434681594372 0.2933715879917145 <_> <_> <_>4 9 16 5 -1. <_>12 9 8 5 2. 0 0.0957629829645157 0.0193324796855450 -0.5344405770301819 <_> <_> <_>16 9 2 4 -1. <_>17 9 1 4 2. 0 1.4263469893194269e-005 -0.0888975337147713 0.1063278988003731 <_> <_> <_>15 9 3 1 -1. <_>16 9 1 1 3. 0 2.2215039934962988e-003 -0.0407779514789581 0.2640512883663178 <_> <_> <_>14 3 4 11 -1. <_>16 3 2 11 2. 0 3.1875250861048698e-003 0.0597250387072563 -0.1620295941829681 <_> <_> <_>4 3 10 10 -1. <_>4 3 5 5 2. <_>9 8 5 5 2. 0 0.0960695892572403 0.0113184601068497 -0.7911068797111511 <_> <_> <_>16 9 3 1 -1. <_>17 9 1 1 3. 0 1.9584870897233486e-003 -0.0392520204186440 0.2363992929458618 <_> <_> <_>6 4 14 9 -1. <_>6 7 14 3 3. 0 -0.1846846938133240 -0.5897439718246460 0.0157584100961685 <_> <_> <_>8 11 2 4 -1. <_>8 13 2 2 2. 0 2.1685050160158426e-004 0.0463204495608807 -0.1827467978000641 <_> <_> <_>5 9 6 8 -1. <_>5 9 3 4 2. <_>8 13 3 4 2. 0 0.0188097096979618 -0.0433571189641953 0.2783260047435761 <_> <_> <_>5 11 4 4 -1. <_>5 13 4 2 2. 0 -6.2639699317514896e-003 -0.1389119029045105 0.0771159008145332 <_> <_> <_>7 14 1 3 -1. <_>7 15 1 1 3. 0 3.2622940489090979e-004 -0.0918030217289925 0.1058828979730606 <_> <_> <_>9 10 3 1 -1. <_>10 10 1 1 3. 0 5.3745559416711330e-003 0.0108034899458289 -0.7671645879745483 <_> <_> <_>4 8 2 4 -1. <_>4 8 1 2 2. <_>5 10 1 2 2. 0 2.8126770630478859e-003 -0.0596188604831696 0.1613305062055588 <_> <_> <_>14 6 2 5 -1. <_>15 6 1 5 2. 0 -6.5314618404954672e-004 -0.0856908112764359 0.1154076978564262 <_> <_> <_>13 7 6 7 -1. <_>15 7 2 7 3. 0 -1.7845110269263387e-003 0.0818319916725159 -0.1270080059766769 <_> <_> <_>15 6 4 7 -1. <_>17 6 2 7 2. 0 3.0969830695539713e-003 0.0683666393160820 -0.1447543948888779 <_> <_> <_>9 11 6 5 -1. <_>11 11 2 5 3. 0 -4.1442047804594040e-003 0.1863203048706055 -0.0540303103625774 <_> <_> <_>0 8 20 4 -1. <_>10 8 10 4 2. 0 -0.0499725192785263 -0.1280035972595215 0.0850491598248482 <_> <_> <_>1 2 8 14 -1. <_>1 2 4 7 2. <_>5 9 4 7 2. 0 -0.0107439104467630 0.1370172947645187 -0.0773664563894272 <_> <_> <_>10 13 3 1 -1. <_>11 13 1 1 3. 0 -3.0474149389192462e-004 -0.1693834066390991 0.0579711683094502 <_> <_> <_>7 0 6 4 -1. <_>9 0 2 4 3. 0 0.0360233187675476 0.0135613000020385 -0.6327974796295166 <_> <_> <_>7 14 6 2 -1. <_>7 14 3 1 2. <_>10 15 3 1 2. 0 2.5479190517216921e-003 -0.0438243597745895 0.2215041965246201 -1.2739679813385010 24 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_righteye_2splits.xml000066400000000000000000011717511417525156400301750ustar00rootroot00000000000000 20 20 <_> <_> <_> <_> 8 7 3 12 -1. <_> 8 11 3 4 3. 0 -0.0482105500996113 1 -0.8614044785499573 <_> <_> 8 7 8 3 -1. <_> 10 9 4 3 2. 1 -0.0415761992335320 0.9176905751228333 -0.2128400951623917 <_> <_> <_> 9 13 2 6 -1. <_> 9 16 2 3 2. 0 9.3528684228658676e-03 -0.6978576779365540 1 <_> <_> 8 2 12 8 -1. <_> 11 2 6 8 2. 0 -2.2144919785205275e-04 0.7952337265014648 -0.4894809126853943 <_> <_> <_> 14 0 6 6 -1. <_> 14 3 6 3 2. 0 -0.0218533501029015 0.7057464122772217 1 <_> <_> 8 1 5 12 -1. <_> 8 4 5 6 2. 0 0.0996729284524918 -0.7066624164581299 0.7921097874641418 <_> <_> <_> 1 8 3 12 -1. <_> 1 12 3 4 3. 0 -0.0216648206114769 1 -0.6089860796928406 <_> <_> 0 11 2 7 -1. <_> 1 11 1 7 2. 0 -7.5680727604776621e-04 0.7168570160865784 -0.3046456873416901 <_> <_> <_> 6 12 9 7 -1. <_> 9 12 3 7 3. 0 -0.0133330496028066 1 -0.4684469103813171 <_> <_> 13 4 6 9 -1. <_> 15 4 2 9 3. 0 9.2925298959016800e-03 0.6423593163490295 -0.5118042826652527 -2.2325520515441895 -1 -1 <_> <_> <_> <_> 4 7 12 12 -1. <_> 8 11 4 4 9. 0 -0.3394871950149536 0.7791326045989990 1 <_> <_> 15 0 4 20 -1. <_> 15 5 4 10 2. 0 -0.1367247998714447 0.2642127871513367 -0.8791009187698364 <_> <_> <_> 0 12 5 8 -1. <_> 0 16 5 4 2. 0 0.0313945002853870 -0.6995670199394226 1 <_> <_> 8 2 12 8 -1. <_> 12 2 4 8 3. 0 -0.0108281401917338 0.7650449275970459 -0.4371921122074127 <_> <_> <_> 19 0 1 8 -1. <_> 19 4 1 4 2. 0 -4.2506768368184566e-03 1 -0.5756158232688904 <_> <_> 9 7 3 12 -1. <_> 9 11 3 4 3. 0 -0.0226754695177078 0.7408059239387512 -0.3667725026607513 <_> <_> <_> 1 2 8 8 -1. <_> 1 6 8 4 2. 0 0.0391614809632301 1 0.6404516100883484 <_> <_> 0 12 4 4 -1. <_> 2 12 2 4 2. 0 -3.1934089493006468e-03 0.1604758948087692 -0.7101097702980042 <_> <_> <_> 9 7 6 8 -1. <_> 9 7 3 4 2. <_> 12 11 3 4 2. 0 0.0253219902515411 1 0.4957486093044281 <_> <_> 13 18 7 2 -1. <_> 13 19 7 1 2. 0 7.7583367237821221e-04 -0.7173789739608765 -0.0185817703604698 -2.1598019599914551 0 -1 <_> <_> <_> <_> 4 7 12 12 -1. <_> 8 11 4 4 9. 0 -0.2655405998229980 1 -0.8471245169639587 <_> <_> 0 8 5 12 -1. <_> 0 12 5 4 3. 0 -0.0225327797234058 0.8797718882560730 -0.3339469134807587 <_> <_> <_> 16 0 4 8 -1. <_> 18 0 2 8 2. 0 8.5310067515820265e-04 -0.8203244805335999 1 <_> <_> 16 12 1 8 -1. <_> 16 16 1 4 2. 0 1.5820249973330647e-04 -0.7517635822296143 0.6776971220970154 <_> <_> <_> 9 1 9 9 -1. <_> 12 1 3 9 3. 0 -1.0837490117410198e-04 1 -0.8331400156021118 <_> <_> 16 16 1 3 -1. <_> 15 17 1 1 3. 1 2.6810260023921728e-03 0.5384474992752075 -0.7653415799140930 <_> <_> <_> 2 14 2 4 -1. <_> 2 16 2 2 2. 0 8.5202371701598167e-04 -0.7751489877700806 1 <_> <_> 6 12 9 3 -1. <_> 9 12 3 3 3. 0 -0.0122417397797108 0.6324015259742737 -0.6339520812034607 <_> <_> <_> 0 18 5 2 -1. <_> 0 19 5 1 2. 0 6.2314196838997304e-05 1 0.4429041147232056 <_> <_> 1 7 18 12 -1. <_> 7 11 6 4 9. 0 -0.7191110849380493 0.8013592958450317 -0.5343109965324402 <_> <_> <_> 4 0 16 12 -1. <_> 4 0 8 6 2. <_> 12 6 8 6 2. 0 -0.0242803394794464 1 -0.6779791712760925 <_> <_> 8 3 2 5 -1. <_> 9 3 1 5 2. 0 3.4558640327304602e-03 0.4903061091899872 -0.8844798207283020 <_> <_> <_> 17 17 1 2 -1. <_> 17 17 1 1 2. 1 -6.2993327446747571e-05 1 -0.5788341760635376 <_> <_> 18 16 1 3 -1. <_> 17 17 1 1 3. 1 -4.6443562023341656e-03 -0.8587880730628967 0.5245460271835327 <_> <_> <_> 0 9 2 6 -1. <_> 1 9 1 6 2. 0 -4.0299328247783706e-05 1 -0.5271345973014832 <_> <_> 3 3 3 4 -1. <_> 4 3 1 4 3. 0 -3.7485519424080849e-03 -0.8562619090080261 0.4894461035728455 -2.3451159000396729 1 -1 <_> <_> <_> <_> 4 7 12 12 -1. <_> 8 11 4 4 9. 0 -0.3837707936763763 0.7171502113342285 1 <_> <_> 10 0 7 8 -1. <_> 10 4 7 4 2. 0 -0.1383703052997589 0.3439235985279083 -0.7993127703666687 <_> <_> <_> 18 0 2 9 -1. <_> 19 0 1 9 2. 0 3.3107071067206562e-04 -0.6835243105888367 1 <_> <_> 4 13 1 4 -1. <_> 4 13 1 2 2. 1 -5.1273438148200512e-03 0.5825061798095703 -0.4095500111579895 <_> <_> <_> 10 8 6 2 -1. <_> 12 10 2 2 3. 1 -0.0261006802320480 1 -0.4371330142021179 <_> <_> 14 11 4 7 -1. <_> 15 11 2 7 2. 0 -1.0628979653120041e-03 0.7068073749542236 -0.2681793868541718 <_> <_> <_> 4 0 13 8 -1. <_> 4 2 13 4 2. 0 -0.0978548526763916 0.7394003868103027 1 <_> <_> 9 1 7 8 -1. <_> 9 5 7 4 2. 0 -0.1182982027530670 0.6381418108940125 -0.3872187137603760 <_> <_> <_> 7 0 12 9 -1. <_> 10 0 6 9 2. 0 -7.5409049168229103e-03 1 -0.4880301952362061 <_> <_> 14 3 4 4 -1. <_> 15 3 2 4 2. 0 2.6851659640669823e-03 0.3908346891403198 -0.6556153893470764 <_> <_> <_> 0 16 4 4 -1. <_> 0 18 4 2 2. 0 1.6870240215212107e-03 -0.4989174902439117 1 <_> <_> 3 17 2 1 -1. <_> 3 17 1 1 2. 1 -3.8136160001158714e-03 -0.6640558838844299 0.4065074920654297 <_> <_> <_> 17 16 1 3 -1. <_> 16 17 1 1 3. 1 2.0289309322834015e-03 1 -0.6998921036720276 <_> <_> 11 10 6 4 -1. <_> 10 11 6 2 2. 1 -7.6308869756758213e-03 0.4320684075355530 -0.2966496944427490 <_> <_> <_> 19 0 1 4 -1. <_> 19 2 1 2 2. 0 -3.3815231290645897e-04 1 -0.4680854082107544 <_> <_> 17 0 3 3 -1. <_> 18 1 1 1 9. 0 7.5163291767239571e-03 0.3652149140834808 -0.7601454257965088 <_> <_> <_> 2 1 12 6 -1. <_> 2 4 12 3 2. 0 0.0614795088768005 1 0.5699062943458557 <_> <_> 19 2 1 16 -1. <_> 15 6 1 8 2. 1 -0.0462865792214870 0.2262506037950516 -0.4533078074455261 <_> <_> <_> 12 2 4 6 -1. <_> 13 2 2 6 2. 0 4.6903551556169987e-03 1 -0.7728670835494995 <_> <_> 11 3 3 3 -1. <_> 12 3 1 3 3. 0 1.8803169950842857e-03 0.2734912037849426 -0.6666783094406128 -2.3431489467620850 2 -1 <_> <_> <_> <_> 1 7 18 12 -1. <_> 7 11 6 4 9. 0 -0.5542067289352417 1 -0.6062026023864746 <_> <_> 8 1 12 9 -1. <_> 12 1 4 9 3. 0 -6.9329799152910709e-03 0.7854202985763550 -0.3552212119102478 <_> <_> <_> 18 0 2 10 -1. <_> 18 5 2 5 2. 0 -0.0211699604988098 0.5294768810272217 1 <_> <_> 4 5 12 15 -1. <_> 8 10 4 5 9. 0 -0.6742839813232422 0.4606522023677826 -0.7005820870399475 <_> <_> <_> 1 8 4 12 -1. <_> 1 12 4 4 3. 0 -0.0427250787615776 1 -0.5990480780601501 <_> <_> 6 13 8 2 -1. <_> 8 13 4 2 2. 0 -0.0101093295961618 0.6810922026634216 -0.2073187977075577 <_> <_> <_> 16 0 4 15 -1. <_> 18 0 2 15 2. 0 6.5861130133271217e-03 -0.5242084860801697 1 <_> <_> 14 0 4 8 -1. <_> 15 0 2 8 2. 0 -7.6380418613553047e-03 -0.7016978263854980 0.4410013854503632 <_> <_> <_> 5 0 8 9 -1. <_> 5 3 8 3 3. 0 -0.0976815819740295 0.5770874023437500 1 <_> <_> 8 0 6 6 -1. <_> 10 0 2 6 3. 0 0.0101973600685596 -0.0985185503959656 -0.8811169862747192 <_> <_> <_> 10 17 3 3 -1. <_> 11 17 1 3 3. 0 -2.5724549777805805e-03 -0.8323333859443665 1 <_> <_> 10 17 4 3 -1. <_> 11 17 2 3 2. 0 2.6594230439513922e-03 0.3099535107612610 -0.8160917758941650 <_> <_> <_> 14 12 4 4 -1. <_> 15 12 2 4 2. 0 -1.0042720241472125e-03 1 -0.4355852007865906 <_> <_> 8 18 4 2 -1. <_> 9 18 2 2 2. 0 2.6080000679939985e-03 0.3356660008430481 -0.8188933134078979 <_> <_> <_> 6 1 4 5 -1. <_> 7 1 2 5 2. 0 4.9724509008228779e-03 1 -0.7704818248748779 <_> <_> 2 0 6 5 -1. <_> 4 0 2 5 3. 0 0.0122432401403785 0.2253420054912567 -0.6869555115699768 -2.1268370151519775 3 -1 <_> <_> <_> <_> 8 7 8 3 -1. <_> 10 9 4 3 2. 1 -0.0577849298715591 1 -0.7051600813865662 <_> <_> 14 12 4 3 -1. <_> 15 12 2 3 2. 0 -1.7517809756100178e-03 0.8565592169761658 -0.0924034193158150 <_> <_> <_> 10 10 3 4 -1. <_> 9 11 3 2 2. 1 -0.0115223797038198 1 -0.4274964034557343 <_> <_> 17 0 2 6 -1. <_> 17 3 2 3 2. 0 -3.8323760963976383e-03 0.7591353058815002 -0.1089404970407486 <_> <_> <_> 1 9 6 9 -1. <_> 3 12 2 3 9. 0 -0.0809223875403404 1 -0.3136476874351501 <_> <_> 5 11 8 4 -1. <_> 9 11 4 4 2. 0 -6.2537011690437794e-03 0.6999592185020447 -0.1180569007992744 <_> <_> <_> 1 0 16 6 -1. <_> 1 3 16 3 2. 0 -0.1222786009311676 0.5207250118255615 1 <_> <_> 2 0 14 6 -1. <_> 2 2 14 2 3. 0 -0.0641681104898453 0.3927274942398071 -0.4219441115856171 <_> <_> <_> 0 11 2 9 -1. <_> 1 11 1 9 2. 0 -5.3712888620793819e-04 1 -0.4952454864978790 <_> <_> 18 11 1 8 -1. <_> 18 11 1 4 2. 1 -2.8175620827823877e-03 0.4135014116764069 -0.3891927897930145 <_> <_> <_> 10 12 3 2 -1. <_> 11 12 1 2 3. 0 -3.6368549335747957e-03 0.6761502027511597 1 <_> <_> 11 13 3 1 -1. <_> 12 13 1 1 3. 0 -1.3223909772932529e-03 0.4342699944972992 -0.3764213025569916 <_> <_> <_> 15 0 4 8 -1. <_> 17 0 2 8 2. 0 3.7143539520911872e-04 -0.5563088059425354 1 <_> <_> 12 17 4 3 -1. <_> 14 17 2 3 2. 0 -5.0255712121725082e-03 -0.5232859253883362 0.3464682102203369 <_> <_> <_> 15 17 1 2 -1. <_> 15 17 1 1 2. 1 -9.2711612523999065e-05 1 -0.4965266883373260 <_> <_> 15 16 1 3 -1. <_> 14 17 1 1 3. 1 1.9847028888761997e-03 0.3340164124965668 -0.6244689226150513 <_> <_> <_> 3 0 14 8 -1. <_> 3 2 14 4 2. 0 0.0472034402191639 1 0.5756261944770813 <_> <_> 18 1 1 2 -1. <_> 18 2 1 1 2. 0 -6.8562600063160062e-05 0.0261726602911949 -0.6084907054901123 <_> <_> <_> 6 0 8 3 -1. <_> 8 0 4 3 2. 0 7.5034219771623611e-03 1 -0.6857675909996033 <_> <_> 9 4 1 9 -1. <_> 9 7 1 3 3. 0 6.3834791071712971e-03 -0.1731251031160355 0.3856042921543121 -2.0604379177093506 4 -1 <_> <_> <_> <_> 6 13 9 2 -1. <_> 9 13 3 2 3. 0 -0.0155844502151012 1 -0.6664896011352539 <_> <_> 0 13 5 6 -1. <_> 0 16 5 3 2. 0 0.0145570198073983 -0.4374513030052185 0.7222781777381897 <_> <_> <_> 13 12 6 4 -1. <_> 15 12 2 4 3. 0 -5.7889888994395733e-03 1 -0.4318324029445648 <_> <_> 4 6 12 2 -1. <_> 8 10 4 2 3. 1 -0.0819367691874504 0.6846765279769897 -0.2254672944545746 <_> <_> <_> 19 0 1 8 -1. <_> 19 4 1 4 2. 0 -4.2995368130505085e-03 1 -0.5240963101387024 <_> <_> 8 2 12 8 -1. <_> 11 2 6 8 2. 0 -0.0137366401031613 0.6162620782852173 -0.3589316010475159 <_> <_> <_> 0 12 4 4 -1. <_> 2 12 2 4 2. 0 -4.8069912008941174e-03 1 -0.4238238930702209 <_> <_> 7 8 13 9 -1. <_> 7 11 13 3 3. 0 -0.0771310999989510 0.6059936285018921 -0.3155533075332642 <_> <_> <_> 18 1 2 6 -1. <_> 19 1 1 6 2. 0 4.4640208943746984e-04 -0.4920611083507538 1 <_> <_> 7 4 5 8 -1. <_> 7 6 5 4 2. 0 0.0348415784537792 -0.0410178899765015 0.6133087873458862 <_> <_> <_> 11 18 9 2 -1. <_> 11 19 9 1 2. 0 8.2969048526138067e-04 -0.4547941982746124 1 <_> <_> 10 7 2 3 -1. <_> 11 7 1 3 2. 0 -7.8510129242204130e-05 0.4000732898712158 -0.2088876962661743 <_> <_> <_> 4 18 6 2 -1. <_> 6 18 2 2 3. 0 4.6054688282310963e-03 1 -0.6793137788772583 <_> <_> 6 13 6 7 -1. <_> 8 13 2 7 3. 0 -7.1904482319951057e-03 0.4706067144870758 -0.1413861066102982 <_> <_> <_> 5 18 6 2 -1. <_> 7 18 2 2 3. 0 -5.5724480189383030e-03 -0.7052550911903381 1 <_> <_> 18 5 2 2 -1. <_> 18 6 2 1 2. 0 -7.0458237314596772e-04 0.3609785139560699 -0.1836154013872147 <_> <_> <_> 6 2 9 4 -1. <_> 6 4 9 2 2. 0 0.0185950603336096 1 0.4176576137542725 <_> <_> 13 0 7 4 -1. <_> 13 0 7 2 2. 1 0.0500725507736206 -0.4186944961547852 0.2818650901317596 <_> <_> <_> 13 9 3 6 -1. <_> 11 11 3 2 3. 1 -0.0203559193760157 1 -0.3649415075778961 <_> <_> 16 8 4 6 -1. <_> 16 11 4 3 2. 0 -0.0286865197122097 -0.5386778712272644 0.3476788103580475 <_> <_> <_> 19 2 1 2 -1. <_> 19 3 1 1 2. 0 -7.1101690991781652e-05 1 -0.4015679061412811 <_> <_> 19 1 1 3 -1. <_> 19 2 1 1 3. 0 2.0686469506472349e-03 0.3296366035938263 -0.7095105051994324 <_> <_> <_> 13 12 2 4 -1. <_> 13 12 1 2 2. <_> 14 14 1 2 2. 0 1.1430920567363501e-03 1 0.4417298138141632 <_> <_> 14 9 3 5 -1. <_> 15 10 1 5 3. 1 -8.8636036962270737e-03 0.1842613071203232 -0.4127517044544220 -2.3187489509582520 5 -1 <_> <_> <_> <_> 8 7 8 3 -1. <_> 10 9 4 3 2. 1 -0.0776376426219940 1 -0.4932152926921844 <_> <_> 7 7 9 4 -1. <_> 6 8 9 2 2. 1 -8.4830820560455322e-03 0.7813854217529297 -0.3606229126453400 <_> <_> <_> 0 11 2 6 -1. <_> 1 11 1 6 2. 0 -1.7180460272356868e-03 1 -0.4769004881381989 <_> <_> 0 13 5 6 -1. <_> 0 16 5 3 2. 0 0.0247409492731094 -0.3242008090019226 0.5928000211715698 <_> <_> <_> 16 2 4 6 -1. <_> 18 2 2 6 2. 0 3.3028100151568651e-03 -0.5399159789085388 1 <_> <_> 13 5 6 7 -1. <_> 15 7 2 7 3. 1 -0.0346220396459103 0.5207672715187073 -0.3353079855442047 <_> <_> <_> 19 2 1 4 -1. <_> 19 4 1 2 2. 0 -7.1505777304992080e-04 1 -0.4898169934749603 <_> <_> 14 1 6 2 -1. <_> 16 1 2 2 3. 0 -9.0145105496048927e-03 -0.7796980142593384 0.3658635914325714 <_> <_> <_> 14 12 4 5 -1. <_> 15 12 2 5 2. 0 -1.0250939521938562e-03 1 -0.4697051048278809 <_> <_> 18 15 2 3 -1. <_> 17 16 2 1 3. 1 -5.5693178437650204e-03 -0.6969562172889709 0.3502543866634369 <_> <_> <_> 14 16 3 4 -1. <_> 14 18 3 2 2. 0 1.3235070509836078e-03 -0.4470798075199127 1 <_> <_> 16 16 1 2 -1. <_> 16 16 1 1 2. 1 -3.3737940248101950e-03 -0.5619515180587769 0.3183380961418152 <_> <_> <_> 18 0 1 2 -1. <_> 18 1 1 1 2. 0 -6.4095242123585194e-05 1 -0.3547363877296448 <_> <_> 9 8 1 6 -1. <_> 9 11 1 3 2. 0 -2.7294119354337454e-03 0.4128524065017700 -0.3141682147979736 <_> <_> <_> 18 5 2 1 -1. <_> 19 5 1 1 2. 0 6.3087652961257845e-05 -0.3594656884670258 1 <_> <_> 14 3 6 4 -1. <_> 16 3 2 4 3. 0 -0.0154360998421907 -0.6132907867431641 0.3430199921131134 <_> <_> <_> 8 18 4 2 -1. <_> 9 18 2 2 2. 0 -2.1025019232183695e-03 -0.7696225047111511 1 <_> <_> 6 13 9 7 -1. <_> 9 13 3 7 3. 0 -0.0168495699763298 0.3656980991363525 -0.2121037989854813 <_> <_> <_> 1 16 2 2 -1. <_> 1 17 2 1 2. 0 5.6847798987291753e-05 -0.4046655893325806 1 <_> <_> 0 16 3 4 -1. <_> 0 17 3 2 2. 0 5.9984489344060421e-03 0.2850377857685089 -0.5875617861747742 <_> <_> <_> 8 1 4 5 -1. <_> 9 1 2 5 2. 0 6.1389962211251259e-03 1 -0.8718982934951782 <_> <_> 10 1 6 9 -1. <_> 12 1 2 9 3. 0 -2.8117469628341496e-04 0.2518250942230225 -0.3186821937561035 <_> <_> <_> 10 8 10 4 -1. <_> 10 10 10 2 2. 0 -4.5429798774421215e-03 1 -0.3672421872615814 <_> <_> 15 8 5 4 -1. <_> 15 10 5 2 2. 0 -0.0321671105921268 -0.7948120236396790 0.2888720035552979 <_> <_> <_> 17 1 3 2 -1. <_> 18 2 1 2 3. 1 5.0912089645862579e-03 1 -0.7147749066352844 <_> <_> 13 11 3 5 -1. <_> 14 11 1 5 3. 0 -1.5173070132732391e-03 0.4451462924480438 -0.0952073410153389 <_> <_> <_> 8 7 4 3 -1. <_> 10 7 2 3 2. 0 -6.0079508693888783e-04 1 -0.3602145016193390 <_> <_> 3 0 8 1 -1. <_> 5 0 4 1 2. 0 4.4868541881442070e-03 0.2827636003494263 -0.7208412885665894 <_> <_> <_> 1 13 6 5 -1. <_> 3 13 2 5 3. 0 -3.7957848981022835e-03 1 -0.2871744036674500 <_> <_> 13 9 3 5 -1. <_> 14 10 1 5 3. 1 -9.1829998418688774e-03 0.5047904253005981 -0.0707810372114182 -2.2203750610351562 6 -1 <_> <_> <_> <_> 11 8 4 6 -1. <_> 9 10 4 2 3. 1 -0.0557602494955063 1 -0.5585464835166931 <_> <_> 11 7 6 6 -1. <_> 13 9 2 6 3. 1 -0.0594366900622845 0.6894369721412659 -0.3719508051872253 <_> <_> <_> 7 0 7 6 -1. <_> 7 3 7 3 2. 0 -0.0546371787786484 0.5304033160209656 1 <_> <_> 3 1 10 12 -1. <_> 3 5 10 4 3. 0 0.2360835969448090 -0.4735530912876129 0.4632248878479004 <_> <_> <_> 13 12 6 4 -1. <_> 15 12 2 4 3. 0 -9.4560505822300911e-03 1 -0.3254477977752686 <_> <_> 0 9 6 9 -1. <_> 2 12 2 3 9. 0 -0.0531827099621296 0.6346856951713562 -0.2826836109161377 <_> <_> <_> 8 0 12 11 -1. <_> 12 0 4 11 3. 0 -0.0106381997466087 1 -0.5577635169029236 <_> <_> 13 11 1 8 -1. <_> 13 11 1 4 2. 1 -0.0212070196866989 0.3904919028282166 -0.4211193025112152 <_> <_> <_> 19 4 1 2 -1. <_> 19 5 1 1 2. 0 -5.6731878430582583e-05 1 -0.4180330932140350 <_> <_> 2 15 1 2 -1. <_> 2 15 1 1 2. 1 -4.4976451317779720e-04 0.3735578954219818 -0.3919964134693146 <_> <_> <_> 17 16 2 2 -1. <_> 17 16 2 1 2. 1 2.7574670966714621e-03 1 -0.7910463213920593 <_> <_> 16 16 1 3 -1. <_> 15 17 1 1 3. 1 2.5649419985711575e-03 0.1925818026065826 -0.7534446120262146 <_> <_> <_> 5 11 3 2 -1. <_> 6 12 1 2 3. 1 -9.4359368085861206e-03 0.4483475089073181 1 <_> <_> 4 11 2 2 -1. <_> 4 11 1 1 2. <_> 5 12 1 1 2. 0 1.4136210083961487e-03 -0.3387843072414398 0.4429191946983337 <_> <_> <_> 17 7 3 2 -1. <_> 18 8 1 2 3. 1 3.9976350963115692e-03 1 -0.6663758158683777 <_> <_> 16 9 3 8 -1. <_> 16 11 3 4 2. 0 -1.5278969658538699e-03 0.3129239976406097 -0.2802799046039581 <_> <_> <_> 19 0 1 4 -1. <_> 19 2 1 2 2. 0 -3.2376639865105972e-05 1 -0.4667209088802338 <_> <_> 19 0 1 3 -1. <_> 19 1 1 1 3. 0 1.6323389718309045e-03 0.2799555957317352 -0.6132150888442993 <_> <_> <_> 9 0 10 3 -1. <_> 14 0 5 3 2. 0 7.7096219174563885e-03 1 0.2035254985094070 <_> <_> 3 3 15 17 -1. <_> 8 3 5 17 3. 0 -0.0785993188619614 0.0727269127964973 -0.6867709755897522 <_> <_> <_> 8 0 4 4 -1. <_> 9 0 2 4 2. 0 -3.6581400781869888e-03 -0.6807945966720581 1 <_> <_> 1 11 8 1 -1. <_> 1 11 4 1 2. 1 -0.0426121987402439 -0.8455178141593933 0.1599057018756866 <_> <_> <_> 4 10 2 4 -1. <_> 3 11 2 2 2. 1 -4.8822778626345098e-04 1 -0.4794569909572601 <_> <_> 4 17 4 3 -1. <_> 5 17 2 3 2. 0 -4.6951142139732838e-03 -0.8223428130149841 0.2043157964944839 <_> <_> <_> 18 7 2 1 -1. <_> 19 7 1 1 2. 0 6.1706348787993193e-05 -0.3174282014369965 1 <_> <_> 2 7 18 3 -1. <_> 11 7 9 3 2. 0 0.0138099100440741 0.3076930046081543 -0.4354496896266937 <_> <_> <_> 4 11 4 2 -1. <_> 4 11 2 1 2. <_> 6 12 2 1 2. 0 -4.2187729850411415e-03 0.6249998211860657 1 <_> <_> 4 9 2 4 -1. <_> 4 11 2 2 2. 0 -3.9540808647871017e-03 0.1322520971298218 -0.3974510133266449 <_> <_> <_> 16 1 3 1 -1. <_> 17 2 1 1 3. 1 2.2203531116247177e-03 1 -0.6004533171653748 <_> <_> 4 18 1 2 -1. <_> 4 19 1 1 2. 0 6.2806582718621939e-05 -0.2242998033761978 0.2976852059364319 <_> <_> <_> 9 18 4 2 -1. <_> 10 18 2 2 2. 0 2.3292789701372385e-03 1 -0.7598208189010620 <_> <_> 12 11 5 4 -1. <_> 11 12 5 2 2. 1 -5.3711822256445885e-03 0.2648491859436035 -0.2600553929805756 <_> <_> <_> 18 2 2 1 -1. <_> 19 2 1 1 2. 0 6.4782587287481874e-05 -0.3211930096149445 1 <_> <_> 7 0 6 2 -1. <_> 9 0 2 2 3. 0 7.6606678776443005e-03 0.2417640984058380 -0.8382272720336914 -2.1757249832153320 7 -1 <_> <_> <_> <_> 6 13 8 2 -1. <_> 8 13 4 2 2. 0 -0.0148482797667384 1 -0.5339112877845764 <_> <_> 14 12 4 4 -1. <_> 15 12 2 4 2. 0 -1.6066679963842034e-03 0.7600271105766296 -0.2109173983335495 <_> <_> <_> 3 8 17 9 -1. <_> 3 11 17 3 3. 0 -0.1565192043781281 1 -0.4281854927539825 <_> <_> 0 12 4 3 -1. <_> 2 12 2 3 2. 0 -5.5439779534935951e-03 0.6562075018882751 -0.2294984012842178 <_> <_> <_> 8 3 12 6 -1. <_> 12 3 4 6 3. 0 -0.0194483399391174 1 -0.4421252012252808 <_> <_> 0 14 3 6 -1. <_> 0 17 3 3 2. 0 7.6653067953884602e-03 -0.3395059108734131 0.4658721983432770 <_> <_> <_> 3 0 13 9 -1. <_> 3 3 13 3 3. 0 -0.2114201039075851 0.5500797033309937 1 <_> <_> 8 2 8 6 -1. <_> 8 5 8 3 2. 0 -0.1062842980027199 0.6828094720840454 -0.3098773956298828 <_> <_> <_> 1 11 18 3 -1. <_> 7 11 6 3 3. 0 -0.0526535995304585 1 -0.3481881916522980 <_> <_> 16 17 1 2 -1. <_> 16 17 1 1 2. 1 -5.3522300731856376e-05 0.5056676268577576 -0.2522951960563660 <_> <_> <_> 14 12 6 4 -1. <_> 16 12 2 4 3. 0 -5.7972650974988937e-03 0.3023801147937775 1 <_> <_> 13 11 4 5 -1. <_> 14 11 2 5 2. 0 -3.7428899668157101e-03 0.2287323027849197 -0.4836657941341400 <_> <_> <_> 19 3 1 2 -1. <_> 19 4 1 1 2. 0 -5.2694038458866999e-05 1 -0.3798896074295044 <_> <_> 19 0 1 3 -1. <_> 19 1 1 1 3. 0 -1.1983739677816629e-03 -0.6744245290756226 0.2861126065254211 <_> <_> <_> 7 2 8 4 -1. <_> 7 4 8 2 2. 0 0.0225447993725538 1 0.4756571948528290 <_> <_> 9 12 3 2 -1. <_> 10 12 1 2 3. 0 3.1783939339220524e-03 -0.2889334857463837 0.5550963878631592 <_> <_> <_> 15 8 3 2 -1. <_> 16 9 1 2 3. 1 3.4742769785225391e-03 1 -0.5982655286788940 <_> <_> 16 15 3 2 -1. <_> 16 15 3 1 2. 1 -8.1408787518739700e-03 -0.5593379139900208 0.2234921008348465 <_> <_> <_> 6 12 3 3 -1. <_> 7 12 1 3 3. 0 -3.0238809995353222e-03 0.4591797888278961 1 <_> <_> 13 12 3 1 -1. <_> 14 13 1 1 3. 1 -5.9159598313271999e-03 0.6223490238189697 -0.2446815073490143 <_> <_> <_> 4 0 1 3 -1. <_> 3 1 1 1 3. 1 2.3184430319815874e-03 1 -0.6047807931900024 <_> <_> 8 2 6 4 -1. <_> 10 2 2 4 3. 0 7.7198208309710026e-03 0.2100450992584229 -0.6433128118515015 <_> <_> <_> 15 15 2 3 -1. <_> 14 16 2 1 3. 1 -5.5973320268094540e-03 -0.7162581086158752 1 <_> <_> 12 18 8 2 -1. <_> 12 19 8 1 2. 0 2.0320380281191319e-04 -0.3801802992820740 0.2133689969778061 <_> <_> <_> 7 12 6 7 -1. <_> 9 12 2 7 3. 0 -3.8205389864742756e-03 1 -0.3595725893974304 <_> <_> 4 18 6 2 -1. <_> 6 18 2 2 3. 0 4.8883338458836079e-03 0.2647193074226379 -0.5899668931961060 <_> <_> <_> 11 12 3 3 -1. <_> 12 12 1 3 3. 0 -1.3334590476006269e-03 0.3225848972797394 1 <_> <_> 12 12 2 2 -1. <_> 13 12 1 2 2. 0 -1.5447080368176103e-03 0.3697105050086975 -0.3130857050418854 <_> <_> <_> 18 5 2 1 -1. <_> 19 5 1 1 2. 0 7.5150746852159500e-05 -0.3467453122138977 1 <_> <_> 5 19 4 1 -1. <_> 6 19 2 1 2. 0 -1.1108840117231011e-03 -0.5747753977775574 0.2920114099979401 <_> <_> <_> 0 11 5 2 -1. <_> 0 12 5 1 2. 0 -1.6881119518075138e-04 1 -0.3604178130626678 <_> <_> 18 0 2 2 -1. <_> 18 1 2 1 2. 0 -1.2814450019504875e-04 0.3504320979118347 -0.2201405018568039 <_> <_> <_> 1 0 12 6 -1. <_> 1 2 12 2 3. 0 0.0195469707250595 1 0.4129591882228851 <_> <_> 1 1 6 1 -1. <_> 3 3 2 1 3. 1 -0.0110611803829670 0.2596271932125092 -0.3487595021724701 <_> <_> <_> 16 9 3 1 -1. <_> 17 10 1 1 3. 1 1.8147419905290008e-03 1 -0.5201988816261292 <_> <_> 14 10 1 6 -1. <_> 12 12 1 2 3. 1 -7.1724010631442070e-03 0.2745266854763031 -0.2682884931564331 <_> <_> <_> 3 1 1 3 -1. <_> 2 2 1 1 3. 1 2.2158189676702023e-03 1 -0.5734090805053711 <_> <_> 3 0 4 3 -1. <_> 2 1 4 1 3. 1 -9.6856858581304550e-03 -0.5802857279777527 0.1856441050767899 -2.2618789672851562 8 -1 <_> <_> <_> <_> 6 14 8 1 -1. <_> 8 14 4 1 2. 0 -0.0120652196928859 0.6167957186698914 1 <_> <_> 1 8 18 9 -1. <_> 7 11 6 3 9. 0 -0.4906777143478394 0.1406393945217133 -0.5535774230957031 <_> <_> <_> 19 0 1 18 -1. <_> 19 6 1 6 3. 0 -6.6585717722773552e-03 1 -0.5133228898048401 <_> <_> 1 13 3 6 -1. <_> 1 16 3 3 2. 0 0.0158275607973337 -0.3630152046680450 0.4334334135055542 <_> <_> <_> 6 10 7 3 -1. <_> 6 11 7 1 3. 0 -0.0140811800956726 0.5422372221946716 1 <_> <_> 6 9 7 3 -1. <_> 6 10 7 1 3. 0 -0.0121394498273730 0.4428128898143768 -0.3417111933231354 <_> <_> <_> 14 1 6 8 -1. <_> 17 1 3 8 2. 0 7.8055798076093197e-03 -0.4865975975990295 1 <_> <_> 9 6 2 4 -1. <_> 10 6 1 4 2. 0 -7.0759910158813000e-05 0.3481867909431458 -0.3280673921108246 <_> <_> <_> 6 11 7 2 -1. <_> 6 12 7 1 2. 0 -0.0181996300816536 0.5659415125846863 1 <_> <_> 17 11 3 6 -1. <_> 18 12 1 6 3. 1 -2.5289389304816723e-03 0.1131006032228470 -0.4077238142490387 <_> <_> <_> 19 17 1 2 -1. <_> 19 17 1 1 2. 1 1.0156990028917789e-03 1 -0.5984297990798950 <_> <_> 16 9 4 2 -1. <_> 17 10 2 2 2. 1 2.9432660085149109e-04 0.2843945026397705 -0.3219023048877716 <_> <_> <_> 6 18 4 2 -1. <_> 7 18 2 2 2. 0 2.0865290425717831e-03 1 -0.7828571200370789 <_> <_> 2 12 4 4 -1. <_> 3 12 2 4 2. 0 -1.7371569992974401e-03 0.3358530104160309 -0.2058237046003342 <_> <_> <_> 19 2 1 2 -1. <_> 19 3 1 1 2. 0 -7.0026202592998743e-05 1 -0.3910934925079346 <_> <_> 19 2 1 3 -1. <_> 19 3 1 1 3. 0 -1.4891549944877625e-03 -0.4695341885089874 0.2760924100875854 <_> <_> <_> 1 12 12 3 -1. <_> 7 12 6 3 2. 0 -0.0117884296923876 1 -0.4011414945125580 <_> <_> 6 18 4 1 -1. <_> 7 18 2 1 2. 0 -1.5155089786276221e-03 -0.7429047822952271 0.2769562900066376 <_> <_> <_> 5 2 12 6 -1. <_> 5 5 12 3 2. 0 0.0683967173099518 1 0.4523564875125885 <_> <_> 9 1 6 6 -1. <_> 9 4 6 3 2. 0 -0.0764414072036743 0.4284816980361938 -0.3163630962371826 <_> <_> <_> 7 0 11 9 -1. <_> 7 3 11 3 3. 0 0.0683102011680603 1 0.5140427947044373 <_> <_> 2 0 8 9 -1. <_> 2 3 8 3 3. 0 -0.0645080134272575 0.1808187067508698 -0.3421795070171356 <_> <_> <_> 5 3 4 3 -1. <_> 6 3 2 3 2. 0 -2.8335719835013151e-03 -0.6950976848602295 1 <_> <_> 0 18 3 2 -1. <_> 0 19 3 1 2. 0 -9.9732237868010998e-04 -0.4372459053993225 0.2022608071565628 <_> <_> <_> 1 0 10 19 -1. <_> 6 0 5 19 2. 0 -0.2286991029977798 0.6466220021247864 1 <_> <_> 3 8 2 3 -1. <_> 2 9 2 1 3. 1 2.9855249449610710e-03 8.1149758771061897e-03 -0.6021029949188232 <_> <_> <_> 10 17 4 3 -1. <_> 11 17 2 3 2. 0 -2.9535989742726088e-03 -0.7201312780380249 1 <_> <_> 11 13 3 2 -1. <_> 12 13 1 2 3. 0 -2.1225619129836559e-03 0.5087562203407288 -0.0593666099011898 <_> <_> <_> 10 12 3 2 -1. <_> 11 12 1 2 3. 0 -2.9382819775491953e-03 0.3928753137588501 1 <_> <_> 9 11 3 3 -1. <_> 10 11 1 3 3. 0 -5.8961478061974049e-03 0.4186604022979736 -0.2540551126003265 <_> <_> <_> 17 2 3 1 -1. <_> 18 3 1 1 3. 1 2.5730929337441921e-03 1 -0.5870727896690369 <_> <_> 12 0 6 13 -1. <_> 14 0 2 13 3. 0 0.0166477393358946 0.1920848041772842 -0.6038894057273865 <_> <_> <_> 16 0 3 1 -1. <_> 17 1 1 1 3. 1 2.4041840806603432e-03 1 -0.5719233751296997 <_> <_> 5 11 1 2 -1. <_> 5 12 1 1 2. 0 -9.0452830772846937e-04 0.3486076891422272 -0.1304924041032791 <_> <_> <_> 2 11 4 2 -1. <_> 2 11 2 1 2. <_> 4 12 2 1 2. 0 4.0814210660755634e-03 1 0.5177801847457886 <_> <_> 16 15 2 3 -1. <_> 15 16 2 1 3. 1 3.3811479806900024e-03 -6.3828541897237301e-03 -0.6144781708717346 <_> <_> <_> 8 17 4 2 -1. <_> 9 17 2 2 2. 0 -2.7499340940266848e-03 -0.6540778875350952 1 <_> <_> 0 16 4 3 -1. <_> 0 17 4 1 3. 0 -4.8207710497081280e-03 -0.6002961993217468 0.1437458992004395 -2.0994780063629150 9 -1 <_> <_> <_> <_> 9 13 6 2 -1. <_> 12 13 3 2 2. 0 7.9710120335221291e-03 -0.6199223995208740 1 <_> <_> 2 14 1 2 -1. <_> 2 14 1 1 2. 1 -9.7160867881029844e-04 0.5487716197967529 -0.4060696065425873 <_> <_> <_> 5 10 8 3 -1. <_> 5 11 8 1 3. 0 -0.0109458696097136 0.4693686962127686 1 <_> <_> 15 0 3 8 -1. <_> 13 2 3 4 2. 1 -0.0611748211085796 0.3057084977626801 -0.4445989131927490 <_> <_> <_> 14 11 4 7 -1. <_> 15 11 2 7 2. 0 -2.3100150283426046e-03 1 -0.3781644105911255 <_> <_> 3 11 15 4 -1. <_> 8 11 5 4 3. 0 -0.0475850515067577 0.4886583983898163 -0.2972886860370636 <_> <_> <_> 9 1 9 9 -1. <_> 12 1 3 9 3. 0 -2.5944279041141272e-03 1 -0.5440536737442017 <_> <_> 0 11 4 7 -1. <_> 2 11 2 7 2. 0 -3.9469371549785137e-03 0.3638249039649963 -0.3046984970569611 <_> <_> <_> 0 16 1 4 -1. <_> 0 18 1 2 2. 0 3.1871569808572531e-04 -0.4682297110557556 1 <_> <_> 19 0 1 6 -1. <_> 19 3 1 3 2. 0 -2.6655721012502909e-03 0.3313196897506714 -0.2991823852062225 <_> <_> <_> 11 8 9 9 -1. <_> 11 11 9 3 3. 0 -0.0395346507430077 1 -0.3531683087348938 <_> <_> 9 17 8 3 -1. <_> 11 17 4 3 2. 0 -9.4085611635819077e-04 0.4444710016250610 -0.1108866035938263 <_> <_> <_> 18 4 2 2 -1. <_> 19 4 1 2 2. 0 6.9526307925116271e-05 -0.3940326869487762 1 <_> <_> 8 11 3 3 -1. <_> 9 12 1 1 9. 0 -9.6976682543754578e-03 0.5718188881874084 -0.0163709502667189 <_> <_> <_> 13 2 3 4 -1. <_> 13 2 3 2 2. 1 0.0394690409302711 1 0.6915212273597717 <_> <_> 4 6 16 3 -1. <_> 12 6 8 3 2. 0 -8.2811042666435242e-03 0.1334999054670334 -0.4706448018550873 <_> <_> <_> 10 12 1 3 -1. <_> 9 13 1 1 3. 1 -4.3219728395342827e-03 0.3823925852775574 1 <_> <_> 8 12 3 3 -1. <_> 9 13 1 1 9. 0 -5.5436040274798870e-03 0.1564587950706482 -0.4108820855617523 <_> <_> <_> 17 17 1 2 -1. <_> 17 17 1 1 2. 1 -5.9953341406071559e-05 1 -0.3922179937362671 <_> <_> 16 16 2 2 -1. <_> 16 16 2 1 2. 1 -5.9089371934533119e-03 -0.5908386707305908 0.2792448103427887 <_> <_> <_> 6 0 9 6 -1. <_> 6 2 9 2 3. 0 -0.0447213910520077 0.4145449101924896 1 <_> <_> 5 0 10 8 -1. <_> 5 2 10 4 2. 0 0.0412670187652111 -0.3224200904369354 0.3784987926483154 <_> <_> <_> 17 5 2 1 -1. <_> 18 5 1 1 2. 0 5.6728709751041606e-05 -0.3222804069519043 1 <_> <_> 11 0 9 9 -1. <_> 14 0 3 9 3. 0 -0.0624278709292412 -0.5966644883155823 0.2891578078269958 <_> <_> <_> 6 9 7 3 -1. <_> 6 10 7 1 3. 0 -5.6994128972291946e-03 0.3749934136867523 1 <_> <_> 3 12 6 2 -1. <_> 3 12 3 1 2. <_> 6 13 3 1 2. 0 7.5202910229563713e-03 -0.2813245952129364 0.5098885893821716 <_> <_> <_> 2 10 1 2 -1. <_> 2 10 1 1 2. 1 -3.3640549518167973e-03 -0.6397820711135864 1 <_> <_> 13 15 2 3 -1. <_> 12 16 2 1 3. 1 -6.8076648749411106e-03 -0.7310581803321838 0.1447525024414062 <_> <_> <_> 7 2 6 5 -1. <_> 9 2 2 5 3. 0 0.0126334596425295 1 -0.7772529721260071 <_> <_> 13 13 6 3 -1. <_> 15 13 2 3 3. 0 -2.9199919663369656e-03 0.2325859963893890 -0.2049060016870499 <_> <_> <_> 17 9 3 8 -1. <_> 17 11 3 4 2. 0 -0.0305822491645813 -0.6573882102966309 1 <_> <_> 8 3 4 3 -1. <_> 9 3 2 3 2. 0 -2.7796169742941856e-03 -0.5488834977149963 0.1383789032697678 <_> <_> <_> 15 6 2 12 -1. <_> 15 6 1 12 2. 1 -7.6163080520927906e-03 -0.3591234982013702 1 <_> <_> 11 14 4 2 -1. <_> 11 14 4 1 2. 1 -1.8409560434520245e-03 0.2240446954965591 -0.3788186013698578 <_> <_> <_> 9 2 5 4 -1. <_> 9 4 5 2 2. 0 -0.0392002612352371 0.5009055137634277 1 <_> <_> 13 12 3 3 -1. <_> 14 12 1 3 3. 0 -2.2543789818882942e-03 0.3136400878429413 -0.2213186025619507 <_> <_> <_> 18 1 2 3 -1. <_> 18 2 2 1 3. 0 2.3894659243524075e-03 1 -0.5869951248168945 <_> <_> 5 13 4 1 -1. <_> 6 13 2 1 2. 0 -1.0725490283221006e-03 0.4714120924472809 -0.0325704887509346 <_> <_> <_> 5 10 2 2 -1. <_> 5 10 2 1 2. 1 8.9095337898470461e-05 -0.3044430911540985 1 <_> <_> 2 11 1 2 -1. <_> 2 11 1 1 2. 1 1.6920049674808979e-03 0.3028089106082916 -0.3890272974967957 <_> <_> <_> 18 3 2 6 -1. <_> 18 5 2 2 3. 0 0.0117840003222227 1 -0.6899343729019165 <_> <_> 10 4 6 2 -1. <_> 10 5 6 1 2. 0 3.9335917681455612e-03 -0.0677639394998550 0.4649978876113892 -2.1254189014434814 10 -1 <_> <_> <_> <_> 11 13 6 2 -1. <_> 13 13 2 2 3. 0 0.0114308400079608 -0.3927457034587860 1 <_> <_> 9 11 3 4 -1. <_> 9 11 3 2 2. 1 -0.0322429202497005 0.6556879878044128 -0.3106881082057953 <_> <_> <_> 0 11 2 5 -1. <_> 1 11 1 5 2. 0 -1.8382760463282466e-03 1 -0.4082506895065308 <_> <_> 0 8 20 9 -1. <_> 0 11 20 3 3. 0 -0.1076439991593361 0.4328007996082306 -0.4226345121860504 <_> <_> <_> 18 0 1 6 -1. <_> 18 3 1 3 2. 0 -2.3866090923547745e-03 1 -0.4643520116806030 <_> <_> 14 1 6 7 -1. <_> 17 1 3 7 2. 0 8.6586214601993561e-03 -0.4067307114601135 0.4126786887645721 <_> <_> <_> 4 13 2 4 -1. <_> 4 13 1 2 2. <_> 5 15 1 2 2. 0 -1.6437229933217168e-03 1 -0.2134404927492142 <_> <_> 1 9 18 6 -1. <_> 7 9 6 6 3. 0 -0.0985111370682716 0.6843231916427612 -0.0970350131392479 <_> <_> <_> 0 16 5 4 -1. <_> 0 18 5 2 2. 0 4.4292360544204712e-03 -0.3949891030788422 1 <_> <_> 8 14 3 4 -1. <_> 8 15 3 2 2. 0 4.6966210938990116e-03 -0.1134598031640053 0.4968199133872986 <_> <_> <_> 7 7 8 3 -1. <_> 11 7 4 3 2. 0 -8.8480701670050621e-03 1 -0.3129310011863708 <_> <_> 12 3 4 7 -1. <_> 13 3 2 7 2. 0 -6.7258379422128201e-03 -0.6163579225540161 0.3176476955413818 <_> <_> <_> 13 12 2 8 -1. <_> 13 12 1 4 2. <_> 14 16 1 4 2. 0 2.0052040927112103e-03 1 0.3172427117824554 <_> <_> 13 10 3 5 -1. <_> 14 11 1 5 3. 1 -0.0134073402732611 0.1973506063222885 -0.3719918131828308 <_> <_> <_> 10 5 4 5 -1. <_> 11 5 2 5 2. 0 -4.4199679978191853e-03 -0.5716447830200195 1 <_> <_> 2 11 18 2 -1. <_> 8 11 6 2 3. 0 -0.0328009389340878 0.3059993088245392 -0.1739796996116638 <_> <_> <_> 2 0 1 2 -1. <_> 2 0 1 1 2. 1 4.9407979531679302e-05 -0.2827053070068359 1 <_> <_> 2 0 1 2 -1. <_> 2 0 1 1 2. 1 4.1550169698894024e-03 0.2968680858612061 -0.4849430918693542 <_> <_> <_> 15 17 1 2 -1. <_> 15 17 1 1 2. 1 -7.5589967309497297e-05 1 -0.3853113949298859 <_> <_> 17 16 1 3 -1. <_> 16 17 1 1 3. 1 -3.2147730235010386e-03 -0.6330680847167969 0.2343475073575974 <_> <_> <_> 18 0 2 10 -1. <_> 19 0 1 10 2. 0 1.6021779738366604e-03 -0.2957904934883118 1 <_> <_> 14 2 6 7 -1. <_> 16 2 2 7 3. 0 -0.0194780193269253 -0.4962520897388458 0.2609257996082306 <_> <_> <_> 12 0 4 4 -1. <_> 12 0 4 2 2. 1 -0.0251937508583069 0.3938488066196442 1 <_> <_> 0 3 15 6 -1. <_> 0 5 15 2 3. 0 -0.0464877299964428 0.2216883003711700 -0.2969174087047577 <_> <_> <_> 5 1 4 4 -1. <_> 6 1 2 4 2. 0 4.3414267711341381e-03 1 -0.6766117811203003 <_> <_> 7 13 6 7 -1. <_> 9 13 2 7 3. 0 -2.4886759929358959e-03 0.2050992995500565 -0.2977114021778107 <_> <_> <_> 6 18 6 2 -1. <_> 8 18 2 2 3. 0 -5.8827269822359085e-03 -0.6130179762840271 1 <_> <_> 0 15 5 2 -1. <_> 0 16 5 1 2. 0 9.0498890494927764e-04 -0.3402321934700012 0.1816820949316025 <_> <_> <_> 4 1 12 6 -1. <_> 4 3 12 2 3. 0 -0.0983389019966125 0.4772956967353821 1 <_> <_> 5 0 13 8 -1. <_> 5 2 13 4 2. 0 0.0561418086290359 -0.2290443927049637 0.3441008925437927 <_> <_> <_> 13 10 6 6 -1. <_> 15 12 2 2 9. 0 -5.5787130258977413e-03 1 -0.3591017127037048 <_> <_> 15 9 3 1 -1. <_> 16 10 1 1 3. 1 1.5108759980648756e-03 0.2490043044090271 -0.4379807114601135 <_> <_> <_> 5 11 3 3 -1. <_> 6 12 1 1 9. 0 -6.0129738412797451e-03 0.3116418123245239 1 <_> <_> 6 11 2 2 -1. <_> 6 11 1 1 2. <_> 7 12 1 1 2. 0 -7.9341192031279206e-04 0.2675966024398804 -0.3680290877819061 <_> <_> <_> 17 3 3 2 -1. <_> 18 4 1 2 3. 1 6.1855330131947994e-03 1 -0.7215331792831421 <_> <_> 16 3 3 3 -1. <_> 17 4 1 3 3. 1 -7.3785060085356236e-03 -0.5371438264846802 0.1382489055395126 <_> <_> <_> 12 13 3 1 -1. <_> 13 13 1 1 3. 0 -6.7488732747733593e-04 0.3740605115890503 1 <_> <_> 11 12 3 2 -1. <_> 12 12 1 2 3. 0 -1.3102099765092134e-03 0.1900379061698914 -0.3163227140903473 <_> <_> <_> 10 0 1 2 -1. <_> 10 0 1 1 2. 1 4.9453211249783635e-04 -0.2328317016363144 1 <_> <_> 17 13 1 6 -1. <_> 17 13 1 3 2. 1 1.2824690202251077e-03 0.3046380877494812 -0.4809210896492004 <_> <_> <_> 16 14 2 4 -1. <_> 16 14 2 2 2. 1 -0.0226248204708099 -0.6878347992897034 1 <_> <_> 3 0 4 3 -1. <_> 4 0 2 3 2. 0 4.3685249984264374e-03 0.1240309029817581 -0.7922073006629944 <_> <_> <_> 6 0 14 1 -1. <_> 13 0 7 1 2. 0 5.6756488047540188e-03 1 0.1761142015457153 <_> <_> 2 15 18 5 -1. <_> 8 15 6 5 3. 0 -0.0817692130804062 0.3894216120243073 -0.4509401023387909 -2.0614759922027588 11 -1 <_> <_> <_> <_> 6 11 8 5 -1. <_> 8 11 4 5 2. 0 -0.0200035497546196 1 -0.5665075182914734 <_> <_> 0 8 5 12 -1. <_> 0 11 5 6 2. 0 -0.0326212085783482 0.5080708265304565 -0.4534570872783661 <_> <_> <_> 14 0 6 2 -1. <_> 14 0 6 1 2. 1 0.0106681399047375 -0.3231683969497681 1 <_> <_> 13 8 4 5 -1. <_> 14 9 2 5 2. 1 -0.0162766892462969 0.6018949747085571 -0.2405951023101807 <_> <_> <_> 0 11 4 9 -1. <_> 2 11 2 9 2. 0 -2.8211208991706371e-03 1 -0.4718115031719208 <_> <_> 6 9 2 6 -1. <_> 6 11 2 2 3. 0 -0.0142911802977324 0.5128008723258972 -0.1074400022625923 <_> <_> <_> 12 18 4 2 -1. <_> 12 19 4 1 2. 0 1.0120410006493330e-03 -0.3884469866752625 1 <_> <_> 14 13 6 2 -1. <_> 16 13 2 2 3. 0 -5.9822672046720982e-03 0.4692885875701904 -0.0913559198379517 <_> <_> <_> 19 9 1 10 -1. <_> 19 9 1 5 2. 1 -2.4705699179321527e-03 1 -0.4596441090106964 <_> <_> 11 5 4 4 -1. <_> 12 5 2 4 2. 0 2.4079859722405672e-03 0.2183067053556442 -0.5937340259552002 <_> <_> <_> 14 12 3 5 -1. <_> 15 12 1 5 3. 0 -1.4312269631773233e-03 1 -0.2473167032003403 <_> <_> 17 0 2 6 -1. <_> 18 0 1 6 2. 0 2.9141810955479741e-04 -0.2597224116325378 0.3820636868476868 <_> <_> <_> 13 16 3 3 -1. <_> 14 16 1 3 3. 0 -3.2818811014294624e-03 -0.7718012928962708 1 <_> <_> 19 0 1 4 -1. <_> 19 2 1 2 2. 0 -1.0365940397605300e-03 0.2356985956430435 -0.2206770032644272 <_> <_> <_> 6 13 4 2 -1. <_> 7 13 2 2 2. 0 -2.2078400943428278e-03 0.3088611960411072 1 <_> <_> 9 11 3 3 -1. <_> 10 11 1 3 3. 0 3.5239339340478182e-03 -0.2849600017070770 0.4754430055618286 <_> <_> <_> 14 15 2 3 -1. <_> 13 16 2 1 3. 1 -6.1774807982146740e-03 -0.7031838297843933 1 <_> <_> 11 7 3 4 -1. <_> 12 7 1 4 3. 0 -3.2023619860410690e-03 -0.5136131048202515 0.1565625965595245 <_> <_> <_> 5 12 1 3 -1. <_> 4 13 1 1 3. 1 -8.7003601947799325e-04 1 -0.2992512881755829 <_> <_> 1 11 6 2 -1. <_> 1 11 3 1 2. <_> 4 12 3 1 2. 0 -3.8079950027167797e-03 0.5521563887596130 -8.0608041025698185e-04 <_> <_> <_> 5 7 2 3 -1. <_> 4 8 2 1 3. 1 4.9994210712611675e-03 1 -0.4354174137115479 <_> <_> 5 12 2 2 -1. <_> 5 12 1 1 2. <_> 6 13 1 1 2. 0 -1.0323170572519302e-03 0.5499215126037598 -5.0770761445164680e-03 <_> <_> <_> 8 8 4 3 -1. <_> 8 9 4 1 3. 0 6.9215619005262852e-03 1 0.3390001058578491 <_> <_> 7 8 5 3 -1. <_> 7 9 5 1 3. 0 -8.1578325480222702e-03 0.3435488939285278 -0.2448388934135437 <_> <_> <_> 6 19 4 1 -1. <_> 7 19 2 1 2. 0 -1.6159559600055218e-03 -0.7465370297431946 1 <_> <_> 5 0 4 4 -1. <_> 6 0 2 4 2. 0 4.7165839932858944e-03 0.1185505986213684 -0.7180386781692505 <_> <_> <_> 4 0 16 8 -1. <_> 8 0 8 8 2. 0 -0.0160931199789047 1 -0.3298721015453339 <_> <_> 12 11 3 4 -1. <_> 11 12 3 2 2. 1 -5.9861610643565655e-03 0.3126398026943207 -0.2319402992725372 <_> <_> <_> 0 4 20 6 -1. <_> 5 4 10 6 2. 0 0.0641226172447205 1 0.4623914957046509 <_> <_> 13 2 2 4 -1. <_> 13 2 2 2 2. 1 0.0215181596577168 -0.2427732050418854 0.4096390902996063 <_> <_> <_> 0 5 14 15 -1. <_> 7 5 7 15 2. 0 -0.2854138016700745 0.4452179968357086 1 <_> <_> 1 18 3 2 -1. <_> 1 19 3 1 2. 0 2.7372559998184443e-04 -0.4730761051177979 0.0767397210001945 <_> <_> <_> 3 6 3 3 -1. <_> 2 7 3 1 3. 1 -6.4039281569421291e-03 -0.5616778731346130 1 <_> <_> 0 1 6 8 -1. <_> 0 1 3 4 2. <_> 3 5 3 4 2. 0 0.0142796700820327 -0.0673118904232979 0.4380675852298737 <_> <_> <_> 5 0 6 6 -1. <_> 7 0 2 6 3. 0 -0.0131798600777984 -0.6767266988754272 1 <_> <_> 1 1 15 8 -1. <_> 1 3 15 4 2. 0 0.0668280720710754 -0.0321829095482826 0.5130872130393982 <_> <_> <_> 0 0 16 1 -1. <_> 8 0 8 1 2. 0 6.3021448440849781e-03 -0.2008266001939774 1 <_> <_> 3 0 1 2 -1. <_> 3 0 1 1 2. 1 -1.6806010389700532e-03 -0.5176724195480347 0.3857651054859161 <_> <_> <_> 3 13 4 1 -1. <_> 4 13 2 1 2. 0 -1.5057720011100173e-03 0.3935809135437012 1 <_> <_> 4 11 2 2 -1. <_> 4 11 1 1 2. <_> 5 12 1 1 2. 0 1.1699240421876311e-03 -0.2557956874370575 0.3192729949951172 <_> <_> <_> 17 2 3 3 -1. <_> 18 3 1 1 9. 0 7.2735180146992207e-03 1 -0.7166724205017090 <_> <_> 16 3 2 1 -1. <_> 17 3 1 1 2. 0 7.8693883551750332e-05 -0.1890882998704910 0.2384908050298691 <_> <_> <_> 0 11 3 2 -1. <_> 0 12 3 1 2. 0 1.9624589476734400e-03 1 -0.5158377289772034 <_> <_> 4 11 4 2 -1. <_> 4 11 2 1 2. <_> 6 12 2 1 2. 0 -3.1472831033170223e-03 0.4803304970264435 -0.0362379103899002 <_> <_> <_> 10 0 4 11 -1. <_> 11 0 2 11 2. 0 5.0133569166064262e-03 1 -0.5272933840751648 <_> <_> 18 15 2 3 -1. <_> 17 16 2 1 3. 1 -6.5994369797408581e-03 -0.6940053105354309 0.1227589026093483 <_> <_> <_> 2 11 8 1 -1. <_> 2 11 4 1 2. 1 -0.0427003614604473 -0.6821854710578918 1 <_> <_> 17 13 1 6 -1. <_> 17 13 1 3 2. 1 -3.5096149076707661e-05 0.1216031014919281 -0.4214228987693787 -1.9795049428939819 12 -1 <_> <_> <_> <_> 11 13 6 2 -1. <_> 13 13 2 2 3. 0 8.7128365412354469e-03 -0.4404883980751038 1 <_> <_> 19 0 1 10 -1. <_> 19 5 1 5 2. 0 -4.0675927884876728e-03 0.6003010272979736 -0.2604264914989471 <_> <_> <_> 2 8 7 9 -1. <_> 2 11 7 3 3. 0 -0.0839333981275558 1 -0.3794398903846741 <_> <_> 0 11 20 2 -1. <_> 5 11 10 2 2. 0 -0.0226261802017689 0.5252948999404907 -0.3273332118988037 <_> <_> <_> 6 14 6 1 -1. <_> 8 14 2 1 3. 0 -3.5725389607250690e-03 1 -0.2603093981742859 <_> <_> 10 3 8 7 -1. <_> 12 3 4 7 2. 0 -1.6297569964081049e-03 0.4843423068523407 -0.3836326897144318 <_> <_> <_> 7 0 5 9 -1. <_> 7 3 5 3 3. 0 -0.0800115764141083 0.3957956135272980 1 <_> <_> 0 0 16 6 -1. <_> 0 2 16 2 3. 0 -0.0960614532232285 0.4287418127059937 -0.2909663915634155 <_> <_> <_> 6 10 2 6 -1. <_> 4 12 2 2 3. 1 -9.3183852732181549e-03 1 -0.3932549953460693 <_> <_> 16 0 4 14 -1. <_> 18 0 2 14 2. 0 9.2205153778195381e-03 -0.2985737919807434 0.3173330128192902 <_> <_> <_> 6 0 9 6 -1. <_> 6 2 9 2 3. 0 0.0232087504118681 1 0.3929522931575775 <_> <_> 8 18 12 2 -1. <_> 8 19 12 1 2. 0 1.6389730153605342e-03 -0.5403599739074707 -0.0218368805944920 <_> <_> <_> 10 17 4 3 -1. <_> 11 17 2 3 2. 0 2.8872499242424965e-03 1 -0.7817273736000061 <_> <_> 5 0 1 4 -1. <_> 4 1 1 2 2. 1 4.7465260140597820e-03 0.1447418928146362 -0.6423770189285278 <_> <_> <_> 18 6 2 2 -1. <_> 18 6 1 2 2. 1 -5.7432148605585098e-03 -0.6555628776550293 1 <_> <_> 12 10 3 4 -1. <_> 11 11 3 2 2. 1 -8.5324952378869057e-03 0.2209030985832214 -0.2579030096530914 <_> <_> <_> 9 9 4 3 -1. <_> 9 10 4 1 3. 0 -8.8752172887325287e-03 0.4659686088562012 1 <_> <_> 9 10 4 3 -1. <_> 9 11 4 1 3. 0 -7.7129527926445007e-03 0.2527978122234344 -0.2617045044898987 <_> <_> <_> 17 4 3 4 -1. <_> 18 5 1 4 3. 1 7.6909800991415977e-03 1 -0.5935081839561462 <_> <_> 18 0 2 3 -1. <_> 18 1 2 1 3. 0 2.6657560374587774e-03 0.1696972995996475 -0.5412395000457764 <_> <_> <_> 18 1 2 2 -1. <_> 18 2 2 1 2. 0 -4.4685939792543650e-04 1 -0.3038387000560760 <_> <_> 19 1 1 3 -1. <_> 19 2 1 1 3. 0 -1.5998890157788992e-03 -0.5481774806976318 0.2497155964374542 <_> <_> <_> 8 18 4 2 -1. <_> 9 18 2 2 2. 0 1.9368670182302594e-03 1 -0.6320034861564636 <_> <_> 2 13 4 2 -1. <_> 2 13 2 1 2. <_> 4 14 2 1 2. 0 -2.4878541007637978e-03 0.4705137908458710 -0.0451872199773788 <_> <_> <_> 3 11 4 2 -1. <_> 3 11 2 1 2. <_> 5 12 2 1 2. 0 -2.8134910389780998e-03 0.3927085101604462 1 <_> <_> 2 10 4 2 -1. <_> 2 10 2 1 2. <_> 4 11 2 1 2. 0 -1.4107710449025035e-03 0.1801708042621613 -0.2571457922458649 <_> <_> <_> 5 9 2 3 -1. <_> 4 10 2 1 3. 1 -6.9013070315122604e-03 -0.5338624119758606 1 <_> <_> 2 10 4 6 -1. <_> 3 10 2 6 2. 0 -1.1458620429039001e-03 0.2817435860633850 -0.1608024984598160 <_> <_> <_> 13 0 6 8 -1. <_> 16 0 3 8 2. 0 9.2800445854663849e-03 -0.3002896010875702 1 <_> <_> 10 0 8 9 -1. <_> 12 0 4 9 2. 0 -0.0412813015282154 -0.6240906715393066 0.2054990977048874 <_> <_> <_> 1 11 8 1 -1. <_> 1 11 4 1 2. 1 -0.0356253609061241 -0.5252934098243713 1 <_> <_> 3 0 1 3 -1. <_> 2 1 1 1 3. 1 -4.1647539474070072e-03 -0.6353800892829895 0.1284665018320084 <_> <_> <_> 13 13 2 2 -1. <_> 14 13 1 2 2. 0 -9.5598259940743446e-04 0.2650550901889801 1 <_> <_> 4 12 3 4 -1. <_> 5 12 1 4 3. 0 -8.9347851462662220e-04 0.1826681047677994 -0.3753179013729095 <_> <_> <_> 6 17 4 3 -1. <_> 7 17 2 3 2. 0 2.5431478861719370e-03 1 -0.6105722188949585 <_> <_> 14 1 2 6 -1. <_> 14 1 2 3 2. 1 -0.0158538892865181 0.3075476884841919 -0.0981439203023911 <_> <_> <_> 8 4 8 4 -1. <_> 8 6 8 2 2. 0 -0.0413157604634762 0.4924758970737457 1 <_> <_> 8 3 4 5 -1. <_> 10 3 2 5 2. 0 -6.8226549774408340e-04 0.0629759430885315 -0.4263429939746857 <_> <_> <_> 13 12 2 2 -1. <_> 13 12 1 1 2. <_> 14 13 1 1 2. 0 6.3098431564867496e-04 1 0.3139733970165253 <_> <_> 6 12 3 3 -1. <_> 7 12 1 3 3. 0 -2.8946860693395138e-03 0.2859097123146057 -0.2562322914600372 <_> <_> <_> 5 7 3 3 -1. <_> 4 8 3 1 3. 1 -0.0102441404014826 -0.6973748207092285 1 <_> <_> 15 10 5 4 -1. <_> 15 11 5 2 2. 0 -0.0169798508286476 -0.7312573194503784 0.1038917973637581 <_> <_> <_> 14 8 4 9 -1. <_> 14 11 4 3 3. 0 -7.0198569446802139e-03 1 -0.3507063984870911 <_> <_> 16 9 4 3 -1. <_> 16 10 4 1 3. 0 -6.0688778758049011e-03 -0.5339580774307251 0.1733485013246536 <_> <_> <_> 18 7 2 13 -1. <_> 19 7 1 13 2. 0 -9.6911415457725525e-03 0.5639979839324951 1 <_> <_> 0 0 16 1 -1. <_> 8 0 8 1 2. 0 8.5460003465414047e-03 -0.2471649050712585 0.1821652054786682 <_> <_> <_> 12 11 5 4 -1. <_> 11 12 5 2 2. 1 -4.9479231238365173e-03 1 -0.2833398878574371 <_> <_> 17 13 2 4 -1. <_> 18 13 1 4 2. 0 1.9269150216132402e-03 -0.0681960731744766 0.3778719902038574 -1.9048260450363159 13 -1 <_> <_> <_> <_> 6 13 9 2 -1. <_> 9 13 3 2 3. 0 -0.0286398194730282 1 -0.3771826028823853 <_> <_> 3 8 6 8 -1. <_> 3 10 6 4 2. 0 -0.0421766601502895 0.7229869961738586 -0.0761411637067795 <_> <_> <_> 14 12 4 3 -1. <_> 15 12 2 3 2. 0 -2.2537210024893284e-03 1 -0.3272745907306671 <_> <_> 12 6 6 4 -1. <_> 14 8 2 4 3. 1 -0.0306833293288946 0.5150523781776428 -0.2223519980907440 <_> <_> <_> 4 0 12 6 -1. <_> 4 3 12 3 2. 0 -0.1234126985073090 0.4469901025295258 1 <_> <_> 0 0 17 2 -1. <_> 0 1 17 1 2. 0 -0.0236741509288549 0.3470853865146637 -0.3177390098571777 <_> <_> <_> 2 14 1 6 -1. <_> 2 17 1 3 2. 0 3.1951239798218012e-03 -0.4977504909038544 1 <_> <_> 3 10 3 3 -1. <_> 2 11 3 1 3. 1 -1.4915530337020755e-03 0.2638441920280457 -0.3891254961490631 <_> <_> <_> 18 2 2 9 -1. <_> 19 2 1 9 2. 0 8.8097527623176575e-04 -0.4093979001045227 1 <_> <_> 7 9 13 8 -1. <_> 7 11 13 4 2. 0 -0.0583557710051537 0.3228761851787567 -0.2304559946060181 <_> <_> <_> 17 6 3 4 -1. <_> 18 7 1 4 3. 1 5.1132370717823505e-03 1 -0.5135368108749390 <_> <_> 6 13 2 2 -1. <_> 7 13 1 2 2. 0 -4.5418320223689079e-03 0.5301175713539124 -0.0306493304669857 <_> <_> <_> 15 16 1 3 -1. <_> 14 17 1 1 3. 1 1.6811339883133769e-03 1 -0.5316147208213806 <_> <_> 11 16 6 4 -1. <_> 11 16 3 2 2. <_> 14 18 3 2 2. 0 2.8129699639976025e-03 -0.0675240531563759 0.3854224979877472 <_> <_> <_> 19 0 1 4 -1. <_> 19 1 1 2 2. 0 2.1835418883711100e-03 1 -0.6429883241653442 <_> <_> 19 0 1 2 -1. <_> 19 1 1 1 2. 0 -2.4335379712283611e-03 -0.6631330847740173 0.1388237029314041 <_> <_> <_> 12 3 3 6 -1. <_> 13 3 1 6 3. 0 3.0736608896404505e-03 1 -0.6343315839767456 <_> <_> 8 10 4 3 -1. <_> 8 11 4 1 3. 0 -9.6425544470548630e-03 0.3869616091251373 -0.0687377974390984 <_> <_> <_> 19 0 1 8 -1. <_> 19 4 1 4 2. 0 -7.2082108817994595e-03 0.1612125039100647 1 <_> <_> 14 0 6 6 -1. <_> 14 0 3 3 2. <_> 17 3 3 3 2. 0 -8.0191977322101593e-03 0.3801113069057465 -0.4139797985553741 <_> <_> <_> 8 11 3 3 -1. <_> 9 12 1 1 9. 0 -7.2479159571230412e-03 0.2435187995433807 1 <_> <_> 1 6 10 12 -1. <_> 6 6 5 12 2. 0 -0.2263164073228836 0.6066794991493225 -0.2252188026905060 <_> <_> <_> 10 6 2 1 -1. <_> 11 6 1 1 2. 0 -7.0091613451950252e-05 0.1711532026529312 1 <_> <_> 8 1 7 10 -1. <_> 8 6 7 5 2. 0 -0.1816139966249466 0.5272598266601562 -0.3524754047393799 <_> <_> <_> 13 11 3 3 -1. <_> 14 12 1 3 3. 1 -9.4038434326648712e-03 0.3497051894664764 1 <_> <_> 10 13 4 4 -1. <_> 10 13 2 2 2. <_> 12 15 2 2 2. 0 -2.1289030555635691e-03 0.0558786988258362 -0.4981659054756165 <_> <_> <_> 15 15 2 3 -1. <_> 14 16 2 1 3. 1 -5.1798550412058830e-03 -0.6309564113616943 1 <_> <_> 13 13 3 1 -1. <_> 14 13 1 1 3. 0 -6.5030192490667105e-04 0.3585645854473114 -0.0782810524106026 <_> <_> <_> 10 4 6 3 -1. <_> 12 4 2 3 3. 0 -0.0105559304356575 -0.5550283193588257 1 <_> <_> 1 7 6 4 -1. <_> 1 7 3 2 2. <_> 4 9 3 2 2. 0 -5.1852981559932232e-03 0.3554868102073669 -0.0688922926783562 <_> <_> <_> 15 7 4 2 -1. <_> 16 8 2 2 2. 1 -7.8725479543209076e-03 -0.4859617948532104 1 <_> <_> 10 4 9 6 -1. <_> 13 4 3 6 3. 0 -6.5342970192432404e-03 0.2117895931005478 -0.2317408025264740 <_> <_> <_> 14 2 6 2 -1. <_> 14 2 6 1 2. 1 -0.0139099201187491 0.5993698239326477 1 <_> <_> 5 18 4 2 -1. <_> 6 18 2 2 2. 0 1.5418450348079205e-03 -9.5086917281150818e-03 -0.6479613184928894 <_> <_> <_> 0 12 2 8 -1. <_> 1 12 1 8 2. 0 -1.1549900518730283e-03 1 -0.2750172019004822 <_> <_> 1 19 18 1 -1. <_> 10 19 9 1 2. 0 -0.0326870307326317 -0.6733620762825012 0.1952040046453476 <_> <_> <_> 2 0 12 20 -1. <_> 8 0 6 20 2. 0 -0.2642259001731873 0.3698686957359314 1 <_> <_> 2 0 14 1 -1. <_> 9 0 7 1 2. 0 6.9438670761883259e-03 -0.3002974092960358 0.1499896943569183 <_> <_> <_> 7 9 8 3 -1. <_> 7 10 8 1 3. 0 -0.0120779201388359 0.4164412915706635 1 <_> <_> 3 11 2 2 -1. <_> 3 11 1 1 2. <_> 4 12 1 1 2. 0 -1.3986700214445591e-03 0.4124872982501984 -0.1953365951776505 <_> <_> <_> 11 0 9 2 -1. <_> 14 0 3 2 3. 0 0.0131383398547769 1 -0.6420493125915527 <_> <_> 6 0 9 1 -1. <_> 9 0 3 1 3. 0 7.2417110204696655e-03 0.1135936006903648 -0.7383887171745300 <_> <_> <_> 4 8 1 4 -1. <_> 3 9 1 2 2. 1 -7.4837901629507542e-03 -0.6924629807472229 1 <_> <_> 0 9 3 3 -1. <_> 0 10 3 1 3. 0 6.8022231571376324e-03 0.0928734391927719 -0.6004747152328491 <_> <_> <_> 3 4 15 12 -1. <_> 8 8 5 4 9. 0 0.4532290995121002 1 0.5626053214073181 <_> <_> 7 13 6 6 -1. <_> 9 13 2 6 3. 0 -5.5721630342304707e-03 0.0778201594948769 -0.3399060070514679 <_> <_> <_> 2 1 12 6 -1. <_> 2 3 12 2 3. 0 0.0315839610993862 1 0.3229267001152039 <_> <_> 1 1 6 1 -1. <_> 3 3 2 1 3. 1 -5.7926177978515625e-03 0.1553445011377335 -0.3571783900260925 <_> <_> <_> 3 4 5 3 -1. <_> 2 5 5 1 3. 1 -7.6025379821658134e-03 -0.5185949802398682 1 <_> <_> 2 12 2 2 -1. <_> 2 12 1 1 2. <_> 3 13 1 1 2. 0 9.5151038840413094e-04 -0.0295706707984209 0.4602751135826111 <_> <_> <_> 8 11 3 3 -1. <_> 9 11 1 3 3. 0 1.9723300356417894e-03 1 0.3692665100097656 <_> <_> 9 11 3 4 -1. <_> 10 11 1 4 3. 0 2.3158260155469179e-03 -0.2129974067211151 0.2694854140281677 <_> <_> <_> 17 2 3 1 -1. <_> 18 3 1 1 3. 1 2.1179600153118372e-03 1 -0.4836950004100800 <_> <_> 5 11 6 3 -1. <_> 8 11 3 3 2. 0 -2.6946600992232561e-03 0.1854566037654877 -0.2941196858882904 <_> <_> <_> 2 12 12 8 -1. <_> 2 12 6 4 2. <_> 8 16 6 4 2. 0 0.0588654093444347 1 -0.4677037894725800 <_> <_> 13 15 2 3 -1. <_> 12 16 2 1 3. 1 -6.8408921360969543e-03 -0.6637132167816162 0.1272134929895401 -1.9407349824905396 14 -1 <_> <_> <_> <_> 5 14 9 1 -1. <_> 8 14 3 1 3. 0 -0.0127664897590876 1 -0.3796809911727905 <_> <_> 13 13 4 6 -1. <_> 13 13 2 3 2. <_> 15 16 2 3 2. 0 3.7821640726178885e-03 -0.1600182950496674 0.6195328831672668 <_> <_> <_> 8 7 9 1 -1. <_> 11 10 3 1 3. 1 -0.0330498814582825 1 -0.3682548105716705 <_> <_> 16 0 4 4 -1. <_> 16 0 4 2 2. 1 0.0450502410531044 9.3770343810319901e-03 0.7157058119773865 <_> <_> <_> 2 13 2 2 -1. <_> 2 13 2 1 2. 1 -3.5275409463793039e-03 1 -0.3733660876750946 <_> <_> 5 12 2 2 -1. <_> 5 13 2 1 2. 0 2.2250709589570761e-03 -0.0667124912142754 0.4990611970424652 <_> <_> <_> 0 16 2 4 -1. <_> 0 18 2 2 2. 0 1.3609490124508739e-03 1 0.1716292947530746 <_> <_> 0 8 14 11 -1. <_> 7 8 7 11 2. 0 -0.2908785939216614 0.3615890145301819 -0.5087137222290039 <_> <_> <_> 4 17 4 3 -1. <_> 5 17 2 3 2. 0 3.3148950897157192e-03 1 -0.7178813815116882 <_> <_> 3 12 3 5 -1. <_> 4 12 1 5 3. 0 -8.8641437469050288e-04 0.2571361958980560 -0.1797894984483719 <_> <_> <_> 5 11 1 3 -1. <_> 5 12 1 1 3. 0 1.1313590221107006e-03 1 0.3538742065429688 <_> <_> 4 10 4 2 -1. <_> 4 10 2 1 2. <_> 6 11 2 1 2. 0 -3.0621800106018782e-03 0.3079080879688263 -0.3121724128723145 <_> <_> <_> 15 9 3 1 -1. <_> 16 10 1 1 3. 1 2.5443620979785919e-03 1 -0.5678855180740356 <_> <_> 3 0 16 7 -1. <_> 7 0 8 7 2. 0 -6.7088878713548183e-03 0.2122289985418320 -0.2682110965251923 <_> <_> <_> 2 2 17 6 -1. <_> 2 5 17 3 2. 0 -0.1644680947065353 0.4901696145534515 1 <_> <_> 2 4 14 6 -1. <_> 2 6 14 2 3. 0 0.0408281087875366 -0.3121747076511383 0.2474814951419830 <_> <_> <_> 2 9 6 2 -1. <_> 2 9 3 1 2. <_> 5 10 3 1 2. 0 -3.6051510833203793e-03 0.3435586094856262 1 <_> <_> 3 11 4 2 -1. <_> 3 11 2 1 2. <_> 5 12 2 1 2. 0 -2.3608640767633915e-03 0.2656646072864532 -0.2864471971988678 <_> <_> <_> 16 13 4 2 -1. <_> 18 13 2 2 2. 0 1.2965350179001689e-03 -0.2931776046752930 1 <_> <_> 15 7 3 2 -1. <_> 16 8 1 2 3. 1 6.0111000202596188e-03 0.2194170057773590 -0.6001421809196472 <_> <_> <_> 0 11 4 2 -1. <_> 0 12 4 1 2. 0 -6.1628420371562243e-04 1 -0.3129233121871948 <_> <_> 4 9 2 3 -1. <_> 3 10 2 1 3. 1 2.0573718938976526e-03 0.2876316905021667 -0.3732070922851562 <_> <_> <_> 3 18 6 2 -1. <_> 5 18 2 2 3. 0 -7.7166007831692696e-03 -0.7168325185775757 1 <_> <_> 11 12 3 2 -1. <_> 12 12 1 2 3. 0 -2.8222459368407726e-03 0.4250183105468750 -0.0532948896288872 <_> <_> <_> 19 0 1 2 -1. <_> 19 1 1 1 2. 0 -7.3861207056324929e-05 0.1490345001220703 1 <_> <_> 0 0 14 1 -1. <_> 7 0 7 1 2. 0 5.8680498041212559e-03 -0.5843665003776550 0.1072475984692574 <_> <_> <_> 11 10 3 4 -1. <_> 10 11 3 2 2. 1 -7.9013723880052567e-03 1 -0.3431994915008545 <_> <_> 14 16 1 3 -1. <_> 13 17 1 1 3. 1 2.7825690340250731e-03 0.1765536069869995 -0.6147375702857971 <_> <_> <_> 18 1 2 4 -1. <_> 19 1 1 4 2. 0 3.2751538674347103e-04 -0.3383756875991821 1 <_> <_> 15 13 5 6 -1. <_> 15 15 5 2 3. 0 0.0307008996605873 0.1856613010168076 -0.5345026850700378 <_> <_> <_> 16 4 3 3 -1. <_> 17 5 1 3 3. 1 5.6932470761239529e-03 1 -0.5175045132637024 <_> <_> 4 6 16 14 -1. <_> 12 6 8 14 2. 0 0.2137514054775238 0.1233239993453026 -0.6428813934326172 <_> <_> <_> 10 12 3 1 -1. <_> 11 12 1 1 3. 0 -4.4024959206581116e-03 0.5853567719459534 1 <_> <_> 5 12 2 2 -1. <_> 5 12 1 1 2. <_> 6 13 1 1 2. 0 -4.5719969784840941e-04 0.2336882054805756 -0.1903900951147079 <_> <_> <_> 9 3 4 5 -1. <_> 10 3 2 5 2. 0 -4.2587839998304844e-03 -0.5119084715843201 1 <_> <_> 18 1 2 3 -1. <_> 18 2 2 1 3. 0 -2.3462621029466391e-03 -0.4716477096080780 0.1478340029716492 <_> <_> <_> 19 17 1 2 -1. <_> 19 17 1 1 2. 1 -6.5065571106970310e-05 1 -0.2988634109497070 <_> <_> 17 16 2 2 -1. <_> 17 16 2 1 2. 1 -5.5082160979509354e-03 -0.4850896000862122 0.2001491039991379 <_> <_> <_> 10 2 7 6 -1. <_> 10 4 7 2 3. 0 0.0189427901059389 1 0.3102895021438599 <_> <_> 2 0 13 4 -1. <_> 2 1 13 2 2. 0 6.9123771972954273e-03 -0.2870123982429504 0.2053406983613968 <_> <_> <_> 2 0 2 2 -1. <_> 2 0 1 2 2. 1 8.1696882843971252e-03 1 0.4581083059310913 <_> <_> 0 3 6 8 -1. <_> 3 3 3 8 2. 0 0.0100697698071599 -0.2417591959238052 0.1759382039308548 <_> <_> <_> 3 0 1 3 -1. <_> 2 1 1 1 3. 1 2.1663580555468798e-03 1 -0.4987790882587433 <_> <_> 8 0 6 9 -1. <_> 10 0 2 9 3. 0 0.0105057302862406 0.1623128056526184 -0.4298886954784393 <_> <_> <_> 17 9 3 2 -1. <_> 18 10 1 2 3. 1 5.7576788822188973e-04 1 -0.3101257085800171 <_> <_> 16 8 4 6 -1. <_> 16 10 4 2 3. 0 -0.0306088998913765 -0.7406430244445801 0.1621717959642410 <_> <_> <_> 6 9 7 3 -1. <_> 6 10 7 1 3. 0 -0.0134306596592069 0.4550563991069794 1 <_> <_> 2 10 3 4 -1. <_> 2 11 3 2 2. 0 1.1859040241688490e-03 -0.2722725868225098 0.2247501015663147 <_> <_> <_> 15 8 1 6 -1. <_> 15 8 1 3 2. 1 -4.9311347538605332e-04 -0.3959831893444061 1 <_> <_> 19 3 1 12 -1. <_> 19 7 1 4 3. 0 -2.4509918875992298e-03 0.2500421106815338 -0.1614051014184952 <_> <_> <_> 2 0 5 2 -1. <_> 2 0 5 1 2. 1 0.0136419497430325 1 -0.6452549099922180 <_> <_> 1 3 11 6 -1. <_> 1 5 11 2 3. 0 -0.0367333292961121 0.3419705927371979 -0.0659683272242546 -1.8931059837341309 15 -1 <_> <_> <_> <_> 14 13 2 4 -1. <_> 14 13 1 2 2. <_> 15 15 1 2 2. 0 1.3613830087706447e-03 -0.3438392877578735 1 <_> <_> 8 11 10 3 -1. <_> 13 11 5 3 2. 0 0.0122110601514578 -0.4035860002040863 0.5787363052368164 <_> <_> <_> 6 11 1 4 -1. <_> 6 13 1 2 2. 0 3.2929528970271349e-03 -0.2216434925794601 1 <_> <_> 2 9 3 9 -1. <_> 3 12 1 3 9. 0 -0.0248319804668427 0.5425691008567810 -0.4758560061454773 <_> <_> <_> 4 0 15 9 -1. <_> 9 3 5 3 9. 0 -0.3408153057098389 0.5343874096870422 1 <_> <_> 12 0 6 4 -1. <_> 12 0 6 2 2. 1 0.0609296411275864 -0.2601535916328430 0.3762655854225159 <_> <_> <_> 10 5 4 5 -1. <_> 12 5 2 5 2. 0 -1.4399300562217832e-03 1 -0.4163514971733093 <_> <_> 1 7 18 12 -1. <_> 7 11 6 4 9. 0 -0.7571117877960205 0.4776453971862793 -0.1237422972917557 <_> <_> <_> 14 12 6 4 -1. <_> 16 12 2 4 3. 0 -5.9891431592404842e-03 0.2184862047433853 1 <_> <_> 13 12 3 3 -1. <_> 14 12 1 3 3. 0 -8.9398561976850033e-04 0.1772602945566177 -0.5481501817703247 <_> <_> <_> 14 9 4 1 -1. <_> 15 10 2 1 2. 1 2.9013510793447495e-03 1 -0.5670918226242065 <_> <_> 17 7 3 2 -1. <_> 18 8 1 2 3. 1 4.4361278414726257e-03 0.1418378055095673 -0.5878441929817200 <_> <_> <_> 19 3 1 2 -1. <_> 19 4 1 1 2. 0 -5.3319290600484237e-05 1 -0.3482188880443573 <_> <_> 19 1 1 4 -1. <_> 19 2 1 2 2. 0 2.5481029879301786e-03 0.1974532008171082 -0.5597922205924988 <_> <_> <_> 3 2 12 8 -1. <_> 3 4 12 4 2. 0 0.0748829394578934 1 0.4664795100688934 <_> <_> 1 0 16 6 -1. <_> 1 2 16 2 3. 0 0.0488163083791733 -0.2257521003484726 0.3232581913471222 <_> <_> <_> 16 8 3 1 -1. <_> 17 9 1 1 3. 1 -3.9128339849412441e-03 -0.5977287292480469 1 <_> <_> 7 13 6 3 -1. <_> 9 14 2 1 9. 0 -0.0138206295669079 0.2603121101856232 -0.2021141052246094 <_> <_> <_> 11 18 6 2 -1. <_> 11 19 6 1 2. 0 9.4047200400382280e-04 -0.3400524854660034 1 <_> <_> 15 17 5 3 -1. <_> 15 18 5 1 3. 0 -4.6419431455433369e-03 -0.4518780112266541 0.2105485945940018 <_> <_> <_> 2 1 18 4 -1. <_> 8 1 6 4 3. 0 -0.0319609418511391 1 -0.2082601934671402 <_> <_> 5 0 1 2 -1. <_> 5 1 1 1 2. 0 -1.2651160068344325e-04 0.3855319023132324 -0.2311642020940781 <_> <_> <_> 1 11 6 6 -1. <_> 3 13 2 2 9. 0 -0.0504137091338634 0.2284615933895111 1 <_> <_> 3 12 4 2 -1. <_> 3 12 2 1 2. <_> 5 13 2 1 2. 0 -2.0950778853148222e-03 0.3263955116271973 -0.3438543081283569 <_> <_> <_> 3 0 3 3 -1. <_> 2 1 3 1 3. 1 -0.0110178804025054 -0.7738878130912781 1 <_> <_> 8 10 3 3 -1. <_> 9 11 1 1 9. 0 -9.7415763884782791e-03 0.3673199117183685 -0.0657460018992424 <_> <_> <_> 0 16 2 2 -1. <_> 0 17 2 1 2. 0 5.3386680519906804e-05 -0.3557175099849701 1 <_> <_> 0 16 4 3 -1. <_> 0 17 4 1 3. 0 5.9820311143994331e-03 0.1765311956405640 -0.4611007869243622 <_> <_> <_> 0 13 12 1 -1. <_> 6 13 6 1 2. 0 -1.9558269996196032e-03 1 -0.3617269098758698 <_> <_> 13 2 6 9 -1. <_> 15 2 2 9 3. 0 7.6739699579775333e-03 0.1803857982158661 -0.4045203030109406 <_> <_> <_> 8 11 3 3 -1. <_> 9 11 1 3 3. 0 4.2935381643474102e-03 1 0.5208635926246643 <_> <_> 9 11 3 4 -1. <_> 10 11 1 4 3. 0 1.4181300066411495e-03 -0.2208580970764160 0.2735756039619446 <_> <_> <_> 13 0 6 10 -1. <_> 15 0 2 10 3. 0 -0.0282630994915962 -0.6383373141288757 1 <_> <_> 4 10 1 4 -1. <_> 3 11 1 2 2. 1 6.3434068579226732e-04 0.1563638001680374 -0.3214890062808990 <_> <_> <_> 9 11 3 3 -1. <_> 10 12 1 1 9. 0 -7.2387307882308960e-03 0.2312625944614410 1 <_> <_> 6 12 3 3 -1. <_> 5 13 3 1 3. 1 -9.9928081035614014e-03 0.3039731979370117 -0.2447843998670578 <_> <_> <_> 17 6 2 1 -1. <_> 18 6 1 1 2. 0 6.4995248976629227e-05 1 0.1513298004865646 <_> <_> 16 2 1 4 -1. <_> 16 2 1 2 2. 1 -5.3049270063638687e-03 0.2041787058115005 -0.4626043140888214 <_> <_> <_> 2 5 13 4 -1. <_> 2 6 13 2 2. 0 -0.0166130997240543 0.3339976966381073 1 <_> <_> 14 4 6 2 -1. <_> 14 4 6 1 2. 1 -0.0116302901878953 0.3705343008041382 -0.1936154961585999 <_> <_> <_> 3 8 1 3 -1. <_> 2 9 1 1 3. 1 1.9068180117756128e-03 1 -0.3810505867004395 <_> <_> 7 7 8 3 -1. <_> 7 8 8 1 3. 0 -5.6926468387246132e-03 0.5064520835876465 6.5170922316610813e-03 <_> <_> <_> 8 8 4 3 -1. <_> 10 8 2 3 2. 0 -2.2453670680988580e-04 1 -0.3152601122856140 <_> <_> 10 11 3 8 -1. <_> 10 15 3 4 2. 0 9.5565039664506912e-03 -0.5303559899330139 0.2053276002407074 <_> <_> <_> 13 15 2 3 -1. <_> 12 16 2 1 3. 1 3.1540619675070047e-03 1 -0.4592832922935486 <_> <_> 0 0 12 20 -1. <_> 6 0 6 20 2. 0 -0.3068132996559143 0.5071771740913391 -0.0144392503425479 <_> <_> <_> 0 0 10 1 -1. <_> 5 0 5 1 2. 0 2.8239809907972813e-03 -0.1543793976306915 1 <_> <_> 0 0 6 3 -1. <_> 0 1 6 1 3. 0 -3.3063529990613461e-03 -0.4357138872146606 0.3934271931648254 <_> <_> <_> 14 13 2 2 -1. <_> 14 13 1 1 2. <_> 15 14 1 1 2. 0 3.7848789361305535e-04 1 0.2521260082721710 <_> <_> 12 10 4 2 -1. <_> 12 10 2 1 2. <_> 14 11 2 1 2. 0 -3.0488630291074514e-03 0.4666233956813812 -0.2279223054647446 <_> <_> <_> 7 0 6 4 -1. <_> 9 0 2 4 3. 0 -0.0147243803367019 -0.7860211133956909 1 <_> <_> 0 0 10 10 -1. <_> 0 0 5 5 2. <_> 5 5 5 5 2. 0 0.0360623002052307 -0.0685713216662407 0.3669883906841278 <_> <_> <_> 6 3 4 2 -1. <_> 7 3 2 2 2. 0 -2.2327410988509655e-03 -0.5974019765853882 1 <_> <_> 1 5 4 11 -1. <_> 2 5 2 11 2. 0 -7.8541820403188467e-04 0.2027346938848495 -0.1722168028354645 <_> <_> <_> 12 8 3 1 -1. <_> 13 8 1 1 3. 0 7.8553898492828012e-04 1 -0.4340744912624359 <_> <_> 2 2 6 2 -1. <_> 2 2 6 1 2. 1 0.0100781098008156 0.1246414035558701 -0.4839141964912415 <_> <_> <_> 13 5 7 3 -1. <_> 12 6 7 1 3. 1 0.0209287907928228 1 0.5686420798301697 <_> <_> 13 7 3 4 -1. <_> 14 7 1 4 3. 0 1.3340089935809374e-03 0.0145246395841241 -0.4600321054458618 -1.9677840471267700 16 -1 <_> <_> <_> <_> 8 12 3 2 -1. <_> 8 12 3 1 2. 1 -0.0153139596804976 1 -0.3434768915176392 <_> <_> 0 10 4 8 -1. <_> 0 12 4 4 2. 0 -0.0142658604308963 0.5820953249931335 -0.3552739918231964 <_> <_> <_> 14 13 2 6 -1. <_> 14 13 1 3 2. <_> 15 16 1 3 2. 0 1.2652979930862784e-03 -0.3149831891059875 1 <_> <_> 16 17 1 2 -1. <_> 16 17 1 1 2. 1 -7.3807648732326925e-05 0.4724959135055542 -0.2638080120086670 <_> <_> <_> 12 0 3 6 -1. <_> 10 2 3 2 3. 1 -0.0385270304977894 0.4155685007572174 1 <_> <_> 4 10 14 3 -1. <_> 4 11 14 1 3. 0 -0.0147587703540921 0.1567724943161011 -0.3765023946762085 <_> <_> <_> 19 4 1 12 -1. <_> 19 8 1 4 3. 0 -1.5448270132765174e-03 1 -0.3593201935291290 <_> <_> 19 2 1 6 -1. <_> 19 4 1 2 3. 0 6.4564580097794533e-03 0.2127663940191269 -0.7228717803955078 <_> <_> <_> 8 12 12 3 -1. <_> 14 12 6 3 2. 0 0.0102673498913646 -0.4604580998420715 1 <_> <_> 0 13 2 3 -1. <_> 1 13 1 3 2. 0 -8.6422899039462209e-04 0.2492025941610336 -0.2672136127948761 <_> <_> <_> 16 0 4 9 -1. <_> 18 0 2 9 2. 0 3.2311889808624983e-03 -0.4093919992446899 1 <_> <_> 9 2 6 4 -1. <_> 9 4 6 2 2. 0 0.0136765297502279 -0.0273916907608509 0.4525907039642334 <_> <_> <_> 16 2 3 1 -1. <_> 17 3 1 1 3. 1 3.2787120435386896e-03 1 -0.7002565264701843 <_> <_> 15 12 3 6 -1. <_> 16 12 1 6 3. 0 -1.4256529975682497e-03 0.2578780055046082 -0.1509343981742859 <_> <_> <_> 13 12 3 3 -1. <_> 14 12 1 3 3. 0 -2.2095029707998037e-03 0.3514811098575592 1 <_> <_> 3 3 15 4 -1. <_> 3 5 15 2 2. 0 -0.0877013728022575 0.4197874069213867 -0.2360018044710159 <_> <_> <_> 11 11 3 4 -1. <_> 12 11 1 4 3. 0 -2.8805620968341827e-03 0.3047986924648285 1 <_> <_> 10 11 3 3 -1. <_> 11 11 1 3 3. 0 -2.5028509553521872e-03 0.1331669986248016 -0.3169130086898804 <_> <_> <_> 19 0 1 4 -1. <_> 19 2 1 2 2. 0 -5.1710562547668815e-04 1 -0.3519909083843231 <_> <_> 14 0 3 3 -1. <_> 15 1 1 3 3. 1 6.7088729701936245e-03 0.2016315013170242 -0.6094800829887390 <_> <_> <_> 2 10 8 2 -1. <_> 2 10 4 2 2. 1 -0.0760587528347969 -0.6369420886039734 1 <_> <_> 9 18 4 2 -1. <_> 10 18 2 2 2. 0 -3.0889140907675028e-03 -0.7902534008026123 0.1036607995629311 <_> <_> <_> 10 0 4 9 -1. <_> 11 0 2 9 2. 0 2.5740528944879770e-03 1 -0.4542419910430908 <_> <_> 15 10 5 6 -1. <_> 15 12 5 2 3. 0 -5.4877097718417645e-03 0.2148129940032959 -0.1932951062917709 <_> <_> <_> 2 13 4 2 -1. <_> 3 13 2 2 2. 0 -1.2507289648056030e-03 1 -0.2165144979953766 <_> <_> 2 15 4 1 -1. <_> 3 16 2 1 2. 1 -4.3231048621237278e-03 -0.6279907822608948 0.2427074015140533 <_> <_> <_> 15 8 3 2 -1. <_> 16 9 1 2 3. 1 4.3724630959331989e-03 1 -0.5188937783241272 <_> <_> 0 6 4 2 -1. <_> 2 6 2 2 2. 0 7.4632692849263549e-04 -0.1137868016958237 0.2822437882423401 <_> <_> <_> 9 17 6 1 -1. <_> 12 17 3 1 2. 0 -1.3375070411711931e-03 0.2458911985158920 1 <_> <_> 14 19 6 1 -1. <_> 17 19 3 1 2. 0 -2.9367550741881132e-03 0.2433581948280334 -0.2911281883716583 <_> <_> <_> 17 18 1 2 -1. <_> 17 19 1 1 2. 0 6.3193867390509695e-05 -0.2580659091472626 1 <_> <_> 17 16 2 2 -1. <_> 17 16 2 1 2. 1 -5.1338938064873219e-03 -0.4611040949821472 0.2433398067951202 <_> <_> <_> 19 3 1 9 -1. <_> 19 6 1 3 3. 0 4.9400608986616135e-03 1 -0.3963299095630646 <_> <_> 10 10 3 3 -1. <_> 9 11 3 1 3. 1 -5.6112580932676792e-03 0.2450238019227982 -0.1563901007175446 <_> <_> <_> 3 0 3 3 -1. <_> 2 1 3 1 3. 1 4.2950599454343319e-03 1 -0.4767167866230011 <_> <_> 17 16 2 2 -1. <_> 17 16 2 1 2. 1 4.5142881572246552e-03 0.1069843024015427 -0.9047132134437561 <_> <_> <_> 5 11 3 3 -1. <_> 6 12 1 3 3. 1 7.5297639705240726e-03 1 0.4123980998992920 <_> <_> 3 11 2 2 -1. <_> 3 11 1 1 2. <_> 4 12 1 1 2. 0 -1.2225280515849590e-03 0.2848817110061646 -0.1981569975614548 <_> <_> <_> 16 9 2 2 -1. <_> 16 9 1 2 2. 1 -3.4703810233622789e-03 -0.4496796131134033 1 <_> <_> 4 9 2 2 -1. <_> 4 9 2 1 2. 1 8.3724651485681534e-03 0.1532424986362457 -0.3866685032844543 <_> <_> <_> 3 10 2 3 -1. <_> 2 11 2 1 3. 1 -3.3934618841158226e-05 1 -0.3142907023429871 <_> <_> 0 0 20 20 -1. <_> 0 0 10 10 2. <_> 10 10 10 10 2. 0 -0.2724170982837677 -0.5584210157394409 0.1662781983613968 <_> <_> <_> 7 16 5 3 -1. <_> 7 17 5 1 3. 0 -2.7582740876823664e-03 0.2718957066535950 1 <_> <_> 14 1 3 6 -1. <_> 12 3 3 2 3. 1 0.0255304891616106 -0.1917200982570648 0.4378049969673157 <_> <_> <_> 6 0 4 7 -1. <_> 7 0 2 7 2. 0 4.2080380953848362e-03 1 -0.4468413889408112 <_> <_> 9 5 9 6 -1. <_> 12 5 3 6 3. 0 -8.2151442766189575e-03 0.2278670966625214 -0.1744178980588913 <_> <_> <_> 5 18 4 2 -1. <_> 6 18 2 2 2. 0 -2.9405429959297180e-03 -0.7264354825019836 1 <_> <_> 7 7 6 8 -1. <_> 9 7 2 8 3. 0 -9.4840265810489655e-03 0.2079429030418396 -0.1523991972208023 <_> <_> <_> 18 16 2 4 -1. <_> 18 16 1 2 2. <_> 19 18 1 2 2. 0 4.2596450075507164e-03 1 0.6177268028259277 <_> <_> 11 18 2 2 -1. <_> 12 18 1 2 2. 0 -1.7117479583248496e-03 -0.7110661268234253 -6.1875251121819019e-03 <_> <_> <_> 3 2 5 2 -1. <_> 3 3 5 1 2. 0 -1.3266160385683179e-03 0.1718126982450485 1 <_> <_> 7 1 6 4 -1. <_> 7 3 6 2 2. 0 9.1314306482672691e-03 -0.4113875925540924 0.1812427937984467 <_> <_> <_> 2 0 2 2 -1. <_> 2 0 2 1 2. 1 6.8382360041141510e-03 1 -0.5760108232498169 <_> <_> 0 1 16 1 -1. <_> 8 1 8 1 2. 0 7.5181988067924976e-03 -0.1081907972693443 0.2956142127513885 <_> <_> <_> 11 1 3 10 -1. <_> 12 1 1 10 3. 0 -7.2788819670677185e-03 -0.5811352133750916 1 <_> <_> 4 0 4 4 -1. <_> 5 1 2 4 2. 1 -0.0180394705384970 0.4518306851387024 -0.0270830895751715 <_> <_> <_> 4 13 3 2 -1. <_> 5 13 1 2 3. 0 -1.0126599809154868e-03 0.2434411942958832 1 <_> <_> 8 11 4 3 -1. <_> 7 12 4 1 3. 1 -6.7263199016451836e-03 0.1687044054269791 -0.2700772881507874 <_> <_> <_> 7 17 4 3 -1. <_> 8 17 2 3 2. 0 -3.2334970310330391e-03 -0.6004822254180908 1 <_> <_> 5 19 2 1 -1. <_> 6 19 1 1 2. 0 -7.7852200774941593e-05 0.2424176931381226 -0.1241324990987778 <_> <_> <_> 0 9 2 2 -1. <_> 0 9 1 1 2. <_> 1 10 1 1 2. 0 -6.7774722992908210e-05 0.1572915017604828 1 <_> <_> 0 9 2 2 -1. <_> 0 9 1 1 2. <_> 1 10 1 1 2. 0 7.1789676439948380e-05 -0.5289350748062134 -0.0316655710339546 <_> <_> <_> 6 9 2 2 -1. <_> 6 9 2 1 2. 1 0.0100242998450994 1 -0.4864695966243744 <_> <_> 0 10 5 3 -1. <_> 0 11 5 1 3. 0 9.4298496842384338e-03 0.1124086976051331 -0.4257048964500427 <_> <_> <_> 3 10 2 2 -1. <_> 3 10 1 1 2. <_> 4 11 1 1 2. 0 -7.4433721601963043e-04 0.2754076123237610 1 <_> <_> 0 10 18 1 -1. <_> 6 10 6 1 3. 0 0.0116605600342155 -0.2311726063489914 0.2244233042001724 <_> <_> <_> 17 4 3 1 -1. <_> 18 5 1 1 3. 1 3.9079408161342144e-03 1 -0.6351963877677917 <_> <_> 17 1 2 7 -1. <_> 17 1 1 7 2. 1 0.0165501497685909 0.1061910018324852 -0.4765498936176300 -1.9657919406890869 17 -1 <_> <_> <_> <_> 6 13 9 2 -1. <_> 9 13 3 2 3. 0 -0.0184390302747488 1 -0.4874570965766907 <_> <_> 4 9 16 6 -1. <_> 4 11 16 2 3. 0 -0.0533645190298557 0.5103781223297119 -0.2267013043165207 <_> <_> <_> 1 1 16 4 -1. <_> 1 3 16 2 2. 0 -0.0757063180208206 0.4148775041103363 1 <_> <_> 14 12 3 3 -1. <_> 15 12 1 3 3. 0 -1.5329009620472789e-03 0.0857649371027946 -0.4347091019153595 <_> <_> <_> 2 9 6 2 -1. <_> 4 11 2 2 3. 1 -0.0244948901236057 1 -0.2753269970417023 <_> <_> 10 0 8 10 -1. <_> 12 0 4 10 2. 0 -3.8144161226227880e-04 0.3804396986961365 -0.4396784901618958 <_> <_> <_> 1 12 16 4 -1. <_> 5 12 8 4 2. 0 -8.8816778734326363e-03 1 -0.4325881898403168 <_> <_> 13 8 6 9 -1. <_> 15 11 2 3 9. 0 -0.0396251305937767 0.2448122054338455 -0.2619363963603973 <_> <_> <_> 19 0 1 8 -1. <_> 19 4 1 4 2. 0 -3.5907390993088484e-03 1 -0.3619948029518127 <_> <_> 8 2 10 6 -1. <_> 8 5 10 3 2. 0 0.0370088703930378 0.0226374603807926 0.5577843785285950 <_> <_> <_> 18 7 2 1 -1. <_> 19 7 1 1 2. 0 7.8503930126316845e-05 -0.3386113047599792 1 <_> <_> 19 4 1 12 -1. <_> 19 7 1 6 2. 0 -4.7969701699912548e-03 0.3185609877109528 -0.1660024970769882 <_> <_> <_> 8 11 3 3 -1. <_> 9 12 1 1 9. 0 -0.0112980101257563 0.3730547130107880 1 <_> <_> 7 12 3 3 -1. <_> 8 12 1 3 3. 0 -4.4886539690196514e-03 0.2969295978546143 -0.2523576021194458 <_> <_> <_> 6 13 3 2 -1. <_> 7 13 1 2 3. 0 -2.2497780155390501e-03 0.3426302969455719 1 <_> <_> 17 15 3 2 -1. <_> 17 15 3 1 2. 1 2.9247230850160122e-03 -0.0565932393074036 -0.7062603235244751 <_> <_> <_> 11 6 3 3 -1. <_> 12 6 1 3 3. 0 1.7976630479097366e-03 1 -0.5418022871017456 <_> <_> 0 15 2 4 -1. <_> 0 17 2 2 2. 0 1.9808609504252672e-03 -0.2564300894737244 0.1844687014818192 <_> <_> <_> 12 9 7 2 -1. <_> 12 9 7 1 2. 1 -4.7688339836895466e-03 -0.2969822883605957 1 <_> <_> 6 5 8 7 -1. <_> 10 5 4 7 2. 0 -0.0157556105405092 0.2895937860012054 -0.1648074984550476 <_> <_> <_> 6 17 8 3 -1. <_> 8 17 4 3 2. 0 -0.0119196400046349 -0.5856721997261047 1 <_> <_> 0 17 4 3 -1. <_> 0 18 4 1 3. 0 4.2308131232857704e-03 0.1360127031803131 -0.4816245138645172 <_> <_> <_> 5 1 10 6 -1. <_> 5 3 10 2 3. 0 0.0205485504120588 1 0.3014349937438965 <_> <_> 0 2 18 2 -1. <_> 6 2 6 2 3. 0 -7.3943338356912136e-03 0.0463677607476711 -0.4237951934337616 <_> <_> <_> 7 8 6 3 -1. <_> 7 9 6 1 3. 0 -6.2137800268828869e-03 0.4572427868843079 1 <_> <_> 10 8 1 3 -1. <_> 10 9 1 1 3. 0 1.4182809973135591e-03 -0.3014363944530487 0.1820451021194458 <_> <_> <_> 16 1 3 2 -1. <_> 17 2 1 2 3. 1 4.1609420441091061e-03 1 -0.5265483856201172 <_> <_> 2 10 1 2 -1. <_> 2 10 1 1 2. 1 -3.7915320135653019e-03 -0.5867707133293152 0.1170366033911705 <_> <_> <_> 2 9 1 2 -1. <_> 2 9 1 1 2. 1 2.0879150833934546e-03 1 -0.3530772924423218 <_> <_> 3 9 2 3 -1. <_> 2 10 2 1 3. 1 1.5018540434539318e-03 0.1862480044364929 -0.3272973001003265 <_> <_> <_> 2 14 12 6 -1. <_> 2 14 6 3 2. <_> 8 17 6 3 2. 0 0.0212488099932671 1 -0.3197925984859467 <_> <_> 15 17 1 2 -1. <_> 15 17 1 1 2. 1 -5.5249751312658191e-04 0.2337023019790649 -0.1738619953393936 <_> <_> <_> 17 11 3 3 -1. <_> 18 12 1 3 3. 1 -3.0085169710218906e-03 0.1759604960680008 1 <_> <_> 13 12 3 2 -1. <_> 14 12 1 2 3. 0 -1.1611919617280364e-03 0.1603343039751053 -0.3968097865581512 <_> <_> <_> 16 18 4 2 -1. <_> 18 18 2 2 2. 0 -3.9655580185353756e-03 0.3669176995754242 1 <_> <_> 18 14 2 4 -1. <_> 17 15 2 2 2. 1 -6.5836100839078426e-03 -0.6296635866165161 -0.0249264501035213 <_> <_> <_> 12 13 3 1 -1. <_> 13 13 1 1 3. 0 -9.0950471349060535e-04 0.3957498073577881 1 <_> <_> 11 12 3 3 -1. <_> 12 13 1 1 9. 0 -5.7984529994428158e-03 0.1749224066734314 -0.2683740854263306 <_> <_> <_> 0 0 16 20 -1. <_> 8 0 8 20 2. 0 -0.5775880217552185 0.5961139202117920 1 <_> <_> 3 0 8 5 -1. <_> 5 0 4 5 2. 0 -0.0151613103225827 -0.6613163948059082 3.3608361263759434e-04 <_> <_> <_> 0 0 2 1 -1. <_> 1 0 1 1 2. 0 7.6604672358371317e-05 1 0.2040158957242966 <_> <_> 1 2 19 4 -1. <_> 1 4 19 2 2. 0 0.0277699790894985 -0.3209733068943024 0.2231740057468414 <_> <_> <_> 12 7 3 4 -1. <_> 13 7 1 4 3. 0 -2.6336179580539465e-03 -0.3965649902820587 1 <_> <_> 15 6 3 3 -1. <_> 16 7 1 3 3. 1 8.3722146227955818e-03 0.1388397067785263 -0.5800622105598450 <_> <_> <_> 3 13 2 2 -1. <_> 3 13 1 1 2. <_> 4 14 1 1 2. 0 -7.0203031646087766e-04 0.2777728140354156 1 <_> <_> 2 12 2 2 -1. <_> 2 12 1 1 2. <_> 3 13 1 1 2. 0 -4.8448870074935257e-04 0.2162851989269257 -0.2969225049018860 <_> <_> <_> 0 3 19 4 -1. <_> 0 4 19 2 2. 0 -0.0336381718516350 0.3579196929931641 1 <_> <_> 17 7 3 4 -1. <_> 18 8 1 4 3. 1 4.4241230934858322e-03 -8.6632027523592114e-04 -0.5587272047996521 <_> <_> <_> 4 8 3 4 -1. <_> 5 9 1 4 3. 1 0.0115452604368329 1 0.3383761942386627 <_> <_> 14 11 4 6 -1. <_> 15 11 2 6 2. 0 -1.5816639643162489e-03 0.0286606997251511 -0.3504197001457214 <_> <_> <_> 18 3 2 6 -1. <_> 18 5 2 2 3. 0 0.0138381402939558 1 -0.7788680791854858 <_> <_> 14 3 2 4 -1. <_> 14 3 2 2 2. 1 0.0283274091780186 -0.0186049100011587 0.6214786767959595 <_> <_> <_> 7 9 5 4 -1. <_> 7 10 5 2 2. 0 -8.8482163846492767e-03 0.2636981904506683 1 <_> <_> 12 11 8 2 -1. <_> 12 12 8 1 2. 0 -1.1661020107567310e-03 0.1030258014798164 -0.3268001079559326 <_> <_> <_> 16 13 3 4 -1. <_> 16 13 3 2 2. 1 -0.0322522111237049 -0.5004624128341675 1 <_> <_> 14 7 5 9 -1. <_> 14 10 5 3 3. 0 -0.0949211195111275 -0.7276101112365723 0.1033010035753250 <_> <_> <_> 0 12 1 3 -1. <_> 0 13 1 1 3. 0 2.5177269708365202e-03 1 -0.6393802762031555 <_> <_> 6 6 3 6 -1. <_> 4 8 3 2 3. 1 -0.0408921688795090 -0.5734522938728333 0.0815025269985199 <_> <_> <_> 0 9 9 1 -1. <_> 3 9 3 1 3. 0 -1.9293189980089664e-03 0.2417722940444946 1 <_> <_> 0 9 6 2 -1. <_> 0 9 3 1 2. <_> 3 10 3 1 2. 0 -1.4116390375420451e-03 0.0803638175129890 -0.3614653944969177 <_> <_> <_> 3 2 4 4 -1. <_> 4 2 2 4 2. 0 -3.8812779821455479e-03 -0.5763878226280212 1 <_> <_> 18 3 2 3 -1. <_> 18 4 2 1 3. 0 4.4630360789597034e-03 0.0918357893824577 -0.6803910136222839 <_> <_> <_> 6 16 3 3 -1. <_> 6 17 3 1 3. 0 2.9870839789509773e-03 -0.1023664027452469 1 <_> <_> 1 16 6 3 -1. <_> 1 17 6 1 3. 0 9.4975335523486137e-03 0.4915060997009277 -0.3801138997077942 -1.7649420499801636 18 -1 SceneSwitcher-1.17.2/data/res/cascadeClassifiers/haarcascade_upperbody.xml000066400000000000000000037735501417525156400267150ustar00rootroot00000000000000 22 18 <_> <_> <_> <_>5 5 12 6 -1. <_>9 5 4 6 3. 0 -0.0136960297822952 0.4507646858692169 -0.4217903017997742 <_> <_> <_>7 13 10 4 -1. <_>7 15 10 2 2. 0 0.0124414497986436 0.1649325042963028 -0.7479348778724670 <_> <_> <_>3 14 9 4 -1. <_>6 14 3 4 3. 0 -2.7094660326838493e-003 0.3100470006465912 -0.3761714100837708 <_> <_> <_>15 6 5 6 -1. <_>15 6 5 3 2. 1 -0.1000801026821137 0.7618219852447510 -0.0745569765567780 <_> <_> <_>0 1 22 14 -1. <_>11 1 11 14 2. 0 -0.2511411905288696 -0.6415402889251709 0.1513922065496445 <_> <_> <_>1 11 20 4 -1. <_>6 11 10 4 2. 0 -0.1051065027713776 0.7145937085151672 -0.1449857950210571 <_> <_> <_>7 6 6 5 -1. <_>7 6 3 5 2. 1 -0.0884480178356171 0.7577317953109741 -0.0685868933796883 <_> <_> <_>5 13 12 4 -1. <_>11 13 6 2 2. <_>5 15 6 2 2. 0 0.0108749102801085 0.1461060941219330 -0.5426371097564697 <_> <_> <_>7 12 8 6 -1. <_>7 12 4 3 2. <_>11 15 4 3 2. 0 0.0126905702054501 0.1167458966374397 -0.4964945912361145 <_> <_> <_>20 0 2 18 -1. <_>20 9 2 9 2. 0 -0.0321983993053436 -0.3852939009666443 0.0984379723668098 <_> <_> <_>8 6 6 12 -1. <_>10 6 2 12 3. 0 -3.4077179152518511e-003 0.2520087063312531 -0.2238254994153976 <_> <_> <_>8 5 6 6 -1. <_>10 5 2 6 3. 0 0.0303243901580572 -0.1053444966673851 0.6573541760444641 <_> <_> <_>5 15 12 2 -1. <_>5 16 12 1 2. 0 4.1930507868528366e-003 0.1287239938974381 -0.5316066145896912 <_> <_> <_>20 0 2 18 -1. <_>20 9 2 9 2. 0 0.0805014073848724 0.0416966602206230 -0.7212303280830383 <_> <_> <_>0 0 2 18 -1. <_>0 9 2 9 2. 0 -0.0348220802843571 -0.4975110888481140 0.1395993977785111 <_> <_> <_>13 7 6 4 -1. <_>13 7 6 2 2. 1 7.5519368983805180e-003 -0.0921476781368256 0.1129434034228325 <_> <_> <_>2 14 7 4 -1. <_>2 16 7 2 2. 0 -0.0175721403211355 -0.5678442716598511 0.0935728102922440 <_> <_> <_>13 7 7 4 -1. <_>13 7 7 2 2. 1 5.2012042142450809e-003 -0.0792380794882774 0.0618789605796337 <_> <_> <_>4 6 4 12 -1. <_>4 10 4 4 3. 0 -0.0307989194989204 -0.5665851235389710 0.0952714905142784 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 -1.3465429656207561e-003 0.2401147037744522 -0.2602663934230804 -1.1264339685440063 -1 -1 <_> <_> <_> <_>6 8 6 10 -1. <_>6 8 3 5 2. <_>9 13 3 5 2. 0 1.9108939450234175e-003 -0.4624095857143402 0.3061217069625855 <_> <_> <_>11 12 6 6 -1. <_>11 15 6 3 2. 0 9.5464065670967102e-003 0.0919561386108398 -0.5350117087364197 <_> <_> <_>1 15 8 3 -1. <_>5 15 4 3 2. 0 -0.0434028096497059 0.5681784152984619 -0.1128493025898933 <_> <_> <_>6 9 10 4 -1. <_>6 11 10 2 2. 0 0.0503860302269459 -0.0803169310092926 0.7352185845375061 <_> <_> <_>11 5 8 3 -1. <_>10 6 8 1 3. 1 -6.8480317713692784e-004 0.2579864859580994 -0.2804940938949585 <_> <_> <_>0 13 22 5 -1. <_>0 13 11 5 2. 0 0.1154804974794388 0.0920655727386475 -0.7555689215660095 <_> <_> <_>2 13 14 3 -1. <_>9 13 7 3 2. 0 -1.9348369678482413e-003 0.2944079041481018 -0.2410271018743515 <_> <_> <_>11 5 2 10 -1. <_>11 5 1 10 2. 1 -0.0435288101434708 0.4920296967029572 -0.0396501012146473 <_> <_> <_>11 5 10 2 -1. <_>11 5 10 1 2. 1 -0.0302181504666805 0.7722792029380798 -0.0867865234613419 <_> <_> <_>14 0 8 8 -1. <_>18 0 4 4 2. <_>14 4 4 4 2. 0 0.0245365891605616 0.0959448218345642 -0.4864296913146973 <_> <_> <_>5 0 3 10 -1. <_>5 5 3 5 2. 0 0.0239589903503656 0.1043784022331238 -0.5121983885765076 <_> <_> <_>16 0 3 12 -1. <_>16 6 3 6 2. 0 -0.0253708306699991 -0.3198154866695404 0.0914865732192993 <_> <_> <_>3 3 12 4 -1. <_>3 3 6 2 2. <_>9 5 6 2 2. 0 -1.8606419907882810e-003 0.2278396934270859 -0.2430797070264816 <_> <_> <_>2 2 20 3 -1. <_>7 2 10 3 2. 0 0.0225508008152246 0.0692075565457344 -0.3005428016185761 <_> <_> <_>11 7 3 8 -1. <_>11 7 3 4 2. 1 -0.0497520901262760 -0.6107804775238037 0.0944727733731270 <_> <_> <_>4 9 18 3 -1. <_>4 10 18 1 3. 0 -0.0266023892909288 0.5958176851272583 -0.0920460522174835 <_> <_> <_>3 3 16 14 -1. <_>3 3 8 7 2. <_>11 10 8 7 2. 0 0.1076000034809113 0.1027851998806000 -0.5430337190628052 <_> <_> <_>7 14 8 4 -1. <_>7 14 4 4 2. 0 0.0176906995475292 0.0660571381449699 -0.6321390867233276 <_> <_> <_>10 7 4 7 -1. <_>10 7 2 7 2. 1 -0.0624099187552929 0.6872419714927673 -0.0670705586671829 <_> <_> <_>11 9 6 5 -1. <_>11 9 3 5 2. 0 -1.9801619928330183e-003 0.0944115519523621 -0.0878194868564606 <_> <_> <_>0 6 22 4 -1. <_>11 6 11 4 2. 0 0.0636684298515320 0.1153173968195915 -0.4812976121902466 <_> <_> <_>14 6 6 12 -1. <_>17 6 3 6 2. <_>14 12 3 6 2. 0 -0.0307978298515081 0.3585476875305176 -0.1259379982948303 <_> <_> <_>4 14 6 4 -1. <_>4 16 6 2 2. 0 -1.8353419727645814e-004 0.1478839963674545 -0.2854681015014648 <_> <_> <_>12 14 6 4 -1. <_>12 16 6 2 2. 0 1.7074620118364692e-003 0.0799296572804451 -0.2523337006568909 <_> <_> <_>4 14 6 4 -1. <_>4 16 6 2 2. 0 -0.0153251998126507 -0.5771185755729675 0.0989083275198936 <_> <_> <_>10 6 6 6 -1. <_>12 6 2 6 3. 0 0.0413891896605492 -0.0655507966876030 0.5736380219459534 <_> <_> <_>9 0 11 3 -1. <_>8 1 11 1 3. 1 -4.5577771379612386e-004 0.2259308993816376 -0.1910558044910431 <_> <_> <_>7 0 12 4 -1. <_>13 0 6 2 2. <_>7 2 6 2 2. 0 -0.0134556898847222 -0.4023393094539642 0.0864776223897934 <_> <_> <_>6 6 6 6 -1. <_>8 6 2 6 3. 0 -0.0379783995449543 0.5525758862495422 -0.0815410166978836 <_> <_> <_>15 5 3 8 -1. <_>15 9 3 4 2. 0 -0.0171975009143353 -0.1836300939321518 0.0519998706877232 <_> <_> <_>5 2 12 7 -1. <_>9 2 4 7 3. 0 -1.2581580085679889e-003 0.1883004009723663 -0.2572666108608246 <_> <_> <_>5 5 12 4 -1. <_>9 5 4 4 3. 0 0.0677251070737839 -0.0809564515948296 0.7180324196815491 <_> <_> <_>7 3 4 7 -1. <_>7 3 2 7 2. 1 0.0354894287884235 0.1006807014346123 -0.5377414226531982 -1.1226719617843628 0 -1 <_> <_> <_> <_>2 14 6 4 -1. <_>5 14 3 4 2. 0 -5.3695798851549625e-003 0.2747949957847595 -0.3417896032333374 <_> <_> <_>11 4 6 6 -1. <_>13 4 2 6 3. 0 6.2695867381989956e-004 -0.0986466333270073 0.1072842031717300 <_> <_> <_>5 14 12 4 -1. <_>5 14 6 2 2. <_>11 16 6 2 2. 0 -0.0164842698723078 -0.6497290730476379 0.0960377529263496 <_> <_> <_>3 12 16 6 -1. <_>11 12 8 3 2. <_>3 15 8 3 2. 0 -0.0221040993928909 -0.4598448872566223 0.1630463004112244 <_> <_> <_>1 11 20 4 -1. <_>6 11 10 4 2. 0 0.1190413981676102 -0.0996003970503807 0.7372975945472717 <_> <_> <_>9 0 10 10 -1. <_>14 0 5 5 2. <_>9 5 5 5 2. 0 -2.0222070161253214e-003 0.2102926969528198 -0.2457713037729263 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 1 0.0675003528594971 -0.1246778964996338 0.5765423178672791 <_> <_> <_>1 7 20 11 -1. <_>1 7 10 11 2. 0 -0.1965593993663788 -0.6089174747467041 0.0996720567345619 <_> <_> <_>9 0 12 3 -1. <_>9 0 6 3 2. 1 0.0494311712682247 0.1375274956226349 -0.4558086991310120 <_> <_> <_>13 0 6 6 -1. <_>13 0 3 6 2. 0 0.0233800895512104 0.0471418909728527 -0.3502770960330963 <_> <_> <_>5 0 12 8 -1. <_>5 2 12 4 2. 0 1.3998650247231126e-003 -0.2064304947853088 0.2432229965925217 <_> <_> <_>14 0 8 6 -1. <_>18 0 4 3 2. <_>14 3 4 3 2. 0 0.0114326896145940 0.0551873706281185 -0.3261989951133728 <_> <_> <_>7 6 8 6 -1. <_>9 6 4 6 2. 0 0.0487750694155693 -0.0689925104379654 0.7117180824279785 <_> <_> <_>11 3 6 6 -1. <_>13 3 2 6 3. 0 0.0652840211987495 3.7155740428715944e-003 0.5931897163391113 <_> <_> <_>5 3 6 6 -1. <_>7 3 2 6 3. 0 6.1603228095918894e-004 -0.2327252030372620 0.2044153064489365 <_> <_> <_>13 0 8 6 -1. <_>17 0 4 3 2. <_>13 3 4 3 2. 0 -0.0105274999514222 -0.3177379071712494 0.1017130985856056 <_> <_> <_>0 0 8 6 -1. <_>0 0 4 3 2. <_>4 3 4 3 2. 0 0.0162313394248486 0.0917341932654381 -0.4714300930500031 <_> <_> <_>7 0 10 6 -1. <_>12 0 5 3 2. <_>7 3 5 3 2. 0 3.8958500954322517e-004 -0.1299754977226257 0.1347548961639404 <_> <_> <_>0 15 22 2 -1. <_>11 15 11 2 2. 0 -0.0441656894981861 -0.6033102869987488 0.0647668763995171 <_> <_> <_>5 14 12 4 -1. <_>5 15 12 2 2. 0 -0.0136632099747658 -0.5276284217834473 0.0634857416152954 <_> <_> <_>5 13 6 4 -1. <_>5 15 6 2 2. 0 -8.8231859263032675e-004 0.1451025009155273 -0.2784520089626312 <_> <_> <_>3 9 17 3 -1. <_>3 10 17 1 3. 0 -0.0278191901743412 0.4364086985588074 -0.0851918607950211 <_> <_> <_>3 8 16 10 -1. <_>3 8 8 5 2. <_>11 13 8 5 2. 0 0.0625609904527664 0.1002788990736008 -0.4223591983318329 <_> <_> <_>9 0 10 6 -1. <_>14 0 5 3 2. <_>9 3 5 3 2. 0 -4.4808178790844977e-004 0.1485148966312408 -0.1773128956556320 <_> <_> <_>3 0 12 4 -1. <_>3 0 6 2 2. <_>9 2 6 2 2. 0 -0.0213631801307201 -0.6133446097373962 0.0605393983423710 <_> <_> <_>4 10 14 3 -1. <_>4 10 7 3 2. 0 -0.0691223293542862 -0.8684576153755188 0.0393477492034435 <_> <_> <_>1 14 11 4 -1. <_>1 16 11 2 2. 0 -0.0305428393185139 -0.6402171850204468 0.0495938211679459 <_> <_> <_>7 0 12 6 -1. <_>13 0 6 3 2. <_>7 3 6 3 2. 0 -0.0101011600345373 -0.1619915068149567 0.0572568997740746 <_> <_> <_>3 0 10 6 -1. <_>3 0 5 3 2. <_>8 3 5 3 2. 0 -2.2010109387338161e-004 0.2135093063116074 -0.2019899934530258 -1.0127470493316650 1 -1 <_> <_> <_> <_>6 0 10 3 -1. <_>6 0 5 3 2. 1 5.7967850007116795e-003 -0.3384417891502380 0.2506627142429352 <_> <_> <_>14 8 6 4 -1. <_>14 8 6 2 2. 1 0.0637951791286469 -0.0421116203069687 0.3574657142162323 <_> <_> <_>0 2 5 16 -1. <_>0 10 5 8 2. 0 -0.0643320381641388 -0.5066078901290894 0.1171773970127106 <_> <_> <_>0 3 22 5 -1. <_>0 3 11 5 2. 0 -0.1157428994774818 -0.5667849779129028 0.0958809033036232 <_> <_> <_>6 15 8 3 -1. <_>10 15 4 3 2. 0 -3.9005130529403687e-003 -0.4149822890758514 0.1485832035541534 <_> <_> <_>15 0 2 14 -1. <_>15 0 1 14 2. 1 0.0125129297375679 0.0536966696381569 -0.1416396051645279 <_> <_> <_>7 0 14 2 -1. <_>7 0 14 1 2. 1 1.5871099894866347e-003 -0.2596234083175659 0.1941833049058914 <_> <_> <_>1 11 20 5 -1. <_>6 11 10 5 2. 0 0.1629112064838409 -0.0612437687814236 0.7856721282005310 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 -0.3325822055339813 0.7802013158798218 -0.0440364591777325 <_> <_> <_>10 1 12 3 -1. <_>14 1 4 3 3. 0 -0.0102888997644186 -0.1528968065977097 0.0620962306857109 <_> <_> <_>0 1 12 3 -1. <_>4 1 4 3 3. 0 0.0289560295641422 0.0847077965736389 -0.4782071113586426 <_> <_> <_>14 12 4 6 -1. <_>14 12 2 6 2. 0 -3.2221511355601251e-004 0.1395125985145569 -0.1881939023733139 <_> <_> <_>0 10 22 7 -1. <_>11 10 11 7 2. 0 0.1583528965711594 0.0666678100824356 -0.5457236170768738 <_> <_> <_>11 2 4 11 -1. <_>11 2 2 11 2. 1 -0.0425843112170696 0.2704033851623535 -0.0566545091569424 <_> <_> <_>3 14 16 4 -1. <_>3 14 8 2 2. <_>11 16 8 2 2. 0 0.0275051407516003 0.0492711588740349 -0.7315763831138611 <_> <_> <_>12 12 6 6 -1. <_>14 12 2 6 3. 0 0.0868797004222870 -0.0175324007868767 0.8678265213966370 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 -2.0130439661443233e-003 0.1659394055604935 -0.2526623010635376 <_> <_> <_>11 14 6 4 -1. <_>11 16 6 2 2. 0 4.2330170981585979e-004 0.0942235514521599 -0.2462970018386841 <_> <_> <_>0 0 12 4 -1. <_>0 0 6 2 2. <_>6 2 6 2 2. 0 0.0151944998651743 0.0736956372857094 -0.5006862282752991 <_> <_> <_>15 11 4 6 -1. <_>15 11 2 6 2. 0 -6.1203669756650925e-003 0.2138189971446991 -0.1673810034990311 <_> <_> <_>3 11 4 6 -1. <_>5 11 2 6 2. 0 0.0206602402031422 -0.0806361585855484 0.5782834887504578 <_> <_> <_>18 5 4 7 -1. <_>18 5 2 7 2. 1 -0.0603982508182526 -0.6341177225112915 0.0508990101516247 <_> <_> <_>4 5 7 4 -1. <_>4 5 7 2 2. 1 0.0353864803910255 0.0731911510229111 -0.5642666220664978 <_> <_> <_>9 6 12 3 -1. <_>13 6 4 3 3. 0 -0.0659978389739990 0.3283380866050720 -0.0263102594763041 <_> <_> <_>1 6 12 3 -1. <_>5 6 4 3 3. 0 1.1004590196534991e-003 -0.2311460971832275 0.2020651996135712 <_> <_> <_>0 0 22 10 -1. <_>11 0 11 5 2. <_>0 5 11 5 2. 0 0.0844881534576416 0.0745898410677910 -0.4371033906936646 <_> <_> <_>2 4 14 3 -1. <_>2 5 14 1 3. 0 -0.0292359907180071 0.6506476998329163 -0.0545318387448788 <_> <_> <_>13 3 8 6 -1. <_>17 3 4 3 2. <_>13 6 4 3 2. 0 -0.0339169502258301 -0.2880434989929199 0.0321728810667992 <_> <_> <_>4 14 14 4 -1. <_>4 14 7 2 2. <_>11 16 7 2 2. 0 -7.9108700156211853e-003 -0.3366037905216217 0.1010069027543068 <_> <_> <_>11 2 4 11 -1. <_>11 2 2 11 2. 1 0.0519304312765598 0.0329209603369236 -0.1317653059959412 <_> <_> <_>11 2 11 4 -1. <_>11 2 11 2 2. 1 -0.0685861036181450 0.5215355753898621 -0.0667185783386230 <_> <_> <_>10 7 12 3 -1. <_>10 7 6 3 2. 0 -1.9451669650152326e-003 0.1539679020643234 -0.1989576071500778 <_> <_> <_>9 7 4 6 -1. <_>9 7 2 6 2. 1 0.0713662281632423 -0.0829271599650383 0.4529233872890472 <_> <_> <_>3 11 16 6 -1. <_>11 11 8 3 2. <_>3 14 8 3 2. 0 -0.0266242399811745 -0.4400973916053772 0.1026711985468864 <_> <_> <_>1 3 8 6 -1. <_>1 3 4 3 2. <_>5 6 4 3 2. 0 0.0252660606056452 0.0557992011308670 -0.5556933879852295 <_> <_> <_>5 4 12 3 -1. <_>5 5 12 1 3. 0 5.5255689658224583e-003 -0.1364029943943024 0.2825520038604736 <_> <_> <_>7 14 8 4 -1. <_>11 14 4 4 2. 0 -2.9929999727755785e-003 -0.3242157101631165 0.1212206035852432 <_> <_> <_>7 3 15 3 -1. <_>7 4 15 1 3. 0 0.0221921093761921 -0.0607410185039043 0.4347316026687622 <_> <_> <_>6 8 6 4 -1. <_>6 8 6 2 2. 1 -9.4268741086125374e-003 -0.3345840871334076 0.1002969965338707 <_> <_> <_>10 7 12 3 -1. <_>10 7 6 3 2. 0 3.4395330585539341e-003 -0.0838299095630646 0.1792594045400620 <_> <_> <_>0 7 12 3 -1. <_>6 7 6 3 2. 0 -3.2996390946209431e-003 0.1999042928218842 -0.2106847018003464 <_> <_> <_>7 7 9 4 -1. <_>10 7 3 4 3. 0 0.0261521507054567 -0.0806674063205719 0.3558126986026764 -1.0684469938278198 2 -1 <_> <_> <_> <_>6 2 4 16 -1. <_>6 10 4 8 2. 0 -0.0227926503866911 0.4072526097297669 -0.3360992074012756 <_> <_> <_>8 4 6 6 -1. <_>10 4 2 6 3. 0 -5.7334620505571365e-003 0.2688218951225281 -0.2277535051107407 <_> <_> <_>1 11 20 3 -1. <_>6 11 10 3 2. 0 0.0969412028789520 -0.0809050127863884 0.7432873845100403 <_> <_> <_>14 9 6 8 -1. <_>17 9 3 4 2. <_>14 13 3 4 2. 0 -0.0282889995723963 0.4561010897159576 -0.0610963404178619 <_> <_> <_>11 0 9 4 -1. <_>11 0 9 2 2. 1 3.8522849790751934e-003 -0.2524180114269257 0.2090710997581482 <_> <_> <_>11 10 6 8 -1. <_>14 10 3 4 2. <_>11 14 3 4 2. 0 2.3100129328668118e-003 -0.1471340060234070 0.1546038985252380 <_> <_> <_>5 16 12 2 -1. <_>5 17 12 1 2. 0 1.1361920041963458e-003 0.1768047958612442 -0.3053728938102722 <_> <_> <_>5 9 14 4 -1. <_>5 11 14 2 2. 0 0.0249628908932209 -0.1265290975570679 0.3744265139102936 <_> <_> <_>2 9 6 8 -1. <_>2 9 3 4 2. <_>5 13 3 4 2. 0 -5.8984099887311459e-003 0.2673898935317993 -0.1776257008314133 <_> <_> <_>15 8 6 4 -1. <_>15 8 3 4 2. 0 0.0118049001321197 0.0660779774188995 -0.3348213136196137 <_> <_> <_>1 8 6 4 -1. <_>4 8 3 4 2. 0 6.4400159753859043e-003 0.1099480018019676 -0.3630348145961762 <_> <_> <_>13 5 8 5 -1. <_>13 5 4 5 2. 1 -0.0894073694944382 -0.4358046054840088 0.0149443103000522 <_> <_> <_>11 5 9 2 -1. <_>11 5 9 1 2. 1 -0.0314042307436466 0.6952344775199890 -0.0548542886972427 <_> <_> <_>12 6 9 12 -1. <_>15 10 3 4 9. 0 -0.1460794955492020 -0.2565006017684937 0.0569565407931805 <_> <_> <_>5 10 6 8 -1. <_>5 10 3 4 2. <_>8 14 3 4 2. 0 2.1142649929970503e-003 -0.2498755007982254 0.1679255962371826 <_> <_> <_>9 5 5 12 -1. <_>9 8 5 6 2. 0 -0.0151193598285317 -0.3017987012863159 0.1039358973503113 <_> <_> <_>11 5 9 2 -1. <_>11 5 9 1 2. 1 0.0256209596991539 -0.0748213008046150 0.5360078215599060 <_> <_> <_>5 0 15 12 -1. <_>10 4 5 4 9. 0 -0.1441780030727387 -0.2049089968204498 0.0744577869772911 <_> <_> <_>1 13 8 5 -1. <_>5 13 4 5 2. 0 0.0259547792375088 -0.0905748680233955 0.4844220876693726 <_> <_> <_>14 8 6 4 -1. <_>14 8 3 4 2. 1 -0.0211307201534510 -0.2268981039524078 0.0648760572075844 <_> <_> <_>8 8 4 6 -1. <_>8 8 4 3 2. 1 0.0164744593203068 0.1076800003647804 -0.3657059967517853 <_> <_> <_>7 0 12 9 -1. <_>11 3 4 3 9. 0 0.1092215031385422 0.0568273514509201 -0.3472855985164642 <_> <_> <_>7 13 6 4 -1. <_>7 15 6 2 2. 0 -7.4581061198841780e-005 0.1390427052974701 -0.2594260871410370 <_> <_> <_>10 7 6 10 -1. <_>13 7 3 5 2. <_>10 12 3 5 2. 0 -0.0277536008507013 0.3811129927635193 -0.0428961291909218 <_> <_> <_>6 7 6 10 -1. <_>6 7 3 5 2. <_>9 12 3 5 2. 0 0.0327214300632477 -0.0908721536397934 0.3928917944431305 <_> <_> <_>7 0 12 2 -1. <_>7 0 6 2 2. 0 5.5606258101761341e-003 0.0840022489428520 -0.1939603984355927 <_> <_> <_>2 0 18 9 -1. <_>2 3 18 3 3. 0 -0.1071029007434845 -0.5898147225379944 0.0568627603352070 <_> <_> <_>12 2 6 15 -1. <_>12 2 3 15 2. 0 -8.0517623573541641e-003 0.1179059967398644 -0.1159565970301628 <_> <_> <_>4 2 6 15 -1. <_>7 2 3 15 2. 0 -0.1385001987218857 -0.9080532193183899 0.0414113588631153 <_> <_> <_>7 12 12 4 -1. <_>7 13 12 2 2. 0 0.0286209192126989 0.0199285894632339 -0.7369766235351563 <_> <_> <_>4 4 4 14 -1. <_>4 4 2 7 2. <_>6 11 2 7 2. 0 0.0262089706957340 -0.0615775510668755 0.6089993119239807 <_> <_> <_>12 6 9 12 -1. <_>15 10 3 4 9. 0 0.0265270397067070 0.0571938604116440 -0.0629923269152641 <_> <_> <_>1 6 9 12 -1. <_>4 10 3 4 9. 0 -0.0446224883198738 -0.3331815004348755 0.0932145714759827 <_> <_> <_>13 6 8 12 -1. <_>17 6 4 6 2. <_>13 12 4 6 2. 0 -0.0142831197008491 0.1912523061037064 -0.1153056994080544 <_> <_> <_>7 14 8 3 -1. <_>11 14 4 3 2. 0 -1.9681209232658148e-003 -0.3129512071609497 0.0996828079223633 <_> <_> <_>5 5 12 3 -1. <_>9 5 4 3 3. 0 0.0528510808944702 -0.0589195489883423 0.5788791179656982 <_> <_> <_>10 0 2 18 -1. <_>10 6 2 6 3. 0 -6.3711861148476601e-003 0.1918219029903412 -0.1909454017877579 <_> <_> <_>4 14 14 2 -1. <_>4 14 7 2 2. 0 -6.4727910794317722e-003 -0.2472103983163834 0.1225292980670929 <_> <_> <_>3 0 6 4 -1. <_>6 0 3 4 2. 0 -0.0166909899562597 -0.4917466044425964 0.0503151006996632 <_> <_> <_>13 12 6 4 -1. <_>13 12 3 4 2. 0 -0.0148824099451303 0.1964661031961441 -0.0582503899931908 <_> <_> <_>1 0 8 4 -1. <_>5 0 4 4 2. 0 0.0175297092646360 0.0763574987649918 -0.3655926883220673 <_> <_> <_>7 9 14 4 -1. <_>14 9 7 2 2. <_>7 11 7 2 2. 0 0.0422213897109032 -0.0315604917705059 0.3601126968860626 <_> <_> <_>1 0 8 18 -1. <_>1 0 4 9 2. <_>5 9 4 9 2. 0 -0.0655817463994026 0.3433471024036408 -0.0885569602251053 <_> <_> <_>13 8 6 4 -1. <_>13 8 3 4 2. 1 0.0167032107710838 0.0482100397348404 -0.1527362018823624 <_> <_> <_>9 8 4 6 -1. <_>9 8 4 3 2. 1 -6.9328742101788521e-003 -0.3057363927364349 0.1182114034891129 -1.1520069837570190 3 -1 <_> <_> <_> <_>3 13 6 4 -1. <_>6 13 3 4 2. 0 -6.3434438779950142e-003 0.3384028077125549 -0.3347485065460205 <_> <_> <_>11 4 6 7 -1. <_>13 4 2 7 3. 0 5.2472548559308052e-003 -0.0935965329408646 0.1679117977619171 <_> <_> <_>6 8 6 4 -1. <_>6 8 3 4 2. 1 -0.0365850888192654 0.5367609858512878 -0.0854335278272629 <_> <_> <_>10 7 12 5 -1. <_>13 7 6 5 2. 0 5.3153699263930321e-003 -0.1280411928892136 0.1444391012191773 <_> <_> <_>3 5 12 3 -1. <_>9 5 6 3 2. 0 -3.9569609798491001e-003 0.1860544979572296 -0.2231141030788422 <_> <_> <_>13 5 4 6 -1. <_>13 8 4 3 2. 0 0.0339654199779034 0.0278357099741697 -0.5120338797569275 <_> <_> <_>5 5 4 6 -1. <_>5 8 4 3 2. 0 -0.0148528795689344 -0.4681495130062103 0.1135156005620956 <_> <_> <_>13 12 6 6 -1. <_>15 12 2 6 3. 0 -2.9641329310834408e-003 0.2659179866313934 -0.2818377017974854 <_> <_> <_>10 2 4 10 -1. <_>10 2 4 5 2. 1 -0.1079559028148651 -0.5752769708633423 0.1099163964390755 <_> <_> <_>13 12 6 6 -1. <_>15 12 2 6 3. 0 0.0212376005947590 -0.1045159026980400 0.4661377072334290 <_> <_> <_>3 12 6 6 -1. <_>5 12 2 6 3. 0 -0.0261896401643753 0.4254482090473175 -0.0922789126634598 <_> <_> <_>11 12 6 6 -1. <_>11 14 6 2 3. 0 -0.0350105613470078 -0.7180119752883911 0.0728772506117821 <_> <_> <_>5 12 8 6 -1. <_>5 12 4 3 2. <_>9 15 4 3 2. 0 1.5026619621494319e-005 -0.2719976007938385 0.1068215966224670 <_> <_> <_>5 11 12 6 -1. <_>11 11 6 3 2. <_>5 14 6 3 2. 0 -0.0277602504938841 -0.5018569231033325 0.1011821031570435 <_> <_> <_>0 9 22 8 -1. <_>0 9 11 4 2. <_>11 13 11 4 2. 0 -0.0374391786754131 -0.3714151978492737 0.0837090387940407 <_> <_> <_>6 9 13 3 -1. <_>6 10 13 1 3. 0 -0.0141522595658898 0.3098280131816864 -0.0737676620483398 <_> <_> <_>0 2 8 6 -1. <_>0 2 4 3 2. <_>4 5 4 3 2. 0 -0.0123310796916485 -0.3950768113136292 0.0832151770591736 <_> <_> <_>4 9 16 3 -1. <_>4 10 16 1 3. 0 2.6666349731385708e-003 -0.1377612948417664 0.2424568980932236 <_> <_> <_>4 9 12 3 -1. <_>4 10 12 1 3. 0 -2.9443199746310711e-003 0.2446078062057495 -0.1393789052963257 <_> <_> <_>16 2 5 16 -1. <_>16 10 5 8 2. 0 -0.1578892022371292 -0.5683224201202393 0.0361407212913036 <_> <_> <_>6 13 7 4 -1. <_>6 15 7 2 2. 0 2.1553030237555504e-003 0.0836605578660965 -0.4138025939464569 <_> <_> <_>1 7 20 8 -1. <_>11 7 10 4 2. <_>1 11 10 4 2. 0 -0.0853670910000801 -0.5705329179763794 0.0529956594109535 <_> <_> <_>5 2 12 3 -1. <_>5 3 12 1 3. 0 3.4761740826070309e-003 -0.1218981966376305 0.2655329108238220 <_> <_> <_>13 13 6 4 -1. <_>13 15 6 2 2. 0 -0.0241042207926512 -0.5231543779373169 0.0255056601017714 <_> <_> <_>1 0 5 8 -1. <_>1 4 5 4 2. 0 -0.0307291503995657 -0.4673540890216827 0.0708444267511368 <_> <_> <_>5 0 13 8 -1. <_>5 4 13 4 2. 0 -1.1937420349568129e-003 0.1459686011075974 -0.2308627068996429 <_> <_> <_>9 1 4 8 -1. <_>9 5 4 4 2. 0 0.0323041006922722 -0.0653509274125099 0.5509138107299805 <_> <_> <_>11 2 8 8 -1. <_>9 4 8 4 2. 1 0.1495549976825714 0.0150020895525813 -0.8940045237541199 <_> <_> <_>11 2 8 8 -1. <_>13 4 4 8 2. 1 -4.7254669480025768e-003 0.1485746055841446 -0.2101994007825851 <_> <_> <_>8 0 14 4 -1. <_>15 0 7 2 2. <_>8 2 7 2 2. 0 0.0363607183098793 0.0285479500889778 -0.6366893053054810 <_> <_> <_>0 10 12 4 -1. <_>0 10 6 2 2. <_>6 12 6 2 2. 0 -0.0271099992096424 0.4966191053390503 -0.0736615732312202 <_> <_> <_>8 0 14 4 -1. <_>15 0 7 2 2. <_>8 2 7 2 2. 0 -9.5398407429456711e-003 -0.1938468068838120 0.0585070811212063 <_> <_> <_>3 4 16 14 -1. <_>7 4 8 14 2. 0 0.1054198965430260 -0.0747857317328453 0.4378111064434052 <_> <_> <_>13 13 6 4 -1. <_>13 15 6 2 2. 0 6.3801761716604233e-003 0.0539715290069580 -0.3382979035377502 <_> <_> <_>3 13 6 4 -1. <_>3 15 6 2 2. 0 -0.0227598492056131 -0.5937489867210388 0.0480465292930603 <_> <_> <_>11 5 2 10 -1. <_>11 5 1 10 2. 1 -0.0173237491399050 -0.1603469997644424 0.0151871601119637 <_> <_> <_>11 5 10 2 -1. <_>11 5 10 1 2. 1 0.0298544093966484 -0.0656982436776161 0.4505734145641327 <_> <_> <_>4 0 18 4 -1. <_>13 0 9 2 2. <_>4 2 9 2 2. 0 0.0232698395848274 0.0388054996728897 -0.3535487949848175 <_> <_> <_>6 5 4 6 -1. <_>6 5 2 6 2. 1 0.0408338718116283 0.0494048409163952 -0.5622245073318481 <_> <_> <_>16 6 6 6 -1. <_>14 8 6 2 3. 1 -0.1249888986349106 0.6776366829872131 -0.0154849402606487 <_> <_> <_>6 6 6 6 -1. <_>8 8 2 6 3. 1 -0.0655793771147728 0.6736323237419128 -0.0452696904540062 <_> <_> <_>4 0 18 12 -1. <_>4 0 9 12 2. 0 -0.3790175914764404 -0.4985372126102448 0.0239552296698093 <_> <_> <_>0 12 8 6 -1. <_>2 12 4 6 2. 0 2.9792459681630135e-003 -0.1843641996383667 0.1626583039760590 <_> <_> <_>7 12 8 6 -1. <_>7 12 4 6 2. 0 0.0138036599382758 0.0636982172727585 -0.4338980019092560 <_> <_> <_>7 6 3 12 -1. <_>8 6 1 12 3. 0 3.5606899764388800e-003 -0.1145507022738457 0.2361861020326614 <_> <_> <_>15 5 6 6 -1. <_>15 5 3 6 2. 1 8.8772783055901527e-003 0.0864168405532837 -0.1759098023176193 -1.0648390054702759 4 -1 <_> <_> <_> <_>2 12 8 3 -1. <_>6 12 4 3 2. 0 -6.7344820126891136e-003 0.3075858950614929 -0.2976179122924805 <_> <_> <_>2 6 18 3 -1. <_>8 6 6 3 3. 0 -0.0139028802514076 0.2040069997310638 -0.2296725064516068 <_> <_> <_>0 11 22 2 -1. <_>11 11 11 2 2. 0 -0.0419635511934757 -0.5657541155815125 0.0867454931139946 <_> <_> <_>10 14 6 4 -1. <_>10 16 6 2 2. 0 -5.9794791013700888e-005 0.1583261042833328 -0.2310905009508133 <_> <_> <_>3 12 6 4 -1. <_>6 12 3 4 2. 0 8.4739532321691513e-003 -0.1150123029947281 0.3975858986377716 <_> <_> <_>14 0 4 12 -1. <_>14 0 4 6 2. 1 -0.0653170570731163 -0.2388727962970734 0.1139170974493027 <_> <_> <_>5 10 6 4 -1. <_>8 10 3 4 2. 0 -4.2358501814305782e-003 0.2233722060918808 -0.2421883940696716 <_> <_> <_>1 12 20 6 -1. <_>11 12 10 3 2. <_>1 15 10 3 2. 0 0.0462292991578579 0.0968374013900757 -0.5342770218849182 <_> <_> <_>5 15 12 3 -1. <_>9 15 4 3 3. 0 5.2246701670810580e-005 -0.2418936043977737 0.1593236029148102 <_> <_> <_>13 1 3 10 -1. <_>13 6 3 5 2. 0 -0.0414200909435749 -0.3404498100280762 0.0437124818563461 <_> <_> <_>9 0 10 4 -1. <_>9 0 5 4 2. 1 -0.0102242799475789 -0.2475239038467407 0.1551253050565720 <_> <_> <_>13 1 3 10 -1. <_>13 6 3 5 2. 0 0.0685812085866928 9.7173796966671944e-003 -0.6182122230529785 <_> <_> <_>6 1 3 10 -1. <_>6 6 3 5 2. 0 -0.0407003015279770 -0.6028478741645813 0.0709630697965622 <_> <_> <_>11 4 10 4 -1. <_>11 4 10 2 2. 1 -0.0899986997246742 0.4666472077369690 -0.0485498905181885 <_> <_> <_>0 10 20 8 -1. <_>0 10 10 4 2. <_>10 14 10 4 2. 0 0.0153073603287339 0.1478367000818253 -0.2711460888385773 <_> <_> <_>15 11 6 7 -1. <_>17 11 2 7 3. 0 3.7016849964857101e-003 -0.1515340954065323 0.2093140929937363 <_> <_> <_>4 14 9 4 -1. <_>4 16 9 2 2. 0 -0.0319370999932289 -0.7233225703239441 0.0374201610684395 <_> <_> <_>15 0 6 8 -1. <_>15 4 6 4 2. 0 0.0474939085543156 0.0490000918507576 -0.4830318987369537 <_> <_> <_>1 11 6 7 -1. <_>3 11 2 7 3. 0 4.4620381668210030e-003 -0.1769831925630570 0.1982091069221497 <_> <_> <_>12 6 8 4 -1. <_>12 6 8 2 2. 1 -8.1284176558256149e-003 0.1122218966484070 -0.0508055202662945 <_> <_> <_>11 2 6 2 -1. <_>11 2 6 1 2. 1 -0.0125960195437074 0.4388906061649323 -0.0828989520668983 <_> <_> <_>11 0 11 8 -1. <_>11 4 11 4 2. 0 -1.0689930059015751e-003 0.0687660872936249 -0.0826670080423355 <_> <_> <_>0 1 22 6 -1. <_>0 1 11 3 2. <_>11 4 11 3 2. 0 -0.0482130907475948 -0.4667134881019592 0.0743107125163078 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 -2.3418650380335748e-004 0.0887251421809196 -0.1091964021325111 <_> <_> <_>0 1 14 7 -1. <_>7 1 7 7 2. 0 0.1009500026702881 0.0554442703723907 -0.5520536899566650 <_> <_> <_>16 8 4 6 -1. <_>16 8 2 6 2. 1 0.0323404110968113 0.0497627407312393 -0.3663640022277832 <_> <_> <_>1 11 20 7 -1. <_>6 11 10 7 2. 0 0.1769921034574509 -0.0737656429409981 0.5430079102516174 <_> <_> <_>13 12 4 6 -1. <_>13 15 4 3 2. 0 -1.8634319712873548e-004 0.0957186669111252 -0.1821410953998566 <_> <_> <_>0 3 13 3 -1. <_>0 4 13 1 3. 0 6.6473139449954033e-003 -0.1217313036322594 0.3033103942871094 <_> <_> <_>6 3 12 3 -1. <_>6 4 12 1 3. 0 -9.9276658147573471e-003 0.3263852000236511 -0.0885337069630623 <_> <_> <_>0 4 22 10 -1. <_>0 4 11 5 2. <_>11 9 11 5 2. 0 0.0525870993733406 0.1130395010113716 -0.3343687057495117 <_> <_> <_>14 3 8 4 -1. <_>14 3 8 2 2. 1 4.9553681164979935e-003 -0.1318328976631165 0.0976148098707199 <_> <_> <_>5 5 12 6 -1. <_>5 5 6 3 2. <_>11 8 6 3 2. 0 -0.0238176602870226 -0.4102765023708344 0.0848498120903969 <_> <_> <_>11 6 6 6 -1. <_>13 6 2 6 3. 0 -0.0113637801259756 0.1887442022562027 -0.0835364162921906 <_> <_> <_>9 4 4 13 -1. <_>10 4 2 13 2. 0 -1.9515539752319455e-003 0.1898508965969086 -0.1777677983045578 <_> <_> <_>11 3 3 13 -1. <_>12 3 1 13 3. 0 -0.0135766696184874 0.2097575962543488 -0.0371154509484768 <_> <_> <_>9 5 4 6 -1. <_>11 5 2 6 2. 0 0.0164668206125498 -0.0823494121432304 0.3804722130298615 <_> <_> <_>7 2 12 15 -1. <_>11 7 4 5 9. 0 -0.1013626009225845 -0.1163323000073433 0.0678049102425575 <_> <_> <_>3 2 12 15 -1. <_>7 7 4 5 9. 0 -0.1024843007326126 -0.2885020971298218 0.1213968023657799 <_> <_> <_>5 2 12 12 -1. <_>9 6 4 4 9. 0 -0.2871756851673126 0.4693514108657837 -0.0829543098807335 <_> <_> <_>8 5 4 12 -1. <_>8 8 4 6 2. 0 0.0508129782974720 0.0553938783705235 -0.6238328218460083 <_> <_> <_>8 9 8 7 -1. <_>10 9 4 7 2. 0 0.0910634174942970 -0.0233795605599880 0.4715529978275299 <_> <_> <_>6 9 8 7 -1. <_>8 9 4 7 2. 0 -0.0518453381955624 -0.6903154253959656 0.0454541184008121 <_> <_> <_>0 4 22 14 -1. <_>11 4 11 7 2. <_>0 11 11 7 2. 0 0.1503123939037323 0.0459067113697529 -0.5206773877143860 <_> <_> <_>2 12 18 6 -1. <_>2 14 18 2 3. 0 0.0415963195264339 0.0537062995135784 -0.4878216981887817 -0.9506993293762207 5 -1 <_> <_> <_> <_>6 5 6 5 -1. <_>9 5 3 5 2. 0 -5.9847710654139519e-003 0.2785896062850952 -0.3092339038848877 <_> <_> <_>11 14 9 4 -1. <_>14 14 3 4 3. 0 -3.9032639469951391e-003 0.2225704938173294 -0.2892822921276093 <_> <_> <_>6 14 6 4 -1. <_>6 16 6 2 2. 0 -2.2362179151969030e-005 0.1408437043428421 -0.3014316856861115 <_> <_> <_>15 6 6 5 -1. <_>15 6 3 5 2. 1 -0.0911670029163361 -0.6760801076889038 0.0560408197343349 <_> <_> <_>7 6 5 6 -1. <_>7 6 5 3 2. 1 0.0527556389570236 0.0746887475252151 -0.6325625777244568 <_> <_> <_>13 12 8 6 -1. <_>13 12 4 6 2. 0 0.0694585368037224 -0.1175492033362389 0.6386364102363586 <_> <_> <_>6 10 10 8 -1. <_>6 12 10 4 2. 0 -4.8209438100457191e-003 0.2922593057155609 -0.1387241035699844 <_> <_> <_>2 13 18 2 -1. <_>2 13 9 2 2. 0 0.0321567505598068 0.0755752399563789 -0.5792791247367859 <_> <_> <_>1 15 8 3 -1. <_>5 15 4 3 2. 0 -0.0442984700202942 0.4022681117057800 -0.1026460975408554 <_> <_> <_>14 7 6 4 -1. <_>14 7 6 2 2. 1 -7.0452108047902584e-003 0.1512849926948547 -0.0567258708178997 <_> <_> <_>10 0 7 2 -1. <_>10 0 7 1 2. 1 5.1606830675154924e-004 -0.2302210032939911 0.1634387969970703 <_> <_> <_>17 8 4 6 -1. <_>17 8 4 3 2. 1 -0.0615283586084843 0.2555904090404511 -0.0467515103518963 <_> <_> <_>2 0 15 9 -1. <_>7 3 5 3 9. 0 -0.0513678118586540 -0.2475582957267761 0.1430545002222061 <_> <_> <_>9 3 4 6 -1. <_>9 6 4 3 2. 0 9.0107098221778870e-003 -0.1064876988530159 0.3127186000347138 <_> <_> <_>3 0 16 12 -1. <_>3 6 16 6 2. 0 0.0223522596061230 0.1549421995878220 -0.3173629045486450 <_> <_> <_>11 0 3 10 -1. <_>11 0 3 5 2. 1 0.0314938910305500 0.0720375329256058 -0.2894667088985443 <_> <_> <_>0 3 22 14 -1. <_>11 3 11 14 2. 0 -0.0520644597709179 -0.2708202004432678 0.1226018965244293 <_> <_> <_>10 3 6 7 -1. <_>12 3 2 7 3. 0 -6.1549381352961063e-003 0.1644295006990433 -0.1065777987241745 <_> <_> <_>11 1 11 4 -1. <_>10 2 11 2 2. 1 3.0305041000247002e-003 -0.1523413956165314 0.2044637948274612 <_> <_> <_>14 7 6 4 -1. <_>14 7 6 2 2. 1 -6.8027540110051632e-003 0.0714481472969055 -0.0414583012461662 <_> <_> <_>5 5 4 12 -1. <_>5 11 4 6 2. 0 0.0686475336551666 -0.0528335385024548 0.5763890147209168 <_> <_> <_>2 6 20 9 -1. <_>2 6 10 9 2. 0 -0.0928830802440643 -0.2623670995235443 0.0824258103966713 <_> <_> <_>1 9 18 3 -1. <_>7 9 6 3 3. 0 -5.2907038480043411e-003 0.1409045010805130 -0.2205065041780472 <_> <_> <_>11 6 6 6 -1. <_>13 6 2 6 3. 0 1.5640209894627333e-003 -0.1014354974031448 0.1302697062492371 <_> <_> <_>8 13 6 4 -1. <_>11 13 3 4 2. 0 0.0107526201754808 0.0915153622627258 -0.3213397860527039 <_> <_> <_>10 14 6 4 -1. <_>10 14 3 4 2. 0 -0.0211063604801893 -0.2741023004055023 9.1773197054862976e-003 <_> <_> <_>5 6 6 6 -1. <_>7 6 2 6 3. 0 4.8663117922842503e-003 -0.1525872051715851 0.1971106976270676 <_> <_> <_>15 0 3 8 -1. <_>16 1 1 8 3. 1 0.0653964728116989 6.5921088680624962e-003 -0.6434308886528015 <_> <_> <_>5 8 12 3 -1. <_>9 8 4 3 3. 0 4.4902609661221504e-003 -0.1037724986672401 0.2800520956516266 <_> <_> <_>2 7 18 4 -1. <_>2 9 18 2 2. 0 0.0466148406267166 0.0547158494591713 -0.5217915177345276 <_> <_> <_>11 1 10 4 -1. <_>11 1 5 4 2. 1 0.1159745007753372 0.0396139994263649 -0.6478490233421326 <_> <_> <_>15 0 3 8 -1. <_>16 1 1 8 3. 1 5.7222661562263966e-003 -0.0548381693661213 0.1282801926136017 <_> <_> <_>7 0 8 3 -1. <_>6 1 8 1 3. 1 -0.0416332595050335 -0.8066583871841431 0.0359422899782658 <_> <_> <_>10 0 12 4 -1. <_>16 0 6 2 2. <_>10 2 6 2 2. 0 -0.0472523905336857 -0.7919319272041321 0.0127373700961471 <_> <_> <_>5 2 12 3 -1. <_>5 3 12 1 3. 0 -1.6451090341433883e-003 0.2037672996520996 -0.1323063969612122 <_> <_> <_>8 2 14 3 -1. <_>8 3 14 1 3. 0 2.5758889969438314e-003 -0.0635034069418907 0.1353008002042770 <_> <_> <_>0 0 12 4 -1. <_>0 0 6 2 2. <_>6 2 6 2 2. 0 0.0207585897296667 0.0472869798541069 -0.5821200013160706 <_> <_> <_>8 0 14 4 -1. <_>15 0 7 2 2. <_>8 2 7 2 2. 0 -0.0286014806479216 -0.4122197031974793 0.0242109801620245 <_> <_> <_>0 5 8 6 -1. <_>0 5 4 3 2. <_>4 8 4 3 2. 0 -0.0286915805190802 -0.5540468096733093 0.0450686290860176 <_> <_> <_>14 14 6 4 -1. <_>14 14 3 4 2. 0 -2.6637869887053967e-003 0.1257023066282272 -0.1631949990987778 <_> <_> <_>6 12 10 4 -1. <_>11 12 5 4 2. 0 -4.4750720262527466e-003 -0.2713806927204132 0.1029310002923012 <_> <_> <_>14 6 6 6 -1. <_>12 8 6 2 3. 1 0.0409370996057987 -0.0320654697716236 0.1309264004230499 <_> <_> <_>8 6 6 6 -1. <_>10 8 2 6 3. 1 0.0758271813392639 -0.0512215197086334 0.5659629702568054 -0.8504595160484314 6 -1 <_> <_> <_> <_>2 8 6 10 -1. <_>2 8 3 5 2. <_>5 13 3 5 2. 0 -4.2669968679547310e-003 0.1770441979169846 -0.2826541960239410 <_> <_> <_>11 3 4 9 -1. <_>12 4 2 9 2. 1 -0.0225779395550489 0.2365795969963074 -0.0423263683915138 <_> <_> <_>2 0 12 4 -1. <_>2 0 6 2 2. <_>8 2 6 2 2. 0 -9.8107997328042984e-003 -0.3856830894947052 0.0909823030233383 <_> <_> <_>11 5 3 9 -1. <_>12 6 1 9 3. 1 3.8510379381477833e-003 -0.1027040034532547 0.1926759034395218 <_> <_> <_>11 3 9 4 -1. <_>10 4 9 2 2. 1 -2.0688450895249844e-003 0.1665657013654709 -0.2139438986778259 <_> <_> <_>13 13 8 5 -1. <_>13 13 4 5 2. 0 -0.0583685003221035 0.3483357131481171 -0.0806054621934891 <_> <_> <_>1 13 8 5 -1. <_>5 13 4 5 2. 0 0.0562909208238125 -0.0616179890930653 0.6942182779312134 <_> <_> <_>7 13 8 3 -1. <_>7 13 4 3 2. 0 5.5776340886950493e-003 0.0783748626708984 -0.4076493084430695 <_> <_> <_>8 13 6 4 -1. <_>11 13 3 4 2. 0 5.0974669866263866e-003 0.1500179022550583 -0.2762084901332855 <_> <_> <_>11 7 3 8 -1. <_>12 8 1 8 3. 1 0.0241340193897486 -0.0376859717071056 0.4011130928993225 <_> <_> <_>5 1 6 8 -1. <_>7 1 2 8 3. 0 2.6251180097460747e-003 -0.1898688971996307 0.1666657030582428 <_> <_> <_>14 14 6 4 -1. <_>14 16 6 2 2. 0 -0.0231797192245722 -0.6080746054649353 0.0330169312655926 <_> <_> <_>11 7 8 3 -1. <_>10 8 8 1 3. 1 -1.7960369586944580e-003 0.1832838952541351 -0.1630056053400040 <_> <_> <_>12 3 3 12 -1. <_>8 7 3 4 3. 1 0.1132725030183792 0.0163923595100641 -0.3852145075798035 <_> <_> <_>8 5 5 6 -1. <_>8 8 5 3 2. 0 -0.0111209303140640 -0.2678939104080200 0.1203088015317917 <_> <_> <_>11 3 8 4 -1. <_>11 3 8 2 2. 1 8.9298561215400696e-003 -0.0647662431001663 0.0524467006325722 <_> <_> <_>7 5 8 6 -1. <_>9 5 4 6 2. 0 0.0302645191550255 -0.0533437095582485 0.4917060136795044 <_> <_> <_>11 4 6 6 -1. <_>9 6 6 2 3. 1 0.1303624063730240 9.9123492836952209e-003 -0.8077524900436401 <_> <_> <_>11 4 6 6 -1. <_>13 6 2 6 3. 1 -4.8941900022327900e-003 0.1415328979492188 -0.2422267943620682 <_> <_> <_>12 8 6 4 -1. <_>12 8 3 4 2. 1 -0.0180093497037888 -0.1835270971059799 0.0537842698395252 <_> <_> <_>5 15 8 3 -1. <_>9 15 4 3 2. 0 6.3028637669049203e-005 -0.2083622068166733 0.1386117935180664 <_> <_> <_>0 5 22 13 -1. <_>0 5 11 13 2. 0 -0.3812729120254517 -0.7652782201766968 0.0345780998468399 <_> <_> <_>2 12 9 6 -1. <_>5 12 3 6 3. 0 0.0161685701459646 -0.0785770490765572 0.3608635067939758 <_> <_> <_>19 1 3 10 -1. <_>19 6 3 5 2. 0 -0.0207253806293011 -0.3290519118309021 0.0816933363676071 <_> <_> <_>5 14 12 4 -1. <_>5 16 12 2 2. 0 -1.4763489889446646e-004 0.1044917032122612 -0.2762413918972015 <_> <_> <_>10 14 10 4 -1. <_>10 16 10 2 2. 0 -0.0169591698795557 -0.2415079027414322 0.0545696802437305 <_> <_> <_>1 3 14 3 -1. <_>1 4 14 1 3. 0 -0.0152211003005505 0.4103314876556397 -0.0683332532644272 <_> <_> <_>3 14 16 4 -1. <_>11 14 8 2 2. <_>3 16 8 2 2. 0 -9.6041243523359299e-003 -0.3356964886188507 0.0862504914402962 <_> <_> <_>0 14 6 4 -1. <_>3 14 3 4 2. 0 -1.6476860037073493e-003 0.1623633056879044 -0.1904449015855789 <_> <_> <_>10 1 11 4 -1. <_>10 3 11 2 2. 0 -0.1070583984255791 -0.8676710724830627 7.3941340669989586e-003 <_> <_> <_>1 1 11 4 -1. <_>1 3 11 2 2. 0 -0.0188181605190039 -0.3687911033630371 0.0688466429710388 <_> <_> <_>9 3 6 6 -1. <_>9 5 6 2 3. 0 -5.6142187677323818e-003 0.1732203960418701 -0.1251447051763535 <_> <_> <_>4 5 12 3 -1. <_>4 6 12 1 3. 0 7.3969298973679543e-003 -0.0854673683643341 0.3202716112136841 <_> <_> <_>12 0 7 6 -1. <_>12 3 7 3 2. 0 9.4870915636420250e-003 0.0631684064865112 -0.2091891020536423 <_> <_> <_>1 3 16 4 -1. <_>1 4 16 2 2. 0 1.8458140548318624e-003 -0.1543627977371216 0.1851702034473419 <_> <_> <_>4 9 15 3 -1. <_>4 10 15 1 3. 0 -0.0197473596781492 0.3307111859321594 -0.0767758488655090 <_> <_> <_>2 4 18 6 -1. <_>2 4 9 3 2. <_>11 7 9 3 2. 0 0.0324211604893208 0.0820211321115494 -0.4014750123023987 <_> <_> <_>13 5 4 13 -1. <_>14 5 2 13 2. 0 2.9075390193611383e-003 -0.0771740376949310 0.1062069982290268 <_> <_> <_>4 6 6 4 -1. <_>4 8 6 2 2. 0 0.0151893598958850 0.0603638999164104 -0.4136523902416229 <_> <_> <_>8 7 6 5 -1. <_>8 7 3 5 2. 0 -0.0306837391108274 0.4347062110900879 -0.0593813210725784 <_> <_> <_>10 8 4 6 -1. <_>10 8 4 3 2. 1 -0.0109734497964382 -0.2953523099422455 0.0855164676904678 <_> <_> <_>6 12 12 4 -1. <_>6 12 6 4 2. 0 -0.0395403616130352 -0.2876588106155396 0.0344729684293270 <_> <_> <_>3 11 10 3 -1. <_>8 11 5 3 2. 0 -0.0379358716309071 0.3819986879825592 -0.0853647664189339 <_> <_> <_>12 2 3 12 -1. <_>12 2 3 6 2. 1 0.0306698102504015 0.0447380989789963 -0.1770364046096802 <_> <_> <_>0 2 14 16 -1. <_>7 2 7 16 2. 0 0.1719450950622559 -0.0592141784727573 0.4929103851318359 <_> <_> <_>1 5 20 4 -1. <_>6 5 10 4 2. 0 -6.7055500112473965e-003 0.1641025990247726 -0.2182646989822388 <_> <_> <_>0 1 18 15 -1. <_>9 1 9 15 2. 0 -0.3857786953449249 -0.6717677116394043 0.0423495918512344 <_> <_> <_>15 2 6 8 -1. <_>15 4 6 4 2. 0 0.0272130407392979 0.0122661497443914 -0.2295421063899994 <_> <_> <_>4 14 13 4 -1. <_>4 15 13 2 2. 0 -0.0192949809134007 -0.5837343931198120 0.0383809991180897 <_> <_> <_>11 2 3 12 -1. <_>12 2 1 12 3. 0 7.6792249456048012e-003 -0.0474903509020805 0.1596446037292481 <_> <_> <_>0 16 15 2 -1. <_>0 17 15 1 2. 0 6.0242269682930782e-005 -0.1173423975706101 0.1823665052652359 <_> <_> <_>12 14 6 4 -1. <_>12 16 6 2 2. 0 -6.6498141677584499e-005 0.0747451409697533 -0.1698943972587585 <_> <_> <_>5 13 12 4 -1. <_>5 14 12 2 2. 0 4.3275849893689156e-003 0.0737897977232933 -0.2844434976577759 <_> <_> <_>12 12 6 6 -1. <_>12 14 6 2 3. 0 -0.0331404693424702 -0.4060660898685455 0.0100287301465869 <_> <_> <_>0 9 15 3 -1. <_>0 10 15 1 3. 0 9.9181402474641800e-003 -0.0793397873640060 0.2819001078605652 <_> <_> <_>6 9 14 3 -1. <_>6 10 14 1 3. 0 -2.3577339015901089e-003 0.1530122011899948 -0.1047597974538803 <_> <_> <_>4 12 7 6 -1. <_>4 14 7 2 3. 0 -0.0262008197605610 -0.5418503284454346 0.0443692505359650 <_> <_> <_>6 6 10 6 -1. <_>11 6 5 3 2. <_>6 9 5 3 2. 0 0.0473286584019661 0.0188977494835854 -0.8266593217849731 -0.9125220179557800 7 -1 <_> <_> <_> <_>3 0 16 2 -1. <_>3 0 8 2 2. 1 0.0299217198044062 -0.3231500089168549 0.5109282135963440 <_> <_> <_>5 9 12 9 -1. <_>5 12 12 3 3. 0 0.0561476089060307 -0.1257440000772476 0.6674917936325073 <_> <_> <_>6 9 10 6 -1. <_>6 12 10 3 2. 0 -0.0137598495930433 0.4069119095802307 -0.2107529938220978 <_> <_> <_>7 4 8 6 -1. <_>7 6 8 2 3. 0 -4.3788701295852661e-003 0.2794013917446137 -0.2095545977354050 <_> <_> <_>6 5 3 12 -1. <_>6 11 3 6 2. 0 0.0192088894546032 -0.0898006930947304 0.5093656182289124 <_> <_> <_>12 12 6 6 -1. <_>14 12 2 6 3. 0 -8.9393591042608023e-004 0.1070362031459808 -0.1229420006275177 <_> <_> <_>6 15 8 3 -1. <_>10 15 4 3 2. 0 -6.2918022740632296e-004 -0.3784793019294739 0.1300881952047348 <_> <_> <_>4 13 14 4 -1. <_>4 15 14 2 2. 0 -1.6248769825324416e-003 0.1775002032518387 -0.2781121134757996 <_> <_> <_>10 4 11 3 -1. <_>9 5 11 1 3. 1 -4.6151960268616676e-003 0.2407151013612747 -0.1426901072263718 <_> <_> <_>11 4 4 9 -1. <_>12 5 2 9 2. 1 0.0571628287434578 -0.0184748694300652 0.4508605897426605 <_> <_> <_>0 8 13 3 -1. <_>0 9 13 1 3. 0 -3.8265369366854429e-003 0.2595176100730896 -0.1145515963435173 <_> <_> <_>13 2 6 10 -1. <_>16 2 3 5 2. <_>13 7 3 5 2. 0 -0.0452351905405521 -0.3384900987148285 0.0345389507710934 <_> <_> <_>3 2 6 10 -1. <_>3 2 3 5 2. <_>6 7 3 5 2. 0 3.8135750219225883e-003 0.1133399978280067 -0.2762039005756378 <_> <_> <_>11 2 4 11 -1. <_>11 2 2 11 2. 1 0.0451082587242126 0.0286020506173372 -0.1583766937255859 <_> <_> <_>4 2 12 3 -1. <_>4 3 12 1 3. 0 -2.7794970665127039e-003 0.2889742851257324 -0.1082272008061409 <_> <_> <_>12 1 4 12 -1. <_>12 1 2 12 2. 1 5.6366869248449802e-003 -0.1018479019403458 0.0787871032953262 <_> <_> <_>11 2 11 4 -1. <_>11 2 11 2 2. 1 -0.0529868192970753 0.5296499729156494 -0.0655433535575867 <_> <_> <_>11 0 4 9 -1. <_>11 0 2 9 2. 1 0.0747378915548325 0.0263206604868174 -0.3048720955848694 <_> <_> <_>11 0 9 4 -1. <_>11 0 9 2 2. 1 4.1559520177543163e-003 -0.2297717034816742 0.1566217988729477 <_> <_> <_>16 2 6 10 -1. <_>19 2 3 5 2. <_>16 7 3 5 2. 0 -2.9388200491666794e-003 -0.1691641062498093 0.0969966724514961 <_> <_> <_>11 0 6 3 -1. <_>10 1 6 1 3. 1 -0.0130655104294419 0.4025856852531433 -0.0716143697500229 <_> <_> <_>11 0 3 8 -1. <_>12 1 1 8 3. 1 -0.0349282510578632 -0.4944998919963837 0.0225478205829859 <_> <_> <_>11 0 8 3 -1. <_>10 1 8 1 3. 1 2.1728971041738987e-003 -0.1555256992578507 0.2013621926307678 <_> <_> <_>17 1 4 12 -1. <_>19 1 2 6 2. <_>17 7 2 6 2. 0 0.0143873495981097 0.0363481007516384 -0.2946861982345581 <_> <_> <_>8 4 6 4 -1. <_>8 6 6 2 2. 0 6.7830132320523262e-003 -0.0822483524680138 0.3385750055313110 <_> <_> <_>8 5 8 5 -1. <_>8 5 4 5 2. 0 -0.0728838369250298 -0.3457767069339752 0.0196013208478689 <_> <_> <_>8 4 6 13 -1. <_>10 4 2 13 3. 0 -4.5158518478274345e-003 0.1705949008464813 -0.1974281966686249 <_> <_> <_>16 3 6 8 -1. <_>19 3 3 4 2. <_>16 7 3 4 2. 0 -0.0137420799583197 -0.2121434956789017 0.0339536890387535 <_> <_> <_>0 3 6 8 -1. <_>0 3 3 4 2. <_>3 7 3 4 2. 0 7.8056701458990574e-003 0.0714266970753670 -0.3422398865222931 <_> <_> <_>10 9 12 4 -1. <_>16 9 6 2 2. <_>10 11 6 2 2. 0 0.0216499902307987 -0.0619250498712063 0.3726766109466553 <_> <_> <_>1 2 9 12 -1. <_>4 6 3 4 9. 0 -0.0677066370844841 -0.3030416071414948 0.0943575873970985 <_> <_> <_>15 12 4 6 -1. <_>15 12 2 6 2. 0 -2.1855749655514956e-003 0.1083177030086517 -0.1553054004907608 <_> <_> <_>5 15 12 3 -1. <_>11 15 6 3 2. 0 -2.5483060162514448e-003 -0.2410344034433365 0.0929162874817848 <_> <_> <_>2 16 20 2 -1. <_>2 16 10 2 2. 0 -0.0672078132629395 -0.6625934839248657 0.0160746499896050 <_> <_> <_>1 8 10 6 -1. <_>1 8 5 3 2. <_>6 11 5 3 2. 0 0.0477993711829185 -0.0444126389920712 0.6056978702545166 <_> <_> <_>6 3 16 14 -1. <_>14 3 8 7 2. <_>6 10 8 7 2. 0 -0.0911784172058105 0.2476149052381516 -0.0347624011337757 <_> <_> <_>1 4 6 8 -1. <_>1 4 3 4 2. <_>4 8 3 4 2. 0 -3.8592480123043060e-003 -0.2536674141883850 0.1019499972462654 <_> <_> <_>7 2 12 4 -1. <_>7 3 12 2 2. 0 2.4100970476865768e-003 -0.1213397011160851 0.1976791024208069 <_> <_> <_>1 9 6 9 -1. <_>4 9 3 9 2. 0 -5.3831469267606735e-003 0.1710394024848938 -0.1618983000516892 <_> <_> <_>12 14 10 4 -1. <_>12 14 5 4 2. 0 9.1004222631454468e-003 -0.0609215497970581 0.1769524961709976 <_> <_> <_>2 12 12 5 -1. <_>5 12 6 5 2. 0 2.2724110167473555e-003 -0.0904769673943520 0.2744063138961792 <_> <_> <_>15 12 6 6 -1. <_>17 12 2 6 3. 0 -0.0806215628981590 -0.8804556727409363 0.0171932391822338 <_> <_> <_>1 12 6 6 -1. <_>3 12 2 6 3. 0 3.8965709973126650e-003 -0.1703792065382004 0.1797958016395569 <_> <_> <_>8 12 6 6 -1. <_>10 12 2 6 3. 0 -4.3093641288578510e-003 -0.2938205003738403 0.0863174721598625 -1.1653599739074707 8 -1 <_> <_> <_> <_>5 2 12 16 -1. <_>5 10 12 8 2. 0 -0.0631161928176880 0.5551251769065857 -0.3599770963191986 <_> <_> <_>4 2 18 14 -1. <_>4 9 18 7 2. 0 0.0843502879142761 -0.1253127008676529 0.5356768965721130 <_> <_> <_>5 4 12 14 -1. <_>5 11 12 7 2. 0 -0.2139073014259338 0.7515686154365540 -0.0882708728313446 <_> <_> <_>2 5 20 8 -1. <_>7 5 10 8 2. 0 -0.0297449808567762 0.2010620981454849 -0.1210668981075287 <_> <_> <_>8 0 10 7 -1. <_>8 0 5 7 2. 1 -0.1198768019676209 0.6469219923019409 -0.0777476131916046 <_> <_> <_>12 0 5 8 -1. <_>12 0 5 4 2. 1 3.0843529384583235e-003 -0.0630676373839378 0.0778890773653984 <_> <_> <_>7 4 6 13 -1. <_>10 4 3 13 2. 0 -4.5560211874544621e-003 0.1897227019071579 -0.1992907971143723 <_> <_> <_>7 14 8 4 -1. <_>7 16 8 2 2. 0 4.4629329931922257e-004 0.1405158936977387 -0.3029241859912872 <_> <_> <_>8 0 3 12 -1. <_>9 0 1 12 3. 0 -6.4954371191561222e-003 0.3194229006767273 -0.1107200011610985 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 -2.1751760505139828e-003 0.1647725999355316 -0.0804247781634331 <_> <_> <_>4 0 3 12 -1. <_>4 4 3 4 3. 0 6.5875840373337269e-003 0.1471655070781708 -0.3019815087318420 <_> <_> <_>11 3 3 15 -1. <_>12 3 1 15 3. 0 0.0207012090831995 -0.0429966896772385 0.4012382030487061 <_> <_> <_>5 12 7 6 -1. <_>5 14 7 2 3. 0 2.5877119041979313e-003 0.1263054013252258 -0.2751812040805817 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 -0.0105450795963407 0.1963762938976288 -0.0397727787494659 <_> <_> <_>8 6 3 12 -1. <_>9 6 1 12 3. 0 6.2396968714892864e-003 -0.0835634097456932 0.3665548861026764 <_> <_> <_>5 16 12 2 -1. <_>5 16 6 2 2. 0 0.0144586702808738 0.0633016973733902 -0.5849890708923340 <_> <_> <_>1 12 20 6 -1. <_>6 12 10 6 2. 0 0.0312634408473969 -0.1067527011036873 0.3485285937786102 <_> <_> <_>8 11 9 4 -1. <_>11 11 3 4 3. 0 1.4865349512547255e-003 0.1370967030525208 -0.1373165994882584 <_> <_> <_>5 11 9 4 -1. <_>8 11 3 4 3. 0 -1.7898039368446916e-004 0.1783964931964874 -0.2575171887874603 <_> <_> <_>11 6 9 12 -1. <_>14 10 3 4 9. 0 0.0777144730091095 0.0570818483829498 -0.2427340000867844 <_> <_> <_>2 6 9 12 -1. <_>5 10 3 4 9. 0 0.0222282707691193 0.1459379047155380 -0.2099460959434509 <_> <_> <_>5 9 12 2 -1. <_>5 10 12 1 2. 0 1.6969949938356876e-003 -0.1441888958215714 0.2737540900707245 <_> <_> <_>0 3 16 3 -1. <_>4 3 8 3 2. 0 -0.0200234707444906 -0.3755624890327454 0.0816276967525482 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 3.8644319865852594e-003 -0.0644904300570488 0.1592168956995010 <_> <_> <_>0 2 14 3 -1. <_>0 3 14 1 3. 0 -3.0527650378644466e-003 0.2675152122974396 -0.1053185015916824 <_> <_> <_>10 2 12 3 -1. <_>10 3 12 1 3. 0 5.6112320162355900e-003 -0.0685677304863930 0.2123499065637589 <_> <_> <_>5 14 12 3 -1. <_>11 14 6 3 2. 0 4.6622268855571747e-003 0.1425414979457855 -0.2089271992444992 <_> <_> <_>8 13 8 3 -1. <_>8 13 4 3 2. 0 2.4710448924452066e-003 0.0726143866777420 -0.1883390992879868 <_> <_> <_>9 2 4 8 -1. <_>9 6 4 4 2. 0 0.0126550002023578 -0.0836052596569061 0.4326224029064179 <_> <_> <_>15 1 3 11 -1. <_>16 2 1 11 3. 1 -0.0177245195955038 0.1743223071098328 -0.0284798201173544 <_> <_> <_>8 1 10 4 -1. <_>7 2 10 2 2. 1 -7.2321272455155849e-004 0.1534397006034851 -0.2401217967271805 <_> <_> <_>5 5 15 3 -1. <_>5 6 15 1 3. 0 -6.2155709601938725e-003 0.2516668140888214 -0.0855198875069618 <_> <_> <_>5 1 9 5 -1. <_>8 1 3 5 3. 0 0.0416327714920044 0.0505938008427620 -0.6096544265747070 <_> <_> <_>14 0 4 18 -1. <_>15 0 2 18 2. 0 0.0239183008670807 -0.0368096604943275 0.3905547857284546 <_> <_> <_>6 0 5 16 -1. <_>6 8 5 8 2. 0 -7.4353138916194439e-003 0.1501857936382294 -0.1862781941890717 <_> <_> <_>12 4 4 8 -1. <_>12 8 4 4 2. 0 -0.0205714497715235 -0.2857455909252167 0.0483023785054684 <_> <_> <_>11 4 10 2 -1. <_>11 4 10 1 2. 1 -7.3831980116665363e-003 0.3668056130409241 -0.0960677564144135 <_> <_> <_>10 0 12 3 -1. <_>14 0 4 3 3. 0 9.7222924232482910e-003 0.0638980194926262 -0.1726257950067520 <_> <_> <_>0 2 20 13 -1. <_>5 2 10 13 2. 0 -0.0218076296150684 0.1802726984024048 -0.1910911947488785 <_> <_> <_>12 4 4 8 -1. <_>12 8 4 4 2. 0 0.0581476688385010 8.5709961131215096e-003 -0.4625082910060883 <_> <_> <_>6 4 4 8 -1. <_>6 8 4 4 2. 0 -9.4539504498243332e-003 -0.2890872955322266 0.1142157018184662 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 -0.0210807099938393 0.3757005035877228 -0.0255910307168961 <_> <_> <_>8 6 3 12 -1. <_>9 6 1 12 3. 0 -4.0629571303725243e-003 0.2714667022228241 -0.1084538027644157 <_> <_> <_>7 1 14 2 -1. <_>7 1 7 2 2. 0 -0.1282662004232407 1. -1.0962430387735367e-003 -0.9428492784500122 9 -1 <_> <_> <_> <_>4 8 14 10 -1. <_>4 13 14 5 2. 0 -0.1266229003667831 0.6226822137832642 -0.1481045931577683 <_> <_> <_>11 14 9 4 -1. <_>14 14 3 4 3. 0 -7.0846290327608585e-003 0.2013377994298935 -0.1772895008325577 <_> <_> <_>1 7 17 8 -1. <_>1 11 17 4 2. 0 0.1145920008420944 -0.0889758467674255 0.5739554166793823 <_> <_> <_>10 12 7 6 -1. <_>10 15 7 3 2. 0 3.3472150098532438e-003 0.0757082030177116 -0.2822217941284180 <_> <_> <_>10 1 8 9 -1. <_>10 1 4 9 2. 1 0.0519242286682129 -0.1394848972558975 0.2568109035491943 <_> <_> <_>11 2 4 11 -1. <_>11 2 2 11 2. 1 -0.0413439087569714 0.2241418063640595 -0.0436536706984043 <_> <_> <_>6 9 4 9 -1. <_>8 9 2 9 2. 0 -0.0320564694702625 -0.5940976142883301 0.0518911592662334 <_> <_> <_>8 3 12 4 -1. <_>14 3 6 2 2. <_>8 5 6 2 2. 0 -4.0590870194137096e-003 0.1640208065509796 -0.1552838981151581 <_> <_> <_>5 14 7 4 -1. <_>5 16 7 2 2. 0 -9.1876718215644360e-005 0.1058787032961845 -0.2826159894466400 <_> <_> <_>13 0 4 13 -1. <_>13 0 2 13 2. 1 0.0283582191914320 0.0573840290307999 -0.0670941472053528 <_> <_> <_>9 0 13 4 -1. <_>9 0 13 2 2. 1 -0.0746625214815140 0.5691670775413513 -0.0487856417894363 <_> <_> <_>12 9 4 9 -1. <_>12 12 4 3 3. 0 -3.6556490231305361e-003 0.2236949056386948 -0.1220214962959290 <_> <_> <_>7 4 12 2 -1. <_>7 4 12 1 2. 1 3.1778779812157154e-003 0.1224031969904900 -0.2768172919750214 <_> <_> <_>12 5 10 6 -1. <_>17 5 5 3 2. <_>12 8 5 3 2. 0 0.0380443409085274 0.0232164002954960 -0.5373290181159973 <_> <_> <_>1 0 17 3 -1. <_>1 1 17 1 3. 0 8.7831392884254456e-003 -0.0743375569581985 0.3285123109817505 <_> <_> <_>15 4 6 8 -1. <_>18 4 3 4 2. <_>15 8 3 4 2. 0 -5.9818099252879620e-003 -0.1950477957725525 0.0669768527150154 <_> <_> <_>3 2 4 14 -1. <_>3 2 2 7 2. <_>5 9 2 7 2. 0 -1.6369449440389872e-003 0.1467480063438416 -0.1802414953708649 <_> <_> <_>14 8 6 4 -1. <_>14 8 6 2 2. 1 -0.0991931334137917 0.6836351752281189 -0.0296527203172445 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 1 -0.0103520099073648 0.3422530889511108 -0.0811415389180183 <_> <_> <_>12 1 4 16 -1. <_>14 1 2 8 2. <_>12 9 2 8 2. 0 0.0256379097700119 0.0514169000089169 -0.1669799983501434 <_> <_> <_>7 0 6 8 -1. <_>7 0 3 4 2. <_>10 4 3 4 2. 0 -1.2416959507390857e-003 0.1248890012502670 -0.2134622037410736 <_> <_> <_>8 12 6 5 -1. <_>8 12 3 5 2. 0 1.5018839621916413e-003 0.0979343876242638 -0.2638502120971680 <_> <_> <_>7 5 6 12 -1. <_>7 5 3 6 2. <_>10 11 3 6 2. 0 -0.0327036790549755 0.5750488042831421 -0.0458754003047943 <_> <_> <_>15 5 6 6 -1. <_>15 5 3 6 2. 1 0.0212971698492765 0.0610693804919720 -0.2248021960258484 <_> <_> <_>6 10 3 8 -1. <_>6 14 3 4 2. 0 -8.8358018547296524e-004 0.0956257879734039 -0.2756459116935730 <_> <_> <_>4 0 14 3 -1. <_>4 1 14 1 3. 0 -3.6556860432028770e-003 0.2410708963871002 -0.1035951972007752 <_> <_> <_>0 9 8 3 -1. <_>4 9 4 3 2. 0 0.0343004614114761 0.0390627011656761 -0.6244534850120544 <_> <_> <_>9 3 4 6 -1. <_>9 6 4 3 2. 0 0.0114923501387239 -0.0692460536956787 0.3825817108154297 <_> <_> <_>3 0 10 10 -1. <_>3 0 5 5 2. <_>8 5 5 5 2. 0 -3.1294790096580982e-003 0.1127336993813515 -0.2312251031398773 <_> <_> <_>5 13 12 4 -1. <_>5 13 6 4 2. 0 -4.0945871733129025e-003 -0.1719598025083542 0.1311265975236893 <_> <_> <_>6 12 10 3 -1. <_>11 12 5 3 2. 0 -3.0921408906579018e-003 -0.2546038925647736 0.0966591611504555 <_> <_> <_>12 15 10 3 -1. <_>12 15 5 3 2. 0 -0.0416721291840076 0.2732776999473572 -0.0630946233868599 <_> <_> <_>0 15 10 3 -1. <_>5 15 5 3 2. 0 0.0113844601437449 -0.0718725174665451 0.4116039872169495 <_> <_> <_>3 0 17 14 -1. <_>3 7 17 7 2. 0 -0.0239341501146555 0.1319234073162079 -0.1795483976602554 <_> <_> <_>9 0 4 16 -1. <_>9 0 2 8 2. <_>11 8 2 8 2. 0 -0.0315541699528694 -0.5879213213920593 0.0417828895151615 <_> <_> <_>11 4 6 8 -1. <_>11 8 6 4 2. 0 -0.0240338593721390 -0.1553476005792618 0.0277002602815628 <_> <_> <_>0 9 12 3 -1. <_>0 10 12 1 3. 0 0.0315894708037376 -0.0391502790153027 0.6095172166824341 <_> <_> <_>1 5 20 8 -1. <_>11 5 10 4 2. <_>1 9 10 4 2. 0 -0.0242148600518703 -0.2458761930465698 0.0911332964897156 <_> <_> <_>1 8 13 3 -1. <_>1 9 13 1 3. 0 1.9322870066389441e-003 -0.1164783984422684 0.1881929039955139 <_> <_> <_>8 8 14 3 -1. <_>8 9 14 1 3. 0 -3.6017759703099728e-003 0.0976005122065544 -0.0489180907607079 <_> <_> <_>4 16 14 2 -1. <_>4 17 14 1 2. 0 3.1516118906438351e-003 0.0658088698983192 -0.3157765865325928 <_> <_> <_>11 1 3 6 -1. <_>12 2 1 6 3. 1 -0.0636770725250244 -0.8641548156738281 -9.9097320344299078e-004 <_> <_> <_>11 1 6 3 -1. <_>10 2 6 1 3. 1 -3.9085028693079948e-003 0.2082621008157730 -0.1056023016571999 <_> <_> <_>13 1 6 10 -1. <_>16 1 3 5 2. <_>13 6 3 5 2. 0 -0.0268377196043730 -0.1837512999773026 0.0295453295111656 <_> <_> <_>11 0 10 3 -1. <_>10 1 10 1 3. 1 3.1312298960983753e-003 -0.1262668967247009 0.1688859015703201 <_> <_> <_>12 1 3 12 -1. <_>13 2 1 12 3. 1 -0.0734918713569641 -1. 5.6774187833070755e-003 <_> <_> <_>10 1 12 3 -1. <_>9 2 12 1 3. 1 0.0180348195135593 -0.0686174109578133 0.3343813121318817 <_> <_> <_>13 1 6 10 -1. <_>16 1 3 5 2. <_>13 6 3 5 2. 0 0.0686559975147247 4.6462309546768665e-003 -0.8066462874412537 <_> <_> <_>3 1 6 10 -1. <_>3 1 3 5 2. <_>6 6 3 5 2. 0 -4.6970890834927559e-003 -0.2012176960706711 0.1158004030585289 <_> <_> <_>14 7 6 10 -1. <_>17 7 3 5 2. <_>14 12 3 5 2. 0 0.0467838905751705 -0.0358026996254921 0.4162563979625702 <_> <_> <_>3 2 6 8 -1. <_>3 2 3 4 2. <_>6 6 3 4 2. 0 4.5946058817207813e-003 0.0884575769305229 -0.2689448893070221 <_> <_> <_>11 14 9 4 -1. <_>14 14 3 4 3. 0 -1.3852829579263926e-003 0.0813912227749825 -0.1488042026758194 <_> <_> <_>1 8 15 8 -1. <_>1 12 15 4 2. 0 0.0217887591570616 -0.0916404575109482 0.2126124948263168 <_> <_> <_>9 12 8 4 -1. <_>9 14 8 2 2. 0 -1.3380090240389109e-004 0.0964247435331345 -0.1471737027168274 <_> <_> <_>6 5 7 6 -1. <_>6 7 7 2 3. 0 -0.0479904115200043 -0.6198713183403015 0.0387607105076313 <_> <_> <_>9 5 6 5 -1. <_>9 5 3 5 2. 0 0.0200260095298290 -0.0359724201261997 0.1939342021942139 <_> <_> <_>0 12 8 6 -1. <_>2 12 4 6 2. 0 1.0723130544647574e-003 -0.1944749951362610 0.1206495016813278 <_> <_> <_>14 8 6 4 -1. <_>14 8 3 4 2. 1 0.0226650908589363 0.0487194396555424 -0.2364079952239990 <_> <_> <_>8 8 4 6 -1. <_>8 8 4 3 2. 1 -0.0110421096906066 -0.2610734105110169 0.1007549017667770 <_> <_> <_>9 4 6 8 -1. <_>11 4 2 8 3. 0 -0.0128110498189926 0.1519962996244431 -0.0885529592633247 <_> <_> <_>7 4 6 8 -1. <_>9 4 2 8 3. 0 -0.0366286486387253 0.3885886073112488 -0.0773045495152473 -0.9562031030654907 10 -1 <_> <_> <_> <_>0 15 10 3 -1. <_>5 15 5 3 2. 0 -0.0546066388487816 0.5580134987831116 -0.1416888982057571 <_> <_> <_>11 5 3 9 -1. <_>12 6 1 9 3. 1 0.0335337407886982 -0.0273862797766924 0.4438177049160004 <_> <_> <_>11 5 9 3 -1. <_>10 6 9 1 3. 1 -9.9635301157832146e-003 0.2519390881061554 -0.1464754045009613 <_> <_> <_>12 6 8 4 -1. <_>12 6 8 2 2. 1 1.8188880058005452e-003 -0.1126412004232407 0.1152326017618179 <_> <_> <_>10 6 4 8 -1. <_>10 6 2 8 2. 1 -0.0487938299775124 0.5131710767745972 -0.0786650180816650 <_> <_> <_>13 0 5 12 -1. <_>13 0 5 6 2. 1 -0.0133577696979046 -0.1419797986745834 0.1186259984970093 <_> <_> <_>1 3 12 4 -1. <_>4 3 6 4 2. 0 1.1562240542843938e-003 -0.2094922065734863 0.1569304019212723 <_> <_> <_>15 7 6 5 -1. <_>15 7 3 5 2. 0 -6.2384512275457382e-003 -0.1433645039796829 0.1130355000495911 <_> <_> <_>1 7 12 3 -1. <_>1 8 12 1 3. 0 4.4234818778932095e-003 -0.1035858020186424 0.2458948940038681 <_> <_> <_>15 7 6 5 -1. <_>15 7 3 5 2. 0 0.0529644489288330 0.0125615503638983 -0.6255180835723877 <_> <_> <_>1 7 6 5 -1. <_>4 7 3 5 2. 0 5.5844681337475777e-003 0.0839678868651390 -0.2465379983186722 <_> <_> <_>12 13 6 4 -1. <_>12 15 6 2 2. 0 -4.1809541289694607e-004 0.0695880725979805 -0.1355881989002228 <_> <_> <_>5 12 12 6 -1. <_>5 12 6 3 2. <_>11 15 6 3 2. 0 -8.9637134224176407e-003 -0.3044273853302002 0.0698947235941887 <_> <_> <_>11 5 2 9 -1. <_>11 5 1 9 2. 1 0.0244790501892567 -0.0316518284380436 0.2030878961086273 <_> <_> <_>11 5 9 2 -1. <_>11 5 9 1 2. 1 -0.0258423294872046 0.5040106177330017 -0.0639220625162125 <_> <_> <_>10 12 9 4 -1. <_>13 12 3 4 3. 0 -2.0785620436072350e-003 0.1098022013902664 -0.1183955967426300 <_> <_> <_>8 6 6 6 -1. <_>8 6 6 3 2. 1 0.0680303424596787 0.0422907397150993 -0.5185551047325134 <_> <_> <_>10 14 6 4 -1. <_>10 14 3 4 2. 0 -7.0639760233461857e-003 -0.2003110051155090 0.0249556098133326 <_> <_> <_>0 2 14 3 -1. <_>0 3 14 1 3. 0 -3.4848200157284737e-003 0.2313532978296280 -0.0969895571470261 <_> <_> <_>8 2 12 3 -1. <_>8 3 12 1 3. 0 0.0131471604108810 -0.0374509505927563 0.2584278881549835 <_> <_> <_>8 7 5 6 -1. <_>8 7 5 3 2. 1 -0.0142716597765684 -0.3011017143726349 0.0796723365783691 <_> <_> <_>12 6 8 3 -1. <_>12 6 4 3 2. 1 0.0126534802839160 0.0490391403436661 -0.1498810946941376 <_> <_> <_>4 10 4 6 -1. <_>6 10 2 6 2. 0 -4.4893440790474415e-003 0.1720885932445526 -0.1535564959049225 <_> <_> <_>1 11 20 4 -1. <_>6 11 10 4 2. 0 0.0323654003441334 -0.0904931128025055 0.3577916026115418 <_> <_> <_>6 10 8 7 -1. <_>8 10 4 7 2. 0 4.6125808730721474e-003 0.1144519001245499 -0.2651948928833008 <_> <_> <_>11 3 3 9 -1. <_>12 4 1 9 3. 1 0.0286459308117628 -0.0359885394573212 0.3002552092075348 <_> <_> <_>0 8 22 4 -1. <_>11 8 11 4 2. 0 -0.0235719792544842 -0.2487282007932663 0.0919671207666397 <_> <_> <_>3 10 16 3 -1. <_>3 10 8 3 2. 0 -0.0107397995889187 -0.2136776000261307 0.0964774116873741 <_> <_> <_>11 3 9 3 -1. <_>10 4 9 1 3. 1 0.0237286593765020 -0.0709161981940269 0.4382875859737396 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 -0.3280070126056671 0.5884003043174744 -0.0317567884922028 <_> <_> <_>7 12 4 6 -1. <_>9 12 2 6 2. 0 7.5008560997957829e-006 -0.1828856021165848 0.1202294006943703 <_> <_> <_>9 12 6 6 -1. <_>9 12 3 6 2. 0 0.0300714094191790 0.0278020203113556 -0.4322428107261658 <_> <_> <_>2 13 16 5 -1. <_>10 13 8 5 2. 0 -2.1936609409749508e-003 0.1359242051839829 -0.1403862982988358 <_> <_> <_>12 12 8 3 -1. <_>12 12 4 3 2. 0 0.0201743394136429 -0.0616289190948009 0.3157976865768433 <_> <_> <_>10 4 12 2 -1. <_>10 4 6 2 2. 1 9.7460206598043442e-003 0.0889580324292183 -0.2259400933980942 <_> <_> <_>11 3 8 4 -1. <_>11 3 4 4 2. 1 -0.0129583403468132 -0.1220085024833679 0.0865180864930153 <_> <_> <_>4 6 10 3 -1. <_>9 6 5 3 2. 0 0.0114454999566078 -0.0641823336482048 0.3027974963188171 <_> <_> <_>10 1 6 8 -1. <_>13 1 3 4 2. <_>10 5 3 4 2. 0 -3.3802569378167391e-003 0.1117767021059990 -0.1292237937450409 <_> <_> <_>11 1 6 6 -1. <_>11 1 6 3 2. 1 0.0203662104904652 0.1010453999042511 -0.2599115967750549 <_> <_> <_>11 6 6 4 -1. <_>11 8 6 2 2. 0 0.0380586497485638 0.0131683498620987 -0.7558063268661499 <_> <_> <_>2 2 12 3 -1. <_>2 3 12 1 3. 0 2.3050000891089439e-003 -0.1076664999127388 0.1875766962766647 <_> <_> <_>11 3 8 4 -1. <_>11 3 4 4 2. 1 0.0518471188843250 -0.0223205294460058 0.1879583001136780 <_> <_> <_>1 0 8 6 -1. <_>1 0 4 3 2. <_>5 3 4 3 2. 0 0.0113830296322703 0.0602261610329151 -0.3596178889274597 <_> <_> <_>8 3 14 3 -1. <_>8 4 14 1 3. 0 8.2553178071975708e-003 -0.0851313918828964 0.2349344044923782 <_> <_> <_>11 3 4 8 -1. <_>11 3 4 4 2. 1 -0.0269843395799398 -0.2147939950227737 0.0936567336320877 <_> <_> <_>6 0 12 10 -1. <_>9 0 6 10 2. 0 -0.0102899800986052 0.0582548901438713 -0.0839509293437004 <_> <_> <_>4 16 14 2 -1. <_>4 17 14 1 2. 0 -1.4419780200114474e-005 0.1039287000894547 -0.1731729954481125 <_> <_> <_>10 11 12 3 -1. <_>10 12 12 1 3. 0 0.0100651402026415 -0.0413111187517643 0.1761602014303207 <_> <_> <_>3 0 4 6 -1. <_>5 0 2 6 2. 0 -1.4870229642838240e-004 0.1565753966569901 -0.1203005984425545 <_> <_> <_>16 12 6 4 -1. <_>16 12 3 4 2. 0 -3.1059589236974716e-003 0.1167488023638725 -0.0913724601268768 <_> <_> <_>0 13 10 4 -1. <_>5 13 5 4 2. 0 0.0107080303132534 -0.0776082277297974 0.2791610062122345 <_> <_> <_>3 1 16 4 -1. <_>11 1 8 2 2. <_>3 3 8 2 2. 0 -9.7792129963636398e-003 -0.2906092107295990 0.0715626403689384 <_> <_> <_>0 1 11 4 -1. <_>0 3 11 2 2. 0 0.0201219804584980 0.0439949594438076 -0.4253950119018555 <_> <_> <_>6 8 11 6 -1. <_>6 11 11 3 2. 0 -0.0632951632142067 0.3703423142433167 -0.0525498092174530 <_> <_> <_>8 5 5 10 -1. <_>8 10 5 5 2. 0 -0.0872895568609238 -0.6429927945137024 0.0319528691470623 <_> <_> <_>9 2 4 6 -1. <_>9 5 4 3 2. 0 0.0203985404223204 -0.0459555983543396 0.4626615941524506 <_> <_> <_>2 3 12 6 -1. <_>2 3 6 3 2. <_>8 6 6 3 2. 0 -4.0313000790774822e-003 0.1384084969758987 -0.1798083931207657 <_> <_> <_>13 3 7 9 -1. <_>13 6 7 3 3. 0 -0.0157345198094845 -0.1847718060016632 0.0699830800294876 <_> <_> <_>2 3 7 9 -1. <_>2 6 7 3 3. 0 3.3332880120724440e-003 0.1127765029668808 -0.1951379030942917 <_> <_> <_>11 0 3 6 -1. <_>12 1 1 6 3. 1 0.0436891615390778 5.9510939754545689e-003 -0.5542343854904175 <_> <_> <_>3 3 13 3 -1. <_>3 4 13 1 3. 0 -2.0920610986649990e-003 0.1916346997022629 -0.0971361100673676 <_> <_> <_>8 3 14 3 -1. <_>8 4 14 1 3. 0 2.0574270747601986e-003 -0.1019743010401726 0.1408381015062332 <_> <_> <_>3 6 7 12 -1. <_>3 9 7 6 2. 0 8.8018123060464859e-003 0.1198780983686447 -0.1563854962587357 <_> <_> <_>12 13 6 4 -1. <_>12 15 6 2 2. 0 -0.0168825294822454 -0.1843809932470322 0.0194928701967001 <_> <_> <_>4 13 6 4 -1. <_>4 15 6 2 2. 0 -6.1647890834137797e-004 0.1066510975360870 -0.2216400951147080 <_> <_> <_>6 1 15 2 -1. <_>6 2 15 1 2. 0 1.0317339911125600e-004 -0.1122889965772629 0.1385865062475205 <_> <_> <_>4 3 3 12 -1. <_>5 3 1 12 3. 0 0.0153163298964500 -0.0506394095718861 0.4111982882022858 <_> <_> <_>14 4 2 12 -1. <_>14 4 2 6 2. 1 0.0106606902554631 0.0588208101689816 -0.1645466983318329 <_> <_> <_>11 0 6 3 -1. <_>10 1 6 1 3. 1 -0.0192968696355820 0.3926095962524414 -0.0527611896395683 <_> <_> <_>4 9 14 5 -1. <_>4 9 7 5 2. 0 0.0100181102752686 0.1006847023963928 -0.1975626945495606 <_> <_> <_>11 2 10 3 -1. <_>10 3 10 1 3. 1 -0.0272637903690338 0.3533208966255188 -0.0553055517375469 <_> <_> <_>9 12 7 6 -1. <_>9 14 7 2 3. 0 5.4494310170412064e-003 0.0672537684440613 -0.1838447004556656 -0.8770840764045715 11 -1 <_> <_> <_> <_>1 8 8 10 -1. <_>1 8 4 5 2. <_>5 13 4 5 2. 0 -0.0574348606169224 0.5058255195617676 -0.1227457001805306 <_> <_> <_>5 5 12 5 -1. <_>9 5 4 5 3. 0 -0.1275065988302231 0.5760596990585327 -0.0437109284102917 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 1 -0.0636756420135498 0.5712252259254456 -0.0499683208763599 <_> <_> <_>7 6 8 10 -1. <_>7 11 8 5 2. 0 -0.0119284801185131 0.2164193987846375 -0.1848026961088181 <_> <_> <_>6 14 6 4 -1. <_>9 14 3 4 2. 0 1.3247699826024473e-004 -0.2268567979335785 0.1064827963709831 <_> <_> <_>5 15 12 2 -1. <_>5 16 12 1 2. 0 6.4140267204493284e-004 0.0947516784071922 -0.2689200937747955 <_> <_> <_>6 4 10 6 -1. <_>6 6 10 2 3. 0 -2.9463530518114567e-003 0.1391091048717499 -0.1709107011556625 <_> <_> <_>9 12 8 6 -1. <_>9 14 8 2 3. 0 5.3384741768240929e-003 0.0839692428708076 -0.0954419896006584 <_> <_> <_>1 11 20 5 -1. <_>6 11 10 5 2. 0 0.0587031506001949 -0.0696475207805634 0.3362944126129150 <_> <_> <_>10 8 8 4 -1. <_>10 8 4 4 2. 0 -2.5406300555914640e-003 0.0961760133504868 -0.1575814038515091 <_> <_> <_>2 4 18 6 -1. <_>2 6 18 2 3. 0 -0.0318995192646980 -0.2795648872852325 0.0703595131635666 <_> <_> <_>8 4 12 11 -1. <_>8 4 6 11 2. 0 -0.3202270865440369 -0.9080504775047302 7.5922380201518536e-003 <_> <_> <_>11 5 11 2 -1. <_>11 5 11 1 2. 1 0.0357962511479855 -0.0500707700848579 0.4210157990455627 <_> <_> <_>3 6 18 9 -1. <_>9 9 6 3 9. 0 -0.1907916069030762 -0.2206103056669235 0.0651847869157791 <_> <_> <_>3 2 10 9 -1. <_>8 2 5 9 2. 0 -0.0121818296611309 0.1347943991422653 -0.1666775047779083 <_> <_> <_>14 5 6 6 -1. <_>16 5 2 6 3. 0 -0.0321657992899418 -0.2510541081428528 0.0193445608019829 <_> <_> <_>5 5 12 6 -1. <_>8 5 6 6 2. 0 0.0362996309995651 -0.0594907812774181 0.4000773131847382 <_> <_> <_>11 3 10 4 -1. <_>11 3 5 4 2. 1 0.0202245805412531 0.0564897991716862 -0.1341823935508728 <_> <_> <_>6 3 8 6 -1. <_>6 3 4 3 2. <_>10 6 4 3 2. 0 -0.0253931302577257 0.3650783896446228 -0.0660021826624870 <_> <_> <_>16 0 3 15 -1. <_>16 5 3 5 3. 0 -0.0120223695412278 -0.1765505969524384 0.0739976391196251 <_> <_> <_>3 0 3 15 -1. <_>3 5 3 5 3. 0 0.0479651391506195 0.0446685589849949 -0.4458498060703278 <_> <_> <_>5 2 12 16 -1. <_>8 2 6 16 2. 0 -0.2056401968002319 -0.7325450181961060 0.0199552308768034 <_> <_> <_>6 8 4 6 -1. <_>8 8 2 6 2. 0 -1.6601709648966789e-003 0.1163327023386955 -0.1548850983381271 <_> <_> <_>5 9 13 9 -1. <_>5 12 13 3 3. 0 0.0868996232748032 -0.0541075505316257 0.2695240080356598 <_> <_> <_>11 7 8 3 -1. <_>11 7 4 3 2. 1 -1.1374129680916667e-003 -0.1431442946195602 0.1244433000683785 <_> <_> <_>7 0 9 4 -1. <_>10 0 3 4 3. 0 0.0309763401746750 0.0298648606985807 -0.3260793089866638 <_> <_> <_>7 6 6 5 -1. <_>10 6 3 5 2. 0 0.0269780103117228 -0.0450982488691807 0.3612884879112244 <_> <_> <_>2 7 18 6 -1. <_>8 9 6 2 9. 0 0.1942182034254074 0.0322551913559437 -0.6898170113563538 <_> <_> <_>11 4 10 3 -1. <_>10 5 10 1 3. 1 -0.0204433593899012 0.2930010855197907 -0.0644832178950310 <_> <_> <_>13 14 8 4 -1. <_>13 16 8 2 2. 0 -0.0404204502701759 -0.7682335972785950 0.0122819803655148 <_> <_> <_>1 14 8 4 -1. <_>1 16 8 2 2. 0 -0.0126414299011230 -0.2757379114627838 0.0619011186063290 <_> <_> <_>11 4 3 10 -1. <_>12 5 1 10 3. 1 -0.0396702997386456 0.3282839059829712 -0.0203649997711182 <_> <_> <_>11 4 10 3 -1. <_>10 5 10 1 3. 1 0.0202467292547226 -0.0583936013281345 0.3306053876876831 <_> <_> <_>2 12 18 6 -1. <_>11 12 9 3 2. <_>2 15 9 3 2. 0 8.9611168950796127e-003 0.0900963172316551 -0.2234300971031189 <_> <_> <_>5 2 8 6 -1. <_>5 2 4 3 2. <_>9 5 4 3 2. 0 -8.3055719733238220e-003 0.1417534947395325 -0.1260726004838944 <_> <_> <_>8 14 6 4 -1. <_>8 16 6 2 2. 0 -2.8248139642528258e-005 0.0945169627666473 -0.2181037068367004 <_> <_> <_>1 10 6 8 -1. <_>1 10 3 4 2. <_>4 14 3 4 2. 0 -5.1939398981630802e-003 0.1330431997776032 -0.1334158033132553 <_> <_> <_>7 2 15 9 -1. <_>12 5 5 3 9. 0 0.1177311018109322 0.0295861996710300 -0.2402082979679108 <_> <_> <_>0 2 15 9 -1. <_>5 5 5 3 9. 0 0.0678967013955116 0.0809137076139450 -0.2345446050167084 <_> <_> <_>10 5 6 7 -1. <_>12 5 2 7 3. 0 -0.0266836993396282 0.3059098124504089 -0.0641520470380783 <_> <_> <_>5 14 12 4 -1. <_>5 14 6 2 2. <_>11 16 6 2 2. 0 3.5058211069554090e-003 0.0893419682979584 -0.2277368009090424 <_> <_> <_>10 1 12 3 -1. <_>10 2 12 1 3. 0 -6.5844372147694230e-004 0.1245813965797424 -0.0913524404168129 <_> <_> <_>8 1 3 12 -1. <_>9 1 1 12 3. 0 7.2530400939285755e-003 -0.0692851766943932 0.2548288106918335 <_> <_> <_>14 2 6 7 -1. <_>14 2 3 7 2. 0 -0.0280561298131943 -0.2086703926324844 0.0335395783185959 <_> <_> <_>1 0 12 9 -1. <_>5 3 4 3 9. 0 -0.0512051805853844 -0.2410742938518524 0.0644394084811211 <_> <_> <_>8 3 7 6 -1. <_>8 6 7 3 2. 0 0.0292346496134996 -0.0508038401603699 0.3648504912853241 <_> <_> <_>1 12 20 3 -1. <_>6 12 10 3 2. 0 -0.1021952033042908 0.4012348055839539 -0.0429021194577217 <_> <_> <_>5 2 12 16 -1. <_>5 6 12 8 2. 0 0.0151049699634314 0.1048149019479752 -0.1847243010997772 <_> <_> <_>4 3 7 6 -1. <_>4 6 7 3 2. 0 -0.0125706503167748 -0.2054093927145004 0.0930131971836090 <_> <_> <_>9 5 6 6 -1. <_>11 5 2 6 3. 0 0.0122530702501535 -0.0592851005494595 0.2392731010913849 <_> <_> <_>7 0 8 2 -1. <_>7 0 8 1 2. 1 -0.0261669903993607 -0.6996678709983826 0.0249067097902298 <_> <_> <_>5 14 12 2 -1. <_>5 15 12 1 2. 0 7.0817661471664906e-003 0.0241731200367212 -0.5514479279518127 <_> <_> <_>3 11 16 6 -1. <_>3 13 16 2 3. 0 0.0214268509298563 0.0641688406467438 -0.2599790096282959 <_> <_> <_>11 5 3 8 -1. <_>11 5 3 4 2. 1 0.0181897096335888 0.0358382500708103 -0.1802058070898056 <_> <_> <_>2 15 12 3 -1. <_>8 15 6 3 2. 0 0.0174157992005348 -0.0838620364665985 0.3333852887153626 <_> <_> <_>4 13 15 3 -1. <_>9 13 5 3 3. 0 -1.4878029469400644e-003 0.1207885965704918 -0.1276932060718536 <_> <_> <_>2 3 12 4 -1. <_>2 3 6 2 2. <_>8 5 6 2 2. 0 7.5296638533473015e-003 -0.0700147077441216 0.3218109011650085 <_> <_> <_>17 5 4 7 -1. <_>17 5 2 7 2. 1 -0.0614990182220936 0.4646979868412018 -0.0100737102329731 <_> <_> <_>5 4 7 4 -1. <_>5 4 7 2 2. 1 -1.9133290334139019e-004 -0.1409429013729096 0.1383011043071747 <_> <_> <_>2 2 18 3 -1. <_>8 2 6 3 3. 0 -0.0244222898036242 -0.2529231011867523 0.0676841735839844 <_> <_> <_>2 2 18 9 -1. <_>8 5 6 3 9. 0 -0.2613632082939148 0.3400354087352753 -0.0584625490009785 <_> <_> <_>15 6 6 4 -1. <_>15 6 3 4 2. 0 -0.0760467797517776 -0.7851415872573853 5.2708541043102741e-003 <_> <_> <_>0 1 12 3 -1. <_>0 2 12 1 3. 0 -3.0279329512268305e-003 0.1852705925703049 -0.0906919613480568 <_> <_> <_>16 2 6 4 -1. <_>16 2 6 2 2. 1 -8.0219199880957603e-003 -0.1254058033227921 0.0305948890745640 <_> <_> <_>0 9 14 6 -1. <_>7 9 7 6 2. 0 -0.2070596069097519 -0.7541192173957825 0.0212011300027370 <_> <_> <_>13 5 8 4 -1. <_>13 5 4 4 2. 1 -0.0953228175640106 -0.2962307035923004 0.0131387095898390 <_> <_> <_>9 5 4 8 -1. <_>9 5 4 4 2. 1 9.5921624451875687e-003 0.0843243226408958 -0.2174658030271530 <_> <_> <_>12 4 3 14 -1. <_>12 11 3 7 2. 0 -0.0130894696339965 0.0936075001955032 -0.0657541304826736 <_> <_> <_>1 13 20 5 -1. <_>6 13 10 5 2. 0 0.0117328800261021 -0.0800390467047691 0.2329193949699402 <_> <_> <_>12 4 3 14 -1. <_>12 11 3 7 2. 0 0.1523904949426651 9.9299130961298943e-003 -0.6519606709480286 <_> <_> <_>7 4 3 14 -1. <_>7 11 3 7 2. 0 -0.0645915120840073 0.2837221920490265 -0.0600588284432888 <_> <_> <_>16 2 6 4 -1. <_>16 2 6 2 2. 1 -0.0554930306971073 0.2665910124778748 -0.0103364195674658 <_> <_> <_>6 2 4 6 -1. <_>6 2 2 6 2. 1 -0.0502874106168747 -0.6950147151947022 0.0278498791158199 <_> <_> <_>7 4 15 14 -1. <_>7 11 15 7 2. 0 -0.4779424965381622 -0.9287195205688477 5.9050112031400204e-003 <_> <_> <_>1 16 16 2 -1. <_>1 17 16 1 2. 0 -0.0143985198810697 -0.4554106891155243 0.0364099815487862 -0.8526716828346252 12 -1 <_> <_> <_> <_>0 6 12 4 -1. <_>3 6 6 4 2. 0 1.9511899445205927e-003 -0.2493699043989182 0.1411163955926895 <_> <_> <_>6 9 10 9 -1. <_>6 12 10 3 3. 0 -0.0466346703469753 0.3784058988094330 -0.0784017369151115 <_> <_> <_>0 6 6 5 -1. <_>3 6 3 5 2. 0 0.0161937493830919 0.0752133131027222 -0.4199146926403046 <_> <_> <_>11 14 7 4 -1. <_>11 16 7 2 2. 0 -1.2459639401640743e-004 0.0685761868953705 -0.1793542057275772 <_> <_> <_>7 8 8 2 -1. <_>7 8 8 1 2. 1 7.3257791809737682e-003 0.1032209992408752 -0.2609927952289581 <_> <_> <_>10 13 7 4 -1. <_>10 15 7 2 2. 0 -1.5020779756014235e-005 0.0731225982308388 -0.1671888977289200 <_> <_> <_>1 16 20 2 -1. <_>11 16 10 2 2. 0 -0.0345220081508160 -0.3932698965072632 0.0767271667718887 <_> <_> <_>5 12 14 4 -1. <_>5 12 7 4 2. 0 -0.0826795101165771 -0.7467781901359558 0.0155306002125144 <_> <_> <_>8 8 4 6 -1. <_>8 8 2 6 2. 1 0.0821624025702477 -0.0692495033144951 0.3791460096836090 <_> <_> <_>17 2 2 14 -1. <_>17 2 2 7 2. 1 0.0341878309845924 0.0426086597144604 -0.1542989015579224 <_> <_> <_>7 1 8 4 -1. <_>11 1 4 4 2. 0 -0.0178913697600365 -0.3063957095146179 0.0781183987855911 <_> <_> <_>5 7 12 3 -1. <_>9 7 4 3 3. 0 0.0331309996545315 -0.0561838001012802 0.3740524053573608 <_> <_> <_>2 14 6 4 -1. <_>5 14 3 4 2. 0 -5.7486710138618946e-003 0.1249035000801086 -0.2052786052227020 <_> <_> <_>10 9 12 4 -1. <_>16 9 6 2 2. <_>10 11 6 2 2. 0 0.0335368290543556 -0.0483442209661007 0.2672440111637116 <_> <_> <_>6 14 9 4 -1. <_>9 14 3 4 3. 0 0.0247238297015429 0.0836789682507515 -0.3373064994812012 <_> <_> <_>11 9 2 6 -1. <_>11 9 1 6 2. 1 2.2355809342116117e-003 0.1037459000945091 -0.1307191997766495 <_> <_> <_>3 9 14 9 -1. <_>3 12 14 3 3. 0 -2.4322168901562691e-003 0.1564508974552155 -0.1328445971012116 <_> <_> <_>5 10 16 6 -1. <_>5 12 16 2 3. 0 0.0259991195052862 -0.0803431272506714 0.2161011993885040 <_> <_> <_>5 12 10 6 -1. <_>5 12 5 3 2. <_>10 15 5 3 2. 0 3.6965688195778057e-005 -0.1787101030349731 0.1056312024593353 <_> <_> <_>4 13 18 5 -1. <_>4 13 9 5 2. 0 -0.1629150062799454 -0.6914169788360596 0.0223747305572033 <_> <_> <_>0 13 18 5 -1. <_>9 13 9 5 2. 0 0.1300814002752304 -0.0427690409123898 0.4637356996536255 <_> <_> <_>4 9 16 3 -1. <_>4 10 16 1 3. 0 0.0276585407555103 -0.0371086001396179 0.3838658034801483 <_> <_> <_>5 1 15 2 -1. <_>5 1 15 1 2. 1 -0.0100204199552536 -0.2632805109024048 0.0748586803674698 <_> <_> <_>13 5 2 9 -1. <_>13 5 1 9 2. 1 -0.0304599404335022 0.3230090141296387 -0.0258583705872297 <_> <_> <_>9 5 9 2 -1. <_>9 5 9 1 2. 1 1.3251040363684297e-003 0.1444766968488693 -0.2108217030763626 <_> <_> <_>1 11 20 5 -1. <_>6 11 10 5 2. 0 -0.0279310103505850 0.1437451988458633 -0.1616230010986328 <_> <_> <_>3 9 13 3 -1. <_>3 10 13 1 3. 0 -8.8642723858356476e-003 0.2300062030553818 -0.0950950980186462 <_> <_> <_>18 5 4 12 -1. <_>20 5 2 6 2. <_>18 11 2 6 2. 0 -0.0122139696031809 -0.2464639991521835 0.0655220225453377 <_> <_> <_>4 12 5 6 -1. <_>4 15 5 3 2. 0 -0.0487375296652317 -0.7912771105766296 0.0254164095968008 <_> <_> <_>15 1 2 8 -1. <_>15 1 1 8 2. 1 0.0611852891743183 -1.2226430408190936e-004 -0.9054586887359619 <_> <_> <_>7 1 8 2 -1. <_>7 1 8 1 2. 1 0.0264536794275045 0.0265628006309271 -0.6395434141159058 <_> <_> <_>18 5 4 12 -1. <_>20 5 2 6 2. <_>18 11 2 6 2. 0 8.8589917868375778e-003 0.0541458502411842 -0.2160128057003021 <_> <_> <_>10 4 10 2 -1. <_>10 4 10 1 2. 1 0.0348479412496090 -0.0457493588328362 0.4393540024757385 <_> <_> <_>2 4 20 4 -1. <_>7 4 10 4 2. 0 -0.1459821015596390 -0.5556176900863648 9.5249973237514496e-003 <_> <_> <_>1 9 8 3 -1. <_>5 9 4 3 2. 0 -0.0504565685987473 -0.7528784871101379 0.0202147103846073 <_> <_> <_>18 5 4 12 -1. <_>20 5 2 6 2. <_>18 11 2 6 2. 0 -0.0854437798261642 -1. -1.3681349810212851e-003 <_> <_> <_>0 5 4 12 -1. <_>0 5 2 6 2. <_>2 11 2 6 2. 0 0.0132489800453186 0.0634007006883621 -0.2541181147098541 <_> <_> <_>6 0 14 18 -1. <_>6 9 14 9 2. 0 -0.6593561172485352 -1. 7.7378489077091217e-003 <_> <_> <_>4 4 12 3 -1. <_>4 5 12 1 3. 0 5.0879311747848988e-003 -0.0832077413797379 0.1887629032135010 <_> <_> <_>8 4 14 3 -1. <_>8 5 14 1 3. 0 -3.4071630798280239e-003 0.1457829028367996 -0.0919603332877159 <_> <_> <_>4 13 14 3 -1. <_>4 14 14 1 3. 0 -0.0216562692075968 -0.6536489129066467 0.0271297506988049 <_> <_> <_>8 2 6 14 -1. <_>11 2 3 7 2. <_>8 9 3 7 2. 0 9.4357347115874290e-003 0.0643601119518280 -0.2388547956943512 <_> <_> <_>0 13 15 4 -1. <_>0 14 15 2 2. 0 -7.5177568942308426e-003 0.2451906055212021 -0.0682218372821808 <_> <_> <_>11 14 7 4 -1. <_>11 16 7 2 2. 0 0.0160676296800375 7.6069780625402927e-003 -0.3166871964931488 <_> <_> <_>11 7 7 3 -1. <_>10 8 7 1 3. 1 -1.8057749839499593e-003 0.1271037012338638 -0.1214571967720985 <_> <_> <_>10 6 6 6 -1. <_>10 9 6 3 2. 0 -0.0441549010574818 -0.4857960939407349 0.0234448593109846 <_> <_> <_>2 0 4 14 -1. <_>2 0 2 7 2. <_>4 7 2 7 2. 0 7.5462698005139828e-003 0.0684307664632797 -0.2331652045249939 <_> <_> <_>2 6 18 5 -1. <_>8 6 6 5 3. 0 0.1086826026439667 -0.0416639111936092 0.3945221900939941 <_> <_> <_>2 0 18 18 -1. <_>8 0 6 18 3. 0 0.6124870181083679 0.0207021702080965 -0.9849479198455811 <_> <_> <_>13 1 4 8 -1. <_>14 2 2 8 2. 1 0.0498282909393311 2.7304550167173147e-003 -0.4018169939517975 <_> <_> <_>4 0 12 18 -1. <_>4 0 6 9 2. <_>10 9 6 9 2. 0 -0.0727687180042267 0.3267647922039032 -0.0491443388164043 <_> <_> <_>12 14 6 4 -1. <_>12 16 6 2 2. 0 0.0243143104016781 -7.8135710209608078e-003 0.5822330117225647 <_> <_> <_>4 14 6 4 -1. <_>4 16 6 2 2. 0 -1.7177179688587785e-004 0.0816699117422104 -0.2037622034549713 <_> <_> <_>11 8 2 6 -1. <_>11 8 1 6 2. 1 -0.0400952696800232 0.5468152165412903 -0.0171795394271612 <_> <_> <_>1 10 20 6 -1. <_>1 10 10 3 2. <_>11 13 10 3 2. 0 -0.0896345674991608 -0.8161401152610779 0.0212838891893625 <_> <_> <_>13 1 7 9 -1. <_>10 4 7 3 3. 1 0.1869214028120041 8.3980746567249298e-003 -0.6018530130386353 <_> <_> <_>5 3 4 6 -1. <_>5 6 4 3 2. 0 -0.0430383794009686 -0.8789898753166199 0.0149307297542691 <_> <_> <_>13 0 2 12 -1. <_>13 6 2 6 2. 0 -1.8602630007080734e-004 0.0401562415063381 -0.0826044380664825 <_> <_> <_>7 11 8 3 -1. <_>11 11 4 3 2. 0 -1.4392189914360642e-003 -0.1710239946842194 0.0912035405635834 <_> <_> <_>9 6 12 11 -1. <_>12 6 6 11 2. 0 0.0421606190502644 -0.0358610190451145 0.1517430990934372 <_> <_> <_>6 8 10 9 -1. <_>11 8 5 9 2. 0 7.5991409830749035e-003 0.1087452992796898 -0.1614716053009033 <_> <_> <_>11 14 6 4 -1. <_>11 14 3 4 2. 0 -5.7539329864084721e-003 -0.2567706108093262 0.0584571510553360 <_> <_> <_>3 6 12 4 -1. <_>7 6 4 4 3. 0 -0.0277367495000362 0.2232517004013062 -0.0740715116262436 <_> <_> <_>10 5 6 7 -1. <_>12 5 2 7 3. 0 -0.0256761107593775 0.1883108019828796 -0.0538603812456131 <_> <_> <_>8 0 6 4 -1. <_>11 0 3 4 2. 0 0.0158907305449247 0.0517095401883125 -0.3847657144069672 <_> <_> <_>10 6 6 12 -1. <_>12 6 2 12 3. 0 -0.0863742679357529 -0.5568069815635681 9.4922119751572609e-003 <_> <_> <_>6 6 6 12 -1. <_>8 6 2 12 3. 0 1.9480630289763212e-003 -0.1080721989274025 0.1477168053388596 -0.7418665885925293 13 -1 <_> <_> <_> <_>6 9 9 6 -1. <_>6 12 9 3 2. 0 -6.8531660363078117e-003 0.2893550992012024 -0.2768914103507996 <_> <_> <_>14 6 6 6 -1. <_>14 6 6 3 2. 1 -0.0692176371812820 0.3490979075431824 -0.0497410893440247 <_> <_> <_>1 13 20 5 -1. <_>6 13 10 5 2. 0 -0.1309297978878021 0.4279156029224396 -0.0961560085415840 <_> <_> <_>8 14 6 4 -1. <_>8 16 6 2 2. 0 -2.9759139579255134e-005 0.1167578026652336 -0.2467838972806931 <_> <_> <_>4 7 8 3 -1. <_>4 7 4 3 2. 1 -0.0471007898449898 0.3725911080837250 -0.0590729191899300 <_> <_> <_>16 0 2 15 -1. <_>16 0 1 15 2. 1 0.0441245101392269 0.0789040997624397 -0.2552854120731354 <_> <_> <_>9 3 12 2 -1. <_>9 3 12 1 2. 1 4.2540309950709343e-003 -0.2361238002777100 0.1285677999258041 <_> <_> <_>7 1 8 6 -1. <_>9 1 4 6 2. 0 -1.0833570268005133e-003 0.1434731036424637 -0.1420363038778305 <_> <_> <_>6 15 8 3 -1. <_>10 15 4 3 2. 0 5.9925230743829161e-005 -0.1992727071046829 0.0885029137134552 <_> <_> <_>8 3 6 6 -1. <_>10 3 2 6 3. 0 -0.0730214864015579 -0.8066626191139221 0.0320418588817120 <_> <_> <_>1 1 16 3 -1. <_>1 2 16 1 3. 0 7.9495050013065338e-003 -0.0658784434199333 0.2707126140594482 <_> <_> <_>9 1 12 3 -1. <_>9 2 12 1 3. 0 -3.3911041100509465e-004 0.1349073946475983 -0.1335476040840149 <_> <_> <_>0 0 22 6 -1. <_>0 0 11 3 2. <_>11 3 11 3 2. 0 -0.0260101798921824 -0.2807458043098450 0.0779026597738266 <_> <_> <_>10 5 4 6 -1. <_>10 5 2 6 2. 0 -0.0311530902981758 0.2702265977859497 -0.0269943401217461 <_> <_> <_>10 0 8 5 -1. <_>10 0 4 5 2. 1 0.0109462495893240 -0.1599372029304504 0.1035069972276688 <_> <_> <_>12 4 4 10 -1. <_>13 5 2 10 2. 1 0.0731012076139450 -4.1365791112184525e-003 0.5233982801437378 <_> <_> <_>10 4 10 4 -1. <_>9 5 10 2 2. 1 0.0302071496844292 -0.0492294207215309 0.4284898936748505 <_> <_> <_>15 1 2 8 -1. <_>15 1 1 8 2. 1 0.0649852603673935 3.9118612185120583e-003 -1.0003379583358765 <_> <_> <_>7 1 8 2 -1. <_>7 1 8 1 2. 1 -0.0291192494332790 -0.7702599167823792 0.0239308103919029 <_> <_> <_>17 0 3 11 -1. <_>18 1 1 11 3. 1 0.0504583083093166 6.9283558987081051e-003 -0.5185477733612061 <_> <_> <_>9 8 4 6 -1. <_>9 8 4 3 2. 1 -0.0388901792466640 -0.4817684888839722 0.0302702896296978 <_> <_> <_>14 6 6 12 -1. <_>17 6 3 6 2. <_>14 12 3 6 2. 0 0.0583193711936474 -0.0221013892441988 0.2839350104331970 <_> <_> <_>2 12 18 6 -1. <_>8 14 6 2 9. 0 -0.0108036901801825 0.1284206062555313 -0.1384977996349335 <_> <_> <_>14 7 3 10 -1. <_>14 12 3 5 2. 0 9.4525264576077461e-003 -0.0571944192051888 0.1775905042886734 <_> <_> <_>3 8 16 10 -1. <_>3 8 8 5 2. <_>11 13 8 5 2. 0 0.0152291702106595 0.1050117015838623 -0.2051838934421539 <_> <_> <_>15 12 4 6 -1. <_>15 15 4 3 2. 0 -8.9435698464512825e-004 0.0686682537198067 -0.1466601043939591 <_> <_> <_>2 8 18 10 -1. <_>2 8 9 5 2. <_>11 13 9 5 2. 0 -0.0183224994689226 -0.2361371964216232 0.0835383310914040 <_> <_> <_>10 1 12 3 -1. <_>10 2 12 1 3. 0 2.5474189314991236e-003 -0.0847315266728401 0.1721152067184448 <_> <_> <_>1 1 12 3 -1. <_>1 2 12 1 3. 0 -1.4951790217310190e-003 0.1864299029111862 -0.1275333017110825 <_> <_> <_>8 0 14 4 -1. <_>15 0 7 2 2. <_>8 2 7 2 2. 0 0.0247961506247520 0.0329235605895519 -0.4095472991466522 <_> <_> <_>2 4 14 4 -1. <_>2 5 14 2 2. 0 -2.8976860921829939e-003 0.1448003947734833 -0.1040467992424965 <_> <_> <_>8 4 12 3 -1. <_>8 5 12 1 3. 0 7.0361169055104256e-003 -0.0679165571928024 0.2154435068368912 <_> <_> <_>1 0 8 8 -1. <_>1 0 4 4 2. <_>5 4 4 4 2. 0 -0.0118703898042440 -0.2553744912147522 0.0744434073567390 <_> <_> <_>13 0 8 6 -1. <_>17 0 4 3 2. <_>13 3 4 3 2. 0 2.4765899870544672e-003 0.0683133676648140 -0.1611132025718689 <_> <_> <_>1 0 8 6 -1. <_>1 0 4 3 2. <_>5 3 4 3 2. 0 0.0212845504283905 0.0370908714830875 -0.4691652059555054 <_> <_> <_>9 6 6 5 -1. <_>9 6 3 5 2. 0 -0.0103694796562195 0.1080783978104591 -0.0604898706078529 <_> <_> <_>5 6 8 3 -1. <_>9 6 4 3 2. 0 0.0107324803248048 -0.0585823804140091 0.3195860981941223 <_> <_> <_>13 3 6 9 -1. <_>10 6 6 3 3. 1 -0.2323516011238098 -1. 8.2511743530631065e-003 <_> <_> <_>9 3 9 6 -1. <_>12 6 3 6 3. 1 -6.0572529037017375e-005 0.0802017673850060 -0.2358305007219315 <_> <_> <_>4 11 18 3 -1. <_>4 12 18 1 3. 0 -2.7367009315639734e-003 0.1536909043788910 -0.0788008794188499 <_> <_> <_>0 13 15 4 -1. <_>5 13 5 4 3. 0 0.0311680100858212 -0.0418529510498047 0.3737446963787079 <_> <_> <_>15 12 4 6 -1. <_>15 15 4 3 2. 0 0.0454151295125484 6.6594500094652176e-003 -0.9997528791427612 <_> <_> <_>3 12 4 6 -1. <_>3 15 4 3 2. 0 -1.3742819428443909e-003 0.1058785021305084 -0.1923477947711945 <_> <_> <_>9 12 6 6 -1. <_>11 12 2 6 3. 0 3.0089360661804676e-003 0.0940386429429054 -0.1544273048639298 <_> <_> <_>6 9 9 7 -1. <_>9 9 3 7 3. 0 -0.0710713863372803 -0.5495526790618897 0.0255231298506260 <_> <_> <_>13 10 6 8 -1. <_>16 10 3 4 2. <_>13 14 3 4 2. 0 1.0958979837596416e-003 -0.0613276585936546 0.0576776191592216 <_> <_> <_>3 10 6 8 -1. <_>3 10 3 4 2. <_>6 14 3 4 2. 0 -0.0237067993730307 0.2948609888553619 -0.0665534734725952 <_> <_> <_>7 10 8 4 -1. <_>7 10 4 4 2. 0 6.8882037885487080e-003 0.0738617032766342 -0.2572773098945618 <_> <_> <_>7 5 6 11 -1. <_>10 5 3 11 2. 0 -0.0491580404341221 0.3240630924701691 -0.0527858398854733 <_> <_> <_>10 6 6 6 -1. <_>10 9 6 3 2. 0 0.0713694170117378 0.0132099203765392 -0.7482113242149353 <_> <_> <_>6 6 6 6 -1. <_>6 9 6 3 2. 0 -8.4517486393451691e-003 -0.2065279930830002 0.0931395962834358 <_> <_> <_>8 6 12 8 -1. <_>12 6 4 8 3. 0 -0.1555441021919251 -0.5073614120483398 0.0115754203870893 <_> <_> <_>2 11 12 3 -1. <_>6 11 4 3 3. 0 -0.0459768213331699 0.3343332111835480 -0.0565582811832428 <_> <_> <_>14 3 6 8 -1. <_>17 3 3 4 2. <_>14 7 3 4 2. 0 0.0179002191871405 0.0340919904410839 -0.2856503129005432 <_> <_> <_>0 5 13 3 -1. <_>0 6 13 1 3. 0 6.7351139150559902e-003 -0.0665388181805611 0.2332212030887604 <_> <_> <_>14 0 6 6 -1. <_>14 2 6 2 3. 0 6.4544100314378738e-003 0.0472244992852211 -0.1442237049341202 <_> <_> <_>3 0 6 6 -1. <_>3 2 6 2 3. 0 -0.0110290497541428 -0.2644239962100983 0.0625426918268204 <_> <_> <_>8 8 14 3 -1. <_>8 9 14 1 3. 0 -3.3727919217199087e-003 0.1257591992616653 -0.0683576464653015 <_> <_> <_>7 2 2 15 -1. <_>8 2 1 15 2. 0 -2.2960419300943613e-003 -0.1557330936193466 0.0946819707751274 <_> <_> <_>4 14 16 4 -1. <_>4 14 8 4 2. 0 -0.0795031636953354 -0.3824613988399506 0.0172012597322464 <_> <_> <_>1 6 20 12 -1. <_>6 6 10 12 2. 0 -0.2524088025093079 0.3013980984687805 -0.0589428097009659 <_> <_> <_>5 10 16 6 -1. <_>13 10 8 3 2. <_>5 13 8 3 2. 0 0.0363130792975426 0.0211058706045151 -0.2081169039011002 <_> <_> <_>1 10 16 6 -1. <_>1 10 8 3 2. <_>9 13 8 3 2. 0 0.0687375217676163 -0.0324002988636494 0.5134530067443848 <_> <_> <_>8 8 14 6 -1. <_>8 8 7 6 2. 0 -0.2181455045938492 -0.7009329199790955 0.0162609796971083 <_> <_> <_>0 8 14 6 -1. <_>7 8 7 6 2. 0 -0.1977089941501617 -0.6781736016273499 0.0179375503212214 <_> <_> <_>5 6 12 11 -1. <_>8 6 6 11 2. 0 -0.1013111993670464 0.3647063076496124 -0.0499694384634495 <_> <_> <_>1 3 8 6 -1. <_>1 3 4 3 2. <_>5 6 4 3 2. 0 5.4146698676049709e-003 0.0660865902900696 -0.2332739979028702 <_> <_> <_>13 1 7 6 -1. <_>13 1 7 3 2. 1 -0.0405901782214642 0.2146472036838532 -0.0430333092808723 <_> <_> <_>1 4 5 10 -1. <_>1 9 5 5 2. 0 -1.3324919855222106e-003 0.1297567933797836 -0.1279428005218506 <_> <_> <_>18 6 3 8 -1. <_>18 10 3 4 2. 0 5.7570589706301689e-003 0.0434699989855289 -0.1197730004787445 <_> <_> <_>1 6 3 8 -1. <_>1 10 3 4 2. 0 -4.0872758254408836e-003 -0.2018010020256043 0.0926248729228973 <_> <_> <_>8 5 13 3 -1. <_>8 6 13 1 3. 0 0.0213452801108360 -0.0263108704239130 0.2914252877235413 <_> <_> <_>1 5 13 3 -1. <_>1 6 13 1 3. 0 -2.4241849314421415e-003 0.1713156998157501 -0.1172301024198532 <_> <_> <_>18 0 3 12 -1. <_>19 0 1 12 3. 0 0.0606775507330894 -4.8347217962145805e-003 0.5657712221145630 <_> <_> <_>1 0 3 12 -1. <_>2 0 1 12 3. 0 3.1573011074215174e-004 -0.1149955019354820 0.1309486031532288 <_> <_> <_>4 2 18 2 -1. <_>4 2 9 2 2. 0 -1.4639530563727021e-003 0.1070842966437340 -0.0821887478232384 <_> <_> <_>6 3 6 6 -1. <_>9 3 3 6 2. 0 -0.0816292762756348 -0.7009016275405884 0.0213186405599117 <_> <_> <_>9 5 12 11 -1. <_>12 5 6 11 2. 0 -2.2923630604054779e-004 0.0524490103125572 -0.0572733990848064 <_> <_> <_>1 5 12 11 -1. <_>4 5 6 11 2. 0 8.6732655763626099e-003 -0.1094440966844559 0.1453080028295517 <_> <_> <_>8 4 8 8 -1. <_>8 4 4 8 2. 0 -9.5603411318734288e-004 0.0547286607325077 -0.0766770094633102 <_> <_> <_>0 8 22 4 -1. <_>0 8 11 2 2. <_>11 10 11 2 2. 0 -0.0568146891891956 -0.7249373793601990 0.0177913308143616 <_> <_> <_>8 6 8 4 -1. <_>8 6 4 4 2. 0 6.4268838614225388e-003 -0.0377686992287636 0.0834547504782677 <_> <_> <_>6 3 8 8 -1. <_>10 3 4 8 2. 0 5.2451258525252342e-003 -0.0758067518472672 0.2154906988143921 <_> <_> <_>3 6 16 4 -1. <_>11 6 8 2 2. <_>3 8 8 2 2. 0 6.7577441222965717e-003 0.0771638676524162 -0.2495719939470291 <_> <_> <_>2 14 16 4 -1. <_>10 14 8 4 2. 0 -5.7494179345667362e-003 0.1424555927515030 -0.1274092048406601 <_> <_> <_>11 13 6 5 -1. <_>11 13 3 5 2. 0 -6.7760650999844074e-003 -0.2331600934267044 0.0399752110242844 <_> <_> <_>5 13 6 5 -1. <_>8 13 3 5 2. 0 3.5247279447503388e-004 -0.1308315992355347 0.1157741025090218 <_> <_> <_>12 2 2 7 -1. <_>12 2 1 7 2. 1 1.4523849822580814e-003 -0.0927244573831558 0.0654869601130486 -0.8364096879959106 14 -1 <_> <_> <_> <_>0 9 21 9 -1. <_>7 12 7 3 9. 0 -0.3116379976272583 0.3806200027465820 -0.1111584007740021 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 -0.3033824861049652 0.5123680830001831 -0.0504597313702106 <_> <_> <_>3 9 16 8 -1. <_>3 9 8 4 2. <_>11 13 8 4 2. 0 -0.0109451701864600 -0.2229202985763550 0.1054809987545013 <_> <_> <_>7 0 14 18 -1. <_>7 0 7 18 2. 0 -0.0280110798776150 0.0706877931952477 -0.0864785090088844 <_> <_> <_>5 8 6 4 -1. <_>5 8 3 4 2. 1 -0.0522561594843864 0.5785626769065857 -8.7944902479648590e-003 <_> <_> <_>3 11 16 4 -1. <_>11 11 8 2 2. <_>3 13 8 2 2. 0 -5.9455442242324352e-003 -0.2564198076725006 0.0945845320820808 <_> <_> <_>6 9 6 8 -1. <_>6 9 3 4 2. <_>9 13 3 4 2. 0 2.5594399776309729e-003 -0.2571848034858704 0.1288242936134338 <_> <_> <_>7 0 14 18 -1. <_>7 0 7 18 2. 0 -0.1209926009178162 -0.1229322031140328 0.0258294306695461 <_> <_> <_>1 0 14 18 -1. <_>8 0 7 18 2. 0 -0.4420821964740753 -0.7454655170440674 0.0425867103040218 <_> <_> <_>13 14 8 3 -1. <_>13 14 4 3 2. 0 -6.6842641681432724e-003 0.1351564973592758 -0.1640930026769638 <_> <_> <_>8 4 6 4 -1. <_>8 6 6 2 2. 0 9.8270708695054054e-003 -0.0803053528070450 0.2985329926013947 <_> <_> <_>6 6 14 4 -1. <_>13 6 7 2 2. <_>6 8 7 2 2. 0 0.0586385987699032 0.0275564193725586 -0.8224250078201294 <_> <_> <_>7 3 11 4 -1. <_>6 4 11 2 2. 1 -3.0546959023922682e-003 -0.1929274946451187 0.1108272969722748 <_> <_> <_>7 0 12 4 -1. <_>13 0 6 2 2. <_>7 2 6 2 2. 0 -7.3340102098882198e-003 -0.2430793941020966 0.0667446032166481 <_> <_> <_>4 0 14 4 -1. <_>4 0 7 2 2. <_>11 2 7 2 2. 0 -0.0105262296274304 -0.3113602101802826 0.0628508478403091 <_> <_> <_>15 8 6 9 -1. <_>17 8 2 9 3. 0 0.1048116013407707 0.0126217203214765 -0.6737608909606934 <_> <_> <_>1 8 6 9 -1. <_>3 8 2 9 3. 0 9.4269379042088985e-004 -0.1707167029380798 0.1028065010905266 <_> <_> <_>12 5 5 9 -1. <_>12 8 5 3 3. 0 8.4397383034229279e-003 -0.0530145689845085 0.0885990783572197 <_> <_> <_>5 5 5 9 -1. <_>5 8 5 3 3. 0 -0.0305516701191664 0.3526489138603210 -0.0691484734416008 <_> <_> <_>17 9 4 6 -1. <_>17 9 2 6 2. 0 -0.0491123795509338 -0.5821937918663025 0.0140432203188539 <_> <_> <_>1 9 4 6 -1. <_>3 9 2 6 2. 0 5.8098030276596546e-003 0.0708724334836006 -0.2536281943321228 <_> <_> <_>4 3 14 3 -1. <_>4 4 14 1 3. 0 0.0255410708487034 -0.0451369397342205 0.4067445099353790 <_> <_> <_>6 0 10 3 -1. <_>5 1 10 1 3. 1 -0.0487112887203693 -0.7024015784263611 0.0243178699165583 <_> <_> <_>10 4 11 14 -1. <_>10 11 11 7 2. 0 -0.3262439072132111 -0.5061904788017273 5.5445302277803421e-003 <_> <_> <_>2 5 6 6 -1. <_>2 7 6 2 3. 0 -1.8120040476787835e-004 0.1313259005546570 -0.1213954985141754 <_> <_> <_>12 2 5 12 -1. <_>12 6 5 4 3. 0 -0.1298076957464218 -0.6820899248123169 0.0164145492017269 <_> <_> <_>5 16 12 2 -1. <_>5 17 12 1 2. 0 8.3528067916631699e-003 0.0300403907895088 -0.5090913772583008 <_> <_> <_>3 4 18 3 -1. <_>3 5 18 1 3. 0 5.4547088220715523e-003 -0.0824020728468895 0.1800798028707504 <_> <_> <_>1 4 11 14 -1. <_>1 11 11 7 2. 0 -0.3169954121112824 -0.8661301136016846 0.0182291399687529 <_> <_> <_>8 12 11 4 -1. <_>8 14 11 2 2. 0 5.8424862800166011e-004 0.0424097292125225 -0.1311808973550797 <_> <_> <_>7 11 8 7 -1. <_>11 11 4 7 2. 0 -9.7046848386526108e-003 -0.2743268907070160 0.0559204295277596 <_> <_> <_>12 2 4 11 -1. <_>12 2 2 11 2. 1 0.0168343205004931 -0.0833064168691635 0.0677927583456039 <_> <_> <_>10 4 11 2 -1. <_>10 4 11 1 2. 1 -0.0306853801012039 0.4212690889835358 -0.0453393310308456 <_> <_> <_>16 0 2 14 -1. <_>16 0 1 14 2. 1 0.0413949191570282 0.0199717506766319 -0.1972219049930573 <_> <_> <_>6 0 14 2 -1. <_>6 0 14 1 2. 1 0.0349101498723030 -0.0538268797099590 0.3504027128219605 <_> <_> <_>19 4 2 12 -1. <_>19 4 1 12 2. 1 -5.2495039999485016e-003 -0.1136389002203941 0.0550805702805519 <_> <_> <_>8 2 6 10 -1. <_>8 7 6 5 2. 0 0.1204561963677406 0.0174515992403030 -0.9395803213119507 <_> <_> <_>19 4 2 12 -1. <_>19 4 1 12 2. 1 0.0421304218471050 -0.0143432803452015 0.6005985140800476 <_> <_> <_>11 3 6 8 -1. <_>11 3 6 4 2. 1 0.0191208496689796 0.0858645066618919 -0.1858649998903275 <_> <_> <_>11 2 10 6 -1. <_>11 2 5 6 2. 1 8.4470612928271294e-003 -0.0694521814584732 0.0734614208340645 <_> <_> <_>3 5 13 2 -1. <_>3 6 13 1 2. 0 1.7696130089461803e-003 -0.0799966603517532 0.1947980970144272 <_> <_> <_>5 4 12 6 -1. <_>5 6 12 2 3. 0 0.0579959489405155 0.0276330001652241 -0.5409700870513916 <_> <_> <_>6 9 9 9 -1. <_>9 9 3 9 3. 0 -0.0798840224742889 -0.5430768132209778 0.0232198294252157 <_> <_> <_>19 1 3 12 -1. <_>20 2 1 12 3. 1 0.0665762424468994 6.8416809663176537e-003 -0.8122456073760986 <_> <_> <_>2 13 9 5 -1. <_>5 13 3 5 3. 0 0.0641699433326721 -0.0248466897755861 0.6079813241958618 <_> <_> <_>11 2 10 6 -1. <_>11 2 5 6 2. 1 -0.2940478026866913 -1. 4.6440181322395802e-003 <_> <_> <_>11 2 6 10 -1. <_>11 2 6 5 2. 1 -9.5727723091840744e-003 -0.1415735930204392 0.1012165024876595 <_> <_> <_>1 6 21 3 -1. <_>8 6 7 3 3. 0 -0.0235744491219521 0.1171545013785362 -0.1318469047546387 <_> <_> <_>5 5 3 8 -1. <_>5 9 3 4 2. 0 -5.1256217993795872e-003 -0.1762325018644333 0.1017735973000526 <_> <_> <_>10 5 7 6 -1. <_>10 7 7 2 3. 0 0.0976630598306656 4.4896239414811134e-003 -0.8041555285453796 <_> <_> <_>10 0 7 6 -1. <_>8 2 7 2 3. 1 0.0320886895060539 -0.0580484308302403 0.3019489049911499 <_> <_> <_>13 5 6 6 -1. <_>13 7 6 2 3. 0 -0.0865172073245049 -0.7552989125251770 2.8089359402656555e-003 <_> <_> <_>5 5 7 6 -1. <_>5 7 7 2 3. 0 -0.0285409707576036 -0.3508501946926117 0.0440815910696983 <_> <_> <_>9 1 6 8 -1. <_>12 1 3 4 2. <_>9 5 3 4 2. 0 -5.3844689391553402e-003 0.0923489034175873 -0.0700338482856750 <_> <_> <_>7 1 6 8 -1. <_>7 1 3 4 2. <_>10 5 3 4 2. 0 -0.0222804397344589 0.2494941949844360 -0.0706586763262749 <_> <_> <_>7 0 9 4 -1. <_>10 0 3 4 3. 0 5.1025422289967537e-003 0.0608996897935867 -0.1547394990921021 <_> <_> <_>1 9 14 3 -1. <_>1 10 14 1 3. 0 3.7133800797164440e-003 -0.0871243029832840 0.1719526052474976 <_> <_> <_>5 9 15 3 -1. <_>5 10 15 1 3. 0 -4.0405280888080597e-003 0.1505451947450638 -0.0996850505471230 <_> <_> <_>3 1 12 3 -1. <_>2 2 12 1 3. 1 0.0489449016749859 0.0206377804279327 -0.7111399769783020 <_> <_> <_>5 12 12 6 -1. <_>11 12 6 3 2. <_>5 15 6 3 2. 0 -4.0832208469510078e-003 -0.1610490977764130 0.0886750072240829 <_> <_> <_>5 12 12 4 -1. <_>5 12 6 2 2. <_>11 14 6 2 2. 0 -2.2145630791783333e-003 -0.2190154045820236 0.1004524007439613 <_> <_> <_>15 4 3 9 -1. <_>16 5 1 9 3. 1 -0.0642574504017830 -0.5769470930099487 0.0102538801729679 <_> <_> <_>7 4 9 3 -1. <_>6 5 9 1 3. 1 0.0118954200297594 -0.0705605968832970 0.2614729106426239 <_> <_> <_>13 3 7 4 -1. <_>13 5 7 2 2. 0 -0.0449882596731186 -0.6844028234481812 9.9674779921770096e-003 <_> <_> <_>4 0 9 5 -1. <_>7 0 3 5 3. 0 6.3484339043498039e-003 0.0847386568784714 -0.1629998981952667 <_> <_> <_>10 6 6 6 -1. <_>12 6 2 6 3. 0 -0.0565874390304089 0.4896005094051361 -0.0196411404758692 <_> <_> <_>0 6 12 4 -1. <_>0 6 6 2 2. <_>6 8 6 2 2. 0 0.0358534008264542 0.0196954403072596 -0.6810833811759949 <_> <_> <_>10 11 9 6 -1. <_>13 11 3 6 3. 0 -4.5450981706380844e-003 0.0690726563334465 -0.0912766382098198 <_> <_> <_>2 6 16 8 -1. <_>2 10 16 4 2. 0 0.1060857027769089 -0.0499939918518066 0.3213947117328644 <_> <_> <_>17 0 2 10 -1. <_>17 0 1 10 2. 1 -0.0459244102239609 -0.8274418115615845 0.0121494196355343 <_> <_> <_>5 0 10 2 -1. <_>5 0 10 1 2. 1 -0.0122732399031520 -0.3066928982734680 0.0516933985054493 <_> <_> <_>9 11 13 3 -1. <_>9 12 13 1 3. 0 0.0806673914194107 2.1730009466409683e-003 -1.0002529621124268 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 -0.0230448599904776 0.4508534967899323 -0.0362739786505699 <_> <_> <_>18 6 4 12 -1. <_>18 9 4 6 2. 0 0.0187029093503952 0.0469454601407051 -0.2179626971483231 <_> <_> <_>6 4 9 7 -1. <_>9 4 3 7 3. 0 -0.0968200266361237 0.4039891064167023 -0.0378190912306309 <_> <_> <_>11 9 6 7 -1. <_>13 9 2 7 3. 0 0.0605257898569107 0.0157271604984999 -0.4566167891025543 <_> <_> <_>5 9 6 7 -1. <_>7 9 2 7 3. 0 0.0104185696691275 0.0627266466617584 -0.2444117963314056 <_> <_> <_>1 13 20 5 -1. <_>6 13 10 5 2. 0 0.0107262097299099 -0.0719688534736633 0.2209997028112412 <_> <_> <_>7 9 8 6 -1. <_>9 9 4 6 2. 0 -2.7160700410604477e-003 0.1288274973630905 -0.1462963074445725 <_> <_> <_>5 5 12 4 -1. <_>8 5 6 4 2. 0 8.5867568850517273e-003 -0.0686456635594368 0.2584058940410614 -0.7232239842414856 15 -1 <_> <_> <_> <_>1 11 20 6 -1. <_>6 11 10 6 2. 0 -0.0258516706526279 0.1801179945468903 -0.2474593073129654 <_> <_> <_>1 8 20 7 -1. <_>6 8 10 7 2. 0 0.1405462026596069 -0.0513192899525166 0.4076690971851349 <_> <_> <_>2 9 18 6 -1. <_>8 11 6 2 9. 0 -0.2725507915019989 0.4994125962257385 -0.0450339317321777 <_> <_> <_>8 13 9 4 -1. <_>8 15 9 2 2. 0 1.3978329952806234e-003 0.0536005087196827 -0.2179338932037354 <_> <_> <_>1 12 9 6 -1. <_>1 15 9 3 2. 0 -0.0350598804652691 -0.2994329035282135 0.0899913236498833 <_> <_> <_>9 2 8 6 -1. <_>13 2 4 3 2. <_>9 5 4 3 2. 0 -3.2894399482756853e-003 0.1026419997215271 -0.0947112515568733 <_> <_> <_>0 5 22 5 -1. <_>11 5 11 5 2. 0 0.1824229061603546 0.0256266705691814 -0.6876572966575623 <_> <_> <_>2 0 18 18 -1. <_>2 9 18 9 2. 0 -0.0787410810589790 0.1081041991710663 -0.1449752002954483 <_> <_> <_>6 7 3 8 -1. <_>6 11 3 4 2. 0 0.0139451297000051 -0.0713719129562378 0.3131574988365173 <_> <_> <_>11 12 8 6 -1. <_>13 12 4 6 2. 0 0.0446802787482738 -0.0304461494088173 0.3926362991333008 <_> <_> <_>3 8 6 8 -1. <_>3 8 3 4 2. <_>6 12 3 4 2. 0 -2.6441770605742931e-003 0.1159669980406761 -0.1780045032501221 <_> <_> <_>11 6 7 4 -1. <_>11 8 7 2 2. 0 -5.1071979105472565e-003 -0.1173994019627571 0.0678234472870827 <_> <_> <_>9 2 4 6 -1. <_>11 2 2 6 2. 0 -0.0325821787118912 -0.5912901759147644 0.0333520211279392 <_> <_> <_>3 14 16 4 -1. <_>11 14 8 2 2. <_>3 16 8 2 2. 0 -0.0277558397501707 -0.7064936161041260 0.0167614892125130 <_> <_> <_>5 14 6 4 -1. <_>5 16 6 2 2. 0 -6.0038521041860804e-005 0.0738326683640480 -0.2293335944414139 <_> <_> <_>9 5 4 6 -1. <_>9 5 2 6 2. 0 0.0305061805993319 -0.0380560606718063 0.4411535859107971 <_> <_> <_>5 12 12 6 -1. <_>8 12 6 6 2. 0 -6.2056961469352245e-003 -0.1775723993778229 0.0937074720859528 <_> <_> <_>7 14 8 4 -1. <_>7 16 8 2 2. 0 -8.0766230821609497e-003 -0.2025669962167740 0.0740596428513527 <_> <_> <_>1 3 18 3 -1. <_>1 4 18 1 3. 0 -0.0332099087536335 0.4637222886085510 -0.0349030084908009 <_> <_> <_>8 3 14 3 -1. <_>8 4 14 1 3. 0 0.0355306081473827 -0.0316795185208321 0.4520249962806702 <_> <_> <_>1 0 14 4 -1. <_>1 0 7 2 2. <_>8 2 7 2 2. 0 0.0162976402789354 0.0441890396177769 -0.3484537005424500 <_> <_> <_>10 10 12 3 -1. <_>10 11 12 1 3. 0 9.9985357373952866e-003 -0.0482553206384182 0.1607805043458939 <_> <_> <_>1 10 12 3 -1. <_>1 11 12 1 3. 0 -5.2390778437256813e-003 0.2323659956455231 -0.0760327428579330 <_> <_> <_>10 7 8 3 -1. <_>10 7 4 3 2. 0 -3.2508899457752705e-003 0.0543693900108337 -0.0910402536392212 <_> <_> <_>11 0 6 6 -1. <_>9 2 6 2 3. 1 0.0556407906115055 -0.0388111285865307 0.4203402101993561 <_> <_> <_>17 0 2 10 -1. <_>17 0 1 10 2. 1 0.0339989811182022 0.0222513303160667 -0.3561536073684692 <_> <_> <_>4 7 8 3 -1. <_>8 7 4 3 2. 0 -4.3103890493512154e-003 0.1128742992877960 -0.1763073056936264 <_> <_> <_>13 0 8 6 -1. <_>13 2 8 2 3. 0 -7.9246461391448975e-003 -0.1099233999848366 0.0350996293127537 <_> <_> <_>1 0 8 6 -1. <_>1 2 8 2 3. 0 0.0442733801901340 0.0280945692211390 -0.6092141866683960 <_> <_> <_>17 0 2 10 -1. <_>17 0 1 10 2. 1 0.0599073283374310 9.7544339951127768e-004 -0.9052320718765259 <_> <_> <_>5 0 10 2 -1. <_>5 0 10 1 2. 1 0.0333788692951202 0.0177232790738344 -0.8525460958480835 <_> <_> <_>10 6 6 4 -1. <_>10 6 3 4 2. 0 0.0146941700950265 -0.0490315109491348 0.2799833118915558 <_> <_> <_>0 4 14 3 -1. <_>0 5 14 1 3. 0 -5.3877499885857105e-003 0.1821904927492142 -0.0823825225234032 <_> <_> <_>3 3 16 10 -1. <_>11 3 8 5 2. <_>3 8 8 5 2. 0 -0.0179768893867731 -0.1938468962907791 0.0849847570061684 <_> <_> <_>1 5 12 3 -1. <_>1 6 12 1 3. 0 -4.4651641510426998e-003 0.1763291060924530 -0.0950757712125778 <_> <_> <_>9 6 13 4 -1. <_>9 8 13 2 2. 0 0.0693722963333130 3.1770321074873209e-003 -0.6755440235137940 <_> <_> <_>7 5 8 6 -1. <_>7 5 4 3 2. <_>11 8 4 3 2. 0 -0.0170022696256638 -0.3382794857025147 0.0447317287325859 <_> <_> <_>13 3 4 11 -1. <_>14 4 2 11 2. 1 0.0172742400318384 -0.0247697103768587 0.1185202971100807 <_> <_> <_>9 2 11 2 -1. <_>9 2 11 1 2. 1 0.0403887294232845 -0.0329676792025566 0.4732314050197601 <_> <_> <_>5 13 12 4 -1. <_>5 14 12 2 2. 0 0.0142154004424810 0.0298468600958586 -0.4415706098079681 <_> <_> <_>0 9 16 4 -1. <_>0 9 8 2 2. <_>8 11 8 2 2. 0 0.0416277199983597 -0.0459539182484150 0.3297838866710663 <_> <_> <_>7 10 9 7 -1. <_>10 10 3 7 3. 0 -1.7416840419173241e-003 0.0872863084077835 -0.0888622030615807 <_> <_> <_>10 7 5 6 -1. <_>10 7 5 3 2. 1 -9.8077040165662766e-003 -0.2102667987346649 0.0774018764495850 <_> <_> <_>11 5 10 3 -1. <_>11 5 5 3 2. 1 0.0218366496264935 0.0432117693126202 -0.1533042043447495 <_> <_> <_>2 13 12 5 -1. <_>5 13 6 5 2. 0 -0.0707430988550186 0.3301903903484345 -0.0527479499578476 <_> <_> <_>17 9 4 7 -1. <_>17 9 2 7 2. 0 -0.0111810201779008 -0.1149393990635872 0.0278584603220224 <_> <_> <_>0 6 12 3 -1. <_>0 7 12 1 3. 0 -0.0146235600113869 0.3232707083225250 -0.0441660583019257 <_> <_> <_>18 6 2 10 -1. <_>18 6 1 10 2. 1 -9.6702557057142258e-003 -0.1815731972455978 0.0361545309424400 <_> <_> <_>1 14 8 3 -1. <_>5 14 4 3 2. 0 8.3439601585268974e-003 -0.0524739101529121 0.2744483947753906 <_> <_> <_>6 11 12 3 -1. <_>10 11 4 3 3. 0 0.0229705590754747 0.0349300503730774 -0.1577367037534714 <_> <_> <_>0 14 8 3 -1. <_>4 14 4 3 2. 0 -8.2734245806932449e-003 0.1161279007792473 -0.1196577027440071 <_> <_> <_>5 11 16 3 -1. <_>9 11 8 3 2. 0 8.7074404582381248e-003 -0.0408297888934612 0.1048133000731468 <_> <_> <_>1 9 4 7 -1. <_>3 9 2 7 2. 0 -0.0188258197158575 -0.3879455029964447 0.0473507009446621 <_> <_> <_>6 12 10 6 -1. <_>6 14 10 2 3. 0 -7.2092940099537373e-003 -0.1988696008920670 0.0759528502821922 <_> <_> <_>0 16 12 2 -1. <_>0 17 12 1 2. 0 1.6543369565624744e-004 -0.1067482978105545 0.1551059931516647 <_> <_> <_>12 5 4 12 -1. <_>14 5 2 6 2. <_>12 11 2 6 2. 0 8.9294537901878357e-003 -0.0670596435666084 0.0902067869901657 <_> <_> <_>6 11 6 6 -1. <_>8 11 2 6 3. 0 3.1991640571504831e-003 0.0744457468390465 -0.1968283951282501 <_> <_> <_>4 16 15 2 -1. <_>4 17 15 1 2. 0 -1.1280879698460922e-004 0.0797033905982971 -0.1366118937730789 <_> <_> <_>5 0 12 9 -1. <_>9 3 4 3 9. 0 -0.0696137994527817 -0.2101052999496460 0.0657716169953346 <_> <_> <_>8 0 6 9 -1. <_>8 3 6 3 3. 0 -0.0260666795074940 0.2869651019573212 -0.0574957914650440 <_> <_> <_>1 0 3 13 -1. <_>2 0 1 13 3. 0 0.0120507404208183 -0.0468205101788044 0.2799476981163025 <_> <_> <_>10 1 6 4 -1. <_>10 1 3 4 2. 0 -0.0396258495748043 -0.3705450892448425 0.0114761395379901 <_> <_> <_>8 1 6 9 -1. <_>10 1 2 9 3. 0 -2.7379901148378849e-003 0.0943711325526237 -0.1620323061943054 <_> <_> <_>8 3 6 6 -1. <_>10 3 2 6 3. 0 -0.0652625635266304 -0.6780838966369629 0.0194304697215557 <_> <_> <_>3 5 11 2 -1. <_>3 5 11 1 2. 1 0.0231916196644306 0.0261343102902174 -0.4666424989700317 <_> <_> <_>9 5 6 6 -1. <_>11 5 2 6 3. 0 0.0477419309318066 -0.0252911895513535 0.2909249067306519 <_> <_> <_>6 4 6 10 -1. <_>6 9 6 5 2. 0 -0.1283002048730850 -0.8718711733818054 0.0138835404068232 <_> <_> <_>11 2 3 12 -1. <_>12 2 1 12 3. 0 -0.0426892600953579 -0.6764482259750366 6.8771280348300934e-003 <_> <_> <_>8 2 3 12 -1. <_>9 2 1 12 3. 0 6.2811248935759068e-003 -0.0648037493228912 0.2099442034959793 <_> <_> <_>18 9 4 9 -1. <_>18 9 2 9 2. 0 0.0275320801883936 0.0153665402904153 -0.2145736962556839 <_> <_> <_>1 5 6 6 -1. <_>1 8 6 3 2. 0 -3.4494648571126163e-004 0.1182949990034103 -0.1064111962914467 <_> <_> <_>10 6 6 6 -1. <_>12 6 2 6 3. 0 -0.0321870110929012 0.2067631930112839 -0.0278047490864992 <_> <_> <_>10 2 2 12 -1. <_>11 2 1 12 2. 0 -2.4451729841530323e-003 -0.1897021979093552 0.0766128376126289 <_> <_> <_>11 0 5 6 -1. <_>11 3 5 3 2. 0 0.0396311208605766 0.0114572802558541 -0.4411228001117706 <_> <_> <_>6 0 5 6 -1. <_>6 3 5 3 2. 0 -9.0082110837101936e-003 -0.2032909989356995 0.0719978883862495 <_> <_> <_>13 9 5 8 -1. <_>13 13 5 4 2. 0 -0.0605949088931084 0.2583183050155640 -0.0322740003466606 <_> <_> <_>0 9 20 2 -1. <_>10 9 10 2 2. 0 0.0336786396801472 0.0365656390786171 -0.3323315083980560 <_> <_> <_>14 7 3 10 -1. <_>14 12 3 5 2. 0 0.0145654100924730 -0.0492692105472088 0.1828067004680634 <_> <_> <_>11 5 11 2 -1. <_>11 5 11 1 2. 1 4.0103439241647720e-003 -0.1243560016155243 0.1124764010310173 <_> <_> <_>14 7 3 10 -1. <_>14 12 3 5 2. 0 1.7989509506151080e-003 -0.0546759888529778 0.1070184037089348 <_> <_> <_>5 13 12 2 -1. <_>5 14 12 1 2. 0 -1.6359580331481993e-004 0.0817552283406258 -0.1623550057411194 <_> <_> <_>11 8 4 9 -1. <_>11 11 4 3 3. 0 -0.0319938994944096 0.1863123029470444 -0.0173506308346987 <_> <_> <_>1 8 12 6 -1. <_>1 10 12 2 3. 0 -0.0817376673221588 -0.7596148252487183 0.0144199002534151 <_> <_> <_>16 8 3 8 -1. <_>16 12 3 4 2. 0 -0.0882625505328178 -1. 5.3146481513977051e-004 <_> <_> <_>3 8 3 8 -1. <_>3 12 3 4 2. 0 -0.0579979009926319 -0.8939151167869568 0.0124950995668769 <_> <_> <_>11 8 4 9 -1. <_>11 11 4 3 3. 0 0.0206914097070694 -0.0371675081551075 0.0972085520625114 <_> <_> <_>7 8 4 9 -1. <_>7 11 4 3 3. 0 -6.0336058959364891e-003 0.1754779070615768 -0.0869168564677238 <_> <_> <_>7 3 15 12 -1. <_>12 7 5 4 9. 0 0.1578976064920425 0.0306049603968859 -0.2219929993152618 <_> <_> <_>4 10 14 4 -1. <_>4 10 7 2 2. <_>11 12 7 2 2. 0 3.3271119464188814e-003 0.1120152026414871 -0.1638471037149429 <_> <_> <_>9 10 10 6 -1. <_>14 10 5 3 2. <_>9 13 5 3 2. 0 0.1138323992490768 1.8078039865940809e-003 -0.9998143911361694 <_> <_> <_>3 10 10 6 -1. <_>3 10 5 3 2. <_>8 13 5 3 2. 0 0.0391889698803425 -0.0394944287836552 0.3413948118686676 <_> <_> <_>16 7 6 6 -1. <_>18 7 2 6 3. 0 -4.7382968477904797e-003 -0.0816014036536217 0.0354984514415264 <_> <_> <_>3 5 14 2 -1. <_>10 5 7 2 2. 0 0.0234581604599953 -0.0407674796879292 0.3479276895523071 <_> <_> <_>18 2 4 12 -1. <_>20 2 2 6 2. <_>18 8 2 6 2. 0 0.0165052209049463 0.0201702807098627 -0.1553200930356979 <_> <_> <_>3 14 12 4 -1. <_>3 15 12 2 2. 0 0.0202629491686821 0.0212923791259527 -0.6261150240898132 <_> <_> <_>7 6 9 6 -1. <_>7 9 9 3 2. 0 -9.1393236070871353e-003 -0.1363748013973236 0.0638918429613113 <_> <_> <_>1 14 6 4 -1. <_>4 14 3 4 2. 0 -0.0562079809606075 0.4067111909389496 -0.0332582183182240 <_> <_> <_>12 5 5 12 -1. <_>12 8 5 6 2. 0 6.6868839785456657e-003 0.0641743093729019 -0.0939662382006645 <_> <_> <_>5 0 3 17 -1. <_>6 0 1 17 3. 0 5.8862278237938881e-003 -0.0657899603247643 0.2018133997917175 <_> <_> <_>16 7 6 6 -1. <_>18 7 2 6 3. 0 -0.1151738017797470 -1. 2.5347759947180748e-003 <_> <_> <_>0 7 6 6 -1. <_>2 7 2 6 3. 0 5.5793710052967072e-003 0.0706422030925751 -0.1963742971420288 <_> <_> <_>14 0 3 18 -1. <_>15 0 1 18 3. 0 0.0321800000965595 -0.0147377196699381 0.2242016047239304 <_> <_> <_>0 5 5 10 -1. <_>0 10 5 5 2. 0 -9.1598782455548644e-004 0.1147874966263771 -0.1176707968115807 -0.7688630819320679 16 -1 <_> <_> <_> <_>5 12 12 4 -1. <_>5 13 12 2 2. 0 9.1346232220530510e-003 0.0886986628174782 -0.3859564960002899 <_> <_> <_>7 9 8 6 -1. <_>7 11 8 2 3. 0 -2.4696369655430317e-003 0.1677206009626389 -0.1464917063713074 <_> <_> <_>2 10 15 4 -1. <_>2 12 15 2 2. 0 0.0589350201189518 -0.0133940000087023 0.6183267235755920 <_> <_> <_>5 15 12 3 -1. <_>5 15 6 3 2. 0 -8.9100059121847153e-003 -0.2695023119449616 0.0729398131370544 <_> <_> <_>7 4 3 14 -1. <_>8 4 1 14 3. 0 0.0177438799291849 -0.0502171888947487 0.4316602051258087 <_> <_> <_>7 15 8 3 -1. <_>7 15 4 3 2. 0 0.0110566504299641 0.0391558595001698 -0.5286077260971069 <_> <_> <_>1 2 8 6 -1. <_>1 2 4 3 2. <_>5 5 4 3 2. 0 0.0161613207310438 0.0695810392498970 -0.3761014044284821 <_> <_> <_>14 9 6 8 -1. <_>17 9 3 4 2. <_>14 13 3 4 2. 0 -0.0278790891170502 0.2322065979242325 -0.0559795796871185 <_> <_> <_>0 0 6 8 -1. <_>0 0 3 4 2. <_>3 4 3 4 2. 0 -0.0115568395704031 -0.3123108148574829 0.0743399634957314 <_> <_> <_>14 9 6 8 -1. <_>17 9 3 4 2. <_>14 13 3 4 2. 0 -0.0696514770388603 -0.4190568923950195 6.9694789126515388e-003 <_> <_> <_>2 9 6 8 -1. <_>2 9 3 4 2. <_>5 13 3 4 2. 0 -5.0344727933406830e-003 0.1318362057209015 -0.1970203071832657 <_> <_> <_>14 10 6 8 -1. <_>17 10 3 4 2. <_>14 14 3 4 2. 0 -0.0860981196165085 0.6572775244712830 -9.5664570108056068e-003 <_> <_> <_>2 10 6 8 -1. <_>2 10 3 4 2. <_>5 14 3 4 2. 0 0.0255463197827339 -0.0401363410055637 0.5484703779220581 <_> <_> <_>13 1 6 8 -1. <_>16 1 3 4 2. <_>13 5 3 4 2. 0 -0.0268708802759647 -0.2530665099620819 0.0441817194223404 <_> <_> <_>3 3 12 3 -1. <_>3 4 12 1 3. 0 9.5859682187438011e-003 -0.0818824619054794 0.2689467072486877 <_> <_> <_>13 1 6 8 -1. <_>16 1 3 4 2. <_>13 5 3 4 2. 0 0.0266838092356920 0.0265933498740196 -0.4412704110145569 <_> <_> <_>3 1 6 8 -1. <_>3 1 3 4 2. <_>6 5 3 4 2. 0 -0.0144908400252461 -0.3569746911525726 0.0700729414820671 <_> <_> <_>3 3 16 3 -1. <_>3 4 16 1 3. 0 -2.2448399104177952e-003 0.2008823007345200 -0.1222817003726959 <_> <_> <_>7 13 6 4 -1. <_>7 15 6 2 2. 0 4.8795710317790508e-003 0.0458209812641144 -0.3949818909168243 <_> <_> <_>10 14 6 4 -1. <_>10 16 6 2 2. 0 -6.1262990348041058e-003 -0.1882608979940414 0.0788120776414871 <_> <_> <_>2 10 15 3 -1. <_>2 11 15 1 3. 0 0.0169529691338539 -0.0616842210292816 0.3360370099544525 <_> <_> <_>8 12 8 6 -1. <_>10 12 4 6 2. 0 -4.5547191984951496e-003 -0.1947139054536820 0.0531471893191338 <_> <_> <_>2 4 13 4 -1. <_>2 5 13 2 2. 0 -1.2753040064126253e-003 0.1480087935924530 -0.1424434930086136 <_> <_> <_>9 9 12 3 -1. <_>9 10 12 1 3. 0 0.0220602806657553 -0.0354067385196686 0.3377530872821808 <_> <_> <_>3 13 16 4 -1. <_>3 13 8 2 2. <_>11 15 8 2 2. 0 0.0210503898561001 0.0422891303896904 -0.4588645100593567 <_> <_> <_>8 12 8 6 -1. <_>10 12 4 6 2. 0 0.0956372097134590 -0.0131716495379806 0.5553498268127441 <_> <_> <_>6 12 8 6 -1. <_>8 12 4 6 2. 0 -3.6728319246321917e-003 -0.1884289979934692 0.0954581424593925 <_> <_> <_>9 4 13 2 -1. <_>9 5 13 1 2. 0 1.6345079347956926e-004 -0.0604448094964027 0.1053673028945923 <_> <_> <_>7 3 8 12 -1. <_>7 9 8 6 2. 0 0.2533828914165497 0.0160262603312731 -0.9999446868896484 <_> <_> <_>3 6 17 3 -1. <_>3 7 17 1 3. 0 -0.0461133308708668 0.5424798727035523 -0.0278902091085911 <_> <_> <_>3 0 14 4 -1. <_>3 0 7 2 2. <_>10 2 7 2 2. 0 5.2588270045816898e-003 0.0798673033714294 -0.2070070952177048 <_> <_> <_>11 4 6 5 -1. <_>11 4 3 5 2. 1 -0.1344957053661346 -0.4127010107040405 8.1500215455889702e-003 <_> <_> <_>11 4 5 6 -1. <_>11 4 5 3 2. 1 1.6953679732978344e-003 0.1103534996509552 -0.1680212020874023 <_> <_> <_>10 5 4 6 -1. <_>10 5 2 6 2. 0 0.0394921414554119 -0.0134100103750825 0.3844763934612274 <_> <_> <_>4 12 12 3 -1. <_>8 12 4 3 3. 0 -9.3634781660512090e-004 0.1098681986331940 -0.1731048971414566 <_> <_> <_>8 6 8 7 -1. <_>8 6 4 7 2. 0 -0.0444957092404366 0.1947119981050491 -0.0407688990235329 <_> <_> <_>5 0 8 12 -1. <_>5 0 4 6 2. <_>9 6 4 6 2. 0 0.0606301091611385 -0.0422523692250252 0.5141298770904541 <_> <_> <_>7 0 12 4 -1. <_>13 0 6 2 2. <_>7 2 6 2 2. 0 7.5067640282213688e-003 0.0420869700610638 -0.1608040034770966 <_> <_> <_>1 4 6 5 -1. <_>4 4 3 5 2. 0 9.9260415881872177e-003 0.0641195327043533 -0.2621530890464783 <_> <_> <_>15 0 7 4 -1. <_>15 0 7 2 2. 1 0.0605285204946995 0.0241899695247412 -0.3660838901996613 <_> <_> <_>5 2 8 6 -1. <_>5 2 4 3 2. <_>9 5 4 3 2. 0 -6.8054231815040112e-003 0.1250838935375214 -0.1388971060514450 <_> <_> <_>4 2 15 3 -1. <_>4 3 15 1 3. 0 -2.0940289832651615e-003 0.1399659961462021 -0.0827063992619514 <_> <_> <_>4 1 14 3 -1. <_>4 2 14 1 3. 0 -9.6904346719384193e-003 0.2668136060237885 -0.0715769901871681 <_> <_> <_>15 5 4 6 -1. <_>15 8 4 3 2. 0 0.0183203499764204 0.0313219800591469 -0.2346061021089554 <_> <_> <_>0 1 17 2 -1. <_>0 2 17 1 2. 0 5.0429959082975984e-004 -0.1166971996426582 0.1651464998722076 <_> <_> <_>15 5 4 6 -1. <_>15 8 4 3 2. 0 -4.7016288153827190e-003 -0.1200615018606186 0.0592004284262657 <_> <_> <_>3 5 4 6 -1. <_>3 8 4 3 2. 0 -0.0199268702417612 -0.3948509991168976 0.0411430187523365 <_> <_> <_>3 0 18 3 -1. <_>3 1 18 1 3. 0 7.4013080447912216e-003 -0.0763312578201294 0.2106536030769348 <_> <_> <_>7 1 6 4 -1. <_>10 1 3 4 2. 0 0.0148796299472451 0.0479790717363358 -0.3401476144790649 <_> <_> <_>0 11 22 7 -1. <_>0 11 11 7 2. 0 0.1552755981683731 0.0322258807718754 -0.4693807959556580 <_> <_> <_>3 5 4 12 -1. <_>3 5 2 6 2. <_>5 11 2 6 2. 0 -7.0786331780254841e-003 0.1219948008656502 -0.1200494021177292 <_> <_> <_>14 7 3 10 -1. <_>14 12 3 5 2. 0 0.0298721697181463 -0.0436775088310242 0.2352982014417648 <_> <_> <_>4 11 14 4 -1. <_>4 11 7 2 2. <_>11 13 7 2 2. 0 0.0305551700294018 0.0317758806049824 -0.5782545208930969 <_> <_> <_>7 11 8 6 -1. <_>11 11 4 3 2. <_>7 14 4 3 2. 0 0.0102845700457692 0.0472028106451035 -0.2956649959087372 <_> <_> <_>3 5 3 13 -1. <_>4 5 1 13 3. 0 0.0198087096214294 -0.0457759387791157 0.3323101997375488 <_> <_> <_>17 1 4 12 -1. <_>19 1 2 6 2. <_>17 7 2 6 2. 0 0.0272188801318407 0.0255772192031145 -0.3318088054656982 <_> <_> <_>1 1 4 12 -1. <_>1 1 2 6 2. <_>3 7 2 6 2. 0 0.0140976803377271 0.0521574206650257 -0.2935838103294373 <_> <_> <_>7 0 13 16 -1. <_>7 4 13 8 2. 0 0.2428656965494156 0.0146924601867795 -0.6985487937927246 <_> <_> <_>1 4 13 2 -1. <_>1 5 13 1 2. 0 0.0124195702373981 -0.0471058785915375 0.3669505119323731 <_> <_> <_>9 14 6 4 -1. <_>9 16 6 2 2. 0 1.3503880472853780e-003 0.0537913590669632 -0.2095365971326828 <_> <_> <_>2 4 17 3 -1. <_>2 5 17 1 3. 0 -0.0156262908130884 0.2788845896720886 -0.0600537508726120 <_> <_> <_>14 0 3 10 -1. <_>15 1 1 10 3. 1 0.0158501397818327 -0.0303249098360538 0.1028752028942108 <_> <_> <_>7 0 8 3 -1. <_>6 1 8 1 3. 1 -0.0408689193427563 -0.8040220737457275 0.0176014993339777 <_> <_> <_>14 0 3 10 -1. <_>15 1 1 10 3. 1 0.0641086399555206 2.5845379568636417e-003 -0.5385494232177734 <_> <_> <_>8 0 10 3 -1. <_>7 1 10 1 3. 1 0.0499271005392075 0.0218633003532887 -0.6178072094917297 <_> <_> <_>11 1 2 7 -1. <_>11 1 1 7 2. 1 0.0146554196253419 0.0196633692830801 -0.2042617052793503 <_> <_> <_>8 0 3 14 -1. <_>9 0 1 14 3. 0 -0.0240948107093573 0.3760913014411926 -0.0409541018307209 <_> <_> <_>11 1 2 7 -1. <_>11 1 1 7 2. 1 0.0294177699834108 -8.6903842166066170e-003 0.4044741988182068 <_> <_> <_>11 1 7 2 -1. <_>11 1 7 1 2. 1 -0.0141586400568485 0.3781171143054962 -0.0403216406702995 <_> <_> <_>7 9 9 8 -1. <_>10 9 3 8 3. 0 -0.0467549897730350 0.2210430949926376 -0.0289961099624634 <_> <_> <_>1 7 4 8 -1. <_>3 7 2 8 2. 0 -0.0114379497244954 -0.2503308951854706 0.0582142882049084 <_> <_> <_>17 11 4 6 -1. <_>17 11 2 6 2. 0 -0.0425987802445889 0.3756220042705536 -0.0163490902632475 <_> <_> <_>8 12 6 6 -1. <_>10 12 2 6 3. 0 -0.0152011597529054 -0.3563781976699829 0.0386903695762157 <_> <_> <_>11 0 3 6 -1. <_>12 1 1 6 3. 1 0.0433788485825062 3.3045639283955097e-003 -0.4672946929931641 <_> <_> <_>11 0 6 3 -1. <_>10 1 6 1 3. 1 5.5153011344373226e-003 -0.0835836082696915 0.1879317015409470 <_> <_> <_>9 14 9 4 -1. <_>12 14 3 4 3. 0 -7.8126927837729454e-003 -0.1658685952425003 0.0438011288642883 <_> <_> <_>8 2 6 4 -1. <_>8 2 6 2 2. 1 0.0416526012122631 -0.0318045206367970 0.4351752102375031 <_> <_> <_>10 10 4 6 -1. <_>10 10 2 6 2. 0 3.4417589195072651e-003 0.0422822795808315 -0.1308895945549011 <_> <_> <_>1 8 18 2 -1. <_>1 9 18 1 2. 0 1.3004569336771965e-004 -0.1126001030206680 0.1396459937095642 <_> <_> <_>8 8 14 3 -1. <_>8 9 14 1 3. 0 -0.0773477330803871 0.7075064778327942 -5.4134069941937923e-003 <_> <_> <_>3 15 14 3 -1. <_>10 15 7 3 2. 0 -1.6143550164997578e-003 0.1192042008042336 -0.1188426986336708 <_> <_> <_>8 8 14 3 -1. <_>8 9 14 1 3. 0 -9.8279246594756842e-004 0.0631562769412994 -0.0527811013162136 <_> <_> <_>4 14 9 4 -1. <_>7 14 3 4 3. 0 -0.0456674695014954 -0.3450087010860443 0.0446007288992405 -0.7757309079170227 17 -1 <_> <_> <_> <_>10 6 4 8 -1. <_>10 6 2 8 2. 1 0.0733159780502319 -0.1141010969877243 0.4003581106662750 <_> <_> <_>2 11 18 3 -1. <_>8 11 6 3 3. 0 0.0252756699919701 -0.0720138773322105 0.3609578013420105 <_> <_> <_>10 0 12 4 -1. <_>10 0 12 2 2. 1 0.0188738591969013 -0.1723437011241913 0.1822322010993958 <_> <_> <_>6 6 16 4 -1. <_>14 6 8 2 2. <_>6 8 8 2 2. 0 7.4607720307540148e-005 -0.0816272869706154 0.0888885036110878 <_> <_> <_>6 3 4 14 -1. <_>7 3 2 14 2. 0 4.2250280966982245e-004 -0.1284023970365524 0.1179141998291016 <_> <_> <_>12 12 6 6 -1. <_>14 12 2 6 3. 0 0.0144024603068829 0.0209603402763605 0.1902469992637634 <_> <_> <_>4 12 6 6 -1. <_>6 12 2 6 3. 0 -2.0460959058254957e-003 0.0957124978303909 -0.2151706069707871 <_> <_> <_>14 8 3 8 -1. <_>14 12 3 4 2. 0 7.1128448471426964e-003 -0.0561004802584648 0.2098432034254074 <_> <_> <_>0 6 16 4 -1. <_>0 6 8 2 2. <_>8 8 8 2 2. 0 -6.5832170657813549e-003 -0.2113818973302841 0.0760941505432129 <_> <_> <_>9 10 5 6 -1. <_>9 13 5 3 2. 0 -4.1252959636040032e-004 0.1310734003782272 -0.1567085981369019 <_> <_> <_>7 5 6 12 -1. <_>7 5 3 6 2. <_>10 11 3 6 2. 0 -0.0443308316171169 0.5404803752899170 -0.0190594792366028 <_> <_> <_>1 5 21 9 -1. <_>8 8 7 3 9. 0 0.0117001300677657 0.0517124012112617 -0.1721616983413696 <_> <_> <_>8 6 3 12 -1. <_>9 6 1 12 3. 0 3.5091140307486057e-003 -0.0767679512500763 0.1777625977993012 <_> <_> <_>11 3 3 11 -1. <_>12 4 1 11 3. 1 0.0155975697562099 0.0383078902959824 -0.1473001986742020 <_> <_> <_>11 5 9 3 -1. <_>10 6 9 1 3. 1 -0.0362853705883026 0.3534766137599945 -0.0450184904038906 <_> <_> <_>12 11 6 6 -1. <_>12 13 6 2 3. 0 -0.0451182983815670 -0.5707414150238037 0.0106467101722956 <_> <_> <_>0 1 9 9 -1. <_>3 1 3 9 3. 0 0.0137345800176263 0.0660183578729630 -0.2048089057207108 <_> <_> <_>6 0 12 12 -1. <_>9 0 6 12 2. 0 -0.0271209795027971 0.0480942092835903 -0.0513949617743492 <_> <_> <_>7 14 6 4 -1. <_>10 14 3 4 2. 0 -1.5354059869423509e-003 -0.2354800999164581 0.0530746094882488 <_> <_> <_>8 7 13 3 -1. <_>8 8 13 1 3. 0 3.6000818945467472e-003 -0.0589443407952785 0.1182541027665138 <_> <_> <_>2 13 12 4 -1. <_>5 13 6 4 2. 0 6.8916529417037964e-003 -0.0500144883990288 0.2690939903259277 <_> <_> <_>15 3 2 13 -1. <_>15 3 1 13 2. 1 3.5373449791222811e-003 -0.1294703930616379 0.0886970385909081 <_> <_> <_>9 5 11 2 -1. <_>9 5 11 1 2. 1 -4.1431561112403870e-003 -0.1788363009691238 0.0690981075167656 <_> <_> <_>13 2 2 16 -1. <_>13 10 2 8 2. 0 -0.1076257973909378 -1. 4.7263409942388535e-003 <_> <_> <_>7 2 2 16 -1. <_>7 10 2 8 2. 0 9.7946207970380783e-003 -0.0540387704968452 0.2411547005176544 <_> <_> <_>14 0 7 6 -1. <_>12 2 7 2 3. 1 0.0100542800500989 -0.0806248933076859 0.1162756010890007 <_> <_> <_>7 3 6 12 -1. <_>7 3 3 6 2. <_>10 9 3 6 2. 0 -8.7350717512890697e-004 -0.1819397956132889 0.0774685069918633 <_> <_> <_>9 14 8 4 -1. <_>9 16 8 2 2. 0 9.4283261569216847e-004 0.0462650507688522 -0.2273202985525131 <_> <_> <_>11 3 11 3 -1. <_>10 4 11 1 3. 1 3.5424059024080634e-004 -0.1182428970932961 0.1109569966793060 <_> <_> <_>11 1 4 6 -1. <_>12 2 2 6 2. 1 -0.0385877899825573 -0.3028686940670013 3.1856179703027010e-003 <_> <_> <_>11 1 6 4 -1. <_>10 2 6 2 2. 1 -4.9504679627716541e-003 0.1375810056924820 -0.0916903465986252 <_> <_> <_>10 10 6 8 -1. <_>12 10 2 8 3. 0 -0.0254536308348179 -0.2301352024078369 0.0197479296475649 <_> <_> <_>2 4 12 4 -1. <_>2 4 6 2 2. <_>8 6 6 2 2. 0 0.0158367007970810 -0.0452521592378616 0.2933708131313324 <_> <_> <_>14 1 3 10 -1. <_>15 2 1 10 3. 1 0.0103798797354102 0.0597066916525364 -0.1641553044319153 <_> <_> <_>0 7 22 7 -1. <_>11 7 11 7 2. 0 0.0431784503161907 0.0634605363011360 -0.2136048972606659 <_> <_> <_>8 2 14 3 -1. <_>8 3 14 1 3. 0 -2.2508678957819939e-003 0.1064511016011238 -0.0595391802489758 <_> <_> <_>0 2 14 3 -1. <_>0 3 14 1 3. 0 5.0743711180984974e-003 -0.0943770334124565 0.2299972027540207 <_> <_> <_>14 1 3 10 -1. <_>15 2 1 10 3. 1 -0.0306706503033638 0.2597576081752777 -0.0231882091611624 <_> <_> <_>8 1 10 3 -1. <_>7 2 10 1 3. 1 2.4162670597434044e-003 0.0879190564155579 -0.1928738057613373 <_> <_> <_>12 3 3 10 -1. <_>13 4 1 10 3. 1 -9.3405842781066895e-003 -0.1093555986881256 0.0293585006147623 <_> <_> <_>11 4 10 3 -1. <_>10 5 10 1 3. 1 0.0205137301236391 -0.0525113493204117 0.3054544925689697 <_> <_> <_>12 1 7 6 -1. <_>12 3 7 2 3. 0 -0.0436303801834583 -0.4531044960021973 0.0182615704834461 <_> <_> <_>0 3 14 3 -1. <_>0 4 14 1 3. 0 3.4857920836657286e-003 -0.0970931202173233 0.1487710028886795 <_> <_> <_>8 0 12 4 -1. <_>14 0 6 2 2. <_>8 2 6 2 2. 0 0.0104116098955274 0.0429157316684723 -0.2484963983297348 <_> <_> <_>2 0 12 4 -1. <_>2 0 6 2 2. <_>8 2 6 2 2. 0 -7.5155291706323624e-003 -0.2662334144115448 0.0516023188829422 <_> <_> <_>8 4 12 3 -1. <_>8 5 12 1 3. 0 7.2157550603151321e-003 -0.0618781596422195 0.1831496953964233 <_> <_> <_>0 1 14 2 -1. <_>7 1 7 2 2. 0 9.1090862406417727e-004 -0.0974202826619148 0.1222369968891144 <_> <_> <_>5 0 15 11 -1. <_>10 0 5 11 3. 0 -0.4006991088390350 -0.8183109164237976 4.7453590668737888e-003 <_> <_> <_>2 0 15 11 -1. <_>7 0 5 11 3. 0 -4.8033627681434155e-003 0.0941939875483513 -0.1443651020526886 <_> <_> <_>11 6 6 12 -1. <_>14 6 3 6 2. <_>11 12 3 6 2. 0 -0.0211474299430847 0.2953240871429443 -0.0447512716054916 <_> <_> <_>7 5 6 6 -1. <_>9 5 2 6 3. 0 0.0186022594571114 -0.0429937802255154 0.2970671951770783 <_> <_> <_>14 13 6 5 -1. <_>14 13 3 5 2. 0 -8.1051718443632126e-003 0.1236922964453697 -0.1324644982814789 <_> <_> <_>6 10 6 8 -1. <_>8 10 2 8 3. 0 -8.3215925842523575e-003 -0.1902258992195129 0.0891510173678398 <_> <_> <_>10 10 6 6 -1. <_>12 10 2 6 3. 0 3.1376329716295004e-003 0.0415848195552826 -0.0795528963208199 <_> <_> <_>6 10 6 6 -1. <_>8 10 2 6 3. 0 0.0165560692548752 0.0449088588356972 -0.3694730103015900 <_> <_> <_>6 11 14 3 -1. <_>6 11 7 3 2. 0 0.0299197304993868 -0.0377202592790127 0.2428061962127686 <_> <_> <_>3 1 7 6 -1. <_>3 3 7 2 3. 0 -0.0519882887601852 -0.6937226057052612 0.0189267806708813 <_> <_> <_>11 8 6 10 -1. <_>14 8 3 5 2. <_>11 13 3 5 2. 0 0.0755281075835228 -0.0126113500446081 0.2573269009590149 <_> <_> <_>8 5 3 13 -1. <_>9 5 1 13 3. 0 -2.5031189434230328e-003 0.1380728036165237 -0.0916624665260315 <_> <_> <_>11 0 6 4 -1. <_>11 0 3 4 2. 1 -5.9646938461810350e-004 -0.0636546164751053 0.0259372703731060 <_> <_> <_>11 0 4 6 -1. <_>11 0 4 3 2. 1 0.0103193400427699 0.0837918370962143 -0.1740830987691879 <_> <_> <_>14 3 2 12 -1. <_>14 3 2 6 2. 1 9.3816686421632767e-003 0.0278715305030346 -0.1114158034324646 <_> <_> <_>5 4 10 7 -1. <_>10 4 5 7 2. 0 0.0100234104320407 -0.0699662491679192 0.2190064042806625 <_> <_> <_>8 9 6 6 -1. <_>10 9 2 6 3. 0 -8.3700200775638223e-004 0.1009768992662430 -0.1426136046648026 <_> <_> <_>0 8 12 9 -1. <_>4 11 4 3 9. 0 0.0224687103182077 0.0940282121300697 -0.1380742043256760 <_> <_> <_>13 12 4 6 -1. <_>13 15 4 3 2. 0 0.0391152091324329 -5.3969398140907288e-003 0.6518750786781311 <_> <_> <_>5 12 5 6 -1. <_>5 15 5 3 2. 0 -1.5670569846406579e-003 0.0708860307931900 -0.2001060992479324 <_> <_> <_>12 4 2 11 -1. <_>12 4 1 11 2. 1 6.0749892145395279e-003 0.0353959389030933 -0.0439185909926891 <_> <_> <_>9 4 11 2 -1. <_>9 4 11 1 2. 1 -0.0431668907403946 0.5988184809684753 -0.0234801806509495 <_> <_> <_>11 8 6 10 -1. <_>14 8 3 5 2. <_>11 13 3 5 2. 0 2.3302088957279921e-003 -0.0728186890482903 0.0439402088522911 <_> <_> <_>5 8 6 10 -1. <_>5 8 3 5 2. <_>8 13 3 5 2. 0 0.0552365891635418 -0.0351179204881191 0.3635514974594116 <_> <_> <_>11 7 6 10 -1. <_>14 7 3 5 2. <_>11 12 3 5 2. 0 0.0277743991464376 0.0300742909312248 -0.1002677008509636 <_> <_> <_>2 1 18 3 -1. <_>2 2 18 1 3. 0 8.4784086793661118e-003 -0.0562433004379272 0.2171134948730469 <_> <_> <_>16 4 6 7 -1. <_>16 4 3 7 2. 0 0.0132693601772189 0.0431383699178696 -0.1642978042364121 <_> <_> <_>5 7 6 10 -1. <_>5 7 3 5 2. <_>8 12 3 5 2. 0 -0.0340722799301147 0.3941879868507385 -0.0329146385192871 <_> <_> <_>12 0 3 14 -1. <_>12 7 3 7 2. 0 -5.9365970082581043e-003 0.0648541226983070 -0.0869715884327888 <_> <_> <_>7 10 8 7 -1. <_>11 10 4 7 2. 0 -5.1997308619320393e-003 -0.2171074002981186 0.0654410123825073 <_> <_> <_>8 0 12 3 -1. <_>8 1 12 1 3. 0 3.0441130511462688e-003 -0.0471716411411762 0.0946628674864769 <_> <_> <_>3 0 13 4 -1. <_>3 1 13 2 2. 0 -2.2375459957402200e-004 0.1173989996314049 -0.1045159026980400 <_> <_> <_>7 11 12 4 -1. <_>7 12 12 2 2. 0 0.0494941398501396 9.9552040919661522e-003 -0.8820502161979675 <_> <_> <_>0 0 8 18 -1. <_>4 0 4 18 2. 0 0.0771270319819450 -0.0366387590765953 0.3715699911117554 <_> <_> <_>14 13 6 5 -1. <_>14 13 3 5 2. 0 -3.7054829299449921e-003 0.0462130792438984 -0.0794984996318817 <_> <_> <_>0 5 22 4 -1. <_>11 5 11 4 2. 0 0.1365543007850647 0.0208025798201561 -0.6469228267669678 <_> <_> <_>11 2 10 9 -1. <_>11 5 10 3 3. 0 -0.1691939979791641 -0.9014499187469482 4.3158119660802186e-004 <_> <_> <_>1 2 10 9 -1. <_>1 5 10 3 3. 0 5.2525149658322334e-003 0.0866862162947655 -0.1575164049863815 <_> <_> <_>18 6 2 12 -1. <_>18 6 1 12 2. 0 0.0579522587358952 1.3485850067809224e-003 -1.0001620054244995 <_> <_> <_>2 6 2 12 -1. <_>3 6 1 12 2. 0 -0.0306814592331648 -0.6734688878059387 0.0177308097481728 <_> <_> <_>15 6 4 12 -1. <_>15 9 4 6 2. 0 -0.0285564009100199 0.2491353005170822 -0.0218073595315218 <_> <_> <_>3 6 4 12 -1. <_>3 9 4 6 2. 0 5.8311191387474537e-003 0.1010965034365654 -0.1258653998374939 <_> <_> <_>14 13 6 5 -1. <_>14 13 3 5 2. 0 2.8870739042758942e-003 -0.0454622805118561 0.1479419022798538 <_> <_> <_>2 13 6 5 -1. <_>5 13 3 5 2. 0 -5.3575891070067883e-003 0.1084545999765396 -0.2063605934381485 <_> <_> <_>8 12 12 5 -1. <_>11 12 6 5 2. 0 0.0208518300205469 -0.0256414301693439 0.1200079992413521 <_> <_> <_>2 12 12 5 -1. <_>5 12 6 5 2. 0 2.9372319113463163e-003 -0.0588329806923866 0.2396713942289352 <_> <_> <_>12 12 6 6 -1. <_>12 14 6 2 3. 0 0.0101090697571635 0.0447247400879860 -0.2502495944499970 <_> <_> <_>0 10 16 8 -1. <_>4 10 8 8 2. 0 0.0620026402175426 0.0312366802245378 -0.3877547979354858 <_> <_> <_>13 1 8 8 -1. <_>15 1 4 8 2. 0 1.7331680282950401e-003 -0.0766425207257271 0.0587383098900318 <_> <_> <_>1 1 8 8 -1. <_>3 1 4 8 2. 0 -0.0466489009559155 0.4780037105083466 -0.0282232593744993 <_> <_> <_>14 8 3 8 -1. <_>14 12 3 4 2. 0 -0.0405850112438202 0.1959132999181747 -0.0296085495501757 <_> <_> <_>10 4 7 6 -1. <_>10 4 7 3 2. 1 0.0142973596230149 0.0804227814078331 -0.2002439945936203 <_> <_> <_>9 10 4 8 -1. <_>9 14 4 4 2. 0 -1.4215649571269751e-003 0.0976939424872398 -0.1309012025594711 <_> <_> <_>5 8 3 8 -1. <_>5 12 3 4 2. 0 5.2683628164231777e-003 -0.0583763718605042 0.2437804043292999 -0.6976336836814880 18 -1 <_> <_> <_> <_>6 9 4 9 -1. <_>6 12 4 3 3. 0 -2.6198190171271563e-003 0.1867370009422302 -0.1912652999162674 <_> <_> <_>6 3 16 4 -1. <_>14 3 8 2 2. <_>6 5 8 2 2. 0 -0.0286290999501944 0.1288710981607437 -0.0261868499219418 <_> <_> <_>1 3 20 4 -1. <_>1 3 10 2 2. <_>11 5 10 2 2. 0 7.1718869730830193e-003 0.0881585925817490 -0.2032734006643295 <_> <_> <_>9 5 6 12 -1. <_>12 5 3 6 2. <_>9 11 3 6 2. 0 0.0116410404443741 -0.0210582502186298 0.1759178936481476 <_> <_> <_>1 6 2 12 -1. <_>2 6 1 12 2. 0 5.6764329783618450e-003 0.0499411597847939 -0.2732929885387421 <_> <_> <_>19 0 2 16 -1. <_>19 0 1 16 2. 0 -0.0443926900625229 0.5676612854003906 -0.0186747796833515 <_> <_> <_>1 0 2 16 -1. <_>2 0 1 16 2. 0 1.3367610517889261e-004 -0.1299030929803848 0.1354229003190994 <_> <_> <_>13 5 5 9 -1. <_>13 8 5 3 3. 0 -0.0441119484603405 0.2268483042716980 -0.0133183998987079 <_> <_> <_>5 16 12 2 -1. <_>5 17 12 1 2. 0 2.9443150851875544e-003 0.0431614592671394 -0.2931117117404938 <_> <_> <_>5 14 12 4 -1. <_>5 15 12 2 2. 0 3.5300010349601507e-003 0.0771937221288681 -0.2632498145103455 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 0.1011921018362045 -0.0549242608249187 0.3243021965026856 <_> <_> <_>7 5 13 2 -1. <_>7 6 13 1 2. 0 -0.0223485697060823 0.3080311119556427 -0.0225184895098209 <_> <_> <_>8 1 12 2 -1. <_>8 1 12 1 2. 1 6.4755380153656006e-003 -0.1204577013850212 0.1318611055612564 <_> <_> <_>0 4 22 8 -1. <_>11 4 11 4 2. <_>0 8 11 4 2. 0 0.0109043195843697 0.1021798998117447 -0.1830884963274002 <_> <_> <_>2 3 6 4 -1. <_>5 3 3 4 2. 0 -0.0112566296011209 -0.2918663918972015 0.0554912202060223 <_> <_> <_>7 11 15 3 -1. <_>7 12 15 1 3. 0 3.6791800521314144e-003 -0.0506146885454655 0.0826633125543594 <_> <_> <_>5 7 6 7 -1. <_>8 7 3 7 2. 0 -0.0917212888598442 -0.7712755203247070 0.0193129591643810 <_> <_> <_>7 12 12 4 -1. <_>13 12 6 2 2. <_>7 14 6 2 2. 0 0.0400998890399933 7.8663527965545654e-003 -0.8130282759666443 <_> <_> <_>0 11 16 2 -1. <_>8 11 8 2 2. 0 -0.0549564287066460 0.2905952036380768 -0.0598255805671215 <_> <_> <_>18 3 4 10 -1. <_>18 3 4 5 2. 1 0.2480465024709702 0.0116651896387339 -0.6912195086479187 <_> <_> <_>2 2 17 3 -1. <_>2 3 17 1 3. 0 -0.0342848002910614 0.4535839855670929 -0.0320712514221668 <_> <_> <_>10 14 12 4 -1. <_>16 14 6 2 2. <_>10 16 6 2 2. 0 0.0254392307251692 0.0194671507924795 -0.3792799115180969 <_> <_> <_>1 9 11 6 -1. <_>1 11 11 2 3. 0 -0.0127206603065133 -0.2121143043041229 0.0615338310599327 <_> <_> <_>4 9 18 3 -1. <_>4 10 18 1 3. 0 0.0108310002833605 -0.0514436811208725 0.1694768965244293 <_> <_> <_>0 9 18 3 -1. <_>0 10 18 1 3. 0 -0.0219315700232983 0.2483938932418823 -0.0566363595426083 <_> <_> <_>11 5 11 12 -1. <_>11 11 11 6 2. 0 0.2939789891242981 0.0114115299656987 -0.9369606971740723 <_> <_> <_>5 12 6 6 -1. <_>5 14 6 2 3. 0 -0.0163422599434853 -0.3158954977989197 0.0443719811737537 <_> <_> <_>14 10 6 8 -1. <_>17 10 3 4 2. <_>14 14 3 4 2. 0 -0.0442804992198944 0.2033734023571014 -0.0214623194187880 <_> <_> <_>0 5 11 12 -1. <_>0 11 11 6 2. 0 0.2650330960750580 0.0116331502795219 -0.9122017025947571 <_> <_> <_>15 3 2 12 -1. <_>15 3 2 6 2. 1 -0.0763784795999527 0.1868827044963837 -0.0196720808744431 <_> <_> <_>3 0 12 4 -1. <_>3 0 6 2 2. <_>9 2 6 2 2. 0 -0.0100615704432130 -0.2646203935146332 0.0466202609241009 <_> <_> <_>14 10 6 8 -1. <_>17 10 3 4 2. <_>14 14 3 4 2. 0 0.0249217301607132 -0.0191313903778791 0.2015450000762940 <_> <_> <_>5 12 8 6 -1. <_>5 12 4 3 2. <_>9 15 4 3 2. 0 1.5098409676284064e-005 -0.1624169051647186 0.0761839672923088 <_> <_> <_>8 11 10 5 -1. <_>8 11 5 5 2. 0 -0.1008191034197807 -1. 7.4751500505954027e-004 <_> <_> <_>4 11 10 5 -1. <_>9 11 5 5 2. 0 0.0650585964322090 -0.0404686406254768 0.3516007959842682 <_> <_> <_>6 6 12 12 -1. <_>12 6 6 6 2. <_>6 12 6 6 2. 0 -0.1219023987650871 -0.5362455844879150 0.0186370201408863 <_> <_> <_>7 10 6 8 -1. <_>7 12 6 4 2. 0 -9.8520738538354635e-004 0.1139819994568825 -0.1129883006215096 <_> <_> <_>7 8 15 10 -1. <_>7 13 15 5 2. 0 -0.2530061900615692 -0.4337590932846069 0.0123674003407359 <_> <_> <_>0 0 22 4 -1. <_>0 0 11 2 2. <_>11 2 11 2 2. 0 7.5246659107506275e-003 0.0673554763197899 -0.1858396977186203 <_> <_> <_>10 3 12 3 -1. <_>10 4 12 1 3. 0 4.8102210275828838e-003 -0.0658700615167618 0.1284891068935394 <_> <_> <_>0 3 13 3 -1. <_>0 4 13 1 3. 0 -1.4562129508703947e-003 0.1811068952083588 -0.1124845966696739 <_> <_> <_>9 3 4 12 -1. <_>9 6 4 6 2. 0 -5.6546321138739586e-003 0.1036984026432037 -0.1411557048559189 <_> <_> <_>4 5 9 6 -1. <_>4 8 9 3 2. 0 -0.0319512896239758 -0.3297160863876343 0.0482818111777306 <_> <_> <_>11 6 2 9 -1. <_>11 6 1 9 2. 1 0.0421903803944588 -0.0116448104381561 0.1370130032300949 <_> <_> <_>9 2 4 8 -1. <_>9 6 4 4 2. 0 0.0126066599041224 -0.0603958815336227 0.2421005964279175 <_> <_> <_>7 0 8 10 -1. <_>7 5 8 5 2. 0 -6.0083861462771893e-003 0.0956776067614555 -0.2024825960397720 <_> <_> <_>11 5 9 2 -1. <_>11 5 9 1 2. 1 0.0406763888895512 -0.0385064296424389 0.3982402980327606 <_> <_> <_>17 0 3 11 -1. <_>18 1 1 11 3. 1 -0.0130102196708322 -0.0778704434633255 0.0325333103537560 <_> <_> <_>5 0 11 3 -1. <_>4 1 11 1 3. 1 -0.0566469691693783 -0.9529355168342590 0.0173756591975689 <_> <_> <_>9 6 4 7 -1. <_>9 6 2 7 2. 0 0.0373079702258110 -0.0332614406943321 0.4685631990432739 <_> <_> <_>3 11 6 6 -1. <_>3 13 6 2 3. 0 -0.0279863793402910 -0.4635669887065888 0.0285240299999714 <_> <_> <_>6 10 16 8 -1. <_>6 12 16 4 2. 0 -0.0750148966908455 0.2451989948749542 -0.0158301591873169 <_> <_> <_>11 6 9 3 -1. <_>10 7 9 1 3. 1 0.0276730805635452 -0.0364583581686020 0.3721557855606079 <_> <_> <_>12 11 8 6 -1. <_>12 13 8 2 3. 0 -0.0173129606992006 -0.2211765944957733 0.0432326197624207 <_> <_> <_>0 10 16 8 -1. <_>0 12 16 4 2. 0 -0.0588939487934113 0.3972674906253815 -0.0376325286924839 <_> <_> <_>10 14 12 4 -1. <_>16 14 6 2 2. <_>10 16 6 2 2. 0 0.0131936799734831 0.0248577296733856 -0.1751435995101929 <_> <_> <_>2 11 8 6 -1. <_>2 13 8 2 3. 0 0.0382306799292564 0.0296351108700037 -0.4345274865627289 <_> <_> <_>6 11 16 4 -1. <_>14 11 8 2 2. <_>6 13 8 2 2. 0 0.0168453995138407 0.0393387489020824 -0.2376572042703629 <_> <_> <_>0 11 22 6 -1. <_>11 11 11 6 2. 0 -0.1155946031212807 -0.4000687897205353 0.0323905386030674 <_> <_> <_>14 10 6 8 -1. <_>17 10 3 4 2. <_>14 14 3 4 2. 0 -1.7385910032317042e-003 0.0485458187758923 -0.0614746809005737 <_> <_> <_>2 10 6 8 -1. <_>2 10 3 4 2. <_>5 14 3 4 2. 0 -0.0336976684629917 0.2434500008821487 -0.0655046030879021 <_> <_> <_>6 4 15 12 -1. <_>11 8 5 4 9. 0 -0.3472279906272888 -0.3361206054687500 0.0155012002214789 <_> <_> <_>0 4 18 12 -1. <_>6 8 6 4 9. 0 0.0586680397391319 0.0680680572986603 -0.2210492938756943 <_> <_> <_>15 7 2 8 -1. <_>15 7 1 8 2. 1 0.0237181894481182 -0.0147795695811510 0.4732834100723267 <_> <_> <_>3 3 10 3 -1. <_>2 4 10 1 3. 1 0.0288127008825541 0.0333098806440830 -0.4679769873619080 <_> <_> <_>4 2 14 3 -1. <_>4 3 14 1 3. 0 0.0410237498581409 -0.0282930005341768 0.4942755103111267 <_> <_> <_>10 8 8 2 -1. <_>10 8 8 1 2. 1 -1.2017590051982552e-004 0.1036365032196045 -0.1210749000310898 <_> <_> <_>15 5 4 7 -1. <_>15 5 2 7 2. 1 -0.1090807020664215 -1. 3.2971999607980251e-003 <_> <_> <_>3 6 5 6 -1. <_>3 9 5 3 2. 0 -0.0459673590958118 0.6481946110725403 -0.0192335192114115 <_> <_> <_>14 1 8 6 -1. <_>18 1 4 3 2. <_>14 4 4 3 2. 0 -0.0193457193672657 -0.3314554989337921 0.0390085391700268 <_> <_> <_>0 1 8 6 -1. <_>0 1 4 3 2. <_>4 4 4 3 2. 0 0.0123127903789282 0.0410296283662319 -0.2794392108917236 <_> <_> <_>17 0 4 12 -1. <_>18 0 2 12 2. 0 2.1535221021622419e-003 -0.0675450563430786 0.1164774000644684 <_> <_> <_>1 0 4 12 -1. <_>2 0 2 12 2. 0 -0.0321587882936001 0.5474163889884949 -0.0237302295863628 <_> <_> <_>9 16 12 2 -1. <_>9 17 12 1 2. 0 -0.0275923591107130 -0.7531942129135132 8.4066214039921761e-003 <_> <_> <_>1 16 12 2 -1. <_>1 17 12 1 2. 0 0.0222645103931427 0.0121467402204871 -0.9029129743576050 <_> <_> <_>10 15 12 3 -1. <_>10 16 12 1 3. 0 0.0153613798320293 -0.0316411890089512 0.3213280141353607 <_> <_> <_>0 15 12 3 -1. <_>0 16 12 1 3. 0 -0.0123606603592634 0.2924863100051880 -0.0453037582337856 <_> <_> <_>10 14 12 4 -1. <_>16 14 6 2 2. <_>10 16 6 2 2. 0 0.0229787491261959 -0.0120544796809554 0.1906094998121262 <_> <_> <_>0 14 12 4 -1. <_>0 14 6 2 2. <_>6 16 6 2 2. 0 0.0232963804155588 0.0314090512692928 -0.5185608267784119 <_> <_> <_>9 11 12 4 -1. <_>15 11 6 2 2. <_>9 13 6 2 2. 0 5.7384249521419406e-004 -0.1029348969459534 0.0815484523773193 <_> <_> <_>0 11 16 4 -1. <_>0 11 8 2 2. <_>8 13 8 2 2. 0 -0.0330204702913761 0.4247055947780609 -0.0447946786880493 <_> <_> <_>8 12 9 6 -1. <_>8 14 9 2 3. 0 -0.0217130295932293 -0.1482526063919067 0.0129598798230290 <_> <_> <_>5 12 9 6 -1. <_>5 14 9 2 3. 0 -9.7430922323837876e-005 0.1189963966608048 -0.1475397050380707 <_> <_> <_>4 5 16 2 -1. <_>4 5 8 2 2. 0 -9.2907734215259552e-003 -0.1163543015718460 0.0541046410799026 <_> <_> <_>1 10 10 8 -1. <_>1 10 5 4 2. <_>6 14 5 4 2. 0 0.0372448489069939 -0.0344212017953396 0.3794392943382263 <_> <_> <_>16 2 5 9 -1. <_>13 5 5 3 3. 1 0.1527702957391739 7.2725401259958744e-003 -0.3415508866310120 <_> <_> <_>4 4 4 6 -1. <_>6 4 2 6 2. 0 -0.0126634500920773 -0.3059667050838471 0.0382312610745430 <_> <_> <_>9 2 9 7 -1. <_>12 2 3 7 3. 0 -0.0748884230852127 -0.3465895056724548 0.0155016500502825 <_> <_> <_>4 2 9 7 -1. <_>7 2 3 7 3. 0 -0.0401145890355110 0.3262982070446014 -0.0413136705756187 <_> <_> <_>16 2 5 9 -1. <_>13 5 5 3 3. 1 -0.0964921116828918 0.1017284989356995 -0.0171560104936361 <_> <_> <_>6 2 9 5 -1. <_>9 5 3 5 3. 1 -0.1671283990144730 -0.7765511870384216 0.0180295594036579 <_> <_> <_>5 12 14 6 -1. <_>5 14 14 2 3. 0 -8.2981940358877182e-003 -0.1439713984727860 0.0589481405913830 <_> <_> <_>6 4 4 12 -1. <_>6 4 2 6 2. <_>8 10 2 6 2. 0 -3.7844169419258833e-003 0.1709517985582352 -0.0782564431428909 <_> <_> <_>9 4 10 8 -1. <_>9 4 5 8 2. 0 -0.1607642024755478 0.2313822954893112 -0.0134280500933528 <_> <_> <_>7 5 6 8 -1. <_>7 5 3 4 2. <_>10 9 3 4 2. 0 6.4544437918812037e-004 -0.1442440003156662 0.0832878202199936 <_> <_> <_>8 7 6 8 -1. <_>11 7 3 4 2. <_>8 11 3 4 2. 0 0.0227373093366623 -0.0341558195650578 0.3551980853080750 <_> <_> <_>2 4 11 2 -1. <_>2 4 11 1 2. 1 -3.9030050393193960e-003 -0.1873676925897598 0.0646280124783516 <_> <_> <_>16 0 3 13 -1. <_>17 0 1 13 3. 0 -0.0511454306542873 0.6689270734786987 -0.0111800497397780 <_> <_> <_>2 0 18 3 -1. <_>2 1 18 1 3. 0 -6.0482369735836983e-003 0.1862275004386902 -0.0630187019705772 <_> <_> <_>15 8 6 4 -1. <_>15 8 3 4 2. 0 0.0117435697466135 0.0254492796957493 -0.1333124935626984 <_> <_> <_>2 0 13 3 -1. <_>2 1 13 1 3. 0 8.4120890824124217e-004 -0.0933334678411484 0.1331588029861450 <_> <_> <_>4 4 18 4 -1. <_>4 6 18 2 2. 0 -0.0377561710774899 -0.2313880026340485 0.0405697897076607 <_> <_> <_>3 3 10 9 -1. <_>8 3 5 9 2. 0 -0.0208675600588322 0.1005609035491943 -0.1174419000744820 <_> <_> <_>2 7 18 6 -1. <_>8 9 6 2 9. 0 -0.0398021787405014 -0.1158571988344193 0.1266818940639496 -0.6897674202919006 19 -1 <_> <_> <_> <_>10 4 11 2 -1. <_>10 4 11 1 2. 1 8.4546189755201340e-003 -0.1628966033458710 0.1983439028263092 <_> <_> <_>14 6 6 12 -1. <_>17 6 3 6 2. <_>14 12 3 6 2. 0 0.0516104511916637 -0.0308270901441574 0.3374255001544952 <_> <_> <_>2 6 6 12 -1. <_>2 6 3 6 2. <_>5 12 3 6 2. 0 -0.0649094432592392 0.2860228121280670 -0.0598486512899399 <_> <_> <_>3 4 16 6 -1. <_>3 6 16 2 3. 0 -4.3951408006250858e-003 0.1130265966057777 -0.1263208985328674 <_> <_> <_>1 11 16 3 -1. <_>5 11 8 3 2. 0 -0.0827568024396896 -0.6079095005989075 0.0219671800732613 <_> <_> <_>12 10 8 3 -1. <_>12 10 4 3 2. 0 -4.8698862083256245e-003 0.0858661904931068 -0.0890095233917236 <_> <_> <_>0 9 17 9 -1. <_>0 12 17 3 3. 0 0.0915124416351318 -0.0533453486859798 0.2673287093639374 <_> <_> <_>8 4 6 10 -1. <_>11 4 3 5 2. <_>8 9 3 5 2. 0 3.6815661005675793e-003 0.0709156990051270 -0.1794120967388153 <_> <_> <_>2 4 16 8 -1. <_>2 4 8 4 2. <_>10 8 8 4 2. 0 6.3032708130776882e-003 0.1237815022468567 -0.1239148005843163 <_> <_> <_>9 6 12 4 -1. <_>15 6 6 2 2. <_>9 8 6 2 2. 0 5.8764131972566247e-004 -0.0638136565685272 0.0955457687377930 <_> <_> <_>9 3 4 6 -1. <_>9 6 4 3 2. 0 0.0146803203970194 -0.0491835288703442 0.2904059886932373 <_> <_> <_>15 5 7 4 -1. <_>15 5 7 2 2. 1 3.5624930169433355e-003 -0.0975631475448608 0.0489328317344189 <_> <_> <_>0 6 18 6 -1. <_>0 6 9 3 2. <_>9 9 9 3 2. 0 -7.4473340064287186e-003 -0.1595246046781540 0.0847726464271545 <_> <_> <_>4 2 15 3 -1. <_>4 3 15 1 3. 0 0.0540109910070896 -0.0205651503056288 0.5734071731567383 <_> <_> <_>2 0 6 6 -1. <_>5 0 3 6 2. 0 -2.3613919038325548e-003 0.1495765000581741 -0.0751481130719185 <_> <_> <_>13 4 8 6 -1. <_>17 4 4 3 2. <_>13 7 4 3 2. 0 0.0406654588878155 0.0147623997181654 -0.5968567132949829 <_> <_> <_>4 2 13 6 -1. <_>4 4 13 2 3. 0 0.0932583808898926 0.0130362100899220 -0.6864386200904846 <_> <_> <_>9 8 12 3 -1. <_>9 9 12 1 3. 0 2.8593749739229679e-003 -0.0549046397209167 0.0980746671557426 <_> <_> <_>1 8 16 3 -1. <_>1 9 16 1 3. 0 -4.9756402149796486e-003 0.1675197035074234 -0.0825638324022293 <_> <_> <_>11 4 5 8 -1. <_>11 8 5 4 2. 0 -2.2061138879507780e-003 0.0714861825108528 -0.0846847966313362 <_> <_> <_>3 4 11 2 -1. <_>3 4 11 1 2. 1 4.3787518516182899e-003 0.0752964392304420 -0.1698897033929825 <_> <_> <_>10 7 12 3 -1. <_>10 8 12 1 3. 0 -4.9143321812152863e-003 0.1627433001995087 -0.0575791895389557 <_> <_> <_>9 3 7 8 -1. <_>9 3 7 4 2. 1 -3.0191219411790371e-003 -0.1245009973645210 0.1152698025107384 <_> <_> <_>13 2 2 12 -1. <_>13 2 2 6 2. 1 6.8227178417146206e-003 0.0371669717133045 -0.1009344980120659 <_> <_> <_>0 9 12 4 -1. <_>0 9 6 2 2. <_>6 11 6 2 2. 0 0.0351169817149639 -0.0429974310100079 0.3295919895172119 <_> <_> <_>11 7 8 6 -1. <_>13 7 4 6 2. 0 -1.4400649815797806e-003 -0.0989222601056099 0.0671088919043541 <_> <_> <_>0 8 6 6 -1. <_>2 8 2 6 3. 0 -4.6699359081685543e-003 -0.1800343990325928 0.0680383965373039 <_> <_> <_>11 7 8 6 -1. <_>13 7 4 6 2. 0 0.0376477204263210 -0.0210317503660917 0.1662711948156357 <_> <_> <_>3 7 8 6 -1. <_>5 7 4 6 2. 0 5.1745469681918621e-003 -0.1184609010815620 0.1091919019818306 <_> <_> <_>10 6 6 4 -1. <_>10 6 3 4 2. 0 7.7274879440665245e-003 -0.0550973303616047 0.2275228053331375 <_> <_> <_>4 8 12 10 -1. <_>4 8 6 5 2. <_>10 13 6 5 2. 0 0.0291588492691517 0.0778855830430985 -0.1777552068233490 <_> <_> <_>15 7 6 10 -1. <_>17 7 2 10 3. 0 2.9885378899052739e-004 -0.0788752809166908 0.0511631108820438 <_> <_> <_>6 14 6 4 -1. <_>9 14 3 4 2. 0 1.4456070493906736e-004 -0.1609764993190765 0.0815740302205086 <_> <_> <_>8 13 10 4 -1. <_>8 13 5 4 2. 0 0.0478407405316830 0.0142105501145124 -0.3131667971611023 <_> <_> <_>2 0 4 18 -1. <_>4 0 2 18 2. 0 0.0439434684813023 -0.0310024805366993 0.4245035052299500 <_> <_> <_>11 0 8 10 -1. <_>11 0 8 5 2. 1 -0.1760338991880417 -0.2162521928548813 0.0137106403708458 <_> <_> <_>0 7 12 3 -1. <_>0 8 12 1 3. 0 -0.0270105507224798 0.4544829130172730 -0.0285076200962067 <_> <_> <_>17 0 2 10 -1. <_>17 0 1 10 2. 1 6.4534661360085011e-003 -0.0496607087552547 0.0830717235803604 <_> <_> <_>5 6 6 4 -1. <_>5 8 6 2 2. 0 -7.1115070022642612e-003 -0.2250981032848358 0.0650333613157272 <_> <_> <_>15 10 7 6 -1. <_>15 12 7 2 3. 0 -0.0251848492771387 -0.1748033016920090 0.0187510997056961 <_> <_> <_>0 10 7 6 -1. <_>0 12 7 2 3. 0 -8.8047432655002922e-005 0.1267789006233215 -0.1070457994937897 <_> <_> <_>13 12 6 6 -1. <_>15 12 2 6 3. 0 -0.0360202193260193 0.2464960068464279 -0.0497720800340176 <_> <_> <_>1 11 20 7 -1. <_>11 11 10 7 2. 0 7.6084570027887821e-003 0.1004144027829170 -0.1367384046316147 <_> <_> <_>13 5 4 9 -1. <_>13 8 4 3 3. 0 -8.2404967397451401e-003 0.1170326024293900 -0.0527819618582726 <_> <_> <_>2 12 8 6 -1. <_>2 12 4 3 2. <_>6 15 4 3 2. 0 -7.2474818443879485e-004 -0.1165003031492233 0.1133349016308785 <_> <_> <_>9 14 6 4 -1. <_>9 16 6 2 2. 0 -7.8272278187796474e-005 0.0644256770610809 -0.1589460968971252 <_> <_> <_>7 12 8 6 -1. <_>7 12 4 3 2. <_>11 15 4 3 2. 0 -2.0254699047654867e-003 -0.1702708005905151 0.0712168663740158 <_> <_> <_>6 1 12 14 -1. <_>12 1 6 7 2. <_>6 8 6 7 2. 0 -0.1188203021883965 0.3287855088710785 -0.0153252100571990 <_> <_> <_>5 5 4 9 -1. <_>5 8 4 3 3. 0 -0.0162584297358990 0.2184889018535614 -0.0562531985342503 <_> <_> <_>5 13 12 4 -1. <_>11 13 6 2 2. <_>5 15 6 2 2. 0 -6.8429792299866676e-003 -0.2331349998712540 0.0571078211069107 <_> <_> <_>9 7 8 3 -1. <_>8 8 8 1 3. 1 0.0349397100508213 -0.0273338295519352 0.4565196931362152 <_> <_> <_>7 5 8 10 -1. <_>7 10 8 5 2. 0 0.2297977954149246 0.0145089896395803 -0.8716508746147156 <_> <_> <_>7 1 8 3 -1. <_>6 2 8 1 3. 1 0.0433605983853340 8.4467595443129539e-003 -0.8750032782554627 <_> <_> <_>10 14 12 3 -1. <_>10 15 12 1 3. 0 -1.1806190013885498e-003 0.0781866982579231 -0.0528342090547085 <_> <_> <_>0 6 18 12 -1. <_>0 12 18 6 2. 0 -0.4177268147468567 -0.8072922229766846 0.0130481300875545 <_> <_> <_>9 8 6 6 -1. <_>9 11 6 3 2. 0 -0.0463152304291725 0.2937507927417755 -0.0351923890411854 <_> <_> <_>3 2 4 12 -1. <_>3 2 2 6 2. <_>5 8 2 6 2. 0 -0.0402713008224964 -0.5817453265190125 0.0197685007005930 <_> <_> <_>13 2 2 12 -1. <_>13 2 2 6 2. 1 -0.0430124402046204 0.1088251024484634 -0.0269776098430157 <_> <_> <_>2 4 6 8 -1. <_>2 4 3 4 2. <_>5 8 3 4 2. 0 2.8285770677030087e-003 0.0768370479345322 -0.1572055071592331 <_> <_> <_>14 10 4 6 -1. <_>14 10 2 6 2. 0 -0.0332046113908291 -0.2315258979797363 0.0159325394779444 <_> <_> <_>0 0 2 12 -1. <_>0 6 2 6 2. 0 -4.8097351100295782e-004 0.1104374006390572 -0.1158946007490158 <_> <_> <_>13 2 2 12 -1. <_>13 2 2 6 2. 1 2.9704240150749683e-003 -0.0342437401413918 0.0691073983907700 <_> <_> <_>9 2 12 2 -1. <_>9 2 6 2 2. 1 0.0118931904435158 0.0801228806376457 -0.2050309032201767 <_> <_> <_>10 9 12 4 -1. <_>16 9 6 2 2. <_>10 11 6 2 2. 0 -0.0639636069536209 -0.8553075194358826 6.4783529378473759e-003 <_> <_> <_>0 9 12 4 -1. <_>0 9 6 2 2. <_>6 11 6 2 2. 0 -5.6093540042638779e-003 0.1627894937992096 -0.1007907018065453 <_> <_> <_>17 9 4 9 -1. <_>17 12 4 3 3. 0 7.5979339890182018e-003 0.0541234090924263 -0.1243126988410950 <_> <_> <_>1 9 10 6 -1. <_>1 9 5 3 2. <_>6 12 5 3 2. 0 0.0134808197617531 -0.0637513026595116 0.2525062859058380 <_> <_> <_>8 12 9 4 -1. <_>8 14 9 2 2. 0 -9.4613758847117424e-004 0.0428358688950539 -0.0768371000885963 <_> <_> <_>2 8 6 10 -1. <_>2 8 3 5 2. <_>5 13 3 5 2. 0 -0.0380624905228615 0.1925217956304550 -0.0639471337199211 <_> <_> <_>7 10 12 6 -1. <_>10 10 6 6 2. 0 0.1241089999675751 7.9416595399379730e-003 -0.4265302121639252 <_> <_> <_>3 10 12 6 -1. <_>6 10 6 6 2. 0 -0.0922284424304962 -0.5521062016487122 0.0289649106562138 <_> <_> <_>20 0 2 12 -1. <_>20 6 2 6 2. 0 0.0151067702099681 0.0276093408465385 -0.1668844968080521 <_> <_> <_>0 0 2 12 -1. <_>0 6 2 6 2. 0 -0.0236542504280806 -0.3437967896461487 0.0395133309066296 <_> <_> <_>14 3 4 15 -1. <_>14 3 2 15 2. 0 0.0478813908994198 8.0661084502935410e-003 -0.1818519979715347 <_> <_> <_>0 1 16 14 -1. <_>0 1 8 7 2. <_>8 8 8 7 2. 0 0.0854152888059616 -0.0467524081468582 0.2716900110244751 <_> <_> <_>11 0 8 10 -1. <_>11 0 8 5 2. 1 3.1524940859526396e-003 -0.0864214003086090 0.0683360025286675 <_> <_> <_>0 3 16 4 -1. <_>0 3 8 2 2. <_>8 5 8 2 2. 0 -3.0099870637059212e-003 0.0893362089991570 -0.1362684965133667 <_> <_> <_>13 0 7 12 -1. <_>13 4 7 4 3. 0 -0.0581125207245350 -0.1974812000989914 0.0265364404767752 <_> <_> <_>5 3 11 15 -1. <_>5 8 11 5 3. 0 0.1277566999197006 -0.0498380400240421 0.3489640057086945 <_> <_> <_>13 0 7 12 -1. <_>13 4 7 4 3. 0 0.1201129034161568 -6.3313432037830353e-003 0.3793754875659943 <_> <_> <_>2 0 7 12 -1. <_>2 4 7 4 3. 0 4.7567482106387615e-003 0.1049041971564293 -0.1354257017374039 <_> <_> <_>4 5 18 12 -1. <_>10 9 6 4 9. 0 -0.0159023497253656 0.0617863014340401 -0.0983760803937912 <_> <_> <_>4 7 14 6 -1. <_>4 7 7 3 2. <_>11 10 7 3 2. 0 -0.0564237087965012 -0.6337103247642517 0.0202245991677046 <_> <_> <_>7 9 13 3 -1. <_>7 10 13 1 3. 0 -0.0796413272619247 -1. 8.7428308324888349e-004 <_> <_> <_>2 9 13 3 -1. <_>2 10 13 1 3. 0 -2.0731301046907902e-003 0.1384645998477936 -0.0958653017878532 <_> <_> <_>5 9 17 3 -1. <_>5 10 17 1 3. 0 5.8470368385314941e-003 -0.0570338405668736 0.1169179975986481 <_> <_> <_>1 1 10 9 -1. <_>1 4 10 3 3. 0 -0.0261389501392841 -0.2236243933439255 0.0555466301739216 <_> <_> <_>4 1 16 8 -1. <_>4 3 16 4 2. 0 -6.5781630109995604e-004 0.0929992273449898 -0.0841521173715591 <_> <_> <_>6 5 6 12 -1. <_>8 5 2 12 3. 0 -0.0560413897037506 0.3507285118103027 -0.0314722806215286 <_> <_> <_>11 7 6 5 -1. <_>11 7 3 5 2. 1 0.0977998003363609 0.0101244300603867 -0.3771406114101410 <_> <_> <_>5 4 9 5 -1. <_>8 4 3 5 3. 0 4.5515140518546104e-003 -0.0783113613724709 0.1416697055101395 <_> <_> <_>2 12 18 4 -1. <_>11 12 9 2 2. <_>2 14 9 2 2. 0 0.0101683801040053 0.0521139912307262 -0.2442279011011124 <_> <_> <_>11 4 9 3 -1. <_>10 5 9 1 3. 1 0.0628854036331177 -0.0182555094361305 0.6284729242324829 <_> <_> <_>15 0 2 10 -1. <_>15 0 1 10 2. 1 -0.0480641312897205 -0.8681743144989014 6.6064838320016861e-003 <_> <_> <_>0 5 18 12 -1. <_>6 9 6 4 9. 0 0.0184799004346132 0.0699778124690056 -0.1592939943075180 <_> <_> <_>14 9 4 6 -1. <_>14 9 2 6 2. 0 0.0245498400181532 -0.0175191201269627 0.1796191930770874 <_> <_> <_>5 6 3 12 -1. <_>5 10 3 4 3. 0 0.0392274707555771 -0.0474179908633232 0.2794578969478607 <_> <_> <_>11 0 3 9 -1. <_>12 1 1 9 3. 1 0.0412481985986233 0.0114593701437116 -0.4347747862339020 <_> <_> <_>1 9 4 9 -1. <_>1 12 4 3 3. 0 -8.4321142639964819e-004 0.1275885999202728 -0.0970105603337288 <_> <_> <_>18 9 4 9 -1. <_>18 12 4 3 3. 0 -0.0136887403205037 -0.1623619049787521 0.0432909503579140 <_> <_> <_>6 9 6 4 -1. <_>9 9 3 4 2. 0 -0.0559825114905834 -0.7543113827705383 0.0157977100461721 <_> <_> <_>11 0 3 9 -1. <_>12 1 1 9 3. 1 0.0735782682895660 -1.4777439646422863e-003 -1.0000350475311279 <_> <_> <_>11 0 9 3 -1. <_>10 1 9 1 3. 1 3.7084969226270914e-003 -0.0971846431493759 0.1243532970547676 <_> <_> <_>5 15 12 2 -1. <_>5 16 12 1 2. 0 -1.4889879821566865e-005 0.0714653432369232 -0.1684084981679916 <_> <_> <_>0 0 22 2 -1. <_>11 0 11 2 2. 0 0.1048756018280983 0.0150766503065825 -0.7115948200225830 <_> <_> <_>20 0 2 13 -1. <_>20 0 1 13 2. 0 0.0125874895602465 -0.0207713004201651 0.1746868044137955 <_> <_> <_>0 0 2 13 -1. <_>1 0 1 13 2. 0 -2.2228389570955187e-004 0.1178164035081863 -0.0926274582743645 <_> <_> <_>10 1 6 6 -1. <_>12 1 2 6 3. 0 -0.0777604132890701 -0.7460541129112244 3.6328181158751249e-003 <_> <_> <_>6 1 6 6 -1. <_>8 1 2 6 3. 0 0.0450434200465679 0.0222178697586060 -0.5005291104316711 <_> <_> <_>10 7 12 3 -1. <_>10 8 12 1 3. 0 3.5614410880953074e-003 -0.0512132197618485 0.0899865031242371 <_> <_> <_>0 7 12 3 -1. <_>0 8 12 1 3. 0 -7.4102368671447039e-004 0.1393804997205734 -0.1027221977710724 -0.6816900968551636 20 -1 <_> <_> <_> <_>1 9 8 6 -1. <_>1 9 4 3 2. <_>5 12 4 3 2. 0 -8.5600130259990692e-003 0.1657890975475311 -0.1641291975975037 <_> <_> <_>10 10 7 4 -1. <_>10 12 7 2 2. 0 0.0307988096028566 -0.0334956496953964 0.2857865095138550 <_> <_> <_>8 10 4 6 -1. <_>10 10 2 6 2. 0 -3.7319411057978868e-004 0.1252344995737076 -0.1211517006158829 <_> <_> <_>13 6 8 4 -1. <_>13 6 4 4 2. 1 -0.0192538499832153 -0.0877408832311630 0.0390665717422962 <_> <_> <_>10 1 8 7 -1. <_>12 3 4 7 2. 1 -8.5401646792888641e-003 0.1315227001905441 -0.1300774067640305 <_> <_> <_>8 5 8 7 -1. <_>8 5 4 7 2. 0 0.1242434978485107 0.0190199799835682 -0.7824705243110657 <_> <_> <_>6 5 8 7 -1. <_>10 5 4 7 2. 0 0.0400934182107449 -0.0407437682151794 0.3885174989700317 <_> <_> <_>6 3 16 12 -1. <_>14 3 8 6 2. <_>6 9 8 6 2. 0 -4.4169559259898961e-005 0.0455269701778889 -0.0880638062953949 <_> <_> <_>4 11 6 6 -1. <_>4 13 6 2 3. 0 -0.0176628492772579 -0.3137181103229523 0.0517943389713764 <_> <_> <_>4 2 18 14 -1. <_>13 2 9 7 2. <_>4 9 9 7 2. 0 0.0523685105144978 -0.0358459986746311 0.1500973999500275 <_> <_> <_>5 0 11 12 -1. <_>5 3 11 6 2. 0 -0.0287192799150944 -0.1984937936067581 0.0780990719795227 <_> <_> <_>4 7 16 9 -1. <_>4 10 16 3 3. 0 0.0694357901811600 -0.0550737306475639 0.2178084999322891 <_> <_> <_>0 1 18 3 -1. <_>0 2 18 1 3. 0 0.0547944381833076 -0.0302236899733543 0.6299396753311157 <_> <_> <_>12 13 6 4 -1. <_>12 15 6 2 2. 0 -0.0153155000880361 -0.1505279988050461 0.0201943702995777 <_> <_> <_>1 10 6 8 -1. <_>1 10 3 4 2. <_>4 14 3 4 2. 0 0.0290019698441029 -0.0207389891147614 0.4564509987831116 <_> <_> <_>14 12 8 6 -1. <_>18 12 4 3 2. <_>14 15 4 3 2. 0 -0.0232647694647312 0.1467252969741821 -0.0380813516676426 <_> <_> <_>9 3 12 3 -1. <_>13 7 4 3 3. 1 0.0190631095319986 0.0729212388396263 -0.2272370010614395 <_> <_> <_>8 12 6 6 -1. <_>8 12 3 6 2. 0 1.2208239641040564e-003 0.0734713226556778 -0.1912292987108231 <_> <_> <_>4 8 14 10 -1. <_>4 13 14 5 2. 0 -0.1756591051816940 0.2592468857765198 -0.0560151189565659 <_> <_> <_>11 2 8 8 -1. <_>11 2 4 8 2. 1 -0.0380421318113804 0.1611361056566238 -0.0437588207423687 <_> <_> <_>9 6 4 8 -1. <_>9 6 4 4 2. 1 0.0301302596926689 0.0578308291733265 -0.2977417111396790 <_> <_> <_>18 3 4 10 -1. <_>18 3 4 5 2. 1 0.0200892202556133 -0.0605096295475960 0.0334416814148426 <_> <_> <_>5 15 12 3 -1. <_>9 15 4 3 3. 0 2.6193389203399420e-004 -0.1517544984817505 0.1109410971403122 <_> <_> <_>11 8 4 6 -1. <_>11 8 4 3 2. 1 0.0403106287121773 0.0174771193414927 -0.1418537944555283 <_> <_> <_>11 8 6 4 -1. <_>11 8 3 4 2. 1 -2.9343019705265760e-003 -0.1696013957262039 0.0935302525758743 <_> <_> <_>3 13 16 5 -1. <_>7 13 8 5 2. 0 0.0145545201376081 -0.0758445262908936 0.2777166068553925 <_> <_> <_>6 2 4 12 -1. <_>6 2 2 6 2. <_>8 8 2 6 2. 0 3.4086001105606556e-003 0.0739333108067513 -0.1962659060955048 <_> <_> <_>2 14 18 4 -1. <_>11 14 9 2 2. <_>2 16 9 2 2. 0 -6.7988429218530655e-003 -0.2013248056173325 0.0582760386168957 <_> <_> <_>3 1 12 3 -1. <_>3 2 12 1 3. 0 -5.0457930192351341e-003 0.1944606006145477 -0.0716915801167488 <_> <_> <_>6 1 16 3 -1. <_>6 2 16 1 3. 0 0.0104650100693107 -0.0473145917057991 0.1931611001491547 <_> <_> <_>5 3 8 3 -1. <_>9 3 4 3 2. 0 -1.6713530058041215e-003 0.0929151475429535 -0.1189012974500656 <_> <_> <_>16 3 4 6 -1. <_>16 3 4 3 2. 1 -0.0427043586969376 0.1696103960275650 -0.0206326507031918 <_> <_> <_>4 3 10 4 -1. <_>4 3 5 4 2. 1 0.2036782950162888 0.0232468992471695 -0.4942026138305664 <_> <_> <_>14 5 6 8 -1. <_>17 5 3 4 2. <_>14 9 3 4 2. 0 -8.3379482384771109e-004 0.0500010699033737 -0.0737798064947128 <_> <_> <_>1 2 14 12 -1. <_>1 5 14 6 2. 0 0.1785476952791214 0.0155882900580764 -0.7765008211135864 <_> <_> <_>11 2 6 12 -1. <_>11 5 6 6 2. 0 -0.1353528946638107 -0.5229911208152771 3.1595760956406593e-003 <_> <_> <_>5 2 6 12 -1. <_>5 5 6 6 2. 0 0.0465552695095539 -0.0418910607695580 0.3032479882240295 <_> <_> <_>11 5 8 5 -1. <_>11 5 4 5 2. 1 0.0226636491715908 0.0388511605560780 -0.0851962268352509 <_> <_> <_>4 0 9 18 -1. <_>7 0 3 18 3. 0 -0.2302772998809815 -0.9350309967994690 0.0139423497021198 <_> <_> <_>11 14 6 4 -1. <_>11 16 6 2 2. 0 0.0257141403853893 -9.1460775583982468e-003 0.7806320190429688 <_> <_> <_>5 14 6 4 -1. <_>5 16 6 2 2. 0 -7.3728510869841557e-006 0.0627309232950211 -0.2004217058420181 <_> <_> <_>12 13 6 4 -1. <_>12 15 6 2 2. 0 -0.0197578892111778 -0.2343472987413406 0.0146009000018239 <_> <_> <_>1 6 13 3 -1. <_>1 7 13 1 3. 0 -4.1893101297318935e-003 0.1497139930725098 -0.0693688690662384 <_> <_> <_>10 6 12 3 -1. <_>10 7 12 1 3. 0 1.1314969742670655e-003 -0.0692035928368568 0.1044744029641151 <_> <_> <_>1 8 6 4 -1. <_>4 8 3 4 2. 0 6.3914088532328606e-003 0.0561340302228928 -0.1986276954412460 <_> <_> <_>14 12 6 6 -1. <_>16 12 2 6 3. 0 -3.7047569639980793e-003 0.0968172922730446 -0.0952822864055634 <_> <_> <_>2 12 6 6 -1. <_>4 12 2 6 3. 0 0.0306274592876434 -0.0500796400010586 0.2602388858795166 <_> <_> <_>7 15 12 3 -1. <_>11 15 4 3 3. 0 0.0324444398283958 0.0310999397188425 -0.2078860998153687 <_> <_> <_>1 12 8 5 -1. <_>5 12 4 5 2. 0 0.0116515597328544 -0.0583119504153728 0.2537410855293274 <_> <_> <_>14 5 6 8 -1. <_>17 5 3 4 2. <_>14 9 3 4 2. 0 -0.0365152209997177 -0.2674919068813324 0.0205362495034933 <_> <_> <_>2 5 6 8 -1. <_>2 5 3 4 2. <_>5 9 3 4 2. 0 0.0174746308475733 0.0474169813096523 -0.3371900916099548 <_> <_> <_>14 11 8 6 -1. <_>18 11 4 3 2. <_>14 14 4 3 2. 0 -1.5204170485958457e-003 0.0589338093996048 -0.0958449468016624 <_> <_> <_>4 0 8 6 -1. <_>4 0 4 3 2. <_>8 3 4 3 2. 0 0.0477611795067787 0.0108497003093362 -0.8663501739501953 <_> <_> <_>14 3 7 4 -1. <_>14 3 7 2 2. 1 -0.0635691136121750 0.2585859894752502 -0.0181565806269646 <_> <_> <_>0 11 8 6 -1. <_>0 11 4 3 2. <_>4 14 4 3 2. 0 -1.7476839711889625e-003 0.0757502466440201 -0.1429527997970581 <_> <_> <_>4 13 14 4 -1. <_>4 15 14 2 2. 0 -4.6762558631598949e-003 -0.0912233963608742 0.1313527971506119 <_> <_> <_>5 3 9 8 -1. <_>8 3 3 8 3. 0 0.0222021006047726 -0.0533974505960941 0.2074397951364517 <_> <_> <_>5 0 15 8 -1. <_>10 0 5 8 3. 0 -0.2464735954999924 -0.4561021924018860 3.5777890589088202e-003 <_> <_> <_>2 0 15 8 -1. <_>7 0 5 8 3. 0 5.0148782320320606e-003 0.0888718292117119 -0.1623649001121521 <_> <_> <_>14 0 6 11 -1. <_>16 0 2 11 3. 0 -0.0420239716768265 0.1280557960271835 -0.0119267599657178 <_> <_> <_>0 16 18 2 -1. <_>6 16 6 2 3. 0 -0.1089551970362663 -0.6646612286567688 0.0159055497497320 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 -0.3667292892932892 0.3637480139732361 -0.0312062297016382 <_> <_> <_>8 3 4 7 -1. <_>8 3 2 7 2. 1 9.5884501934051514e-003 0.0910735502839088 -0.1249236017465591 <_> <_> <_>10 3 6 8 -1. <_>12 3 2 8 3. 0 1.6124530229717493e-003 0.0337519794702530 -0.0587492398917675 <_> <_> <_>6 3 6 8 -1. <_>8 3 2 8 3. 0 -0.0178824309259653 0.2099276930093765 -0.0632152333855629 <_> <_> <_>7 13 12 4 -1. <_>7 15 12 2 2. 0 -6.6655018599703908e-005 0.0550200305879116 -0.1790881007909775 <_> <_> <_>3 9 16 8 -1. <_>3 9 8 4 2. <_>11 13 8 4 2. 0 -0.0109126102179289 -0.1787886023521423 0.0640889033675194 <_> <_> <_>9 0 13 3 -1. <_>9 1 13 1 3. 0 -1.9031569827347994e-003 0.1101256012916565 -0.0625764429569244 <_> <_> <_>4 0 4 12 -1. <_>4 0 2 6 2. <_>6 6 2 6 2. 0 4.7322059981524944e-003 0.0606118105351925 -0.1752125024795532 <_> <_> <_>1 11 20 4 -1. <_>6 11 10 4 2. 0 0.1795500069856644 -0.0264137107878923 0.5146319866180420 <_> <_> <_>3 14 6 4 -1. <_>6 14 3 4 2. 0 -1.8869279883801937e-003 0.0707328692078590 -0.1897756010293961 <_> <_> <_>10 6 12 3 -1. <_>10 7 12 1 3. 0 -3.5322420299053192e-003 0.0958002880215645 -0.0492516607046127 <_> <_> <_>0 6 12 3 -1. <_>0 7 12 1 3. 0 1.0818409500643611e-003 -0.0970824882388115 0.1409244984388351 <_> <_> <_>6 2 14 6 -1. <_>6 4 14 2 3. 0 -0.0954552590847015 -0.6837651729583740 8.8187018409371376e-003 <_> <_> <_>4 1 6 4 -1. <_>4 1 6 2 2. 1 1.6179149970412254e-003 -0.0951295793056488 0.1135148033499718 <_> <_> <_>1 0 21 18 -1. <_>8 0 7 18 3. 0 0.6554787755012512 9.7635984420776367e-003 -0.5658118724822998 <_> <_> <_>5 0 14 2 -1. <_>5 0 7 2 2. 1 -0.0779737234115601 0.3557372987270355 -0.0331261307001114 <_> <_> <_>14 8 4 9 -1. <_>14 11 4 3 3. 0 0.0202090293169022 0.0393016114830971 -0.1358025074005127 <_> <_> <_>2 0 6 10 -1. <_>4 0 2 10 3. 0 0.0903235897421837 -0.0159329306334257 0.6940913200378418 <_> <_> <_>5 11 12 4 -1. <_>11 11 6 2 2. <_>5 13 6 2 2. 0 -6.2048831023275852e-003 -0.1703765988349915 0.0680906772613525 <_> <_> <_>8 5 4 6 -1. <_>10 5 2 6 2. 0 -0.0157372504472733 0.1625010967254639 -0.0665289387106895 <_> <_> <_>7 1 15 9 -1. <_>12 4 5 3 9. 0 -0.0353970415890217 -0.0897665470838547 0.0491357408463955 <_> <_> <_>0 1 15 9 -1. <_>5 4 5 3 9. 0 0.0328508615493774 0.0851581394672394 -0.1300231963396072 <_> <_> <_>5 0 12 16 -1. <_>11 0 6 8 2. <_>5 8 6 8 2. 0 -0.0840240567922592 0.3065848946571350 -0.0393136218190193 <_> <_> <_>8 10 6 5 -1. <_>11 10 3 5 2. 0 2.1347659640014172e-003 0.0833869501948357 -0.1223948001861572 <_> <_> <_>10 4 8 9 -1. <_>10 7 8 3 3. 0 0.1792261004447937 2.6004109531641006e-003 -0.9998909235000610 <_> <_> <_>4 4 8 9 -1. <_>4 7 8 3 3. 0 0.1185439005494118 0.0110983699560165 -0.8962950706481934 <_> <_> <_>8 3 12 3 -1. <_>8 4 12 1 3. 0 -2.7351840399205685e-003 0.1158913001418114 -0.0635892078280449 <_> <_> <_>0 3 13 3 -1. <_>0 4 13 1 3. 0 6.6092880442738533e-003 -0.0794914290308952 0.1850122958421707 <_> <_> <_>10 1 12 3 -1. <_>14 1 4 3 3. 0 -0.0210720095783472 -0.1470849961042404 0.0260712802410126 <_> <_> <_>0 1 12 3 -1. <_>4 1 4 3 3. 0 0.0134116197004914 0.0486455895006657 -0.2204180061817169 <_> <_> <_>8 3 12 3 -1. <_>8 4 12 1 3. 0 -0.0206615403294563 0.2137404978275299 -0.0222432296723127 <_> <_> <_>8 4 6 4 -1. <_>8 4 3 4 2. 1 -0.1093925014138222 -0.7923508882522583 0.0119324997067451 <_> <_> <_>13 2 2 11 -1. <_>13 2 1 11 2. 1 0.0545732714235783 -8.7064085528254509e-003 0.3822610974311829 <_> <_> <_>9 2 11 2 -1. <_>9 2 11 1 2. 1 -0.0278459899127483 0.4209634065628052 -0.0343008190393448 <_> <_> <_>11 1 3 16 -1. <_>11 9 3 8 2. 0 0.1497317999601364 5.5857440456748009e-003 -0.7102707028388977 <_> <_> <_>7 1 4 9 -1. <_>7 4 4 3 3. 0 0.0545480214059353 0.0192897692322731 -0.5506185293197632 <_> <_> <_>12 4 4 8 -1. <_>12 8 4 4 2. 0 5.4990737698972225e-003 0.0436438918113709 -0.1223369985818863 <_> <_> <_>1 7 6 4 -1. <_>1 9 6 2 2. 0 3.5988059244118631e-004 -0.0950050204992294 0.1250164061784744 <_> <_> <_>12 4 4 8 -1. <_>12 8 4 4 2. 0 -0.0510030686855316 -0.3464818894863129 0.0141243999823928 <_> <_> <_>6 4 4 8 -1. <_>6 8 4 4 2. 0 -0.0593791306018829 0.6884043216705322 -0.0207809992134571 <_> <_> <_>19 3 3 12 -1. <_>20 4 1 12 3. 1 0.0689760372042656 8.5678137838840485e-003 -0.6909855008125305 <_> <_> <_>3 3 12 3 -1. <_>2 4 12 1 3. 1 -4.3954830616712570e-003 -0.1738288998603821 0.0691059902310371 <_> <_> <_>13 6 3 7 -1. <_>14 7 1 7 3. 1 0.0138380303978920 -0.0293981190770864 0.1968578994274139 <_> <_> <_>8 12 6 4 -1. <_>11 12 3 4 2. 0 -7.5316978618502617e-003 -0.3579084873199463 0.0396854504942894 <_> <_> <_>10 8 10 10 -1. <_>15 8 5 5 2. <_>10 13 5 5 2. 0 -0.0882997065782547 -0.2377042025327683 3.0232321005314589e-003 <_> <_> <_>2 8 10 10 -1. <_>2 8 5 5 2. <_>7 13 5 5 2. 0 -0.0441387593746185 0.2654140889644623 -0.0518651790916920 -0.6068928837776184 21 -1 <_> <_> <_> <_>1 11 20 3 -1. <_>6 11 10 3 2. 0 -0.0925825834274292 0.3618328869342804 -0.0782759636640549 <_> <_> <_>13 8 6 4 -1. <_>13 8 3 4 2. 1 -4.8143980093300343e-003 -0.1268171966075897 0.0677237883210182 <_> <_> <_>4 11 8 4 -1. <_>8 11 4 4 2. 0 0.0323651283979416 -0.0460871085524559 0.3269202113151550 <_> <_> <_>9 5 10 6 -1. <_>9 5 5 6 2. 0 -0.0170285701751709 0.0913064032793045 -0.1166059002280235 <_> <_> <_>4 8 6 9 -1. <_>7 8 3 9 2. 0 -0.1130862012505531 -0.7963135838508606 0.0584269911050797 <_> <_> <_>4 5 16 4 -1. <_>4 5 8 4 2. 0 -3.5633759107440710e-003 -0.0826106220483780 0.1016670018434525 <_> <_> <_>2 4 18 6 -1. <_>8 6 6 2 9. 0 -0.2410956025123596 0.2792722880840302 -0.0807449668645859 <_> <_> <_>11 1 2 11 -1. <_>11 1 1 11 2. 1 0.0225992891937494 0.0517445988953114 -0.2886540889739990 <_> <_> <_>7 1 6 8 -1. <_>7 1 3 4 2. <_>10 5 3 4 2. 0 0.0200022701174021 -0.0579623617231846 0.2904478907585144 <_> <_> <_>7 10 8 6 -1. <_>9 10 4 6 2. 0 -1.9348099594935775e-003 0.0988086834549904 -0.1236845999956131 <_> <_> <_>6 12 9 4 -1. <_>9 12 3 4 3. 0 -7.5757717713713646e-003 -0.2007191032171249 0.0927412882447243 <_> <_> <_>10 12 9 4 -1. <_>13 12 3 4 3. 0 0.0333818197250366 -0.0345307588577271 0.3087649941444397 <_> <_> <_>8 0 10 8 -1. <_>8 0 5 8 2. 1 0.0474189817905426 -0.1356326937675476 0.1101675033569336 <_> <_> <_>9 6 12 4 -1. <_>15 6 6 2 2. <_>9 8 6 2 2. 0 -5.4173129610717297e-003 -0.1605008989572525 0.0726122930645943 <_> <_> <_>4 9 14 5 -1. <_>11 9 7 5 2. 0 -9.6942558884620667e-003 -0.1637648940086365 0.0844264701008797 <_> <_> <_>14 6 6 6 -1. <_>12 8 6 2 3. 1 -0.0606321692466736 0.1647441983222961 -0.0269814003258944 <_> <_> <_>6 4 6 7 -1. <_>8 4 2 7 3. 0 5.0302860327064991e-003 -0.1099682971835136 0.1348073035478592 <_> <_> <_>14 9 6 6 -1. <_>14 12 6 3 2. 0 -0.0877922028303146 -0.6831796765327454 0.0108346100896597 <_> <_> <_>2 9 6 6 -1. <_>2 12 6 3 2. 0 0.0303904097527266 -0.0424505695700645 0.3077059984207153 <_> <_> <_>13 8 4 8 -1. <_>13 8 2 8 2. 0 -0.0515663400292397 -0.6284000873565674 9.7069833427667618e-003 <_> <_> <_>5 8 4 9 -1. <_>7 8 2 9 2. 0 -4.2446999577805400e-004 0.0845956131815910 -0.1807512938976288 <_> <_> <_>2 4 18 12 -1. <_>8 8 6 4 9. 0 -0.1213535964488983 -0.1271748989820480 0.0965750589966774 <_> <_> <_>3 5 10 6 -1. <_>8 5 5 6 2. 0 -0.0151505600661039 0.0930375531315804 -0.1312790066003799 <_> <_> <_>6 0 12 8 -1. <_>6 0 6 8 2. 0 0.0394464097917080 0.0255436394363642 -0.1146064028143883 <_> <_> <_>0 11 8 7 -1. <_>2 11 4 7 2. 0 -8.2465475425124168e-003 0.2400871068239212 -0.0516802482306957 <_> <_> <_>15 11 6 7 -1. <_>17 11 2 7 3. 0 0.0352623611688614 -0.0335550494492054 0.2057549953460693 <_> <_> <_>3 16 14 2 -1. <_>3 17 14 1 2. 0 0.0117030600085855 0.0235292501747608 -0.4998390078544617 <_> <_> <_>9 15 13 3 -1. <_>9 16 13 1 3. 0 0.0429699681699276 -0.0126833301037550 0.5404338836669922 <_> <_> <_>0 15 13 3 -1. <_>0 16 13 1 3. 0 -0.0158117990940809 0.3956415057182312 -0.0355683900415897 <_> <_> <_>5 13 12 3 -1. <_>5 14 12 1 3. 0 4.6253358013927937e-003 0.0523705407977104 -0.2298993021249771 <_> <_> <_>0 14 14 3 -1. <_>0 15 14 1 3. 0 -1.5898230485618114e-003 0.1379200965166092 -0.0867831930518150 <_> <_> <_>13 5 6 6 -1. <_>15 5 2 6 3. 0 6.2329089269042015e-004 -0.0866438299417496 0.0577100291848183 <_> <_> <_>3 5 6 6 -1. <_>5 5 2 6 3. 0 7.0994929410517216e-003 0.0757976174354553 -0.1689887046813965 <_> <_> <_>2 3 20 4 -1. <_>7 3 10 4 2. 0 0.0696087777614594 -0.0124546997249126 0.2084520012140274 <_> <_> <_>4 13 12 2 -1. <_>4 14 12 1 2. 0 -0.0187595207244158 -0.5500862002372742 0.0210402794182301 <_> <_> <_>9 6 9 6 -1. <_>12 6 3 6 3. 0 0.0465137884020805 -0.0259040091186762 0.1832201927900314 <_> <_> <_>8 5 6 7 -1. <_>10 5 2 7 3. 0 0.0216385796666145 -0.0388739109039307 0.2991969883441925 <_> <_> <_>15 0 3 10 -1. <_>16 1 1 10 3. 1 -0.0767725706100464 -1. 3.9020550902932882e-003 <_> <_> <_>7 0 10 3 -1. <_>6 1 10 1 3. 1 0.0405355282127857 0.0188806802034378 -0.6603388786315918 <_> <_> <_>11 4 8 6 -1. <_>15 4 4 3 2. <_>11 7 4 3 2. 0 0.0403387583792210 9.2877401039004326e-003 -0.3442203104496002 <_> <_> <_>7 0 12 3 -1. <_>6 1 12 1 3. 1 0.0434042401611805 -0.0221117790788412 0.5122771263122559 <_> <_> <_>19 4 3 11 -1. <_>20 5 1 11 3. 1 0.0168951302766800 0.0300584807991982 -0.1864860057830811 <_> <_> <_>1 11 6 7 -1. <_>3 11 2 7 3. 0 3.0269259586930275e-003 -0.1397909969091415 0.0875445604324341 <_> <_> <_>7 4 15 14 -1. <_>7 11 15 7 2. 0 -0.3717184066772461 -0.2967667877674103 0.0162415504455566 <_> <_> <_>3 4 11 3 -1. <_>2 5 11 1 3. 1 -0.0257987398654222 -0.4371350109577179 0.0267681498080492 <_> <_> <_>14 6 3 8 -1. <_>15 7 1 8 3. 1 -9.0826600790023804e-003 0.0995484963059425 -0.0385005399584770 <_> <_> <_>3 0 3 18 -1. <_>4 0 1 18 3. 0 -1.7977179959416389e-003 0.1381019949913025 -0.0753872320055962 <_> <_> <_>14 3 8 4 -1. <_>14 3 8 2 2. 1 0.1243569999933243 4.6064029447734356e-003 -0.3690980076789856 <_> <_> <_>8 3 4 8 -1. <_>8 3 2 8 2. 1 -0.0129014896228909 -0.2043330073356628 0.0531336106359959 <_> <_> <_>18 2 4 12 -1. <_>15 5 4 6 2. 1 -0.0133520998060703 -0.1051217019557953 0.0597462393343449 <_> <_> <_>2 9 17 3 -1. <_>2 10 17 1 3. 0 -0.0306505206972361 0.3436650037765503 -0.0396178103983402 <_> <_> <_>7 9 14 3 -1. <_>7 10 14 1 3. 0 2.0778391044586897e-003 -0.0507552884519100 0.0729307532310486 <_> <_> <_>8 2 6 8 -1. <_>8 2 3 4 2. <_>11 6 3 4 2. 0 -0.0611611790955067 0.7837166786193848 -0.0139401303604245 <_> <_> <_>11 4 8 6 -1. <_>15 4 4 3 2. <_>11 7 4 3 2. 0 -0.0666819736361504 -0.6701030731201172 4.2770858854055405e-003 <_> <_> <_>3 4 8 6 -1. <_>3 4 4 3 2. <_>7 7 4 3 2. 0 0.0273598507046700 0.0242531802505255 -0.4267185926437378 <_> <_> <_>3 1 18 3 -1. <_>3 2 18 1 3. 0 -2.4731201119720936e-003 0.0964932367205620 -0.0574338398873806 <_> <_> <_>0 9 8 3 -1. <_>4 9 4 3 2. 0 -0.0107214897871017 -0.2157561033964157 0.0442569702863693 <_> <_> <_>13 2 9 10 -1. <_>13 7 9 5 2. 0 -0.1393698006868362 -0.3637753129005432 0.0100051397457719 <_> <_> <_>1 2 8 12 -1. <_>1 2 4 6 2. <_>5 8 4 6 2. 0 -0.0568677112460136 0.3032726943492889 -0.0372307896614075 <_> <_> <_>12 5 8 6 -1. <_>16 5 4 3 2. <_>12 8 4 3 2. 0 -0.0657765120267868 -1. 1.2443619780242443e-003 <_> <_> <_>1 0 17 3 -1. <_>1 1 17 1 3. 0 -1.5500129666179419e-003 0.1289858072996140 -0.0855282470583916 <_> <_> <_>4 0 15 2 -1. <_>4 1 15 1 2. 0 8.7909551803022623e-004 -0.0799063816666603 0.1284713000059128 <_> <_> <_>5 0 12 4 -1. <_>5 2 12 2 2. 0 2.9614660888910294e-003 0.0894338414072990 -0.1704798042774200 <_> <_> <_>7 4 15 14 -1. <_>7 11 15 7 2. 0 -0.5073503851890564 -0.8419762849807739 2.3592109791934490e-003 <_> <_> <_>8 2 9 2 -1. <_>8 2 9 1 2. 1 0.0354092009365559 0.0171374902129173 -0.5905207991600037 <_> <_> <_>16 0 2 13 -1. <_>16 0 1 13 2. 1 -0.0462202392518520 0.4738368988037109 -0.0114230895414948 <_> <_> <_>6 0 13 2 -1. <_>6 0 13 1 2. 1 0.0408750995993614 -0.0267140790820122 0.4213987886905670 <_> <_> <_>12 7 2 9 -1. <_>12 7 1 9 2. 1 -0.0576518103480339 0.5602129101753235 -9.5757292583584785e-003 <_> <_> <_>10 7 9 2 -1. <_>10 7 9 1 2. 1 3.3733060117810965e-003 0.0723236203193665 -0.1551048010587692 <_> <_> <_>9 0 11 10 -1. <_>9 5 11 5 2. 0 -0.3409616053104401 -1. -3.1605950789526105e-004 <_> <_> <_>8 5 9 2 -1. <_>8 5 9 1 2. 1 -5.5850511416792870e-003 -0.1576807051897049 0.0736257433891296 <_> <_> <_>13 2 9 10 -1. <_>13 7 9 5 2. 0 -0.1106723994016647 0.2364044040441513 -0.0126707796007395 <_> <_> <_>0 2 9 10 -1. <_>0 7 9 5 2. 0 0.0432464107871056 -0.0493464209139347 0.3011310100555420 <_> <_> <_>17 2 3 8 -1. <_>17 6 3 4 2. 0 -5.8916499838232994e-003 -0.1472765058279038 0.0613457001745701 <_> <_> <_>2 2 3 8 -1. <_>2 6 3 4 2. 0 -2.8674090572167188e-005 0.1153924018144608 -0.1469265073537827 <_> <_> <_>4 4 18 4 -1. <_>13 4 9 2 2. <_>4 6 9 2 2. 0 0.0261749103665352 -0.0229605808854103 0.2100441008806229 <_> <_> <_>0 4 18 4 -1. <_>0 4 9 2 2. <_>9 6 9 2 2. 0 -1.9902619533240795e-003 0.0972506329417229 -0.1324492990970612 <_> <_> <_>4 1 14 4 -1. <_>11 1 7 2 2. <_>4 3 7 2 2. 0 -0.0169608406722546 -0.3194906115531921 0.0361882895231247 <_> <_> <_>0 0 21 8 -1. <_>7 0 7 8 3. 0 -0.1563473939895630 0.3193452954292297 -0.0419170707464218 <_> <_> <_>5 0 14 18 -1. <_>12 0 7 9 2. <_>5 9 7 9 2. 0 -0.2386395037174225 0.3818357884883881 -8.6567532271146774e-003 <_> <_> <_>1 11 16 4 -1. <_>5 11 8 4 2. 0 -0.0776415020227432 -0.3315665125846863 0.0334911495447159 <_> <_> <_>6 9 10 6 -1. <_>6 11 10 2 3. 0 -0.0452578999102116 0.4605852961540222 -0.0313548594713211 <_> <_> <_>5 10 12 4 -1. <_>5 11 12 2 2. 0 -0.0333907902240753 -0.7297474741935730 0.0162069909274578 <_> <_> <_>15 4 6 6 -1. <_>15 4 3 6 2. 1 0.0730794668197632 -0.0192014500498772 0.3401190936565399 <_> <_> <_>7 4 6 6 -1. <_>7 4 6 3 2. 1 -0.0545362308621407 0.3322716057300568 -0.0331634283065796 <_> <_> <_>12 5 8 6 -1. <_>16 5 4 3 2. <_>12 8 4 3 2. 0 0.0395526885986328 0.0118175595998764 -0.3213171958923340 <_> <_> <_>5 5 8 4 -1. <_>5 5 8 2 2. 1 5.9160130331292748e-004 -0.1176635026931763 0.0880023613572121 <_> <_> <_>17 6 3 12 -1. <_>17 10 3 4 3. 0 0.0353797301650047 0.0182861909270287 -0.1620689034461975 <_> <_> <_>5 7 9 2 -1. <_>5 7 9 1 2. 1 0.0201524905860424 0.0228259395807981 -0.4303478896617889 <_> <_> <_>14 6 3 8 -1. <_>15 7 1 8 3. 1 -0.0291852895170450 0.1825695931911469 -0.0163763090968132 <_> <_> <_>5 7 12 2 -1. <_>5 8 12 1 2. 0 -0.0217057801783085 -0.6697772145271301 0.0167823601514101 <_> <_> <_>4 5 18 3 -1. <_>4 6 18 1 3. 0 0.0425842702388763 -0.0168524999171495 0.3436039984226227 <_> <_> <_>1 6 15 9 -1. <_>6 6 5 9 3. 0 -0.1266373991966248 0.2674858868122101 -0.0361077897250652 <_> <_> <_>19 4 3 10 -1. <_>19 4 3 5 2. 1 0.1426007002592087 0.0144452704116702 -0.1972950994968414 <_> <_> <_>0 12 18 6 -1. <_>0 15 18 3 2. 0 0.0535609312355518 0.0173247996717691 -0.5960922241210938 <_> <_> <_>6 13 13 4 -1. <_>6 15 13 2 2. 0 -5.9380959719419479e-003 -0.0651562735438347 0.0596456006169319 <_> <_> <_>3 5 8 9 -1. <_>3 8 8 3 3. 0 -6.6497321240603924e-003 0.1427001953125000 -0.0796698182821274 <_> <_> <_>6 8 10 8 -1. <_>6 10 10 4 2. 0 -3.0137640424072742e-003 0.1399628967046738 -0.0948317572474480 <_> <_> <_>4 6 13 6 -1. <_>4 9 13 3 2. 0 -0.0172130502760410 -0.1726574003696442 0.0694516524672508 <_> <_> <_>14 3 2 12 -1. <_>14 3 2 6 2. 1 0.1077570989727974 -4.6757548116147518e-003 0.9216187000274658 <_> <_> <_>8 3 12 2 -1. <_>8 3 6 2 2. 1 0.0587385408580303 -0.0424589812755585 0.2883234918117523 <_> <_> <_>13 1 5 12 -1. <_>13 1 5 6 2. 1 -0.3047547936439514 -1. 2.6918480216409080e-005 <_> <_> <_>9 1 12 5 -1. <_>9 1 6 5 2. 1 0.2039577960968018 0.0253179892897606 -0.5027515888214111 <_> <_> <_>8 12 8 3 -1. <_>8 12 4 3 2. 0 -9.7794281318783760e-003 -0.1906087994575501 0.0305771399289370 <_> <_> <_>5 12 12 4 -1. <_>8 12 6 4 2. 0 -0.0227754991501570 0.2704837024211884 -0.0510012097656727 <_> <_> <_>13 8 6 4 -1. <_>13 8 3 4 2. 1 9.8080374300479889e-003 0.0241802502423525 -0.0750008374452591 <_> <_> <_>9 8 4 6 -1. <_>9 8 4 3 2. 1 -0.0111309699714184 -0.2382574975490570 0.0643887221813202 -0.5688105821609497 22 -1 <_> <_> <_> <_>1 7 20 11 -1. <_>6 7 10 11 2. 0 -0.2138068974018097 0.2768664062023163 -0.0927778184413910 <_> <_> <_>10 13 12 3 -1. <_>10 14 12 1 3. 0 -3.3374479971826077e-003 0.1411923021078110 -0.0519071593880653 <_> <_> <_>1 10 6 4 -1. <_>4 10 3 4 2. 0 -0.0287385508418083 -0.3624325096607208 0.0319380201399326 <_> <_> <_>15 10 6 4 -1. <_>15 10 3 4 2. 0 -3.5554158966988325e-003 0.1196912005543709 -0.0523067489266396 <_> <_> <_>0 13 12 3 -1. <_>0 14 12 1 3. 0 -0.0107324598357081 0.2860266864299774 -0.0605550594627857 <_> <_> <_>4 10 14 8 -1. <_>4 14 14 4 2. 0 0.0873102396726608 -0.0336133912205696 0.4778678119182587 <_> <_> <_>5 14 12 4 -1. <_>5 15 12 2 2. 0 2.1971999667584896e-003 0.0602079704403877 -0.2154375016689301 <_> <_> <_>5 16 12 2 -1. <_>5 17 12 1 2. 0 -7.4302748544141650e-005 0.1414128988981247 -0.1271156072616577 <_> <_> <_>1 0 20 12 -1. <_>6 0 10 12 2. 0 -0.2931401133537293 -0.5559828877449036 7.8105749562382698e-003 <_> <_> <_>7 12 15 5 -1. <_>12 12 5 5 3. 0 0.0779965370893478 -0.0202381405979395 0.2223376929759979 <_> <_> <_>6 0 15 2 -1. <_>6 0 15 1 2. 1 4.9733570776879787e-003 -0.1541032940149307 0.0988745167851448 <_> <_> <_>6 5 12 8 -1. <_>12 5 6 4 2. <_>6 9 6 4 2. 0 -0.0622326508164406 -0.2525390982627869 0.0258643291890621 <_> <_> <_>4 5 12 8 -1. <_>4 5 6 4 2. <_>10 9 6 4 2. 0 -7.4750548228621483e-003 -0.1907179057598114 0.0845282003283501 <_> <_> <_>6 2 16 6 -1. <_>14 2 8 3 2. <_>6 5 8 3 2. 0 0.0222460106015205 -0.0310246292501688 0.1528923958539963 <_> <_> <_>1 2 16 14 -1. <_>1 2 8 7 2. <_>9 9 8 7 2. 0 -0.0123052597045898 0.1169324964284897 -0.1109255999326706 <_> <_> <_>11 14 6 4 -1. <_>11 14 3 4 2. 0 -1.3985290424898267e-003 -0.2043567001819611 0.0875922590494156 <_> <_> <_>3 8 12 9 -1. <_>7 11 4 3 9. 0 0.3636125028133392 -0.0187503192573786 0.8505452871322632 <_> <_> <_>8 3 14 4 -1. <_>15 3 7 2 2. <_>8 5 7 2 2. 0 -3.8815739098936319e-003 0.0806438773870468 -0.1052099987864494 <_> <_> <_>9 0 6 8 -1. <_>11 2 2 8 3. 1 -0.0525006316602230 0.3800252079963684 -0.0360490791499615 <_> <_> <_>12 13 6 4 -1. <_>12 15 6 2 2. 0 -7.9602311598137021e-004 0.0337949693202972 -0.0756038799881935 <_> <_> <_>4 13 6 4 -1. <_>4 15 6 2 2. 0 -0.0200660899281502 -0.4384298920631409 0.0333891995251179 <_> <_> <_>6 16 16 2 -1. <_>6 17 16 1 2. 0 -2.4233239237219095e-003 -0.0930052474141121 0.0497728288173676 <_> <_> <_>0 3 12 3 -1. <_>0 4 12 1 3. 0 -6.8737422116100788e-003 0.2037483006715775 -0.0581658482551575 <_> <_> <_>8 3 14 3 -1. <_>8 4 14 1 3. 0 6.5535600297152996e-003 -0.0702933967113495 0.1440014988183975 <_> <_> <_>6 2 3 16 -1. <_>6 6 3 8 2. 0 -0.0167806800454855 -0.3222652077674866 0.0437172502279282 <_> <_> <_>5 2 14 14 -1. <_>12 2 7 7 2. <_>5 9 7 7 2. 0 0.0254480708390474 0.0434619188308716 -0.1537698954343796 <_> <_> <_>5 8 3 8 -1. <_>5 12 3 4 2. 0 3.4656568896025419e-003 -0.0631199926137924 0.2139452993869782 <_> <_> <_>14 7 7 4 -1. <_>14 7 7 2 2. 1 0.1013225018978119 -0.0170958302915096 0.1885329931974411 <_> <_> <_>4 6 12 9 -1. <_>8 9 4 3 9. 0 0.1071430966258049 0.0354068912565708 -0.3486903905868530 <_> <_> <_>7 11 15 6 -1. <_>12 11 5 6 3. 0 -0.0145009998232126 0.0379035808146000 -0.0491692088544369 <_> <_> <_>0 11 15 6 -1. <_>5 11 5 6 3. 0 -0.1535475999116898 0.3504832088947296 -0.0327740088105202 <_> <_> <_>15 7 6 8 -1. <_>18 7 3 4 2. <_>15 11 3 4 2. 0 -0.0651375874876976 -0.4138002097606659 7.3137627914547920e-003 <_> <_> <_>0 7 22 10 -1. <_>0 7 11 5 2. <_>11 12 11 5 2. 0 -2.9204839374870062e-003 -0.1375668048858643 0.0907953903079033 <_> <_> <_>1 8 20 8 -1. <_>6 8 10 8 2. 0 -0.3410457074642181 -0.6725202798843384 0.0152002302929759 <_> <_> <_>2 5 7 6 -1. <_>2 7 7 2 3. 0 -4.4478259951574728e-005 0.0965799465775490 -0.1040342003107071 <_> <_> <_>7 2 15 8 -1. <_>7 4 15 4 2. 0 -0.1117222979664803 -0.4223442077636719 4.9457307904958725e-003 <_> <_> <_>3 1 14 8 -1. <_>3 3 14 4 2. 0 2.0429869182407856e-003 0.0994746983051300 -0.1038454025983810 <_> <_> <_>9 2 13 2 -1. <_>9 3 13 1 2. 0 -7.2571309283375740e-003 -0.1504963040351868 0.0297248400747776 <_> <_> <_>8 3 6 8 -1. <_>10 3 2 8 3. 0 -8.4451176226139069e-003 0.0956485792994499 -0.1180536970496178 <_> <_> <_>7 1 15 2 -1. <_>7 2 15 1 2. 0 -0.0301949698477983 0.4657062888145447 -0.0143868997693062 <_> <_> <_>0 1 15 2 -1. <_>0 2 15 1 2. 0 5.7423918042331934e-004 -0.1038231030106545 0.1505282968282700 <_> <_> <_>6 0 12 3 -1. <_>6 1 12 1 3. 0 8.2014611689373851e-004 -0.0751325264573097 0.1036375984549522 <_> <_> <_>4 0 9 4 -1. <_>7 0 3 4 3. 0 7.0748180150985718e-003 0.0660621672868729 -0.1763841956853867 <_> <_> <_>12 3 8 3 -1. <_>12 3 4 3 2. 1 0.0483046695590019 -0.0177676603198051 0.2682015895843506 <_> <_> <_>8 12 6 4 -1. <_>11 12 3 4 2. 0 7.9041812568902969e-003 0.0515227392315865 -0.2063236981630325 <_> <_> <_>12 1 10 4 -1. <_>12 1 5 4 2. 0 0.0847054868936539 7.2250380180776119e-003 -0.5951473712921143 <_> <_> <_>0 1 10 4 -1. <_>5 1 5 4 2. 0 3.9120440487749875e-004 -0.1066353023052216 0.1110381036996841 <_> <_> <_>16 13 6 5 -1. <_>16 13 3 5 2. 0 0.0159593205899000 -0.0485736913979054 0.2583200931549072 <_> <_> <_>0 13 6 5 -1. <_>3 13 3 5 2. 0 -1.8649259582161903e-003 0.1155126988887787 -0.1504859030246735 <_> <_> <_>18 11 4 7 -1. <_>18 11 2 7 2. 0 0.0127279795706272 0.0479302406311035 -0.3031023144721985 <_> <_> <_>0 11 4 7 -1. <_>2 11 2 7 2. 0 -1.5954229747876525e-003 -0.1553757041692734 0.0832148864865303 <_> <_> <_>15 0 6 14 -1. <_>17 0 2 14 3. 0 0.2023489028215408 1.1625860352069139e-003 -1.0000209808349609 <_> <_> <_>1 0 6 14 -1. <_>3 0 2 14 3. 0 -0.0391968712210655 0.3088454902172089 -0.0445240214467049 <_> <_> <_>13 0 4 14 -1. <_>15 0 2 7 2. <_>13 7 2 7 2. 0 0.0158106405287981 -0.0159273296594620 0.1014444977045059 <_> <_> <_>5 0 4 14 -1. <_>5 0 2 7 2. <_>7 7 2 7 2. 0 -2.1568681113421917e-003 0.0952053815126419 -0.1291096061468124 <_> <_> <_>13 2 6 4 -1. <_>13 2 3 4 2. 0 -0.0346043594181538 0.2784355878829956 -0.0107750603929162 <_> <_> <_>1 7 12 4 -1. <_>1 7 6 2 2. <_>7 9 6 2 2. 0 -2.6206790935248137e-003 -0.1374453008174896 0.0929454565048218 <_> <_> <_>4 13 18 3 -1. <_>4 14 18 1 3. 0 4.6692821197211742e-003 -0.0583318211138248 0.1573383957147598 <_> <_> <_>2 6 2 12 -1. <_>2 12 2 6 2. 0 0.0786235332489014 0.0111308302730322 -0.9713814854621887 <_> <_> <_>4 11 16 4 -1. <_>12 11 8 2 2. <_>4 13 8 2 2. 0 0.0395567305386066 2.1708509884774685e-003 -0.4342544972896576 <_> <_> <_>2 11 16 4 -1. <_>2 11 8 2 2. <_>10 13 8 2 2. 0 4.0571438148617744e-003 0.0861207172274590 -0.1557939946651459 <_> <_> <_>10 12 12 4 -1. <_>16 12 6 2 2. <_>10 14 6 2 2. 0 -0.0150146698579192 0.1352397948503494 -0.0257240198552608 <_> <_> <_>0 12 12 4 -1. <_>0 12 6 2 2. <_>6 14 6 2 2. 0 4.6183250378817320e-004 -0.1076688989996910 0.1363386958837509 <_> <_> <_>12 12 10 6 -1. <_>17 12 5 3 2. <_>12 15 5 3 2. 0 0.0528752095997334 5.4555749520659447e-003 -0.3938291072845459 <_> <_> <_>0 10 10 8 -1. <_>0 10 5 4 2. <_>5 14 5 4 2. 0 -0.0595108605921268 0.2869082093238831 -0.0428760796785355 <_> <_> <_>8 0 7 4 -1. <_>8 2 7 2 2. 0 0.0166503600776196 0.0286052990704775 -0.3034949004650116 <_> <_> <_>0 3 14 3 -1. <_>0 4 14 1 3. 0 0.0149596296250820 -0.0526990294456482 0.2182525992393494 <_> <_> <_>15 1 6 8 -1. <_>18 1 3 4 2. <_>15 5 3 4 2. 0 -9.6224267035722733e-003 -0.2143145054578781 0.0483506284654140 <_> <_> <_>2 3 7 4 -1. <_>2 5 7 2 2. 0 -0.0453042611479759 -0.8730847835540772 0.0124497702345252 <_> <_> <_>13 2 6 4 -1. <_>13 2 3 4 2. 0 -7.4465242214500904e-003 -0.1358620971441269 0.0330873206257820 <_> <_> <_>3 2 6 4 -1. <_>6 2 3 4 2. 0 -1.1953880311921239e-003 0.1484857052564621 -0.0852916464209557 <_> <_> <_>5 1 16 4 -1. <_>5 2 16 2 2. 0 5.6622507981956005e-003 -0.0532124489545822 0.1296795010566711 <_> <_> <_>4 15 13 3 -1. <_>4 16 13 1 3. 0 0.0139713604003191 0.0253388304263353 -0.4209741055965424 <_> <_> <_>12 6 3 12 -1. <_>13 6 1 12 3. 0 -4.5216218568384647e-003 0.1262152940034866 -0.0631354302167892 <_> <_> <_>0 16 16 2 -1. <_>8 16 8 2 2. 0 4.7776158899068832e-003 -0.0628999173641205 0.1772444993257523 <_> <_> <_>3 2 16 10 -1. <_>3 7 16 5 2. 0 -5.8305878192186356e-003 0.0879060029983521 -0.1555338054895401 <_> <_> <_>7 1 12 4 -1. <_>10 4 6 4 2. 1 -0.0158792808651924 -0.1269443035125732 0.1028029993176460 <_> <_> <_>14 1 2 9 -1. <_>14 1 1 9 2. 1 1.9526369869709015e-003 -0.0768034532666206 0.0472977496683598 <_> <_> <_>4 10 3 8 -1. <_>4 14 3 4 2. 0 0.0245216507464647 -0.0277146808803082 0.4035046994686127 <_> <_> <_>11 12 6 6 -1. <_>11 14 6 2 3. 0 -0.0845293998718262 1. -2.1367999725043774e-003 <_> <_> <_>5 12 6 6 -1. <_>5 14 6 2 3. 0 1.6844070050865412e-003 0.0740434005856514 -0.1633481979370117 <_> <_> <_>12 6 3 12 -1. <_>13 6 1 12 3. 0 0.0133990598842502 -0.0424531809985638 0.2416412979364395 <_> <_> <_>10 6 8 3 -1. <_>9 7 8 1 3. 1 0.0441826395690441 0.0180395692586899 -0.6439684033393860 <_> <_> <_>12 6 3 12 -1. <_>13 6 1 12 3. 0 0.0383272394537926 7.5849238783121109e-003 -0.3653421103954315 <_> <_> <_>7 6 3 12 -1. <_>8 6 1 12 3. 0 2.5997089687734842e-003 -0.0885534808039665 0.1376366019248962 <_> <_> <_>14 1 2 9 -1. <_>14 1 1 9 2. 1 0.0107754804193974 0.0457531698048115 -0.1195600032806397 <_> <_> <_>11 4 10 3 -1. <_>10 5 10 1 3. 1 -0.0204336494207382 0.2202017009258270 -0.0519258417189121 <_> <_> <_>8 11 9 4 -1. <_>11 11 3 4 3. 0 -0.1240272969007492 0.8884658217430115 -5.1234480924904346e-003 <_> <_> <_>7 5 2 12 -1. <_>8 5 1 12 2. 0 4.7838478349149227e-003 0.0530470311641693 -0.2108590006828308 <_> <_> <_>13 1 3 16 -1. <_>14 1 1 16 3. 0 -0.0458953492343426 0.4448269009590149 -0.0151171199977398 <_> <_> <_>7 4 6 6 -1. <_>9 4 2 6 3. 0 0.0144737903028727 -0.0452014096081257 0.2355625033378601 <_> <_> <_>10 4 2 12 -1. <_>10 4 1 12 2. 0 1.8887920305132866e-003 0.0764433816075325 -0.1638537049293518 <_> <_> <_>0 0 18 5 -1. <_>9 0 9 5 2. 0 -0.1908206939697266 0.6466202139854431 -0.0182426199316978 <_> <_> <_>16 3 2 12 -1. <_>16 3 1 12 2. 1 0.0721584632992744 6.2836478464305401e-003 -0.7482234835624695 <_> <_> <_>6 3 12 2 -1. <_>6 3 12 1 2. 1 9.7802944947034121e-004 0.0790631026029587 -0.1316365003585815 <_> <_> <_>13 6 4 7 -1. <_>14 7 2 7 2. 1 4.8602250171825290e-004 -0.0425949096679688 0.0694627612829208 <_> <_> <_>7 3 13 2 -1. <_>7 3 13 1 2. 1 -0.0108828004449606 -0.2450307011604309 0.0523261614143848 <_> <_> <_>5 14 17 4 -1. <_>5 15 17 2 2. 0 1.1573769734241068e-004 -0.0667293071746826 0.0870889127254486 <_> <_> <_>0 13 18 3 -1. <_>0 14 18 1 3. 0 2.0960739348083735e-003 -0.0761545673012733 0.1359816938638687 <_> <_> <_>6 13 14 3 -1. <_>6 14 14 1 3. 0 0.0436643511056900 8.4812156856060028e-003 -0.8109716773033142 <_> <_> <_>2 13 14 3 -1. <_>2 14 14 1 3. 0 -1.1464370181784034e-003 0.1272123008966446 -0.0847834199666977 <_> <_> <_>5 13 12 2 -1. <_>5 14 12 1 2. 0 -5.5613541044294834e-003 -0.1972253024578095 0.0544110685586929 <_> <_> <_>0 5 4 8 -1. <_>0 9 4 4 2. 0 0.0340838506817818 -0.0323385484516621 0.3406228125095367 <_> <_> <_>15 7 6 8 -1. <_>18 7 3 4 2. <_>15 11 3 4 2. 0 0.0512270815670490 -0.0132620399817824 0.2395363003015518 <_> <_> <_>9 2 4 7 -1. <_>11 2 2 7 2. 0 0.0335317291319370 0.0202799197286367 -0.4833905100822449 <_> <_> <_>8 4 14 3 -1. <_>8 5 14 1 3. 0 0.0153962196782231 -0.0293201897293329 0.1586609929800034 <_> <_> <_>0 4 12 3 -1. <_>0 5 12 1 3. 0 -0.0175507701933384 0.2748897075653076 -0.0377983190119267 <_> <_> <_>13 2 4 9 -1. <_>13 5 4 3 3. 0 -0.0757056474685669 -0.8221439719200134 3.8814740255475044e-003 <_> <_> <_>5 2 4 9 -1. <_>5 5 4 3 3. 0 -5.3475350141525269e-003 -0.1671075969934464 0.0771806165575981 <_> <_> <_>12 6 6 4 -1. <_>12 8 6 2 2. 0 -3.3435279037803411e-003 -0.1067349016666412 0.0475754700601101 <_> <_> <_>5 5 12 3 -1. <_>11 5 6 3 2. 0 0.0193282701075077 -0.0465632900595665 0.2471656054258347 <_> <_> <_>7 1 8 12 -1. <_>7 4 8 6 2. 0 0.0853689834475517 0.0232969205826521 -0.5000224709510803 <_> <_> <_>9 3 6 7 -1. <_>11 5 2 7 3. 1 2.5927850510925055e-003 -0.1118225008249283 0.1104608997702599 <_> <_> <_>12 1 9 6 -1. <_>10 3 9 2 3. 1 -9.1061238199472427e-003 0.0471070110797882 -0.0558076612651348 <_> <_> <_>11 7 8 3 -1. <_>11 7 4 3 2. 1 0.1017069965600967 -0.0159666091203690 0.6985731720924377 <_> <_> <_>14 1 2 9 -1. <_>14 1 1 9 2. 1 0.0228549800813198 -0.0172262191772461 0.1222568973898888 <_> <_> <_>1 7 6 8 -1. <_>1 7 3 4 2. <_>4 11 3 4 2. 0 -0.0165770798921585 -0.2222582995891571 0.0565783008933067 <_> <_> <_>11 0 4 6 -1. <_>11 0 2 6 2. 0 -0.0236414205282927 -0.2773405015468597 0.0160768907517195 <_> <_> <_>7 0 4 6 -1. <_>9 0 2 6 2. 0 5.6385230273008347e-003 0.0454392805695534 -0.2254963070154190 <_> <_> <_>0 7 22 4 -1. <_>11 7 11 2 2. <_>0 9 11 2 2. 0 5.7422029785811901e-003 -0.0785687789320946 0.1523496061563492 <_> <_> <_>3 5 4 8 -1. <_>3 9 4 4 2. 0 -4.3363519944250584e-004 0.0959209501743317 -0.1127424016594887 <_> <_> <_>5 4 12 3 -1. <_>9 4 4 3 3. 0 0.0102679198607802 -0.0493329912424088 0.2481082975864410 <_> <_> <_>10 2 12 3 -1. <_>10 2 6 3 2. 1 0.0138657195493579 0.0705479383468628 -0.1859433054924011 -0.6582424044609070 23 -1 <_> <_> <_> <_>5 2 6 16 -1. <_>5 10 6 8 2. 0 -0.0469806306064129 0.1707855015993118 -0.1568731069564819 <_> <_> <_>12 6 8 4 -1. <_>12 6 8 2 2. 1 -0.1196796000003815 0.5173841714859009 -0.0117475902661681 <_> <_> <_>3 12 6 6 -1. <_>5 12 2 6 3. 0 -0.0284771807491779 0.2350520044565201 -0.0574244111776352 <_> <_> <_>12 1 3 12 -1. <_>12 1 3 6 2. 1 0.1969747990369797 -9.3123828992247581e-004 1.0037239789962769 <_> <_> <_>10 1 12 3 -1. <_>10 1 6 3 2. 1 7.9039083793759346e-003 0.0833574980497360 -0.1652749925851822 <_> <_> <_>4 8 16 4 -1. <_>8 8 8 4 2. 0 0.0393389798700809 -6.5605872077867389e-004 0.3236146867275238 <_> <_> <_>6 10 4 6 -1. <_>8 10 2 6 2. 0 -1.5762429684400558e-003 0.0911294668912888 -0.1416433006525040 <_> <_> <_>7 14 9 4 -1. <_>10 14 3 4 3. 0 2.0851049339398742e-004 -0.1380268037319183 0.0772129893302917 <_> <_> <_>8 10 4 7 -1. <_>10 10 2 7 2. 0 -2.6843539671972394e-004 0.1364672034978867 -0.0942557528614998 <_> <_> <_>12 12 4 6 -1. <_>12 12 2 6 2. 0 8.8506387546658516e-003 0.0246034208685160 -0.1688468009233475 <_> <_> <_>6 12 4 6 -1. <_>8 12 2 6 2. 0 -8.4813922876492143e-004 -0.1397240012884140 0.1156672984361649 <_> <_> <_>9 12 4 6 -1. <_>9 15 4 3 2. 0 -3.7090150726726279e-005 0.0752842724323273 -0.1770814955234528 <_> <_> <_>5 12 6 6 -1. <_>7 12 2 6 3. 0 -0.0215339101850986 0.2023303061723709 -0.0669784769415855 <_> <_> <_>6 2 11 16 -1. <_>6 6 11 8 2. 0 0.0117136603221297 0.0868534892797470 -0.1125181019306183 <_> <_> <_>11 2 6 2 -1. <_>11 2 6 1 2. 1 -9.8365638405084610e-003 0.3016479015350342 -0.0501796603202820 <_> <_> <_>10 1 6 8 -1. <_>13 1 3 4 2. <_>10 5 3 4 2. 0 -6.2104999087750912e-003 0.0682242289185524 -0.0944418236613274 <_> <_> <_>5 2 12 2 -1. <_>11 2 6 2 2. 0 -0.0200343001633883 -0.2865754961967468 0.0457285009324551 <_> <_> <_>10 13 8 3 -1. <_>10 13 4 3 2. 0 -2.2154829639475793e-004 0.0716037601232529 -0.0871150493621826 <_> <_> <_>5 0 12 6 -1. <_>11 0 6 6 2. 0 -5.2436119876801968e-003 0.1343950033187866 -0.0902889072895050 <_> <_> <_>10 7 12 3 -1. <_>10 8 12 1 3. 0 -0.0117112295702100 0.1487469971179962 -0.0259517803788185 <_> <_> <_>0 7 12 3 -1. <_>0 8 12 1 3. 0 5.8587929233908653e-003 -0.0669820234179497 0.1809632927179337 <_> <_> <_>20 0 2 18 -1. <_>20 9 2 9 2. 0 0.1043256968259811 0.0102093303576112 -0.7954081296920776 <_> <_> <_>0 0 2 18 -1. <_>0 9 2 9 2. 0 -0.0170491300523281 -0.2051631063222885 0.0644709914922714 <_> <_> <_>14 6 6 12 -1. <_>17 6 3 6 2. <_>14 12 3 6 2. 0 0.0258776992559433 -0.0300797205418348 0.1604197025299072 <_> <_> <_>1 5 6 10 -1. <_>1 10 6 5 2. 0 -4.0637338533997536e-003 0.1087096035480499 -0.1166540011763573 <_> <_> <_>16 1 4 12 -1. <_>16 5 4 4 3. 0 -0.0192867200821638 -0.1250395029783249 0.0280551891773939 <_> <_> <_>2 1 4 12 -1. <_>2 5 4 4 3. 0 -7.2130301305151079e-006 0.1184526011347771 -0.1236701980233192 <_> <_> <_>3 12 16 4 -1. <_>11 12 8 2 2. <_>3 14 8 2 2. 0 -2.6098350062966347e-003 -0.1449867039918900 0.0823187604546547 <_> <_> <_>0 2 12 2 -1. <_>0 3 12 1 2. 0 3.2303779153153300e-004 -0.0958554968237877 0.1199266016483307 <_> <_> <_>6 2 13 3 -1. <_>6 3 13 1 3. 0 -1.1308960383757949e-003 0.1288295984268189 -0.0826974734663963 <_> <_> <_>1 0 10 6 -1. <_>1 0 5 3 2. <_>6 3 5 3 2. 0 0.0171764697879553 0.0360246598720551 -0.3087381124496460 <_> <_> <_>9 11 12 5 -1. <_>13 11 4 5 3. 0 -0.0105153303593397 0.0963303372263908 -0.1078578010201454 <_> <_> <_>2 6 6 12 -1. <_>2 6 3 6 2. <_>5 12 3 6 2. 0 0.0505835004150867 -0.0347158014774323 0.4513450860977173 <_> <_> <_>9 12 8 6 -1. <_>13 12 4 3 2. <_>9 15 4 3 2. 0 8.7582931155338883e-004 -0.0956771522760391 0.0736316889524460 <_> <_> <_>1 7 6 8 -1. <_>1 7 3 4 2. <_>4 11 3 4 2. 0 -0.0319572202861309 -0.3147349059581757 0.0363292805850506 <_> <_> <_>14 6 3 8 -1. <_>15 7 1 8 3. 1 5.9863331262022257e-004 -0.0426766909658909 0.0543428994715214 <_> <_> <_>2 14 12 4 -1. <_>6 14 4 4 3. 0 -6.6270949319005013e-003 0.0735109224915504 -0.1730908006429672 <_> <_> <_>14 4 2 11 -1. <_>14 4 1 11 2. 1 -0.0731865167617798 0.6877769231796265 -5.6781149469316006e-003 <_> <_> <_>8 6 8 3 -1. <_>7 7 8 1 3. 1 0.0202908404171467 -0.0407205410301685 0.3045086860656738 <_> <_> <_>6 12 12 3 -1. <_>6 13 12 1 3. 0 -3.0989840161055326e-003 -0.1278737038373947 0.0543296895921230 <_> <_> <_>2 3 18 3 -1. <_>2 4 18 1 3. 0 -1.1258859885856509e-003 0.1198007985949516 -0.0834772363305092 <_> <_> <_>11 6 9 9 -1. <_>14 6 3 9 3. 0 3.9993048994801939e-004 -0.0954270735383034 0.0769529119133949 <_> <_> <_>3 13 11 4 -1. <_>3 15 11 2 2. 0 0.0112025402486324 0.0251253098249435 -0.4031470119953156 <_> <_> <_>17 5 4 6 -1. <_>17 5 2 6 2. 0 -0.0217539705336094 -0.2304240018129349 0.0153385195881128 <_> <_> <_>1 5 4 6 -1. <_>3 5 2 6 2. 0 7.6912459917366505e-005 -0.0955814868211746 0.1038817018270493 <_> <_> <_>6 0 16 3 -1. <_>10 0 8 3 2. 0 0.0910115391016006 -8.7168300524353981e-003 0.7559375166893005 <_> <_> <_>8 6 3 12 -1. <_>9 6 1 12 3. 0 -4.3160789646208286e-003 0.1349443942308426 -0.0701520964503288 <_> <_> <_>14 2 2 8 -1. <_>14 2 1 8 2. 1 -0.0505811907351017 -0.6611269116401672 2.2676400840282440e-003 <_> <_> <_>9 0 12 3 -1. <_>9 0 6 3 2. 1 -8.3926003426313400e-003 -0.1288360953330994 0.0779204815626144 <_> <_> <_>6 0 16 3 -1. <_>10 0 8 3 2. 0 0.0550406612455845 7.7853789553046227e-003 -0.2782005071640015 <_> <_> <_>0 0 16 3 -1. <_>4 0 8 3 2. 0 -0.0418625511229038 0.4333544969558716 -0.0291946399956942 <_> <_> <_>8 12 14 3 -1. <_>8 13 14 1 3. 0 -7.4230520986020565e-003 0.1315450072288513 -0.0320475101470947 <_> <_> <_>8 4 11 2 -1. <_>8 4 11 1 2. 1 1.9948489498347044e-003 0.0832996889948845 -0.1166255995631218 <_> <_> <_>2 5 20 13 -1. <_>2 5 10 13 2. 0 0.0418514311313629 0.0414611697196960 -0.1281515955924988 <_> <_> <_>0 2 18 9 -1. <_>6 5 6 3 9. 0 0.2784438133239746 -0.0226128101348877 0.5223631858825684 <_> <_> <_>10 13 12 3 -1. <_>10 14 12 1 3. 0 -7.1095931343734264e-003 0.1290251016616821 -0.0279447995126247 <_> <_> <_>8 11 6 7 -1. <_>10 11 2 7 3. 0 0.0111756101250649 0.0513666607439518 -0.1955953985452652 <_> <_> <_>5 6 12 11 -1. <_>9 6 4 11 3. 0 -0.0103642102330923 -0.0726313814520836 0.1519950926303864 <_> <_> <_>3 6 6 6 -1. <_>5 6 2 6 3. 0 -9.4094304367899895e-003 -0.2099336981773377 0.0533468611538410 <_> <_> <_>13 4 6 13 -1. <_>15 4 2 13 3. 0 -0.1037501022219658 -0.3369319140911102 3.9442018605768681e-003 <_> <_> <_>3 4 6 13 -1. <_>5 4 2 13 3. 0 -9.5977628370746970e-004 0.1030761003494263 -0.1057410016655922 <_> <_> <_>5 10 12 3 -1. <_>9 10 4 3 3. 0 -0.0558168105781078 0.2607400119304657 -0.0448851808905602 <_> <_> <_>5 8 12 6 -1. <_>8 8 6 6 2. 0 -0.1343093961477280 -0.8166074752807617 0.0154108600690961 <_> <_> <_>14 2 2 8 -1. <_>14 2 1 8 2. 1 0.0604569502174854 -3.0265029054135084e-003 -0.9999178051948547 <_> <_> <_>8 2 8 2 -1. <_>8 2 8 1 2. 1 0.0243590790778399 0.0241913106292486 -0.4663215875625610 <_> <_> <_>8 6 9 5 -1. <_>11 6 3 5 3. 0 0.0527357794344425 -0.0242667607963085 0.2146047949790955 <_> <_> <_>0 3 14 4 -1. <_>0 3 7 2 2. <_>7 5 7 2 2. 0 -5.5626039393246174e-003 0.1087993979454041 -0.1212090998888016 <_> <_> <_>12 1 3 8 -1. <_>13 2 1 8 3. 1 0.0908552631735802 1.0956900223391131e-004 -0.9997577071189880 <_> <_> <_>10 1 8 3 -1. <_>9 2 8 1 3. 1 -0.0346811898052692 -0.4540998041629791 0.0236911494284868 <_> <_> <_>14 3 6 6 -1. <_>14 5 6 2 3. 0 -2.9579090551123954e-005 0.0480313189327717 -0.0498729683458805 <_> <_> <_>4 1 6 10 -1. <_>4 1 3 5 2. <_>7 6 3 5 2. 0 0.0262771304696798 -0.0294567607343197 0.3397437036037445 <_> <_> <_>18 1 3 13 -1. <_>19 1 1 13 3. 0 -0.0462760217487812 0.4549660980701447 -0.0103595796972513 <_> <_> <_>1 1 3 13 -1. <_>2 1 1 13 3. 0 1.2048200005665421e-004 -0.1057519987225533 0.1009673029184341 <_> <_> <_>11 1 2 8 -1. <_>11 1 1 8 2. 1 6.8154390901327133e-003 0.0284956097602844 -0.0997650697827339 <_> <_> <_>11 1 8 2 -1. <_>11 1 8 1 2. 1 1.6169620212167501e-003 -0.1325616985559464 0.0878289788961411 <_> <_> <_>8 4 6 6 -1. <_>8 6 6 2 3. 0 0.0145633798092604 -0.0430799014866352 0.2511326074600220 <_> <_> <_>5 4 7 6 -1. <_>5 6 7 2 3. 0 0.0203529093414545 0.0394636392593384 -0.3251897096633911 <_> <_> <_>9 11 13 3 -1. <_>9 12 13 1 3. 0 -0.0207892693579197 0.1899335980415344 -0.0212719999253750 <_> <_> <_>0 11 13 3 -1. <_>0 12 13 1 3. 0 0.0317801013588905 -0.0237682200968266 0.4395782947540283 <_> <_> <_>12 10 9 8 -1. <_>12 14 9 4 2. 0 0.1245922967791557 6.5275398083031178e-003 -0.9999179840087891 <_> <_> <_>1 10 9 8 -1. <_>1 14 9 4 2. 0 -0.0840070396661758 -0.3562028110027313 0.0289165601134300 <_> <_> <_>4 10 18 8 -1. <_>13 10 9 4 2. <_>4 14 9 4 2. 0 9.6772145479917526e-003 0.0640739426016808 -0.1548271030187607 <_> <_> <_>0 10 18 8 -1. <_>0 10 9 4 2. <_>9 14 9 4 2. 0 0.1040503978729248 -0.0226520504802465 0.5762320756912231 <_> <_> <_>12 2 4 12 -1. <_>12 2 2 12 2. 1 0.0408144108951092 -0.0373685695230961 0.0772985070943832 <_> <_> <_>0 5 20 13 -1. <_>10 5 10 13 2. 0 -0.4691618978977203 -0.7730463147163391 0.0136070800945163 <_> <_> <_>10 6 9 6 -1. <_>10 8 9 2 3. 0 -0.1372341960668564 -1. -1.7328710528090596e-003 <_> <_> <_>3 6 9 6 -1. <_>3 8 9 2 3. 0 0.0375694483518600 0.0314127095043659 -0.3551242947578430 <_> <_> <_>7 4 15 8 -1. <_>7 6 15 4 2. 0 -0.0126453796401620 -0.0713228806853294 0.0418895483016968 <_> <_> <_>9 2 12 2 -1. <_>9 2 12 1 2. 1 0.0399338603019714 -0.0334470011293888 0.3593294024467468 <_> <_> <_>12 6 6 4 -1. <_>12 6 6 2 2. 1 0.0172074399888515 0.0261265300214291 -0.0776343792676926 <_> <_> <_>7 0 13 3 -1. <_>6 1 13 1 3. 1 0.0597022287547588 -0.0237179808318615 0.5732179880142212 <_> <_> <_>3 0 18 2 -1. <_>3 0 9 2 2. 0 0.0799178034067154 -9.7547564655542374e-003 0.4346744120121002 <_> <_> <_>4 5 13 12 -1. <_>4 9 13 4 3. 0 0.1135172024369240 -0.0389219708740711 0.2612080872058868 <_> <_> <_>4 6 18 9 -1. <_>10 9 6 3 9. 0 0.4837945103645325 7.8452667221426964e-003 -0.6502416133880615 <_> <_> <_>8 5 6 11 -1. <_>10 5 2 11 3. 0 -0.1004507020115852 -0.8007202148437500 0.0122501999139786 <_> <_> <_>6 2 16 16 -1. <_>6 6 16 8 2. 0 0.2717601954936981 4.4636582024395466e-003 -0.6939312219619751 <_> <_> <_>0 2 16 16 -1. <_>0 6 16 8 2. 0 -0.1230124980211258 0.3248383998870850 -0.0338415503501892 <_> <_> <_>18 1 2 12 -1. <_>18 7 2 6 2. 0 0.0611887499690056 7.1536018513143063e-003 -0.7781751751899719 <_> <_> <_>2 1 2 12 -1. <_>2 7 2 6 2. 0 -7.8828241676092148e-003 -0.1975423991680145 0.0677954331040382 <_> <_> <_>8 3 14 9 -1. <_>8 6 14 3 3. 0 -0.2558487951755524 -1. 1.4300020411610603e-003 <_> <_> <_>0 3 14 9 -1. <_>0 6 14 3 3. 0 0.1309846937656403 -0.0166683103889227 0.7454720735549927 <_> <_> <_>10 6 4 9 -1. <_>10 9 4 3 3. 0 -0.0845530778169632 -0.6342390179634094 8.3142798393964767e-003 <_> <_> <_>0 6 3 12 -1. <_>0 12 3 6 2. 0 -0.0882977172732353 -0.8570597171783447 0.0105499401688576 <_> <_> <_>16 2 6 9 -1. <_>13 5 6 3 3. 1 -0.1037487983703613 0.1207318007946014 -0.0224885791540146 <_> <_> <_>10 0 12 4 -1. <_>9 1 12 2 2. 1 1.4872249448671937e-003 -0.1109644025564194 0.1040541008114815 <_> <_> <_>11 0 10 18 -1. <_>16 0 5 9 2. <_>11 9 5 9 2. 0 0.2136403024196625 7.3841079138219357e-003 -0.4976033866405487 <_> <_> <_>1 0 10 18 -1. <_>1 0 5 9 2. <_>6 9 5 9 2. 0 0.0262943096458912 -0.0632127001881599 0.2628476023674011 <_> <_> <_>7 12 14 3 -1. <_>7 12 7 3 2. 0 -2.6777000166475773e-003 0.0564883500337601 -0.1017431020736694 <_> <_> <_>7 11 8 3 -1. <_>11 11 4 3 2. 0 -2.1261540241539478e-003 -0.1644288003444672 0.0661599636077881 <_> <_> <_>2 13 18 4 -1. <_>2 13 9 4 2. 0 -8.2200914621353149e-003 -0.1613277941942215 0.0835154727101326 <_> <_> <_>10 6 4 6 -1. <_>10 6 2 6 2. 1 -0.0117018800228834 0.2151619940996170 -0.0591160506010056 <_> <_> <_>8 9 6 9 -1. <_>10 9 2 9 3. 0 -7.0460740244016051e-004 0.0961422994732857 -0.1300875991582871 <_> <_> <_>3 11 13 3 -1. <_>3 12 13 1 3. 0 -1.9671309273689985e-003 0.1260503977537155 -0.0885426402091980 <_> <_> <_>18 10 4 6 -1. <_>18 10 2 6 2. 0 -9.5004076138138771e-003 -0.2360457926988602 0.0459226295351982 <_> <_> <_>5 5 9 5 -1. <_>8 5 3 5 3. 0 0.0268023703247309 -0.0489667691290379 0.2388713061809540 <_> <_> <_>13 0 2 14 -1. <_>13 0 1 14 2. 0 0.0221774205565453 -0.0125605901703238 0.2708427011966705 <_> <_> <_>2 0 18 7 -1. <_>8 0 6 7 3. 0 0.0933828800916672 0.0338358506560326 -0.3970789015293121 <_> <_> <_>13 4 6 8 -1. <_>16 4 3 4 2. <_>13 8 3 4 2. 0 -0.0131510803475976 -0.1136426031589508 0.0259307399392128 <_> <_> <_>3 4 6 8 -1. <_>3 4 3 4 2. <_>6 8 3 4 2. 0 2.6929581072181463e-003 0.0682023465633392 -0.1629091054201126 <_> <_> <_>8 5 12 2 -1. <_>8 6 12 1 2. 0 -5.7519129477441311e-003 0.1319772005081177 -0.0577118992805481 <_> <_> <_>7 0 3 12 -1. <_>8 0 1 12 3. 0 -1.1071159970015287e-003 0.1455008983612061 -0.0773000419139862 <_> <_> <_>15 0 3 10 -1. <_>16 1 1 10 3. 1 0.0318051800131798 0.0141812795773149 -0.2180342972278595 <_> <_> <_>2 4 12 12 -1. <_>6 8 4 4 9. 0 0.4072949886322022 -0.0137729402631521 0.7485334873199463 <_> <_> <_>5 10 13 3 -1. <_>5 11 13 1 3. 0 0.0701730772852898 0.0115358103066683 -0.8609462976455689 <_> <_> <_>5 15 12 2 -1. <_>5 16 12 1 2. 0 -1.9437450100667775e-004 0.0630099922418594 -0.1511144042015076 <_> <_> <_>17 8 5 6 -1. <_>17 11 5 3 2. 0 0.0394255593419075 0.0241153296083212 -0.4725382030010223 <_> <_> <_>5 12 6 6 -1. <_>5 14 6 2 3. 0 2.6128459721803665e-003 0.0539631508290768 -0.1742976009845734 -30.6205997467041020 24 -1 <_> <_> <_> <_>10 6 4 7 -1. <_>10 6 2 7 2. 1 0.1046843007206917 -0.0475701093673706 0.4245404899120331 <_> <_> <_>12 3 4 10 -1. <_>13 4 2 10 2. 1 -0.0429464206099510 0.1632889062166214 -0.0126551697030663 <_> <_> <_>10 3 10 4 -1. <_>9 4 10 2 2. 1 -8.1577729433774948e-003 0.1023579984903336 -0.1087663024663925 <_> <_> <_>12 4 2 12 -1. <_>12 4 1 12 2. 1 2.1813691128045321e-003 0.0879852473735809 -0.0558997616171837 <_> <_> <_>1 11 15 3 -1. <_>6 11 5 3 3. 0 -6.5157511271536350e-003 0.0828638523817062 -0.1373631954193115 <_> <_> <_>11 6 6 9 -1. <_>13 6 2 9 3. 0 0.0247165001928806 0.0167552102357149 0.1337125003337860 <_> <_> <_>5 6 6 9 -1. <_>7 6 2 9 3. 0 -5.9396267170086503e-004 -0.1377137005329132 0.1050129011273384 <_> <_> <_>8 5 6 6 -1. <_>10 5 2 6 3. 0 0.0293738208711147 -0.0445813983678818 0.4273186028003693 <_> <_> <_>1 2 6 8 -1. <_>1 2 3 4 2. <_>4 6 3 4 2. 0 -0.0165769197046757 -0.2982746064662933 0.0297183692455292 <_> <_> <_>14 0 4 9 -1. <_>14 3 4 3 3. 0 9.4569493085145950e-003 0.0536169484257698 -0.0766755267977715 <_> <_> <_>0 0 18 9 -1. <_>0 3 18 3 3. 0 0.0745819136500359 -0.0465544089674950 0.3017961084842682 <_> <_> <_>9 5 5 12 -1. <_>9 8 5 6 2. 0 -0.0380556210875511 -0.2825511991977692 0.0203556902706623 <_> <_> <_>3 5 16 3 -1. <_>3 6 16 1 3. 0 0.0110655399039388 -0.0539425984025002 0.2313262969255447 <_> <_> <_>16 2 6 8 -1. <_>19 2 3 4 2. <_>16 6 3 4 2. 0 0.0135382199659944 0.0281029809266329 -0.2180289030075073 <_> <_> <_>0 2 6 8 -1. <_>0 2 3 4 2. <_>3 6 3 4 2. 0 4.6914750710129738e-003 0.0636170208454132 -0.1746082007884979 <_> <_> <_>5 2 12 16 -1. <_>5 10 12 8 2. 0 0.4305444061756134 -0.0210623797029257 0.5719779729843140 <_> <_> <_>5 11 8 6 -1. <_>5 11 4 3 2. <_>9 14 4 3 2. 0 1.4298999449238181e-003 -0.1678003966808319 0.0768510624766350 <_> <_> <_>8 2 6 8 -1. <_>11 2 3 4 2. <_>8 6 3 4 2. 0 0.0278552304953337 -0.0356479696929455 0.2895691096782684 <_> <_> <_>0 6 7 12 -1. <_>0 10 7 4 3. 0 0.0143916700035334 0.0833004266023636 -0.1295132040977478 <_> <_> <_>16 8 6 8 -1. <_>16 10 6 4 2. 0 -0.0776373818516731 -1. 8.1426621181890368e-004 <_> <_> <_>0 8 6 8 -1. <_>0 10 6 4 2. 0 0.0160511992871761 -0.0540085881948471 0.2196779996156693 <_> <_> <_>4 0 17 3 -1. <_>4 1 17 1 3. 0 -0.0709887295961380 0.6160213947296143 -0.0164764001965523 <_> <_> <_>7 4 4 14 -1. <_>8 4 2 14 2. 0 -0.0583109892904758 -0.9595535993576050 0.0125171002000570 <_> <_> <_>9 5 5 12 -1. <_>9 8 5 6 2. 0 -7.9547446221113205e-003 -0.0936840027570724 0.0338969603180885 <_> <_> <_>10 4 10 4 -1. <_>9 5 10 2 2. 1 -0.0496857985854149 0.3146679997444153 -0.0297160502523184 <_> <_> <_>13 1 3 13 -1. <_>14 2 1 13 3. 1 0.0977515280246735 7.5905729318037629e-004 -0.6700987219810486 <_> <_> <_>9 1 13 3 -1. <_>8 2 13 1 3. 1 0.0759088024497032 0.0160733293741941 -0.6625136137008667 <_> <_> <_>4 16 14 2 -1. <_>4 17 14 1 2. 0 1.3333460083231330e-003 0.0522413998842239 -0.1880871057510376 <_> <_> <_>0 16 15 2 -1. <_>0 17 15 1 2. 0 6.9728610105812550e-004 -0.0890448018908501 0.1664233952760696 <_> <_> <_>11 4 2 6 -1. <_>11 4 1 6 2. 1 0.0208895094692707 0.0213687196373940 -0.1608344018459320 <_> <_> <_>0 6 4 9 -1. <_>0 9 4 3 3. 0 -1.7649700166657567e-003 0.1239852979779244 -0.0859223976731300 <_> <_> <_>14 0 7 6 -1. <_>12 2 7 2 3. 1 2.7779850643128157e-003 -0.0443661510944366 0.0293225497007370 <_> <_> <_>8 4 6 10 -1. <_>8 4 3 5 2. <_>11 9 3 5 2. 0 7.9974532127380371e-004 -0.1235152035951614 0.0888182967901230 <_> <_> <_>7 7 8 10 -1. <_>11 7 4 5 2. <_>7 12 4 5 2. 0 7.0215959567576647e-004 -0.0801541805267334 0.1454429030418396 <_> <_> <_>5 6 12 8 -1. <_>5 6 6 4 2. <_>11 10 6 4 2. 0 -0.0406044200062752 -0.3604758083820343 0.0343148596584797 <_> <_> <_>8 6 8 8 -1. <_>12 6 4 4 2. <_>8 10 4 4 2. 0 -0.0416868515312672 -0.2092776000499725 8.5808392614126205e-003 <_> <_> <_>6 6 8 8 -1. <_>6 6 4 4 2. <_>10 10 4 4 2. 0 -0.0463901981711388 0.5376852750778198 -0.0226325001567602 <_> <_> <_>12 4 6 6 -1. <_>10 6 6 2 3. 1 -0.1582203060388565 -1. 1.4312319690361619e-003 <_> <_> <_>5 7 10 8 -1. <_>5 7 5 4 2. <_>10 11 5 4 2. 0 -0.0756833702325821 -0.8050302863121033 0.0128438398241997 <_> <_> <_>4 5 18 3 -1. <_>4 6 18 1 3. 0 -0.0578083284199238 0.3867568075656891 -0.0126303201541305 <_> <_> <_>3 16 15 2 -1. <_>3 17 15 1 2. 0 -4.5112581574358046e-005 0.0749589875340462 -0.1343374997377396 <_> <_> <_>3 10 16 2 -1. <_>3 11 16 1 2. 0 0.0392054803669453 0.0219805799424648 -0.4574862122535706 <_> <_> <_>3 12 6 6 -1. <_>5 12 2 6 3. 0 0.0449452400207520 -0.0237634591758251 0.4871528148651123 <_> <_> <_>18 2 3 13 -1. <_>19 2 1 13 3. 0 -0.0578491911292076 0.3556363880634308 -6.2380530871450901e-003 <_> <_> <_>4 10 12 4 -1. <_>8 10 4 4 3. 0 -0.1039723977446556 -0.6226279139518738 0.0150228803977370 <_> <_> <_>7 7 14 7 -1. <_>7 7 7 7 2. 0 -0.2523828148841858 -0.5905948281288147 -1.9238379900343716e-004 <_> <_> <_>1 7 14 7 -1. <_>8 7 7 7 2. 0 0.1967588067054749 0.0126251596957445 -0.7275320887565613 <_> <_> <_>11 0 8 13 -1. <_>11 0 4 13 2. 0 0.0374124199151993 -0.0234783403575420 0.1214763969182968 <_> <_> <_>0 6 4 12 -1. <_>0 6 2 6 2. <_>2 12 2 6 2. 0 -8.0470675602555275e-003 -0.1816778928041458 0.0497434996068478 <_> <_> <_>14 2 2 12 -1. <_>14 2 1 12 2. 1 0.0412974916398525 0.0102590499445796 -0.1467950046062470 <_> <_> <_>2 2 8 12 -1. <_>2 2 4 6 2. <_>6 8 4 6 2. 0 -0.0507357306778431 0.2267964035272598 -0.0498070493340492 <_> <_> <_>17 0 4 16 -1. <_>17 8 4 8 2. 0 -3.6145109334029257e-004 0.0417982786893845 -0.0704108327627182 <_> <_> <_>1 0 4 16 -1. <_>1 8 4 8 2. 0 -0.1235945001244545 0.5828350186347961 -0.0168224293738604 <_> <_> <_>6 1 16 16 -1. <_>6 9 16 8 2. 0 0.0570716187357903 -0.0405320711433887 0.1707827001810074 <_> <_> <_>8 0 6 7 -1. <_>10 2 2 7 3. 1 5.8561540208756924e-003 -0.1382790058851242 0.0825652331113815 <_> <_> <_>15 1 6 6 -1. <_>13 3 6 2 3. 1 -0.1147285029292107 -0.4675404131412506 3.4348990302532911e-003 <_> <_> <_>7 1 6 6 -1. <_>9 3 2 6 3. 1 0.0205186996608973 0.0815079435706139 -0.1689410954713821 <_> <_> <_>14 2 2 12 -1. <_>14 2 1 12 2. 1 0.0546297691762447 -7.4763749726116657e-003 0.2364037930965424 <_> <_> <_>5 11 12 6 -1. <_>5 14 12 3 2. 0 -0.0693129673600197 0.3007157146930695 -0.0347853004932404 <_> <_> <_>5 13 12 4 -1. <_>5 14 12 2 2. 0 -7.4176848866045475e-003 -0.2876656055450440 0.0475318208336830 <_> <_> <_>2 15 18 2 -1. <_>2 16 18 1 2. 0 0.0102232601493597 -0.0308347996324301 0.3924953937530518 <_> <_> <_>18 4 4 14 -1. <_>20 4 2 7 2. <_>18 11 2 7 2. 0 -0.0273466594517231 -0.1569548994302750 0.0139675298705697 <_> <_> <_>0 4 4 14 -1. <_>0 4 2 7 2. <_>2 11 2 7 2. 0 0.0338751003146172 0.0260633099824190 -0.3900640904903412 <_> <_> <_>11 0 3 12 -1. <_>12 0 1 12 3. 0 0.0451747216284275 8.9199207723140717e-003 -0.5676915049552918 <_> <_> <_>9 3 4 6 -1. <_>9 6 4 3 2. 0 0.0114882299676538 -0.0454914197325706 0.2510992884635925 <_> <_> <_>7 4 15 10 -1. <_>7 9 15 5 2. 0 -0.0104961497709155 0.0648954436182976 -0.1062353998422623 <_> <_> <_>4 2 9 12 -1. <_>4 6 9 4 3. 0 6.0881208628416061e-003 0.0809291824698448 -0.1477614939212799 <_> <_> <_>3 1 17 3 -1. <_>3 2 17 1 3. 0 -2.6524660643190145e-003 0.1206251978874207 -0.0726748630404472 <_> <_> <_>0 1 16 3 -1. <_>0 2 16 1 3. 0 2.3559860419481993e-003 -0.0818112716078758 0.1412654072046280 <_> <_> <_>7 4 15 10 -1. <_>7 9 15 5 2. 0 -0.2677721977233887 -0.7808383107185364 4.4526048004627228e-003 <_> <_> <_>0 4 15 10 -1. <_>0 9 15 5 2. 0 0.1596579998731613 0.0283816494047642 -0.3896783888339996 <_> <_> <_>15 0 6 18 -1. <_>15 9 6 9 2. 0 0.0518993698060513 -0.0343053191900253 0.1592101007699966 <_> <_> <_>3 14 12 4 -1. <_>3 14 6 2 2. <_>9 16 6 2 2. 0 -1.3652780326083302e-003 -0.1375547945499420 0.0727199986577034 <_> <_> <_>13 0 9 5 -1. <_>16 3 3 5 3. 1 0.2249729931354523 -4.8017292283475399e-003 0.9999485015869141 <_> <_> <_>9 7 9 2 -1. <_>9 7 9 1 2. 1 3.1434150878340006e-003 0.0551515705883503 -0.1664316058158875 <_> <_> <_>12 6 3 7 -1. <_>13 7 1 7 3. 1 -6.2940339557826519e-003 0.0628960281610489 -0.0604363791644573 <_> <_> <_>3 4 8 8 -1. <_>7 4 4 8 2. 0 0.0513019114732742 -0.0316718108952045 0.3853493928909302 <_> <_> <_>7 8 12 3 -1. <_>11 8 4 3 3. 0 -0.0669808089733124 -0.1092590019106865 8.9958757162094116e-003 <_> <_> <_>8 6 5 6 -1. <_>8 6 5 3 2. 1 0.0514647588133812 0.0262100193649530 -0.4215933978557587 <_> <_> <_>10 7 10 6 -1. <_>10 10 10 3 2. 0 -0.0909821391105652 0.3276037871837616 -7.8134387731552124e-003 <_> <_> <_>0 9 16 3 -1. <_>0 10 16 1 3. 0 5.2848970517516136e-003 -0.0793995708227158 0.1499817967414856 <_> <_> <_>7 9 12 3 -1. <_>7 10 12 1 3. 0 -1.5017699915915728e-003 0.0977031067013741 -0.0735320374369621 <_> <_> <_>2 10 8 6 -1. <_>2 13 8 3 2. 0 -2.5415199343115091e-003 0.0678011327981949 -0.1488324999809265 <_> <_> <_>16 6 4 12 -1. <_>16 9 4 6 2. 0 0.0442528203129768 0.0164758302271366 -0.2288018018007278 <_> <_> <_>3 11 8 6 -1. <_>3 11 4 3 2. <_>7 14 4 3 2. 0 -0.0334571599960327 0.4196678996086121 -0.0325535312294960 <_> <_> <_>4 5 16 10 -1. <_>12 5 8 5 2. <_>4 10 8 5 2. 0 0.1352989971637726 9.0894084423780441e-003 -0.7383912205696106 <_> <_> <_>7 10 3 8 -1. <_>7 14 3 4 2. 0 -0.0374409705400467 -0.4261302053928375 0.0239723902195692 <_> <_> <_>9 14 6 4 -1. <_>9 16 6 2 2. 0 -1.4479730452876538e-005 0.0567837804555893 -0.1588882952928543 <_> <_> <_>2 9 15 9 -1. <_>2 12 15 3 3. 0 -0.1183928027749062 0.5050063133239746 -0.0218596495687962 <_> <_> <_>11 2 8 6 -1. <_>15 2 4 3 2. <_>11 5 4 3 2. 0 -8.5000684484839439e-003 0.0523399300873280 -0.0459250211715698 <_> <_> <_>4 11 8 6 -1. <_>4 13 8 2 3. 0 -0.0141895096749067 -0.2359706014394760 0.0403583496809006 <_> <_> <_>16 0 2 14 -1. <_>16 0 1 14 2. 1 0.0735994204878807 3.2680039294064045e-003 -0.5885360240936279 <_> <_> <_>6 0 14 2 -1. <_>6 0 14 1 2. 1 0.0549712702631950 -0.0201965197920799 0.5548272728919983 <_> <_> <_>13 9 7 6 -1. <_>13 11 7 2 3. 0 -0.0228161606937647 -0.1758957952260971 0.0178517401218414 <_> <_> <_>10 6 7 3 -1. <_>9 7 7 1 3. 1 2.3204670287668705e-003 -0.0817499235272408 0.1283307969570160 <_> <_> <_>18 2 3 13 -1. <_>19 2 1 13 3. 0 -0.1079790964722633 -1. 1.7423679819330573e-003 <_> <_> <_>1 2 3 13 -1. <_>2 2 1 13 3. 0 -0.0411119312047958 0.5843269824981690 -0.0188788697123528 <_> <_> <_>5 1 12 4 -1. <_>11 1 6 2 2. <_>5 3 6 2 2. 0 -3.5695650149136782e-003 -0.1755847036838532 0.0647314265370369 <_> <_> <_>7 8 6 6 -1. <_>7 10 6 2 3. 0 -0.0663586705923080 -1. 9.2067662626504898e-003 <_> <_> <_>8 13 14 3 -1. <_>8 14 14 1 3. 0 -0.0189445801079273 0.2578308880329132 -0.0189449395984411 <_> <_> <_>10 5 6 6 -1. <_>12 7 2 6 3. 1 -0.1287126988172531 -0.5847725868225098 0.0144664896652102 <_> <_> <_>15 6 4 8 -1. <_>16 7 2 8 2. 1 2.4218629114329815e-003 -0.0735908970236778 0.0703321024775505 <_> <_> <_>0 13 14 4 -1. <_>0 13 7 2 2. <_>7 15 7 2 2. 0 0.0297184605151415 -0.0230119694024324 0.4054276943206787 <_> <_> <_>1 7 21 6 -1. <_>8 9 7 2 9. 0 0.1755502969026566 0.0208087302744389 -0.3728564977645874 <_> <_> <_>7 4 6 8 -1. <_>7 4 3 4 2. <_>10 8 3 4 2. 0 0.0371224507689476 -0.0279596298933029 0.3590877950191498 <_> <_> <_>7 4 8 8 -1. <_>11 4 4 4 2. <_>7 8 4 4 2. 0 -3.8044541142880917e-003 -0.1333799064159393 0.0920613482594490 <_> <_> <_>10 6 7 4 -1. <_>9 7 7 2 2. 1 -0.0109307002276182 0.2319630980491638 -0.0445358790457249 <_> <_> <_>11 2 6 7 -1. <_>11 2 3 7 2. 1 0.1610362976789475 -8.7691349908709526e-003 0.2204516977071762 <_> <_> <_>11 2 7 6 -1. <_>11 2 7 3 2. 1 0.0259712301194668 0.0644210129976273 -0.1891908049583435 <_> <_> <_>11 4 8 6 -1. <_>11 4 4 6 2. 1 0.1263820976018906 -0.0103621799498796 0.1705718934535980 <_> <_> <_>11 4 6 8 -1. <_>11 4 6 4 2. 1 -9.1393403708934784e-003 -0.1382824927568436 0.0867900624871254 <_> <_> <_>12 3 8 5 -1. <_>12 3 4 5 2. 1 0.0177220907062292 0.0397198908030987 -0.1229425966739655 <_> <_> <_>10 3 5 8 -1. <_>10 3 5 4 2. 1 -0.0824257507920265 0.3002310097217560 -0.0331659205257893 <_> <_> <_>13 0 9 5 -1. <_>16 3 3 5 3. 1 0.0438925288617611 -0.0130563396960497 0.0987286865711212 <_> <_> <_>2 6 10 12 -1. <_>2 9 10 6 2. 0 3.5575369838625193e-003 0.1118628010153770 -0.0927978232502937 <_> <_> <_>15 6 5 12 -1. <_>15 9 5 6 2. 0 -0.0152988201007247 -0.1300787925720215 0.0231590103358030 <_> <_> <_>3 7 13 3 -1. <_>3 8 13 1 3. 0 -2.6504450943320990e-003 0.1352628022432327 -0.0733554586768150 <_> <_> <_>4 7 17 3 -1. <_>4 8 17 1 3. 0 0.0416368618607521 -0.0190689805895090 0.3585799932479858 <_> <_> <_>2 9 7 6 -1. <_>2 11 7 2 3. 0 -7.5290258973836899e-003 -0.1867236047983170 0.0582484491169453 <_> <_> <_>13 9 9 4 -1. <_>13 11 9 2 2. 0 -0.0400314889848232 0.2296977937221527 -0.0146082304418087 <_> <_> <_>9 0 5 9 -1. <_>6 3 5 3 3. 1 -0.1362470984458923 -0.8708646297454834 0.0112111996859312 <_> <_> <_>9 3 8 3 -1. <_>9 3 4 3 2. 0 4.5124008320271969e-003 -0.0356449596583843 0.1010309979319572 <_> <_> <_>3 0 4 13 -1. <_>4 0 2 13 2. 0 0.0541180707514286 -0.0146894101053476 0.6765226721763611 <_> <_> <_>13 0 8 6 -1. <_>15 0 4 6 2. 0 -0.0345539599657059 0.2185456007719040 -9.7846649587154388e-003 <_> <_> <_>3 0 6 5 -1. <_>6 0 3 5 2. 0 -0.0255208406597376 -0.4689800143241882 0.0240603704005480 <_> <_> <_>9 0 12 5 -1. <_>9 0 6 5 2. 0 -0.0354737006127834 0.1342754960060120 -0.0214386992156506 <_> <_> <_>1 2 6 8 -1. <_>3 2 2 8 3. 0 2.8683411073870957e-004 -0.0973002836108208 0.1076093986630440 <_> <_> <_>18 2 4 6 -1. <_>18 2 2 6 2. 0 -0.0787175893783569 -1. 2.7187850791960955e-003 <_> <_> <_>0 2 4 6 -1. <_>2 2 2 6 2. 0 -1.5701749362051487e-004 0.1119965985417366 -0.0994413793087006 <_> <_> <_>16 9 6 6 -1. <_>16 11 6 2 3. 0 0.0160265695303679 0.0341982617974281 -0.1910049021244049 <_> <_> <_>10 0 12 6 -1. <_>13 3 6 6 2. 1 -0.0191647298634052 0.0890248268842697 -0.1191970035433769 <_> <_> <_>14 2 3 12 -1. <_>10 6 3 4 3. 1 -0.0394451506435871 -0.1071799024939537 0.0376152098178864 <_> <_> <_>8 3 6 7 -1. <_>11 3 3 7 2. 0 2.2417430300265551e-003 -0.0905810073018074 0.1754747033119202 <_> <_> <_>16 1 3 15 -1. <_>17 1 1 15 3. 0 -3.8842540234327316e-003 0.0926973298192024 -0.0424313694238663 <_> <_> <_>0 1 6 8 -1. <_>2 1 2 8 3. 0 -0.0219146292656660 -0.2801750898361206 0.0375376716256142 <_> <_> <_>13 0 3 14 -1. <_>14 0 1 14 3. 0 -0.0375121198594570 0.3621852099895477 -0.0175074506551027 <_> <_> <_>6 0 3 14 -1. <_>7 0 1 14 3. 0 -8.4374047582969069e-004 0.1234840005636215 -0.0802458673715591 <_> <_> <_>4 13 18 2 -1. <_>4 13 9 2 2. 0 -2.6424999814480543e-003 0.0525657385587692 -0.0833354368805885 <_> <_> <_>2 9 15 3 -1. <_>7 9 5 3 3. 0 -0.0928368121385574 -0.4206038117408752 0.0233604293316603 <_> <_> <_>9 5 10 6 -1. <_>14 5 5 3 2. <_>9 8 5 3 2. 0 0.0824630707502365 -2.9815400484949350e-003 0.7899919748306274 <_> <_> <_>3 5 10 6 -1. <_>3 5 5 3 2. <_>8 8 5 3 2. 0 -0.0698649510741234 0.7380297183990479 -0.0140212997794151 <_> <_> <_>14 3 2 12 -1. <_>14 3 1 12 2. 1 0.0454393401741982 -0.0113211600109935 0.1997369974851608 <_> <_> <_>8 3 12 2 -1. <_>8 3 12 1 2. 1 -0.0502977892756462 0.6076467037200928 -0.0176328904926777 <_> <_> <_>12 7 6 6 -1. <_>14 7 2 6 3. 0 0.0604561492800713 -5.9354598633944988e-003 0.3162288963794708 <_> <_> <_>4 7 6 6 -1. <_>6 7 2 6 3. 0 -4.6769347973167896e-003 -0.1809061020612717 0.0596601888537407 <_> <_> <_>7 0 8 3 -1. <_>7 0 4 3 2. 0 3.6530068609863520e-004 -0.0912200435996056 0.1109272986650467 <_> <_> <_>9 0 4 6 -1. <_>11 0 2 6 2. 0 -0.0194912608712912 -0.3707557022571564 0.0284163095057011 <_> <_> <_>10 0 12 12 -1. <_>13 0 6 12 2. 0 0.0200564507395029 -0.0581596791744232 0.0781052336096764 <_> <_> <_>0 0 12 12 -1. <_>3 0 6 12 2. 0 -0.0393711812794209 0.2901248931884766 -0.0418756604194641 <_> <_> <_>16 5 6 4 -1. <_>16 5 3 4 2. 0 0.0215236507356167 0.0165730807930231 -0.2361485064029694 <_> <_> <_>0 5 6 4 -1. <_>3 5 3 4 2. 0 -3.1294699292629957e-003 -0.1646640002727509 0.0622338093817234 <_> <_> <_>9 0 12 5 -1. <_>9 0 6 5 2. 0 2.8589619323611259e-003 -0.0380984097719193 0.0557516291737556 -30.6916007995605470 25 -1 <_> <_> <_> <_>1 8 8 10 -1. <_>1 8 4 5 2. <_>5 13 4 5 2. 0 -0.0205761305987835 0.1735112965106964 -0.1505803018808365 <_> <_> <_>8 16 14 2 -1. <_>8 16 7 2 2. 0 0.0161259490996599 -0.0416123718023300 0.2398445010185242 <_> <_> <_>0 11 16 3 -1. <_>8 11 8 3 2. 0 -0.0123525802046061 0.0977808535099030 -0.1239183023571968 <_> <_> <_>10 16 12 2 -1. <_>10 16 6 2 2. 0 -5.7473899796605110e-003 0.0776152089238167 -0.0962367281317711 <_> <_> <_>0 16 12 2 -1. <_>6 16 6 2 2. 0 2.9579061083495617e-003 -0.0676837190985680 0.2659420967102051 <_> <_> <_>3 11 18 6 -1. <_>12 11 9 3 2. <_>3 14 9 3 2. 0 -8.3472225815057755e-003 -0.1118817999958992 0.1373637020587921 <_> <_> <_>7 13 6 4 -1. <_>7 15 6 2 2. 0 -5.8408780023455620e-004 0.0459431111812592 -0.1648653000593185 <_> <_> <_>10 11 6 6 -1. <_>10 13 6 2 3. 0 -3.5136839142069221e-004 0.0977910086512566 -0.0643578618764877 <_> <_> <_>6 14 9 4 -1. <_>9 14 3 4 3. 0 8.4126877482049167e-005 -0.1384762972593308 0.0887277424335480 <_> <_> <_>5 4 16 10 -1. <_>5 9 16 5 2. 0 -0.2659249007701874 -0.6752539873123169 0.0161886699497700 <_> <_> <_>11 7 3 8 -1. <_>11 7 3 4 2. 1 4.3727741576731205e-003 0.0728847980499268 -0.1256036013364792 <_> <_> <_>13 10 6 6 -1. <_>13 12 6 2 3. 0 -2.2660531103610992e-003 0.0872692465782166 -0.0683554336428642 <_> <_> <_>0 6 22 12 -1. <_>0 6 11 6 2. <_>11 12 11 6 2. 0 -6.5290732309222221e-003 -0.1219756007194519 0.0809279307723045 <_> <_> <_>9 5 6 12 -1. <_>12 5 3 6 2. <_>9 11 3 6 2. 0 0.0964362472295761 -8.2637304440140724e-003 0.4912739992141724 <_> <_> <_>7 5 6 12 -1. <_>7 5 3 6 2. <_>10 11 3 6 2. 0 -0.0435948185622692 0.4557530879974365 -0.0256003905087709 <_> <_> <_>14 1 6 9 -1. <_>14 4 6 3 3. 0 -0.0210983194410801 -0.1189275011420250 0.0235395897179842 <_> <_> <_>2 1 6 9 -1. <_>2 4 6 3 3. 0 -2.5200019590556622e-003 0.1272446960210800 -0.0907517224550247 <_> <_> <_>13 4 4 6 -1. <_>13 7 4 3 2. 0 -8.9241685345768929e-003 -0.1151432022452354 0.0434970296919346 <_> <_> <_>5 4 4 6 -1. <_>5 7 4 3 2. 0 3.4590170253068209e-003 0.0635371729731560 -0.1826142966747284 <_> <_> <_>10 13 12 3 -1. <_>10 14 12 1 3. 0 -3.6076800897717476e-003 0.1200591027736664 -0.0524491108953953 <_> <_> <_>3 3 15 3 -1. <_>3 4 15 1 3. 0 0.0537788905203342 -0.0186757892370224 0.5231301784515381 <_> <_> <_>13 5 2 9 -1. <_>13 5 1 9 2. 1 0.0452451892197132 -0.0175049193203449 0.2187184989452362 <_> <_> <_>9 5 9 2 -1. <_>9 5 9 1 2. 1 1.3272929936647415e-003 0.0786599591374397 -0.1355167031288147 <_> <_> <_>6 2 14 10 -1. <_>6 2 7 10 2. 0 0.0123936403542757 0.0289523005485535 -0.0721495375037193 <_> <_> <_>8 2 12 2 -1. <_>8 2 12 1 2. 1 -0.0377027802169323 0.4185005128383637 -0.0303553491830826 <_> <_> <_>17 0 2 13 -1. <_>17 0 1 13 2. 1 -0.0489104092121124 0.3736500144004822 -5.6771109811961651e-003 <_> <_> <_>5 0 13 2 -1. <_>5 0 13 1 2. 1 -5.9961699880659580e-003 -0.2075642049312592 0.0704388469457626 <_> <_> <_>12 4 3 10 -1. <_>12 4 3 5 2. 1 0.0566319301724434 -0.0172929391264915 0.2549839913845062 <_> <_> <_>0 6 12 3 -1. <_>0 7 12 1 3. 0 0.0316502302885056 -0.0206582508981228 0.4839827120304108 <_> <_> <_>6 6 15 3 -1. <_>6 7 15 1 3. 0 -0.0211529899388552 0.2002878934144974 -0.0248726103454828 <_> <_> <_>8 8 5 9 -1. <_>8 11 5 3 3. 0 0.0876765325665474 -0.0249997004866600 0.4112659990787506 <_> <_> <_>10 11 7 6 -1. <_>10 13 7 2 3. 0 0.0532998815178871 -8.6766229942440987e-003 0.3744659125804901 <_> <_> <_>5 11 7 6 -1. <_>5 13 7 2 3. 0 -2.6251509552821517e-004 0.0992318466305733 -0.1198920011520386 <_> <_> <_>5 12 13 4 -1. <_>5 13 13 2 2. 0 -8.5897604003548622e-003 -0.1859301030635834 0.0343707799911499 <_> <_> <_>9 4 4 6 -1. <_>9 7 4 3 2. 0 0.0169404707849026 -0.0347682610154152 0.2728826105594635 <_> <_> <_>13 1 2 9 -1. <_>13 1 1 9 2. 1 0.0505961105227470 3.6170349922031164e-003 -0.3946076035499573 <_> <_> <_>5 2 8 6 -1. <_>5 2 4 3 2. <_>9 5 4 3 2. 0 -8.3048436790704727e-003 0.0985777974128723 -0.1166628003120422 <_> <_> <_>11 0 4 8 -1. <_>12 1 2 8 2. 1 0.0105862701311708 0.0391171500086784 -0.0858436673879623 <_> <_> <_>11 0 8 4 -1. <_>10 1 8 2 2. 1 -0.0325586013495922 -0.3735215067863464 0.0254101008176804 <_> <_> <_>7 9 15 3 -1. <_>7 10 15 1 3. 0 -0.0323521308600903 0.2612997889518738 -0.0286310408264399 <_> <_> <_>5 10 12 3 -1. <_>5 11 12 1 3. 0 0.0255470499396324 0.0338848903775215 -0.3045232892036438 <_> <_> <_>15 2 7 6 -1. <_>15 4 7 2 3. 0 0.0422524400055408 8.9510334655642509e-003 -0.2409126013517380 <_> <_> <_>0 2 7 6 -1. <_>0 4 7 2 3. 0 3.8109479937702417e-003 -0.0726389363408089 0.1463439017534256 <_> <_> <_>12 3 2 7 -1. <_>12 3 1 7 2. 1 0.0208217091858387 -0.0362719409167767 0.1832471936941147 <_> <_> <_>10 3 7 2 -1. <_>10 3 7 1 2. 1 0.0264977905899286 0.0281601101160049 -0.3951719999313355 <_> <_> <_>2 3 20 14 -1. <_>12 3 10 7 2. <_>2 10 10 7 2. 0 0.2028353065252304 -9.3782292678952217e-003 0.4486894905567169 <_> <_> <_>5 2 12 8 -1. <_>11 2 6 8 2. 0 -0.1799661070108414 -0.7959595918655396 0.0120278401300311 <_> <_> <_>18 4 4 8 -1. <_>18 8 4 4 2. 0 -0.0709680914878845 -0.7695127725601196 1.0918079642578959e-003 <_> <_> <_>6 4 6 8 -1. <_>6 4 3 4 2. <_>9 8 3 4 2. 0 2.7555041015148163e-003 0.0701502636075020 -0.1291518062353134 <_> <_> <_>12 2 4 6 -1. <_>12 2 2 6 2. 1 -0.0770044028759003 -0.4915507137775421 2.8067480307072401e-003 <_> <_> <_>10 2 6 4 -1. <_>10 2 6 2 2. 1 -0.0202579107135534 0.2356823980808258 -0.0434327982366085 <_> <_> <_>9 3 8 15 -1. <_>11 3 4 15 2. 0 -0.0864218175411224 -0.3454168140888214 0.0112488502636552 <_> <_> <_>1 11 8 7 -1. <_>3 11 4 7 2. 0 -0.0672459527850151 -0.6875290274620056 0.0118686696514487 <_> <_> <_>13 7 6 10 -1. <_>15 7 2 10 3. 0 -0.1299038976430893 -0.7906926870346069 2.5537670589983463e-003 <_> <_> <_>2 3 10 14 -1. <_>7 3 5 14 2. 0 -0.3039467036724091 -0.8998935222625732 8.1501724198460579e-003 <_> <_> <_>6 5 15 12 -1. <_>11 5 5 12 3. 0 -0.4198854863643646 -0.7730332016944885 1.3665149454027414e-003 <_> <_> <_>1 5 15 12 -1. <_>6 5 5 12 3. 0 -0.1685128957033157 0.2431939989328384 -0.0412807390093803 <_> <_> <_>9 14 8 4 -1. <_>9 16 8 2 2. 0 2.8788880445063114e-003 0.0205771699547768 -0.1859090030193329 <_> <_> <_>9 6 4 10 -1. <_>11 6 2 10 2. 0 -0.0402238406240940 0.4309926927089691 -0.0231047105044127 <_> <_> <_>8 6 10 4 -1. <_>8 8 10 2 2. 0 3.9687040261924267e-003 0.0436015203595161 -0.0922335684299469 <_> <_> <_>2 14 7 4 -1. <_>2 16 7 2 2. 0 -0.0276507195085287 -0.6170787215232849 0.0146805699914694 <_> <_> <_>7 9 15 3 -1. <_>7 10 15 1 3. 0 -2.3034301120787859e-003 0.0903495922684669 -0.0616645514965057 <_> <_> <_>0 10 16 4 -1. <_>0 10 8 2 2. <_>8 12 8 2 2. 0 -0.0290407892316580 0.2773793935775757 -0.0392188690602779 <_> <_> <_>10 11 6 7 -1. <_>12 11 2 7 3. 0 0.0132882604375482 0.0311382599174976 -0.1355874985456467 <_> <_> <_>8 13 6 5 -1. <_>11 13 3 5 2. 0 3.3968928619287908e-005 -0.1356292963027954 0.0764675810933113 <_> <_> <_>10 11 6 7 -1. <_>12 11 2 7 3. 0 -6.8583860993385315e-003 -0.1036581024527550 0.0259391590952873 <_> <_> <_>6 11 6 7 -1. <_>8 11 2 7 3. 0 -0.0143609195947647 -0.2113649994134903 0.0529731400310993 <_> <_> <_>18 4 4 8 -1. <_>18 8 4 4 2. 0 -0.0174686796963215 -0.1051810979843140 0.0177150797098875 <_> <_> <_>4 6 8 11 -1. <_>8 6 4 11 2. 0 -0.0985445678234100 0.2564946115016937 -0.0442296415567398 <_> <_> <_>7 5 8 12 -1. <_>9 5 4 12 2. 0 -2.8123459778726101e-003 -0.0738003626465797 0.1540094017982483 <_> <_> <_>5 3 6 6 -1. <_>7 3 2 6 3. 0 2.1941340528428555e-003 -0.1421629935503006 0.0891392230987549 <_> <_> <_>11 2 10 6 -1. <_>11 2 10 3 2. 1 0.0468207597732544 0.0293640904128551 -0.0627548918128014 <_> <_> <_>11 1 8 9 -1. <_>11 1 4 9 2. 1 0.3289175927639008 0.0130156902596354 -0.7834712862968445 <_> <_> <_>12 4 3 10 -1. <_>12 4 3 5 2. 1 -0.0204705204814672 -0.0768143534660339 0.0398004688322544 <_> <_> <_>11 1 11 4 -1. <_>11 1 11 2 2. 1 0.0886770263314247 -0.0403123684227467 0.2845386862754822 <_> <_> <_>18 4 4 8 -1. <_>18 8 4 4 2. 0 -1.1557979742065072e-003 0.0421993210911751 -0.0414462089538574 <_> <_> <_>0 4 4 8 -1. <_>0 8 4 4 2. 0 0.0605245381593704 -0.0169187001883984 0.6723713874816895 <_> <_> <_>12 2 2 12 -1. <_>12 2 1 12 2. 1 0.0408304594457150 0.0133648402988911 -0.3111329972743988 <_> <_> <_>4 12 12 3 -1. <_>4 13 12 1 3. 0 -3.1132870353758335e-003 -0.1726278066635132 0.0593822188675404 <_> <_> <_>2 12 18 3 -1. <_>2 13 18 1 3. 0 -4.3638627976179123e-003 0.1726533025503159 -0.0624239705502987 <_> <_> <_>0 0 16 3 -1. <_>0 1 16 1 3. 0 -0.0328340902924538 0.4027537107467651 -0.0257990397512913 <_> <_> <_>12 2 2 12 -1. <_>12 2 1 12 2. 1 0.0643770024180412 -4.7380630858242512e-003 0.7522106766700745 <_> <_> <_>10 2 12 2 -1. <_>10 2 12 1 2. 1 0.0276427306234837 0.0376444794237614 -0.2922027111053467 <_> <_> <_>13 10 6 7 -1. <_>15 10 2 7 3. 0 0.0221711993217468 -0.0246540699154139 0.2053381055593491 <_> <_> <_>5 13 12 2 -1. <_>11 13 6 2 2. 0 1.5859310515224934e-003 0.0894637927412987 -0.1261173039674759 <_> <_> <_>16 8 6 8 -1. <_>19 8 3 4 2. <_>16 12 3 4 2. 0 -0.0188720505684614 0.1307265013456345 -0.0369537100195885 <_> <_> <_>4 1 8 6 -1. <_>4 3 8 2 3. 0 -0.0133061697706580 -0.2296320945024490 0.0426871888339520 <_> <_> <_>18 0 4 9 -1. <_>18 3 4 3 3. 0 -0.0704071223735809 -0.7111750841140747 6.6957580856978893e-003 <_> <_> <_>8 2 6 8 -1. <_>8 6 6 4 2. 0 0.0417489297688007 -0.0329278707504272 0.3003528118133545 <_> <_> <_>8 1 6 4 -1. <_>8 3 6 2 2. 0 5.3282231092453003e-003 0.0518117509782314 -0.1906909048557282 <_> <_> <_>1 2 12 3 -1. <_>1 3 12 1 3. 0 2.4094989057630301e-003 -0.0806879699230194 0.1251012980937958 <_> <_> <_>7 2 12 3 -1. <_>7 3 12 1 3. 0 -6.2405979260802269e-003 0.1074063032865524 -0.0399790108203888 <_> <_> <_>1 0 16 18 -1. <_>1 9 16 9 2. 0 -0.6731246709823608 -1. 0.0100708100944757 <_> <_> <_>16 8 6 8 -1. <_>19 8 3 4 2. <_>16 12 3 4 2. 0 -0.0929835587739944 -1. -2.4261360522359610e-003 <_> <_> <_>0 8 6 8 -1. <_>0 8 3 4 2. <_>3 12 3 4 2. 0 0.0336297601461411 0.0241228695958853 -0.4138790071010590 <_> <_> <_>18 4 4 6 -1. <_>18 7 4 3 2. 0 0.0238806195557117 9.6614202484488487e-003 -0.2197377979755402 <_> <_> <_>0 12 14 3 -1. <_>0 13 14 1 3. 0 1.2738780351355672e-003 -0.0835551172494888 0.1226968988776207 <_> <_> <_>3 12 16 3 -1. <_>3 13 16 1 3. 0 0.0184141397476196 0.0307981409132481 -0.3560917079448700 <_> <_> <_>0 4 4 6 -1. <_>0 7 4 3 2. 0 -0.0564695782959461 0.8863177895545960 -0.0126983001828194 <_> <_> <_>9 14 8 4 -1. <_>9 16 8 2 2. 0 -4.6219761134125292e-004 0.0346819013357162 -0.0828508287668228 <_> <_> <_>0 13 14 3 -1. <_>0 14 14 1 3. 0 -0.0190608594566584 0.3536941111087799 -0.0276117604225874 <_> <_> <_>4 14 14 2 -1. <_>4 15 14 1 2. 0 1.5762279508635402e-003 0.0409399084746838 -0.2251740992069244 <_> <_> <_>3 12 15 6 -1. <_>3 15 15 3 2. 0 0.0201018806546927 -0.0239955503493547 0.4109125137329102 <_> <_> <_>7 12 14 6 -1. <_>7 15 14 3 2. 0 2.7211669366806746e-003 0.0281224492937326 -0.1420011967420578 <_> <_> <_>0 0 14 4 -1. <_>0 2 14 2 2. 0 -0.1094442978501320 0.9508574008941650 -9.4355372712016106e-003 <_> <_> <_>13 10 6 7 -1. <_>15 10 2 7 3. 0 -1.2755279894918203e-003 0.0569029003381729 -0.0834297835826874 <_> <_> <_>3 10 6 7 -1. <_>5 10 2 7 3. 0 -0.0805784016847610 -0.9513928890228272 8.2268668338656425e-003 <_> <_> <_>2 4 18 4 -1. <_>8 4 6 4 3. 0 -0.1204798966646195 -0.3027386963367462 0.0284893400967121 <_> <_> <_>5 3 12 9 -1. <_>9 6 4 3 9. 0 -0.1829497069120407 0.2386613041162491 -0.0627739429473877 <_> <_> <_>10 8 10 7 -1. <_>10 8 5 7 2. 0 -0.1710640937089920 -0.5939468145370483 3.1515269074589014e-003 <_> <_> <_>5 2 4 16 -1. <_>5 6 4 8 2. 0 -0.0734148770570755 -0.8693308234214783 0.0100843897089362 <_> <_> <_>16 8 6 8 -1. <_>19 8 3 4 2. <_>16 12 3 4 2. 0 0.0242382995784283 -0.0217561107128859 0.1621855944395065 <_> <_> <_>0 12 17 4 -1. <_>0 14 17 2 2. 0 -7.1713668294250965e-003 -0.0973455905914307 0.0921484977006912 <_> <_> <_>7 12 14 6 -1. <_>7 15 14 3 2. 0 -0.0333443991839886 0.0746453925967216 -0.0221606791019440 <_> <_> <_>0 13 12 4 -1. <_>0 13 6 2 2. <_>6 15 6 2 2. 0 7.2907900903373957e-004 -0.0949718132615089 0.1182674020528793 <_> <_> <_>10 13 12 3 -1. <_>10 14 12 1 3. 0 -1.0217289673164487e-003 0.0564262308180332 -0.0375738292932510 <_> <_> <_>7 11 8 6 -1. <_>7 11 4 3 2. <_>11 14 4 3 2. 0 -8.4900937508791685e-004 -0.1388314962387085 0.0700473263859749 <_> <_> <_>9 6 12 9 -1. <_>12 6 6 9 2. 0 0.0998505130410194 -0.0140115898102522 0.2611567974090576 <_> <_> <_>1 6 12 8 -1. <_>4 6 6 8 2. 0 -0.1309006959199905 0.7137935161590576 -0.0116437999531627 <_> <_> <_>8 12 6 6 -1. <_>8 14 6 2 3. 0 9.1210529208183289e-003 0.0454028099775314 -0.2183001041412354 <_> <_> <_>1 4 20 14 -1. <_>1 4 10 7 2. <_>11 11 10 7 2. 0 0.2010647952556610 -0.0207532700151205 0.5123022198677063 <_> <_> <_>18 0 4 10 -1. <_>19 1 2 10 2. 1 0.0473893098533154 9.4779124483466148e-003 -0.4794239103794098 <_> <_> <_>2 2 6 12 -1. <_>2 5 6 6 2. 0 -0.0571185387670994 0.3916605114936829 -0.0267039109021425 <_> <_> <_>16 5 4 9 -1. <_>16 8 4 3 3. 0 -8.3700623363256454e-003 -0.1339945942163467 0.0484609007835388 <_> <_> <_>6 9 8 4 -1. <_>10 9 4 4 2. 0 4.0913890115916729e-003 -0.0594897791743279 0.1743853986263275 <_> <_> <_>7 8 14 3 -1. <_>7 8 7 3 2. 0 0.0718994885683060 0.0117231803014874 -0.3627477884292603 <_> <_> <_>0 8 18 3 -1. <_>9 8 9 3 2. 0 -3.6888250615447760e-003 0.0757636278867722 -0.1503359973430634 <_> <_> <_>14 6 8 4 -1. <_>14 6 8 2 2. 1 -7.4795219115912914e-003 0.1502785980701447 -0.0458704903721809 <_> <_> <_>0 3 18 2 -1. <_>9 3 9 2 2. 0 -0.0125825898721814 -0.1991554945707321 0.0639174506068230 <_> <_> <_>6 6 10 8 -1. <_>6 8 10 4 2. 0 3.5687079653143883e-003 -0.1211723983287811 0.1095608025789261 <_> <_> <_>1 5 10 12 -1. <_>1 8 10 6 2. 0 1.7363800434395671e-003 0.1225852966308594 -0.0935562625527382 <_> <_> <_>11 6 3 12 -1. <_>12 6 1 12 3. 0 -1.4523629797622561e-003 0.0967225283384323 -0.0807396993041039 <_> <_> <_>8 6 3 12 -1. <_>9 6 1 12 3. 0 3.1017749570310116e-003 -0.0690764710307121 0.1539645940065384 <_> <_> <_>11 1 3 13 -1. <_>12 1 1 13 3. 0 -8.5509587079286575e-003 -0.1518629044294357 0.0403469204902649 <_> <_> <_>8 2 3 13 -1. <_>9 2 1 13 3. 0 -1.8966189818456769e-003 0.1217254996299744 -0.0985434427857399 -30.6093006134033200 26 -1 <_> <_> <_> <_>6 6 2 12 -1. <_>6 12 2 6 2. 0 -0.0237547401338816 0.1709530055522919 -0.1153428032994270 <_> <_> <_>17 4 2 9 -1. <_>17 4 1 9 2. 1 -7.3806629516184330e-003 0.0880671963095665 -0.0403177700936794 <_> <_> <_>0 0 12 4 -1. <_>0 1 12 2 2. 0 1.1198900174349546e-003 -0.0798953026533127 0.1344889998435974 <_> <_> <_>8 4 12 4 -1. <_>14 4 6 2 2. <_>8 6 6 2 2. 0 0.0337187312543392 -0.0152200302109122 0.2991417050361633 <_> <_> <_>6 13 6 4 -1. <_>6 15 6 2 2. 0 -2.8022660990245640e-004 0.0635997280478477 -0.1561919003725052 <_> <_> <_>7 13 12 4 -1. <_>7 15 12 2 2. 0 -3.9523928426206112e-003 -9.7961323335766792e-003 0.1057164967060089 <_> <_> <_>1 8 6 4 -1. <_>4 8 3 4 2. 0 2.1397129166871309e-003 0.0899535864591599 -0.1448377966880798 <_> <_> <_>15 8 6 10 -1. <_>15 8 3 10 2. 0 -0.0675212964415550 0.2093243002891541 -0.0539238117635250 <_> <_> <_>1 8 6 10 -1. <_>4 8 3 10 2. 0 0.0103789502754807 -0.0641771629452705 0.2781462967395783 <_> <_> <_>16 12 6 4 -1. <_>16 12 3 4 2. 0 6.2903137877583504e-003 -0.0492537207901478 0.0821684226393700 <_> <_> <_>1 6 6 8 -1. <_>1 6 3 4 2. <_>4 10 3 4 2. 0 9.3974275514483452e-003 0.0845377370715141 -0.2288530021905899 <_> <_> <_>11 1 4 11 -1. <_>12 2 2 11 2. 1 0.0101209301501513 0.0333371199667454 -0.0816642567515373 <_> <_> <_>11 1 11 4 -1. <_>10 2 11 2 2. 1 3.1531939748674631e-003 -0.1022099032998085 0.1183736026287079 <_> <_> <_>12 0 4 7 -1. <_>13 1 2 7 2. 1 0.0751372873783112 2.7504051104187965e-003 -1.0000959634780884 <_> <_> <_>10 0 7 4 -1. <_>9 1 7 2 2. 1 -2.3692219983786345e-003 0.0990924835205078 -0.1142518967390060 <_> <_> <_>13 5 2 12 -1. <_>13 5 1 12 2. 0 -0.0245103798806667 0.2870832085609436 -0.0161488000303507 <_> <_> <_>7 5 2 12 -1. <_>8 5 1 12 2. 0 -1.9670750480145216e-003 -0.1153137013316155 0.0868165567517281 <_> <_> <_>8 5 9 4 -1. <_>11 5 3 4 3. 0 0.0308453794568777 -0.0240906104445457 0.1960754990577698 <_> <_> <_>7 0 10 3 -1. <_>6 1 10 1 3. 1 0.0238163098692894 0.0328240394592285 -0.3571043908596039 <_> <_> <_>17 4 2 9 -1. <_>17 4 1 9 2. 1 -0.0401991307735443 -0.5285078883171082 6.0749719850718975e-003 <_> <_> <_>5 4 9 2 -1. <_>5 4 9 1 2. 1 -6.8876100704073906e-003 0.2205885052680969 -0.0591514892876148 <_> <_> <_>12 10 4 8 -1. <_>12 10 2 8 2. 0 -2.5466730585321784e-004 0.0718978792428970 -0.0849620327353477 <_> <_> <_>2 0 12 4 -1. <_>2 0 6 2 2. <_>8 2 6 2 2. 0 9.8468195647001266e-003 0.0413667596876621 -0.2398452013731003 <_> <_> <_>7 7 15 3 -1. <_>7 8 15 1 3. 0 0.0279344003647566 -0.0236471593379974 0.2473800927400589 <_> <_> <_>2 0 12 4 -1. <_>2 0 6 2 2. <_>8 2 6 2 2. 0 -0.0229603908956051 -0.4518792927265167 0.0223057791590691 <_> <_> <_>10 14 6 4 -1. <_>10 14 3 4 2. 0 3.2323438790626824e-004 -0.0875360071659088 0.0784909576177597 <_> <_> <_>0 8 17 3 -1. <_>0 9 17 1 3. 0 0.0319548994302750 -0.0262023899704218 0.3920490145683289 <_> <_> <_>6 13 10 5 -1. <_>6 13 5 5 2. 0 1.9027979578822851e-003 0.0627627819776535 -0.1610735058784485 <_> <_> <_>5 11 8 5 -1. <_>9 11 4 5 2. 0 -3.2691629603505135e-003 0.1016800031065941 -0.1043248027563095 <_> <_> <_>14 8 4 6 -1. <_>14 8 2 6 2. 0 0.0100402003154159 -0.0280465800315142 0.1211789995431900 <_> <_> <_>0 10 5 8 -1. <_>0 14 5 4 2. 0 -0.0341586805880070 -0.2897444963455200 0.0352826602756977 <_> <_> <_>7 7 15 3 -1. <_>7 8 15 1 3. 0 1.7615250544622540e-003 -0.0555830709636211 0.0741584524512291 <_> <_> <_>2 11 7 4 -1. <_>2 13 7 2 2. 0 -0.0211346503347158 0.2513059079647064 -0.0403546392917633 <_> <_> <_>8 3 11 12 -1. <_>8 6 11 6 2. 0 0.0297593697905540 0.0380295403301716 -0.1422636955976486 <_> <_> <_>2 4 12 4 -1. <_>2 4 6 2 2. <_>8 6 6 2 2. 0 0.0148660801351070 -0.0397216901183128 0.2752254009246826 <_> <_> <_>19 2 3 12 -1. <_>20 3 1 12 3. 1 -0.0358294285833836 -0.3345197141170502 9.6839247271418571e-003 <_> <_> <_>1 6 12 4 -1. <_>1 6 6 2 2. <_>7 8 6 2 2. 0 -3.2887340057641268e-003 -0.1425821930170059 0.0685762092471123 <_> <_> <_>9 9 13 3 -1. <_>9 10 13 1 3. 0 0.0427148789167404 -0.0142404399812222 0.3876529932022095 <_> <_> <_>0 5 12 6 -1. <_>0 5 6 3 2. <_>6 8 6 3 2. 0 1.2328879674896598e-003 0.0786238536238670 -0.1186942011117935 <_> <_> <_>11 0 3 13 -1. <_>12 0 1 13 3. 0 -0.0104476204141974 -0.1488299071788788 0.0315711684525013 <_> <_> <_>8 0 3 13 -1. <_>9 0 1 13 3. 0 0.0126563599333167 -0.0465724617242813 0.2621260881423950 <_> <_> <_>14 6 8 8 -1. <_>14 10 8 4 2. 0 0.0498497188091278 0.0170153398066759 -0.1426873058080673 <_> <_> <_>0 8 8 6 -1. <_>0 10 8 2 3. 0 -0.0186072401702404 0.2333865016698837 -0.0470949411392212 <_> <_> <_>9 9 13 3 -1. <_>9 10 13 1 3. 0 -0.0543973706662655 -0.4051130115985870 8.1606470048427582e-003 <_> <_> <_>0 9 13 3 -1. <_>0 10 13 1 3. 0 2.9153900686651468e-003 -0.0893139466643333 0.1333537995815277 <_> <_> <_>4 14 14 4 -1. <_>11 14 7 2 2. <_>4 16 7 2 2. 0 -5.9154080227017403e-003 -0.2041452974081039 0.0484757013618946 <_> <_> <_>0 3 6 6 -1. <_>2 3 2 6 3. 0 -1.9841329194605350e-003 0.1342810988426209 -0.0758927911520004 <_> <_> <_>2 6 20 4 -1. <_>7 6 10 4 2. 0 -4.4047520495951176e-003 0.0418521389365196 -0.1011909022927284 <_> <_> <_>2 7 6 6 -1. <_>4 7 2 6 3. 0 0.0179828796535730 0.0439786799252033 -0.2505401968955994 <_> <_> <_>15 8 6 10 -1. <_>17 8 2 10 3. 0 -0.0780595019459724 -0.3302507102489471 6.3089421018958092e-003 <_> <_> <_>1 8 6 10 -1. <_>3 8 2 10 3. 0 7.2548650205135345e-003 -0.1087217032909393 0.0994110181927681 <_> <_> <_>9 9 13 3 -1. <_>9 10 13 1 3. 0 -2.7871869970113039e-003 0.1365929991006851 -0.0847996398806572 <_> <_> <_>6 8 4 6 -1. <_>6 8 4 3 2. 1 -9.3798413872718811e-003 -0.1187245026230812 0.0791080594062805 <_> <_> <_>16 5 6 13 -1. <_>16 5 3 13 2. 0 -0.0549264103174210 0.1438207030296326 -0.0300722699612379 <_> <_> <_>0 5 6 13 -1. <_>3 5 3 13 2. 0 -4.4219079427421093e-003 0.1066642999649048 -0.1083810031414032 <_> <_> <_>4 10 18 2 -1. <_>4 10 9 2 2. 0 1.0763059835880995e-003 0.0273809898644686 -0.0554460510611534 <_> <_> <_>0 7 21 7 -1. <_>7 7 7 7 3. 0 -0.0725140124559402 -0.1089344993233681 0.1009754016995430 <_> <_> <_>5 6 12 12 -1. <_>9 6 4 12 3. 0 -0.1647219061851502 0.3036536872386932 -0.0436662100255489 <_> <_> <_>10 4 10 3 -1. <_>9 5 10 1 3. 1 0.0798378065228462 -0.0108286803588271 0.8997743725776672 <_> <_> <_>9 9 9 7 -1. <_>12 9 3 7 3. 0 -5.2413612138479948e-004 0.0852306336164474 -0.1205397993326187 <_> <_> <_>11 5 9 4 -1. <_>14 8 3 4 3. 1 -0.0216322708874941 -0.2109203934669495 0.0655825436115265 <_> <_> <_>12 3 3 10 -1. <_>12 3 3 5 2. 1 0.1269153058528900 -4.5935749076306820e-003 0.4508964121341705 <_> <_> <_>8 3 12 2 -1. <_>8 3 6 2 2. 1 0.0954723507165909 -0.0207988992333412 0.5247465968132019 <_> <_> <_>14 6 4 8 -1. <_>14 10 4 4 2. 0 -0.0829360783100128 0.8497673869132996 -5.0510508008301258e-003 <_> <_> <_>4 6 4 8 -1. <_>4 10 4 4 2. 0 7.7482969500124454e-003 -0.0553182885050774 0.1714583039283752 <_> <_> <_>6 0 11 12 -1. <_>6 3 11 6 2. 0 -0.0217684395611286 -0.1594793051481247 0.0608737990260124 <_> <_> <_>8 0 6 6 -1. <_>8 3 6 3 2. 0 -1.1072609777329490e-004 0.0788772925734520 -0.1317763030529022 <_> <_> <_>10 0 10 4 -1. <_>10 0 5 4 2. 0 3.1122909858822823e-003 -0.0430468395352364 0.0623925812542439 <_> <_> <_>2 0 10 4 -1. <_>7 0 5 4 2. 0 -2.8692940250039101e-003 0.1374697983264923 -0.0804942175745964 <_> <_> <_>10 3 8 8 -1. <_>14 3 4 4 2. <_>10 7 4 4 2. 0 0.1057576015591621 1.0569440200924873e-003 -0.9999381899833679 <_> <_> <_>4 3 8 8 -1. <_>4 3 4 4 2. <_>8 7 4 4 2. 0 0.0461926795542240 0.0172280203551054 -0.5260491967201233 <_> <_> <_>2 9 18 5 -1. <_>8 9 6 5 3. 0 -0.2547619044780731 -0.6292729973793030 0.0136986197903752 <_> <_> <_>0 15 16 3 -1. <_>0 16 16 1 3. 0 -2.7374029159545898e-003 0.1274753957986832 -0.0695915222167969 <_> <_> <_>6 16 12 2 -1. <_>6 17 12 1 2. 0 2.1854760125279427e-003 0.0418547615408897 -0.2648145854473114 <_> <_> <_>3 0 4 8 -1. <_>3 4 4 4 2. 0 -0.0240507107228041 -0.2619110941886902 0.0344899408519268 <_> <_> <_>15 6 6 6 -1. <_>13 8 6 2 3. 1 0.1021142974495888 -0.0153028601780534 0.3999275863170624 <_> <_> <_>7 6 6 6 -1. <_>9 8 2 6 3. 1 0.1028165966272354 -0.0290206708014011 0.3688715994358063 <_> <_> <_>13 12 6 6 -1. <_>13 14 6 2 3. 0 0.0392064899206162 8.9045017957687378e-003 -0.4324299991130829 <_> <_> <_>3 12 6 6 -1. <_>3 14 6 2 3. 0 -0.0378308594226837 -0.6273121237754822 0.0148828299716115 <_> <_> <_>8 13 14 4 -1. <_>8 14 14 2 2. 0 0.0125078903511167 -0.0178650598973036 0.1415614038705826 <_> <_> <_>0 13 14 4 -1. <_>0 14 14 2 2. 0 -0.0154775902628899 0.3167665004730225 -0.0335108302533627 <_> <_> <_>3 13 17 2 -1. <_>3 14 17 1 2. 0 -4.5885699801146984e-003 -0.1522215008735657 0.0732118636369705 <_> <_> <_>4 6 12 4 -1. <_>8 6 4 4 3. 0 -0.0205059703439474 0.1172538027167320 -0.0974579229950905 <_> <_> <_>8 7 9 4 -1. <_>11 7 3 4 3. 0 -0.1309832036495209 0.5433806777000427 -5.8803129941225052e-003 <_> <_> <_>10 0 6 8 -1. <_>8 2 6 4 2. 1 0.0478882789611816 -0.0271208100020885 0.3572363853454590 <_> <_> <_>9 2 12 12 -1. <_>9 6 12 4 3. 0 0.2544153034687042 2.5680949911475182e-003 -0.9998825788497925 <_> <_> <_>11 0 6 3 -1. <_>10 1 6 1 3. 1 2.0652529783546925e-003 -0.0942550003528595 0.1006835997104645 <_> <_> <_>13 1 3 7 -1. <_>14 2 1 7 3. 1 0.0301417801529169 -0.0159845203161240 0.2420950978994370 <_> <_> <_>2 3 12 9 -1. <_>6 6 4 3 9. 0 0.1230550035834312 0.0439024604856968 -0.2904686033725739 <_> <_> <_>19 2 3 12 -1. <_>20 3 1 12 3. 1 0.0114368898794055 0.0318267010152340 -0.1056960970163345 <_> <_> <_>3 5 12 5 -1. <_>7 5 4 5 3. 0 0.0142296599224210 -0.0645187273621559 0.1617898941040039 <_> <_> <_>13 1 3 7 -1. <_>14 2 1 7 3. 1 -0.0198080390691757 0.2090989947319031 -0.0272454600781202 <_> <_> <_>9 1 7 3 -1. <_>8 2 7 1 3. 1 -0.0326347090303898 -0.4626514911651611 0.0238779895007610 <_> <_> <_>9 7 8 6 -1. <_>13 7 4 3 2. <_>9 10 4 3 2. 0 0.0815682113170624 -0.0109838200733066 0.7451753020286560 <_> <_> <_>4 14 14 4 -1. <_>4 15 14 2 2. 0 1.7331159906461835e-003 0.0628325790166855 -0.1580016016960144 <_> <_> <_>10 14 6 4 -1. <_>10 14 3 4 2. 0 4.1524558328092098e-003 0.0285209491848946 -0.0839238166809082 <_> <_> <_>6 14 6 4 -1. <_>9 14 3 4 2. 0 2.0917340589221567e-004 -0.1653665006160736 0.0831703767180443 <_> <_> <_>14 0 4 16 -1. <_>16 0 2 8 2. <_>14 8 2 8 2. 0 -6.9550168700516224e-004 0.0572988986968994 -0.0986681282520294 <_> <_> <_>0 15 20 3 -1. <_>5 15 10 3 2. 0 0.1011473014950752 -0.0270318593829870 0.5093728899955750 <_> <_> <_>16 5 3 13 -1. <_>17 5 1 13 3. 0 0.0203715302050114 -0.0159913394600153 0.2111019045114517 <_> <_> <_>2 6 13 8 -1. <_>2 10 13 4 2. 0 0.1949035972356796 0.0111691495403647 -0.8062657713890076 <_> <_> <_>16 5 3 13 -1. <_>17 5 1 13 3. 0 -1.5187750104814768e-003 0.0886704325675964 -0.0657796934247017 <_> <_> <_>7 12 7 4 -1. <_>7 14 7 2 2. 0 -2.2300280761555769e-005 0.0702371001243591 -0.1365679949522018 <_> <_> <_>15 1 4 9 -1. <_>15 4 4 3 3. 0 7.0241810753941536e-003 0.0452642701566219 -0.1224663034081459 <_> <_> <_>0 4 16 2 -1. <_>0 5 16 1 2. 0 -5.8513730764389038e-003 0.1454869955778122 -0.0775128677487373 <_> <_> <_>8 4 12 2 -1. <_>8 5 12 1 2. 0 -0.0122288698330522 -0.1576232016086578 0.0330916009843349 <_> <_> <_>6 3 9 15 -1. <_>9 8 3 5 9. 0 -0.2747533917427063 0.4141589999198914 -0.0233061797916889 <_> <_> <_>12 3 3 8 -1. <_>12 7 3 4 2. 0 -8.3073312416672707e-003 -0.0661589726805687 0.0454233698546886 <_> <_> <_>5 6 12 4 -1. <_>5 6 6 2 2. <_>11 8 6 2 2. 0 0.0149670997634530 0.0395800210535526 -0.2447497993707657 <_> <_> <_>16 3 3 14 -1. <_>17 3 1 14 3. 0 3.5121920518577099e-003 -0.0326085910201073 0.0720805525779724 <_> <_> <_>3 3 3 14 -1. <_>4 3 1 14 3. 0 6.0676191933453083e-003 -0.0662842467427254 0.1645577996969223 <_> <_> <_>0 4 22 4 -1. <_>11 4 11 2 2. <_>0 6 11 2 2. 0 -6.0948841273784637e-003 -0.1678411960601807 0.0680977478623390 <_> <_> <_>1 4 4 9 -1. <_>1 7 4 3 3. 0 -4.4710501097142696e-003 0.1434886008501053 -0.0752860531210899 <_> <_> <_>7 13 12 4 -1. <_>7 15 12 2 2. 0 0.0276299994438887 -6.0715568251907825e-003 0.4623529911041260 <_> <_> <_>3 13 12 4 -1. <_>3 15 12 2 2. 0 -4.1778348386287689e-003 -0.0944801867008209 0.1026868969202042 <_> <_> <_>11 14 6 4 -1. <_>11 16 6 2 2. 0 -1.4997010293882340e-004 0.0459039695560932 -0.1268998980522156 <_> <_> <_>1 0 13 3 -1. <_>1 1 13 1 3. 0 9.3421656638383865e-003 -0.0478513501584530 0.2377692013978958 <_> <_> <_>11 0 6 4 -1. <_>11 2 6 2 2. 0 -9.0454798191785812e-003 -0.1488175988197327 0.0257176607847214 <_> <_> <_>4 14 14 4 -1. <_>4 14 7 2 2. <_>11 16 7 2 2. 0 -1.0563050163909793e-003 -0.1246521994471550 0.0821189433336258 <_> <_> <_>6 0 12 2 -1. <_>6 1 12 1 2. 0 -0.0156021695584059 0.3047155141830444 -0.0245032906532288 <_> <_> <_>5 0 6 4 -1. <_>5 2 6 2 2. 0 -8.9588612318038940e-003 -0.2362405955791473 0.0462901405990124 <_> <_> <_>11 0 3 6 -1. <_>12 1 1 6 3. 1 -7.6452922075986862e-003 0.1139314025640488 -0.0265730600804091 <_> <_> <_>11 0 6 3 -1. <_>10 1 6 1 3. 1 -0.0192949008196592 0.2882001996040344 -0.0359068810939789 <_> <_> <_>7 12 8 6 -1. <_>9 12 4 6 2. 0 8.6250286549329758e-003 0.0610060207545757 -0.1683263033628464 <_> <_> <_>1 1 5 10 -1. <_>1 6 5 5 2. 0 0.0258834902197123 -0.0401428490877151 0.2326312065124512 <_> <_> <_>13 0 2 12 -1. <_>13 6 2 6 2. 0 -0.0749461129307747 0.7116879820823669 -6.0237408615648746e-003 <_> <_> <_>7 0 2 12 -1. <_>7 6 2 6 2. 0 -2.6808120310306549e-004 0.0777179002761841 -0.1535875052213669 <_> <_> <_>12 1 8 14 -1. <_>16 1 4 7 2. <_>12 8 4 7 2. 0 0.0610414408147335 -0.0340701602399349 0.2583329081535339 <_> <_> <_>1 0 8 10 -1. <_>1 0 4 5 2. <_>5 5 4 5 2. 0 -4.7920648939907551e-003 -0.1507782936096191 0.0845772400498390 <_> <_> <_>6 6 16 4 -1. <_>10 6 8 4 2. 0 -0.1261063069105148 -0.4840453863143921 8.6965439841151237e-003 <_> <_> <_>1 14 13 2 -1. <_>1 15 13 1 2. 0 -0.0228792708367109 0.6773418784141541 -0.0148561000823975 <_> <_> <_>2 7 20 3 -1. <_>7 7 10 3 2. 0 -6.2760512810200453e-004 0.0509103499352932 -0.1407644003629684 <_> <_> <_>11 2 9 4 -1. <_>14 5 3 4 3. 1 -0.0105431796982884 -0.0907072499394417 0.1128190010786057 <_> <_> <_>6 5 13 2 -1. <_>6 6 13 1 2. 0 -2.4953829124569893e-003 0.0895237624645233 -0.0755412876605988 <_> <_> <_>3 0 6 15 -1. <_>6 0 3 15 2. 0 0.0609861500561237 -0.0320069789886475 0.3300091028213501 -30.6014995574951170 27 -1 <_> <_> <_> <_>3 12 8 6 -1. <_>5 12 4 6 2. 0 -0.0412418097257614 0.2484184056520462 -0.0698791295289993 <_> <_> <_>13 1 4 7 -1. <_>14 2 2 7 2. 1 -0.0746634975075722 -0.7543368935585022 4.0493709966540337e-003 <_> <_> <_>9 1 7 4 -1. <_>8 2 7 2 2. 1 -0.0238036792725325 0.2431309968233109 -0.0452839285135269 <_> <_> <_>11 11 6 4 -1. <_>11 13 6 2 2. 0 0.0320286191999912 -0.0122305396944284 0.3981122076511383 <_> <_> <_>0 12 8 6 -1. <_>0 12 4 3 2. <_>4 15 4 3 2. 0 3.8454410969279706e-004 0.0692448392510414 -0.1728879958391190 <_> <_> <_>11 11 6 4 -1. <_>11 13 6 2 2. 0 -2.0599530544131994e-003 0.0450832508504391 -0.0638244822621346 <_> <_> <_>2 6 6 12 -1. <_>2 6 3 6 2. <_>5 12 3 6 2. 0 0.0591745004057884 0.0137560898438096 0.5806397795677185 <_> <_> <_>11 11 6 4 -1. <_>11 13 6 2 2. 0 -8.1204501911997795e-003 -0.0790601968765259 0.0320978797972202 <_> <_> <_>5 11 9 4 -1. <_>8 11 3 4 3. 0 -5.4362448863685131e-003 0.0802850127220154 -0.1388078927993774 <_> <_> <_>8 13 9 5 -1. <_>11 13 3 5 3. 0 0.0407687798142433 0.0352651290595531 -0.1682104021310806 <_> <_> <_>3 15 8 3 -1. <_>7 15 4 3 2. 0 -0.0107057699933648 -0.1322779953479767 0.0971477031707764 <_> <_> <_>4 12 14 6 -1. <_>11 12 7 3 2. <_>4 15 7 3 2. 0 -2.1374409552663565e-003 -0.1113512963056564 0.1050119996070862 <_> <_> <_>2 15 8 3 -1. <_>6 15 4 3 2. 0 -6.0069030150771141e-003 0.0797014236450195 -0.1450355052947998 <_> <_> <_>11 11 6 4 -1. <_>11 13 6 2 2. 0 6.8584359250962734e-003 -0.0286291707307100 0.1549434959888458 <_> <_> <_>6 5 6 7 -1. <_>8 5 2 7 3. 0 8.4308702498674393e-003 -0.0687258765101433 0.1357143968343735 <_> <_> <_>8 4 9 12 -1. <_>11 8 3 4 9. 0 -0.0319182090461254 -0.0900216475129128 0.0701727569103241 <_> <_> <_>5 4 9 12 -1. <_>8 8 3 4 9. 0 0.1434696018695831 0.0379361994564533 -0.3384973108768463 <_> <_> <_>14 12 6 4 -1. <_>14 14 6 2 2. 0 -0.0535015314817429 -1. -1.3069049455225468e-003 <_> <_> <_>2 12 6 4 -1. <_>2 14 6 2 2. 0 -4.3198501225560904e-004 0.0631404593586922 -0.1489108055830002 <_> <_> <_>9 6 6 8 -1. <_>11 6 2 8 3. 0 -0.0368255116045475 0.1641896069049835 -0.0365471988916397 <_> <_> <_>7 4 8 6 -1. <_>7 6 8 2 3. 0 -0.0932306125760078 -0.8185548186302185 0.0104887299239635 <_> <_> <_>13 7 6 4 -1. <_>13 7 6 2 2. 1 -7.5886500999331474e-003 0.0961899235844612 -0.0323927290737629 <_> <_> <_>10 2 12 3 -1. <_>9 3 12 1 3. 1 1.9316580146551132e-003 -0.0971334576606750 0.0968365371227264 <_> <_> <_>12 4 6 6 -1. <_>14 6 2 6 3. 1 -0.1761084944009781 -1. 3.9064860902726650e-004 <_> <_> <_>10 4 6 6 -1. <_>8 6 6 2 3. 1 -4.5753358863294125e-003 -0.1424594074487686 0.0726295337080956 <_> <_> <_>11 5 3 9 -1. <_>12 6 1 9 3. 1 -0.0715556964278221 0.7012476921081543 -8.1192785874009132e-003 <_> <_> <_>4 0 16 2 -1. <_>4 0 16 1 2. 1 -5.1939189434051514e-003 -0.1759340018033981 0.0669202581048012 <_> <_> <_>12 12 8 3 -1. <_>12 12 4 3 2. 0 9.7410175949335098e-003 -0.0406328588724136 0.1536626964807510 <_> <_> <_>10 0 12 6 -1. <_>13 3 6 6 2. 1 -0.0191977303475142 0.0884047225117683 -0.1111958995461464 <_> <_> <_>9 2 4 6 -1. <_>9 5 4 3 2. 0 7.7713979408144951e-003 -0.0515310801565647 0.2334187030792236 <_> <_> <_>0 2 18 9 -1. <_>6 5 6 3 9. 0 0.0467417798936367 0.0586589500308037 -0.2182534039020538 <_> <_> <_>16 2 3 9 -1. <_>17 3 1 9 3. 1 -0.0670518204569817 -0.7696895003318787 2.2733330260962248e-003 <_> <_> <_>6 2 9 3 -1. <_>5 3 9 1 3. 1 0.0104036098346114 -0.0572082698345184 0.1987476944923401 <_> <_> <_>10 1 12 4 -1. <_>14 1 4 4 3. 0 0.0681366175413132 0.0109247500076890 -0.2351476997137070 <_> <_> <_>0 1 12 4 -1. <_>4 1 4 4 3. 0 5.5462731979787350e-003 0.0764302089810371 -0.1504815071821213 <_> <_> <_>6 14 12 4 -1. <_>12 14 6 2 2. <_>6 16 6 2 2. 0 0.0358278900384903 5.2330200560390949e-003 -0.9050955772399902 <_> <_> <_>4 2 13 3 -1. <_>4 3 13 1 3. 0 0.0100990803912282 -0.0494383499026299 0.1923664957284927 <_> <_> <_>7 2 13 3 -1. <_>7 3 13 1 3. 0 -7.3000352131202817e-004 0.0800386890769005 -0.0598758608102798 <_> <_> <_>1 12 20 2 -1. <_>11 12 10 2 2. 0 -0.0626273080706596 -0.6877195239067078 0.0144093399867415 <_> <_> <_>5 2 12 3 -1. <_>9 2 4 3 3. 0 4.1463607922196388e-003 0.0620688796043396 -0.1413860023021698 <_> <_> <_>4 8 14 9 -1. <_>11 8 7 9 2. 0 -0.1413605958223343 0.5943986773490906 -0.0169105306267738 <_> <_> <_>10 2 4 8 -1. <_>10 2 2 8 2. 0 0.0701470673084259 3.5781029146164656e-003 -0.8454138040542603 <_> <_> <_>8 2 4 8 -1. <_>10 2 2 8 2. 0 1.8181180348619819e-003 -0.0590311288833618 0.1770997941493988 <_> <_> <_>16 1 2 16 -1. <_>16 9 2 8 2. 0 0.0631495416164398 -7.9691512510180473e-003 0.2457547038793564 <_> <_> <_>2 8 9 4 -1. <_>5 8 3 4 3. 0 1.7065559513866901e-003 -0.1377667933702469 0.0722865983843803 <_> <_> <_>16 1 2 16 -1. <_>16 9 2 8 2. 0 -0.0418441593647003 -0.1020454987883568 0.0194128807634115 <_> <_> <_>4 1 2 16 -1. <_>4 9 2 8 2. 0 0.0618760287761688 0.0175725705921650 -0.5961120128631592 <_> <_> <_>10 7 8 6 -1. <_>14 7 4 3 2. <_>10 10 4 3 2. 0 0.0862066075205803 -8.3246696740388870e-003 0.5927473902702332 <_> <_> <_>4 7 8 6 -1. <_>4 7 4 3 2. <_>8 10 4 3 2. 0 0.0155612500384450 0.0559087917208672 -0.2017468065023422 <_> <_> <_>12 8 2 7 -1. <_>12 8 1 7 2. 1 1.9683360587805510e-003 0.0841097831726074 -0.0951142832636833 <_> <_> <_>5 8 6 8 -1. <_>5 8 3 4 2. <_>8 12 3 4 2. 0 -3.2295130658894777e-003 0.1985978931188583 -0.0603710412979126 <_> <_> <_>12 8 2 7 -1. <_>12 8 1 7 2. 1 0.0438614599406719 -7.5495638884603977e-003 0.2778531014919281 <_> <_> <_>10 8 7 2 -1. <_>10 8 7 1 2. 1 -7.1588042192161083e-004 0.1067167967557907 -0.1160534024238586 <_> <_> <_>5 9 13 8 -1. <_>5 11 13 4 2. 0 -0.0115850800648332 0.1392320990562439 -0.0726817175745964 <_> <_> <_>7 9 4 9 -1. <_>9 9 2 9 2. 0 -0.0241320300847292 -0.3434329926967621 0.0285876393318176 <_> <_> <_>9 6 6 10 -1. <_>11 6 2 10 3. 0 -5.9670167975127697e-003 0.0628549680113792 -0.0632379129528999 <_> <_> <_>7 6 6 10 -1. <_>9 6 2 10 3. 0 -0.0572982616722584 0.3351210057735443 -0.0344256795942783 <_> <_> <_>6 0 14 6 -1. <_>13 0 7 3 2. <_>6 3 7 3 2. 0 -0.1444053053855896 -1. -2.0486500579863787e-004 <_> <_> <_>2 0 14 6 -1. <_>2 0 7 3 2. <_>9 3 7 3 2. 0 -0.0161520093679428 -0.1801726073026657 0.0606980808079243 <_> <_> <_>3 6 16 3 -1. <_>3 7 16 1 3. 0 3.1132341246120632e-004 -0.0873939692974091 0.1081447973847389 <_> <_> <_>1 6 15 3 -1. <_>1 7 15 1 3. 0 -3.4905138891190290e-003 0.1308909952640533 -0.0825025066733360 <_> <_> <_>8 5 8 4 -1. <_>8 7 8 2 2. 0 -0.0510782003402710 -0.6674498915672302 9.7670806571841240e-003 <_> <_> <_>2 4 12 10 -1. <_>8 4 6 10 2. 0 0.2302789986133575 8.9318687096238136e-003 -0.8889254927635193 <_> <_> <_>7 0 14 16 -1. <_>7 0 7 16 2. 0 0.0332602895796299 -0.0388468205928802 0.1187155023217201 <_> <_> <_>1 1 18 3 -1. <_>10 1 9 3 2. 0 3.6332090385258198e-003 -0.0818652883172035 0.1200636997818947 <_> <_> <_>8 8 12 2 -1. <_>8 8 6 2 2. 0 -1.3659459364134818e-004 0.0290940403938293 -0.0864127129316330 <_> <_> <_>8 1 6 4 -1. <_>11 1 3 4 2. 0 4.2663831263780594e-003 0.0596425905823708 -0.1677787005901337 <_> <_> <_>11 0 4 10 -1. <_>12 1 2 10 2. 1 -0.0377263687551022 0.2520141899585724 -0.0114804599434137 <_> <_> <_>11 0 10 4 -1. <_>10 1 10 2 2. 1 -0.0377239510416985 0.3615080118179321 -0.0251649804413319 <_> <_> <_>13 7 9 4 -1. <_>16 7 3 4 3. 0 -0.0352175310254097 -0.2076825946569443 0.0156594999134541 <_> <_> <_>11 1 6 2 -1. <_>11 1 6 1 2. 1 -0.0262501500546932 0.6436303853988648 -0.0139710800722241 <_> <_> <_>8 8 12 2 -1. <_>8 8 6 2 2. 0 0.0711328312754631 5.0701410509645939e-003 -0.8105366826057434 <_> <_> <_>7 12 6 5 -1. <_>10 12 3 5 2. 0 2.8358760755509138e-003 0.0800347328186035 -0.1176605001091957 <_> <_> <_>10 7 9 11 -1. <_>13 7 3 11 3. 0 3.4837881103157997e-003 0.0697094574570656 -0.1213672012090683 <_> <_> <_>6 15 8 3 -1. <_>10 15 4 3 2. 0 2.9538539820350707e-005 -0.1709052026271820 0.0700920671224594 <_> <_> <_>19 3 2 12 -1. <_>19 3 1 12 2. 0 0.0263452306389809 -0.0110464496538043 0.3546783924102783 <_> <_> <_>1 3 2 12 -1. <_>2 3 1 12 2. 0 3.3180779428221285e-004 -0.0897638499736786 0.1040273979306221 <_> <_> <_>11 1 9 10 -1. <_>14 1 3 10 3. 0 9.9607985466718674e-003 -0.1057467013597488 0.0874811634421349 <_> <_> <_>1 3 16 6 -1. <_>5 3 8 6 2. 0 0.0690684765577316 -0.0231357607990503 0.3776597976684570 <_> <_> <_>7 1 12 12 -1. <_>11 1 4 12 3. 0 -0.0338048711419106 -0.0800529271364212 0.0661719888448715 <_> <_> <_>2 8 12 2 -1. <_>8 8 6 2 2. 0 -2.1103899925947189e-003 0.0729132369160652 -0.1698666960000992 <_> <_> <_>14 7 3 10 -1. <_>14 12 3 5 2. 0 0.0716755837202072 -0.0226680207997561 0.4375745952129364 <_> <_> <_>1 15 18 3 -1. <_>10 15 9 3 2. 0 -0.0176371298730373 0.1471055001020432 -0.0776481479406357 <_> <_> <_>9 0 13 3 -1. <_>9 1 13 1 3. 0 2.1559430751949549e-003 -0.0445614792406559 0.0806162506341934 <_> <_> <_>5 0 12 3 -1. <_>5 1 12 1 3. 0 -2.9923371039330959e-003 0.1601323038339615 -0.0726281702518463 <_> <_> <_>12 1 2 15 -1. <_>12 1 1 15 2. 0 -0.0283516198396683 -0.2483552992343903 7.8493626788258553e-003 <_> <_> <_>8 1 2 15 -1. <_>9 1 1 15 2. 0 -5.3842412307858467e-003 -0.1329039037227631 0.0786153525114059 <_> <_> <_>12 2 3 13 -1. <_>13 2 1 13 3. 0 0.0165137201547623 -0.0308675803244114 0.2291049957275391 <_> <_> <_>1 6 4 8 -1. <_>3 6 2 8 2. 0 -0.0234800595790148 -0.3465690016746521 0.0284779109060764 <_> <_> <_>17 1 4 12 -1. <_>19 1 2 6 2. <_>17 7 2 6 2. 0 0.0648044571280479 3.2681180164217949e-003 -0.8184831738471985 <_> <_> <_>1 1 4 12 -1. <_>1 1 2 6 2. <_>3 7 2 6 2. 0 2.9363438952714205e-003 0.0683719962835312 -0.1603825986385346 <_> <_> <_>17 0 4 7 -1. <_>17 0 2 7 2. 0 0.0193526390939951 0.0123308096081018 -0.1775151044130325 <_> <_> <_>1 0 4 7 -1. <_>3 0 2 7 2. 0 -1.4157049590721726e-003 0.1624874025583267 -0.0848219692707062 <_> <_> <_>12 2 3 13 -1. <_>13 2 1 13 3. 0 -0.0321656800806522 0.2549557983875275 -0.0153878200799227 <_> <_> <_>7 4 5 9 -1. <_>7 7 5 3 3. 0 0.0998839288949966 0.0116309802979231 -0.8693922162055969 <_> <_> <_>12 2 3 13 -1. <_>13 2 1 13 3. 0 -8.5509859491139650e-004 0.0375091396272182 -0.0413151308894157 <_> <_> <_>7 2 3 13 -1. <_>8 2 1 13 3. 0 0.0199486799538136 -0.0332114398479462 0.2654669880867004 <_> <_> <_>3 5 17 4 -1. <_>3 6 17 2 2. 0 -0.0168213602155447 -0.1950453072786331 0.0455782711505890 <_> <_> <_>2 3 18 3 -1. <_>2 4 18 1 3. 0 -0.0816850811243057 0.8082371950149536 -0.0100283799692988 <_> <_> <_>11 11 6 4 -1. <_>11 13 6 2 2. 0 -3.9467110764235258e-004 0.0378688685595989 -0.0743217021226883 <_> <_> <_>5 11 6 4 -1. <_>5 13 6 2 2. 0 -0.0419395789504051 -0.7531027197837830 0.0124947801232338 <_> <_> <_>15 5 6 4 -1. <_>15 5 6 2 2. 1 0.1231978014111519 1.5212129801511765e-003 -0.8745682835578919 <_> <_> <_>7 5 4 6 -1. <_>7 5 2 6 2. 1 4.3162349611520767e-003 0.0959173664450645 -0.0982868820428848 <_> <_> <_>13 1 8 8 -1. <_>15 1 4 8 2. 0 1.7064419807866216e-003 -0.0672838464379311 0.0583726689219475 <_> <_> <_>3 1 12 12 -1. <_>7 1 4 12 3. 0 0.0688534975051880 0.0398532710969448 -0.2701404094696045 <_> <_> <_>14 2 4 12 -1. <_>14 2 2 12 2. 0 1.5133110573515296e-003 0.0368038304150105 -0.0786387771368027 <_> <_> <_>4 2 4 12 -1. <_>6 2 2 12 2. 0 0.0166717004030943 -0.0522084794938564 0.2547613978385925 <_> <_> <_>15 0 2 14 -1. <_>15 0 1 14 2. 0 -2.4927379563450813e-003 -0.0683529227972031 0.0391825288534164 <_> <_> <_>5 0 2 14 -1. <_>6 0 1 14 2. 0 1.7946650041267276e-003 0.0756416171789169 -0.1844301968812943 <_> <_> <_>15 1 7 15 -1. <_>15 6 7 5 3. 0 0.0657645165920258 -0.0279573798179626 0.1377072930335999 <_> <_> <_>6 1 7 6 -1. <_>4 3 7 2 3. 1 -0.0324156284332275 0.2495771944522858 -0.0384017415344715 <_> <_> <_>1 4 20 14 -1. <_>11 4 10 7 2. <_>1 11 10 7 2. 0 0.1598522067070007 0.0231395307928324 -0.4587697982788086 <_> <_> <_>1 2 6 8 -1. <_>3 2 2 8 3. 0 0.0330030508339405 -0.0285496506839991 0.3648226857185364 <_> <_> <_>15 0 2 13 -1. <_>15 0 1 13 2. 0 8.3292415365576744e-003 0.0234221108257771 -0.1299273967742920 <_> <_> <_>2 1 9 10 -1. <_>5 1 3 10 3. 0 -0.1470738053321838 -1. 0.0103427702561021 <_> <_> <_>9 9 6 6 -1. <_>11 9 2 6 3. 0 0.1062593013048172 2.8901589103043079e-003 -0.6210510134696960 <_> <_> <_>5 5 8 4 -1. <_>5 5 8 2 2. 1 0.0479050017893314 -0.0254373103380203 0.3859503865242004 <_> <_> <_>5 8 14 4 -1. <_>5 9 14 2 2. 0 0.0435629487037659 0.0129636703059077 -0.3157450854778290 <_> <_> <_>0 7 20 2 -1. <_>10 7 10 2 2. 0 -0.0664015114307404 0.3718433976173401 -0.0242482293397188 <_> <_> <_>8 0 10 10 -1. <_>8 0 5 10 2. 0 1.0357169667258859e-003 -0.0338571593165398 0.0728181377053261 <_> <_> <_>4 0 10 10 -1. <_>9 0 5 10 2. 0 -0.1001026034355164 -0.2616243064403534 0.0405613481998444 <_> <_> <_>5 1 15 10 -1. <_>10 1 5 10 3. 0 -0.1402942985296249 0.1618638038635254 -0.0374638698995113 <_> <_> <_>0 9 18 4 -1. <_>0 10 18 2 2. 0 -0.0366291813552380 -0.3798868954181671 0.0224937591701746 <_> <_> <_>8 8 10 6 -1. <_>8 10 10 2 3. 0 0.1852793991565704 -3.4648380242288113e-003 0.9997292160987854 <_> <_> <_>4 8 10 6 -1. <_>4 10 10 2 3. 0 0.0134529303759336 0.0661910176277161 -0.1520805060863495 <_> <_> <_>11 6 10 12 -1. <_>11 10 10 4 3. 0 0.0846280604600906 -0.0321342609822750 0.2287780046463013 <_> <_> <_>8 5 4 8 -1. <_>8 5 4 4 2. 1 -0.0875683724880219 0.4322968125343323 -0.0247350297868252 <_> <_> <_>17 8 5 6 -1. <_>17 11 5 3 2. 0 0.0265023391693830 0.0235266294330359 -0.2984949946403503 <_> <_> <_>8 11 4 7 -1. <_>10 11 2 7 2. 0 -0.0182730592787266 0.5087803006172180 -0.0197359491139650 <_> <_> <_>9 5 12 3 -1. <_>9 6 12 1 3. 0 -1.1995369568467140e-003 0.0748677626252174 -0.0738613903522491 <_> <_> <_>2 9 13 3 -1. <_>2 10 13 1 3. 0 0.0313812308013439 -0.0262804795056582 0.3658395111560822 <_> <_> <_>3 13 16 3 -1. <_>3 13 8 3 2. 0 0.0231786705553532 0.0371552594006062 -0.2546856999397278 <_> <_> <_>5 12 8 4 -1. <_>9 12 4 4 2. 0 -0.0136446999385953 0.2071769982576370 -0.0427927710115910 <_> <_> <_>14 8 6 9 -1. <_>14 11 6 3 3. 0 7.8315278515219688e-003 0.0360285192728043 -0.0803370401263237 <_> <_> <_>4 10 12 3 -1. <_>4 11 12 1 3. 0 -0.0100357802584767 -0.2225376963615418 0.0429500304162502 <_> <_> <_>6 7 11 9 -1. <_>6 10 11 3 3. 0 -0.0511321313679218 0.3058665096759796 -0.0270545892417431 <_> <_> <_>4 1 9 4 -1. <_>7 4 3 4 3. 1 -0.0695447027683258 0.3468846082687378 -0.0317362211644650 <_> <_> <_>12 1 9 9 -1. <_>15 1 3 9 3. 0 -0.0240793600678444 0.1329156011343002 -0.0302777793258429 <_> <_> <_>1 1 9 9 -1. <_>4 1 3 9 3. 0 -6.6630518995225430e-003 -0.1847348064184189 0.0787502527236938 <_> <_> <_>14 1 6 6 -1. <_>16 1 2 6 3. 0 0.0431476905941963 -9.1566536575555801e-003 0.2948581874370575 <_> <_> <_>4 6 4 6 -1. <_>6 6 2 6 2. 0 -0.0138083398342133 -0.2847915887832642 0.0326221883296967 <_> <_> <_>7 5 12 7 -1. <_>10 5 6 7 2. 0 0.1635189950466156 -3.7377059925347567e-003 0.5604218244552612 <_> <_> <_>3 5 12 7 -1. <_>6 5 6 7 2. 0 -0.0240861494094133 0.1584143042564392 -0.0662945136427879 -30.5550003051757810 28 -1 SceneSwitcher-1.17.2/data/res/time.svg000066400000000000000000000035411417525156400175460ustar00rootroot00000000000000 SceneSwitcher-1.17.2/deps/000077500000000000000000000000001417525156400153155ustar00rootroot00000000000000SceneSwitcher-1.17.2/deps/asio/000077500000000000000000000000001417525156400162505ustar00rootroot00000000000000SceneSwitcher-1.17.2/deps/opencv/000077500000000000000000000000001417525156400166075ustar00rootroot00000000000000SceneSwitcher-1.17.2/deps/openvr/000077500000000000000000000000001417525156400166265ustar00rootroot00000000000000SceneSwitcher-1.17.2/deps/websocketpp/000077500000000000000000000000001417525156400176435ustar00rootroot00000000000000SceneSwitcher-1.17.2/forms/000077500000000000000000000000001417525156400155105ustar00rootroot00000000000000SceneSwitcher-1.17.2/forms/advanced-scene-switcher.ui000066400000000000000000004575671417525156400225650ustar00rootroot00000000000000 AdvSceneSwitcher 0 0 1100 600 0 0 1100 600 AdvSceneSwitcher.windowTitle true QLayout::SetNoConstraint 0 true AdvSceneSwitcher.generalTab.title AdvSceneSwitcher.generalTab.status AdvSceneSwitcher.generalTab.status.onStartup AdvSceneSwitcher.generalTab.status.autoStart 100 0 ms 50 20000 300 AdvSceneSwitcher.generalTab.status.hotkeytips AdvSceneSwitcher.generalTab.status.checkInterval AdvSceneSwitcher.generalTab.generalBehavior AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch true AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom 0 0 0 0 AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo true 100 0 0 0 AdvSceneSwitcher.generalTab.generalBehavior.onNoMet Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter AdvSceneSwitcher.generalTab.generalBehavior.cooldown AdvSceneSwitcher.generalTab.generalBehavior.verboseLogging Qt::Horizontal 40 20 AdvSceneSwitcher.generalTab.generalBehavior.saveWindowGeo Qt::Horizontal 40 20 AdvSceneSwitcher.generalTab.generalBehavior.showTrayNotifications Qt::Horizontal 40 20 AdvSceneSwitcher.generalTab.generalBehavior.disableUIHints Qt::Horizontal 40 20 AdvSceneSwitcher.generalTab.priority AdvSceneSwitcher.generalTab.priority.description 22 22 ../../../forms/images/up.png../../../forms/images/up.png true upArrowIconSmall 22 22 ../../../forms/images/down.png../../../forms/images/down.png true downArrowIconSmall Qt::Horizontal 40 20 Qt::Vertical 20 40 AdvSceneSwitcher.generalTab.priority.threadPriority 0 0 100 0 Qt::Horizontal 40 20 AdvSceneSwitcher.generalTab.priority.threadPriorityNotice AdvSceneSwitcher.generalTab.saveOrLoadsettings AdvSceneSwitcher.generalTab.saveOrLoadsettings.export AdvSceneSwitcher.generalTab.saveOrLoadsettings.import AdvSceneSwitcher.macroTab.title AdvSceneSwitcher.macroTab.macros AdvSceneSwitcher.macroTab.priorityWarning true 0 0 false false AdvSceneSwitcher.macroTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.macroTab.edit AdvSceneSwitcher.macroTab.name AdvSceneSwitcher.macroTab.run AdvSceneSwitcher.macroTab.runInParallel AdvSceneSwitcher.macroTab.onChange Qt::Horizontal 40 20 Qt::Vertical true 0 0 792 218 QLayout::SetMinAndMaxSize QLayout::SetMinAndMaxSize false AdvSceneSwitcher.macroTab.editConditionHelp Qt::AlignCenter true QLayout::SetFixedSize 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal 40 20 true 0 0 792 218 QLayout::SetMinAndMaxSize false AdvSceneSwitcher.macroTab.editActionHelp Qt::AlignCenter true QLayout::SetMinAndMaxSize 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.transitionTab.title AdvSceneSwitcher.transitionTab.adjustActiveTransitionType AdvSceneSwitcher.transitionTab.setTransitionBy AdvSceneSwitcher.transitionTab.transitionOverride Qt::Horizontal 40 20 AdvSceneSwitcher.transitionTab.transitionForAToB 0 0 false AdvSceneSwitcher.transitionTab.transitionsHelp Qt::AlignCenter true 4 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 5 20 AdvSceneSwitcher.transitionTab.defaultTransition 0 0 false AdvSceneSwitcher.transitionTab.defaultTransitionsHelp Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.pauseTab.title 0 0 false AdvSceneSwitcher.pauseTab.help Qt::AlignCenter true 4 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.windowTitleTab.title AdvSceneSwitcher.windowTitleTab.regexrDescription Qt::AutoText true 0 0 false AdvSceneSwitcher.windowTitleTab.windowsHelp Qt::AlignCenter true 4 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 Qt::Horizontal AdvSceneSwitcher.windowTitleTab.stayInFocus1 0 0 100 0 true AdvSceneSwitcher.windowTitleTab.stayInFocus2 Qt::Horizontal 40 20 0 0 true AdvSceneSwitcher.windowTitleTab.ignoreWindowsHelp Qt::AlignCenter true 4 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal 40 20 ArrowCursor AdvSceneSwitcher.executableTab.title true false AdvSceneSwitcher.executableTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.executableTab.implemented AdvSceneSwitcher.screenRegionTab.title AdvSceneSwitcher.screenRegionTab.currentPosition 60 0 true x 60 0 true Qt::Vertical AdvSceneSwitcher.screenRegionTab.showGuideFrames Qt::Horizontal 600 20 0 0 false AdvSceneSwitcher.screenRegionTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.mediaTab.title true false AdvSceneSwitcher.mediaTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.mediaTab.implemented AdvSceneSwitcher.fileTab.title AdvSceneSwitcher.fileTab.readWriteSceneFile AdvSceneSwitcher.fileTab.currentSceneOutputFile AdvSceneSwitcher.browse AdvSceneSwitcher.fileTab.switchSceneBaseOnFile Qt::Horizontal 40 20 AdvSceneSwitcher.fileTab.switchSceneNameInputFile AdvSceneSwitcher.browse AdvSceneSwitcher.fileTab.switchSceneBaseOnFileContent AdvSceneSwitcher.fileTab.remoteFileWarning true 75 true AdvSceneSwitcher.fileTab.libcurlWarning 0 0 false AdvSceneSwitcher.fileTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.randomTab.title AdvSceneSwitcher.randomTab.randomDisabledWarning 0 0 false AdvSceneSwitcher.randomTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.timeTab.title true false AdvSceneSwitcher.timeTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.idleTab.title AdvSceneSwitcher.idleTab.enable AdvSceneSwitcher.idleTab.dontSwitchIfFocus1 true 20 AdvSceneSwitcher.idleTab.dontSwitchIfFocus2 Qt::Horizontal 40 20 0 0 true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.sceneSequenceTab.title AdvSceneSwitcher.sceneSequenceTab.description 0 0 false AdvSceneSwitcher.sceneSequenceTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Vertical AdvSceneSwitcher.sceneSequenceTab.extendEdit Qt::Horizontal 40 20 AdvSceneSwitcher.sceneSequenceTab.save AdvSceneSwitcher.sceneSequenceTab.load Qt::Horizontal 40 20 AdvSceneSwitcher.audioTab.title 0 0 false AdvSceneSwitcher.audioTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.audioTab.multiMatchfallbackCondition false true AdvSceneSwitcher.videoTab.title 0 0 false AdvSceneSwitcher.videoTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Vertical AdvSceneSwitcher.videoTab.getScreenshot Qt::Horizontal 40 20 AdvSceneSwitcher.networkTab.title AdvSceneSwitcher.networkTab.description AdvSceneSwitcher.networkTab.warning AdvSceneSwitcher.networkTab.server true false AdvSceneSwitcher.networkTab.server.restrictSendToAutomatedSwitches AdvSceneSwitcher.networkTab.server.status.currentStatus AdvSceneSwitcher.networkTab.server.status.notRunning 1024 65535 55555 AdvSceneSwitcher.networkTab.server.port AdvSceneSwitcher.networkTab.server.lockToIPv4 AdvSceneSwitcher.networkTab.server.sendPreview AdvSceneSwitcher.networkTab.server.sendSceneChange AdvSceneSwitcher.networkTab.server.restart AdvSceneSwitcher.networkTab.client true false AdvSceneSwitcher.networkTab.client.port AdvSceneSwitcher.networkTab.client.address 0 0 1024 65535 55555 AdvSceneSwitcher.networkTab.client.status.disconnected AdvSceneSwitcher.networkTab.client.status.currentStatus AdvSceneSwitcher.networkTab.client.reconnect Qt::Vertical 20 40 AdvSceneSwitcher.sceneGroupTab.title AdvSceneSwitcher.sceneGroupTab.list AdvSceneSwitcher.sceneGroupTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.sceneGroupTab.edit AdvSceneSwitcher.sceneGroupTab.edit.name Qt::Horizontal 40 20 AdvSceneSwitcher.sceneGroupTab.edit.addScene Qt::Horizontal 40 20 AdvSceneSwitcher.sceneGroupTab.scenes.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.sceneTriggerTab.title 0 0 false AdvSceneSwitcher.sceneTriggerTab.help Qt::AlignCenter true 22 22 true addIconSmall 22 22 true removeIconSmall Qt::Horizontal QSizePolicy::Fixed 5 20 Qt::Vertical Qt::Horizontal QSizePolicy::Fixed 5 20 22 22 ../../../forms/images/up.svg../../../forms/images/up.svg true upArrowIconSmall 22 22 ../../../forms/images/down.svg../../../forms/images/down.svg true downArrowIconSmall Qt::Horizontal 40 20 AdvSceneSwitcher.close SceneSwitcher-1.17.2/src/000077500000000000000000000000001417525156400151515ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/advanced-scene-switcher-module.c000066400000000000000000000005711417525156400232710ustar00rootroot00000000000000#include #include OBS_DECLARE_MODULE() OBS_MODULE_USE_DEFAULT_LOCALE("advanced-scene-switcher", "en-US") void InitSceneSwitcher(); void FreeSceneSwitcher(); bool obs_module_load(void) { obs_frontend_push_ui_translation(obs_module_get_string); InitSceneSwitcher(); return true; } void obs_module_unload(void) { FreeSceneSwitcher(); } SceneSwitcher-1.17.2/src/advanced-scene-switcher.cpp000066400000000000000000000404161417525156400223500ustar00rootroot00000000000000#include #include #include #include #include #include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/status-control.hpp" #include "headers/curl-helper.hpp" #include "headers/utility.hpp" #include "headers/version.h" SwitcherData *switcher = nullptr; SwitcherData *GetSwitcher() { return switcher; } /****************************************************************************** * Create the Advanced Scene Switcher settings window ******************************************************************************/ AdvSceneSwitcher::AdvSceneSwitcher(QWidget *parent) : QDialog(parent), ui(new Ui_AdvSceneSwitcher) { switcher->settingsWindowOpened = true; ui->setupUi(this); std::lock_guard lock(switcher->m); switcher->Prune(); loadUI(); } AdvSceneSwitcher::~AdvSceneSwitcher() { if (switcher) { switcher->settingsWindowOpened = false; } } bool translationAvailable() { return !!strcmp(obs_module_text("AdvSceneSwitcher.pluginName"), "AdvSceneSwitcher.pluginName"); } void AdvSceneSwitcher::loadUI() { if (!translationAvailable()) { QString msg = "Failed to find plug-in's 'data' directory.\n" "Please check installation instructions!\n\n" "Data most likely expected at:\n\n"; #ifdef _WIN32 msg += QString::fromStdString( (std::filesystem::current_path().string())); msg += "/"; #endif msg += obs_get_module_data_path(obs_current_module()); (void)DisplayMessage(msg); } #if __APPLE__ setMinimumHeight(700); #endif setupGeneralTab(); setupTitleTab(); setupExecutableTab(); setupRegionTab(); setupPauseTab(); setupSequenceTab(); setupTransitionsTab(); setupIdleTab(); setupRandomTab(); setupMediaTab(); setupFileTab(); setupTimeTab(); setupAudioTab(); setupVideoTab(); setupNetworkTab(); setupSceneGroupTab(); setupTriggerTab(); setupMacroTab(); setTabOrder(); restoreWindowGeo(); checkFirstTimeSetup(); loading = false; } /****************************************************************************** * Saving and loading ******************************************************************************/ static void SaveSceneSwitcher(obs_data_t *save_data, bool saving, void *) { if (saving) { std::lock_guard lock(switcher->m); switcher->Prune(); obs_data_t *obj = obs_data_create(); switcher->saveSettings(obj); obs_data_set_obj(save_data, "advanced-scene-switcher", obj); obs_data_release(obj); } else { // Stop the scene switcher at least once to // avoid scene duplication issues with scene collection changes switcher->Stop(); switcher->m.lock(); obs_data_t *obj = obs_data_get_obj(save_data, "advanced-scene-switcher"); if (!obj) { obj = obs_data_create(); } if (switcher->versionChanged(obj, g_GIT_SHA1)) { AskForBackup(obj); } switcher->loadSettings(obj); obs_data_release(obj); switcher->m.unlock(); if (!switcher->stop) { switcher->Start(); } } } /****************************************************************************** * Main switcher thread ******************************************************************************/ void SwitcherData::Thread() { blog(LOG_INFO, "started"); int sleep = 0; int linger = 0; std::chrono::milliseconds duration; auto startTime = std::chrono::high_resolution_clock::now(); auto endTime = std::chrono::high_resolution_clock::now(); while (true) { std::unique_lock lock(m); bool match = false; OBSWeakSource scene; OBSWeakSource transition; // The previous scene might have changed during the linger duration, // if a longer transition is used than the configured check interval bool setPrevSceneAfterLinger = false; bool macroMatch = false; macroSceneSwitched = false; endTime = std::chrono::high_resolution_clock::now(); auto runTime = std::chrono::duration_cast( endTime - startTime); if (sleep) { duration = std::chrono::milliseconds(sleep); } else { duration = std::chrono::milliseconds(interval) + std::chrono::milliseconds(linger) - runTime; if (duration.count() < 1) { blog(LOG_INFO, "detected busy loop - refusing to sleep less than 1ms"); duration = std::chrono::milliseconds(50); } } vblog(LOG_INFO, "try to sleep for %ld", duration.count()); setWaitScene(); cv.wait_for(lock, duration); startTime = std::chrono::high_resolution_clock::now(); sleep = 0; linger = 0; Prune(); if (stop) { break; } if (checkPause()) { continue; } setPreconditions(); match = checkForMatch(scene, transition, linger, setPrevSceneAfterLinger, macroMatch); if (stop) { break; } checkNoMatchSwitch(match, scene, transition, sleep); checkSwitchCooldown(match); if (linger) { duration = std::chrono::milliseconds(linger); vblog(LOG_INFO, "sleep for %ld before switching scene", duration.count()); setWaitScene(); cv.wait_for(lock, duration); if (stop) { break; } if (sceneChangedDuringWait()) { vblog(LOG_INFO, "scene was changed manually - ignoring match"); match = false; linger = 0; } else if (setPrevSceneAfterLinger) { scene = previousScene; } } // After this point we will call frontend functions like // obs_frontend_set_current_scene() and // obs_frontend_set_current_transition() // // During this time SaveSceneSwitcher() could be called // leading to a deadlock with the frontend function being stuck // in QMetaObject::invokeMethod() holding the mutex and // OBS being stuck in SaveSceneSwitcher(). // // So we have to unlock() risking race conditions as these are // less frequent than the above described deadlock lock.unlock(); if (match) { if (macroMatch) { runMacros(); } else { switchScene({scene, transition, 0}); } } writeSceneInfoToFile(); } blog(LOG_INFO, "stopped"); } void SwitcherData::setPreconditions() { // Window title lastTitle = currentTitle; std::string title; GetCurrentWindowTitle(title); for (auto &window : ignoreWindowsSwitches) { bool equals = (title == window); bool matches = false; if (!equals) { try { std::regex expr(window); matches = std::regex_match(title, expr); } catch (const std::regex_error &) { } } if (equals || matches) { title = lastTitle; break; } } currentTitle = title; // Cursor std::pair cursorPos = getCursorPos(); cursorPosChanged = cursorPos.first != switcher->lastCursorPos.first || cursorPos.second != switcher->lastCursorPos.second; lastCursorPos = getCursorPos(); } bool SwitcherData::checkForMatch(OBSWeakSource &scene, OBSWeakSource &transition, int &linger, bool &setPrevSceneAfterLinger, bool ¯oMatch) { bool match = false; if (uninterruptibleSceneSequenceActive) { match = checkSceneSequence(scene, transition, linger, setPrevSceneAfterLinger); if (match) { return match; } } for (int switchFuncName : functionNamesByPriority) { switch (switchFuncName) { case read_file_func: match = checkSwitchInfoFromFile(scene, transition) || checkFileContent(scene, transition); break; case idle_func: match = checkIdleSwitch(scene, transition); break; case exe_func: match = checkExeSwitch(scene, transition); break; case screen_region_func: match = checkScreenRegionSwitch(scene, transition); break; case window_title_func: match = checkWindowTitleSwitch(scene, transition); break; case round_trip_func: match = checkSceneSequence(scene, transition, linger, setPrevSceneAfterLinger); break; case media_func: match = checkMediaSwitch(scene, transition); break; case time_func: match = checkTimeSwitch(scene, transition); break; case audio_func: match = checkAudioSwitch(scene, transition); break; case video_func: match = checkVideoSwitch(scene, transition); break; case macro_func: if (checkMacros()) { match = true; macroMatch = true; } break; } if (stop) { return false; } if (match) { break; } } return match; } void switchScene(const sceneSwitchInfo &sceneSwitch) { if (!sceneSwitch.scene && switcher->verbose) { blog(LOG_INFO, "nothing to switch to"); return; } obs_source_t *source = obs_weak_source_get_source(sceneSwitch.scene); obs_source_t *currentSource = obs_frontend_get_current_scene(); if (source && source != currentSource) { transitionData currentTransitionData; setNextTransition(sceneSwitch, currentSource, currentTransitionData); obs_frontend_set_current_scene(source); if (switcher->transitionOverrideOverride) { restoreTransitionOverride(source, currentTransitionData); } if (switcher->verbose) { blog(LOG_INFO, "switched scene"); } if (switcher->networkConfig.ShouldSendSceneChange()) { switcher->server.sendMessage(sceneSwitch); } } obs_source_release(currentSource); obs_source_release(source); } void switchPreviewScene(const OBSWeakSource &ws) { auto source = obs_weak_source_get_source(ws); obs_frontend_set_current_preview_scene(source); obs_source_release(source); } void SwitcherData::Start() { if (!(th && th->isRunning())) { stop = false; th = new SwitcherThread(); th->start((QThread::Priority)threadPriority); // Will be overwritten quickly but might be useful writeToStatusFile("Advanced Scene Switcher running"); } if (networkConfig.ServerEnabled) { server.start(networkConfig.ServerPort, networkConfig.LockToIPv4); } if (networkConfig.ClientEnabled) { client.connect(networkConfig.GetClientUri()); } if (showSystemTrayNotifications) { DisplayTrayMessage( obs_module_text("AdvSceneSwitcher.pluginName"), obs_module_text("AdvSceneSwitcher.running")); } } void ResetMacroCounters() { for (auto &m : switcher->macros) { m->ResetCount(); } } void SwitcherData::Stop() { if (th && th->isRunning()) { stop = true; cv.notify_all(); abortMacroWait = true; macroWaitCv.notify_all(); macroTransitionCv.notify_all(); th->wait(); delete th; th = nullptr; writeToStatusFile("Advanced Scene Switcher stopped"); ResetMacroCounters(); } server.stop(); client.disconnect(); for (auto &t : audioHelperThreads) { if (t.joinable()) { t.join(); } } audioHelperThreads.clear(); if (showSystemTrayNotifications) { DisplayTrayMessage( obs_module_text("AdvSceneSwitcher.pluginName"), obs_module_text("AdvSceneSwitcher.stopped")); } } void SwitcherData::setWaitScene() { waitScene = obs_frontend_get_current_scene(); obs_source_release(waitScene); } bool SwitcherData::sceneChangedDuringWait() { obs_source_t *currentSource = obs_frontend_get_current_scene(); if (!currentSource) { return true; } obs_source_release(currentSource); return (waitScene && currentSource != waitScene); } /****************************************************************************** * OBS module setup ******************************************************************************/ extern "C" void FreeSceneSwitcher() { if (loaded_curl_lib) { if (switcher->curl && f_curl_cleanup) { f_curl_cleanup(switcher->curl); } delete loaded_curl_lib; loaded_curl_lib = nullptr; } PlatformCleanup(); delete switcher; switcher = nullptr; } void handleSceneChange() { switcher->lastSceneChangeTime = std::chrono::high_resolution_clock::now(); // Stop waiting if scene was changed if (switcher->sceneChangedDuringWait()) { switcher->cv.notify_one(); } // Set current and previous scene obs_source_t *source = obs_frontend_get_current_scene(); obs_weak_source_t *ws = obs_source_get_weak_source(source); if (ws && ws != switcher->currentScene) { switcher->previousScene = switcher->currentScene; switcher->currentScene = ws; vblog(LOG_INFO, "current scene: %s", GetWeakSourceName(switcher->currentScene).c_str()); vblog(LOG_INFO, "previous scene: %s", GetWeakSourceName(switcher->previousScene).c_str()); } obs_source_release(source); obs_weak_source_release(ws); switcher->checkTriggers(); switcher->checkDefaultSceneTransitions(); if (switcher->networkConfig.ShouldSendFrontendSceneChange()) { switcher->server.sendMessage({ws, nullptr, 0}); } } void setLiveTime() { switcher->liveTime = QDateTime::currentDateTime(); } void resetLiveTime() { switcher->liveTime = QDateTime(); } void checkAutoStartRecording() { if (switcher->autoStartEvent == AutoStartEvent::RECORDING || switcher->autoStartEvent == AutoStartEvent::RECORINDG_OR_STREAMING) switcher->Start(); } void checkAutoStartStreaming() { if (switcher->autoStartEvent == AutoStartEvent::STREAMING || switcher->autoStartEvent == AutoStartEvent::RECORINDG_OR_STREAMING) switcher->Start(); } void handlePeviewSceneChange() { if (switcher->networkConfig.ShouldSendPrviewSceneChange()) { auto source = obs_frontend_get_current_preview_scene(); auto weak = obs_source_get_weak_source(source); switcher->server.sendMessage({weak, nullptr, 0}, true); obs_weak_source_release(weak); obs_source_release(source); } } void setReplayBufferSaved() { switcher->replayBufferSaved = true; } void setTranstionEnd() { switcher->lastTransitionEndTime = std::chrono::high_resolution_clock::now(); switcher->macroTransitionCv.notify_all(); } void setStreamStarting() { switcher->lastStreamStartingTime = std::chrono::high_resolution_clock::now(); } void setStreamStopping() { switcher->lastStreamStoppingTime = std::chrono::high_resolution_clock::now(); } // Note to future self: // be careful using switcher->m here as there is potential for deadlocks when using // frontend functions such as obs_frontend_set_current_scene() static void OBSEvent(enum obs_frontend_event event, void *switcher) { if (!switcher) { return; } switch (event) { case OBS_FRONTEND_EVENT_EXIT: FreeSceneSwitcher(); break; case OBS_FRONTEND_EVENT_SCENE_CHANGED: handleSceneChange(); break; case OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED: handlePeviewSceneChange(); break; case OBS_FRONTEND_EVENT_RECORDING_STARTED: setLiveTime(); checkAutoStartRecording(); break; case OBS_FRONTEND_EVENT_STREAMING_STARTED: setLiveTime(); checkAutoStartStreaming(); break; case OBS_FRONTEND_EVENT_RECORDING_STOPPED: case OBS_FRONTEND_EVENT_STREAMING_STOPPED: resetLiveTime(); break; #ifdef REPLAYBUFFER_SUPPORTED case OBS_FRONTEND_EVENT_REPLAY_BUFFER_SAVED: setReplayBufferSaved(); break; #endif case OBS_FRONTEND_EVENT_TRANSITION_STOPPED: setTranstionEnd(); break; case OBS_FRONTEND_EVENT_STREAMING_STARTING: setStreamStarting(); break; case OBS_FRONTEND_EVENT_STREAMING_STOPPING: setStreamStopping(); break; default: break; } } void LoadPlugins() { QFileInfo libPath( QString(obs_get_module_binary_path(obs_current_module()))); QString pluginDir(libPath.absolutePath() + "/adv-ss-plugins"); #ifdef _WIN32 QString libPattern = "*.dll"; SetDllDirectory(pluginDir.toStdWString().c_str()); #else QString libPattern = "*.so"; #endif QDirIterator it(pluginDir, QStringList() << libPattern, QDir::Files); while (it.hasNext()) { auto file = it.next(); blog(LOG_INFO, "attempting to load \"%s\"", file.toStdString().c_str()); auto lib = new QLibrary(file, nullptr); if (lib->load()) { blog(LOG_INFO, "successfully loaded \"%s\"", file.toStdString().c_str()); } else { blog(LOG_WARNING, "failed to load \"%s\": %s", file.toStdString().c_str(), lib->errorString().toStdString().c_str()); } } } AdvSceneSwitcher *ssWindow; extern "C" void InitSceneSwitcher() { blog(LOG_INFO, "version: %s", g_GIT_TAG); blog(LOG_INFO, "version: %s", g_GIT_SHA1); switcher = new SwitcherData; if (loadCurl() && f_curl_init) { switcher->curl = f_curl_init(); } PlatformInit(); LoadPlugins(); SetupDock(); auto cb = []() { if (switcher->settingsWindowOpened) { ssWindow->show(); ssWindow->raise(); ssWindow->activateWindow(); } else { ssWindow = new AdvSceneSwitcher(static_cast( obs_frontend_get_main_window())); ssWindow->setAttribute(Qt::WA_DeleteOnClose); ssWindow->show(); } }; obs_frontend_add_save_callback(SaveSceneSwitcher, nullptr); obs_frontend_add_event_callback(OBSEvent, switcher); QAction *action = (QAction *)obs_frontend_add_tools_menu_qaction( obs_module_text("AdvSceneSwitcher.pluginName")); action->connect(action, &QAction::triggered, cb); } SceneSwitcher-1.17.2/src/curl-helper.cpp000066400000000000000000000040511417525156400200770ustar00rootroot00000000000000#include #include #include #include #include "headers/curl-helper.hpp" initFunction f_curl_init = nullptr; setOptFunction f_curl_setopt = nullptr; performFunction f_curl_perform = nullptr; cleanupFunction f_curl_cleanup = nullptr; QLibrary *loaded_curl_lib = nullptr; bool resolveCurl() { f_curl_init = (initFunction)loaded_curl_lib->resolve("curl_easy_init"); f_curl_setopt = (setOptFunction)loaded_curl_lib->resolve("curl_easy_setopt"); f_curl_perform = (performFunction)loaded_curl_lib->resolve("curl_easy_perform"); f_curl_cleanup = (cleanupFunction)loaded_curl_lib->resolve("curl_easy_cleanup"); if (f_curl_init && f_curl_setopt && f_curl_perform && f_curl_cleanup) { blog(LOG_INFO, "[adv-ss] curl loaded successfully"); return true; } blog(LOG_INFO, "[adv-ss] curl symbols not resolved"); return false; } bool loadCurl() { loaded_curl_lib = new QLibrary(curl_library_name, nullptr); if (resolveCurl()) { blog(LOG_INFO, "[adv-ss] found curl library"); return true; } else { delete loaded_curl_lib; loaded_curl_lib = nullptr; blog(LOG_WARNING, "[adv-ss] couldn't find the curl library in PATH"); } QStringList locations; locations << QDir::currentPath(); #if defined(__linux__) || defined(__APPLE__) locations << "/usr/lib"; locations << "/usr/local/lib"; locations << "/usr/lib/x86_64-linux-gnu"; locations << "/usr/local/opt/curl/lib"; #endif for (QString path : locations) { blog(LOG_INFO, "[adv-ss] trying '%s'", path.toUtf8().constData()); QFileInfo libPath( QDir(path).absoluteFilePath(curl_library_name)); if (libPath.exists() && libPath.isFile()) { QString libFilePath = libPath.absoluteFilePath(); blog(LOG_INFO, "[adv-ss] found curl library at '%s'", libFilePath.toUtf8().constData()); loaded_curl_lib = new QLibrary(libFilePath, nullptr); if (resolveCurl()) { return true; } else { delete loaded_curl_lib; loaded_curl_lib = nullptr; } } } blog(LOG_WARNING, "[adv-ss] can't find the curl library"); return false; } SceneSwitcher-1.17.2/src/duration-control.cpp000066400000000000000000000165521417525156400211710ustar00rootroot00000000000000#include "headers/duration-control.hpp" #include "headers/utility.hpp" #include "obs-module.h" #include #include #include void Duration::Save(obs_data_t *obj, const char *secondsName, const char *unitName) { obs_data_set_double(obj, secondsName, seconds); obs_data_set_int(obj, unitName, static_cast(displayUnit)); } void Duration::Load(obs_data_t *obj, const char *secondsName, const char *unitName) { seconds = obs_data_get_double(obj, secondsName); displayUnit = static_cast(obs_data_get_int(obj, unitName)); } bool Duration::DurationReached() { if (_startTime.time_since_epoch().count() == 0) { _startTime = std::chrono::high_resolution_clock::now(); } auto runTime = std::chrono::duration_cast( std::chrono::high_resolution_clock::now() - _startTime); return runTime.count() >= seconds * 1000; } double Duration::TimeRemaining() { if (_startTime.time_since_epoch().count() == 0) { return seconds; } auto runTime = std::chrono::duration_cast( std::chrono::high_resolution_clock::now() - _startTime); if (runTime.count() >= seconds * 1000) { return 0; } return (seconds * 1000 - runTime.count()) / 1000.; } void Duration::SetTimeRemaining(double remaining) { long long msPassed = (seconds - remaining) * 1000; _startTime = std::chrono::high_resolution_clock::now() - std::chrono::milliseconds(msPassed); } void Duration::Reset() { _startTime = {}; } int durationUnitToMultiplier(DurationUnit u) { switch (u) { case DurationUnit::SECONDS: return 1; case DurationUnit::MINUTES: return 60; case DurationUnit::HOURS: return 3600; default: break; } return 0; } std::string durationUnitToString(DurationUnit u) { switch (u) { case DurationUnit::SECONDS: return obs_module_text("AdvSceneSwitcher.unit.secends"); case DurationUnit::MINUTES: return obs_module_text("AdvSceneSwitcher.unit.minutes"); case DurationUnit::HOURS: return obs_module_text("AdvSceneSwitcher.unit.hours"); default: break; } return ""; } std::string Duration::ToString() { std::ostringstream ss; ss << std::fixed << std::setprecision(2) << seconds / durationUnitToMultiplier(displayUnit) << " " << durationUnitToString(displayUnit); return ss.str(); } static void populateUnits(QComboBox *list) { list->addItem(obs_module_text("AdvSceneSwitcher.unit.secends")); list->addItem(obs_module_text("AdvSceneSwitcher.unit.minutes")); list->addItem(obs_module_text("AdvSceneSwitcher.unit.hours")); } DurationSelection::DurationSelection(QWidget *parent, bool showUnitSelection) : QWidget(parent), _unitMultiplier(1) { _duration = new QDoubleSpinBox(parent); _duration->setMaximum(86400); // 24 hours _unitSelection = new QComboBox(); populateUnits(_unitSelection); QWidget::connect(_duration, SIGNAL(valueChanged(double)), this, SLOT(_DurationChanged(double))); QWidget::connect(_unitSelection, SIGNAL(currentIndexChanged(int)), this, SLOT(_UnitChanged(int))); QHBoxLayout *layout = new QHBoxLayout; layout->setContentsMargins(0, 0, 0, 0); layout->setSpacing(11); layout->addWidget(_duration); if (showUnitSelection) { layout->addWidget(_unitSelection); } setLayout(layout); } void DurationSelection::SetValue(double value) { _duration->setValue(value / _unitMultiplier); } void DurationSelection::SetUnit(DurationUnit u) { _unitSelection->setCurrentIndex(static_cast(u)); } void DurationSelection::SetDuration(Duration d) { SetUnit(d.displayUnit); SetValue(d.seconds); } void DurationSelection::_DurationChanged(double value) { emit DurationChanged(value * _unitMultiplier); } void DurationSelection::_UnitChanged(int idx) { DurationUnit unit = static_cast(idx); double prevMultiplier = _unitMultiplier; _unitMultiplier = durationUnitToMultiplier(unit); _duration->setValue(_duration->value() * (prevMultiplier / _unitMultiplier)); emit UnitChanged(unit); } void DurationConstraint::Save(obs_data_t *obj, const char *condName, const char *secondsName, const char *unitName) { obs_data_set_int(obj, condName, static_cast(_type)); _dur.Save(obj, secondsName, unitName); } void DurationConstraint::Load(obs_data_t *obj, const char *condName, const char *secondsName, const char *unitName) { // For backwards compatability check if duration value exist without // time constraint condition - if so assume DurationCondition::MORE if (!obs_data_has_user_value(obj, condName) && obs_data_has_user_value(obj, secondsName)) { obs_data_set_int(obj, condName, static_cast(DurationCondition::MORE)); } _type = static_cast(obs_data_get_int(obj, condName)); _dur.Load(obj, secondsName, unitName); } bool DurationConstraint::DurationReached() { switch (_type) { case DurationCondition::NONE: return true; break; case DurationCondition::MORE: return _dur.DurationReached(); break; case DurationCondition::EQUAL: if (_dur.DurationReached() && !_timeReached) { _timeReached = true; return true; } break; case DurationCondition::LESS: return !_dur.DurationReached(); break; default: break; } return false; } void DurationConstraint::Reset() { _timeReached = false; _dur.Reset(); } static void populateConditions(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.duration.condition.none")); list->addItem( obs_module_text("AdvSceneSwitcher.duration.condition.more")); list->addItem( obs_module_text("AdvSceneSwitcher.duration.condition.equal")); list->addItem( obs_module_text("AdvSceneSwitcher.duration.condition.less")); } DurationConstraintEdit::DurationConstraintEdit(QWidget *parent) { _condition = new QComboBox(parent); _duration = new DurationSelection(parent); _toggle = new QPushButton(parent); _toggle->setMaximumSize(22, 22); _toggle->setIcon( QIcon(QString::fromStdString(getDataFilePath("res/time.svg")))); populateConditions(_condition); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(_ConditionChanged(int))); QObject::connect(_duration, &DurationSelection::DurationChanged, this, &DurationConstraintEdit::DurationChanged); QObject::connect(_duration, &DurationSelection::UnitChanged, this, &DurationConstraintEdit::UnitChanged); QWidget::connect(_toggle, SIGNAL(clicked()), this, SLOT(ToggleClicked())); QHBoxLayout *layout = new QHBoxLayout; layout->setContentsMargins(0, 0, 0, 0); layout->setSpacing(11); layout->addWidget(_toggle); layout->addWidget(_condition); layout->addWidget(_duration); setLayout(layout); Collapse(true); } void DurationConstraintEdit::SetValue(DurationConstraint &value) { _duration->SetDuration(value.GetDuration()); _condition->setCurrentIndex(static_cast(value.GetCondition())); _duration->setVisible(value.GetCondition() != DurationCondition::NONE); } void DurationConstraintEdit::SetUnit(DurationUnit u) { _duration->SetUnit(u); } void DurationConstraintEdit::SetDuration(const Duration &d) { _duration->SetDuration(d); } void DurationConstraintEdit::_ConditionChanged(int value) { auto cond = static_cast(value); Collapse(cond == DurationCondition::NONE); emit ConditionChanged(cond); } void DurationConstraintEdit::ToggleClicked() { Collapse(false); } void DurationConstraintEdit::Collapse(bool collapse) { _toggle->setVisible(collapse); _duration->setVisible(!collapse); _condition->setVisible(!collapse); } SceneSwitcher-1.17.2/src/external-macro-modules/000077500000000000000000000000001417525156400215405ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/external-macro-modules/CMakeLists.txt000066400000000000000000000034701417525156400243040ustar00rootroot00000000000000# Helper function to install plugins to correct location function(install_advss_plugin target) set(plugin_folder "adv-ss-plugins") if(APPLE) set(_bit_suffix "") elseif(CMAKE_SIZEOF_VOID_P EQUAL 8) set(_bit_suffix "64bit/") else() set(_bit_suffix "32bit/") endif() set_target_properties(${target} PROPERTIES PREFIX "") install( TARGETS ${target} LIBRARY DESTINATION "${OBS_PLUGIN_DESTINATION}/${plugin_folder}" RUNTIME DESTINATION "${OBS_PLUGIN_DESTINATION}/${plugin_folder}") add_custom_command( TARGET ${target} POST_BUILD COMMAND "${CMAKE_COMMAND}" -E copy "$" "${OBS_OUTPUT_DIR}/$/obs-plugins/${_bit_suffix}/${plugin_folder}/$" VERBATIM) if(DEFINED ENV{obsInstallerTempDir}) add_custom_command( TARGET ${target} POST_BUILD COMMAND "${CMAKE_COMMAND}" -E copy "$" "$ENV{obsInstallerTempDir}/${OBS_PLUGIN_DESTINATION}/${plugin_folder}/$" VERBATIM) endif() if(MSVC) obs_debug_copy_helper( ${target} "${OBS_OUTPUT_DIR}/$/obs-plugins/${_bit_suffix}/${plugin_folder}" ) if(DEFINED ENV{obsInstallerTempDir}) obs_debug_copy_helper( ${target} "$ENV{obsInstallerTempDir}/${OBS_PLUGIN_DESTINATION}/${plugin_folder}") endif() install( DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/pdbs/" DESTINATION "${OBS_PLUGIN_DESTINATION}/${plugin_folder}" CONFIGURATIONS Debug RelWithDebInfo) endif() endfunction() # Add macro conditions or actions which have dependencies to external libraries # or other components which might potentially not be fulfilled by the user and # thus cause issues. add_subdirectory(opencv) add_subdirectory(openvr) SceneSwitcher-1.17.2/src/external-macro-modules/opencv/000077500000000000000000000000001417525156400230325ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/external-macro-modules/opencv/CMakeLists.txt000066400000000000000000000026271417525156400256010ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.14) project(advanced-scene-switcher-opencv) add_definitions(-DADVSS_MODULE) find_package(OpenCV) if(OpenCV_FOUND) include_directories("${OpenCV_INCLUDE_DIRS}") else() set(OpenCV_LIBRARIES "") message( WARNING "OpenCV not found! Functionality relying on OpenCV will be disabled!\nOpenCV sources are available under: ${CMAKE_CURRENT_SOURCE_DIR}/deps/opencv" ) return() endif() include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../headers") set(module_SOURCES macro-condition-video.cpp macro-condition-video.hpp) add_library(advanced-scene-switcher-opencv MODULE ${module_SOURCES}) if(BUILD_OUT_OF_TREE) target_link_libraries( advanced-scene-switcher-opencv advanced-scene-switcher ${LIBOBS_LIB} ${LIBOBS_FRONTEND_API_LIB} ${OpenCV_LIBRARIES} Qt5::Core Qt5::Widgets) if(UNIX AND NOT APPLE) if(NOT LIB_OUT_DIR) set(LIB_OUT_DIR "/lib/obs-plugins") endif() set_target_properties(advanced-scene-switcher-opencv PROPERTIES PREFIX "") install( TARGETS advanced-scene-switcher-opencv LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${LIB_OUT_DIR}/adv-ss-plugins) endif() else() target_link_libraries( advanced-scene-switcher-opencv advanced-scene-switcher obs-frontend-api ${OpenCV_LIBRARIES} Qt5::Core Qt5::Widgets libobs) install_advss_plugin(advanced-scene-switcher-opencv) endif() SceneSwitcher-1.17.2/src/external-macro-modules/opencv/macro-condition-video.cpp000066400000000000000000000717021417525156400277360ustar00rootroot00000000000000#include "macro-condition-video.hpp" #include #include #include #include #include #include #include #include const std::string MacroConditionVideo::id = "video"; bool MacroConditionVideo::_registered = MacroConditionFactory::Register( MacroConditionVideo::id, {MacroConditionVideo::Create, MacroConditionVideoEdit::Create, "AdvSceneSwitcher.condition.video"}); static std::map conditionTypes = { {VideoCondition::MATCH, "AdvSceneSwitcher.condition.video.condition.match"}, {VideoCondition::DIFFER, "AdvSceneSwitcher.condition.video.condition.differ"}, {VideoCondition::HAS_NOT_CHANGED, "AdvSceneSwitcher.condition.video.condition.hasNotChanged"}, {VideoCondition::HAS_CHANGED, "AdvSceneSwitcher.condition.video.condition.hasChanged"}, {VideoCondition::NO_IMAGE, "AdvSceneSwitcher.condition.video.condition.noImage"}, {VideoCondition::PATTERN, "AdvSceneSwitcher.condition.video.condition.pattern"}, {VideoCondition::OBJECT, "AdvSceneSwitcher.condition.video.condition.object"}, }; cv::CascadeClassifier initObjectCascade(std::string &path) { cv::CascadeClassifier cascade; try { cascade.load(path); } catch (...) { blog(LOG_WARNING, "failed to load model data \"%s\"", path.c_str()); } return cascade; } bool requiresFileInput(VideoCondition t) { return t == VideoCondition::MATCH || t == VideoCondition::DIFFER || t == VideoCondition::PATTERN; } bool MacroConditionVideo::CheckShouldBeSkipped() { if (_condition != VideoCondition::PATTERN && _condition != VideoCondition::OBJECT) { return false; } if (_throttleEnabled) { if (_runCount <= _throttleCount) { _runCount++; return true; } else { _runCount = 0; } } return false; } bool MacroConditionVideo::CheckCondition() { bool match = false; if (CheckShouldBeSkipped()) { return _lastMatchResult; } if (_screenshotData && _screenshotData->done) { match = Compare(); _lastMatchResult = match; if (!requiresFileInput(_condition)) { _matchImage = std::move(_screenshotData->image); } _screenshotData.reset(nullptr); } else { match = _lastMatchResult; } GetScreenshot(); return match; } bool MacroConditionVideo::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "videoSource", GetWeakSourceName(_videoSource).c_str()); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_string(obj, "filePath", _file.c_str()); obs_data_set_bool(obj, "usePatternForChangedCheck", _usePatternForChangedCheck); obs_data_set_double(obj, "threshold", _patternThreshold); obs_data_set_bool(obj, "useAlphaAsMask", _useAlphaAsMask); obs_data_set_string(obj, "modelDataPath", _modelDataPath.c_str()); obs_data_set_double(obj, "scaleFactor", _scaleFactor); obs_data_set_int(obj, "minNeighbors", _minNeighbors); obs_data_set_int(obj, "minSizeX", _minSizeX); obs_data_set_int(obj, "minSizeY", _minSizeY); obs_data_set_int(obj, "maxSizeX", _maxSizeX); obs_data_set_int(obj, "maxSizeY", _maxSizeY); obs_data_set_bool(obj, "throttleEnabled", _throttleEnabled); obs_data_set_int(obj, "throttleCount", _throttleCount); return true; } bool isScaleFactorValid(double scaleFactor) { return scaleFactor > 1.; } bool isMinNeighborsValid(int minNeighbors) { return minNeighbors >= minMinNeighbors && minNeighbors <= maxMinNeighbors; } bool MacroConditionVideo::Load(obs_data_t *obj) { MacroCondition::Load(obj); const char *videoSourceName = obs_data_get_string(obj, "videoSource"); _videoSource = GetWeakSourceByName(videoSourceName); _condition = static_cast(obs_data_get_int(obj, "condition")); _file = obs_data_get_string(obj, "filePath"); _usePatternForChangedCheck = obs_data_get_bool(obj, "usePatternForChangedCheck"); _patternThreshold = obs_data_get_double(obj, "threshold"); _useAlphaAsMask = obs_data_get_bool(obj, "useAlphaAsMask"); _modelDataPath = obs_data_get_string(obj, "modelDataPath"); _scaleFactor = obs_data_get_double(obj, "scaleFactor"); if (!isScaleFactorValid(_scaleFactor)) { _scaleFactor = 1.1; } _minNeighbors = obs_data_get_int(obj, "minNeighbors"); if (!isMinNeighborsValid(_minNeighbors)) { _minNeighbors = minMinNeighbors; } _minSizeX = obs_data_get_int(obj, "minSizeX"); _minSizeY = obs_data_get_int(obj, "minSizeY"); _maxSizeX = obs_data_get_int(obj, "maxSizeX"); _maxSizeY = obs_data_get_int(obj, "maxSizeY"); _throttleEnabled = obs_data_get_bool(obj, "throttleEnabled"); _throttleCount = obs_data_get_int(obj, "throttleCount"); if (requiresFileInput(_condition)) { (void)LoadImageFromFile(); } if (_condition == VideoCondition::OBJECT) { LoadModelData(_modelDataPath); } return true; } std::string MacroConditionVideo::GetShortDesc() { if (_videoSource) { return GetWeakSourceName(_videoSource); } return ""; } void MacroConditionVideo::GetScreenshot() { auto source = obs_weak_source_get_source(_videoSource); _screenshotData = std::make_unique(source); obs_source_release(source); } // Assumption is that QImage uses Format_RGBA8888. // Conversion from: https://github.com/dbzhang800/QtOpenCV cv::Mat QImageToMat(const QImage &img) { if (img.isNull()) { return cv::Mat(); } return cv::Mat(img.height(), img.width(), CV_8UC(img.depth() / 8), (uchar *)img.bits(), img.bytesPerLine()); } QImage MatToQImage(const cv::Mat &mat) { if (mat.empty()) { return QImage(); } return QImage(mat.data, mat.cols, mat.rows, mat.step, QImage::Format::Format_RGBA8888); } PatternMatchData createPatternData(QImage &pattern) { PatternMatchData data; if (pattern.isNull()) { return data; } data.rgbaPattern = QImageToMat(pattern); std::vector rgbaChannelsPattern; cv::split(data.rgbaPattern, rgbaChannelsPattern); std::vector rgbChanlesPattern( rgbaChannelsPattern.begin(), rgbaChannelsPattern.begin() + 3); cv::merge(rgbChanlesPattern, data.rgbPattern); cv::threshold(rgbaChannelsPattern[3], data.mask, 0, 255, cv::THRESH_BINARY); return data; } bool MacroConditionVideo::LoadImageFromFile() { if (!_matchImage.load(QString::fromStdString(_file))) { blog(LOG_WARNING, "Cannot load image data from file '%s'", _file.c_str()); return false; } _matchImage = _matchImage.convertToFormat(QImage::Format::Format_RGBA8888); _patternData = createPatternData(_matchImage); return true; } bool MacroConditionVideo::LoadModelData(std::string &path) { _modelDataPath = path; _objectCascade = initObjectCascade(path); return !_objectCascade.empty(); } void matchPattern(QImage &img, PatternMatchData &patternData, double threshold, cv::Mat &result, bool useAlphaAsMask = true) { if (img.isNull() || patternData.rgbaPattern.empty()) { return; } if (img.height() < patternData.rgbaPattern.rows || img.width() < patternData.rgbaPattern.cols) { return; } auto i = QImageToMat(img); if (useAlphaAsMask) { std::vector rgbaChannelsImage; cv::split(i, rgbaChannelsImage); std::vector rgbChanlesImage( rgbaChannelsImage.begin(), rgbaChannelsImage.begin() + 3); cv::Mat3b rgbImage; cv::merge(rgbChanlesImage, rgbImage); cv::matchTemplate(rgbImage, patternData.rgbPattern, result, cv::TM_CCORR_NORMED, patternData.mask); cv::threshold(result, result, threshold, 0, cv::THRESH_TOZERO); } else { cv::matchTemplate(i, patternData.rgbaPattern, result, cv::TM_CCOEFF_NORMED); cv::threshold(result, result, threshold, 0, cv::THRESH_TOZERO); } } void matchPattern(QImage &img, QImage &pattern, double threshold, cv::Mat &result, bool useAlphaAsMask) { auto data = createPatternData(pattern); matchPattern(img, data, threshold, result, useAlphaAsMask); } bool MacroConditionVideo::ScreenshotContainsPattern() { cv::Mat result; matchPattern(_screenshotData->image, _patternData, _patternThreshold, result, _useAlphaAsMask); return countNonZero(result) > 0; } bool MacroConditionVideo::OutputChanged() { if (_usePatternForChangedCheck) { cv::Mat result; _patternData = createPatternData(_matchImage); matchPattern(_screenshotData->image, _patternData, _patternThreshold, result, _useAlphaAsMask); return countNonZero(result) == 0; } return _screenshotData->image != _matchImage; } std::vector matchObject(QImage &img, cv::CascadeClassifier &cascade, double scaleFactor, int minNeighbors, cv::Size minSize, cv::Size maxSize) { if (img.isNull() || cascade.empty()) { return {}; } auto i = QImageToMat(img); cv::Mat frameGray; cv::cvtColor(i, frameGray, cv::COLOR_BGR2GRAY); equalizeHist(frameGray, frameGray); std::vector objects; cascade.detectMultiScale(frameGray, objects, scaleFactor, minNeighbors, 0, minSize, maxSize); return objects; } bool MacroConditionVideo::ScreenshotContainsObject() { auto objects = matchObject(_screenshotData->image, _objectCascade, _scaleFactor, _minNeighbors, {_minSizeX, _minSizeY}, {_maxSizeX, _maxSizeY}); return objects.size() > 0; } bool MacroConditionVideo::Compare() { switch (_condition) { case VideoCondition::MATCH: return _screenshotData->image == _matchImage; case VideoCondition::DIFFER: return _screenshotData->image != _matchImage; case VideoCondition::HAS_CHANGED: return OutputChanged(); case VideoCondition::HAS_NOT_CHANGED: return !OutputChanged(); case VideoCondition::NO_IMAGE: return _screenshotData->image.isNull(); case VideoCondition::PATTERN: return ScreenshotContainsPattern(); case VideoCondition::OBJECT: return ScreenshotContainsObject(); default: break; } return false; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : conditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } ThresholdSlider::ThresholdSlider(double min, double max, const QString &label, const QString &description, QWidget *parent) : QWidget(parent) { _slider = new QSlider(); _slider->setOrientation(Qt::Horizontal); _slider->setRange(min * _scale, max * _scale); _value = new QLabel(); QString labelText = label + QString("0."); for (int i = 0; i < _precision; i++) { labelText.append(QString("0")); } _value->setText(labelText); connect(_slider, SIGNAL(valueChanged(int)), this, SLOT(NotifyValueChanged(int))); QVBoxLayout *mainLayout = new QVBoxLayout(); QHBoxLayout *sliderLayout = new QHBoxLayout(); sliderLayout->addWidget(_value); sliderLayout->addWidget(_slider); mainLayout->addLayout(sliderLayout); if (!description.isEmpty()) { mainLayout->addWidget(new QLabel(description)); } mainLayout->setContentsMargins(0, 0, 0, 0); setLayout(mainLayout); } void ThresholdSlider::SetDoubleValue(double value) { _slider->setValue(value * _scale); SetDoubleValueText(value); } void ThresholdSlider::NotifyValueChanged(int value) { double doubleValue = value / _scale; SetDoubleValueText(doubleValue); emit DoubleValueChanged(doubleValue); } void ThresholdSlider::SetDoubleValueText(double value) { QString labelText = _value->text(); labelText.chop(_precision + 2); // 2 for the part left of the "." labelText.append(QString::number(value, 'f', _precision)); _value->setText(labelText); } MacroConditionVideoEdit::MacroConditionVideoEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _videoSelection = new QComboBox(); _condition = new QComboBox(); _imagePath = new FileSelection(); _imagePath->Button()->disconnect(); _usePatternForChangedCheck = new QCheckBox(obs_module_text( "AdvSceneSwitcher.condition.video.usePatternForChangedCheck")); _usePatternForChangedCheck->setToolTip(obs_module_text( "AdvSceneSwitcher.condition.video.usePatternForChangedCheck.tooltip")); _patternThreshold = new ThresholdSlider( 0., 1., obs_module_text( "AdvSceneSwitcher.condition.video.patternThreshold"), obs_module_text( "AdvSceneSwitcher.condition.video.patternThresholdDescription")); _useAlphaAsMask = new QCheckBox(obs_module_text( "AdvSceneSwitcher.condition.video.patternThresholdUseAlphaAsMask")); _modelDataPath = new FileSelection(); _objectScaleThreshold = new ThresholdSlider( 1.1, 5., obs_module_text( "AdvSceneSwitcher.condition.video.objectScaleThreshold"), obs_module_text( "AdvSceneSwitcher.condition.video.objectScaleThresholdDescription")); _minNeighbors = new QSpinBox(); _minNeighbors->setMinimum(minMinNeighbors); _minNeighbors->setMaximum(maxMinNeighbors); _minNeighborsDescription = new QLabel(obs_module_text( "AdvSceneSwitcher.condition.video.minNeighborDescription")); _minSizeX = new QSpinBox(); _minSizeY = new QSpinBox(); _minSizeX->setMaximum(1024); _minSizeY->setMaximum(1024); _maxSizeX = new QSpinBox(); _maxSizeY = new QSpinBox(); _maxSizeX->setMaximum(4096); _maxSizeY->setMaximum(4096); _throttleEnable = new QCheckBox(); _throttleCount = new QSpinBox(); _throttleCount->setMinimum(1 * GetSwitcher()->interval); _throttleCount->setMaximum(10 * GetSwitcher()->interval); _throttleCount->setSingleStep(GetSwitcher()->interval); _showMatch = new QPushButton( obs_module_text("AdvSceneSwitcher.condition.video.showMatch")); QWidget::connect(_videoSelection, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_imagePath, SIGNAL(PathChanged(const QString &)), this, SLOT(ImagePathChanged(const QString &))); QWidget::connect(_imagePath->Button(), SIGNAL(clicked()), this, SLOT(ImageBrowseButtonClicked())); QWidget::connect(_usePatternForChangedCheck, SIGNAL(stateChanged(int)), this, SLOT(UsePatternForChangedCheckChanged(int))); QWidget::connect(_patternThreshold, SIGNAL(DoubleValueChanged(double)), this, SLOT(PatternThresholdChanged(double))); QWidget::connect(_useAlphaAsMask, SIGNAL(stateChanged(int)), this, SLOT(UseAlphaAsMaskChanged(int))); QWidget::connect(_objectScaleThreshold, SIGNAL(DoubleValueChanged(double)), this, SLOT(ObjectScaleThresholdChanged(double))); QWidget::connect(_minNeighbors, SIGNAL(valueChanged(int)), this, SLOT(MinNeighborsChanged(int))); QWidget::connect(_minSizeX, SIGNAL(valueChanged(int)), this, SLOT(MinSizeXChanged(int))); QWidget::connect(_minSizeY, SIGNAL(valueChanged(int)), this, SLOT(MinSizeYChanged(int))); QWidget::connect(_maxSizeX, SIGNAL(valueChanged(int)), this, SLOT(MaxSizeXChanged(int))); QWidget::connect(_maxSizeY, SIGNAL(valueChanged(int)), this, SLOT(MaxSizeYChanged(int))); QWidget::connect(_modelDataPath, SIGNAL(PathChanged(const QString &)), this, SLOT(ModelPathChanged(const QString &))); QWidget::connect(_throttleEnable, SIGNAL(stateChanged(int)), this, SLOT(ThrottleEnableChanged(int))); QWidget::connect(_throttleCount, SIGNAL(valueChanged(int)), this, SLOT(ThrottleCountChanged(int))); QWidget::connect(_showMatch, SIGNAL(clicked()), this, SLOT(ShowMatchClicked())); populateVideoSelection(_videoSelection); populateConditionSelection(_condition); QHBoxLayout *entryLine1Layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{videoSources}}", _videoSelection}, {"{{condition}}", _condition}, {"{{imagePath}}", _imagePath}, {"{{minNeighbors}}", _minNeighbors}, {"{{minSizeX}}", _minSizeX}, {"{{minSizeY}}", _minSizeY}, {"{{maxSizeX}}", _maxSizeX}, {"{{maxSizeY}}", _maxSizeY}, {"{{modelDataPath}}", _modelDataPath}, {"{{throttleEnable}}", _throttleEnable}, {"{{throttleCount}}", _throttleCount}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.video.entry"), entryLine1Layout, widgetPlaceholders); _modelPathLayout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.video.entry.modelPath"), _modelPathLayout, widgetPlaceholders); _neighborsControlLayout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.video.entry.minNeighbor"), _neighborsControlLayout, widgetPlaceholders); _minSizeControlLayout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.video.entry.minSize"), _minSizeControlLayout, widgetPlaceholders); _maxSizeControlLayout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.video.entry.maxSize"), _maxSizeControlLayout, widgetPlaceholders); _throttleControlLayout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.video.entry.throttle"), _throttleControlLayout, widgetPlaceholders); QHBoxLayout *showMatchLayout = new QHBoxLayout; showMatchLayout->addWidget(_showMatch); showMatchLayout->addStretch(); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLine1Layout); mainLayout->addWidget(_usePatternForChangedCheck); mainLayout->addWidget(_patternThreshold); mainLayout->addWidget(_useAlphaAsMask); mainLayout->addLayout(_modelPathLayout); mainLayout->addWidget(_objectScaleThreshold); mainLayout->addLayout(_neighborsControlLayout); mainLayout->addWidget(_minNeighborsDescription); mainLayout->addLayout(_minSizeControlLayout); mainLayout->addLayout(_maxSizeControlLayout); mainLayout->addLayout(showMatchLayout); mainLayout->addLayout(_throttleControlLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionVideoEdit::UpdatePreviewTooltip() { if (!_entryData) { return; } if (!requiresFileInput(_entryData->_condition)) { this->setToolTip(""); return; } QImage preview = _entryData->GetMatchImage().scaled( {300, 300}, Qt::KeepAspectRatio); QByteArray data; QBuffer buffer(&data); if (!preview.save(&buffer, "PNG")) { return; } QString html = QString("") .arg(QString(data.toBase64())); this->setToolTip(html); } void MacroConditionVideoEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_videoSource = GetWeakSourceByQString(text); _entryData->ResetLastMatch(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionVideoEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_condition = static_cast(cond); _entryData->ResetLastMatch(); SetWidgetVisibility(); // Reload image data to avoid incorrect matches. // // Condition type HAS_NOT_CHANGED will use matchImage to store previous // frame of video source, which will differ from the image stored at // specified file location. if (_entryData->LoadImageFromFile()) { UpdatePreviewTooltip(); } if (_entryData->_condition == VideoCondition::OBJECT) { auto path = _entryData->GetModelDataPath(); _entryData->_objectCascade = initObjectCascade(path); } } void MacroConditionVideoEdit::ImagePathChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_file = text.toUtf8().constData(); _entryData->ResetLastMatch(); if (_entryData->LoadImageFromFile()) { UpdatePreviewTooltip(); } } void MacroConditionVideoEdit::ImageBrowseButtonClicked() { if (_loading || !_entryData) { return; } QString path; bool useExistingFile = false; // Ask whether to create screenshot or to select existing file if (_entryData->_videoSource) { QMessageBox msgBox( QMessageBox::Question, obs_module_text("AdvSceneSwitcher.windowTitle"), obs_module_text( "AdvSceneSwitcher.condition.video.askFileAction"), QMessageBox::Yes | QMessageBox::No); msgBox.setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint); msgBox.setButtonText( QMessageBox::Yes, obs_module_text( "AdvSceneSwitcher.condition.video.askFileAction.file")); msgBox.setButtonText( QMessageBox::No, obs_module_text( "AdvSceneSwitcher.condition.video.askFileAction.screenshot")); useExistingFile = msgBox.exec() == QMessageBox::Yes; } if (useExistingFile) { path = QFileDialog::getOpenFileName(this); if (path.isEmpty()) { return; } } else { auto source = obs_weak_source_get_source(_entryData->_videoSource); auto screenshot = std::make_unique(source); obs_source_release(source); path = QFileDialog::getSaveFileName(this); if (path.isEmpty()) { return; } QFile file(path); if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { return; } if (!screenshot->done) { // Screenshot usually completed by now std::this_thread::sleep_for(std::chrono::seconds(1)); } if (!screenshot->done) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.condition.video.screenshotFail")); return; } screenshot->image.save(path); } _imagePath->SetPath(path); ImagePathChanged(path); } void MacroConditionVideoEdit::UsePatternForChangedCheckChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_usePatternForChangedCheck = value; _patternThreshold->setVisible(value); adjustSize(); } void MacroConditionVideoEdit::PatternThresholdChanged(double value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_patternThreshold = value; } void MacroConditionVideoEdit::UseAlphaAsMaskChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_useAlphaAsMask = value; _entryData->LoadImageFromFile(); } void MacroConditionVideoEdit::ObjectScaleThresholdChanged(double value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_scaleFactor = value; } void MacroConditionVideoEdit::MinNeighborsChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minNeighbors = value; } void MacroConditionVideoEdit::MinSizeXChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minSizeX = value; } void MacroConditionVideoEdit::MinSizeYChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minSizeY = value; } void MacroConditionVideoEdit::MaxSizeXChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_maxSizeX = value; } void MacroConditionVideoEdit::MaxSizeYChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_maxSizeY = value; } void MacroConditionVideoEdit::ThrottleEnableChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_throttleEnabled = value; _throttleCount->setEnabled(value); } void MacroConditionVideoEdit::ThrottleCountChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_throttleCount = value / GetSwitcher()->interval; } QImage markPatterns(cv::Mat &matchResult, QImage &image, QImage &pattern) { auto matchImg = QImageToMat(image); for (int row = 0; row < matchResult.rows - 1; row++) { for (int col = 0; col < matchResult.cols - 1; col++) { if (matchResult.at(row, col) != 0.0) { rectangle(matchImg, {col, row}, cv::Point(col + pattern.width(), row + pattern.height()), cv::Scalar(255, 0, 0, 255), 2, 8, 0); } } } return MatToQImage(matchImg); } QImage markObjects(QImage &image, std::vector &objects) { auto frame = QImageToMat(image); for (size_t i = 0; i < objects.size(); i++) { rectangle(frame, cv::Point(objects[i].x, objects[i].y), cv::Point(objects[i].x + objects[i].width, objects[i].y + objects[i].height), cv::Scalar(255, 0, 0, 255), 2, 8, 0); } return MatToQImage(frame); } void MacroConditionVideoEdit::ShowMatchClicked() { auto source = obs_weak_source_get_source(_entryData->_videoSource); auto screenshot = std::make_unique(source); obs_source_release(source); if (!screenshot->done) { std::this_thread::sleep_for(std::chrono::seconds(1)); } if (!screenshot->done) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.condition.video.screenshotFail")); return; } QImage markedIamge; if (_entryData->_condition == VideoCondition::PATTERN) { cv::Mat result; QImage pattern = _entryData->GetMatchImage(); matchPattern(screenshot->image, pattern, _entryData->_patternThreshold, result, _entryData->_useAlphaAsMask); if (countNonZero(result) == 0) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.condition.video.patternMatchFail")); return; } markedIamge = markPatterns(result, screenshot->image, pattern); } else if (_entryData->_condition == VideoCondition::OBJECT) { auto objects = matchObject( screenshot->image, _entryData->_objectCascade, _entryData->_scaleFactor, _entryData->_minNeighbors, {_entryData->_minSizeX, _entryData->_minSizeY}, {_entryData->_maxSizeX, _entryData->_maxSizeY}); if (objects.empty()) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.condition.video.objectMatchFail")); return; } markedIamge = markObjects(screenshot->image, objects); } QLabel *label = new QLabel; label->setPixmap(QPixmap::fromImage(markedIamge)); QVBoxLayout *layout = new QVBoxLayout; layout->addWidget(label); QDialog dialog; dialog.setLayout(layout); dialog.setWindowTitle("Advanced Scene Switcher"); dialog.exec(); } void MacroConditionVideoEdit::ModelPathChanged(const QString &text) { if (_loading || !_entryData) { return; } bool dataLoaded = false; { std::lock_guard lock(GetSwitcher()->m); std::string path = text.toStdString(); dataLoaded = _entryData->LoadModelData(path); } if (!dataLoaded) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.condition.video.modelLoadFail")); } } bool needsShowMatch(VideoCondition cond) { return cond == VideoCondition::PATTERN || cond == VideoCondition::OBJECT; } bool needsObjectControls(VideoCondition cond) { return cond == VideoCondition::OBJECT; } bool needsThrottleControls(VideoCondition cond) { return cond == VideoCondition::PATTERN || cond == VideoCondition::OBJECT; } bool needsThreshold(VideoCondition cond) { return cond == VideoCondition::PATTERN || cond == VideoCondition::HAS_CHANGED || cond == VideoCondition::HAS_NOT_CHANGED; } bool patternControlIsOptional(VideoCondition cond) { return cond == VideoCondition::HAS_CHANGED || cond == VideoCondition::HAS_NOT_CHANGED; } void MacroConditionVideoEdit::SetWidgetVisibility() { _imagePath->setVisible(requiresFileInput(_entryData->_condition)); _usePatternForChangedCheck->setVisible( patternControlIsOptional(_entryData->_condition)); _patternThreshold->setVisible(needsThreshold(_entryData->_condition)); _useAlphaAsMask->setVisible(_entryData->_condition == VideoCondition::PATTERN); _showMatch->setVisible(needsShowMatch(_entryData->_condition)); _objectScaleThreshold->setVisible( needsObjectControls(_entryData->_condition)); setLayoutVisible(_neighborsControlLayout, needsObjectControls(_entryData->_condition)); _minNeighborsDescription->setVisible( needsObjectControls(_entryData->_condition)); setLayoutVisible(_minSizeControlLayout, needsObjectControls(_entryData->_condition)); setLayoutVisible(_maxSizeControlLayout, needsObjectControls(_entryData->_condition)); setLayoutVisible(_modelPathLayout, needsObjectControls(_entryData->_condition)); setLayoutVisible(_throttleControlLayout, needsThrottleControls(_entryData->_condition)); if (_entryData->_condition == VideoCondition::HAS_CHANGED || _entryData->_condition == VideoCondition::HAS_NOT_CHANGED) { _patternThreshold->setVisible( _entryData->_usePatternForChangedCheck); } adjustSize(); } void MacroConditionVideoEdit::UpdateEntryData() { if (!_entryData) { return; } _videoSelection->setCurrentText( GetWeakSourceName(_entryData->_videoSource).c_str()); _condition->setCurrentIndex(static_cast(_entryData->_condition)); _imagePath->SetPath(QString::fromStdString(_entryData->_file)); _usePatternForChangedCheck->setChecked( _entryData->_usePatternForChangedCheck); _patternThreshold->SetDoubleValue(_entryData->_patternThreshold); _useAlphaAsMask->setChecked(_entryData->_useAlphaAsMask); _modelDataPath->SetPath(_entryData->GetModelDataPath().c_str()); _objectScaleThreshold->SetDoubleValue(_entryData->_scaleFactor); _minNeighbors->setValue(_entryData->_minNeighbors); _minSizeX->setValue(_entryData->_minSizeX); _minSizeY->setValue(_entryData->_minSizeY); _maxSizeX->setValue(_entryData->_maxSizeX); _maxSizeY->setValue(_entryData->_maxSizeY); _throttleEnable->setChecked(_entryData->_throttleEnabled); _throttleCount->setValue(_entryData->_throttleCount * GetSwitcher()->interval); SetWidgetVisibility(); } SceneSwitcher-1.17.2/src/external-macro-modules/opencv/macro-condition-video.hpp000066400000000000000000000110471417525156400277370ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include #include #include #undef NO // MacOS macro that can conflict with OpenCV #include enum class VideoCondition { MATCH, DIFFER, HAS_NOT_CHANGED, HAS_CHANGED, NO_IMAGE, PATTERN, OBJECT, }; struct PatternMatchData { cv::Mat4b rgbaPattern; cv::Mat3b rgbPattern; cv::Mat1b mask; }; constexpr int minMinNeighbors = 3; constexpr int maxMinNeighbors = 6; class MacroConditionVideo : public MacroCondition { public: MacroConditionVideo(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; QImage GetMatchImage() { return _matchImage; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } void GetScreenshot(); bool LoadImageFromFile(); bool LoadModelData(std::string &path); std::string GetModelDataPath() { return _modelDataPath; } void ResetLastMatch() { _lastMatchResult = false; } OBSWeakSource _videoSource; VideoCondition _condition = VideoCondition::MATCH; std::string _file = obs_module_text("AdvSceneSwitcher.enterPath"); bool _useAlphaAsMask = false; bool _usePatternForChangedCheck = false; PatternMatchData _patternData; double _patternThreshold = 0.8; cv::CascadeClassifier _objectCascade; double _scaleFactor = 1.1; int _minNeighbors = minMinNeighbors; int _minSizeX = 0; int _minSizeY = 0; int _maxSizeX = 0; int _maxSizeY = 0; bool _throttleEnabled = false; int _throttleCount = 3; private: bool OutputChanged(); bool ScreenshotContainsPattern(); bool ScreenshotContainsObject(); bool Compare(); bool CheckShouldBeSkipped(); std::unique_ptr _screenshotData = nullptr; QImage _matchImage; std::string _modelDataPath = obs_get_module_data_path(obs_current_module()) + std::string( "/res/cascadeClassifiers/haarcascade_frontalface_alt.xml"); bool _lastMatchResult = false; int _runCount = 0; static bool _registered; static const std::string id; }; class ThresholdSlider : public QWidget { Q_OBJECT public: ThresholdSlider(double min = 0., double max = 1., const QString &label = "threshold", const QString &description = "", QWidget *parent = 0); void SetDoubleValue(double); public slots: void NotifyValueChanged(int value); signals: void DoubleValueChanged(double value); private: void SetDoubleValueText(double); QLabel *_value; QSlider *_slider; double _scale = 100.0; int _precision = 2; }; class MacroConditionVideoEdit : public QWidget { Q_OBJECT public: MacroConditionVideoEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionVideoEdit( parent, std::dynamic_pointer_cast(cond)); } void UpdatePreviewTooltip(); private slots: void SourceChanged(const QString &text); void ConditionChanged(int cond); void ImagePathChanged(const QString &text); void ImageBrowseButtonClicked(); void UsePatternForChangedCheckChanged(int value); void PatternThresholdChanged(double); void UseAlphaAsMaskChanged(int value); void ModelPathChanged(const QString &text); void ObjectScaleThresholdChanged(double); void MinNeighborsChanged(int value); void MinSizeXChanged(int value); void MinSizeYChanged(int value); void MaxSizeXChanged(int value); void MaxSizeYChanged(int value); void ThrottleEnableChanged(int value); void ThrottleCountChanged(int value); void ShowMatchClicked(); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_videoSelection; QComboBox *_condition; QCheckBox *_usePatternForChangedCheck; FileSelection *_imagePath; ThresholdSlider *_patternThreshold; QCheckBox *_useAlphaAsMask; FileSelection *_modelDataPath; QHBoxLayout *_modelPathLayout; ThresholdSlider *_objectScaleThreshold; QHBoxLayout *_neighborsControlLayout; QSpinBox *_minNeighbors; QLabel *_minNeighborsDescription; QHBoxLayout *_minSizeControlLayout; QSpinBox *_minSizeX; QSpinBox *_minSizeY; QHBoxLayout *_maxSizeControlLayout; QSpinBox *_maxSizeX; QSpinBox *_maxSizeY; QHBoxLayout *_throttleControlLayout; QCheckBox *_throttleEnable; QSpinBox *_throttleCount; QPushButton *_showMatch; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/external-macro-modules/openvr/000077500000000000000000000000001417525156400230515ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/external-macro-modules/openvr/CMakeLists.txt000066400000000000000000000050631417525156400256150ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.14) project(advanced-scene-switcher-openvr) if(NOT WIN32) message( WARNING "OpenVR condition is only supported on Windows builds for now.") return() endif(NOT WIN32) add_definitions(-DADVSS_MODULE) # openvr if(NOT OpenVR_DIR) set(OpenVR_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../deps/openvr) endif() if(EXISTS ${OpenVR_DIR}) set(SIZEOF_VOIDP ${CMAKE_SIZEOF_VOID_P}) if((NOT APPLE) AND (CMAKE_SIZEOF_VOID_P EQUAL 8)) set(PROCESSOR_ARCH "64") else() set(PROCESSOR_ARCH "32") endif() if(WIN32) set(PLATFORM_NAME "win") elseif(UNIX AND NOT APPLE) if(CMAKE_SYSTEM_NAME MATCHES ".*Linux") set(PLATFORM_NAME "linux") endif() elseif(APPLE) if(CMAKE_SYSTEM_NAME MATCHES ".*Darwin.*" OR CMAKE_SYSTEM_NAME MATCHES ".*MacOS.*") set(PLATFORM_NAME "osx") endif() endif() set(OpenVR_INCLUDE_DIRS ${OpenVR_DIR}/headers) set(OpenVR_BINARIES ${OpenVR_DIR}/bin/${PLATFORM_NAME}${PROCESSOR_ARCH}/${CMAKE_SHARED_LIBRARY_PREFIX}openvr_api${CMAKE_SHARED_LIBRARY_SUFFIX} ) set(OpenVR_LIBRARIES ${OpenVR_DIR}/lib/${PLATFORM_NAME}${PROCESSOR_ARCH}/${CMAKE_SHARED_LIBRARY_PREFIX}openvr_api${CMAKE_IMPORT_LIBRARY_SUFFIX} ) set(OpenVR_FOUND TRUE) endif() if(OpenVR_FOUND) include_directories("${OpenVR_INCLUDE_DIRS}") else() set(OpenVR_LIBRARIES "") message( WARNING "OpenVR not found! Functionality relying on OpenVR will be disabled!\nOpenVR sources are available under: ${CMAKE_CURRENT_SOURCE_DIR}/deps/openvr" return ()) endif() include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../headers") set(module_SOURCES macro-condition-openvr.cpp macro-condition-openvr.hpp) add_library(advanced-scene-switcher-openvr MODULE ${module_SOURCES}) if(BUILD_OUT_OF_TREE) target_link_libraries( advanced-scene-switcher-openvr advanced-scene-switcher ${LIBOBS_LIB} ${LIBOBS_FRONTEND_API_LIB} ${OpenVR_LIBRARIES} Qt5::Core Qt5::Widgets) if(UNIX AND NOT APPLE) if(NOT LIB_OUT_DIR) set(LIB_OUT_DIR "/lib/obs-plugins") endif() set_target_properties(advanced-scene-switcher-openvr PROPERTIES PREFIX "") install( TARGETS advanced-scene-switcher-openvr LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${LIB_OUT_DIR}/adv-ss-plugins) endif() else() target_link_libraries( advanced-scene-switcher-openvr advanced-scene-switcher obs-frontend-api ${OpenVR_LIBRARIES} Qt5::Core Qt5::Widgets libobs) install_advss_plugin(advanced-scene-switcher-openvr) endif() SceneSwitcher-1.17.2/src/external-macro-modules/openvr/macro-condition-openvr.cpp000066400000000000000000000171251417525156400301570ustar00rootroot00000000000000#include "macro-condition-openvr.hpp" #include #include #include #include const std::string MacroConditionOpenVR::id = "openvr"; bool MacroConditionOpenVR::_registered = MacroConditionFactory::Register( MacroConditionOpenVR::id, {MacroConditionOpenVR::Create, MacroConditionOpenVREdit::Create, "AdvSceneSwitcher.condition.openvr"}); static vr::IVRSystem *openvrSystem; std::mutex openvrMutex; std::condition_variable openvrCV; void processOpenVREvents() { std::unique_lock lock(openvrMutex); vr::VREvent_t event; while (true) { if (openvrSystem->PollNextEvent(&event, sizeof(event)) && event.eventType == vr::VREvent_Quit) { openvrSystem->AcknowledgeQuit_Exiting(); vr::VR_Shutdown(); openvrSystem = nullptr; break; } openvrCV.wait_for(lock, std::chrono::milliseconds(100)); } blog(LOG_INFO, "stop handling openVR events"); } void initOpenVR(vr::EVRInitError &err) { openvrSystem = vr::VR_Init(&err, vr::VRApplication_Background); if (openvrSystem) { // Don't kill OBS if SteamVR is exiting std::thread t(processOpenVREvents); t.detach(); } } struct TrackingData { float x, y, z; bool valid = false; }; TrackingData getOpenVRPos(vr::EVRInitError &err) { TrackingData data; std::unique_lock lock(openvrMutex); if (!openvrSystem) { initOpenVR(err); } if (openvrSystem && vr::VRCompositor() && openvrSystem->IsTrackedDeviceConnected(0)) { vr::TrackedDevicePose_t poses[vr::k_unMaxTrackedDeviceCount]; openvrSystem->GetDeviceToAbsoluteTrackingPose( vr::TrackingUniverseStanding, 0.0, poses, vr::k_unMaxTrackedDeviceCount); auto hmdPose = poses[vr::k_unTrackedDeviceIndex_Hmd]; auto mat = hmdPose.mDeviceToAbsoluteTracking.m; data.x = mat[0][3]; data.y = mat[1][3]; data.z = mat[2][3]; data.valid = true; } return data; } bool MacroConditionOpenVR::CheckCondition() { vr::EVRInitError err; TrackingData data = getOpenVRPos(err); if (!data.valid) { return false; } return data.x >= _minX && data.y >= _minY && data.z >= _minZ && data.x <= _maxX && data.y <= _maxY && data.z <= _maxZ; } bool MacroConditionOpenVR::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_double(obj, "minX", _minX); obs_data_set_double(obj, "minY", _minY); obs_data_set_double(obj, "minZ", _minZ); obs_data_set_double(obj, "maxX", _maxX); obs_data_set_double(obj, "maxY", _maxY); obs_data_set_double(obj, "maxZ", _maxZ); return true; } bool MacroConditionOpenVR::Load(obs_data_t *obj) { MacroCondition::Load(obj); _minX = obs_data_get_double(obj, "minX"); _minY = obs_data_get_double(obj, "minY"); _minZ = obs_data_get_double(obj, "minZ"); _maxX = obs_data_get_double(obj, "maxX"); _maxY = obs_data_get_double(obj, "maxY"); _maxZ = obs_data_get_double(obj, "maxZ"); return true; } MacroConditionOpenVREdit::MacroConditionOpenVREdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _minX = new QDoubleSpinBox(); _minY = new QDoubleSpinBox(); _minZ = new QDoubleSpinBox(); _maxX = new QDoubleSpinBox(); _maxY = new QDoubleSpinBox(); _maxZ = new QDoubleSpinBox(); _xPos = new QLabel("-"); _yPos = new QLabel("-"); _zPos = new QLabel("-"); _errLabel = new QLabel(); _errLabel->setVisible(false); _minX->setPrefix("Min X: "); _minY->setPrefix("Min Y: "); _minZ->setPrefix("Min Z: "); _maxX->setPrefix("Max X: "); _maxY->setPrefix("Max Y: "); _maxZ->setPrefix("Max Z: "); _minX->setMinimum(-99); _minY->setMinimum(-99); _minZ->setMinimum(-99); _maxX->setMinimum(-99); _maxY->setMinimum(-99); _maxZ->setMinimum(-99); _minX->setMaximum(99); _minY->setMaximum(99); _minZ->setMaximum(99); _maxX->setMaximum(99); _maxY->setMaximum(99); _maxZ->setMaximum(99); QWidget::connect(_minX, SIGNAL(valueChanged(double)), this, SLOT(MinXChanged(double))); QWidget::connect(_minY, SIGNAL(valueChanged(double)), this, SLOT(MinYChanged(double))); QWidget::connect(_minZ, SIGNAL(valueChanged(double)), this, SLOT(MinZChanged(double))); QWidget::connect(_maxX, SIGNAL(valueChanged(double)), this, SLOT(MaxXChanged(double))); QWidget::connect(_maxY, SIGNAL(valueChanged(double)), this, SLOT(MaxYChanged(double))); QWidget::connect(_maxZ, SIGNAL(valueChanged(double)), this, SLOT(MaxZChanged(double))); QGridLayout *controlsLayout = new QGridLayout; controlsLayout->addWidget(_minX, 0, 0); controlsLayout->addWidget(_minY, 0, 1); controlsLayout->addWidget(_minZ, 0, 2); controlsLayout->addWidget(_maxX, 1, 0); controlsLayout->addWidget(_maxY, 1, 1); controlsLayout->addWidget(_maxZ, 1, 2); QWidget *controls = new QWidget; controls->setLayout(controlsLayout); controls->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); std::unordered_map widgetPlaceholders = { {"{{controls}}", controls}, {"{{xPos}}", _xPos}, {"{{yPos}}", _yPos}, {"{{zPos}}", _zPos}, }; QHBoxLayout *line1 = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.openvr.entry.line1"), line1, widgetPlaceholders); QHBoxLayout *line2 = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.openvr.entry.line2"), line2, widgetPlaceholders); QHBoxLayout *line3 = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.openvr.entry.line3"), line3, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1); mainLayout->addLayout(line2); mainLayout->addLayout(line3); mainLayout->addWidget(_errLabel); setLayout(mainLayout); connect(&_timer, &QTimer::timeout, this, &MacroConditionOpenVREdit::UpdateOpenVRPos); _timer.start(1000); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionOpenVREdit::MinXChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minX = pos; } void MacroConditionOpenVREdit::MinYChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minY = pos; } void MacroConditionOpenVREdit::MinZChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_minZ = pos; } void MacroConditionOpenVREdit::MaxXChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_maxX = pos; } void MacroConditionOpenVREdit::MaxYChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_maxY = pos; } void MacroConditionOpenVREdit::MaxZChanged(double pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(GetSwitcher()->m); _entryData->_maxZ = pos; } void MacroConditionOpenVREdit::UpdateOpenVRPos() { vr::EVRInitError err; TrackingData data = getOpenVRPos(err); if (data.valid) { _xPos->setText(QString::number(data.x)); _yPos->setText(QString::number(data.y)); _zPos->setText(QString::number(data.z)); } else { _xPos->setText("-"); _yPos->setText("-"); _zPos->setText("-"); _errLabel->setText( QString(obs_module_text( "AdvSceneSwitcher.condition.errorStatus")) + QString(vr::VR_GetVRInitErrorAsEnglishDescription(err))); } _errLabel->setVisible(!data.valid); adjustSize(); } void MacroConditionOpenVREdit::UpdateEntryData() { if (!_entryData) { return; } _minX->setValue(_entryData->_minX); _minY->setValue(_entryData->_minY); _maxX->setValue(_entryData->_maxX); _maxY->setValue(_entryData->_maxY); } SceneSwitcher-1.17.2/src/external-macro-modules/openvr/macro-condition-openvr.hpp000066400000000000000000000030461417525156400301610ustar00rootroot00000000000000#pragma once #include #include #include #include #include class MacroConditionOpenVR : public MacroCondition { public: MacroConditionOpenVR(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } double _minX = 0, _minY = 0, _minZ = 0, _maxX = 0, _maxY = 0, _maxZ = 0; private: static bool _registered; static const std::string id; }; class MacroConditionOpenVREdit : public QWidget { Q_OBJECT public: MacroConditionOpenVREdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionOpenVREdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void MinXChanged(double pos); void MinYChanged(double pos); void MinZChanged(double pos); void MaxXChanged(double pos); void MaxYChanged(double pos); void MaxZChanged(double pos); void UpdateOpenVRPos(); protected: QDoubleSpinBox *_minX; QDoubleSpinBox *_minY; QDoubleSpinBox *_minZ; QDoubleSpinBox *_maxX; QDoubleSpinBox *_maxY; QDoubleSpinBox *_maxZ; QLabel *_xPos; QLabel *_yPos; QLabel *_zPos; QLabel *_errLabel; std::shared_ptr _entryData; private: QTimer _timer; bool _loading = true; }; SceneSwitcher-1.17.2/src/file-selection.cpp000066400000000000000000000021461417525156400205620ustar00rootroot00000000000000#include "headers/file-selection.hpp" #include #include #include FileSelection::FileSelection(FileSelection::Type type, QWidget *parent) : QWidget(parent), _type(type) { _filePath = new QLineEdit(); _browseButton = new QPushButton(obs_module_text("AdvSceneSwitcher.browse")); QWidget::connect(_filePath, SIGNAL(editingFinished()), this, SLOT(PathChange())); QWidget::connect(_browseButton, SIGNAL(clicked()), this, SLOT(BrowseButtonClicked())); QHBoxLayout *layout = new QHBoxLayout; layout->addWidget(_filePath); layout->addWidget(_browseButton); layout->setContentsMargins(0, 0, 0, 0); setLayout(layout); } void FileSelection::SetPath(const QString &path) { _filePath->setText(path); } void FileSelection::BrowseButtonClicked() { QString path; if (_type == FileSelection::Type::WRITE) { path = QFileDialog::getSaveFileName(this); } else { path = QFileDialog::getOpenFileName(this); } if (path.isEmpty()) { return; } _filePath->setText(path); emit PathChanged(path); } void FileSelection::PathChange() { emit PathChanged(_filePath->text()); } SceneSwitcher-1.17.2/src/general.cpp000066400000000000000000000607501417525156400173020ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/status-control.hpp" #include "headers/utility.hpp" #include "headers/version.h" #include #include void AdvSceneSwitcher::on_close_clicked() { close(); } void AdvSceneSwitcher::reject() { close(); } void AdvSceneSwitcher::UpdateNonMatchingScene(const QString &name) { obs_source_t *scene = obs_get_source_by_name(name.toUtf8().constData()); obs_weak_source_t *ws = obs_source_get_weak_source(scene); switcher->nonMatchingScene = ws; obs_weak_source_release(ws); obs_source_release(scene); } void AdvSceneSwitcher::on_noMatchDontSwitch_clicked() { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->switchIfNotMatching = NO_SWITCH; ui->noMatchSwitchScene->setEnabled(false); ui->randomDisabledWarning->setVisible(true); } void AdvSceneSwitcher::on_noMatchSwitch_clicked() { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->switchIfNotMatching = SWITCH; ui->noMatchSwitchScene->setEnabled(true); UpdateNonMatchingScene(ui->noMatchSwitchScene->currentText()); ui->randomDisabledWarning->setVisible(true); } void AdvSceneSwitcher::on_noMatchRandomSwitch_clicked() { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->switchIfNotMatching = RANDOM_SWITCH; ui->noMatchSwitchScene->setEnabled(false); ui->randomDisabledWarning->setVisible(false); } void AdvSceneSwitcher::NoMatchDelayDurationChanged(double sec) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->noMatchDelay.seconds = sec; } void AdvSceneSwitcher::NoMatchDelayUnitChanged(DurationUnit unit) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->noMatchDelay.displayUnit = unit; } void AdvSceneSwitcher::CooldownDurationChanged(double sec) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->cooldown.seconds = sec; } void AdvSceneSwitcher::CooldownUnitChanged(DurationUnit unit) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->cooldown.displayUnit = unit; } void AdvSceneSwitcher::on_startupBehavior_currentIndexChanged(int index) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->startupBehavior = (StartupBehavior)index; } void AdvSceneSwitcher::on_autoStartEvent_currentIndexChanged(int index) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->autoStartEvent = static_cast(index); } void AdvSceneSwitcher::on_noMatchSwitchScene_currentTextChanged( const QString &text) { if (loading) { return; } std::lock_guard lock(switcher->m); UpdateNonMatchingScene(text); } void AdvSceneSwitcher::on_checkInterval_valueChanged(int value) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->interval = value; } void AdvSceneSwitcher::closeEvent(QCloseEvent *) { if (!switcher) { return; } switcher->windowPos = this->pos(); switcher->windowSize = this->size(); obs_frontend_save(); } void AdvSceneSwitcher::on_verboseLogging_stateChanged(int state) { if (loading) { return; } switcher->verbose = state; } void AdvSceneSwitcher::on_saveWindowGeo_stateChanged(int state) { if (loading) { return; } switcher->saveWindowGeo = state; } void AdvSceneSwitcher::on_showTrayNotifications_stateChanged(int state) { if (loading) { return; } switcher->showSystemTrayNotifications = state; } void AdvSceneSwitcher::on_uiHintsDisable_stateChanged(int state) { if (loading) { return; } switcher->disableHints = state; } QString getDefaultSaveLocation() { QString desktopPath = QStandardPaths::writableLocation( QStandardPaths::DesktopLocation); auto scName = obs_frontend_get_current_scene_collection(); QString sceneCollectionName(scName); bfree(scName); auto timestamp = QDateTime::currentDateTime(); return desktopPath + "/adv-ss-" + sceneCollectionName + "-" + timestamp.toString("yyyy.MM.dd.hh.mm.ss"); } void AskForBackup(obs_data_t *obj) { bool backupSettings = DisplayMessage( obs_module_text("AdvSceneSwitcher.askBackup"), true); if (!backupSettings) { return; } QString path = QFileDialog::getSaveFileName( nullptr, obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle"), getDefaultSaveLocation(), obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType")); if (path.isEmpty()) { return; } QFile file(path); if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { return; } obs_data_save_json(obj, file.fileName().toUtf8().constData()); } void AdvSceneSwitcher::on_exportSettings_clicked() { QString directory = QFileDialog::getSaveFileName( this, tr(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.exportWindowTitle")), getDefaultSaveLocation(), tr(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType"))); if (directory.isEmpty()) { return; } QFile file(directory); if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { return; } obs_data_t *obj = obs_data_create(); switcher->saveSettings(obj); obs_data_save_json(obj, file.fileName().toUtf8().constData()); obs_data_release(obj); } void AdvSceneSwitcher::on_importSettings_clicked() { // Scene switcher could be stuck in a sequence // so it needs to be stopped before importing new settings bool start = !switcher->stop; switcher->Stop(); std::lock_guard lock(switcher->m); QString directory = QFileDialog::getOpenFileName( this, tr(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.importWindowTitle")), QDir::currentPath(), tr(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.textType"))); if (directory.isEmpty()) { return; } QFile file(directory); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { return; } obs_data_t *obj = obs_data_create_from_json_file( file.fileName().toUtf8().constData()); if (!obj) { (void)DisplayMessage(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadFail")); return; } switcher->loadSettings(obj); obs_data_release(obj); (void)DisplayMessage(obs_module_text( "AdvSceneSwitcher.generalTab.saveOrLoadsettings.loadSuccess")); close(); // Restart scene switcher if it was active if (start) { switcher->Start(); } } int findTabIndex(QTabWidget *tabWidget, int pos) { int at = -1; QString tabName = ""; switch (pos) { case 0: tabName = "generalTab"; break; case 1: tabName = "macroTab"; break; case 2: tabName = "transitionsTab"; break; case 3: tabName = "pauseTab"; break; case 4: tabName = "windowTitleTab"; break; case 5: tabName = "executableTab"; break; case 6: tabName = "screenRegionTab"; break; case 7: tabName = "mediaTab"; break; case 8: tabName = "fileTab"; break; case 9: tabName = "randomTab"; break; case 10: tabName = "timeTab"; break; case 11: tabName = "idleTab"; break; case 12: tabName = "sceneSequenceTab"; break; case 13: tabName = "audioTab"; break; case 14: tabName = "videoTab"; break; case 15: tabName = "networkTab"; break; case 16: tabName = "sceneGroupTab"; break; case 17: tabName = "sceneTriggerTab"; break; } QWidget *page = tabWidget->findChild(tabName); if (page) { at = tabWidget->indexOf(page); } if (at == -1) { blog(LOG_INFO, "failed to find tab %s", tabName.toUtf8().constData()); } return at; } void AdvSceneSwitcher::setTabOrder() { if (!switcher->tabOrderValid()) { switcher->resetTabOrder(); } QTabBar *bar = ui->tabWidget->tabBar(); for (int i = 0; i < bar->count(); ++i) { int curPos = findTabIndex(ui->tabWidget, switcher->tabOrder[i]); if (i != curPos && curPos != -1) { bar->moveTab(curPos, i); } } connect(bar, &QTabBar::tabMoved, this, &AdvSceneSwitcher::on_tabMoved); } void AdvSceneSwitcher::restoreWindowGeo() { if (switcher->saveWindowGeo && windowPosValid(switcher->windowPos)) { this->resize(switcher->windowSize); this->move(switcher->windowPos); } } void AdvSceneSwitcher::checkFirstTimeSetup() { if (switcher->firstBoot && !switcher->disableHints) { DisplayMessage( obs_module_text("AdvSceneSwitcher.firstBootMessage")); } } void AdvSceneSwitcher::on_tabMoved(int from, int to) { if (loading) { return; } std::swap(switcher->tabOrder[from], switcher->tabOrder[to]); } void AdvSceneSwitcher::on_tabWidget_currentChanged(int) { switcher->showFrame = false; clearFrames(ui->screenRegionSwitches); SetShowFrames(); } void SwitcherData::loadSettings(obs_data_t *obj) { if (!obj) { return; } loadSceneGroups(obj); loadMacros(obj); loadWindowTitleSwitches(obj); loadScreenRegionSwitches(obj); loadPauseSwitches(obj); loadSceneSequenceSwitches(obj); loadSceneTransitions(obj); loadIdleSwitches(obj); loadExecutableSwitches(obj); loadRandomSwitches(obj); loadFileSwitches(obj); loadMediaSwitches(obj); loadTimeSwitches(obj); loadAudioSwitches(obj); loadVideoSwitches(obj); loadNetworkSettings(obj); loadSceneTriggers(obj); loadGeneralSettings(obj); loadHotkeys(obj); } void SwitcherData::saveSettings(obs_data_t *obj) { if (!obj) { return; } // Needs to be loaded before any entries which might rely on scene group // selections to be available. saveSceneGroups(obj); saveMacros(obj); saveWindowTitleSwitches(obj); saveScreenRegionSwitches(obj); savePauseSwitches(obj); saveSceneSequenceSwitches(obj); saveSceneTransitions(obj); saveIdleSwitches(obj); saveExecutableSwitches(obj); saveRandomSwitches(obj); saveFileSwitches(obj); saveMediaSwitches(obj); saveTimeSwitches(obj); saveAudioSwitches(obj); saveVideoSwitches(obj); saveNetworkSwitches(obj); saveSceneTriggers(obj); saveGeneralSettings(obj); saveHotkeys(obj); saveVersion(obj, g_GIT_SHA1); } void SwitcherData::saveGeneralSettings(obs_data_t *obj) { obs_data_set_int(obj, "interval", interval); std::string nonMatchingSceneName = GetWeakSourceName(nonMatchingScene); obs_data_set_string(obj, "non_matching_scene", nonMatchingSceneName.c_str()); obs_data_set_int(obj, "switch_if_not_matching", switchIfNotMatching); noMatchDelay.Save(obj, "noMatchDelay", "noMatchDelayUnit"); cooldown.Save(obj, "cooldown", "cooldownUnit"); obs_data_set_bool(obj, "active", !stop); obs_data_set_int(obj, "startup_behavior", startupBehavior); obs_data_set_int(obj, "autoStartEvent", static_cast(autoStartEvent)); obs_data_set_bool(obj, "verbose", verbose); obs_data_set_bool(obj, "showSystemTrayNotifications", showSystemTrayNotifications); obs_data_set_bool(obj, "disableHints", disableHints); obs_data_set_int(obj, "priority0", functionNamesByPriority[0]); obs_data_set_int(obj, "priority1", functionNamesByPriority[1]); obs_data_set_int(obj, "priority2", functionNamesByPriority[2]); obs_data_set_int(obj, "priority3", functionNamesByPriority[3]); obs_data_set_int(obj, "priority4", functionNamesByPriority[4]); obs_data_set_int(obj, "priority5", functionNamesByPriority[5]); obs_data_set_int(obj, "priority6", functionNamesByPriority[6]); obs_data_set_int(obj, "priority7", functionNamesByPriority[7]); obs_data_set_int(obj, "priority8", functionNamesByPriority[8]); obs_data_set_int(obj, "priority9", functionNamesByPriority[9]); obs_data_set_int(obj, "priority10", functionNamesByPriority[10]); obs_data_set_int(obj, "threadPriority", threadPriority); obs_data_set_int(obj, "generalTabPos", tabOrder[0]); obs_data_set_int(obj, "macroTabPos", tabOrder[1]); obs_data_set_int(obj, "transitionTabPos", tabOrder[2]); obs_data_set_int(obj, "pauseTabPos", tabOrder[3]); obs_data_set_int(obj, "titleTabPos", tabOrder[4]); obs_data_set_int(obj, "exeTabPos", tabOrder[5]); obs_data_set_int(obj, "regionTabPos", tabOrder[6]); obs_data_set_int(obj, "mediaTabPos", tabOrder[7]); obs_data_set_int(obj, "fileTabPos", tabOrder[8]); obs_data_set_int(obj, "randomTabPos", tabOrder[9]); obs_data_set_int(obj, "timeTabPos", tabOrder[10]); obs_data_set_int(obj, "idleTabPos", tabOrder[11]); obs_data_set_int(obj, "sequenceTabPos", tabOrder[12]); obs_data_set_int(obj, "audioTabPos", tabOrder[13]); obs_data_set_int(obj, "videoTabPos", tabOrder[14]); obs_data_set_int(obj, "networkTabPos", tabOrder[15]); obs_data_set_int(obj, "sceneGroupTabPos", tabOrder[16]); obs_data_set_int(obj, "triggerTabPos", tabOrder[17]); obs_data_set_bool(obj, "saveWindowGeo", saveWindowGeo); obs_data_set_int(obj, "windowPosX", windowPos.x()); obs_data_set_int(obj, "windowPosY", windowPos.y()); obs_data_set_int(obj, "windowWidth", windowSize.width()); obs_data_set_int(obj, "windowHeight", windowSize.height()); } void SwitcherData::loadGeneralSettings(obs_data_t *obj) { obs_data_set_default_int(obj, "interval", default_interval); interval = obs_data_get_int(obj, "interval"); obs_data_set_default_int(obj, "switch_if_not_matching", NO_SWITCH); switchIfNotMatching = (NoMatch)obs_data_get_int(obj, "switch_if_not_matching"); std::string nonMatchingSceneName = obs_data_get_string(obj, "non_matching_scene"); nonMatchingScene = GetWeakSourceByName(nonMatchingSceneName.c_str()); noMatchDelay.Load(obj, "noMatchDelay", "noMatchDelayUnit"); cooldown.Load(obj, "cooldown", "cooldownUnit"); stop = !obs_data_get_bool(obj, "active"); startupBehavior = (StartupBehavior)obs_data_get_int(obj, "startup_behavior"); if (startupBehavior == START) { stop = false; } if (startupBehavior == STOP) { stop = true; } autoStartEvent = static_cast( obs_data_get_int(obj, "autoStartEvent")); verbose = obs_data_get_bool(obj, "verbose"); showSystemTrayNotifications = obs_data_get_bool(obj, "showSystemTrayNotifications"); disableHints = obs_data_get_bool(obj, "disableHints"); obs_data_set_default_int(obj, "priority0", default_priority_0); obs_data_set_default_int(obj, "priority1", default_priority_1); obs_data_set_default_int(obj, "priority2", default_priority_2); obs_data_set_default_int(obj, "priority3", default_priority_3); obs_data_set_default_int(obj, "priority4", default_priority_4); obs_data_set_default_int(obj, "priority5", default_priority_5); obs_data_set_default_int(obj, "priority6", default_priority_6); obs_data_set_default_int(obj, "priority7", default_priority_7); obs_data_set_default_int(obj, "priority8", default_priority_8); functionNamesByPriority[0] = (obs_data_get_int(obj, "priority0")); functionNamesByPriority[1] = (obs_data_get_int(obj, "priority1")); functionNamesByPriority[2] = (obs_data_get_int(obj, "priority2")); functionNamesByPriority[3] = (obs_data_get_int(obj, "priority3")); functionNamesByPriority[4] = (obs_data_get_int(obj, "priority4")); functionNamesByPriority[5] = (obs_data_get_int(obj, "priority5")); functionNamesByPriority[6] = (obs_data_get_int(obj, "priority6")); functionNamesByPriority[7] = (obs_data_get_int(obj, "priority7")); functionNamesByPriority[8] = (obs_data_get_int(obj, "priority8")); functionNamesByPriority[9] = (obs_data_get_int(obj, "priority9")); functionNamesByPriority[10] = (obs_data_get_int(obj, "priority10")); if (!prioFuncsValid()) { functionNamesByPriority[0] = (default_priority_0); functionNamesByPriority[1] = (default_priority_1); functionNamesByPriority[2] = (default_priority_2); functionNamesByPriority[3] = (default_priority_3); functionNamesByPriority[4] = (default_priority_4); functionNamesByPriority[5] = (default_priority_5); functionNamesByPriority[6] = (default_priority_6); functionNamesByPriority[7] = (default_priority_7); functionNamesByPriority[8] = (default_priority_8); functionNamesByPriority[9] = (default_priority_9); functionNamesByPriority[10] = (default_priority_10); } obs_data_set_default_int(obj, "threadPriority", QThread::NormalPriority); threadPriority = obs_data_get_int(obj, "threadPriority"); obs_data_set_default_int(obj, "generalTabPos", 0); obs_data_set_default_int(obj, "macroTabPos", 1); obs_data_set_default_int(obj, "transitionTabPos", 2); obs_data_set_default_int(obj, "pauseTabPos", 3); obs_data_set_default_int(obj, "titleTabPos", 4); obs_data_set_default_int(obj, "exeTabPos", 5); obs_data_set_default_int(obj, "regionTabPos", 6); obs_data_set_default_int(obj, "mediaTabPos", 7); obs_data_set_default_int(obj, "fileTabPos", 8); obs_data_set_default_int(obj, "randomTabPos", 9); obs_data_set_default_int(obj, "timeTabPos", 10); obs_data_set_default_int(obj, "idleTabPos", 11); obs_data_set_default_int(obj, "sequenceTabPos", 12); obs_data_set_default_int(obj, "audioTabPos", 13); obs_data_set_default_int(obj, "videoTabPos", 14); obs_data_set_default_int(obj, "networkTabPos", 15); obs_data_set_default_int(obj, "sceneGroupTabPos", 16); obs_data_set_default_int(obj, "triggerTabPos", 17); tabOrder.clear(); tabOrder.emplace_back((int)(obs_data_get_int(obj, "generalTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "macroTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "transitionTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "pauseTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "titleTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "exeTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "regionTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "mediaTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "fileTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "randomTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "timeTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "idleTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "sequenceTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "audioTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "videoTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "networkTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "sceneGroupTabPos"))); tabOrder.emplace_back((int)(obs_data_get_int(obj, "triggerTabPos"))); if (!tabOrderValid()) { resetTabOrder(); } saveWindowGeo = obs_data_get_bool(obj, "saveWindowGeo"); windowPos = {(int)obs_data_get_int(obj, "windowPosX"), (int)obs_data_get_int(obj, "windowPosY")}; windowSize = {(int)obs_data_get_int(obj, "windowWidth"), (int)obs_data_get_int(obj, "windowHeight")}; } bool SwitcherData::tabOrderValid() { auto tmp = std::vector(tab_count); std::iota(tmp.begin(), tmp.end(), 0); for (auto &p : tmp) { auto it = std::find(tabOrder.begin(), tabOrder.end(), p); if (it == tabOrder.end()) { return false; } } return true; } void SwitcherData::resetTabOrder() { tabOrder = std::vector(tab_count); std::iota(tabOrder.begin(), tabOrder.end(), 0); } void SwitcherData::checkNoMatchSwitch(bool &match, OBSWeakSource &scene, OBSWeakSource &transition, int &sleep) { if (match) { noMatchDelay.Reset(); return; } if (!noMatchDelay.DurationReached()) { return; } if (switchIfNotMatching == SWITCH && nonMatchingScene) { match = true; scene = nonMatchingScene; transition = nullptr; } if (switchIfNotMatching == RANDOM_SWITCH) { match = checkRandom(scene, transition, sleep); } } void SwitcherData::checkSwitchCooldown(bool &match) { if (!match) { return; } if (cooldown.DurationReached()) { cooldown.Reset(); } else { match = false; vblog(LOG_INFO, "cooldown active - ignoring match"); } } void populateStartupBehavior(QComboBox *cb) { cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.onStartup.asLastRun")); cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart")); cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.onStartup.doNotStart")); } void populateAutoStartEventSelection(QComboBox *cb) { cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.autoStart.never")); cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.autoStart.recording")); cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.autoStart.streaming")); cb->addItem(obs_module_text( "AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming")); } void AdvSceneSwitcher::setupGeneralTab() { populateSceneSelection(ui->noMatchSwitchScene, false); if (switcher->switchIfNotMatching == SWITCH) { ui->noMatchSwitch->setChecked(true); ui->noMatchSwitchScene->setEnabled(true); } else if (switcher->switchIfNotMatching == NO_SWITCH) { ui->noMatchDontSwitch->setChecked(true); ui->noMatchSwitchScene->setEnabled(false); } else { ui->noMatchRandomSwitch->setChecked(true); ui->noMatchSwitchScene->setEnabled(false); } ui->noMatchSwitchScene->setCurrentText( GetWeakSourceName(switcher->nonMatchingScene).c_str()); DurationSelection *noMatchDelay = new DurationSelection(); noMatchDelay->SetDuration(switcher->noMatchDelay); noMatchDelay->setToolTip(obs_module_text( "AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip")); ui->noMatchLayout->addWidget(noMatchDelay); QWidget::connect(noMatchDelay, SIGNAL(DurationChanged(double)), this, SLOT(NoMatchDelayDurationChanged(double))); QWidget::connect(noMatchDelay, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(NoMatchDelayUnitChanged(DurationUnit))); ui->checkInterval->setValue(switcher->interval); DurationSelection *cooldownTime = new DurationSelection(); cooldownTime->SetDuration(switcher->cooldown); cooldownTime->setToolTip(obs_module_text( "AdvSceneSwitcher.generalTab.generalBehavior.cooldownHint")); ui->cooldownLayout->addWidget(cooldownTime); ui->cooldownLayout->addStretch(); QWidget::connect(cooldownTime, SIGNAL(DurationChanged(double)), this, SLOT(CooldownDurationChanged(double))); QWidget::connect(cooldownTime, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(CooldownUnitChanged(DurationUnit))); ui->verboseLogging->setChecked(switcher->verbose); ui->saveWindowGeo->setChecked(switcher->saveWindowGeo); ui->showTrayNotifications->setChecked( switcher->showSystemTrayNotifications); ui->uiHintsDisable->setChecked(switcher->disableHints); for (int p : switcher->functionNamesByPriority) { std::string s = ""; switch (p) { case read_file_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.fileContent"); break; case round_trip_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.sceneSequence"); break; case idle_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.idleDetection"); break; case exe_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.executable"); break; case screen_region_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.screenRegion"); break; case window_title_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.windowTitle"); break; case media_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.media"); break; case time_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.time"); break; case audio_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.audio"); break; case video_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.video"); break; case macro_func: s = obs_module_text( "AdvSceneSwitcher.generalTab.priority.macro"); break; } QString text(s.c_str()); QListWidgetItem *item = new QListWidgetItem(text, ui->priorityList); item->setData(Qt::UserRole, text); } for (int i = 0; i < (int)switcher->threadPriorities.size(); ++i) { ui->threadPriority->addItem( switcher->threadPriorities[i].name.c_str()); ui->threadPriority->setItemData( i, switcher->threadPriorities[i].description.c_str(), Qt::ToolTipRole); if (switcher->threadPriority == switcher->threadPriorities[i].value) { ui->threadPriority->setCurrentText( switcher->threadPriorities[i].name.c_str()); } } populateStartupBehavior(ui->startupBehavior); ui->startupBehavior->setCurrentIndex(switcher->startupBehavior); populateAutoStartEventSelection(ui->autoStartEvent); ui->autoStartEvent->setCurrentIndex( static_cast(switcher->autoStartEvent)); // Set up status control auto statusControl = new StatusControl(this, true); ui->statusLayout->addWidget(statusControl->StatusPrefixLabel(), 1, 0); auto tmp = new QHBoxLayout; tmp->addWidget(statusControl->StatusLabel()); tmp->addStretch(); ui->statusLayout->addLayout(tmp, 1, 1); ui->statusLayout->addWidget(statusControl->Button(), 2, 1); // Hide the now empty invisible shell of the statusControl widget // as otherwise it could block user input statusControl->hide(); setWindowTitle(windowTitle() + " - " + g_GIT_TAG); } SceneSwitcher-1.17.2/src/headers/000077500000000000000000000000001417525156400165645ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/headers/advanced-scene-switcher.hpp000066400000000000000000000230101417525156400237570ustar00rootroot00000000000000#pragma once #ifdef BUILD_OUT_OF_TREE #include "../../forms/ui_advanced-scene-switcher.h" #elif defined ADVSS_MODULE #include "../../../ui_advanced-scene-switcher.h" #else #include "ui_advanced-scene-switcher.h" #endif #include "switcher-data-structs.hpp" #include "platform-funcs.hpp" #define blog(level, msg, ...) blog(level, "[adv-ss] " msg, ##__VA_ARGS__) #define vblog(level, msg, ...) \ if (switcher->verbose) { \ blog(level, msg, ##__VA_ARGS__); \ } class QCloseEvent; class MacroActionEdit; class MacroConditionEdit; /******************************************************************************* * Advanced Scene Switcher window *******************************************************************************/ class AdvSceneSwitcher : public QDialog { Q_OBJECT public: std::unique_ptr ui; bool loading = true; AdvSceneSwitcher(QWidget *parent); ~AdvSceneSwitcher(); void reject() override; void closeEvent(QCloseEvent *event) override; void SetShowFrames(); void SetHideFrames(); void clearFrames(QListWidget *list); int IgnoreWindowsFindByData(const QString &window); int IgnoreIdleWindowsFindByData(const QString &window); void UpdateNonMatchingScene(const QString &name); void OpenSequenceExtendEdit(SequenceWidget *sw); void SetEditSceneGroup(SceneGroup &sg); bool addNewMacro(std::string &name); Macro *getSelectedMacro(); void SetEditMacro(Macro &m); void HighlightAction(int idx); void HighlightCondition(int idx); void PopulateMacroActions(Macro &m, uint32_t afterIdx = 0); void PopulateMacroConditions(Macro &m, uint32_t afterIdx = 0); void ConnectControlSignals(MacroActionEdit *); void ConnectControlSignals(MacroConditionEdit *); void SwapActions(Macro *m, int pos1, int pos2); void SwapConditions(Macro *m, int pos1, int pos2); void loadUI(); void setupGeneralTab(); void setupTitleTab(); void setupExecutableTab(); void setupRegionTab(); void setupPauseTab(); void setupSequenceTab(); void setupTransitionsTab(); void setupIdleTab(); void setupRandomTab(); void setupMediaTab(); void setupFileTab(); void setupTimeTab(); void setupAudioTab(); void setupSceneGroupTab(); void setupTriggerTab(); void setupVideoTab(); void setupNetworkTab(); void setupMacroTab(); void setTabOrder(); void restoreWindowGeo(); void checkFirstTimeSetup(); signals: void MacroAdded(const QString &name); void MacroRemoved(const QString &name); void MacroRenamed(const QString &oldName, const QString newName); void SceneGroupAdded(const QString &name); void SceneGroupRemoved(const QString &name); void SceneGroupRenamed(const QString &oldName, const QString newName); public slots: void on_windowUp_clicked(); void on_windowDown_clicked(); void on_windowAdd_clicked(); void on_windowRemove_clicked(); void on_noMatchDontSwitch_clicked(); void on_noMatchSwitch_clicked(); void on_noMatchRandomSwitch_clicked(); void NoMatchDelayDurationChanged(double); void NoMatchDelayUnitChanged(DurationUnit); void CooldownDurationChanged(double); void CooldownUnitChanged(DurationUnit); void on_startupBehavior_currentIndexChanged(int index); void on_autoStartEvent_currentIndexChanged(int index); void on_noMatchSwitchScene_currentTextChanged(const QString &text); void on_checkInterval_valueChanged(int value); void on_tabMoved(int from, int to); void on_tabWidget_currentChanged(int index); void on_macroAdd_clicked(); void on_macroRemove_clicked(); void on_macroUp_clicked(); void on_macroDown_clicked(); void on_macroName_editingFinished(); void on_runMacro_clicked(); void on_runMacroInParallel_stateChanged(int value); void on_runMacroOnChange_stateChanged(int value); void on_macros_currentRowChanged(int idx); void on_macros_itemChanged(QListWidgetItem *); void on_conditionAdd_clicked(); void on_conditionRemove_clicked(); void on_actionAdd_clicked(); void on_actionRemove_clicked(); void ShowMacroContextMenu(const QPoint &); void ShowMacroActionsContextMenu(const QPoint &); void ShowMacroConditionsContextMenu(const QPoint &); void CopyMacro(); void ExpandAllActions(); void ExpandAllConditions(); void CollapseAllActions(); void CollapseAllConditions(); void AddMacroAction(int idx); void RemoveMacroAction(int idx); void MoveMacroActionUp(int idx); void MoveMacroActionDown(int idx); void AddMacroCondition(int idx); void RemoveMacroCondition(int idx); void MoveMacroConditionUp(int idx); void MoveMacroConditionDown(int idx); void on_screenRegionSwitches_currentRowChanged(int idx); void on_showFrame_clicked(); void on_screenRegionAdd_clicked(); void on_screenRegionRemove_clicked(); void on_screenRegionUp_clicked(); void on_screenRegionDown_clicked(); void on_pauseUp_clicked(); void on_pauseDown_clicked(); void on_pauseAdd_clicked(); void on_pauseRemove_clicked(); void on_ignoreWindows_currentRowChanged(int idx); void on_ignoreWindowsAdd_clicked(); void on_ignoreWindowsRemove_clicked(); void on_sceneSequenceAdd_clicked(); void on_sceneSequenceRemove_clicked(); void on_sceneSequenceUp_clicked(); void on_sceneSequenceDown_clicked(); void on_sceneSequenceSave_clicked(); void on_sceneSequenceLoad_clicked(); void on_sequenceEdit_clicked(); void on_sceneSequenceSwitches_itemDoubleClicked(QListWidgetItem *item); void on_verboseLogging_stateChanged(int state); void on_saveWindowGeo_stateChanged(int state); void on_showTrayNotifications_stateChanged(int state); void on_uiHintsDisable_stateChanged(int state); void on_exportSettings_clicked(); void on_importSettings_clicked(); void on_transitionsAdd_clicked(); void on_transitionsRemove_clicked(); void on_transitionsUp_clicked(); void on_transitionsDown_clicked(); void on_defaultTransitionsAdd_clicked(); void on_defaultTransitionsRemove_clicked(); void on_defaultTransitionsUp_clicked(); void on_defaultTransitionsDown_clicked(); void on_transitionOverridecheckBox_stateChanged(int state); void on_adjustActiveTransitionType_stateChanged(int state); void defTransitionDelayValueChanged(int value); void on_browseButton_clicked(); void on_readFileCheckBox_stateChanged(int state); void on_readPathLineEdit_textChanged(const QString &text); void on_writePathLineEdit_textChanged(const QString &text); void on_browseButton_2_clicked(); void on_executableUp_clicked(); void on_executableDown_clicked(); void on_executableAdd_clicked(); void on_executableRemove_clicked(); void on_idleCheckBox_stateChanged(int state); void on_ignoreIdleWindows_currentRowChanged(int idx); void on_ignoreIdleAdd_clicked(); void on_ignoreIdleRemove_clicked(); void on_randomAdd_clicked(); void on_randomRemove_clicked(); void on_fileAdd_clicked(); void on_fileRemove_clicked(); void on_fileSwitches_currentRowChanged(int idx); void on_fileUp_clicked(); void on_fileDown_clicked(); void on_mediaAdd_clicked(); void on_mediaRemove_clicked(); void on_mediaUp_clicked(); void on_mediaDown_clicked(); void on_timeAdd_clicked(); void on_timeRemove_clicked(); void on_timeUp_clicked(); void on_timeDown_clicked(); void on_audioAdd_clicked(); void on_audioRemove_clicked(); void on_audioUp_clicked(); void on_audioDown_clicked(); void on_audioFallback_toggled(bool on); void on_videoAdd_clicked(); void on_videoRemove_clicked(); void on_videoUp_clicked(); void on_videoDown_clicked(); void on_getScreenshot_clicked(); void on_serverSettings_toggled(bool on); void on_serverPort_valueChanged(int value); void on_lockToIPv4_stateChanged(int state); void on_serverRestart_clicked(); void updateServerStatus(); void on_clientSettings_toggled(bool on); void on_clientHostname_textChanged(const QString &text); void on_clientPort_valueChanged(int value); void on_sendSceneChange_stateChanged(int state); void on_restrictSend_stateChanged(int state); void on_sendPreview_stateChanged(int state); void on_clientReconnect_clicked(); void updateClientStatus(); void on_sceneGroupAdd_clicked(); void on_sceneGroupRemove_clicked(); void on_sceneGroupUp_clicked(); void on_sceneGroupDown_clicked(); void on_sceneGroupName_editingFinished(); void on_sceneGroups_currentRowChanged(int idx); void on_sceneGroupSceneAdd_clicked(); void on_sceneGroupSceneRemove_clicked(); void on_sceneGroupSceneUp_clicked(); void on_sceneGroupSceneDown_clicked(); void on_triggerAdd_clicked(); void on_triggerRemove_clicked(); void on_triggerUp_clicked(); void on_triggerDown_clicked(); void on_priorityUp_clicked(); void on_priorityDown_clicked(); void on_threadPriority_currentTextChanged(const QString &text); void updateScreenRegionCursorPos(); void on_close_clicked(); private: }; /****************************************************************************** * Sceneswitch helper ******************************************************************************/ void setNextTransition(const sceneSwitchInfo &ssi, obs_source_t *currentSource, transitionData &td); void overwriteTransitionOverride(const sceneSwitchInfo &ssi, transitionData &td); void restoreTransitionOverride(obs_source_t *scene, const transitionData &td); void switchScene(const sceneSwitchInfo &ssi); void switchPreviewScene(const OBSWeakSource &ws); /****************************************************************************** * Settings helper ******************************************************************************/ void AskForBackup(obs_data_t *obj); /****************************************************************************** * Main SwitcherData ******************************************************************************/ struct SwitcherData; extern SwitcherData *switcher; SwitcherData *GetSwitcher(); SceneSwitcher-1.17.2/src/headers/curl-helper.hpp000066400000000000000000000012331417525156400215160ustar00rootroot00000000000000#pragma once #include #include #if defined(WIN32) constexpr auto curl_library_name = "libcurl.dll"; #elif __APPLE__ constexpr auto curl_library_name = "libcurl.4.dylib"; #else constexpr auto curl_library_name = "libcurl.so.4"; #endif typedef CURL *(*initFunction)(void); typedef CURLcode (*setOptFunction)(CURL *, CURLoption, ...); typedef CURLcode (*performFunction)(CURL *); typedef void (*cleanupFunction)(CURL *); extern initFunction f_curl_init; extern setOptFunction f_curl_setopt; extern performFunction f_curl_perform; extern cleanupFunction f_curl_cleanup; extern QLibrary *loaded_curl_lib; bool resolveCurl(); bool loadCurl(); SceneSwitcher-1.17.2/src/headers/duration-control.hpp000066400000000000000000000052751417525156400226110ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include "obs-data.h" enum class DurationUnit { SECONDS, MINUTES, HOURS, }; class Duration { public: void Save(obs_data_t *obj, const char *secondsName = "seconds", const char *unitName = "displayUnit"); void Load(obs_data_t *obj, const char *secondsName = "seconds", const char *unitName = "displayUnit"); bool DurationReached(); double TimeRemaining(); void SetTimeRemaining(double); void Reset(); std::string ToString(); double seconds = 0.; // only used for UI DurationUnit displayUnit = DurationUnit::SECONDS; private: std::chrono::high_resolution_clock::time_point _startTime; }; class DurationSelection : public QWidget { Q_OBJECT public: DurationSelection(QWidget *parent = nullptr, bool showUnitSelection = true); void SetValue(double value); void SetUnit(DurationUnit u); void SetDuration(Duration d); QDoubleSpinBox *SpinBox() { return _duration; } private slots: void _DurationChanged(double value); void _UnitChanged(int idx); signals: void DurationChanged(double value); // always reutrn value in seconds void UnitChanged(DurationUnit u); private: QDoubleSpinBox *_duration; QComboBox *_unitSelection; double _unitMultiplier; }; enum class DurationCondition { NONE, MORE, EQUAL, LESS, }; class DurationConstraint { public: void Save(obs_data_t *obj, const char *condName = "time_constraint", const char *secondsName = "seconds", const char *unitName = "displayUnit"); void Load(obs_data_t *obj, const char *condName = "time_constraint", const char *secondsName = "seconds", const char *unitName = "displayUnit"); void SetCondition(DurationCondition cond) { _type = cond; } void SetDuration(const Duration &dur) { _dur = dur; } void SetValue(double value) { _dur.seconds = value; } void SetUnit(DurationUnit u) { _dur.displayUnit = u; } DurationCondition GetCondition() { return _type; } Duration GetDuration() { return _dur; } bool DurationReached(); void Reset(); private: DurationCondition _type = DurationCondition::NONE; Duration _dur; bool _timeReached = false; }; class DurationConstraintEdit : public QWidget { Q_OBJECT public: DurationConstraintEdit(QWidget *parent = nullptr); void SetValue(DurationConstraint &value); void SetUnit(DurationUnit u); void SetDuration(const Duration &d); private slots: void _ConditionChanged(int value); void ToggleClicked(); signals: void DurationChanged(double value); void UnitChanged(DurationUnit u); void ConditionChanged(DurationCondition value); private: void Collapse(bool collapse); DurationSelection *_duration; QComboBox *_condition; QPushButton *_toggle; }; SceneSwitcher-1.17.2/src/headers/file-selection.hpp000066400000000000000000000010401417525156400221720ustar00rootroot00000000000000#pragma once #include #include #include class FileSelection : public QWidget { Q_OBJECT public: enum class Type { READ, WRITE, }; FileSelection(FileSelection::Type type = FileSelection::Type::READ, QWidget *parent = 0); void SetPath(const QString &); QPushButton *Button() { return _browseButton; } private slots: void BrowseButtonClicked(); void PathChange(); signals: void PathChanged(const QString &); private: Type _type; QLineEdit *_filePath; QPushButton *_browseButton; }; SceneSwitcher-1.17.2/src/headers/hotkey.hpp000066400000000000000000000023771417525156400206110ustar00rootroot00000000000000#pragma once extern bool canSimulateKeyPresses; enum class HotkeyType { Key_NoKey = 0, Key_A, Key_B, Key_C, Key_D, Key_E, Key_F, Key_G, Key_H, Key_I, Key_J, Key_K, Key_L, Key_M, Key_N, Key_O, Key_P, Key_Q, Key_R, Key_S, Key_T, Key_U, Key_V, Key_W, Key_X, Key_Y, Key_Z, Key_0, Key_1, Key_2, Key_3, Key_4, Key_5, Key_6, Key_7, Key_8, Key_9, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, Key_F6, Key_F7, Key_F8, Key_F9, Key_F10, Key_F11, Key_F12, Key_F13, Key_F14, Key_F15, Key_F16, Key_F17, Key_F18, Key_F19, Key_F20, Key_F21, Key_F22, Key_F23, Key_F24, Key_Escape, Key_Space, Key_Return, Key_Backspace, Key_Tab, Key_Shift_L, Key_Shift_R, Key_Control_L, Key_Control_R, Key_Alt_L, Key_Alt_R, Key_Win_L, Key_Win_R, Key_Apps, Key_CapsLock, Key_NumLock, Key_ScrollLock, Key_PrintScreen, Key_Pause, Key_Insert, Key_Delete, Key_PageUP, Key_PageDown, Key_Home, Key_End, Key_Left, Key_Right, Key_Up, Key_Down, Key_Numpad0, Key_Numpad1, Key_Numpad2, Key_Numpad3, Key_Numpad4, Key_Numpad5, Key_Numpad6, Key_Numpad7, Key_Numpad8, Key_Numpad9, Key_NumpadAdd, Key_NumpadSubtract, Key_NumpadMultiply, Key_NumpadDivide, Key_NumpadDecimal, Key_NumpadEnter }; void registerHotkeys(); SceneSwitcher-1.17.2/src/headers/macro-action-audio.hpp000066400000000000000000000032511417525156400227510ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include #include #include enum class AudioAction { MUTE, UNMUTE, SOURCE_VOLUME, MASTER_VOLUME, }; class MacroActionAudio : public MacroAction { public: MacroActionAudio(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _audioSource; AudioAction _action = AudioAction::MUTE; int _volume = 0; bool _fade = false; Duration _duration; private: static bool _registered; static const std::string id; }; class MacroActionAudioEdit : public QWidget { Q_OBJECT public: MacroActionAudioEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void SetWidgetVisibility(); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionAudioEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void SourceChanged(const QString &text); void ActionChanged(int value); void VolumeChanged(int value); void FadeChanged(int value); void DurationChanged(double seconds); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_audioSources; QComboBox *_actions; QSpinBox *_volumePercent; QCheckBox *_fade; DurationSelection *_duration; QHBoxLayout *_fadeLayout; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-edit.hpp000066400000000000000000000025111417525156400225730ustar00rootroot00000000000000#pragma once #include "macro.hpp" struct MacroActionInfo { using TCreateMethod = std::shared_ptr (*)(Macro *m); using TCreateWidgetMethod = QWidget *(*)(QWidget *parent, std::shared_ptr); TCreateMethod _createFunc = nullptr; TCreateWidgetMethod _createWidgetFunc = nullptr; std::string _name; }; class MacroActionFactory { public: MacroActionFactory() = delete; static bool Register(const std::string &id, MacroActionInfo); static std::shared_ptr Create(const std::string &id, Macro *m); static QWidget *CreateWidget(const std::string &id, QWidget *parent, std::shared_ptr action); static auto GetActionTypes() { return _methods; } static std::string GetActionName(const std::string &id); static std::string GetIdByName(const QString &name); private: static std::map _methods; }; class MacroActionEdit : public MacroSegmentEdit { Q_OBJECT public: MacroActionEdit(QWidget *parent = nullptr, std::shared_ptr * = nullptr, const std::string &id = "scene_switch"); void UpdateEntryData(const std::string &id); private slots: void ActionSelectionChanged(const QString &text); private: MacroSegment *Data(); QComboBox *_actionSelection; std::shared_ptr *_entryData; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-file.hpp000066400000000000000000000027321417525156400225720ustar00rootroot00000000000000#pragma once #include #include #include "macro-action-edit.hpp" #include "file-selection.hpp" enum class FileAction { WRITE, APPEND, }; class MacroActionFile : public MacroAction { public: MacroActionFile(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _file = obs_module_text("AdvSceneSwitcher.enterPath"); std::string _text = obs_module_text("AdvSceneSwitcher.enterText"); FileAction _action = FileAction::WRITE; private: static bool _registered; static const std::string id; }; class MacroActionFileEdit : public QWidget { Q_OBJECT public: MacroActionFileEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionFileEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void PathChanged(const QString &text); void TextChanged(); void ActionChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: FileSelection *_filePath; QPlainTextEdit *_text; QComboBox *_actions; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-filter.hpp000066400000000000000000000031051417525156400231330ustar00rootroot00000000000000#pragma once #include #include #include "macro-action-edit.hpp" enum class FilterAction { ENABLE, DISABLE, SETTINGS, }; class MacroActionFilter : public MacroAction { public: MacroActionFilter(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _source; OBSWeakSource _filter; FilterAction _action = FilterAction::ENABLE; std::string _settings = ""; private: static bool _registered; static const std::string id; }; class MacroActionFilterEdit : public QWidget { Q_OBJECT public: MacroActionFilterEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionFilterEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void SourceChanged(const QString &text); void FilterChanged(const QString &text); void ActionChanged(int value); void GetSettingsClicked(); void SettingsChanged(); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sources; QComboBox *_filters; QComboBox *_actions; QPushButton *_getSettings; QPlainTextEdit *_settings; std::shared_ptr _entryData; private: void SetWidgetVisibility(bool); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-hotkey.hpp000066400000000000000000000041521417525156400231540ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "hotkey.hpp" #include #include #include class MacroActionHotkey : public MacroAction { public: MacroActionHotkey(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _HotkeySource; HotkeyType _key = HotkeyType::Key_NoKey; bool _leftShift = false; bool _rightShift = false; bool _leftCtrl = false; bool _rightCtrl = false; bool _leftAlt = false; bool _rightAlt = false; bool _leftMeta = false; bool _rightMeta = false; int _duration = 300; // in ms #ifdef __APPLE__ bool _onlySendToObs = true; #else bool _onlySendToObs = false; #endif private: static bool _registered; static const std::string id; }; class MacroActionHotkeyEdit : public QWidget { Q_OBJECT public: MacroActionHotkeyEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionHotkeyEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void KeyChanged(int key); void LShiftChanged(int state); void RShiftChanged(int state); void LCtrlChanged(int state); void RCtrlChanged(int state); void LAltChanged(int state); void RAltChanged(int state); void LMetaChanged(int state); void RMetaChanged(int state); void DurationChanged(int ms); void OnlySendToOBSChanged(int state); protected: QComboBox *_keys; QCheckBox *_leftShift; QCheckBox *_rightShift; QCheckBox *_leftCtrl; QCheckBox *_rightCtrl; QCheckBox *_leftAlt; QCheckBox *_rightAlt; QCheckBox *_leftMeta; QCheckBox *_rightMeta; QSpinBox *_duration; QCheckBox *_onlySendToOBS; QLabel *_noKeyPressSimulationWarning; std::shared_ptr _entryData; private: void SetWarningVisibility(); QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-macro.hpp000066400000000000000000000026301417525156400227510ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "macro-selection.hpp" #include enum class PerformMacroAction { PAUSE, UNPAUSE, RESET_COUNTER, RUN, STOP, }; class MacroActionMacro : public MacroRefAction { public: MacroActionMacro(Macro *m) : MacroRefAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } PerformMacroAction _action = PerformMacroAction::PAUSE; private: static bool _registered; static const std::string id; }; class MacroActionMacroEdit : public QWidget { Q_OBJECT public: MacroActionMacroEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionMacroEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void MacroChanged(const QString &text); void MacroRemove(const QString &name); void ActionChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: MacroSelection *_macros; QComboBox *_actions; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-media.hpp000066400000000000000000000025531417525156400227330ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include #include enum class MediaAction { PLAY, PAUSE, STOP, RESTART, NEXT, PREVIOUS, }; class MacroActionMedia : public MacroAction { public: MacroActionMedia(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _mediaSource; MediaAction _action = MediaAction::PLAY; private: static bool _registered; static const std::string id; }; class MacroActionMediaEdit : public QWidget { Q_OBJECT public: MacroActionMediaEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionMediaEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void SourceChanged(const QString &text); void ActionChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_mediaSources; QComboBox *_actions; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-plugin-state.hpp000066400000000000000000000030671417525156400242710ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "file-selection.hpp" #include #include enum class PluginStateAction { STOP, NO_MATCH_BEHAVIOUR, IMPORT_SETTINGS, }; class MacroActionPluginState : public MacroAction { public: MacroActionPluginState(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } PluginStateAction _action = PluginStateAction::STOP; int _value = 0; std::string _settingsPath; OBSWeakSource _scene; private: static bool _registered; static const std::string id; }; class MacroActionPluginStateEdit : public QWidget { Q_OBJECT public: MacroActionPluginStateEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionPluginStateEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void ActionChanged(int value); void ValueChanged(int value); void SceneChanged(const QString &text); void PathChanged(const QString &text); protected: QComboBox *_actions; QComboBox *_values; QComboBox *_scenes; FileSelection *_settings; QLabel *_settingsWarning; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-preview-scene.hpp000066400000000000000000000023651417525156400244310ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "scene-selection.hpp" class MacroActionPreviewScene : public MacroAction { public: MacroActionPreviewScene(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; private: static bool _registered; static const std::string id; }; class MacroActionPreviewSceneEdit : public QWidget { Q_OBJECT public: MacroActionPreviewSceneEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionPreviewSceneEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneChanged(const SceneSelection &); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-profile.hpp000066400000000000000000000021761417525156400233150ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" class MacroActionProfile : public MacroAction { public: MacroActionProfile(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _profile; private: static bool _registered; static const std::string id; }; class MacroActionProfileEdit : public QWidget { Q_OBJECT public: MacroActionProfileEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionProfileEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void ProfileChanged(const QString &text); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_profiles; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-random.hpp000066400000000000000000000027221417525156400231320ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "macro-selection.hpp" #include #include #include class MacroActionRandom : public MultiMacroRefAction { public: MacroActionRandom(Macro *m) : MultiMacroRefAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } // TODO: add weights to each macro ... // std::unordered_map _weights; private: MacroRef lastRandomMacro; static bool _registered; static const std::string id; }; class MacroActionRandomEdit : public QWidget { Q_OBJECT public: MacroActionRandomEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionRandomEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void MacroRemove(const QString &name); void MacroRename(const QString &oldName, const QString &newName); void AddMacro(); void RemoveMacro(); protected: std::shared_ptr _entryData; private: int FindEntry(const std::string ¯o); void SetMacroListSize(); QListWidget *_macroList; QPushButton *_add; QPushButton *_remove; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-recording.hpp000066400000000000000000000023121417525156400236210ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include #include enum class RecordAction { STOP, START, PAUSE, UNPAUSE, }; class MacroActionRecord : public MacroAction { public: MacroActionRecord(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } RecordAction _action = RecordAction::STOP; private: static bool _registered; static const std::string id; }; class MacroActionRecordEdit : public QWidget { Q_OBJECT public: MacroActionRecordEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionRecordEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void ActionChanged(int value); protected: QComboBox *_actions; QLabel *_pauseHint; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-replay-buffer.hpp000066400000000000000000000031401417525156400244100ustar00rootroot00000000000000#ifdef REPLAYBUFFER_SUPPORTED #pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include enum class ReplayBufferAction { STOP, START, SAVE, }; class MacroActionReplayBuffer : public MacroAction { public: MacroActionReplayBuffer(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } ReplayBufferAction _action = ReplayBufferAction::STOP; private: // Add artifical delay before trying to save the replay buffer again. // // Continiously calling obs_frontend_replay_buffer_save() does not // result in any output actually being written. // OBS_FRONTEND_EVENT_REPLAY_BUFFER_SAVED also seems to be sent before // any data is written. Duration _duration; static bool _registered; static const std::string id; }; class MacroActionReplayBufferEdit : public QWidget { Q_OBJECT public: MacroActionReplayBufferEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionReplayBufferEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void ActionChanged(int value); protected: QComboBox *_actions; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; #endif SceneSwitcher-1.17.2/src/headers/macro-action-run.hpp000066400000000000000000000027511417525156400224600ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "file-selection.hpp" #include #include #include #include class MacroActionRun : public MacroAction { public: MacroActionRun(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _path = obs_module_text("AdvSceneSwitcher.enterPath"); QStringList _args; private: static bool _registered; static const std::string id; }; class MacroActionRunEdit : public QWidget { Q_OBJECT public: MacroActionRunEdit(QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionRunEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void PathChanged(const QString &text); void AddArg(); void RemoveArg(); void ArgUp(); void ArgDown(); signals: void HeaderInfoChanged(const QString &); protected: std::shared_ptr _entryData; private: void SetArgListSize(); FileSelection *_filePath; QListWidget *_argList; QPushButton *_addArg; QPushButton *_removeArg; QPushButton *_argUp; QPushButton *_argDown; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-collection.hpp000066400000000000000000000023431417525156400250770ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" class MacroActionSceneCollection : public MacroAction { public: MacroActionSceneCollection(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _sceneCollection; private: static bool _registered; static const std::string id; }; class MacroActionSceneCollectionEdit : public QWidget { Q_OBJECT public: MacroActionSceneCollectionEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSceneCollectionEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneCollectionChanged(const QString &text); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sceneCollections; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-order.hpp000066400000000000000000000032441417525156400240600ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include enum class SceneOrderAction { MOVE_UP, MOVE_DOWN, MOVE_TOP, MOVE_BOTTOM, POSITION, }; class MacroActionSceneOrder : public MacroAction { public: MacroActionSceneOrder(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneItemSelection _source; SceneOrderAction _action = SceneOrderAction::MOVE_UP; int _position = 0; private: static bool _registered; static const std::string id; }; class MacroActionSceneOrderEdit : public QWidget { Q_OBJECT public: MacroActionSceneOrderEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSceneOrderEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneChanged(const SceneSelection &); void SourceChanged(const SceneItemSelection &); void ActionChanged(int value); void PositionChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; SceneItemSelectionWidget *_sources; QComboBox *_actions; QSpinBox *_position; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-swap.hpp000066400000000000000000000016371417525156400237230ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" class MacroActionSceneSwap : public MacroAction { public: MacroActionSceneSwap(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } private: static bool _registered; static const std::string id; }; class MacroActionSceneSwapEdit : public QWidget { Q_OBJECT public: MacroActionSceneSwapEdit( QWidget *parent, std::shared_ptr entryData = nullptr); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSceneSwapEdit( parent, std::dynamic_pointer_cast( action)); } protected: std::shared_ptr _entryData; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-switch.hpp000066400000000000000000000032561417525156400242510ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "scene-selection.hpp" #include "transition-selection.hpp" #include "duration-control.hpp" #include class MacroActionSwitchScene : public MacroAction { public: MacroActionSwitchScene(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; TransitionSelection _transition; Duration _duration; bool _blockUntilTransitionDone = true; private: const char *getType() { return "MacroActionSwitchScene"; } static bool _registered; static const std::string id; }; class MacroActionSwitchSceneEdit : public QWidget { Q_OBJECT public: MacroActionSwitchSceneEdit( QWidget *parent, std::shared_ptr entryData = nullptr); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSwitchSceneEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneChanged(const SceneSelection &); void TransitionChanged(const TransitionSelection &); void DurationChanged(double seconds); void BlockUntilTransitionDoneChanged(int state); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; TransitionSelectionWidget *_transitions; DurationSelection *_duration; QCheckBox *_blockUntilTransitionDone; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-transform.hpp000066400000000000000000000032531417525156400247600ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include #include class MacroActionSceneTransform : public MacroAction { public: MacroActionSceneTransform(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string GetSettings(); void SetSettings(std::string &); SceneSelection _scene; SceneItemSelection _source; struct obs_transform_info _info = {}; struct obs_sceneitem_crop _crop = {}; private: static bool _registered; static const std::string id; }; class MacroActionSceneTransformEdit : public QWidget { Q_OBJECT public: MacroActionSceneTransformEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSceneTransformEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneChanged(const SceneSelection &); void SourceChanged(const SceneItemSelection &); void GetSettingsClicked(); void SettingsChanged(); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; SceneItemSelectionWidget *_sources; QPushButton *_getSettings; QPlainTextEdit *_settings; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-scene-visibility.hpp000066400000000000000000000036501417525156400251350ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include enum class SceneVisibilityAction { SHOW, HIDE, }; enum class SceneItemSourceType { SOURCE, SOURCE_GROUP, }; class MacroActionSceneVisibility : public MacroAction { public: MacroActionSceneVisibility(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneItemSourceType _sourceType = SceneItemSourceType::SOURCE; SceneItemSelection _source; std::string _sourceGroup = ""; SceneVisibilityAction _action = SceneVisibilityAction::SHOW; private: static bool _registered; static const std::string id; }; class MacroActionSceneVisibilityEdit : public QWidget { Q_OBJECT public: MacroActionSceneVisibilityEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSceneVisibilityEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SceneChanged(const SceneSelection &); void SourceTypeChanged(int value); void SourceChanged(const SceneItemSelection &); void SourceGroupChanged(const QString &text); void ActionChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; QComboBox *_sourceTypes; SceneItemSelectionWidget *_sources; QComboBox *_sourceGroups; QComboBox *_actions; std::shared_ptr _entryData; private: void SetWidgetVisibility(); QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-screenshot.hpp000066400000000000000000000022331417525156400240240ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" class MacroActionScreenshot : public MacroAction { public: MacroActionScreenshot(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _source; private: static bool _registered; static const std::string id; }; class MacroActionScreenshotEdit : public QWidget { Q_OBJECT public: MacroActionScreenshotEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionScreenshotEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SourceChanged(const QString &text); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sources; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-sequence.hpp000066400000000000000000000033441417525156400234630ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "macro-selection.hpp" #include #include #include #include class MacroActionSequence : public MultiMacroRefAction { public: MacroActionSequence(Macro *m) : MultiMacroRefAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; MacroRef GetNextMacro(bool advance = true); static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } bool _restart = true; MacroRef _lastSequenceMacro; int _lastIdx = -1; private: static bool _registered; static const std::string id; }; class MacroActionSequenceEdit : public QWidget { Q_OBJECT public: MacroActionSequenceEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSequenceEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void MacroRemove(const QString &name); void MacroRename(const QString &oldName, const QString &newName); void Add(); void Remove(); void Up(); void Down(); void ContinueFromClicked(); void RestartChanged(int state); void UpdateStatusLine(); protected: std::shared_ptr _entryData; private: int FindEntry(const std::string ¯o); void SetMacroListSize(); QListWidget *_macroList; QPushButton *_add; QPushButton *_remove; QPushButton *_up; QPushButton *_down; QPushButton *_continueFrom; QCheckBox *_restart; QLabel *_statusLine; QTimer _statusTimer; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-source.hpp000066400000000000000000000030521417525156400231470ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include #include #include #include enum class SourceAction { ENABLE, DISABLE, SETTINGS, }; class MacroActionSource : public MacroAction { public: MacroActionSource(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _source; std::string _settings = ""; SourceAction _action = SourceAction::ENABLE; private: static bool _registered; static const std::string id; }; class MacroActionSourceEdit : public QWidget { Q_OBJECT public: MacroActionSourceEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSourceEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void SourceChanged(const QString &text); void ActionChanged(int value); void GetSettingsClicked(); void SettingsChanged(); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sources; QComboBox *_actions; QPushButton *_getSettings; QPlainTextEdit *_settings; QLabel *_warning; std::shared_ptr _entryData; private: void SetWidgetVisibility(bool); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-streaming.hpp000066400000000000000000000025311417525156400236410ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include #include #include enum class StreamAction { STOP, START, }; class MacroActionStream : public MacroAction { public: MacroActionStream(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } StreamAction _action = StreamAction::STOP; private: // Acts as a safeguard for misconfigured streaming setups leading to an // endless error spam. Duration _retryCooldown; static bool _registered; static const std::string id; }; class MacroActionStreamEdit : public QWidget { Q_OBJECT public: MacroActionStreamEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionStreamEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void ActionChanged(int value); protected: QComboBox *_actions; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-systray.hpp000066400000000000000000000020241417525156400233630ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include class MacroActionSystray : public MacroAction { public: MacroActionSystray(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _msg = ""; private: static bool _registered; static const std::string id; }; class MacroActionSystrayEdit : public QWidget { Q_OBJECT public: MacroActionSystrayEdit( QWidget *parent, std::shared_ptr entryData = nullptr); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionSystrayEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void MessageChanged(); protected: std::shared_ptr _entryData; private: QLineEdit *_msg; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-timer.hpp000066400000000000000000000031561417525156400227740ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include "macro-selection.hpp" #include #include enum class TimerAction { PAUSE, CONTINUE, RESET, SET_TIME_REMAINING, }; class MacroActionTimer : public MacroRefAction { public: MacroActionTimer(Macro *m) : MacroRefAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } Duration _duration; TimerAction _actionType = TimerAction::PAUSE; private: static bool _registered; static const std::string id; }; class MacroActionTimerEdit : public QWidget { Q_OBJECT public: MacroActionTimerEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionTimerEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void MacroChanged(const QString &text); void MacroRemove(const QString &name); void DurationChanged(double value); void DurationUnitChanged(DurationUnit unit); void ActionTypeChanged(int value); signals: void HeaderInfoChanged(const QString &); protected: void SetWidgetVisibility(); MacroSelection *_macros; DurationSelection *_duration; QComboBox *_timerAction; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-transition.hpp000066400000000000000000000031651417525156400240460ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include "transition-selection.hpp" #include #include class MacroActionTransition : public MacroAction { public: MacroActionTransition(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } bool _setDuration = true; bool _setType = true; TransitionSelection _transition; Duration _duration; private: static bool _registered; static const std::string id; }; class MacroActionTransitionEdit : public QWidget { Q_OBJECT public: MacroActionTransitionEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionTransitionEdit( parent, std::dynamic_pointer_cast( action)); } private slots: void SetTypeChanged(int state); void SetDurationChanged(int state); void TransitionChanged(const TransitionSelection &); void DurationChanged(double seconds); signals: void HeaderInfoChanged(const QString &); protected: QCheckBox *_setType; QCheckBox *_setDuration; TransitionSelectionWidget *_transitions; DurationSelection *_duration; QHBoxLayout *_typeLayout; QHBoxLayout *_durationLayout; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-action-virtual-cam.hpp000066400000000000000000000022521417525156400240740ustar00rootroot00000000000000#ifdef VCAM_SUPPORTED #pragma once #include "macro-action-edit.hpp" #include #include enum class VCamAction { STOP, START, }; class MacroActionVCam : public MacroAction { public: MacroActionVCam(Macro *m) : MacroAction(m) {} bool PerformAction(); void LogAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } VCamAction _action = VCamAction::STOP; private: static bool _registered; static const std::string id; }; class MacroActionVCamEdit : public QWidget { Q_OBJECT public: MacroActionVCamEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionVCamEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void ActionChanged(int value); protected: QComboBox *_actions; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; #endif SceneSwitcher-1.17.2/src/headers/macro-action-wait.hpp000066400000000000000000000027551417525156400226240ustar00rootroot00000000000000#pragma once #include "macro-action-edit.hpp" #include "duration-control.hpp" #include #include enum class WaitType { FIXED, RANDOM, }; class MacroActionWait : public MacroAction { public: MacroActionWait(Macro *m) : MacroAction(m) {} bool PerformAction(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } Duration _duration; Duration _duration2; WaitType _waitType = WaitType::FIXED; private: static bool _registered; static const std::string id; }; class MacroActionWaitEdit : public QWidget { Q_OBJECT public: MacroActionWaitEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); void SetupFixedDurationEdit(); void SetupRandomDurationEdit(); static QWidget *Create(QWidget *parent, std::shared_ptr action) { return new MacroActionWaitEdit( parent, std::dynamic_pointer_cast(action)); } private slots: void DurationChanged(double value); void DurationUnitChanged(DurationUnit unit); void Duration2Changed(double value); void Duration2UnitChanged(DurationUnit unit); void TypeChanged(int value); protected: DurationSelection *_duration; DurationSelection *_duration2; QComboBox *_waitType; std::shared_ptr _entryData; private: QHBoxLayout *_mainLayout; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-audio.hpp000066400000000000000000000045321417525156400234650ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "volume-control.hpp" #include #include #include #include enum class AudioConditionCheckType { OUTPUT_VOLUME, CONFIGURED_VOLUME, }; enum class AudioOutputCondition { ABOVE, BELOW, // TODO: To be removed MUTE, UNMUTE, }; enum class AudioVolumeCondition { ABOVE, EXACT, BELOW, MUTE, UNMUTE, }; class MacroConditionAudio : public MacroCondition { public: MacroConditionAudio(Macro *m) : MacroCondition(m) {} ~MacroConditionAudio(); bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } static void SetVolumeLevel(void *data, const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]); void ResetVolmeter(); OBSWeakSource _audioSource; int _volume = 0; AudioConditionCheckType _checkType = AudioConditionCheckType::OUTPUT_VOLUME; AudioOutputCondition _outputCondition = AudioOutputCondition::ABOVE; AudioVolumeCondition _volumeCondition = AudioVolumeCondition::ABOVE; obs_volmeter_t *_volmeter = nullptr; private: bool CheckOutputCondition(); bool CheckVolumeCondition(); float _peak = -std::numeric_limits::infinity(); static bool _registered; static const std::string id; }; class MacroConditionAudioEdit : public QWidget { Q_OBJECT public: MacroConditionAudioEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionAudioEdit( parent, std::dynamic_pointer_cast(cond)); } void UpdateVolmeterSource(); private slots: void SourceChanged(const QString &text); void VolumeThresholdChanged(int vol); void ConditionChanged(int cond); void CheckTypeChanged(int cond); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_checkTypes; QComboBox *_audioSources; QComboBox *_condition; QSpinBox *_volume; VolControl *_volMeter = nullptr; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-cursor.hpp000066400000000000000000000032041417525156400236740ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include #include #include #include enum class CursorCondition { REGION, MOVING, }; class MacroConditionCursor : public MacroCondition { public: MacroConditionCursor(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } CursorCondition _condition = CursorCondition::REGION; int _minX = 0, _minY = 0, _maxX = 0, _maxY = 0; private: static bool _registered; static const std::string id; }; class MacroConditionCursorEdit : public QWidget { Q_OBJECT public: MacroConditionCursorEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionCursorEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void ConditionChanged(int cond); void MinXChanged(int pos); void MinYChanged(int pos); void MaxXChanged(int pos); void MaxYChanged(int pos); void UpdateCursorPos(); void ToggleFrame(); protected: QSpinBox *_minX; QSpinBox *_minY; QSpinBox *_maxX; QSpinBox *_maxY; QComboBox *_conditions; QPushButton *_frameToggle; QLabel *_xPos; QLabel *_yPos; std::shared_ptr _entryData; private: void SetRegionSelectionVisible(bool); void SetupFrame(); QTimer _timer; QFrame _frame; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-date.hpp000066400000000000000000000036211417525156400232770ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "duration-control.hpp" #include #include #include enum class DateCondition { AT, AFTER, BEFORE, BETWEEN, }; class MacroConditionDate : public MacroCondition { public: MacroConditionDate(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } QDateTime _dateTime; QDateTime _dateTime2; bool _ignoreDate = false; bool _ignoreTime = false; bool _repeat = false; Duration _duration; DateCondition _condition = DateCondition::AT; private: static bool _registered; static const std::string id; }; class MacroConditionDateEdit : public QWidget { Q_OBJECT public: MacroConditionDateEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionDateEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void ConditionChanged(int cond); void DateTimeChanged(const QDateTime &datetime); void DateTime2Changed(const QDateTime &datetime); void IgnoreDateChanged(int state); void IgnoreTimeChanged(int state); void RepeatChanged(int state); void DurationChanged(double seconds); void DurationUnitChanged(DurationUnit unit); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_condition; QDateTimeEdit *_dateTime; QDateTimeEdit *_dateTime2; QCheckBox *_ignoreDate; QCheckBox *_ignoreTime; QCheckBox *_repeat; DurationSelection *_duration; std::shared_ptr _entryData; private: void ShowSecondDateSelection(bool visible); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-edit.hpp000066400000000000000000000034211417525156400233050ustar00rootroot00000000000000#pragma once #include "macro.hpp" struct MacroConditionInfo { using TCreateMethod = std::shared_ptr (*)(Macro *m); using TCreateWidgetMethod = QWidget *(*)(QWidget *parent, std::shared_ptr); TCreateMethod _createFunc = nullptr; TCreateWidgetMethod _createWidgetFunc = nullptr; std::string _name; bool _useDurationConstraint = true; }; class MacroConditionFactory { public: MacroConditionFactory() = delete; static bool Register(const std::string &, MacroConditionInfo); static std::shared_ptr Create(const std::string &, Macro *m); static QWidget *CreateWidget(const std::string &id, QWidget *parent, std::shared_ptr); static auto GetConditionTypes() { return _methods; } static std::string GetConditionName(const std::string &); static std::string GetIdByName(const QString &name); static bool UsesDurationConstraint(const std::string &id); private: static std::map _methods; }; class MacroConditionEdit : public MacroSegmentEdit { Q_OBJECT public: MacroConditionEdit(QWidget *parent = nullptr, std::shared_ptr * = nullptr, const std::string &id = "scene", bool root = true); bool IsRootNode(); void SetRootNode(bool); void UpdateEntryData(const std::string &id); private slots: void LogicSelectionChanged(int idx); void ConditionSelectionChanged(const QString &text); void DurationChanged(double seconds); void DurationConditionChanged(DurationCondition cond); void DurationUnitChanged(DurationUnit unit); private: MacroSegment *Data(); QComboBox *_logicSelection; QComboBox *_conditionSelection; DurationConstraintEdit *_dur; std::shared_ptr *_entryData; bool _isRoot = true; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-file.hpp000066400000000000000000000040201417525156400232730ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "file-selection.hpp" #include #include #include #include #include #include #include enum class FileType { LOCAL, REMOTE, }; class MacroConditionFile : public MacroCondition { public: MacroConditionFile(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _file = obs_module_text("AdvSceneSwitcher.enterPath"); std::string _text = obs_module_text("AdvSceneSwitcher.enterText"); FileType _fileType = FileType::LOCAL; bool _useRegex = false; bool _useTime = false; bool _onlyMatchIfChanged = false; private: bool matchFileContent(QString &filedata); bool checkRemoteFileContent(); bool checkLocalFileContent(); QDateTime _lastMod; size_t _lastHash = 0; static bool _registered; static const std::string id; }; class MacroConditionFileEdit : public QWidget { Q_OBJECT public: MacroConditionFileEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionFileEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void FileTypeChanged(int index); void PathChanged(const QString &text); void MatchTextChanged(); void UseRegexChanged(int state); void CheckModificationDateChanged(int state); void OnlyMatchIfChangedChanged(int state); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_fileType; FileSelection *_filePath; QPlainTextEdit *_matchText; QCheckBox *_useRegex; QCheckBox *_checkModificationDate; QCheckBox *_checkFileContent; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-filter.hpp000066400000000000000000000033331417525156400236470ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include #include #include enum class FilterCondition { ENABLED, DISABLED, SETTINGS, }; class MacroConditionFilter : public MacroCondition { public: MacroConditionFilter(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _source; OBSWeakSource _filter; FilterCondition _condition = FilterCondition::ENABLED; std::string _settings = ""; bool _regex = false; private: static bool _registered; static const std::string id; }; class MacroConditionFilterEdit : public QWidget { Q_OBJECT public: MacroConditionFilterEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionFilterEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void SourceChanged(const QString &text); void FilterChanged(const QString &text); void ConditionChanged(int cond); void GetSettingsClicked(); void SettingsChanged(); void RegexChanged(int); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sources; QComboBox *_filters; QComboBox *_conditions; QPushButton *_getSettings; QPlainTextEdit *_settings; QCheckBox *_regex; std::shared_ptr _entryData; private: void SetSettingsSelectionVisible(bool visible); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-hotkey.hpp000066400000000000000000000022461417525156400236670ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include class MacroConditionHotkey : public MacroCondition { public: MacroConditionHotkey(Macro *m); ~MacroConditionHotkey(); bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } void SetPressed() { _pressed = true; } std::string _name; obs_hotkey_id _hotkeyID = OBS_INVALID_HOTKEY_ID; private: bool _pressed = false; static bool _registered; static const std::string id; }; class MacroConditionHotkeyEdit : public QWidget { Q_OBJECT public: MacroConditionHotkeyEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionHotkeyEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void NameChanged(); protected: QLineEdit *_name; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-idle.hpp000066400000000000000000000022141417525156400232740ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "duration-control.hpp" #include #include class MacroConditionIdle : public MacroCondition { public: MacroConditionIdle(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } Duration _duration; private: static bool _registered; static const std::string id; }; class MacroConditionIdleEdit : public QWidget { Q_OBJECT public: MacroConditionIdleEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionIdleEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void DurationChanged(double seconds); void DurationUnitChanged(DurationUnit unit); protected: DurationSelection *_duration; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-macro.hpp000066400000000000000000000040611417525156400234620ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "macro-selection.hpp" #include #include #include #include #include enum class MacroConditionMacroType { COUNT, STATE, }; enum class CounterCondition { BELOW, ABOVE, EQUAL, }; class MacroConditionMacro : public MacroRefCondition { public: MacroConditionMacro(Macro *m) : MacroRefCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } MacroConditionMacroType _type = MacroConditionMacroType::STATE; CounterCondition _counterCondition = CounterCondition::BELOW; int _count = 0; private: bool CheckCountCondition(); bool CheckStateCondition(); static bool _registered; static const std::string id; }; class MacroConditionMacroEdit : public QWidget { Q_OBJECT public: MacroConditionMacroEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionMacroEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void MacroChanged(const QString &text); void MacroRemove(const QString &name); void TypeChanged(int type); void CountChanged(int value); void ConditionChanged(int cond); void ResetClicked(); void UpdateCount(); void UpdatePaused(); signals: void HeaderInfoChanged(const QString &); protected: MacroSelection *_macros; QComboBox *_types; QComboBox *_counterConditions; QSpinBox *_count; QLabel *_currentCount; QLabel *_pausedWarning; QPushButton *_resetCount; QHBoxLayout *_settingsLine1; QHBoxLayout *_settingsLine2; QTimer _countTimer; QTimer _pausedTimer; std::shared_ptr _entryData; private: void ClearLayouts(); void SetupStateWidgets(); void SetupCountWidgets(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-media.hpp000066400000000000000000000063401417525156400234420ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include #include #include #include "duration-control.hpp" #include "scene-selection.hpp" enum class MediaTimeRestriction { TIME_RESTRICTION_NONE, TIME_RESTRICTION_SHORTER, TIME_RESTRICTION_LONGER, TIME_RESTRICTION_REMAINING_SHORTER, TIME_RESTRICTION_REMAINING_LONGER, }; constexpr auto custom_media_states_offset = 100; enum class MediaState { // OBS's internal states OBS_MEDIA_STATE_NONE, OBS_MEDIA_STATE_PLAYING, OBS_MEDIA_STATE_OPENING, OBS_MEDIA_STATE_BUFFERING, OBS_MEDIA_STATE_PAUSED, OBS_MEDIA_STATE_STOPPED, OBS_MEDIA_STATE_ENDED, OBS_MEDIA_STATE_ERROR, // Just a marker LAST_OBS_MEDIA_STATE, // states added for use in the plugin PLAYED_TO_END = custom_media_states_offset, ANY, }; enum class MediaSourceType { SOURCE, ANY, ALL, }; class MacroConditionMedia : public MacroCondition { public: MacroConditionMedia(Macro *m) : MacroCondition(m) {} ~MacroConditionMedia(); bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } void ClearSignalHandler(); void ResetSignalHandler(); static void MediaStopped(void *data, calldata_t *); static void MediaEnded(void *data, calldata_t *); MediaSourceType _sourceType = MediaSourceType::SOURCE; SceneSelection _scene; OBSWeakSource _source = nullptr; std::vector _sources; MediaState _state = MediaState::OBS_MEDIA_STATE_NONE; MediaTimeRestriction _restriction = MediaTimeRestriction::TIME_RESTRICTION_NONE; Duration _time; bool _onlyMatchonChagne = false; private: bool CheckMediaMatch(); bool _stopped = false; bool _ended = false; // TODO: Remove _alreadyMatched as it does not make much sense when // time restrictions for macro conditions are available. // Trigger scene change only once even if media state might trigger repeatedly bool _alreadyMatched = false; // Workaround to enable use of "ended" to specify end of VLC playlist bool _previousStateEnded = false; bool _playedToEnd = false; static bool _registered; static const std::string id; }; class MacroConditionMediaEdit : public QWidget { Q_OBJECT public: MacroConditionMediaEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionMediaEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void SourceChanged(const QString &text); void SceneChanged(const SceneSelection &); void StateChanged(int index); void TimeRestrictionChanged(int index); void TimeChanged(double seconds); void TimeUnitChanged(DurationUnit unit); void OnChangeChanged(int); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; QComboBox *_mediaSources; QComboBox *_states; QComboBox *_timeRestrictions; DurationSelection *_time; QCheckBox *_onChange; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-plugin-state.hpp000066400000000000000000000023501417525156400247740ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include enum class PluginStateCondition { SCENESWITCHED, RUNNING, }; class MacroConditionPluginState : public MacroCondition { public: MacroConditionPluginState(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } PluginStateCondition _condition = PluginStateCondition::SCENESWITCHED; private: static bool _registered; static const std::string id; }; class MacroConditionPluginStateEdit : public QWidget { Q_OBJECT public: MacroConditionPluginStateEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionPluginStateEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void ConditionChanged(int cond); protected: QComboBox *_condition; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-process.hpp000066400000000000000000000023731417525156400240430ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include class MacroConditionProcess : public MacroCondition { public: MacroConditionProcess(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } std::string _process; bool _focus = true; private: static bool _registered; static const std::string id; }; class MacroConditionProcessEdit : public QWidget { Q_OBJECT public: MacroConditionProcessEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionProcessEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void ProcessChanged(const QString &text); void FocusChanged(int state); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_processSelection; QCheckBox *_focused; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-recording.hpp000066400000000000000000000022201417525156400243300ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include enum class RecordState { STOP, PAUSE, START, }; class MacroConditionRecord : public MacroCondition { public: MacroConditionRecord(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } RecordState _recordState = RecordState::STOP; private: static bool _registered; static const std::string id; }; class MacroConditionRecordEdit : public QWidget { Q_OBJECT public: MacroConditionRecordEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionRecordEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void StateChanged(int value); protected: QComboBox *_recordState; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-replay-buffer.hpp000066400000000000000000000023671417525156400251330ustar00rootroot00000000000000#ifdef REPLAYBUFFER_SUPPORTED #pragma once #include "macro.hpp" #include #include enum class ReplayBufferState { STOP, START, SAVE, }; class MacroConditionReplayBuffer : public MacroCondition { public: MacroConditionReplayBuffer(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } ReplayBufferState _state = ReplayBufferState::STOP; private: static bool _registered; static const std::string id; }; class MacroConditionReplayBufferEdit : public QWidget { Q_OBJECT public: MacroConditionReplayBufferEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionReplayBufferEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void StateChanged(int value); protected: QComboBox *_state; std::shared_ptr _entryData; private: bool _loading = true; }; #endif SceneSwitcher-1.17.2/src/headers/macro-condition-scene-order.hpp000066400000000000000000000034771417525156400246010ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include #include enum class SceneOrderCondition { ABOVE, BELOW, POSITION, }; class MacroConditionSceneOrder : public MacroCondition { public: MacroConditionSceneOrder(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneItemSelection _source; SceneItemSelection _source2; int _position = 0; SceneOrderCondition _condition = SceneOrderCondition::ABOVE; private: static bool _registered; static const std::string id; }; class MacroConditionSceneOrderEdit : public QWidget { Q_OBJECT public: MacroConditionSceneOrderEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionSceneOrderEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void SceneChanged(const SceneSelection &); void SourceChanged(const SceneItemSelection &); void Source2Changed(const SceneItemSelection &); void ConditionChanged(int cond); void PositionChanged(int cond); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; QComboBox *_conditions; SceneItemSelectionWidget *_sources; SceneItemSelectionWidget *_sources2; QSpinBox *_position; QLabel *_posInfo; std::shared_ptr _entryData; private: void SetWidgetVisibility(bool showPos); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-scene-transform.hpp000066400000000000000000000032351417525156400254710ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include #include #include class MacroConditionSceneTransform : public MacroCondition { public: MacroConditionSceneTransform(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneItemSelection _source; bool _regex = false; std::string _settings = ""; private: static bool _registered; static const std::string id; }; class MacroConditionSceneTransformEdit : public QWidget { Q_OBJECT public: MacroConditionSceneTransformEdit( QWidget *parent, std::shared_ptr entryData = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionSceneTransformEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void SceneChanged(const SceneSelection &); void SourceChanged(const SceneItemSelection &); void GetSettingsClicked(); void SettingsChanged(); void RegexChanged(int); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; SceneItemSelectionWidget *_sources; QPushButton *_getSettings; QPlainTextEdit *_settings; QCheckBox *_regex; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-scene-visibility.hpp000066400000000000000000000031411417525156400256410ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "scene-selection.hpp" #include "scene-item-selection.hpp" #include enum class SceneVisibilityCondition { SHOWN, HIDDEN, }; class MacroConditionSceneVisibility : public MacroCondition { public: MacroConditionSceneVisibility(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneItemSelection _source; SceneVisibilityCondition _condition = SceneVisibilityCondition::SHOWN; private: static bool _registered; static const std::string id; }; class MacroConditionSceneVisibilityEdit : public QWidget { Q_OBJECT public: MacroConditionSceneVisibilityEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionSceneVisibilityEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void SceneChanged(const SceneSelection &); void SourceChanged(const SceneItemSelection &); void ConditionChanged(int cond); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; SceneItemSelectionWidget *_sources; QComboBox *_conditions; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-scene.hpp000066400000000000000000000033671417525156400234660ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "scene-selection.hpp" #include #include #include enum class SceneType { CURRENT, PREVIOUS, CHANGED, NOTCHANGED, }; class MacroConditionScene : public MacroCondition { public: MacroConditionScene(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } SceneSelection _scene; SceneType _type = SceneType::CURRENT; // During a transition "current" scene could either stand for the scene // being transitioned to or the scene still being transitioned away // from. bool _useTransitionTargetScene = false; private: std::chrono::high_resolution_clock::time_point _lastSceneChangeTime{}; static bool _registered; static const std::string id; }; class MacroConditionSceneEdit : public QWidget { Q_OBJECT public: MacroConditionSceneEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionSceneEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void SceneChanged(const SceneSelection &); void TypeChanged(int value); void UseTransitionTargetSceneChanged(int state); signals: void HeaderInfoChanged(const QString &); protected: SceneSelectionWidget *_scenes; QComboBox *_sceneType; QCheckBox *_useTransitionTargetScene; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-source.hpp000066400000000000000000000032121417525156400236560ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include #include #include enum class SourceCondition { ACTIVE, SHOWING, SETTINGS, }; class MacroConditionSource : public MacroCondition { public: MacroConditionSource(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } OBSWeakSource _source = nullptr; SourceCondition _condition = SourceCondition::ACTIVE; std::string _settings = ""; bool _regex = false; private: static bool _registered; static const std::string id; }; class MacroConditionSourceEdit : public QWidget { Q_OBJECT public: MacroConditionSourceEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionSourceEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void SourceChanged(const QString &text); void ConditionChanged(int cond); void GetSettingsClicked(); void SettingsChanged(); void RegexChanged(int); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_sources; QComboBox *_conditions; QPushButton *_getSettings; QPlainTextEdit *_settings; QCheckBox *_regex; std::shared_ptr _entryData; private: void SetSettingsSelectionVisible(bool visible); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-streaming.hpp000066400000000000000000000024651417525156400243600ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include enum class StreamState { STOP, START, STARTING, STOPPING, }; class MacroConditionStream : public MacroCondition { public: MacroConditionStream(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } StreamState _streamState = StreamState::STOP; private: std::chrono::high_resolution_clock::time_point _lastStreamStartingTime{}; std::chrono::high_resolution_clock::time_point _lastStreamStoppingTime{}; static bool _registered; static const std::string id; }; class MacroConditionStreamEdit : public QWidget { Q_OBJECT public: MacroConditionStreamEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionStreamEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void StateChanged(int value); protected: QComboBox *_streamState; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-studio-mode.hpp000066400000000000000000000027671417525156400246250ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "scene-selection.hpp" #include #include enum class StudioModeCondition { STUDIO_MODE_ACTIVE, STUDIO_MODE_NOT_ACTIVE, PREVIEW_SCENE, }; class MacroConditionStudioMode : public MacroCondition { public: MacroConditionStudioMode(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } StudioModeCondition _condition = StudioModeCondition::STUDIO_MODE_ACTIVE; SceneSelection _scene; private: static bool _registered; static const std::string id; }; class MacroConditionStudioModeEdit : public QWidget { Q_OBJECT public: MacroConditionStudioModeEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionStudioModeEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void ConditionChanged(int cond); void SceneChanged(const SceneSelection &); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_condition; SceneSelectionWidget *_scenes; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-timer.hpp000066400000000000000000000041401417525156400234770ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "duration-control.hpp" #include #include #include #include #include #include enum class TimerType { FIXED, RANDOM, }; class MacroConditionTimer : public MacroCondition { public: MacroConditionTimer(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } void Pause(); void Continue(); void Reset(); TimerType _type = TimerType::FIXED; Duration _duration; Duration _duration2; bool _paused = false; bool _saveRemaining = false; double _remaining = 0.; bool _oneshot = false; private: void SetRandomTimeRemaining(); std::default_random_engine _re; static bool _registered; static const std::string id; }; class MacroConditionTimerEdit : public QWidget { Q_OBJECT public: MacroConditionTimerEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionTimerEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void TimerTypeChanged(int type); void DurationChanged(double seconds); void DurationUnitChanged(DurationUnit unit); void Duration2Changed(double seconds); void Duration2UnitChanged(DurationUnit unit); void SaveRemainingChanged(int state); void AutoResetChanged(int state); void PauseContinueClicked(); void ResetClicked(); void UpdateTimeRemaining(); protected: void SetPauseContinueButtonLabel(); QComboBox *_timerTypes; DurationSelection *_duration; DurationSelection *_duration2; QCheckBox *_autoReset; QCheckBox *_saveRemaining; QPushButton *_reset; QPushButton *_pauseConinue; QLabel *_remaining; std::shared_ptr _entryData; private: void SetWidgetVisibility(); QHBoxLayout *_timerLayout; QTimer timer; bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-transition.hpp000066400000000000000000000041541417525156400245560ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include "duration-control.hpp" #include "transition-selection.hpp" #include "scene-selection.hpp" #include #include enum class TransitionCondition { CURRENT, DURATION, STARTED, ENDED, TRANSITION_SOURCE, TRANSITION_TARGET, }; class MacroConditionTransition : public MacroCondition { public: MacroConditionTransition(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } void ConnectToTransitionSignals(); void DisconnectTransitionSignals(); TransitionCondition _condition = TransitionCondition::CURRENT; TransitionSelection _transition; SceneSelection _scene; Duration _duration; private: static void TransitionStarted(void *data, calldata_t *); static void TransitionEnded(void *data, calldata_t *); bool _started = false; bool _ended = false; std::chrono::high_resolution_clock::time_point _lastTransitionEndTime{}; static bool _registered; static const std::string id; }; class MacroConditionTransitionEdit : public QWidget { Q_OBJECT public: MacroConditionTransitionEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionTransitionEdit( parent, std::dynamic_pointer_cast( cond)); } private slots: void ConditionChanged(int cond); void TransitionChanged(const TransitionSelection &); void SceneChanged(const SceneSelection &); void DurationChanged(double seconds); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_conditions; TransitionSelectionWidget *_transitions; SceneSelectionWidget *_scenes; DurationSelection *_duration; QLabel *_durationSuffix; std::shared_ptr _entryData; private: void SetWidgetVisibility(); bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-condition-virtual-cam.hpp000066400000000000000000000022041417525156400246020ustar00rootroot00000000000000#ifdef VCAM_SUPPORTED #pragma once #include "macro.hpp" #include #include enum class VCamState { STOP, START, }; class MacroConditionVCam : public MacroCondition { public: MacroConditionVCam(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } VCamState _state = VCamState::STOP; private: static bool _registered; static const std::string id; }; class MacroConditionVCamEdit : public QWidget { Q_OBJECT public: MacroConditionVCamEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionVCamEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void StateChanged(int value); protected: QComboBox *_states; std::shared_ptr _entryData; private: bool _loading = true; }; #endif SceneSwitcher-1.17.2/src/headers/macro-condition-window.hpp000066400000000000000000000033161417525156400236720ustar00rootroot00000000000000#pragma once #include "macro.hpp" #include #include class MacroConditionWindow : public MacroCondition { public: MacroConditionWindow(Macro *m) : MacroCondition(m) {} bool CheckCondition(); bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); std::string GetShortDesc(); std::string GetId() { return id; }; static std::shared_ptr Create(Macro *m) { return std::make_shared(m); } private: bool CheckWindowTitleSwitchDirect(std::string ¤tWindowTitle); bool CheckWindowTitleSwitchRegex(std::string ¤tWindowTitle, std::vector &windowList); public: std::string _window; bool _fullscreen = false; bool _maximized = false; bool _focus = true; bool _windowFocusChanged = false; private: static bool _registered; static const std::string id; }; class MacroConditionWindowEdit : public QWidget { Q_OBJECT public: MacroConditionWindowEdit( QWidget *parent, std::shared_ptr cond = nullptr); void UpdateEntryData(); static QWidget *Create(QWidget *parent, std::shared_ptr cond) { return new MacroConditionWindowEdit( parent, std::dynamic_pointer_cast(cond)); } private slots: void WindowChanged(const QString &text); void FullscreenChanged(int state); void MaximizedChanged(int state); void FocusedChanged(int state); void WindowFocusChanged(int state); signals: void HeaderInfoChanged(const QString &); protected: QComboBox *_windowSelection; QCheckBox *_fullscreen; QCheckBox *_maximized; QCheckBox *_focused; QCheckBox *_windowFocusChanged; std::shared_ptr _entryData; private: bool _loading = true; }; SceneSwitcher-1.17.2/src/headers/macro-controls.hpp000066400000000000000000000010361417525156400222370ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include class MacroEntryControls : public QWidget { Q_OBJECT public: explicit MacroEntryControls(const int animationDuration = 300, QWidget *parent = 0); void Show(bool visible = true); signals: void Add(); void Remove(); void Up(); void Down(); private: QPushButton *_add; QPushButton *_remove; QPushButton *_up; QPushButton *_down; QPropertyAnimation *_animation = nullptr; }; SceneSwitcher-1.17.2/src/headers/macro-segment.hpp000066400000000000000000000035141417525156400220410ustar00rootroot00000000000000#pragma once #include #include class Macro; class MacroSegment { public: MacroSegment(Macro *m) : _macro(m) {} Macro *GetMacro() { return _macro; } void SetIndex(int idx) { _idx = idx; } int GetIndex() { return _idx; } void SetCollapsed(bool collapsed) { _collapsed = collapsed; } bool GetCollapsed() { return _collapsed; } virtual bool Save(obs_data_t *obj) = 0; virtual bool Load(obs_data_t *obj) = 0; virtual std::string GetShortDesc(); virtual std::string GetId() = 0; protected: int _idx = 0; bool _collapsed = false; private: Macro *_macro = nullptr; }; class Section; class QLabel; class MacroEntryControls; class MacroSegmentEdit : public QWidget { Q_OBJECT public: MacroSegmentEdit(QWidget *parent = nullptr); // Use this function to avoid accidental edits when scrolling through // list of actions and conditions void SetFocusPolicyOfWidgets(); void SetCollapsed(bool collapsed); protected slots: void HeaderInfoChanged(const QString &); void Add(); void Remove(); void Up(); void Down(); void Collapsed(bool); signals: void MacroAdded(const QString &name); void MacroRemoved(const QString &name); void MacroRenamed(const QString &oldName, const QString newName); void SceneGroupAdded(const QString &name); void SceneGroupRemoved(const QString &name); void SceneGroupRenamed(const QString &oldName, const QString newName); void AddAt(int idx); void RemoveAt(int idx); void UpAt(int idx); void DownAt(int idx); protected: void enterEvent(QEvent *e); void leaveEvent(QEvent *e); Section *_section; QLabel *_headerInfo; MacroEntryControls *_controls; private: virtual MacroSegment *Data() = 0; }; class MouseWheelWidgetAdjustmentGuard : public QObject { public: explicit MouseWheelWidgetAdjustmentGuard(QObject *parent); protected: bool eventFilter(QObject *o, QEvent *e) override; }; SceneSwitcher-1.17.2/src/headers/macro-selection.hpp000066400000000000000000000012241417525156400223600ustar00rootroot00000000000000#pragma once #include #include class Macro; class MacroSelection : public QComboBox { Q_OBJECT public: MacroSelection(QWidget *parent); void SetCurrentMacro(Macro *); void HideSelectedMacro(); // Macro currently being edited void ShowAllMacros(); private slots: void MacroAdd(const QString &name); void MacroRemove(const QString &name); void MacroRename(const QString &oldName, const QString &newName); }; class MacroSelectionDialog : public QDialog { Q_OBJECT public: MacroSelectionDialog(QWidget *parent); static bool AskForMacro(QWidget *parent, std::string ¯oName); private: MacroSelection *_macroSelection; }; SceneSwitcher-1.17.2/src/headers/macro.hpp000066400000000000000000000106521417525156400204020ustar00rootroot00000000000000#pragma once #include "macro-segment.hpp" #include "duration-control.hpp" #include #include #include #include #include #include #include #include constexpr auto macro_func = 10; constexpr auto logic_root_offset = 100; enum class LogicType { ROOT_NONE = 0, ROOT_NOT, ROOT_LAST, // leave some space for potential expansion NONE = 100, AND, OR, AND_NOT, OR_NOT, LAST, }; static inline bool isRootLogicType(LogicType l) { return static_cast(l) < logic_root_offset; } struct LogicTypeInfo { std::string _name; }; class MacroCondition : public MacroSegment { public: MacroCondition(Macro *m) : MacroSegment(m) {} virtual bool CheckCondition() = 0; virtual bool Save(obs_data_t *obj) = 0; virtual bool Load(obs_data_t *obj) = 0; LogicType GetLogicType() { return _logic; } void SetLogicType(LogicType logic) { _logic = logic; } static const std::map logicTypes; bool DurationReached() { return _duration.DurationReached(); } void ResetDuration() { _duration.Reset(); } DurationConstraint GetDurationConstraint() { return _duration; } void SetDurationConstraint(const DurationConstraint &dur); void SetDurationCondition(DurationCondition cond); void SetDurationUnit(DurationUnit u); void SetDuration(double seconds); private: LogicType _logic = LogicType::ROOT_NONE; DurationConstraint _duration; }; class MacroAction : public MacroSegment { public: MacroAction(Macro *m) : MacroSegment(m) {} virtual bool PerformAction() = 0; virtual bool Save(obs_data_t *obj) = 0; virtual bool Load(obs_data_t *obj) = 0; virtual void LogAction(); }; class Macro { public: Macro(const std::string &name = ""); virtual ~Macro(); bool CeckMatch(); bool PerformAction(bool forceParallel = false, bool ignorePause = false); bool Matched() { return _matched; } std::string Name() { return _name; } void SetName(const std::string &name); void SetRunInParallel(bool parallel) { _runInParallel = parallel; } bool RunInParallel() { return _runInParallel; } void SetPaused(bool pause = true); bool Paused() { return _paused; } void SetMatchOnChange(bool onChange) { _matchOnChange = onChange; } bool MatchOnChange() { return _matchOnChange; } int GetCount() { return _count; }; void ResetCount() { _count = 0; }; void Stop() { _stop = true; } std::deque> &Conditions() { return _conditions; } void UpdateActionIndices(); void UpdateConditionIndices(); std::deque> &Actions() { return _actions; } bool Save(obs_data_t *obj); bool Load(obs_data_t *obj); // Some macros can refer to other macros, which are not yet loaded. // Use this function to set these references after loading is complete. void ResolveMacroRef(); // Helper function for plugin state condition regarding scene change bool SwitchesScene(); private: void SetupHotkeys(); void ClearHotkeys(); void SetHotkeysDesc(); void ResetTimers(); void RunActions(bool &ret, bool ignorePause); void RunActions(bool ignorePause); std::string _name = ""; std::deque> _conditions; std::deque> _actions; bool _runInParallel = false; bool _matched = false; bool _lastMatched = false; bool _matchOnChange = false; bool _paused = false; int _count = 0; obs_hotkey_id _pauseHotkey = OBS_INVALID_HOTKEY_ID; obs_hotkey_id _unpauseHotkey = OBS_INVALID_HOTKEY_ID; obs_hotkey_id _togglePauseHotkey = OBS_INVALID_HOTKEY_ID; bool _die = false; bool _stop = false; bool _done = true; std::thread _thread; }; Macro *GetMacroByName(const char *name); Macro *GetMacroByQString(const QString &name); class MacroRef { public: MacroRef(){}; MacroRef(std::string name); void UpdateRef(); void UpdateRef(std::string name); void UpdateRef(QString name); void Save(obs_data_t *obj); void Load(obs_data_t *obj); Macro *get(); Macro *operator->(); private: std::string _name = ""; Macro *_ref = nullptr; }; class MacroRefCondition : public MacroCondition { public: MacroRefCondition(Macro *m) : MacroCondition(m) {} void ResolveMacroRef(); MacroRef _macro; }; class MacroRefAction : public MacroAction { public: MacroRefAction(Macro *m) : MacroAction(m) {} void ResolveMacroRef(); MacroRef _macro; }; class MultiMacroRefAction : public MacroAction { public: MultiMacroRefAction(Macro *m) : MacroAction(m) {} void ResolveMacroRef(); std::vector _macros; }; SceneSwitcher-1.17.2/src/headers/name-dialog.hpp000066400000000000000000000011111417525156400214440ustar00rootroot00000000000000#pragma once #include #include #include // Based on OBS's NameDialog class AdvSSNameDialog : public QDialog { Q_OBJECT public: AdvSSNameDialog(QWidget *parent); // Returns true if user clicks OK, false otherwise // userTextInput returns string that user typed into dialog static bool AskForName(QWidget *parent, const QString &title, const QString &text, std::string &userTextInput, const QString &placeHolder = QString(""), int maxSize = 170, bool clean = true); private: QLabel *label; QLineEdit *userText; }; SceneSwitcher-1.17.2/src/headers/platform-funcs.hpp000066400000000000000000000010261417525156400222340ustar00rootroot00000000000000#pragma once #include "hotkey.hpp" void GetWindowList(std::vector &windows); void GetWindowList(QStringList &windows); void GetCurrentWindowTitle(std::string &title); bool isFullscreen(const std::string &title); bool isMaximized(const std::string &title); std::pair getCursorPos(); int secondsSinceLastInput(); void GetProcessList(QStringList &processes); bool isInFocus(const QString &executable); void PressKeys(const std::vector keys, int duration); void PlatformInit(); void PlatformCleanup(); SceneSwitcher-1.17.2/src/headers/scene-group.hpp000066400000000000000000000034531417525156400215310ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include #include #include #include auto constexpr invalid_scene_group_name = "invalid-scene-group"; enum class AdvanceCondition { Count, Time, Random, }; struct SceneGroup { OBSWeakSource getCurrentScene(); OBSWeakSource getNextScene(); OBSWeakSource getNextSceneCount(); OBSWeakSource getNextSceneTime(); OBSWeakSource getNextSceneRandom(); void advanceIdx(); std::string name = invalid_scene_group_name; AdvanceCondition type = AdvanceCondition::Count; std::vector scenes = {}; int count = 1; double time = 0; bool repeat = false; size_t currentIdx = 0; int currentCount = -1; std::chrono::high_resolution_clock::time_point lastAdvTime; int lastRandomScene = -1; inline SceneGroup(){}; inline SceneGroup(const std::string &name_) : name(name_){}; inline SceneGroup(const std::string &name_, AdvanceCondition type_, const std::vector &scenes_, int count_, double time_, bool repeat_) : name(name_), type(type_), scenes(scenes_), count(count_), time(time_), repeat(repeat_) { } }; class SceneGroupEditWidget : public QWidget { Q_OBJECT public: SceneGroupEditWidget(); void SetEditSceneGroup(SceneGroup *sg); void ShowCurrentTypeEdit(); private slots: void TypeChanged(int type); void CountChanged(int count); void TimeChanged(double time); void RepeatChanged(int state); private: QComboBox *type; QWidget *timeEdit; QWidget *countEdit; QSpinBox *count; QDoubleSpinBox *time; QLabel *random; QCheckBox *repeat; SceneGroup *sceneGroup = nullptr; }; SceneGroup *GetSceneGroupByName(const char *name); SceneGroup *GetSceneGroupByQString(const QString &name); SceneSwitcher-1.17.2/src/headers/scene-item-selection.hpp000066400000000000000000000030221417525156400233060ustar00rootroot00000000000000#pragma once #include #include #include "scene-selection.hpp" #include "utility.hpp" class SceneItemSelection { public: void Save(obs_data_t *obj, const char *name = "sceneItem", const char *targetName = "sceneItemTarget", const char *idxName = "sceneItemIdx"); void Load(obs_data_t *obj, const char *name = "sceneItem", const char *targetName = "sceneItemTarget", const char *idxName = "sceneItemIdx"); enum class Target { ALL, ANY, INDIVIDUAL }; Target GetType() { return _target; } std::vector GetSceneItems(SceneSelection &s); std::string ToString(); private: OBSWeakSource _sceneItem; Target _target = Target::ALL; int _idx = 0; friend class SceneItemSelectionWidget; }; class SceneItemSelectionWidget : public QWidget { Q_OBJECT public: enum class AllSelectionType { ALL, ANY }; SceneItemSelectionWidget( QWidget *parent, bool allSelection = true, AllSelectionType allType = AllSelectionType::ALL); void SetSceneItem(const SceneItemSelection &); void SetScene(const SceneSelection &); void SetShowAll(bool); void SetShowAllSelectionType(AllSelectionType t); signals: void SceneItemChanged(const SceneItemSelection &); private slots: void SceneChanged(const SceneSelection &); void SelectionChanged(const QString &name); void IdxChanged(int); private: void SetupIdxSelection(int); QComboBox *_sceneItems; QComboBox *_idx; SceneSelection _scene; OBSWeakSource _sceneItem; bool _showAll = false; AllSelectionType _allType = AllSelectionType::ALL; }; SceneSwitcher-1.17.2/src/headers/scene-selection.hpp000066400000000000000000000023701417525156400223570ustar00rootroot00000000000000#pragma once #include "scene-group.hpp" #include "utility.hpp" #include enum class SceneSelectionType { SCENE, GROUP, PREVIOUS, CURRENT, }; class SceneSelection { public: void Save(obs_data_t *obj, const char *name = "scene", const char *typeName = "sceneType"); void Load(obs_data_t *obj, const char *name = "scene", const char *typeName = "sceneType"); SceneSelectionType GetType() { return _type; } OBSWeakSource GetScene(bool advance = true); std::string ToString(); private: OBSWeakSource _scene; SceneGroup *_group = nullptr; SceneSelectionType _type = SceneSelectionType::SCENE; friend class SceneSelectionWidget; }; class SceneSelectionWidget : public QComboBox { Q_OBJECT public: SceneSelectionWidget(QWidget *parent, bool sceneGroups = false, bool previous = false, bool current = false); void SetScene(SceneSelection &); signals: void SceneChanged(const SceneSelection &); private slots: void SelectionChanged(const QString &name); void SceneGroupAdd(const QString &name); void SceneGroupRemove(const QString &name); void SceneGroupRename(const QString &oldName, const QString &newName); private: bool IsCurrentSceneSelected(const QString &name); bool IsPreviousSceneSelected(const QString &name); }; SceneSwitcher-1.17.2/src/headers/scene-trigger.hpp000066400000000000000000000037051417525156400220400ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" #include "duration-control.hpp" enum class sceneTriggerType { NONE = 0, SCENE_ACTIVE = 1, SCENE_INACTIVE = 2, SCENE_LEAVE = 3, }; enum class sceneTriggerAction { NONE = 0, START_RECORDING, PAUSE_RECORDING, UNPAUSE_RECORDING, STOP_RECORDING, START_STREAMING, STOP_STREAMING, START_REPLAY_BUFFER, STOP_REPLAY_BUFFER, MUTE_SOURCE, UNMUTE_SOURCE, START_SWITCHER, STOP_SWITCHER, START_VCAM, STOP_VCAM, }; struct SceneTrigger : SceneSwitcherEntry { static bool pause; sceneTriggerType triggerType = sceneTriggerType::NONE; sceneTriggerAction triggerAction = sceneTriggerAction::NONE; Duration duration; OBSWeakSource audioSource = nullptr; const char *getType() { return "trigger"; } void save(obs_data_t *obj); void load(obs_data_t *obj); bool checkMatch(OBSWeakSource currentScene, OBSWeakSource previousScene); void performAction(); void logMatch(); }; class SceneTriggerWidget : public SwitchWidget { Q_OBJECT public: SceneTriggerWidget(QWidget *parent, SceneTrigger *s); SceneTrigger *getSwitchData(); void setSwitchData(SceneTrigger *s); static void swapSwitchData(SceneTriggerWidget *s1, SceneTriggerWidget *s2); private slots: void TriggerTypeChanged(int index); void TriggerActionChanged(int index); void DurationChanged(double seconds); void DurationUnitChanged(DurationUnit unit); void AudioSourceChanged(const QString &text); private: QComboBox *triggers; QComboBox *actions; DurationSelection *duration; QComboBox *audioSources; SceneTrigger *switchData; }; SceneSwitcher-1.17.2/src/headers/screenshot-helper.hpp000066400000000000000000000010211417525156400227210ustar00rootroot00000000000000#pragma once #include #include #include #include class AdvSSScreenshotObj { public: AdvSSScreenshotObj(obs_source_t *source); ~AdvSSScreenshotObj(); void Screenshot(); void Download(); void Copy(); void MarkDone(); gs_texrender_t *texrender = nullptr; gs_stagesurf_t *stagesurf = nullptr; OBSWeakSource weakSource; std::string path; QImage image; uint32_t cx = 0; uint32_t cy = 0; int stage = 0; bool done = false; std::chrono::high_resolution_clock::time_point time; }; SceneSwitcher-1.17.2/src/headers/section.hpp000066400000000000000000000021071417525156400207410ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include class Section : public QWidget { Q_OBJECT public: explicit Section(const int animationDuration = 300, QWidget *parent = 0); void SetContent(QWidget *w, bool collapsed = true); void AddHeaderWidget(QWidget *); void SetCollapsed(bool); protected: bool eventFilter(QObject *obj, QEvent *event) override; private slots: void AnimationFinished(); void Collapse(bool collapse); signals: void Collapsed(bool); private: void SetupAnimations(); void CleanUpPreviousContent(); QGridLayout *_mainLayout; QHBoxLayout *_headerWidgetLayout; QToolButton *_toggleButton; QFrame *_headerLine; QParallelAnimationGroup *_toggleAnimation = nullptr; QParallelAnimationGroup *_contentAnimation = nullptr; QScrollArea *_contentArea = nullptr; QWidget *_content = nullptr; int _animationDuration; std::atomic_bool _transitioning = {false}; std::atomic_bool _collapsed = {false}; int _headerHeight = 0; int _contentHeight = 0; }; SceneSwitcher-1.17.2/src/headers/status-control.hpp000066400000000000000000000013571417525156400223040ustar00rootroot00000000000000#pragma once #include #include #include #include #include class StatusControl : public QWidget { Q_OBJECT public: StatusControl(QWidget *parent = 0, bool noLayout = false); QPushButton *Button() { return _button; } QLabel *StatusLabel() { return _status; } QLabel *StatusPrefixLabel() { return _statusPrefix; } private slots: void ButtonClicked(); void UpdateStatus(); private: void SetStopped(); void SetStarted(); QPushButton *_button; QLabel *_status; QLabel *_statusPrefix; QTimer _timer; QMetaObject::Connection _pulse; bool _setToStopped = true; }; class StatusDock : public QDockWidget { Q_OBJECT public: StatusDock(QWidget *parent = 0); }; void SetupDock(); SceneSwitcher-1.17.2/src/headers/switch-audio.hpp000066400000000000000000000053541417525156400217040ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include #include "switch-generic.hpp" #include "duration-control.hpp" #include "volume-control.hpp" constexpr auto audio_func = 8; typedef enum { ABOVE, BELOW, } audioCondition; struct AudioSwitch : virtual SceneSwitcherEntry { static bool pause; OBSWeakSource audioSource = nullptr; int volumeThreshold = 0; audioCondition condition = ABOVE; Duration duration; bool ignoreInactiveSource = true; float peak = -std::numeric_limits::infinity(); obs_volmeter_t *volmeter = nullptr; const char *getType() { return "audio"; } bool initialized(); bool valid(); void save(obs_data_t *obj); void load(obs_data_t *obj); static void setVolumeLevel(void *data, const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]); void resetVolmeter(); AudioSwitch(){}; AudioSwitch(const AudioSwitch &other); AudioSwitch(AudioSwitch &&other) noexcept; ~AudioSwitch(); AudioSwitch &operator=(const AudioSwitch &other); AudioSwitch &operator=(AudioSwitch &&other) noexcept; friend void swap(AudioSwitch &first, AudioSwitch &second); }; struct AudioSwitchFallback : virtual SceneSwitcherEntry { const char *getType() { return "audio_fallback"; } void save(obs_data_t *obj); void load(obs_data_t *obj); bool enable = false; Duration duration; }; class AudioSwitchWidget : public SwitchWidget { Q_OBJECT public: AudioSwitchWidget(QWidget *parent, AudioSwitch *s); void UpdateVolmeterSource(); AudioSwitch *getSwitchData(); void setSwitchData(AudioSwitch *s); static void swapSwitchData(AudioSwitchWidget *as1, AudioSwitchWidget *as2); private slots: void SourceChanged(const QString &text); void VolumeThresholdChanged(int vol); void ConditionChanged(int cond); void DurationChanged(double dur); void IgnoreInactiveChanged(int state); private: QComboBox *audioSources; QComboBox *condition; QSpinBox *audioVolumeThreshold; DurationSelection *duration; QCheckBox *ignoreInactiveSource; VolControl *volMeter; AudioSwitch *switchData; }; class AudioSwitchFallbackWidget : public SwitchWidget { Q_OBJECT public: AudioSwitchFallbackWidget(QWidget *parent, AudioSwitchFallback *s); private slots: void DurationChanged(double dur); private: DurationSelection *duration; AudioSwitchFallback *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-executable.hpp000066400000000000000000000022711417525156400227170ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include "switch-generic.hpp" constexpr auto exe_func = 3; struct ExecutableSwitch : SceneSwitcherEntry { static bool pause; QString exe = ""; bool inFocus = false; const char *getType() { return "exec"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class ExecutableSwitchWidget : public SwitchWidget { Q_OBJECT public: ExecutableSwitchWidget(QWidget *parent, ExecutableSwitch *s); ExecutableSwitch *getSwitchData(); void setSwitchData(ExecutableSwitch *s); static void swapSwitchData(ExecutableSwitchWidget *s1, ExecutableSwitchWidget *s2); private slots: void ProcessChanged(const QString &text); void FocusChanged(int state); private: QComboBox *processes; QCheckBox *requiresFocus; ExecutableSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-file.hpp000066400000000000000000000041051417525156400215130ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" #include #include constexpr auto read_file_func = 0; typedef enum { LOCAL, REMOTE, } file_type; struct FileSwitch : SceneSwitcherEntry { static bool pause; std::string file = obs_module_text("AdvSceneSwitcher.enterPath"); std::string text = obs_module_text("AdvSceneSwitcher.enterText"); bool remote = false; bool useRegex = false; bool useTime = false; bool onlyMatchIfChanged = false; QDateTime lastMod; size_t lastHash = 0; const char *getType() { return "file"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class FileSwitchWidget : public SwitchWidget { Q_OBJECT public: FileSwitchWidget(QWidget *parent, FileSwitch *s); FileSwitch *getSwitchData(); void setSwitchData(FileSwitch *s); static void swapSwitchData(FileSwitchWidget *as1, FileSwitchWidget *as2); private slots: void FileTypeChanged(int index); void FilePathChanged(); void MatchTextChanged(); void UseRegexChanged(int state); void CheckModificationDateChanged(int state); void CheckFileContentChanged(int state); void BrowseButtonClicked(); private: QComboBox *fileType; QLineEdit *filePath; QPushButton *browseButton; QPlainTextEdit *matchText; QCheckBox *useRegex; QCheckBox *checkModificationDate; QCheckBox *checkFileContent; FileSwitch *switchData; }; struct FileIOData { bool readEnabled = false; std::string readPath; bool writeEnabled = false; std::string writePath; }; static inline QString MakeFileSwitchName(const QString &scene, const QString &transition, const QString &fileName, const QString &text, bool useRegex, bool useTime, bool onlyMatchIfChanged); SceneSwitcher-1.17.2/src/headers/switch-generic.hpp000066400000000000000000000050171417525156400222130ustar00rootroot00000000000000#pragma once #include #include #include "scene-group.hpp" enum class SwitchTargetType { Scene, SceneGroup, }; struct SceneSwitcherEntry { SwitchTargetType targetType = SwitchTargetType::Scene; SceneGroup *group = nullptr; OBSWeakSource scene = nullptr; OBSWeakSource transition = nullptr; bool usePreviousScene = false; bool useCurrentTransition = false; virtual const char *getType() = 0; virtual bool initialized(); virtual bool valid(); virtual void logMatchScene(); virtual void logMatchSceneGroup(); virtual void logMatch(); virtual OBSWeakSource getScene(); virtual void save(obs_data_t *obj, const char *targetTypeSaveName = "targetType", const char *targetSaveName = "target", const char *transitionSaveName = "transition"); virtual void load(obs_data_t *obj, const char *targetTypeLoadName = "targetType", const char *targetLoadName = "target", const char *transitionLoadName = "transition"); inline SceneSwitcherEntry() {} inline SceneSwitcherEntry(OBSWeakSource scene_, OBSWeakSource transition_, bool usePreviousScene_ = false) : scene(scene_), transition(transition_), usePreviousScene(usePreviousScene_) { } inline SceneSwitcherEntry(SceneGroup *group_, OBSWeakSource transition_, bool usePreviousScene_ = false) : group(group_), transition(transition_), usePreviousScene(usePreviousScene_) { } inline SceneSwitcherEntry(SwitchTargetType targetType_, SceneGroup *group_, OBSWeakSource scene_, OBSWeakSource transition_, bool usePreviousScene_ = false) : targetType(targetType_), group(group_), scene(scene_), transition(transition_), usePreviousScene(usePreviousScene_) { } virtual ~SceneSwitcherEntry() {} }; class SwitchWidget : public QWidget { Q_OBJECT public: SwitchWidget(QWidget *parent, SceneSwitcherEntry *s, bool usePreviousScene = true, bool addSceneGroup = false, bool addCurrentTransition = true); virtual SceneSwitcherEntry *getSwitchData(); virtual void setSwitchData(SceneSwitcherEntry *s); void showSwitchData(); static void swapSwitchData(SwitchWidget *s1, SwitchWidget *s2); protected slots: void SceneChanged(const QString &text); void TransitionChanged(const QString &text); void SceneGroupAdd(const QString &name); void SceneGroupRemove(const QString &name); void SceneGroupRename(const QString &oldName, const QString &newName); protected: bool loading = true; QComboBox *scenes; QComboBox *transitions; SceneSwitcherEntry *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-idle.hpp000066400000000000000000000017301417525156400215120ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" constexpr auto default_idle_time = 60; constexpr auto idle_func = 2; struct IdleData : SceneSwitcherEntry { static bool pause; bool idleEnable = false; int time = default_idle_time; bool alreadySwitched = false; const char *getType() { return "idle"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class IdleWidget : public SwitchWidget { Q_OBJECT public: IdleWidget(QWidget *parent, IdleData *s); private slots: void DurationChanged(int dur); private: QSpinBox *duration; IdleData *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-media.hpp000066400000000000000000000045161417525156400216610ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" constexpr auto media_func = 6; typedef enum { TIME_RESTRICTION_NONE, TIME_RESTRICTION_SHORTER, TIME_RESTRICTION_LONGER, TIME_RESTRICTION_REMAINING_SHORTER, TIME_RESTRICTION_REMAINING_LONGER, } time_restriction; struct MediaSwitch : SceneSwitcherEntry { static bool pause; OBSWeakSource source = nullptr; obs_media_state state = OBS_MEDIA_STATE_NONE; bool anyState = false; time_restriction restriction = TIME_RESTRICTION_NONE; int64_t time = 0; // Trigger scene change only once even if media state might trigger repeatedly bool matched = false; std::atomic_bool stopped = {false}; std::atomic_bool ended = {false}; // Workaround to enable use of "ended" to specify end of VLC playlist bool previousStateEnded = false; bool playedToEnd = false; const char *getType() { return "media"; } bool initialized(); bool valid(); void save(obs_data_t *obj); void load(obs_data_t *obj); void clearSignalHandler(); void resetSignalHandler(); static void MediaStopped(void *data, calldata_t *); static void MediaEnded(void *data, calldata_t *); inline MediaSwitch(){}; MediaSwitch(const MediaSwitch &other); MediaSwitch(MediaSwitch &&other) noexcept; ~MediaSwitch(); MediaSwitch &operator=(const MediaSwitch &other); MediaSwitch &operator=(MediaSwitch &&other) noexcept; friend void swap(MediaSwitch &first, MediaSwitch &second); }; class MediaSwitchWidget : public SwitchWidget { Q_OBJECT public: MediaSwitchWidget(QWidget *parent, MediaSwitch *s); MediaSwitch *getSwitchData(); void setSwitchData(MediaSwitch *s); static void swapSwitchData(MediaSwitchWidget *s1, MediaSwitchWidget *s2); private slots: void SourceChanged(const QString &text); void StateChanged(int index); void TimeRestrictionChanged(int index); void TimeChanged(int time); private: QComboBox *mediaSources; QComboBox *states; QComboBox *timeRestrictions; QSpinBox *time; MediaSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-network.hpp000066400000000000000000000056271417525156400222770ustar00rootroot00000000000000/* Most of this code is based on https://github.com/Palakis/obs-websocket */ #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include using websocketpp::connection_hdl; typedef websocketpp::server server; typedef websocketpp::client client; struct sceneSwitchInfo; class NetworkConfig { public: NetworkConfig(); void Load(obs_data_t *obj); void Save(obs_data_t *obj); void SetDefaults(obs_data_t *obj); std::string GetClientUri(); bool ShouldSendSceneChange(); bool ShouldSendFrontendSceneChange(); bool ShouldSendPrviewSceneChange(); // Server bool ServerEnabled; uint64_t ServerPort; bool LockToIPv4; // Client bool ClientEnabled; std::string Address; uint64_t ClientPort; bool SendSceneChange; bool SendSceneChangeAll; bool SendPreview; }; class WSServer : public QObject { Q_OBJECT public: explicit WSServer(); virtual ~WSServer(); void start(quint16 port, bool lockToIPv4); void stop(); void sendMessage(sceneSwitchInfo sceneSwitch, bool preview = false); QThreadPool *threadPool() { return &_threadPool; } private: void onOpen(connection_hdl hdl); void onMessage(connection_hdl hdl, server::message_ptr message); void onClose(connection_hdl hdl); QString getRemoteEndpoint(connection_hdl hdl); server _server; quint16 _serverPort = 55555; bool _lockToIPv4 = false; std::set> _connections; QMutex _clMutex; QThreadPool _threadPool; }; enum class ServerStatus { NOT_RUNNING, STARTING, RUNNING, }; class WSClient : public QObject { Q_OBJECT public: explicit WSClient(); virtual ~WSClient(); void connect(std::string uri); void disconnect(); std::string getFail() { return _failMsg; } private: void onOpen(connection_hdl hdl); void onFail(connection_hdl hdl); void onMessage(connection_hdl hdl, client::message_ptr message); void onClose(connection_hdl hdl); void connectThread(); client _client; std::string _uri; connection_hdl _connection; std::thread _thread; bool _retry = false; std::atomic_bool _connected = {false}; std::mutex _waitMtx; std::condition_variable _cv; std::string _failMsg; }; enum class ClientStatus { DISCONNECTED, CONNECTING, CONNECTED, FAIL, }; namespace Compatability { // Reimplement QRunnable for std::function. Retrocompatability for Qt < 5.15 class StdFunctionRunnable : public QRunnable { std::function cb; public: StdFunctionRunnable(std::function func); void run() override; }; QRunnable *CreateFunctionRunnable(std::function func); } SceneSwitcher-1.17.2/src/headers/switch-pause.hpp000066400000000000000000000031321417525156400217100ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" enum class PauseType { Scene, Window, }; enum class PauseTarget { All, Transition, Window, Executable, Region, Media, File, Random, Time, Idle, Sequence, Audio, Video, }; struct PauseEntry : SceneSwitcherEntry { PauseType pauseType = PauseType::Scene; PauseTarget pauseTarget = PauseTarget::All; std::string window = ""; const char *getType() { return "pause"; } bool valid(); inline PauseEntry(){}; inline PauseEntry(OBSWeakSource scene_, PauseType pauseType_, PauseTarget pauseTarget_, const std::string &window_) : SceneSwitcherEntry(scene_, nullptr), pauseType(pauseType_), pauseTarget(pauseTarget_), window(window_) { } }; class PauseEntryWidget : public SwitchWidget { Q_OBJECT public: PauseEntryWidget(QWidget *parent, PauseEntry *s); PauseEntry *getSwitchData(); void setSwitchData(PauseEntry *s); static void swapSwitchData(PauseEntryWidget *s1, PauseEntryWidget *s2); private slots: void PauseTypeChanged(int index); void PauseTargetChanged(int index); void WindowChanged(const QString &text); private: QComboBox *pauseTypes; QComboBox *pauseTargets; QComboBox *windows; PauseEntry *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-random.hpp000066400000000000000000000020111417525156400220460ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" struct RandomSwitch : SceneSwitcherEntry { static bool pause; double delay = 0.0; const char *getType() { return "random"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class RandomSwitchWidget : public SwitchWidget { Q_OBJECT public: RandomSwitchWidget(QWidget *parent, RandomSwitch *s); RandomSwitch *getSwitchData(); void setSwitchData(RandomSwitch *s); static void swapSwitchData(RandomSwitchWidget *s1, RandomSwitchWidget *s2); private slots: void DelayChanged(double d); private: QDoubleSpinBox *delay; RandomSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-screen-region.hpp000066400000000000000000000026741417525156400233450ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include "switch-generic.hpp" constexpr auto screen_region_func = 4; struct ScreenRegionSwitch : SceneSwitcherEntry { static bool pause; OBSWeakSource excludeScene = nullptr; int minX = 0, minY = 0, maxX = 0, maxY = 0; const char *getType() { return "region"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class ScreenRegionWidget : public SwitchWidget { Q_OBJECT public: ScreenRegionWidget(QWidget *parent, ScreenRegionSwitch *s); ScreenRegionSwitch *getSwitchData(); void setSwitchData(ScreenRegionSwitch *s); static void swapSwitchData(ScreenRegionWidget *s1, ScreenRegionWidget *s2); void showFrame(); void hideFrame(); private slots: void ExcludeSceneChanged(const QString &text); void MinXChanged(int pos); void MinYChanged(int pos); void MaxXChanged(int pos); void MaxYChanged(int pos); private: QComboBox *excludeScenes; QSpinBox *minX; QSpinBox *minY; QSpinBox *maxX; QSpinBox *maxY; QFrame helperFrame; ScreenRegionSwitch *switchData; void drawFrame(); }; SceneSwitcher-1.17.2/src/headers/switch-sequence.hpp000066400000000000000000000051231417525156400224050ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include "switch-generic.hpp" #include "duration-control.hpp" constexpr auto round_trip_func = 1; struct SceneSequenceSwitch : SceneSwitcherEntry { static bool pause; SwitchTargetType startTargetType = SwitchTargetType::Scene; OBSWeakSource startScene = nullptr; Duration delay; bool interruptible = false; // nullptr marks start point and reaching end of extended sequence SceneSequenceSwitch *activeSequence = nullptr; std::unique_ptr extendedSequence = nullptr; const char *getType() { return "sequence"; } bool initialized(); bool valid(); void save(obs_data_t *obj, bool saveExt = true); void load(obs_data_t *obj, bool saveExt = true); bool reduce(); SceneSequenceSwitch *extend(); bool checkMatch(int &linger, SceneSequenceSwitch *root = nullptr); bool checkDurationMatchInterruptible(); void prepareUninterruptibleMatch(int &linger); void advanceActiveSequence(); void logAdvanceSequence(); void logSequenceCanceled(); }; class SequenceWidget : public SwitchWidget { Q_OBJECT public: SequenceWidget(QWidget *parent, SceneSequenceSwitch *s, bool extendSequence = false, bool editExtendMode = false, bool showExtendText = true); SceneSequenceSwitch *getSwitchData(); void setSwitchData(SceneSequenceSwitch *s); static void swapSwitchData(SequenceWidget *s1, SequenceWidget *s2); void UpdateWidgetStatus(bool showExtendText); void setExtendedSequenceStartScene(); private slots: void SceneChanged(const QString &text); void DelayChanged(double delay); void DelayUnitsChanged(DurationUnit); void StartSceneChanged(const QString &text); void InterruptibleChanged(int state); void ExtendClicked(); void ReduceClicked(); protected: DurationSelection *delay; QComboBox *startScenes; QCheckBox *interruptible; QVBoxLayout *extendSequenceLayout; QPushButton *extend; QPushButton *reduce; // I would prefer having a list of only widgets of type editExtendMode // but I am not sure how to best implement that using a QListWidget. // // So use edit button to bring up edit widget and // add a label to disaplay current extended sequence state. QLabel *extendText; SceneSequenceSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-time.hpp000066400000000000000000000024341417525156400215350ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include "switch-generic.hpp" constexpr auto time_func = 7; typedef enum { ANY_DAY = 0, MONDAY = 1, TUSEDAY = 2, WEDNESDAY = 3, THURSDAY = 4, FRIDAY = 5, SATURDAY = 6, SUNDAY = 7, LIVE = 8 } timeTrigger; struct TimeSwitch : SceneSwitcherEntry { static bool pause; timeTrigger trigger = ANY_DAY; QTime time = QTime(0, 0); const char *getType() { return "time"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class TimeSwitchWidget : public SwitchWidget { Q_OBJECT public: TimeSwitchWidget(QWidget *parent, TimeSwitch *s); TimeSwitch *getSwitchData(); void setSwitchData(TimeSwitch *s); static void swapSwitchData(TimeSwitchWidget *s1, TimeSwitchWidget *s2); private slots: void TriggerChanged(int index); void TimeChanged(const QTime &time); private: QComboBox *triggers; QTimeEdit *time; TimeSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-transitions.hpp000066400000000000000000000035641417525156400231610ustar00rootroot00000000000000#pragma once #include #include "switch-generic.hpp" struct SceneTransition : SceneSwitcherEntry { OBSWeakSource scene2 = nullptr; double duration = 0.3; const char *getType() { return "transition"; } bool initialized(); bool valid(); void save(obs_data_t *obj); void load(obs_data_t *obj); inline SceneTransition(){}; inline SceneTransition(OBSWeakSource scene_, OBSWeakSource scene2_, OBSWeakSource transition_, double duration_) : SceneSwitcherEntry(scene_, transition_), scene2(scene2_), duration(duration_) { } }; struct DefaultSceneTransition : SceneSwitcherEntry { static bool pause; static unsigned int delay; const char *getType() { return "def_transition"; } void save(obs_data_t *obj); void load(obs_data_t *obj); bool checkMatch(OBSWeakSource currentScene); void setTransition(); inline DefaultSceneTransition(){}; inline DefaultSceneTransition(OBSWeakSource scene_, OBSWeakSource transition_) : SceneSwitcherEntry(scene_, transition_) { } }; class TransitionSwitchWidget : public SwitchWidget { Q_OBJECT public: TransitionSwitchWidget(QWidget *parent, SceneTransition *s); SceneTransition *getSwitchData(); void setSwitchData(SceneTransition *s); static void swapSwitchData(TransitionSwitchWidget *s1, TransitionSwitchWidget *s2); private slots: void Scene2Changed(const QString &text); void DurationChanged(double dur); private: QComboBox *scenes2; QDoubleSpinBox *duration; SceneTransition *switchData; }; class DefTransitionSwitchWidget : public SwitchWidget { Q_OBJECT public: DefTransitionSwitchWidget(QWidget *parent, DefaultSceneTransition *s); DefaultSceneTransition *getSwitchData(); void setSwitchData(DefaultSceneTransition *s); static void swapSwitchData(DefTransitionSwitchWidget *s1, DefTransitionSwitchWidget *s2); private: DefaultSceneTransition *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-video.hpp000066400000000000000000000041641417525156400217070ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include #include "switch-generic.hpp" #include "screenshot-helper.hpp" constexpr auto video_func = 9; enum class videoSwitchType { MATCH, DIFFER, HAS_NOT_CHANGED, HAS_CHANGED, }; struct VideoSwitch : virtual SceneSwitcherEntry { static bool pause; videoSwitchType condition = videoSwitchType::MATCH; OBSWeakSource videoSource = nullptr; std::string file = obs_module_text("AdvSceneSwitcher.enterPath"); double duration = 0; bool ignoreInactiveSource = false; std::unique_ptr screenshotData = nullptr; std::chrono::high_resolution_clock::time_point previousTime{}; QImage matchImage; std::chrono::milliseconds currentMatchDuration{}; const char *getType() { return "video"; } bool initialized(); bool valid(); void save(obs_data_t *obj); void load(obs_data_t *obj); void getScreenshot(); bool loadImageFromFile(); bool checkMatch(); VideoSwitch(){}; friend void swap(VideoSwitch &first, VideoSwitch &second); }; class VideoSwitchWidget : public SwitchWidget { Q_OBJECT public: VideoSwitchWidget(QWidget *parent, VideoSwitch *s); VideoSwitch *getSwitchData(); void setSwitchData(VideoSwitch *s); static void swapSwitchData(VideoSwitchWidget *as1, VideoSwitchWidget *as2); void UpdatePreviewTooltip(); void SetFilePath(const QString &text); private slots: void SourceChanged(const QString &text); void ConditionChanged(int cond); void DurationChanged(double dur); void FilePathChanged(); void BrowseButtonClicked(); void IgnoreInactiveChanged(int state); private: QComboBox *videoSources; QComboBox *condition; QDoubleSpinBox *duration; QLineEdit *filePath; QPushButton *browseButton; QCheckBox *ignoreInactiveSource; VideoSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switch-window.hpp000066400000000000000000000024571417525156400221130ustar00rootroot00000000000000/****************************************************************************** Note: Long-term goal is to remove this tab / file. Most functionality shall be moved to the Macro tab instead. So if you plan to make changes here, please consider applying them to the corresponding macro tab functionality instead. ******************************************************************************/ #pragma once #include "switch-generic.hpp" constexpr auto window_title_func = 5; struct WindowSwitch : SceneSwitcherEntry { static bool pause; std::string window = ""; bool fullscreen = false; bool maximized = false; bool focus = true; const char *getType() { return "window"; } void save(obs_data_t *obj); void load(obs_data_t *obj); }; class WindowSwitchWidget : public SwitchWidget { Q_OBJECT public: WindowSwitchWidget(QWidget *parent, WindowSwitch *s); WindowSwitch *getSwitchData(); void setSwitchData(WindowSwitch *s); static void swapSwitchData(WindowSwitchWidget *s1, WindowSwitchWidget *s2); private slots: void WindowChanged(const QString &text); void FullscreenChanged(int state); void MaximizedChanged(int state); void FocusChanged(int state); private: QComboBox *windows; QCheckBox *fullscreen; QCheckBox *maximized; QCheckBox *focused; WindowSwitch *switchData; }; SceneSwitcher-1.17.2/src/headers/switcher-data-structs.hpp000066400000000000000000000240271417525156400235460ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include #include #include #include "scene-group.hpp" #include "scene-trigger.hpp" #include "switch-audio.hpp" #include "switch-executable.hpp" #include "switch-file.hpp" #include "switch-idle.hpp" #include "switch-media.hpp" #include "switch-pause.hpp" #include "switch-random.hpp" #include "switch-screen-region.hpp" #include "switch-time.hpp" #include "switch-transitions.hpp" #include "switch-window.hpp" #include "switch-sequence.hpp" #include "switch-video.hpp" #include "switch-network.hpp" #include "macro.hpp" #include "duration-control.hpp" constexpr auto default_interval = 300; constexpr auto previous_scene_name = "Previous Scene"; constexpr auto current_transition_name = "Current Transition"; constexpr auto tab_count = 18; constexpr auto default_priority_0 = macro_func; constexpr auto default_priority_1 = read_file_func; constexpr auto default_priority_2 = idle_func; constexpr auto default_priority_3 = audio_func; constexpr auto default_priority_4 = media_func; constexpr auto default_priority_5 = video_func; constexpr auto default_priority_6 = time_func; constexpr auto default_priority_7 = screen_region_func; constexpr auto default_priority_8 = round_trip_func; constexpr auto default_priority_9 = window_title_func; constexpr auto default_priority_10 = exe_func; typedef enum { NO_SWITCH = 0, SWITCH = 1, RANDOM_SWITCH = 2 } NoMatch; typedef enum { PERSIST = 0, START = 1, STOP = 2 } StartupBehavior; enum class AutoStartEvent { NEVER, RECORDING, STREAMING, RECORINDG_OR_STREAMING, }; typedef struct sceneSwitchInfo { OBSWeakSource scene; OBSWeakSource transition; int duration = 0; } sceneSwitchInfo; typedef struct transitionData { std::string name = ""; int duration = 0; } transitionData; class SwitcherThread; /******************************************************************************** * SwitcherData ********************************************************************************/ struct SwitcherData { SwitcherThread *th = nullptr; bool settingsWindowOpened = false; bool firstBoot = true; std::condition_variable cv; std::mutex m; bool transitionActive = false; bool waitForTransition = false; bool stop = false; bool verbose = false; bool disableHints = false; bool showSystemTrayNotifications = false; bool showFrame = false; bool transitionOverrideOverride = false; bool adjustActiveTransitionType = true; int interval = default_interval; obs_source_t *waitScene = nullptr; OBSWeakSource currentScene = nullptr; OBSWeakSource previousScene = nullptr; std::chrono::high_resolution_clock::time_point lastSceneChangeTime{}; std::chrono::high_resolution_clock::time_point lastTransitionEndTime{}; std::chrono::high_resolution_clock::time_point lastStreamStartingTime{}; std::chrono::high_resolution_clock::time_point lastStreamStoppingTime{}; OBSWeakSource lastRandomScene; SceneGroup *lastRandomSceneGroup = nullptr; OBSWeakSource nonMatchingScene; NoMatch switchIfNotMatching = NO_SWITCH; Duration noMatchDelay; StartupBehavior startupBehavior = PERSIST; AutoStartEvent autoStartEvent = AutoStartEvent::NEVER; std::vector audioHelperThreads; std::atomic_bool masterAudioFadeActive = {false}; std::unordered_map activeAudioFades; Duration cooldown; std::chrono::high_resolution_clock::time_point lastMatchTime; std::deque> macros; std::condition_variable macroWaitCv; std::atomic_bool abortMacroWait = {false}; std::condition_variable macroTransitionCv; bool macroSceneSwitched = false; bool replayBufferSaved = false; std::deque windowSwitches; std::vector ignoreIdleWindows; std::string lastTitle; std::string currentTitle; std::deque screenRegionSwitches; std::pair lastCursorPos = {0, 0}; bool cursorPosChanged = false; std::vector ignoreWindowsSwitches; bool uninterruptibleSceneSequenceActive = false; std::deque sceneSequenceSwitches; std::deque randomSwitches; IdleData idleData; FileIOData fileIO; std::deque fileSwitches; CURL *curl = nullptr; std::deque executableSwitches; std::deque sceneTriggers; std::deque sceneTransitions; std::deque defaultSceneTransitions; std::deque mediaSwitches; std::deque pauseEntries; std::deque timeSwitches; QDateTime liveTime; std::deque audioSwitches; AudioSwitchFallback audioFallback; WSServer server; ServerStatus serverStatus = ServerStatus::NOT_RUNNING; WSClient client; ClientStatus clientStatus = ClientStatus::DISCONNECTED; NetworkConfig networkConfig; std::deque videoSwitches; std::deque sceneGroups; std::vector functionNamesByPriority = std::vector{ default_priority_0, default_priority_1, default_priority_2, default_priority_3, default_priority_4, default_priority_5, default_priority_6, default_priority_7, default_priority_8, default_priority_9, default_priority_10}; struct ThreadPrio { std::string name; std::string description; uint32_t value; }; std::vector threadPriorities{ {"Idle", "scheduled only when no other threads are running (lowest CPU load)", QThread::IdlePriority}, {"Lowest", "scheduled less often than LowPriority", QThread::LowestPriority}, {"Low", "scheduled less often than NormalPriority", QThread::LowPriority}, {"Normal", "the default priority of the operating system", QThread::NormalPriority}, {"High", "scheduled more often than NormalPriority", QThread::HighPriority}, {"Highest", "scheduled more often than HighPriority", QThread::HighestPriority}, {"Time critical", "scheduled as often as possible (highest CPU load)", QThread::TimeCriticalPriority}, }; uint32_t threadPriority = QThread::NormalPriority; std::vector tabOrder = std::vector(tab_count); bool hotkeysRegistered = false; obs_hotkey_id startHotkey = OBS_INVALID_HOTKEY_ID; obs_hotkey_id stopHotkey = OBS_INVALID_HOTKEY_ID; obs_hotkey_id toggleHotkey = OBS_INVALID_HOTKEY_ID; bool saveWindowGeo = false; QPoint windowPos = {}; QSize windowSize = {}; bool versionChanged(obs_data_t *obj, std::string currentVersion); void Thread(); void Start(); void Stop(); void setWaitScene(); bool sceneChangedDuringWait(); bool prioFuncsValid(); bool tabOrderValid(); void resetTabOrder(); void writeSceneInfoToFile(); void writeToStatusFile(const QString &msg); void setPreconditions(); bool checkForMatch(OBSWeakSource &scene, OBSWeakSource &transition, int &linger, bool &setPreviousSceneAsMatch, bool ¯oMatch); bool checkMacros(); bool runMacros(); bool checkSceneSequence(OBSWeakSource &scene, OBSWeakSource &transition, int &linger, bool &setPrevSceneAfterLinger); bool checkIdleSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkWindowTitleSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkExeSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkScreenRegionSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkSwitchInfoFromFile(OBSWeakSource &scene, OBSWeakSource &transition); bool checkFileContent(OBSWeakSource &scene, OBSWeakSource &transition); bool checkRandom(OBSWeakSource &scene, OBSWeakSource &transition, int &delay); bool checkMediaSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkTimeSwitch(OBSWeakSource &scene, OBSWeakSource &transition); bool checkAudioSwitch(OBSWeakSource &scene, OBSWeakSource &transition); void checkAudioSwitchFallback(OBSWeakSource &scene, OBSWeakSource &transition); bool checkVideoSwitch(OBSWeakSource &scene, OBSWeakSource &transition); void checkNoMatchSwitch(bool &match, OBSWeakSource &scene, OBSWeakSource &transition, int &sleep); void checkSwitchCooldown(bool &match); void checkTriggers(); bool checkPause(); void checkDefaultSceneTransitions(); void saveSettings(obs_data_t *obj); void saveMacros(obs_data_t *obj); void saveWindowTitleSwitches(obs_data_t *obj); void saveScreenRegionSwitches(obs_data_t *obj); void savePauseSwitches(obs_data_t *obj); void saveSceneSequenceSwitches(obs_data_t *obj); void saveSceneTransitions(obs_data_t *obj); void saveIdleSwitches(obs_data_t *obj); void saveExecutableSwitches(obs_data_t *obj); void saveRandomSwitches(obs_data_t *obj); void saveFileSwitches(obs_data_t *obj); void saveMediaSwitches(obs_data_t *obj); void saveTimeSwitches(obs_data_t *obj); void saveAudioSwitches(obs_data_t *obj); void saveSceneGroups(obs_data_t *obj); void saveSceneTriggers(obs_data_t *obj); void saveVideoSwitches(obs_data_t *obj); void saveNetworkSwitches(obs_data_t *obj); void saveGeneralSettings(obs_data_t *obj); void saveHotkeys(obs_data_t *obj); void saveVersion(obs_data_t *obj, const std::string ¤tVersion); void loadSettings(obs_data_t *obj); void loadMacros(obs_data_t *obj); void loadWindowTitleSwitches(obs_data_t *obj); void loadScreenRegionSwitches(obs_data_t *obj); void loadPauseSwitches(obs_data_t *obj); void loadSceneSequenceSwitches(obs_data_t *obj); void loadSceneTransitions(obs_data_t *obj); void loadIdleSwitches(obs_data_t *obj); void loadExecutableSwitches(obs_data_t *obj); void loadRandomSwitches(obs_data_t *obj); void loadFileSwitches(obs_data_t *obj); void loadMediaSwitches(obs_data_t *obj); void loadTimeSwitches(obs_data_t *obj); void loadAudioSwitches(obs_data_t *obj); void loadSceneGroups(obs_data_t *obj); void loadSceneTriggers(obs_data_t *obj); void loadVideoSwitches(obs_data_t *obj); void loadNetworkSettings(obs_data_t *obj); void loadGeneralSettings(obs_data_t *obj); void loadHotkeys(obs_data_t *obj); void Prune(); inline ~SwitcherData() { Stop(); } }; extern SwitcherData *switcher; class SwitcherThread : public QThread { public: explicit SwitcherThread(){}; void run() { switcher->Thread(); }; }; SceneSwitcher-1.17.2/src/headers/transition-selection.hpp000066400000000000000000000021601417525156400234510ustar00rootroot00000000000000#pragma once #include "utility.hpp" #include enum class TransitionSelectionType { TRANSITION, CURRENT, ANY, }; class TransitionSelection { public: void Save(obs_data_t *obj, const char *name = "transition", const char *typeName = "transitionType"); void Load(obs_data_t *obj, const char *name = "transition", const char *typeName = "transitionType"); TransitionSelectionType GetType() { return _type; } OBSWeakSource GetTransition(); std::string ToString(); private: OBSWeakSource _transition; TransitionSelectionType _type = TransitionSelectionType::TRANSITION; friend class TransitionSelectionWidget; }; class TransitionSelectionWidget : public QComboBox { Q_OBJECT public: TransitionSelectionWidget(QWidget *parent, bool current = true, bool any = false); void SetTransition(TransitionSelection &); void Repopulate(bool current, bool any); signals: void TransitionChanged(const TransitionSelection &); private slots: void SelectionChanged(const QString &name); private: bool IsCurrentTransitionSelected(const QString &name); bool IsAnyTransitionSelected(const QString &name); }; SceneSwitcher-1.17.2/src/headers/utility.hpp000066400000000000000000000076101417525156400210040ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include #include #include #include #include #include #include "scene-group.hpp" class SceneSelection; bool WeakSourceValid(obs_weak_source_t *ws); std::string GetWeakSourceName(obs_weak_source_t *weak_source); OBSWeakSource GetWeakSourceByName(const char *name); OBSWeakSource GetWeakSourceByQString(const QString &name); OBSWeakSource GetWeakTransitionByName(const char *transitionName); OBSWeakSource GetWeakTransitionByQString(const QString &name); OBSWeakSource GetWeakFilterByName(OBSWeakSource source, const char *name); OBSWeakSource GetWeakFilterByQString(OBSWeakSource source, const QString &name); bool compareIgnoringLineEnding(QString &s1, QString &s2); std::string getSourceSettings(OBSWeakSource ws); void setSourceSettings(obs_source_t *s, const std::string &settings); bool compareSourceSettings(const OBSWeakSource &source, const std::string &settings, bool regex); std::vector getSceneItemsWithName(obs_scene_t *scene, std::string &name); std::string getDataFilePath(const std::string &file); bool matchJson(const std::string &json1, const std::string &json2, bool useRegex); QString formatJsonString(std::string); QString formatJsonString(QString); QString escapeForRegex(QString &s); void loadTransformState(obs_data_t *obj, struct obs_transform_info &info, struct obs_sceneitem_crop &crop); bool saveTransformState(obs_data_t *obj, struct obs_transform_info &info, struct obs_sceneitem_crop &crop); std::string getSceneItemTransform(obs_scene_item *item); void placeWidgets(std::string text, QBoxLayout *layout, std::unordered_map placeholders, bool addStretch = true); void deleteLayoutItem(QLayoutItem *item); void clearLayout(QLayout *layout, int afterIdx = 0); void setLayoutVisible(QLayout *layout, bool visible); QMetaObject::Connection PulseWidget(QWidget *widget, QColor startColor, QColor = QColor(0, 0, 0, 0), QString specifier = "QLabel ", bool once = false); void listAddClicked(QListWidget *list, QWidget *newWidget, QPushButton *addButton = nullptr, QMetaObject::Connection *addHighlight = nullptr); bool listMoveUp(QListWidget *list); bool listMoveDown(QListWidget *list); void setHeightToContentHeight(QListWidget *list); bool DisplayMessage(const QString &msg, bool question = false); void DisplayTrayMessage(const QString &title, const QString &msg); void addSelectionEntry(QComboBox *sel, const char *description, bool selectable = false, const char *tooltip = ""); void populateTransitionSelection(QComboBox *sel, bool addCurrent = true, bool addAny = false); void populateWindowSelection(QComboBox *sel, bool addSelect = true); void populateAudioSelection(QComboBox *sel, bool addSelect = true); void populateVideoSelection(QComboBox *sel, bool addScenes = false, bool addSelect = true); void populateMediaSelection(QComboBox *sel, bool addSelect = true); void populateProcessSelection(QComboBox *sel, bool addSelect = true); void populateSourceSelection(QComboBox *list, bool addSelect = true); void populateSceneSelection(QComboBox *sel, bool addPrevious = false, bool addCurrent = false, bool addAny = false, bool addSceneGroup = false, std::deque *sceneGroups = nullptr, bool addSelect = true, std::string selectText = "", bool selectable = false); void populateSourcesWithFilterSelection(QComboBox *list); void populateFilterSelection(QComboBox *list, OBSWeakSource weakSource = nullptr); void populateSceneItemSelection(QComboBox *list, OBSWeakSource sceneWeakSource = nullptr); void populateSceneItemSelection(QComboBox *list, SceneSelection &s); void populateSourceGroupSelection(QComboBox *list); bool windowPosValid(QPoint pos); SceneSwitcher-1.17.2/src/headers/version.h000066400000000000000000000000771417525156400204260ustar00rootroot00000000000000extern const char g_GIT_SHA1[]; extern const char g_GIT_TAG[]; SceneSwitcher-1.17.2/src/headers/volume-control.hpp000066400000000000000000000172661417525156400222760ustar00rootroot00000000000000#pragma once #include #include #include #include #include #include #include class QPushButton; class VolumeMeterTimer; class VolumeMeter : public QWidget { Q_OBJECT Q_PROPERTY(QColor backgroundNominalColor READ getBackgroundNominalColor WRITE setBackgroundNominalColor DESIGNABLE true) Q_PROPERTY(QColor backgroundWarningColor READ getBackgroundWarningColor WRITE setBackgroundWarningColor DESIGNABLE true) Q_PROPERTY(QColor backgroundErrorColor READ getBackgroundErrorColor WRITE setBackgroundErrorColor DESIGNABLE true) Q_PROPERTY(QColor foregroundNominalColor READ getForegroundNominalColor WRITE setForegroundNominalColor DESIGNABLE true) Q_PROPERTY(QColor foregroundWarningColor READ getForegroundWarningColor WRITE setForegroundWarningColor DESIGNABLE true) Q_PROPERTY(QColor foregroundErrorColor READ getForegroundErrorColor WRITE setForegroundErrorColor DESIGNABLE true) Q_PROPERTY(QColor clipColor READ getClipColor WRITE setClipColor DESIGNABLE true) Q_PROPERTY(QColor magnitudeColor READ getMagnitudeColor WRITE setMagnitudeColor DESIGNABLE true) Q_PROPERTY(QColor majorTickColor READ getMajorTickColor WRITE setMajorTickColor DESIGNABLE true) Q_PROPERTY(QColor minorTickColor READ getMinorTickColor WRITE setMinorTickColor DESIGNABLE true) // Levels are denoted in dBFS. Q_PROPERTY(qreal minimumLevel READ getMinimumLevel WRITE setMinimumLevel DESIGNABLE true) Q_PROPERTY(qreal warningLevel READ getWarningLevel WRITE setWarningLevel DESIGNABLE true) Q_PROPERTY(qreal errorLevel READ getErrorLevel WRITE setErrorLevel DESIGNABLE true) Q_PROPERTY(qreal clipLevel READ getClipLevel WRITE setClipLevel DESIGNABLE true) Q_PROPERTY(qreal minimumInputLevel READ getMinimumInputLevel WRITE setMinimumInputLevel DESIGNABLE true) // Rates are denoted in dB/second. Q_PROPERTY(qreal peakDecayRate READ getPeakDecayRate WRITE setPeakDecayRate DESIGNABLE true) // Time in seconds for the VU meter to integrate over. Q_PROPERTY( qreal magnitudeIntegrationTime READ getMagnitudeIntegrationTime WRITE setMagnitudeIntegrationTime DESIGNABLE true) // Duration is denoted in seconds. Q_PROPERTY(qreal peakHoldDuration READ getPeakHoldDuration WRITE setPeakHoldDuration DESIGNABLE true) Q_PROPERTY(qreal inputPeakHoldDuration READ getInputPeakHoldDuration WRITE setInputPeakHoldDuration DESIGNABLE true) private slots: void ClipEnding(); private: obs_volmeter_t *obs_volmeter; static QWeakPointer updateTimer; QSharedPointer updateTimerRef; inline void resetLevels(); inline void handleChannelCofigurationChange(); inline bool detectIdle(uint64_t ts); inline void calculateBallistics(uint64_t ts, qreal timeSinceLastRedraw = 0.0); inline void calculateBallisticsForChannel(int channelNr, uint64_t ts, qreal timeSinceLastRedraw); void paintInputMeter(QPainter &painter, int x, int y, int width, int height, float peakHold); void paintHMeter(QPainter &painter, int x, int y, int width, int height, float magnitude, float peak, float peakHold); void paintHTicks(QPainter &painter, int x, int y, int width, int height); void paintVMeter(QPainter &painter, int x, int y, int width, int height, float magnitude, float peak, float peakHold); void paintVTicks(QPainter &painter, int x, int y, int height); QMutex dataMutex; uint64_t currentLastUpdateTime = 0; float currentMagnitude[MAX_AUDIO_CHANNELS]; float currentPeak[MAX_AUDIO_CHANNELS]; float currentInputPeak[MAX_AUDIO_CHANNELS]; QPixmap *tickPaintCache = nullptr; int displayNrAudioChannels = 0; float displayMagnitude[MAX_AUDIO_CHANNELS]; float displayPeak[MAX_AUDIO_CHANNELS]; float displayPeakHold[MAX_AUDIO_CHANNELS]; uint64_t displayPeakHoldLastUpdateTime[MAX_AUDIO_CHANNELS]; float displayInputPeakHold[MAX_AUDIO_CHANNELS]; uint64_t displayInputPeakHoldLastUpdateTime[MAX_AUDIO_CHANNELS]; QFont tickFont; QColor backgroundNominalColor; QColor backgroundWarningColor; QColor backgroundErrorColor; QColor foregroundNominalColor; QColor foregroundWarningColor; QColor foregroundErrorColor; QColor clipColor; QColor magnitudeColor; QColor majorTickColor; QColor minorTickColor; qreal minimumLevel; qreal warningLevel; qreal errorLevel; qreal clipLevel; qreal minimumInputLevel; qreal peakDecayRate; qreal magnitudeIntegrationTime; qreal peakHoldDuration; qreal inputPeakHoldDuration; uint64_t lastRedrawTime = 0; int channels = 0; bool clipping = false; bool vertical; public: explicit VolumeMeter(QWidget *parent = nullptr, obs_volmeter_t *obs_volmeter = nullptr, bool vertical = false); ~VolumeMeter(); void setLevels(const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]); QColor getBackgroundNominalColor() const; void setBackgroundNominalColor(QColor c); QColor getBackgroundWarningColor() const; void setBackgroundWarningColor(QColor c); QColor getBackgroundErrorColor() const; void setBackgroundErrorColor(QColor c); QColor getForegroundNominalColor() const; void setForegroundNominalColor(QColor c); QColor getForegroundWarningColor() const; void setForegroundWarningColor(QColor c); QColor getForegroundErrorColor() const; void setForegroundErrorColor(QColor c); QColor getClipColor() const; void setClipColor(QColor c); QColor getMagnitudeColor() const; void setMagnitudeColor(QColor c); QColor getMajorTickColor() const; void setMajorTickColor(QColor c); QColor getMinorTickColor() const; void setMinorTickColor(QColor c); qreal getMinimumLevel() const; void setMinimumLevel(qreal v); qreal getWarningLevel() const; void setWarningLevel(qreal v); qreal getErrorLevel() const; void setErrorLevel(qreal v); qreal getClipLevel() const; void setClipLevel(qreal v); qreal getMinimumInputLevel() const; void setMinimumInputLevel(qreal v); qreal getPeakDecayRate() const; void setPeakDecayRate(qreal v); qreal getMagnitudeIntegrationTime() const; void setMagnitudeIntegrationTime(qreal v); qreal getPeakHoldDuration() const; void setPeakHoldDuration(qreal v); qreal getInputPeakHoldDuration() const; void setInputPeakHoldDuration(qreal v); void setPeakMeterType(enum obs_peak_meter_type peakMeterType); virtual void mousePressEvent(QMouseEvent *event) override; protected: void paintEvent(QPaintEvent *event) override; }; class VolumeMeterTimer : public QTimer { Q_OBJECT public: inline VolumeMeterTimer() : QTimer() {} void AddVolControl(VolumeMeter *meter); void RemoveVolControl(VolumeMeter *meter); protected: void timerEvent(QTimerEvent *event) override; QList volumeMeters; }; class QLabel; class QSlider; class MuteCheckBox; class VolControl : public QWidget { Q_OBJECT private: OBSSource source; QLabel *nameLabel; QLabel *volLabel; VolumeMeter *volMeter; QSlider *slider; float levelTotal; float levelCount; obs_fader_t *obs_fader; obs_volmeter_t *obs_volmeter; bool vertical; static void OBSVolumeChanged(void *param, float db); static void OBSVolumeLevel(void *data, const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]); private slots: void SliderChanged(int vol); void updateText(); public: explicit VolControl(OBSSource source, bool vertical = false); ~VolControl(); inline obs_source_t *GetSource() const { return source; } QString GetName() const; void SetName(const QString &newName); void SetMeterDecayRate(qreal q); void setPeakMeterType(enum obs_peak_meter_type peakMeterType); void EnableSlider(bool enable); QSlider *GetSlider() const; }; SceneSwitcher-1.17.2/src/hotkey.cpp000066400000000000000000000047471417525156400171740ustar00rootroot00000000000000#include "headers/hotkey.hpp" #include "headers/advanced-scene-switcher.hpp" #include #include #include void startHotkeyFunc(void *, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { if (!(switcher->th && switcher->th->isRunning())) { switcher->Start(); } } } void stopHotkeyFunc(void *, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { if (switcher->th && switcher->th->isRunning()) { switcher->Stop(); } } } void startStopToggleHotkeyFunc(void *, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { if (switcher->th && switcher->th->isRunning()) { switcher->Stop(); } else { switcher->Start(); } } } void registerHotkeys() { switcher->startHotkey = obs_hotkey_register_frontend( "startSwitcherHotkey", obs_module_text("AdvSceneSwitcher.hotkey.startSwitcherHotkey"), startHotkeyFunc, NULL); switcher->stopHotkey = obs_hotkey_register_frontend( "stopSwitcherHotkey", obs_module_text("AdvSceneSwitcher.hotkey.stopSwitcherHotkey"), stopHotkeyFunc, NULL); switcher->toggleHotkey = obs_hotkey_register_frontend( "startStopToggleSwitcherHotkey", obs_module_text( "AdvSceneSwitcher.hotkey.startStopToggleSwitcherHotkey"), startStopToggleHotkeyFunc, NULL); switcher->hotkeysRegistered = true; } void SwitcherData::saveHotkeys(obs_data_t *obj) { obs_data_array_t *startHotkeyArrray = obs_hotkey_save(startHotkey); obs_data_set_array(obj, "startHotkey", startHotkeyArrray); obs_data_array_release(startHotkeyArrray); obs_data_array_t *stopHotkeyArrray = obs_hotkey_save(stopHotkey); obs_data_set_array(obj, "stopHotkey", stopHotkeyArrray); obs_data_array_release(stopHotkeyArrray); obs_data_array_t *toggleHotkeyArrray = obs_hotkey_save(toggleHotkey); obs_data_set_array(obj, "toggleHotkey", toggleHotkeyArrray); obs_data_array_release(toggleHotkeyArrray); } void SwitcherData::loadHotkeys(obs_data_t *obj) { if (!hotkeysRegistered) { registerHotkeys(); } obs_data_array_t *startHotkeyArrray = obs_data_get_array(obj, "startHotkey"); obs_hotkey_load(startHotkey, startHotkeyArrray); obs_data_array_release(startHotkeyArrray); obs_data_array_t *stopHotkeyArrray = obs_data_get_array(obj, "stopHotkey"); obs_hotkey_load(stopHotkey, stopHotkeyArrray); obs_data_array_release(stopHotkeyArrray); obs_data_array_t *toggleHotkeyArrray = obs_data_get_array(obj, "toggleHotkey"); obs_hotkey_load(toggleHotkey, toggleHotkeyArrray); obs_data_array_release(toggleHotkeyArrray); } SceneSwitcher-1.17.2/src/linux/000077500000000000000000000000001417525156400163105ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/linux/advanced-scene-switcher-nix.cpp000066400000000000000000000364651417525156400243140ustar00rootroot00000000000000#include "../headers/hotkey.hpp" #include #include #include #include #include #include #undef Bool #undef CursorShape #undef Expose #undef KeyPress #undef KeyRelease #undef FocusIn #undef FocusOut #undef FontChange #undef None #undef Status #undef Unsorted #include #include #include #include #include #include #include #include #include #include static Display *xdisplay = 0; static QLibrary *libXtstHandle = nullptr; typedef int (*keyPressFunc)(Display *, unsigned int, bool, unsigned long); static keyPressFunc pressFunc = nullptr; bool canSimulateKeyPresses = false; Display *disp() { if (!xdisplay) xdisplay = XOpenDisplay(NULL); return xdisplay; } void cleanupDisplay() { if (!xdisplay) return; XCloseDisplay(xdisplay); xdisplay = 0; } static bool ewmhIsSupported() { Display *display = disp(); Atom netSupportingWmCheck = XInternAtom(display, "_NET_SUPPORTING_WM_CHECK", true); Atom actualType; int format = 0; unsigned long num = 0, bytes = 0; unsigned char *data = NULL; Window ewmh_window = 0; int status = XGetWindowProperty(display, DefaultRootWindow(display), netSupportingWmCheck, 0L, 1L, false, XA_WINDOW, &actualType, &format, &num, &bytes, &data); if (status == Success) { if (num > 0) { ewmh_window = ((Window *)data)[0]; } if (data) { XFree(data); data = NULL; } } if (ewmh_window) { status = XGetWindowProperty(display, ewmh_window, netSupportingWmCheck, 0L, 1L, false, XA_WINDOW, &actualType, &format, &num, &bytes, &data); if (status != Success || num == 0 || ewmh_window != ((Window *)data)[0]) { ewmh_window = 0; } if (status == Success && data) { XFree(data); } } return ewmh_window != 0; } static QStringList getStates(Window window) { QStringList states; if (!ewmhIsSupported()) return states; Atom wmState = XInternAtom(disp(), "_NET_WM_STATE", true), type; int format; unsigned long num, bytes; unsigned char *data; int status = XGetWindowProperty(disp(), window, wmState, 0, ~0L, false, AnyPropertyType, &type, &format, &num, &bytes, &data); if (status == Success) for (unsigned long i = 0; i < num; i++) states.append(QString( XGetAtomName(disp(), ((Atom *)data)[i]))); return states; } static std::vector getTopLevelWindows() { std::vector res; res.resize(0); if (!ewmhIsSupported()) { return res; } Atom netClList = XInternAtom(disp(), "_NET_CLIENT_LIST", true); Atom actualType; int format; unsigned long num, bytes; Window *data = 0; for (int i = 0; i < ScreenCount(disp()); ++i) { Window rootWin = RootWindow(disp(), i); int status = XGetWindowProperty(disp(), rootWin, netClList, 0L, ~0L, false, AnyPropertyType, &actualType, &format, &num, &bytes, (uint8_t **)&data); if (status != Success) { continue; } for (unsigned long i = 0; i < num; ++i) res.emplace_back(data[i]); XFree(data); } return res; } static std::string GetWindowTitle(size_t i) { Window w = getTopLevelWindows().at(i); std::string windowTitle; char *name; XTextProperty text; int status = XGetTextProperty( disp(), w, &text, XInternAtom(disp(), "_NET_WM_NAME", true)); if (status == 0) status = XGetTextProperty(disp(), w, &text, XInternAtom(disp(), "WM_NAME", true)); name = reinterpret_cast(text.value); if (status != 0 && name != nullptr) { std::string str(name); windowTitle = str; XFree(name); } return windowTitle; } void GetWindowList(std::vector &windows) { windows.resize(0); for (size_t i = 0; i < getTopLevelWindows().size(); ++i) { if (GetWindowTitle(i) != "") windows.emplace_back(GetWindowTitle(i)); } } // Overloaded void GetWindowList(QStringList &windows) { windows.clear(); for (size_t i = 0; i < getTopLevelWindows().size(); ++i) { if (GetWindowTitle(i) != "") windows << QString::fromStdString(GetWindowTitle(i)); } } void GetCurrentWindowTitle(std::string &title) { if (!ewmhIsSupported()) { return; } Atom active = XInternAtom(disp(), "_NET_ACTIVE_WINDOW", true); Atom actualType; int format; unsigned long num, bytes; Window *data = 0; char *name; Window rootWin = RootWindow(disp(), 0); int xstatus = XGetWindowProperty(disp(), rootWin, active, 0L, ~0L, false, AnyPropertyType, &actualType, &format, &num, &bytes, (uint8_t **)&data); if (data == nullptr) { return; } int status = 0; XTextProperty text; if (xstatus == Success && data[0]) { status = XGetTextProperty(disp(), data[0], &text, XInternAtom(disp(), "_NET_WM_NAME", true)); if (status == 0) status = XGetTextProperty(disp(), data[0], &text, XInternAtom(disp(), "WM_NAME", true)); } name = reinterpret_cast(text.value); if (status != 0 && name != nullptr) { std::string str(name); title = str; XFree(name); } } std::pair getCursorPos() { std::pair pos(0, 0); Display *dpy; Window root; Window ret_root; Window ret_child; int root_x; int root_y; int win_x; int win_y; unsigned int mask; dpy = disp(); root = XDefaultRootWindow(dpy); if (XQueryPointer(dpy, root, &ret_root, &ret_child, &root_x, &root_y, &win_x, &win_y, &mask)) { pos = std::pair(root_x, root_y); } return pos; } bool isMaximized(const std::string &title) { if (!ewmhIsSupported()) return false; // Find switch in top level windows std::vector windows = getTopLevelWindows(); for (auto &window : windows) { XTextProperty text; int status = XGetTextProperty( disp(), window, &text, XInternAtom(disp(), "_NET_WM_NAME", true)); if (status == 0) status = XGetTextProperty(disp(), window, &text, XInternAtom(disp(), "WM_NAME", true)); char *name = reinterpret_cast(text.value); if (status == 0 || name == nullptr) continue; // True if switch equals window bool equals = (title == name); // True if switch matches window bool matches = QString::fromStdString(name).contains( QRegularExpression(QString::fromStdString(title))); // If found, check if switch is maximized if (equals || matches) { QStringList states = getStates(window); if (!states.isEmpty()) { // True if window is maximized vertically bool vertical = states.contains( "_NET_WM_STATE_MAXIMIZED_VERT"); // True if window is maximized horizontally bool horizontal = states.contains( "_NET_WM_STATE_MAXIMIZED_HORZ"); return (vertical && horizontal); } break; } } return false; } bool isFullscreen(const std::string &title) { if (!ewmhIsSupported()) return false; // Find switch in top level windows std::vector windows = getTopLevelWindows(); for (auto &window : windows) { XTextProperty text; int status = XGetTextProperty( disp(), window, &text, XInternAtom(disp(), "_NET_WM_NAME", true)); if (status == 0) status = XGetTextProperty(disp(), window, &text, XInternAtom(disp(), "WM_NAME", true)); char *name = reinterpret_cast(text.value); if (status == 0 || name == nullptr) continue; // True if switch equals window bool equals = (title == name); // True if switch matches window bool matches = QString::fromStdString(name).contains( QRegularExpression(QString::fromStdString(title))); // If found, check if switch is fullscreen if (equals || matches) { QStringList states = getStates(window); if (!states.isEmpty()) { // True if window is fullscreen bool fullscreen = states.contains( "_NET_WM_STATE_FULLSCREEN"); return (fullscreen); } break; } } return false; } //exe switch is not quite what is expected but it works for now void GetProcessList(QStringList &processes) { processes.clear(); PROCTAB *proc = openproc(PROC_FILLSTAT); proc_t proc_info; memset(&proc_info, 0, sizeof(proc_info)); while (readproc(proc, &proc_info) != NULL) { QString procName(proc_info.cmd); if (!procName.isEmpty() && !processes.contains(proc_info.cmd)) { processes << QString(proc_info.cmd); } } closeproc(proc); } int getForegroundProcessPid() { if (!ewmhIsSupported()) { return -1; } auto dpy = disp(); Atom active = XInternAtom(dpy, "_NET_ACTIVE_WINDOW", true); Atom actualType; int format; unsigned long num, bytes; Window *window = 0; int pid = -1; Window rootWin = RootWindow(dpy, 0); int xstatus = XGetWindowProperty(dpy, rootWin, active, 0L, ~0L, false, AnyPropertyType, &actualType, &format, &num, &bytes, (uint8_t **)&window); if (xstatus == 0 && window == nullptr) { return -1; } Atom atom, actual_type; int actual_format; unsigned long nitems; unsigned long bytes_after; unsigned char *prop; atom = XInternAtom(dpy, "_NET_WM_PID", True); auto status = XGetWindowProperty(dpy, *window, atom, 0, 1024, False, AnyPropertyType, &actual_type, &actual_format, &nitems, &bytes_after, &prop); if (status != 0) { return -2; } if (!prop) { return -3; } pid = prop[1] * 256; pid += prop[0]; return pid; } std::string getProcNameFromPid(int pid) { std::string path = "/proc/" + std::to_string(pid) + "/comm"; std::ifstream t(path); std::stringstream buffer; buffer << t.rdbuf(); return buffer.str(); } bool isInFocus(const QString &executable) { auto pid = getForegroundProcessPid(); std::string current = getProcNameFromPid(pid); // True if executable switch equals current window bool equals = (executable.toStdString() == current); // True if executable switch matches current window bool matches = QString::fromStdString(current).contains( QRegularExpression(executable)); return (equals || matches); } int secondsSinceLastInput() { time_t idle_time; static XScreenSaverInfo *mit_info; Display *display; int screen; mit_info = XScreenSaverAllocInfo(); if ((display = disp()) == NULL) { return -1; } screen = DefaultScreen(display); XScreenSaverQueryInfo(display, RootWindow(display, screen), mit_info); idle_time = (mit_info->idle) / 1000; XFree(mit_info); return idle_time; } static std::unordered_map keyTable = { // Chars {HotkeyType::Key_A, XK_A}, {HotkeyType::Key_B, XK_B}, {HotkeyType::Key_C, XK_C}, {HotkeyType::Key_D, XK_D}, {HotkeyType::Key_E, XK_E}, {HotkeyType::Key_F, XK_F}, {HotkeyType::Key_G, XK_G}, {HotkeyType::Key_H, XK_H}, {HotkeyType::Key_I, XK_I}, {HotkeyType::Key_J, XK_J}, {HotkeyType::Key_K, XK_K}, {HotkeyType::Key_L, XK_L}, {HotkeyType::Key_M, XK_M}, {HotkeyType::Key_N, XK_N}, {HotkeyType::Key_O, XK_O}, {HotkeyType::Key_P, XK_P}, {HotkeyType::Key_Q, XK_Q}, {HotkeyType::Key_R, XK_R}, {HotkeyType::Key_S, XK_S}, {HotkeyType::Key_T, XK_T}, {HotkeyType::Key_U, XK_U}, {HotkeyType::Key_V, XK_V}, {HotkeyType::Key_W, XK_W}, {HotkeyType::Key_X, XK_X}, {HotkeyType::Key_Y, XK_Y}, {HotkeyType::Key_Z, XK_Z}, // Numbers {HotkeyType::Key_0, XK_0}, {HotkeyType::Key_1, XK_1}, {HotkeyType::Key_2, XK_2}, {HotkeyType::Key_3, XK_3}, {HotkeyType::Key_4, XK_4}, {HotkeyType::Key_5, XK_5}, {HotkeyType::Key_6, XK_6}, {HotkeyType::Key_7, XK_7}, {HotkeyType::Key_8, XK_8}, {HotkeyType::Key_9, XK_9}, {HotkeyType::Key_F1, XK_F1}, {HotkeyType::Key_F2, XK_F2}, {HotkeyType::Key_F3, XK_F3}, {HotkeyType::Key_F4, XK_F4}, {HotkeyType::Key_F5, XK_F5}, {HotkeyType::Key_F6, XK_F6}, {HotkeyType::Key_F7, XK_F7}, {HotkeyType::Key_F8, XK_F8}, {HotkeyType::Key_F9, XK_F9}, {HotkeyType::Key_F10, XK_F10}, {HotkeyType::Key_F11, XK_F11}, {HotkeyType::Key_F12, XK_F12}, {HotkeyType::Key_F13, XK_F13}, {HotkeyType::Key_F14, XK_F14}, {HotkeyType::Key_F15, XK_F15}, {HotkeyType::Key_F16, XK_F16}, {HotkeyType::Key_F17, XK_F17}, {HotkeyType::Key_F18, XK_F18}, {HotkeyType::Key_F19, XK_F19}, {HotkeyType::Key_F20, XK_F20}, {HotkeyType::Key_F21, XK_F21}, {HotkeyType::Key_F22, XK_F22}, {HotkeyType::Key_F23, XK_F23}, {HotkeyType::Key_F24, XK_F24}, {HotkeyType::Key_Escape, XK_Escape}, {HotkeyType::Key_Space, XK_space}, {HotkeyType::Key_Return, XK_Return}, {HotkeyType::Key_Backspace, XK_BackSpace}, {HotkeyType::Key_Tab, XK_Tab}, {HotkeyType::Key_Shift_L, XK_Shift_L}, {HotkeyType::Key_Shift_R, XK_Shift_R}, {HotkeyType::Key_Control_L, XK_Control_L}, {HotkeyType::Key_Control_R, XK_Control_R}, {HotkeyType::Key_Alt_L, XK_Alt_L}, {HotkeyType::Key_Alt_R, XK_Alt_R}, {HotkeyType::Key_Win_L, XK_Super_L}, {HotkeyType::Key_Win_R, XK_Super_R}, {HotkeyType::Key_Apps, XK_Hyper_L}, {HotkeyType::Key_CapsLock, XK_Caps_Lock}, {HotkeyType::Key_NumLock, XK_Num_Lock}, {HotkeyType::Key_ScrollLock, XK_Scroll_Lock}, {HotkeyType::Key_PrintScreen, XK_Print}, {HotkeyType::Key_Pause, XK_Pause}, {HotkeyType::Key_Insert, XK_Insert}, {HotkeyType::Key_Delete, XK_Delete}, {HotkeyType::Key_PageUP, XK_Page_Up}, {HotkeyType::Key_PageDown, XK_Page_Down}, {HotkeyType::Key_Home, XK_Home}, {HotkeyType::Key_End, XK_End}, {HotkeyType::Key_Left, XK_Left}, {HotkeyType::Key_Up, XK_Up}, {HotkeyType::Key_Right, XK_Right}, {HotkeyType::Key_Down, XK_Down}, {HotkeyType::Key_Numpad0, XK_KP_0}, {HotkeyType::Key_Numpad1, XK_KP_1}, {HotkeyType::Key_Numpad2, XK_KP_2}, {HotkeyType::Key_Numpad3, XK_KP_3}, {HotkeyType::Key_Numpad4, XK_KP_4}, {HotkeyType::Key_Numpad5, XK_KP_5}, {HotkeyType::Key_Numpad6, XK_KP_6}, {HotkeyType::Key_Numpad7, XK_KP_7}, {HotkeyType::Key_Numpad8, XK_KP_8}, {HotkeyType::Key_Numpad9, XK_KP_9}, {HotkeyType::Key_NumpadAdd, XK_KP_Add}, {HotkeyType::Key_NumpadSubtract, XK_KP_Subtract}, {HotkeyType::Key_NumpadMultiply, XK_KP_Multiply}, {HotkeyType::Key_NumpadDivide, XK_KP_Divide}, {HotkeyType::Key_NumpadDecimal, XK_KP_Decimal}, {HotkeyType::Key_NumpadEnter, XK_KP_Enter}, }; void PressKeys(const std::vector keys, int duration) { if (!canSimulateKeyPresses) { return; } Display *display = disp(); if (display == NULL) return; // Press keys for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } pressFunc(display, XKeysymToKeycode(display, it->second), true, CurrentTime); } XFlush(display); std::this_thread::sleep_for(std::chrono::milliseconds(duration)); // Release keys for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } pressFunc(display, XKeysymToKeycode(display, it->second), false, CurrentTime); } XFlush(display); } void PlatformInit() { libXtstHandle = new QLibrary("libXtst.so", nullptr); pressFunc = (keyPressFunc)libXtstHandle->resolve("XTestFakeKeyEvent"); int _; canSimulateKeyPresses = pressFunc && !XQueryExtension(disp(), "XTEST", &_, &_, &_); } void PlatformCleanup() { delete libXtstHandle; libXtstHandle = nullptr; cleanupDisplay(); } SceneSwitcher-1.17.2/src/macro-action-audio.cpp000066400000000000000000000220571417525156400213360ustar00rootroot00000000000000#include "headers/macro-action-audio.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionAudio::id = "audio"; bool MacroActionAudio::_registered = MacroActionFactory::Register( MacroActionAudio::id, {MacroActionAudio::Create, MacroActionAudioEdit::Create, "AdvSceneSwitcher.action.audio"}); const static std::map actionTypes = { {AudioAction::MUTE, "AdvSceneSwitcher.action.audio.type.mute"}, {AudioAction::UNMUTE, "AdvSceneSwitcher.action.audio.type.unmute"}, {AudioAction::SOURCE_VOLUME, "AdvSceneSwitcher.action.audio.type.sourceVolume"}, {AudioAction::MASTER_VOLUME, "AdvSceneSwitcher.action.audio.type.masterVolume"}, }; constexpr auto fadeInterval = std::chrono::milliseconds(100); constexpr float minFade = 0.000001f; void fadeSourceVolume(Duration duration, float vol, OBSWeakSource audioSource) { auto s = obs_weak_source_get_source(audioSource); if (!s) { return; } float curVol = obs_source_get_volume(s); obs_source_release(s); bool volIncrease = curVol <= vol; int nrSteps = duration.seconds * 1000 / fadeInterval.count(); float volDiff = (volIncrease) ? vol - curVol : curVol - vol; float volStep = volDiff / nrSteps; if (volStep < minFade) { switcher->activeAudioFades[GetWeakSourceName(audioSource)] = false; return; } for (int step = 0; step < nrSteps && !switcher->stop; ++step) { auto s = obs_weak_source_get_source(audioSource); if (!s) { return; } curVol = (volIncrease) ? curVol + volStep : curVol - volStep; obs_source_set_volume(s, curVol); std::this_thread::sleep_for(fadeInterval); obs_source_release(s); } switcher->activeAudioFades[GetWeakSourceName(audioSource)] = false; } void fadeMasterVolume(Duration duration, float vol) { float curVol = obs_get_master_volume(); bool volIncrease = curVol <= vol; int nrSteps = duration.seconds * 1000 / fadeInterval.count(); float volDiff = (volIncrease) ? vol - curVol : curVol - vol; float volStep = volDiff / nrSteps; if (volStep < minFade) { switcher->masterAudioFadeActive = false; return; } for (int step = 0; step < nrSteps && !switcher->stop; ++step) { curVol = (volIncrease) ? curVol + volStep : curVol - volStep; obs_set_master_volume(curVol); std::this_thread::sleep_for(fadeInterval); } switcher->masterAudioFadeActive = false; } void startSourceFade(Duration &duration, float vol, OBSWeakSource audioSource) { if (!audioSource) { return; } auto it = switcher->activeAudioFades.find(GetWeakSourceName(audioSource)); if (it != switcher->activeAudioFades.end() && it->second == true) { blog(LOG_WARNING, "Audio fade for volume of %s already active! New fade request will be ignored!", GetWeakSourceName(audioSource).c_str()); return; } switcher->activeAudioFades[GetWeakSourceName(audioSource)] = true; switcher->audioHelperThreads.emplace_back(fadeSourceVolume, duration, vol, audioSource); } void startMasterFade(Duration &duration, float vol) { if (switcher->masterAudioFadeActive) { blog(LOG_WARNING, "Audio fade for master volume already active! New fade request will be ignored!"); return; } switcher->masterAudioFadeActive = true; switcher->audioHelperThreads.emplace_back(fadeMasterVolume, duration, vol); } bool MacroActionAudio::PerformAction() { auto s = obs_weak_source_get_source(_audioSource); switch (_action) { case AudioAction::MUTE: obs_source_set_muted(s, true); break; case AudioAction::UNMUTE: obs_source_set_muted(s, false); break; case AudioAction::SOURCE_VOLUME: if (_fade && _duration.seconds != 0) { startSourceFade(_duration, (float)_volume / 100.0f, _audioSource); } else { obs_source_set_volume(s, (float)_volume / 100.0f); } break; case AudioAction::MASTER_VOLUME: if (_fade && _duration.seconds != 0) { startMasterFade(_duration, (float)_volume / 100.0f); } else { obs_set_master_volume((float)_volume / 100.0f); } break; default: break; } obs_source_release(s); return true; } void MacroActionAudio::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\" for source \"%s\" with volume %d with fade %d %f", it->second.c_str(), GetWeakSourceName(_audioSource).c_str(), _volume, _fade, _duration.seconds); } else { blog(LOG_WARNING, "ignored unknown audio action %d", static_cast(_action)); } } bool MacroActionAudio::Save(obs_data_t *obj) { MacroAction::Save(obj); _duration.Save(obj); obs_data_set_string(obj, "audioSource", GetWeakSourceName(_audioSource).c_str()); obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_int(obj, "volume", _volume); obs_data_set_bool(obj, "fade", _fade); return true; } bool MacroActionAudio::Load(obs_data_t *obj) { MacroAction::Load(obj); _duration.Load(obj); const char *audioSourceName = obs_data_get_string(obj, "audioSource"); _audioSource = GetWeakSourceByName(audioSourceName); _action = static_cast(obs_data_get_int(obj, "action")); _volume = obs_data_get_int(obj, "volume"); _fade = obs_data_get_bool(obj, "fade"); return true; } std::string MacroActionAudio::GetShortDesc() { if (_audioSource) { return GetWeakSourceName(_audioSource); } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionAudioEdit::MacroActionAudioEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _audioSources = new QComboBox(); _actions = new QComboBox(); _volumePercent = new QSpinBox(); _volumePercent->setMinimum(0); _volumePercent->setMaximum(2000); _volumePercent->setSuffix("%"); _fade = new QCheckBox(); _duration = new DurationSelection(parent, false); populateActionSelection(_actions); populateAudioSelection(_audioSources); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_audioSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_volumePercent, SIGNAL(valueChanged(int)), this, SLOT(VolumeChanged(int))); QWidget::connect(_fade, SIGNAL(stateChanged(int)), this, SLOT(FadeChanged(int))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); std::unordered_map widgetPlaceholders = { {"{{audioSources}}", _audioSources}, {"{{actions}}", _actions}, {"{{volume}}", _volumePercent}, {"{{fade}}", _fade}, {"{{duration}}", _duration}, }; QHBoxLayout *entryLayout = new QHBoxLayout; placeWidgets(obs_module_text("AdvSceneSwitcher.action.audio.entry"), entryLayout, widgetPlaceholders); _fadeLayout = new QHBoxLayout; placeWidgets(obs_module_text("AdvSceneSwitcher.action.audio.fade"), _fadeLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addLayout(_fadeLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } bool hasVolumeControl(AudioAction action) { return action == AudioAction::SOURCE_VOLUME || action == AudioAction::MASTER_VOLUME; } bool hasSourceControl(AudioAction action) { return action != AudioAction::MASTER_VOLUME; } void MacroActionAudioEdit::SetWidgetVisibility() { _volumePercent->setVisible(hasVolumeControl(_entryData->_action)); _audioSources->setVisible(hasSourceControl(_entryData->_action)); setLayoutVisible(_fadeLayout, hasVolumeControl(_entryData->_action)); adjustSize(); } void MacroActionAudioEdit::UpdateEntryData() { if (!_entryData) { return; } _audioSources->setCurrentText( GetWeakSourceName(_entryData->_audioSource).c_str()); _actions->setCurrentIndex(static_cast(_entryData->_action)); _volumePercent->setValue(_entryData->_volume); _fade->setChecked(_entryData->_fade); _duration->SetDuration(_entryData->_duration); SetWidgetVisibility(); } void MacroActionAudioEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_audioSource = GetWeakSourceByQString(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionAudioEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); SetWidgetVisibility(); } void MacroActionAudioEdit::VolumeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_volume = value; } void MacroActionAudioEdit::FadeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_fade = value; } void MacroActionAudioEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } SceneSwitcher-1.17.2/src/macro-action-edit.cpp000066400000000000000000000146171417525156400211650ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/macro-action-edit.hpp" #include "headers/macro-action-scene-switch.hpp" #include "headers/section.hpp" #include "headers/macro-controls.hpp" #include "headers/utility.hpp" std::map MacroActionFactory::_methods; bool MacroActionFactory::Register(const std::string &id, MacroActionInfo info) { if (auto it = _methods.find(id); it == _methods.end()) { _methods[id] = info; return true; } return false; } std::shared_ptr MacroActionFactory::Create(const std::string &id, Macro *m) { if (auto it = _methods.find(id); it != _methods.end()) return it->second._createFunc(m); return nullptr; } QWidget *MacroActionFactory::CreateWidget(const std::string &id, QWidget *parent, std::shared_ptr action) { if (auto it = _methods.find(id); it != _methods.end()) return it->second._createWidgetFunc(parent, action); return nullptr; } std::string MacroActionFactory::GetActionName(const std::string &id) { if (auto it = _methods.find(id); it != _methods.end()) { return it->second._name; } return "unknown action"; } std::string MacroActionFactory::GetIdByName(const QString &name) { for (auto it : _methods) { if (name == obs_module_text(it.second._name.c_str())) { return it.first; } } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : MacroActionFactory::GetActionTypes()) { list->addItem(obs_module_text(entry.second._name.c_str())); } list->model()->sort(0); } MacroActionEdit::MacroActionEdit(QWidget *parent, std::shared_ptr *entryData, const std::string &id) : MacroSegmentEdit(parent), _entryData(entryData) { _actionSelection = new QComboBox(); QWidget::connect(_actionSelection, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ActionSelectionChanged(const QString &))); populateActionSelection(_actionSelection); _section->AddHeaderWidget(_actionSelection); _section->AddHeaderWidget(_headerInfo); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addWidget(_section); mainLayout->addWidget(_controls); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(id); _loading = false; } void MacroActionEdit::ActionSelectionChanged(const QString &text) { if (_loading || !_entryData) { return; } auto idx = _entryData->get()->GetIndex(); auto macro = _entryData->get()->GetMacro(); std::string id = MacroActionFactory::GetIdByName(text); HeaderInfoChanged(""); std::lock_guard lock(switcher->m); _entryData->reset(); *_entryData = MacroActionFactory::Create(id, macro); (*_entryData)->SetIndex(idx); auto widget = MacroActionFactory::CreateWidget(id, this, *_entryData); QWidget::connect(widget, SIGNAL(HeaderInfoChanged(const QString &)), this, SLOT(HeaderInfoChanged(const QString &))); _section->SetContent(widget, false); SetFocusPolicyOfWidgets(); } void MacroActionEdit::UpdateEntryData(const std::string &id) { _actionSelection->setCurrentText( obs_module_text(MacroActionFactory::GetActionName(id).c_str())); auto widget = MacroActionFactory::CreateWidget(id, this, *_entryData); QWidget::connect(widget, SIGNAL(HeaderInfoChanged(const QString &)), this, SLOT(HeaderInfoChanged(const QString &))); HeaderInfoChanged( QString::fromStdString((*_entryData)->GetShortDesc())); _section->SetContent(widget, (*_entryData)->GetCollapsed()); SetFocusPolicyOfWidgets(); } MacroSegment *MacroActionEdit::Data() { return _entryData->get(); } void AdvSceneSwitcher::AddMacroAction(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx > (int)macro->Actions().size()) { return; } std::string id; if (idx - 1 >= 0) { id = macro->Actions().at(idx - 1)->GetId(); } else { MacroActionSwitchScene temp(nullptr); id = temp.GetId(); } std::lock_guard lock(switcher->m); macro->Actions().emplace(macro->Actions().begin() + idx, MacroActionFactory::Create(id, macro)); if (idx - 1 >= 0) { auto data = obs_data_create(); macro->Actions().at(idx - 1)->Save(data); macro->Actions().at(idx)->Load(data); obs_data_release(data); } macro->UpdateActionIndices(); clearLayout(ui->macroEditActionLayout, idx); PopulateMacroActions(*macro, idx); HighlightAction(idx); } void AdvSceneSwitcher::on_actionAdd_clicked() { auto macro = getSelectedMacro(); if (!macro) { return; } AddMacroAction((int)macro->Actions().size()); ui->macroEditActionHelp->setVisible(false); } void AdvSceneSwitcher::RemoveMacroAction(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx >= (int)macro->Actions().size()) { return; } std::lock_guard lock(switcher->m); macro->Actions().erase(macro->Actions().begin() + idx); switcher->abortMacroWait = true; switcher->macroWaitCv.notify_all(); macro->UpdateActionIndices(); clearLayout(ui->macroEditActionLayout, idx); PopulateMacroActions(*macro, idx); } void AdvSceneSwitcher::on_actionRemove_clicked() { auto macro = getSelectedMacro(); if (!macro) { return; } RemoveMacroAction((int)macro->Actions().size() - 1); } void AdvSceneSwitcher::SwapActions(Macro *m, int pos1, int pos2) { if (pos1 == pos2) { return; } if (pos1 > pos2) { std::swap(pos1, pos2); } std::lock_guard lock(switcher->m); iter_swap(m->Actions().begin() + pos1, m->Actions().begin() + pos2); m->UpdateActionIndices(); auto a1 = m->Actions().begin() + pos1; auto a2 = m->Actions().begin() + pos2; auto item1 = ui->macroEditActionLayout->takeAt(pos1); auto item2 = ui->macroEditActionLayout->takeAt(pos2 - 1); deleteLayoutItem(item1); deleteLayoutItem(item2); auto widget1 = new MacroActionEdit(this, &(*a1), (*a1)->GetId()); auto widget2 = new MacroActionEdit(this, &(*a2), (*a2)->GetId()); ConnectControlSignals(widget1); ConnectControlSignals(widget2); ui->macroEditActionLayout->insertWidget(pos1, widget1); ui->macroEditActionLayout->insertWidget(pos2, widget2); } void AdvSceneSwitcher::MoveMacroActionUp(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 1 || idx >= (int)macro->Actions().size()) { return; } SwapActions(macro, idx, idx - 1); } void AdvSceneSwitcher::MoveMacroActionDown(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx >= (int)macro->Actions().size() - 1) { return; } SwapActions(macro, idx, idx + 1); } SceneSwitcher-1.17.2/src/macro-action-file.cpp000066400000000000000000000100631417525156400211460ustar00rootroot00000000000000#include "headers/macro-action-file.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include #include #include const std::string MacroActionFile::id = "file"; bool MacroActionFile::_registered = MacroActionFactory::Register( MacroActionFile::id, {MacroActionFile::Create, MacroActionFileEdit::Create, "AdvSceneSwitcher.action.file"}); const static std::map actionTypes = { {FileAction::WRITE, "AdvSceneSwitcher.action.file.type.write"}, {FileAction::APPEND, "AdvSceneSwitcher.action.file.type.append"}, }; bool MacroActionFile::PerformAction() { QString path = QString::fromStdString(_file); QFile file(path); bool open = false; switch (_action) { case FileAction::WRITE: open = file.open(QIODevice::WriteOnly); break; case FileAction::APPEND: open = file.open(QIODevice::WriteOnly | QIODevice::Append); break; default: break; } if (open) { QTextStream out(&file); out << QString::fromStdString(_text); } return true; } void MacroActionFile::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\" for file \"%s\"", it->second.c_str(), _file.c_str()); } else { blog(LOG_WARNING, "ignored unknown file action %d", static_cast(_action)); } } bool MacroActionFile::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "file", _file.c_str()); obs_data_set_string(obj, "text", _text.c_str()); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionFile::Load(obs_data_t *obj) { MacroAction::Load(obj); _file = obs_data_get_string(obj, "file"); _text = obs_data_get_string(obj, "text"); _action = static_cast(obs_data_get_int(obj, "action")); return true; } std::string MacroActionFile::GetShortDesc() { return _file; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionFileEdit::MacroActionFileEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _filePath = new FileSelection(FileSelection::Type::WRITE); _text = new QPlainTextEdit(); _actions = new QComboBox(); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_filePath, SIGNAL(PathChanged(const QString &)), this, SLOT(PathChanged(const QString &))); QWidget::connect(_text, SIGNAL(textChanged()), this, SLOT(TextChanged())); ; QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{filePath}}", _filePath}, {"{{matchText}}", _text}, {"{{actions}}", _actions}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.file.entry"), entryLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_text); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionFileEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _filePath->SetPath(QString::fromStdString(_entryData->_file)); _text->setPlainText(QString::fromStdString(_entryData->_text)); } void MacroActionFileEdit::PathChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_file = text.toUtf8().constData(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionFileEdit::TextChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_text = _text->toPlainText().toStdString(); } void MacroActionFileEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } SceneSwitcher-1.17.2/src/macro-action-filter.cpp000066400000000000000000000144041417525156400215170ustar00rootroot00000000000000#include "headers/macro-action-filter.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionFilter::id = "filter"; bool MacroActionFilter::_registered = MacroActionFactory::Register( MacroActionFilter::id, {MacroActionFilter::Create, MacroActionFilterEdit::Create, "AdvSceneSwitcher.action.filter"}); const static std::map actionTypes = { {FilterAction::ENABLE, "AdvSceneSwitcher.action.filter.type.enable"}, {FilterAction::DISABLE, "AdvSceneSwitcher.action.filter.type.disable"}, {FilterAction::SETTINGS, "AdvSceneSwitcher.action.filter.type.settings"}, }; bool MacroActionFilter::PerformAction() { auto s = obs_weak_source_get_source(_filter); switch (_action) { case FilterAction::ENABLE: obs_source_set_enabled(s, true); break; case FilterAction::DISABLE: obs_source_set_enabled(s, false); break; case FilterAction::SETTINGS: setSourceSettings(s, _settings); break; default: break; } obs_source_release(s); return true; } void MacroActionFilter::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\" for filter \"%s\" on source \"%s\"", it->second.c_str(), GetWeakSourceName(_filter).c_str(), GetWeakSourceName(_source).c_str()); } else { blog(LOG_WARNING, "ignored unknown filter action %d", static_cast(_action)); } } bool MacroActionFilter::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); obs_data_set_string(obj, "filter", GetWeakSourceName(_filter).c_str()); obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_string(obj, "settings", _settings.c_str()); return true; } bool MacroActionFilter::Load(obs_data_t *obj) { MacroAction::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); const char *filterName = obs_data_get_string(obj, "filter"); _filter = GetWeakFilterByQString(_source, filterName); _action = static_cast(obs_data_get_int(obj, "action")); _settings = obs_data_get_string(obj, "settings"); return true; } std::string MacroActionFilter::GetShortDesc() { if (_filter && _source) { return GetWeakSourceName(_source) + " - " + GetWeakSourceName(_filter); } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionFilterEdit::MacroActionFilterEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sources = new QComboBox(); _filters = new QComboBox(); _filters->setSizeAdjustPolicy(QComboBox::AdjustToContents); _actions = new QComboBox(); _getSettings = new QPushButton( obs_module_text("AdvSceneSwitcher.action.filter.getSettings")); _settings = new QPlainTextEdit(); populateActionSelection(_actions); populateSourcesWithFilterSelection(_sources); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_sources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_filters, SIGNAL(currentTextChanged(const QString &)), this, SLOT(FilterChanged(const QString &))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, {"{{filters}}", _filters}, {"{{actions}}", _actions}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.filter.entry"), entryLayout, widgetPlaceholders); QHBoxLayout *buttonLayout = new QHBoxLayout; buttonLayout->addWidget(_getSettings); buttonLayout->addStretch(); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_settings); mainLayout->addLayout(buttonLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionFilterEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _sources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); populateFilterSelection(_filters, _entryData->_source); _filters->setCurrentText( GetWeakSourceName(_entryData->_filter).c_str()); _settings->setPlainText(QString::fromStdString(_entryData->_settings)); SetWidgetVisibility(_entryData->_action == FilterAction::SETTINGS); } void MacroActionFilterEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } { std::lock_guard lock(switcher->m); _entryData->_source = GetWeakSourceByQString(text); } _filters->clear(); populateFilterSelection(_filters, _entryData->_source); _filters->adjustSize(); } void MacroActionFilterEdit::FilterChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_filter = GetWeakFilterByQString(_entryData->_source, text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionFilterEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); SetWidgetVisibility(_entryData->_action == FilterAction::SETTINGS); } void MacroActionFilterEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_source || !_entryData->_filter) { return; } _settings->setPlainText( formatJsonString(getSourceSettings(_entryData->_filter))); } void MacroActionFilterEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settings = _settings->toPlainText().toStdString(); } void MacroActionFilterEdit::SetWidgetVisibility(bool showSettings) { _settings->setVisible(showSettings); _getSettings->setVisible(showSettings); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-hotkey.cpp000066400000000000000000000411221417525156400215320ustar00rootroot00000000000000#include "headers/macro-action-hotkey.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include const std::string MacroActionHotkey::id = "hotkey"; bool MacroActionHotkey::_registered = MacroActionFactory::Register( MacroActionHotkey::id, {MacroActionHotkey::Create, MacroActionHotkeyEdit::Create, "AdvSceneSwitcher.action.hotkey"}); static std::unordered_map keyTable = { // Chars {HotkeyType::Key_A, OBS_KEY_A}, {HotkeyType::Key_B, OBS_KEY_B}, {HotkeyType::Key_C, OBS_KEY_C}, {HotkeyType::Key_D, OBS_KEY_D}, {HotkeyType::Key_E, OBS_KEY_E}, {HotkeyType::Key_F, OBS_KEY_F}, {HotkeyType::Key_G, OBS_KEY_G}, {HotkeyType::Key_H, OBS_KEY_H}, {HotkeyType::Key_I, OBS_KEY_I}, {HotkeyType::Key_J, OBS_KEY_J}, {HotkeyType::Key_K, OBS_KEY_K}, {HotkeyType::Key_L, OBS_KEY_L}, {HotkeyType::Key_M, OBS_KEY_M}, {HotkeyType::Key_N, OBS_KEY_N}, {HotkeyType::Key_O, OBS_KEY_O}, {HotkeyType::Key_P, OBS_KEY_P}, {HotkeyType::Key_Q, OBS_KEY_Q}, {HotkeyType::Key_R, OBS_KEY_R}, {HotkeyType::Key_S, OBS_KEY_S}, {HotkeyType::Key_T, OBS_KEY_T}, {HotkeyType::Key_U, OBS_KEY_U}, {HotkeyType::Key_V, OBS_KEY_V}, {HotkeyType::Key_W, OBS_KEY_W}, {HotkeyType::Key_X, OBS_KEY_X}, {HotkeyType::Key_Y, OBS_KEY_Y}, {HotkeyType::Key_Z, OBS_KEY_Z}, // Numbers {HotkeyType::Key_0, OBS_KEY_0}, {HotkeyType::Key_1, OBS_KEY_1}, {HotkeyType::Key_2, OBS_KEY_2}, {HotkeyType::Key_3, OBS_KEY_3}, {HotkeyType::Key_4, OBS_KEY_4}, {HotkeyType::Key_5, OBS_KEY_5}, {HotkeyType::Key_6, OBS_KEY_6}, {HotkeyType::Key_7, OBS_KEY_7}, {HotkeyType::Key_8, OBS_KEY_8}, {HotkeyType::Key_9, OBS_KEY_9}, {HotkeyType::Key_F1, OBS_KEY_F1}, {HotkeyType::Key_F2, OBS_KEY_F2}, {HotkeyType::Key_F3, OBS_KEY_F3}, {HotkeyType::Key_F4, OBS_KEY_F4}, {HotkeyType::Key_F5, OBS_KEY_F5}, {HotkeyType::Key_F6, OBS_KEY_F6}, {HotkeyType::Key_F7, OBS_KEY_F7}, {HotkeyType::Key_F8, OBS_KEY_F8}, {HotkeyType::Key_F9, OBS_KEY_F9}, {HotkeyType::Key_F10, OBS_KEY_F10}, {HotkeyType::Key_F11, OBS_KEY_F11}, {HotkeyType::Key_F12, OBS_KEY_F12}, {HotkeyType::Key_F13, OBS_KEY_F13}, {HotkeyType::Key_F14, OBS_KEY_F14}, {HotkeyType::Key_F15, OBS_KEY_F15}, {HotkeyType::Key_F16, OBS_KEY_F16}, {HotkeyType::Key_F17, OBS_KEY_F17}, {HotkeyType::Key_F18, OBS_KEY_F18}, {HotkeyType::Key_F19, OBS_KEY_F19}, {HotkeyType::Key_F20, OBS_KEY_F20}, {HotkeyType::Key_F21, OBS_KEY_F21}, {HotkeyType::Key_F22, OBS_KEY_F22}, {HotkeyType::Key_F23, OBS_KEY_F23}, {HotkeyType::Key_F24, OBS_KEY_F24}, {HotkeyType::Key_Escape, OBS_KEY_ESCAPE}, {HotkeyType::Key_Space, OBS_KEY_SPACE}, {HotkeyType::Key_Return, OBS_KEY_RETURN}, {HotkeyType::Key_Backspace, OBS_KEY_BACKSPACE}, {HotkeyType::Key_Tab, OBS_KEY_TAB}, {HotkeyType::Key_Shift_L, OBS_KEY_SHIFT}, {HotkeyType::Key_Shift_R, OBS_KEY_SHIFT}, {HotkeyType::Key_Control_L, OBS_KEY_CONTROL}, {HotkeyType::Key_Control_R, OBS_KEY_CONTROL}, {HotkeyType::Key_Alt_L, OBS_KEY_ALT}, {HotkeyType::Key_Alt_R, OBS_KEY_ALT}, {HotkeyType::Key_Win_L, OBS_KEY_META}, {HotkeyType::Key_Win_R, OBS_KEY_META}, {HotkeyType::Key_Apps, OBS_KEY_APPLICATIONLEFT}, {HotkeyType::Key_CapsLock, OBS_KEY_CAPSLOCK}, {HotkeyType::Key_NumLock, OBS_KEY_NUMLOCK}, {HotkeyType::Key_ScrollLock, OBS_KEY_SCROLLLOCK}, {HotkeyType::Key_PrintScreen, OBS_KEY_PRINT}, {HotkeyType::Key_Pause, OBS_KEY_PAUSE}, {HotkeyType::Key_Insert, OBS_KEY_INSERT}, {HotkeyType::Key_Delete, OBS_KEY_DELETE}, {HotkeyType::Key_PageUP, OBS_KEY_PAGEUP}, {HotkeyType::Key_PageDown, OBS_KEY_PAGEDOWN}, {HotkeyType::Key_Home, OBS_KEY_HOME}, {HotkeyType::Key_End, OBS_KEY_END}, {HotkeyType::Key_Left, OBS_KEY_LEFT}, {HotkeyType::Key_Up, OBS_KEY_UP}, {HotkeyType::Key_Right, OBS_KEY_RIGHT}, {HotkeyType::Key_Down, OBS_KEY_DOWN}, {HotkeyType::Key_Numpad0, OBS_KEY_NUM0}, {HotkeyType::Key_Numpad1, OBS_KEY_NUM1}, {HotkeyType::Key_Numpad2, OBS_KEY_NUM2}, {HotkeyType::Key_Numpad3, OBS_KEY_NUM3}, {HotkeyType::Key_Numpad4, OBS_KEY_NUM4}, {HotkeyType::Key_Numpad5, OBS_KEY_NUM5}, {HotkeyType::Key_Numpad6, OBS_KEY_NUM6}, {HotkeyType::Key_Numpad7, OBS_KEY_NUM7}, {HotkeyType::Key_Numpad8, OBS_KEY_NUM8}, {HotkeyType::Key_Numpad9, OBS_KEY_NUM9}, {HotkeyType::Key_NumpadAdd, OBS_KEY_NUMPLUS}, {HotkeyType::Key_NumpadSubtract, OBS_KEY_NUMMINUS}, {HotkeyType::Key_NumpadMultiply, OBS_KEY_NUMASTERISK}, {HotkeyType::Key_NumpadDivide, OBS_KEY_NUMSLASH}, {HotkeyType::Key_NumpadDecimal, OBS_KEY_NUMPERIOD}, //{HotkeyType::Key_NumpadEnter, ???}, }; obs_key_combination keysToOBSKeycombo(const std::vector &keys) { obs_key_combination combo{}; auto it = keyTable.find(keys.back()); if (it != keyTable.end()) { combo.key = (obs_key_t)it->second; } if (keys.size() == 1) { return combo; } for (uint32_t i = 0; i < keys.size() - 1; i++) { switch (keys[i]) { case HotkeyType::Key_Shift_L: combo.modifiers |= INTERACT_SHIFT_KEY; break; case HotkeyType::Key_Shift_R: combo.modifiers |= INTERACT_SHIFT_KEY; break; case HotkeyType::Key_Control_L: combo.modifiers |= INTERACT_CONTROL_KEY; break; case HotkeyType::Key_Control_R: combo.modifiers |= INTERACT_CONTROL_KEY; break; case HotkeyType::Key_Alt_L: combo.modifiers |= INTERACT_ALT_KEY; break; case HotkeyType::Key_Alt_R: combo.modifiers |= INTERACT_ALT_KEY; break; case HotkeyType::Key_Win_L: combo.modifiers |= INTERACT_COMMAND_KEY; break; case HotkeyType::Key_Win_R: combo.modifiers |= INTERACT_COMMAND_KEY; break; case HotkeyType::Key_CapsLock: combo.modifiers |= INTERACT_CAPS_KEY; break; default: break; } } return combo; } void InjectKeys(const std::vector &keys, int duration) { auto combo = keysToOBSKeycombo(keys); if (obs_key_combination_is_empty(combo)) { return; } // I am not sure why this is necessary obs_hotkey_inject_event(combo, false); obs_hotkey_inject_event(combo, true); std::this_thread::sleep_for(std::chrono::milliseconds(duration)); obs_hotkey_inject_event(combo, false); } bool MacroActionHotkey::PerformAction() { std::vector keys; if (_leftShift) { keys.push_back(HotkeyType::Key_Shift_L); } if (_rightShift) { keys.push_back(HotkeyType::Key_Shift_R); } if (_leftCtrl) { keys.push_back(HotkeyType::Key_Control_L); } if (_rightCtrl) { keys.push_back(HotkeyType::Key_Control_R); } if (_leftAlt) { keys.push_back(HotkeyType::Key_Alt_L); } if (_rightAlt) { keys.push_back(HotkeyType::Key_Alt_R); } if (_leftMeta) { keys.push_back(HotkeyType::Key_Win_L); } if (_rightMeta) { keys.push_back(HotkeyType::Key_Win_R); } if (_key != HotkeyType::Key_NoKey) { keys.push_back(_key); } if (!keys.empty()) { int dur = _duration; if (_onlySendToObs) { std::thread t([keys, dur]() { InjectKeys(keys, dur); }); t.detach(); } else { std::thread t([keys, dur]() { PressKeys(keys, dur); }); t.detach(); } } return true; } void MacroActionHotkey::LogAction() { vblog(LOG_INFO, "sent hotkey"); } bool MacroActionHotkey::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "key", static_cast(_key)); obs_data_set_bool(obj, "left_shift", _leftShift); obs_data_set_bool(obj, "right_shift", _rightShift); obs_data_set_bool(obj, "left_ctrl", _leftCtrl); obs_data_set_bool(obj, "right_ctrl", _rightCtrl); obs_data_set_bool(obj, "left_alt", _leftAlt); obs_data_set_bool(obj, "right_alt", _rightAlt); obs_data_set_bool(obj, "left_meta", _leftMeta); obs_data_set_bool(obj, "right_meta", _rightMeta); obs_data_set_int(obj, "duration", _duration); obs_data_set_bool(obj, "onlyOBS", _onlySendToObs); return true; } bool MacroActionHotkey::Load(obs_data_t *obj) { MacroAction::Load(obj); _key = static_cast(obs_data_get_int(obj, "key")); _leftShift = obs_data_get_bool(obj, "left_shift"); _rightShift = obs_data_get_bool(obj, "right_shift"); _leftCtrl = obs_data_get_bool(obj, "left_ctrl"); _rightCtrl = obs_data_get_bool(obj, "right_ctrl"); _leftAlt = obs_data_get_bool(obj, "left_alt"); _rightAlt = obs_data_get_bool(obj, "right_alt"); _leftMeta = obs_data_get_bool(obj, "left_meta"); _rightMeta = obs_data_get_bool(obj, "right_meta"); _duration = obs_data_get_int(obj, "duration"); _onlySendToObs = obs_data_get_bool(obj, "onlyOBS"); return true; } static inline void populateKeySelection(QComboBox *list) { list->addItem("No key"); list->addItem("A"); list->addItem("B"); list->addItem("C"); list->addItem("D"); list->addItem("E"); list->addItem("F"); list->addItem("G"); list->addItem("H"); list->addItem("I"); list->addItem("J"); list->addItem("K"); list->addItem("L"); list->addItem("M"); list->addItem("N"); list->addItem("O"); list->addItem("P"); list->addItem("Q"); list->addItem("R"); list->addItem("S"); list->addItem("T"); list->addItem("U"); list->addItem("V"); list->addItem("W"); list->addItem("X"); list->addItem("Y"); list->addItem("Z"); list->addItem("0"); list->addItem("1"); list->addItem("2"); list->addItem("3"); list->addItem("4"); list->addItem("5"); list->addItem("6"); list->addItem("7"); list->addItem("8"); list->addItem("9"); list->addItem("F1"); list->addItem("F2"); list->addItem("F3"); list->addItem("F4"); list->addItem("F5"); list->addItem("F6"); list->addItem("F7"); list->addItem("F8"); list->addItem("F9"); list->addItem("F10"); list->addItem("F11"); list->addItem("F12"); list->addItem("F13"); list->addItem("F14"); list->addItem("F15"); list->addItem("F16"); list->addItem("F17"); list->addItem("F18"); list->addItem("F19"); list->addItem("F20"); list->addItem("F21"); list->addItem("F22"); list->addItem("F23"); list->addItem("F24"); list->addItem("Escape"); list->addItem("Space"); list->addItem("Return"); list->addItem("Backspace"); list->addItem("Tab"); list->addItem("Shift_L"); list->addItem("Shift_R"); list->addItem("Control_L"); list->addItem("Control_R"); list->addItem("Alt_L"); list->addItem("Alt_R"); list->addItem("Win_L"); list->addItem("Win_R"); list->addItem("Apps"); list->addItem("CapsLock"); list->addItem("NumLock"); list->addItem("ScrollLock"); list->addItem("PrintScreen"); list->addItem("Pause"); list->addItem("Insert"); list->addItem("Delete"); list->addItem("PageUP"); list->addItem("PageDown"); list->addItem("Home"); list->addItem("End"); list->addItem("Left"); list->addItem("Right"); list->addItem("Up"); list->addItem("Down"); list->addItem("Numpad0"); list->addItem("Numpad1"); list->addItem("Numpad2"); list->addItem("Numpad3"); list->addItem("Numpad4"); list->addItem("Numpad5"); list->addItem("Numpad6"); list->addItem("Numpad7"); list->addItem("Numpad8"); list->addItem("Numpad9"); list->addItem("NumpadAdd"); list->addItem("NumpadSubtract"); list->addItem("NumpadMultiply"); list->addItem("NumpadDivide"); list->addItem("NumpadDecimal"); list->addItem("NumpadEnter"); } MacroActionHotkeyEdit::MacroActionHotkeyEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _keys = new QComboBox(); _leftShift = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.leftShift")); _rightShift = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.rightShift")); _leftCtrl = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.leftCtrl")); _rightCtrl = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.rightCtrl")); _leftAlt = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.leftAlt")); _rightAlt = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.rightAlt")); _leftMeta = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.leftMeta")); _rightMeta = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.rightMeta")); _duration = new QSpinBox(); _duration->setMaximum(5000); _onlySendToOBS = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.hotkey.onlyOBS")); _noKeyPressSimulationWarning = new QLabel( obs_module_text("AdvSceneSwitcher.action.hotkey.disabled")); populateKeySelection(_keys); QWidget::connect(_keys, SIGNAL(currentIndexChanged(int)), this, SLOT(KeyChanged(int))); QWidget::connect(_leftShift, SIGNAL(stateChanged(int)), this, SLOT(LShiftChanged(int))); QWidget::connect(_rightShift, SIGNAL(stateChanged(int)), this, SLOT(RShiftChanged(int))); QWidget::connect(_leftCtrl, SIGNAL(stateChanged(int)), this, SLOT(LCtrlChanged(int))); QWidget::connect(_rightCtrl, SIGNAL(stateChanged(int)), this, SLOT(RCtrlChanged(int))); QWidget::connect(_leftAlt, SIGNAL(stateChanged(int)), this, SLOT(LAltChanged(int))); QWidget::connect(_rightAlt, SIGNAL(stateChanged(int)), this, SLOT(RAltChanged(int))); QWidget::connect(_leftMeta, SIGNAL(stateChanged(int)), this, SLOT(LMetaChanged(int))); QWidget::connect(_rightMeta, SIGNAL(stateChanged(int)), this, SLOT(RMetaChanged(int))); QWidget::connect(_duration, SIGNAL(valueChanged(int)), this, SLOT(DurationChanged(int))); QWidget::connect(_onlySendToOBS, SIGNAL(stateChanged(int)), this, SLOT(OnlySendToOBSChanged(int))); QHBoxLayout *line1Layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{keys}}", _keys}, {"{{duration}}", _duration}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.hotkey.entry"), line1Layout, widgetPlaceholders); QHBoxLayout *line2Layout = new QHBoxLayout; line2Layout->addWidget(_leftShift); line2Layout->addWidget(_rightShift); line2Layout->addWidget(_leftCtrl); line2Layout->addWidget(_rightCtrl); line2Layout->addWidget(_leftAlt); line2Layout->addWidget(_rightAlt); line2Layout->addWidget(_leftMeta); line2Layout->addWidget(_rightMeta); line2Layout->addStretch(); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addWidget(_onlySendToOBS); mainLayout->addWidget(_noKeyPressSimulationWarning); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionHotkeyEdit::SetWarningVisibility() { _noKeyPressSimulationWarning->setVisible(!_entryData->_onlySendToObs && !canSimulateKeyPresses); } void MacroActionHotkeyEdit::UpdateEntryData() { if (!_entryData) { return; } _keys->setCurrentIndex(static_cast(_entryData->_key)); _leftShift->setChecked(_entryData->_leftShift); _rightShift->setChecked(_entryData->_rightShift); _leftCtrl->setChecked(_entryData->_leftCtrl); _rightCtrl->setChecked(_entryData->_rightCtrl); _leftAlt->setChecked(_entryData->_leftAlt); _rightAlt->setChecked(_entryData->_rightAlt); _leftMeta->setChecked(_entryData->_leftMeta); _rightMeta->setChecked(_entryData->_rightMeta); _duration->setValue(_entryData->_duration); _onlySendToOBS->setChecked(_entryData->_onlySendToObs); SetWarningVisibility(); } void MacroActionHotkeyEdit::LShiftChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_leftShift = state; } void MacroActionHotkeyEdit::RShiftChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_rightShift = state; } void MacroActionHotkeyEdit::LCtrlChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_leftCtrl = state; } void MacroActionHotkeyEdit::RCtrlChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_rightCtrl = state; } void MacroActionHotkeyEdit::LAltChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_leftAlt = state; } void MacroActionHotkeyEdit::RAltChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_rightAlt = state; } void MacroActionHotkeyEdit::LMetaChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_leftMeta = state; } void MacroActionHotkeyEdit::RMetaChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_rightMeta = state; } void MacroActionHotkeyEdit::DurationChanged(int ms) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration = ms; } void MacroActionHotkeyEdit::OnlySendToOBSChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_onlySendToObs = state; SetWarningVisibility(); } void MacroActionHotkeyEdit::KeyChanged(int key) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_key = static_cast(key); } SceneSwitcher-1.17.2/src/macro-action-macro.cpp000066400000000000000000000111141417525156400213260ustar00rootroot00000000000000#include "headers/macro-action-macro.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionMacro::id = "macro"; bool MacroActionMacro::_registered = MacroActionFactory::Register( MacroActionMacro::id, {MacroActionMacro::Create, MacroActionMacroEdit::Create, "AdvSceneSwitcher.action.macro"}); const static std::map actionTypes = { {PerformMacroAction::PAUSE, "AdvSceneSwitcher.action.macro.type.pause"}, {PerformMacroAction::UNPAUSE, "AdvSceneSwitcher.action.macro.type.unpause"}, {PerformMacroAction::RESET_COUNTER, "AdvSceneSwitcher.action.macro.type.resetCounter"}, {PerformMacroAction::RUN, "AdvSceneSwitcher.action.macro.type.run"}, {PerformMacroAction::STOP, "AdvSceneSwitcher.action.macro.type.stop"}, }; bool MacroActionMacro::PerformAction() { if (!_macro.get()) { return true; } switch (_action) { case PerformMacroAction::PAUSE: _macro->SetPaused(); break; case PerformMacroAction::UNPAUSE: _macro->SetPaused(false); break; case PerformMacroAction::RESET_COUNTER: _macro->ResetCount(); break; case PerformMacroAction::RUN: _macro->PerformAction(); break; case PerformMacroAction::STOP: _macro->Stop(); break; default: break; } return true; } void MacroActionMacro::LogAction() { if (!_macro.get()) { return; } switch (_action) { case PerformMacroAction::PAUSE: vblog(LOG_INFO, "paused \"%s\"", _macro->Name().c_str()); break; case PerformMacroAction::UNPAUSE: vblog(LOG_INFO, "unpaused \"%s\"", _macro->Name().c_str()); break; case PerformMacroAction::RESET_COUNTER: vblog(LOG_INFO, "reset counter for \"%s\"", _macro->Name().c_str()); break; case PerformMacroAction::RUN: vblog(LOG_INFO, "run nested macro \"%s\"", _macro->Name().c_str()); break; case PerformMacroAction::STOP: vblog(LOG_INFO, "stopped macro \"%s\"", _macro->Name().c_str()); break; default: break; } } bool MacroActionMacro::Save(obs_data_t *obj) { MacroAction::Save(obj); _macro.Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionMacro::Load(obs_data_t *obj) { MacroAction::Load(obj); _macro.Load(obj); _action = static_cast( obs_data_get_int(obj, "action")); return true; } std::string MacroActionMacro::GetShortDesc() { if (_macro.get()) { return _macro->Name(); } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionMacroEdit::MacroActionMacroEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _macros = new MacroSelection(parent); _actions = new QComboBox(); populateActionSelection(_actions); QWidget::connect(_macros, SIGNAL(currentTextChanged(const QString &)), this, SLOT(MacroChanged(const QString &))); QWidget::connect(parent, SIGNAL(MacroRemoved(const QString &)), this, SLOT(MacroRemove(const QString &))); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, {"{{macros}}", _macros}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.macro.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionMacroEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _macros->SetCurrentMacro(_entryData->_macro.get()); if (_entryData->_action == PerformMacroAction::RUN || _entryData->_action == PerformMacroAction::STOP) { _macros->HideSelectedMacro(); } } void MacroActionMacroEdit::MacroChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_macro.UpdateRef(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionMacroEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); if (_entryData->_action == PerformMacroAction::RUN || _entryData->_action == PerformMacroAction::STOP) { _macros->HideSelectedMacro(); } else { _macros->ShowAllMacros(); } } void MacroActionMacroEdit::MacroRemove(const QString &) { if (_entryData) { _entryData->_macro.UpdateRef(); } } SceneSwitcher-1.17.2/src/macro-action-media.cpp000066400000000000000000000105421417525156400213100ustar00rootroot00000000000000#include "headers/macro-action-media.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionMedia::id = "media"; bool MacroActionMedia::_registered = MacroActionFactory::Register( MacroActionMedia::id, {MacroActionMedia::Create, MacroActionMediaEdit::Create, "AdvSceneSwitcher.action.media"}); const static std::map actionTypes = { {MediaAction::PLAY, "AdvSceneSwitcher.action.media.type.play"}, {MediaAction::PAUSE, "AdvSceneSwitcher.action.media.type.pause"}, {MediaAction::STOP, "AdvSceneSwitcher.action.media.type.stop"}, {MediaAction::RESTART, "AdvSceneSwitcher.action.media.type.restart"}, {MediaAction::NEXT, "AdvSceneSwitcher.action.media.type.next"}, {MediaAction::PREVIOUS, "AdvSceneSwitcher.action.media.type.previous"}, }; bool MacroActionMedia::PerformAction() { auto source = obs_weak_source_get_source(_mediaSource); obs_media_state state = obs_source_media_get_state(source); switch (_action) { case MediaAction::PLAY: if (state == OBS_MEDIA_STATE_STOPPED || state == OBS_MEDIA_STATE_ENDED) { obs_source_media_restart(source); } else { obs_source_media_play_pause(source, false); } break; case MediaAction::PAUSE: obs_source_media_play_pause(source, true); break; case MediaAction::STOP: obs_source_media_stop(source); break; case MediaAction::RESTART: obs_source_media_restart(source); break; case MediaAction::NEXT: obs_source_media_next(source); break; case MediaAction::PREVIOUS: obs_source_media_previous(source); break; default: break; } obs_source_release(source); return true; } void MacroActionMedia::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\" for source \"%s\"", it->second.c_str(), GetWeakSourceName(_mediaSource).c_str()); } else { blog(LOG_WARNING, "ignored unknown media action %d", static_cast(_action)); } } bool MacroActionMedia::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "mediaSource", GetWeakSourceName(_mediaSource).c_str()); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionMedia::Load(obs_data_t *obj) { MacroAction::Load(obj); const char *MediaSourceName = obs_data_get_string(obj, "mediaSource"); _mediaSource = GetWeakSourceByName(MediaSourceName); _action = static_cast(obs_data_get_int(obj, "action")); return true; } std::string MacroActionMedia::GetShortDesc() { if (_mediaSource) { return GetWeakSourceName(_mediaSource); } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionMediaEdit::MacroActionMediaEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _mediaSources = new QComboBox(); _actions = new QComboBox(); populateActionSelection(_actions); populateMediaSelection(_mediaSources); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_mediaSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{mediaSources}}", _mediaSources}, {"{{actions}}", _actions}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.media.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionMediaEdit::UpdateEntryData() { if (!_entryData) { return; } _mediaSources->setCurrentText( GetWeakSourceName(_entryData->_mediaSource).c_str()); _actions->setCurrentIndex(static_cast(_entryData->_action)); } void MacroActionMediaEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_mediaSource = GetWeakSourceByQString(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionMediaEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } SceneSwitcher-1.17.2/src/macro-action-plugin-state.cpp000066400000000000000000000154231417525156400226500ustar00rootroot00000000000000#include "headers/macro-action-plugin-state.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include const std::string MacroActionPluginState::id = "plugin_state"; bool MacroActionPluginState::_registered = MacroActionFactory::Register( MacroActionPluginState::id, {MacroActionPluginState::Create, MacroActionPluginStateEdit::Create, "AdvSceneSwitcher.action.PluginState"}); const static std::map actionTypes = { {PluginStateAction::STOP, "AdvSceneSwitcher.action.pluginState.type.stop"}, {PluginStateAction::NO_MATCH_BEHAVIOUR, "AdvSceneSwitcher.action.pluginState.type.noMatch"}, {PluginStateAction::IMPORT_SETTINGS, "AdvSceneSwitcher.action.pluginState.type.import"}, }; const static std::map noMatchValues = { {NO_SWITCH, "AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch"}, {SWITCH, "AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo"}, {RANDOM_SWITCH, "AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom"}, }; void stopPlugin() { std::thread t([]() { switcher->Stop(); }); t.detach(); } void importSettings(const std::string &path) { if (switcher->settingsWindowOpened) { return; } obs_data_t *obj = obs_data_create_from_json_file(path.c_str()); if (!obj) { return; } switcher->loadSettings(obj); obs_data_release(obj); } void setNoMatchBehaviour(int value, OBSWeakSource &scene) { switcher->switchIfNotMatching = static_cast(value); if (switcher->switchIfNotMatching == SWITCH) { switcher->nonMatchingScene = scene; } } bool MacroActionPluginState::PerformAction() { switch (_action) { case PluginStateAction::STOP: stopPlugin(); break; case PluginStateAction::NO_MATCH_BEHAVIOUR: setNoMatchBehaviour(_value, _scene); break; case PluginStateAction::IMPORT_SETTINGS: importSettings(_settingsPath); // There is no point in continuing // The settings will be invalid return false; default: break; } return true; } void MacroActionPluginState::LogAction() { switch (_action) { case PluginStateAction::STOP: blog(LOG_INFO, "stop() called by macro"); break; case PluginStateAction::NO_MATCH_BEHAVIOUR: vblog(LOG_INFO, "setting no match to %d", _value); break; case PluginStateAction::IMPORT_SETTINGS: vblog(LOG_INFO, "importing settings from %s", _settingsPath.c_str()); break; default: blog(LOG_WARNING, "ignored unknown pluginState action %d", static_cast(_action)); break; } } bool MacroActionPluginState::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_int(obj, "value", _value); obs_data_set_string(obj, "scene", GetWeakSourceName(_scene).c_str()); obs_data_set_string(obj, "settingsPath", _settingsPath.c_str()); return true; } bool MacroActionPluginState::Load(obs_data_t *obj) { MacroAction::Load(obj); _action = static_cast(obs_data_get_int(obj, "action")); _value = obs_data_get_int(obj, "value"); const char *sceneName = obs_data_get_string(obj, "scene"); _scene = GetWeakSourceByName(sceneName); _settingsPath = obs_data_get_string(obj, "settingsPath"); return true; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } static inline void populateValueSelection(QComboBox *list, PluginStateAction action) { if (action == PluginStateAction::NO_MATCH_BEHAVIOUR) { for (auto entry : noMatchValues) { list->addItem(obs_module_text(entry.second.c_str())); } } } MacroActionPluginStateEdit::MacroActionPluginStateEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _actions = new QComboBox(); _values = new QComboBox(); _scenes = new QComboBox(); _settings = new FileSelection(); _settingsWarning = new QLabel(obs_module_text( "AdvSceneSwitcher.action.pluginState.importWarning")); populateActionSelection(_actions); populateSceneSelection(_scenes); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_values, SIGNAL(currentIndexChanged(int)), this, SLOT(ValueChanged(int))); QWidget::connect(_scenes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SceneChanged(const QString &))); QWidget::connect(_settings, SIGNAL(PathChanged(const QString &)), this, SLOT(PathChanged(const QString &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, {"{{values}}", _values}, {"{{scenes}}", _scenes}, {"{{settings}}", _settings}, {"{{settingsWarning}}", _settingsWarning}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.pluginState.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionPluginStateEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); populateValueSelection(_values, _entryData->_action); _values->setCurrentIndex(_entryData->_value); _scenes->setCurrentText(GetWeakSourceName(_entryData->_scene).c_str()); _settings->SetPath(QString::fromStdString(_entryData->_settingsPath)); SetWidgetVisibility(); } void MacroActionPluginStateEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } { std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); SetWidgetVisibility(); } _values->clear(); populateValueSelection(_values, _entryData->_action); } void MacroActionPluginStateEdit::ValueChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_value = value; SetWidgetVisibility(); } void MacroActionPluginStateEdit::SceneChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = GetWeakSourceByQString(text); } void MacroActionPluginStateEdit::PathChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settingsPath = text.toStdString(); } void MacroActionPluginStateEdit::SetWidgetVisibility() { if (!_entryData) { return; } _values->hide(); _scenes->hide(); _settings->hide(); _settingsWarning->hide(); switch (_entryData->_action) { case PluginStateAction::STOP: break; case PluginStateAction::NO_MATCH_BEHAVIOUR: _values->show(); if ((NoMatch)_entryData->_value == SWITCH) { _scenes->show(); } break; case PluginStateAction::IMPORT_SETTINGS: _settings->show(); _settingsWarning->show(); break; default: break; } } SceneSwitcher-1.17.2/src/macro-action-preview-scene.cpp000066400000000000000000000041501417525156400230030ustar00rootroot00000000000000#include "headers/macro-action-preview-scene.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionPreviewScene::id = "preview_scene"; bool MacroActionPreviewScene::_registered = MacroActionFactory::Register( MacroActionPreviewScene::id, {MacroActionPreviewScene::Create, MacroActionPreviewSceneEdit::Create, "AdvSceneSwitcher.action.previewScene"}); bool MacroActionPreviewScene::PerformAction() { auto s = obs_weak_source_get_source(_scene.GetScene()); obs_frontend_set_current_preview_scene(s); obs_source_release(s); return true; } void MacroActionPreviewScene::LogAction() { vblog(LOG_INFO, "set preview scene to \"%s\"", _scene.ToString().c_str()); } bool MacroActionPreviewScene::Save(obs_data_t *obj) { MacroAction::Save(obj); _scene.Save(obj); return true; } bool MacroActionPreviewScene::Load(obs_data_t *obj) { MacroAction::Load(obj); _scene.Load(obj); return true; } std::string MacroActionPreviewScene::GetShortDesc() { return _scene.ToString(); } MacroActionPreviewSceneEdit::MacroActionPreviewSceneEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, false); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.previewScene.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionPreviewSceneEdit::UpdateEntryData() { if (!_entryData) { return; } _scenes->SetScene(_entryData->_scene); } void MacroActionPreviewSceneEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } SceneSwitcher-1.17.2/src/macro-action-profile.cpp000066400000000000000000000046001417525156400216670ustar00rootroot00000000000000#include "headers/macro-action-profile.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionProfile::id = "profile"; bool MacroActionProfile::_registered = MacroActionFactory::Register( MacroActionProfile::id, {MacroActionProfile::Create, MacroActionProfileEdit::Create, "AdvSceneSwitcher.action.profile"}); bool MacroActionProfile::PerformAction() { obs_frontend_set_current_profile(_profile.c_str()); return true; } void MacroActionProfile::LogAction() { vblog(LOG_INFO, "set profile type to \"%s\"", _profile.c_str()); } bool MacroActionProfile::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "profile", _profile.c_str()); return true; } bool MacroActionProfile::Load(obs_data_t *obj) { MacroAction::Load(obj); _profile = obs_data_get_string(obj, "profile"); return true; } std::string MacroActionProfile::GetShortDesc() { return _profile; } void populateProfileSelection(QComboBox *box) { auto profiles = obs_frontend_get_profiles(); char **temp = profiles; while (*temp) { const char *name = *temp; box->addItem(name); temp++; } bfree(profiles); box->model()->sort(0); addSelectionEntry( box, obs_module_text("AdvSceneSwitcher.selectProfile"), false); box->setCurrentIndex(0); } MacroActionProfileEdit::MacroActionProfileEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _profiles = new QComboBox(); populateProfileSelection(_profiles); QWidget::connect(_profiles, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ProfileChanged(const QString &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{profiles}}", _profiles}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.profile.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionProfileEdit::UpdateEntryData() { if (!_entryData) { return; } _profiles->setCurrentText(QString::fromStdString(_entryData->_profile)); } void MacroActionProfileEdit::ProfileChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_profile = text.toStdString(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } SceneSwitcher-1.17.2/src/macro-action-random.cpp000066400000000000000000000142751417525156400215200ustar00rootroot00000000000000#include "headers/macro-action-random.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include const std::string MacroActionRandom::id = "random"; bool MacroActionRandom::_registered = MacroActionFactory::Register( MacroActionRandom::id, {MacroActionRandom::Create, MacroActionRandomEdit::Create, "AdvSceneSwitcher.action.random"}); std::vector getNextMacro(std::vector ¯os, MacroRef &lastRandomMacro) { std::vector res; if (macros.size() == 1) { if (macros[0]->Paused()) { return res; } else { return macros; } } for (auto &m : macros) { if (m.get() && !m->Paused() && !(lastRandomMacro.get() == m.get())) { res.push_back(m); } } return res; } bool MacroActionRandom::PerformAction() { if (_macros.size() == 0) { return true; } auto macros = getNextMacro(_macros, lastRandomMacro); if (macros.size() == 0) { return true; } if (macros.size() == 1) { lastRandomMacro = macros[0]; return macros[0]->PerformAction(); } size_t idx = std::rand() % (macros.size()); lastRandomMacro = macros[idx]; return macros[idx]->PerformAction(); } void MacroActionRandom::LogAction() { vblog(LOG_INFO, "running random macro"); } bool MacroActionRandom::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_array_t *args = obs_data_array_create(); for (auto &m : _macros) { obs_data_t *array_obj = obs_data_create(); m.Save(array_obj); obs_data_array_push_back(args, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "macros", args); obs_data_array_release(args); return true; } bool MacroActionRandom::Load(obs_data_t *obj) { MacroAction::Load(obj); obs_data_array_t *args = obs_data_get_array(obj, "macros"); size_t count = obs_data_array_count(args); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(args, i); MacroRef ref; ref.Load(array_obj); _macros.push_back(ref); obs_data_release(array_obj); } obs_data_array_release(args); return true; } MacroActionRandomEdit::MacroActionRandomEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _macroList = new QListWidget(); _macroList->setSortingEnabled(true); _add = new QPushButton(); _add->setMaximumSize(QSize(22, 22)); _add->setProperty("themeID", QVariant(QString::fromUtf8("addIconSmall"))); _add->setFlat(true); _remove = new QPushButton(); _remove->setMaximumSize(QSize(22, 22)); _remove->setProperty("themeID", QVariant(QString::fromUtf8("removeIconSmall"))); _remove->setFlat(true); QWidget::connect(_add, SIGNAL(clicked()), this, SLOT(AddMacro())); QWidget::connect(_remove, SIGNAL(clicked()), this, SLOT(RemoveMacro())); QWidget::connect(_macroList, SIGNAL(currentRowChanged(int)), this, SLOT(MacroSelectionChanged(int))); QWidget::connect(window(), SIGNAL(MacroRenamed(const QString &, const QString &)), this, SLOT(MacroRename(const QString &, const QString &))); auto *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = {}; placeWidgets(obs_module_text("AdvSceneSwitcher.action.random.entry"), entryLayout, widgetPlaceholders); auto *argButtonLayout = new QHBoxLayout; argButtonLayout->addWidget(_add); argButtonLayout->addWidget(_remove); argButtonLayout->addStretch(); auto *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_macroList); mainLayout->addLayout(argButtonLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionRandomEdit::UpdateEntryData() { if (!_entryData) { return; } for (auto &m : _entryData->_macros) { if (!m.get()) { continue; } auto name = QString::fromStdString(m->Name()); QListWidgetItem *item = new QListWidgetItem(name, _macroList); item->setData(Qt::UserRole, name); } SetMacroListSize(); } void MacroActionRandomEdit::MacroRemove(const QString &name) { if (_entryData) { auto it = _entryData->_macros.begin(); while (it != _entryData->_macros.end()) { if (it->get()->Name() == name.toStdString()) { it = _entryData->_macros.erase(it); } else { ++it; } } } } void MacroActionRandomEdit::MacroRename(const QString &oldName, const QString &newName) { auto count = _macroList->count(); for (int idx = 0; idx < count; ++idx) { QListWidgetItem *item = _macroList->item(idx); QString itemString = item->data(Qt::UserRole).toString(); if (oldName == itemString) { item->setData(Qt::UserRole, newName); item->setText(newName); break; } } } void MacroActionRandomEdit::AddMacro() { if (_loading || !_entryData) { return; } std::string macroName; bool accepted = MacroSelectionDialog::AskForMacro(this, macroName); if (!accepted || macroName.empty()) { return; } MacroRef macro(macroName); if (!macro.get()) { return; } if (FindEntry(macro->Name()) != -1) { return; } QVariant v = QVariant::fromValue(QString::fromStdString(macroName)); QListWidgetItem *item = new QListWidgetItem( QString::fromStdString(macroName), _macroList); item->setData(Qt::UserRole, QString::fromStdString(macroName)); std::lock_guard lock(switcher->m); _entryData->_macros.push_back(macro); SetMacroListSize(); } void MacroActionRandomEdit::RemoveMacro() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); auto item = _macroList->currentItem(); if (!item) { return; } std::string name = item->data(Qt::UserRole).toString().toStdString(); for (auto it = _entryData->_macros.begin(); it != _entryData->_macros.end(); ++it) { auto m = *it; if (m.get() && m->Name() == name) { _entryData->_macros.erase(it); break; } } delete item; SetMacroListSize(); } int MacroActionRandomEdit::FindEntry(const std::string ¯o) { int count = _macroList->count(); int idx = -1; for (int i = 0; i < count; i++) { QListWidgetItem *item = _macroList->item(i); QString itemString = item->data(Qt::UserRole).toString(); if (QString::fromStdString(macro) == itemString) { idx = i; break; } } return idx; } void MacroActionRandomEdit::SetMacroListSize() { setHeightToContentHeight(_macroList); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-recording.cpp000066400000000000000000000066641417525156400222170ustar00rootroot00000000000000#include "headers/macro-action-recording.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionRecord::id = "recording"; bool MacroActionRecord::_registered = MacroActionFactory::Register( MacroActionRecord::id, {MacroActionRecord::Create, MacroActionRecordEdit::Create, "AdvSceneSwitcher.action.recording"}); const static std::map actionTypes = { {RecordAction::STOP, "AdvSceneSwitcher.action.recording.type.stop"}, {RecordAction::START, "AdvSceneSwitcher.action.recording.type.start"}, {RecordAction::PAUSE, "AdvSceneSwitcher.action.recording.type.pause"}, {RecordAction::UNPAUSE, "AdvSceneSwitcher.action.recording.type.unpause"}, }; bool MacroActionRecord::PerformAction() { switch (_action) { case RecordAction::STOP: if (obs_frontend_recording_active()) { obs_frontend_recording_stop(); } break; case RecordAction::START: if (!obs_frontend_recording_active()) { obs_frontend_recording_start(); } break; case RecordAction::PAUSE: if (obs_frontend_recording_active() && !obs_frontend_recording_paused()) { obs_frontend_recording_pause(true); } break; case RecordAction::UNPAUSE: if (obs_frontend_recording_active() && obs_frontend_recording_paused()) { obs_frontend_recording_pause(false); } break; default: break; } return true; } void MacroActionRecord::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\"", it->second.c_str()); } else { blog(LOG_WARNING, "ignored unknown recording action %d", static_cast(_action)); } } bool MacroActionRecord::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionRecord::Load(obs_data_t *obj) { MacroAction::Load(obj); _action = static_cast(obs_data_get_int(obj, "action")); return true; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionRecordEdit::MacroActionRecordEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _actions = new QComboBox(); _pauseHint = new QLabel(obs_module_text( "AdvSceneSwitcher.action.recording.pause.hint")); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, {"{{pauseHint}}", _pauseHint}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.recording.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } bool isPauseAction(RecordAction a) { return a == RecordAction::PAUSE || a == RecordAction::UNPAUSE; } void MacroActionRecordEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _pauseHint->setVisible(isPauseAction(_entryData->_action)); } void MacroActionRecordEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); _pauseHint->setVisible(isPauseAction(_entryData->_action)); } SceneSwitcher-1.17.2/src/macro-action-replay-buffer.cpp000066400000000000000000000062671417525156400230050ustar00rootroot00000000000000#ifdef REPLAYBUFFER_SUPPORTED #include "headers/macro-action-replay-buffer.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionReplayBuffer::id = "replay_buffer"; bool MacroActionReplayBuffer::_registered = MacroActionFactory::Register( MacroActionReplayBuffer::id, {MacroActionReplayBuffer::Create, MacroActionReplayBufferEdit::Create, "AdvSceneSwitcher.action.replay"}); const static std::map actionTypes = { {ReplayBufferAction::STOP, "AdvSceneSwitcher.action.replay.type.stop"}, {ReplayBufferAction::START, "AdvSceneSwitcher.action.replay.type.start"}, {ReplayBufferAction::SAVE, "AdvSceneSwitcher.action.replay.type.save"}, }; bool MacroActionReplayBuffer::PerformAction() { switch (_action) { case ReplayBufferAction::STOP: if (obs_frontend_replay_buffer_active()) { obs_frontend_replay_buffer_stop(); } break; case ReplayBufferAction::START: if (!obs_frontend_replay_buffer_active()) { obs_frontend_replay_buffer_start(); } break; case ReplayBufferAction::SAVE: if (obs_frontend_replay_buffer_active() && _duration.DurationReached()) { obs_frontend_replay_buffer_save(); // Default buffer size is 20s so waiting for 10s before // trying to save again seems reasonable _duration.seconds = 10; _duration.Reset(); } break; default: break; } return true; } void MacroActionReplayBuffer::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\"", it->second.c_str()); } else { blog(LOG_WARNING, "ignored unknown replay buffer action %d", static_cast(_action)); } } bool MacroActionReplayBuffer::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionReplayBuffer::Load(obs_data_t *obj) { MacroAction::Load(obj); _action = static_cast( obs_data_get_int(obj, "action")); return true; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionReplayBufferEdit::MacroActionReplayBufferEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _actions = new QComboBox(); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.replay.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionReplayBufferEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); } void MacroActionReplayBufferEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } #endif SceneSwitcher-1.17.2/src/macro-action-run.cpp000066400000000000000000000145361417525156400210440ustar00rootroot00000000000000#include "headers/macro-action-run.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/name-dialog.hpp" #include "headers/utility.hpp" #include #include #include const std::string MacroActionRun::id = "run"; bool MacroActionRun::_registered = MacroActionFactory::Register( MacroActionRun::id, {MacroActionRun::Create, MacroActionRunEdit::Create, "AdvSceneSwitcher.action.run"}); bool MacroActionRun::PerformAction() { if (!QProcess::startDetached(QString::fromStdString(_path), _args) && _args.empty()) { vblog(LOG_INFO, "run \"%s\" using QDesktopServices", _path.c_str()); QDesktopServices::openUrl( QUrl::fromLocalFile(QString::fromStdString(_path))); } return true; } void MacroActionRun::LogAction() { vblog(LOG_INFO, "run \"%s\"", _path.c_str()); } bool MacroActionRun::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "path", _path.c_str()); obs_data_array_t *args = obs_data_array_create(); for (auto &arg : _args) { obs_data_t *array_obj = obs_data_create(); obs_data_set_string(array_obj, "arg", arg.toStdString().c_str()); obs_data_array_push_back(args, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "args", args); obs_data_array_release(args); return true; } bool MacroActionRun::Load(obs_data_t *obj) { MacroAction::Load(obj); _path = obs_data_get_string(obj, "path"); obs_data_array_t *args = obs_data_get_array(obj, "args"); size_t count = obs_data_array_count(args); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(args, i); _args << QString::fromStdString( obs_data_get_string(array_obj, "arg")); obs_data_release(array_obj); } obs_data_array_release(args); return true; } std::string MacroActionRun::GetShortDesc() { return _path; } MacroActionRunEdit::MacroActionRunEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _filePath = new FileSelection(); _argList = new QListWidget(); _addArg = new QPushButton(); _addArg->setMaximumSize(QSize(22, 22)); _addArg->setProperty("themeID", QVariant(QString::fromUtf8("addIconSmall"))); _addArg->setFlat(true); _removeArg = new QPushButton(); _removeArg->setMaximumSize(QSize(22, 22)); _removeArg->setProperty("themeID", QVariant(QString::fromUtf8("removeIconSmall"))); _removeArg->setFlat(true); _argUp = new QPushButton(); _argUp->setMaximumSize(QSize(22, 22)); _argUp->setProperty("themeID", QVariant(QString::fromUtf8("upArrowIconSmall"))); _argUp->setFlat(true); _argDown = new QPushButton(); _argDown->setMaximumSize(QSize(22, 22)); _argDown->setProperty( "themeID", QVariant(QString::fromUtf8("downArrowIconSmall"))); _argDown->setFlat(true); QWidget::connect(_filePath, SIGNAL(PathChanged(const QString &)), this, SLOT(PathChanged(const QString &))); QWidget::connect(_addArg, SIGNAL(clicked()), this, SLOT(AddArg())); QWidget::connect(_removeArg, SIGNAL(clicked()), this, SLOT(RemoveArg())); QWidget::connect(_argUp, SIGNAL(clicked()), this, SLOT(ArgUp())); QWidget::connect(_argDown, SIGNAL(clicked()), this, SLOT(ArgDown())); auto *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{filePath}}", _filePath}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.run.entry"), entryLayout, widgetPlaceholders); auto *argButtonLayout = new QHBoxLayout; argButtonLayout->addWidget(_addArg); argButtonLayout->addWidget(_removeArg); QFrame *line = new QFrame(); line->setFrameShape(QFrame::VLine); line->setFrameShadow(QFrame::Sunken); argButtonLayout->addWidget(line); argButtonLayout->addWidget(_argUp); argButtonLayout->addWidget(_argDown); argButtonLayout->addStretch(); auto *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(new QLabel( obs_module_text("AdvSceneSwitcher.action.run.arguments"))); mainLayout->addWidget(_argList); mainLayout->addLayout(argButtonLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionRunEdit::UpdateEntryData() { if (!_entryData) { return; } _filePath->SetPath(QString::fromStdString(_entryData->_path)); for (auto &arg : _entryData->_args) { QListWidgetItem *item = new QListWidgetItem(arg, _argList); item->setData(Qt::UserRole, arg); } SetArgListSize(); } void MacroActionRunEdit::PathChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_path = text.toUtf8().constData(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionRunEdit::AddArg() { if (_loading || !_entryData) { return; } std::string name; bool accepted = AdvSSNameDialog::AskForName( this, obs_module_text("AdvSceneSwitcher.action.run.addArgument"), obs_module_text( "AdvSceneSwitcher.action.run.addArgumentDescription"), name, "", 170, false); if (!accepted || name.empty()) { return; } auto arg = QString::fromStdString(name); QVariant v = QVariant::fromValue(arg); QListWidgetItem *item = new QListWidgetItem(arg, _argList); item->setData(Qt::UserRole, arg); std::lock_guard lock(switcher->m); _entryData->_args << arg; SetArgListSize(); } void MacroActionRunEdit::RemoveArg() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); int idx = _argList->currentRow(); if (idx == -1) { return; } _entryData->_args.removeAt(idx); QListWidgetItem *item = _argList->currentItem(); if (!item) { return; } delete item; SetArgListSize(); } void MacroActionRunEdit::ArgUp() { if (_loading || !_entryData) { return; } int idx = _argList->currentRow(); if (idx != -1 && idx != 0) { _argList->insertItem(idx - 1, _argList->takeItem(idx)); _argList->setCurrentRow(idx - 1); std::lock_guard lock(switcher->m); _entryData->_args.move(idx, idx - 1); } } void MacroActionRunEdit::ArgDown() { int idx = _argList->currentRow(); if (idx != -1 && idx != _argList->count() - 1) { _argList->insertItem(idx + 1, _argList->takeItem(idx)); _argList->setCurrentRow(idx + 1); std::lock_guard lock(switcher->m); _entryData->_args.move(idx, idx + 1); } } void MacroActionRunEdit::SetArgListSize() { setHeightToContentHeight(_argList); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-scene-collection.cpp000066400000000000000000000065021417525156400234600ustar00rootroot00000000000000#include "headers/macro-action-scene-collection.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSceneCollection::id = "scene_collection"; bool MacroActionSceneCollection::_registered = MacroActionFactory::Register( MacroActionSceneCollection::id, {MacroActionSceneCollection::Create, MacroActionSceneCollectionEdit::Create, "AdvSceneSwitcher.action.sceneCollection"}); bool MacroActionSceneCollection::PerformAction() { // Changing the scene collection will also reload the settings of the // scene switcher, so to avoid issues of not being able to change // settings ignore this action if the settings dialog is opened. if (switcher->settingsWindowOpened) { return false; } obs_frontend_set_current_scene_collection(_sceneCollection.c_str()); // It does not make sense to continue as the current settings will be // invalid after switching scene collection. return false; } void MacroActionSceneCollection::LogAction() { vblog(LOG_INFO, "set scene collection type to \"%s\"", _sceneCollection.c_str()); } bool MacroActionSceneCollection::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "sceneCollection", _sceneCollection.c_str()); return true; } bool MacroActionSceneCollection::Load(obs_data_t *obj) { MacroAction::Load(obj); _sceneCollection = obs_data_get_string(obj, "sceneCollection"); return true; } std::string MacroActionSceneCollection::GetShortDesc() { return _sceneCollection; } void populateSceneCollectionSelection(QComboBox *box) { auto sceneCollections = obs_frontend_get_scene_collections(); char **temp = sceneCollections; while (*temp) { const char *name = *temp; box->addItem(name); temp++; } bfree(sceneCollections); box->model()->sort(0); addSelectionEntry( box, obs_module_text("AdvSceneSwitcher.selectSceneCollection"), false); box->setCurrentIndex(0); } MacroActionSceneCollectionEdit::MacroActionSceneCollectionEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sceneCollections = new QComboBox(); populateSceneCollectionSelection(_sceneCollections); QWidget::connect(_sceneCollections, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SceneCollectionChanged(const QString &))); QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sceneCollections}}", _sceneCollections}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.action.sceneCollection.entry"), entryLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(new QLabel(obs_module_text( "AdvSceneSwitcher.action.sceneCollection.warning"))); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSceneCollectionEdit::UpdateEntryData() { if (!_entryData) { return; } _sceneCollections->setCurrentText( QString::fromStdString(_entryData->_sceneCollection)); } void MacroActionSceneCollectionEdit::SceneCollectionChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_sceneCollection = text.toStdString(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } SceneSwitcher-1.17.2/src/macro-action-scene-order.cpp000066400000000000000000000153151417525156400224420ustar00rootroot00000000000000#include "headers/macro-action-scene-order.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSceneOrder::id = "scene_order"; bool MacroActionSceneOrder::_registered = MacroActionFactory::Register( MacroActionSceneOrder::id, {MacroActionSceneOrder::Create, MacroActionSceneOrderEdit::Create, "AdvSceneSwitcher.action.sceneOrder"}); const static std::map actionTypes = { {SceneOrderAction::MOVE_UP, "AdvSceneSwitcher.action.sceneOrder.type.moveUp"}, {SceneOrderAction::MOVE_DOWN, "AdvSceneSwitcher.action.sceneOrder.type.moveDown"}, {SceneOrderAction::MOVE_TOP, "AdvSceneSwitcher.action.sceneOrder.type.moveTop"}, {SceneOrderAction::MOVE_BOTTOM, "AdvSceneSwitcher.action.sceneOrder.type.moveBottom"}, {SceneOrderAction::POSITION, "AdvSceneSwitcher.action.sceneOrder.type.movePosition"}, }; void moveSceneItemsUp(std::vector &items) { // In the case of the same source being in two sequential positions // moving the sources up will cause the sources to swap positions due to // the order scene items are being iterated over, which is most likely // not the desired effect. // Instead we reverse the order of the scene items so all scene items // will be moved up. std::reverse(items.begin(), items.end()); for (auto &i : items) { obs_sceneitem_set_order(i, OBS_ORDER_MOVE_UP); obs_sceneitem_release(i); } } void moveSceneItemsDown(std::vector &items) { for (auto &i : items) { obs_sceneitem_set_order(i, OBS_ORDER_MOVE_DOWN); obs_sceneitem_release(i); } } void moveSceneItemsTop(std::vector &items) { for (auto &i : items) { obs_sceneitem_set_order(i, OBS_ORDER_MOVE_TOP); obs_sceneitem_release(i); } } void moveSceneItemsBottom(std::vector &items) { for (auto &i : items) { obs_sceneitem_set_order(i, OBS_ORDER_MOVE_BOTTOM); obs_sceneitem_release(i); } } void moveSceneItemsPos(std::vector &items, int pos) { for (auto &i : items) { obs_sceneitem_set_order_position(i, pos); obs_sceneitem_release(i); } } bool MacroActionSceneOrder::PerformAction() { auto items = _source.GetSceneItems(_scene); switch (_action) { case SceneOrderAction::MOVE_UP: moveSceneItemsUp(items); break; case SceneOrderAction::MOVE_DOWN: moveSceneItemsDown(items); break; case SceneOrderAction::MOVE_TOP: moveSceneItemsTop(items); break; case SceneOrderAction::MOVE_BOTTOM: moveSceneItemsBottom(items); break; case SceneOrderAction::POSITION: moveSceneItemsPos(items, _position); break; default: break; } return true; } void MacroActionSceneOrder::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed order action \"%s\" for source \"%s\" on scene \"%s\"", it->second.c_str(), _source.ToString().c_str(), _scene.ToString().c_str()); } else { blog(LOG_WARNING, "ignored unknown scene order action %d", static_cast(_action)); } } bool MacroActionSceneOrder::Save(obs_data_t *obj) { MacroAction::Save(obj); _scene.Save(obj); _source.Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_int(obj, "position", _position); return true; } bool MacroActionSceneOrder::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); } MacroAction::Load(obj); _scene.Load(obj); _source.Load(obj); _action = static_cast(obs_data_get_int(obj, "action")); _position = obs_data_get_int(obj, "position"); return true; } std::string MacroActionSceneOrder::GetShortDesc() { if (_source.ToString().empty()) { return ""; } return _scene.ToString() + " - " + _source.ToString(); } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionSceneOrderEdit::MacroActionSceneOrderEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, true); _sources = new SceneItemSelectionWidget(parent); _actions = new QComboBox(); _position = new QSpinBox(); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_position, SIGNAL(valueChanged(int)), this, SLOT(PositionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sources}}", _sources}, {"{{actions}}", _actions}, {"{{position}}", _position}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.sceneOrder.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSceneOrderEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem(_entryData->_source); _position->setValue(_entryData->_position); _position->setVisible(_entryData->_action == SceneOrderAction::POSITION); } void MacroActionSceneOrderEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroActionSceneOrderEdit::SourceChanged(const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSceneOrderEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); _position->setVisible(_entryData->_action == SceneOrderAction::POSITION); } void MacroActionSceneOrderEdit::PositionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_position = value; } SceneSwitcher-1.17.2/src/macro-action-scene-swap.cpp000066400000000000000000000023031417525156400222720ustar00rootroot00000000000000#include "headers/macro-action-scene-swap.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSceneSwap::id = "scene_swap"; bool MacroActionSceneSwap::_registered = MacroActionFactory::Register( MacroActionSceneSwap::id, {MacroActionSceneSwap::Create, MacroActionSceneSwapEdit::Create, "AdvSceneSwitcher.action.sceneSwap"}); bool MacroActionSceneSwap::PerformAction() { obs_frontend_preview_program_trigger_transition(); return true; } void MacroActionSceneSwap::LogAction() { vblog(LOG_INFO, "trigger preview to active scene transition"); } bool MacroActionSceneSwap::Save(obs_data_t *obj) { MacroAction::Save(obj); return true; } bool MacroActionSceneSwap::Load(obs_data_t *obj) { MacroAction::Load(obj); return true; } MacroActionSceneSwapEdit::MacroActionSceneSwapEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = {}; placeWidgets(obs_module_text("AdvSceneSwitcher.action.SceneSwap.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; } SceneSwitcher-1.17.2/src/macro-action-scene-switch.cpp000066400000000000000000000141061417525156400226250ustar00rootroot00000000000000#include "headers/macro-action-scene-switch.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSwitchScene::id = "scene_switch"; bool MacroActionSwitchScene::_registered = MacroActionFactory::Register( MacroActionSwitchScene::id, {MacroActionSwitchScene::Create, MacroActionSwitchSceneEdit::Create, "AdvSceneSwitcher.action.switchScene"}); void waitForTransitionChange(OBSWeakSource &target) { const int maxNrChecks = 100; int curCheckNr = 0; bool transitionEnded = false; auto sceneCheckStartedOn = obs_frontend_get_current_scene(); obs_source_release(sceneCheckStartedOn); switcher->abortMacroWait = false; std::unique_lock lock(switcher->m); while (!transitionEnded && curCheckNr < maxNrChecks && !switcher->abortMacroWait) { switcher->abortMacroWait = false; switcher->macroTransitionCv.wait_for( lock, std::chrono::milliseconds( (long long)switcher->interval), [] { return switcher->abortMacroWait.load(); }); auto curScene = obs_frontend_get_current_scene(); obs_source_release(curScene); transitionEnded = curScene != sceneCheckStartedOn || switcher->currentScene == target; ++curCheckNr; } } bool MacroActionSwitchScene::PerformAction() { auto scene = _scene.GetScene(); switchScene({scene, _transition.GetTransition(), (int)(_duration.seconds * 1000)}); if (_blockUntilTransitionDone) { waitForTransitionChange(scene); return !switcher->abortMacroWait; } return true; } void MacroActionSwitchScene::LogAction() { auto t = _scene.GetType(); auto sceneName = GetWeakSourceName(_scene.GetScene(false)); switch (t) { case SceneSelectionType::SCENE: vblog(LOG_INFO, "switch to scene '%s'", _scene.ToString().c_str()); break; case SceneSelectionType::GROUP: vblog(LOG_INFO, "switch to scene '%s' (scene group '%s')", sceneName.c_str(), _scene.ToString().c_str()); break; case SceneSelectionType::PREVIOUS: vblog(LOG_INFO, "switch to previous scene '%s'", sceneName.c_str()); break; default: break; } } bool MacroActionSwitchScene::Save(obs_data_t *obj) { MacroAction::Save(obj); _scene.Save(obj); _transition.Save(obj); _duration.Save(obj); obs_data_set_bool(obj, "blockUntilTransitionDone", _blockUntilTransitionDone); return true; } bool MacroActionSwitchScene::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "targetType")) { auto sceneName = obs_data_get_string(obj, "target"); obs_data_set_string(obj, "scene", sceneName); auto transitionName = obs_data_get_string(obj, "transition"); bool usePreviousScene = strcmp(sceneName, previous_scene_name) == 0; bool useCurrentTransition = strcmp(transitionName, current_transition_name) == 0; obs_data_set_int( obj, "sceneType", (usePreviousScene) ? static_cast(SceneSelectionType::PREVIOUS) : obs_data_get_int(obj, "targetType")); obs_data_set_int( obj, "transitionType", (useCurrentTransition) ? static_cast( TransitionSelectionType::CURRENT) : static_cast( TransitionSelectionType::TRANSITION)); } MacroAction::Load(obj); _scene.Load(obj); _transition.Load(obj); _duration.Load(obj); _blockUntilTransitionDone = obs_data_get_bool(obj, "blockUntilTransitionDone"); return true; } std::string MacroActionSwitchScene::GetShortDesc() { return _scene.ToString(); } MacroActionSwitchSceneEdit::MacroActionSwitchSceneEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), true, true); _transitions = new TransitionSelectionWidget(this); _duration = new DurationSelection(parent, false); _blockUntilTransitionDone = new QCheckBox(obs_module_text( "AdvSceneSwitcher.action.scene.blockUntilTransitionDone")); _duration->SpinBox()->setSpecialValueText("-"); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_transitions, SIGNAL(TransitionChanged(const TransitionSelection &)), this, SLOT(TransitionChanged(const TransitionSelection &))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_blockUntilTransitionDone, SIGNAL(stateChanged(int)), this, SLOT(BlockUntilTransitionDoneChanged(int))); QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{transitions}}", _transitions}, {"{{duration}}", _duration}, {"{{blockUntilTransitionDone}}", _blockUntilTransitionDone}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.scene.entry"), entryLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_blockUntilTransitionDone); setLayout(mainLayout); _entryData = entryData; _scenes->SetScene(_entryData->_scene); _transitions->SetTransition(_entryData->_transition); _duration->SetDuration(_entryData->_duration); _blockUntilTransitionDone->setChecked( _entryData->_blockUntilTransitionDone); _loading = false; } void MacroActionSwitchSceneEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroActionSwitchSceneEdit::BlockUntilTransitionDoneChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_blockUntilTransitionDone = state; } void MacroActionSwitchSceneEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSwitchSceneEdit::TransitionChanged(const TransitionSelection &t) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_transition = t; } SceneSwitcher-1.17.2/src/macro-action-scene-transform.cpp000066400000000000000000000133031417525156400233350ustar00rootroot00000000000000#include "headers/macro-action-scene-transform.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSceneTransform::id = "scene_transform"; bool MacroActionSceneTransform::_registered = MacroActionFactory::Register( MacroActionSceneTransform::id, {MacroActionSceneTransform::Create, MacroActionSceneTransformEdit::Create, "AdvSceneSwitcher.action.sceneTransform"}); bool MacroActionSceneTransform::PerformAction() { auto items = _source.GetSceneItems(_scene); for (auto &item : items) { obs_sceneitem_defer_update_begin(item); obs_sceneitem_set_info(item, &_info); obs_sceneitem_set_crop(item, &_crop); obs_sceneitem_defer_update_end(item); obs_sceneitem_release(item); } return true; } void MacroActionSceneTransform::LogAction() { vblog(LOG_INFO, "performed transform action for source \"%s\" on scene \"%s\"", _source.ToString().c_str(), _scene.ToString().c_str()); } bool MacroActionSceneTransform::Save(obs_data_t *obj) { MacroAction::Save(obj); _scene.Save(obj); _source.Save(obj); saveTransformState(obj, _info, _crop); return true; } bool MacroActionSceneTransform::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); } MacroAction::Load(obj); _scene.Load(obj); _source.Load(obj); loadTransformState(obj, _info, _crop); return true; } std::string MacroActionSceneTransform::GetShortDesc() { if (_source.ToString().empty()) { return ""; } return _scene.ToString() + " - " + _source.ToString(); } std::string MacroActionSceneTransform::GetSettings() { auto data = obs_data_create(); saveTransformState(data, _info, _crop); std::string json = obs_data_get_json(data); obs_data_release(data); return json; } void MacroActionSceneTransform::SetSettings(std::string &settings) { auto data = obs_data_create_from_json(settings.c_str()); if (!data) { return; } loadTransformState(data, _info, _crop); auto items = _source.GetSceneItems(_scene); if (items.empty()) { return; } if (obs_data_has_user_value(data, "size")) { auto obj = obs_data_get_obj(data, "size"); auto source = obs_sceneitem_get_source(items[0]); if (double h = obs_data_get_double(obj, "height")) { _info.scale.y = h / double(obs_source_get_height(source)); } if (double w = obs_data_get_double(obj, "width")) { _info.scale.x = w / double(obs_source_get_width(source)); } obs_data_release(obj); } for (auto item : items) { obs_sceneitem_release(item); } obs_data_release(data); } MacroActionSceneTransformEdit::MacroActionSceneTransformEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, true); _sources = new SceneItemSelectionWidget(parent); _getSettings = new QPushButton(obs_module_text( "AdvSceneSwitcher.action.sceneTransform.getTransform")); _settings = new QPlainTextEdit(); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sources}}", _sources}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.sceneTransform.entry"), entryLayout, widgetPlaceholders); QHBoxLayout *buttonLayout = new QHBoxLayout; buttonLayout->addWidget(_getSettings); buttonLayout->addStretch(); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_settings); mainLayout->addLayout(buttonLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSceneTransformEdit::UpdateEntryData() { if (!_entryData) { return; } _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem(_entryData->_source); _settings->setPlainText(formatJsonString(_entryData->GetSettings())); } void MacroActionSceneTransformEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroActionSceneTransformEdit::SourceChanged(const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSceneTransformEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_scene.GetScene(false)) { return; } auto items = _entryData->_source.GetSceneItems(_entryData->_scene); if (items.empty()) { return; } auto settings = getSceneItemTransform(items[0]); _settings->setPlainText(formatJsonString(settings)); for (auto item : items) { obs_sceneitem_release(item); } } void MacroActionSceneTransformEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); auto json = _settings->toPlainText().toStdString(); _entryData->SetSettings(json); } SceneSwitcher-1.17.2/src/macro-action-scene-visibility.cpp000066400000000000000000000207321417525156400235150ustar00rootroot00000000000000#include "headers/macro-action-scene-visibility.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSceneVisibility::id = "scene_visibility"; bool MacroActionSceneVisibility::_registered = MacroActionFactory::Register( MacroActionSceneVisibility::id, {MacroActionSceneVisibility::Create, MacroActionSceneVisibilityEdit::Create, "AdvSceneSwitcher.action.sceneVisibility"}); const static std::map actionTypes = { {SceneVisibilityAction::SHOW, "AdvSceneSwitcher.action.sceneVisibility.type.show"}, {SceneVisibilityAction::HIDE, "AdvSceneSwitcher.action.sceneVisibility.type.hide"}, }; const static std::map sourceItemSourceTypes = { {SceneItemSourceType::SOURCE, "AdvSceneSwitcher.action.sceneVisibility.type.source"}, {SceneItemSourceType::SOURCE_GROUP, "AdvSceneSwitcher.action.sceneVisibility.type.sourceGroup"}, }; struct VisibilityData { std::string name; bool visible; }; static bool visibilitySourceTypeEnum(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { VisibilityData *vInfo = reinterpret_cast(ptr); auto sourceTypeName = obs_source_get_display_name( obs_source_get_id(obs_sceneitem_get_source(item))); if (vInfo->name == sourceTypeName) { obs_sceneitem_set_visible(item, vInfo->visible); } if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, visibilitySourceTypeEnum, ptr); } return true; } bool MacroActionSceneVisibility::PerformAction() { switch (_sourceType) { case SceneItemSourceType::SOURCE: { auto items = _source.GetSceneItems(_scene); for (auto item : items) { obs_sceneitem_set_visible( item, _action == SceneVisibilityAction::SHOW); obs_sceneitem_release(item); } break; } case SceneItemSourceType::SOURCE_GROUP: { auto s = obs_weak_source_get_source(_scene.GetScene()); auto scene = obs_scene_from_source(s); VisibilityData vInfo = {_sourceGroup, _action == SceneVisibilityAction::SHOW}; obs_scene_enum_items(scene, visibilitySourceTypeEnum, &vInfo); obs_source_release(s); break; } default: break; } return true; } void MacroActionSceneVisibility::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { if (_sourceType == SceneItemSourceType::SOURCE) { vblog(LOG_INFO, "performed visibility action \"%s\" for source \"%s\" on scene \"%s\"", it->second.c_str(), _source.ToString().c_str(), _scene.ToString().c_str()); } else { vblog(LOG_INFO, "performed visibility action \"%s\" for any source type \"%s\" on scene \"%s\"", it->second.c_str(), _sourceGroup.c_str(), _scene.ToString().c_str()); } } else { blog(LOG_WARNING, "ignored unknown SceneVisibility action %d", static_cast(_action)); } } bool MacroActionSceneVisibility::Save(obs_data_t *obj) { MacroAction::Save(obj); _scene.Save(obj); if (_sourceType == SceneItemSourceType::SOURCE) { _source.Save(obj); } else { obs_data_set_string(obj, "sourceGroup", _sourceGroup.c_str()); } obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_int(obj, "sourceType", static_cast(_sourceType)); return true; } bool MacroActionSceneVisibility::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); obs_data_set_string(obj, "sourceGroup", sourceName); } MacroAction::Load(obj); _scene.Load(obj); _source.Load(obj); _sourceType = static_cast( obs_data_get_int(obj, "sourceType")); _sourceGroup = obs_data_get_string(obj, "sourceGroup"); _action = static_cast( obs_data_get_int(obj, "action")); return true; } std::string MacroActionSceneVisibility::GetShortDesc() { if (_sourceType == SceneItemSourceType::SOURCE && !_source.ToString().empty()) { return _scene.ToString() + " - " + _source.ToString(); } if (_sourceType == SceneItemSourceType::SOURCE_GROUP && !_sourceGroup.empty()) { return _scene.ToString() + " - " + obs_module_text( "AdvSceneSwitcher.action.sceneVisibility.type.sourceGroup") + " " + _sourceGroup; } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } static inline void populateSourceItemTypeSelection(QComboBox *list) { for (auto entry : sourceItemSourceTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionSceneVisibilityEdit::MacroActionSceneVisibilityEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, true, true); _sourceTypes = new QComboBox(); _sources = new SceneItemSelectionWidget(parent); _sourceGroups = new QComboBox(); _actions = new QComboBox(); populateSourceItemTypeSelection(_sourceTypes); populateSourceGroupSelection(_sourceGroups); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sourceTypes, SIGNAL(currentIndexChanged(int)), this, SLOT(SourceTypeChanged(int))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_sourceGroups, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceGroupChanged(const QString &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sourceTypes}}", _sourceTypes}, {"{{sources}}", _sources}, {"{{sourceGroups}}", _sourceGroups}, {"{{actions}}", _actions}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.action.sceneVisibility.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSceneVisibilityEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _sourceTypes->setCurrentIndex( static_cast(_entryData->_sourceType)); _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem((_entryData->_source)); _sourceGroups->setCurrentText( QString::fromStdString(_entryData->_sourceGroup)); SetWidgetVisibility(); } void MacroActionSceneVisibilityEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroActionSceneVisibilityEdit::SourceTypeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_sourceType = static_cast(value); SetWidgetVisibility(); } void MacroActionSceneVisibilityEdit::SourceChanged( const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSceneVisibilityEdit::SourceGroupChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); if (text == obs_module_text("AdvSceneSwitcher.selectItem")) { _entryData->_sourceGroup = ""; } else { _entryData->_sourceGroup = text.toStdString(); } emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSceneVisibilityEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } void MacroActionSceneVisibilityEdit::SetWidgetVisibility() { if (!_entryData) { return; } _sources->setVisible(_entryData->_sourceType == SceneItemSourceType::SOURCE); _sourceGroups->setVisible(_entryData->_sourceType == SceneItemSourceType::SOURCE_GROUP); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-screenshot.cpp000066400000000000000000000051761417525156400224150ustar00rootroot00000000000000#include "headers/macro-action-screenshot.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionScreenshot::id = "screenshot"; bool MacroActionScreenshot::_registered = MacroActionFactory::Register( MacroActionScreenshot::id, {MacroActionScreenshot::Create, MacroActionScreenshotEdit::Create, "AdvSceneSwitcher.action.screenshot"}); bool MacroActionScreenshot::PerformAction() { if (_source) { auto s = obs_weak_source_get_source(_source); obs_frontend_take_source_screenshot(s); obs_source_release(s); } else { obs_frontend_take_screenshot(); } return true; } void MacroActionScreenshot::LogAction() { vblog(LOG_INFO, "trigger screenshot for source \"%s\"", GetWeakSourceName(_source).c_str()); } bool MacroActionScreenshot::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); return true; } bool MacroActionScreenshot::Load(obs_data_t *obj) { MacroAction::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); return true; } std::string MacroActionScreenshot::GetShortDesc() { if (_source) { return GetWeakSourceName(_source); } return ""; } void addOBSMainOutputEntry(QComboBox *cb) { cb->insertItem( 0, obs_module_text( "AdvSceneSwitcher.action.screenshot.mainOutput")); } MacroActionScreenshotEdit::MacroActionScreenshotEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sources = new QComboBox(); populateVideoSelection(_sources, true, false); addOBSMainOutputEntry(_sources); QWidget::connect(_sources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.screenshot.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionScreenshotEdit::UpdateEntryData() { if (!_entryData) { return; } if (_entryData->_source) { _sources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); } else { _sources->setCurrentIndex(0); } } void MacroActionScreenshotEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = GetWeakSourceByQString(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } SceneSwitcher-1.17.2/src/macro-action-sequence.cpp000066400000000000000000000231171417525156400220430ustar00rootroot00000000000000#include "headers/macro-action-sequence.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSequence::id = "sequence"; bool MacroActionSequence::_registered = MacroActionFactory::Register( MacroActionSequence::id, {MacroActionSequence::Create, MacroActionSequenceEdit::Create, "AdvSceneSwitcher.action.sequence"}); int getNextUnpausedMacroIdx(std::vector ¯os, int startIdx) { for (; macros.size() > startIdx; ++startIdx) { if (!macros[startIdx]->Paused()) { return startIdx; } } return -1; } MacroRef MacroActionSequence::GetNextMacro(bool advance) { int idx = _lastIdx; MacroRef res; int nextUnpausedIdx = getNextUnpausedMacroIdx(_macros, idx + 1); if (nextUnpausedIdx != -1) { res = _macros[nextUnpausedIdx]; idx = nextUnpausedIdx; } else { if (_restart) { idx = getNextUnpausedMacroIdx(_macros, 0); if (idx != -1) { res = _macros[idx]; } else { // End of sequence reached, as all available // macros are either paused or the macro list // is empty idx = _macros.size(); } } else { // End of sequence reached idx = _macros.size(); } } if (advance) { _lastIdx = idx; _lastSequenceMacro = res; } return res; } bool MacroActionSequence::PerformAction() { if (_macros.size() == 0) { return true; } auto macro = GetNextMacro(); if (!macro.get()) { return true; } return macro->PerformAction(); } void MacroActionSequence::LogAction() { vblog(LOG_INFO, "running macro sequence"); } bool MacroActionSequence::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_array_t *args = obs_data_array_create(); for (auto &m : _macros) { obs_data_t *array_obj = obs_data_create(); m.Save(array_obj); obs_data_array_push_back(args, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "macros", args); obs_data_array_release(args); obs_data_set_bool(obj, "restart", _restart); return true; } bool MacroActionSequence::Load(obs_data_t *obj) { MacroAction::Load(obj); obs_data_array_t *args = obs_data_get_array(obj, "macros"); size_t count = obs_data_array_count(args); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(args, i); MacroRef ref; ref.Load(array_obj); _macros.push_back(ref); obs_data_release(array_obj); } obs_data_array_release(args); _restart = obs_data_get_bool(obj, "restart"); return true; } MacroActionSequenceEdit::MacroActionSequenceEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _macroList = new QListWidget(); _add = new QPushButton(); _add->setMaximumSize(QSize(22, 22)); _add->setProperty("themeID", QVariant(QString::fromUtf8("addIconSmall"))); _add->setFlat(true); _remove = new QPushButton(); _remove->setMaximumSize(QSize(22, 22)); _remove->setProperty("themeID", QVariant(QString::fromUtf8("removeIconSmall"))); _remove->setFlat(true); _up = new QPushButton(); _up->setMaximumSize(QSize(22, 22)); _up->setProperty("themeID", QVariant(QString::fromUtf8("upArrowIconSmall"))); _up->setFlat(true); _down = new QPushButton(); _down->setMaximumSize(QSize(22, 22)); _down->setProperty("themeID", QVariant(QString::fromUtf8("downArrowIconSmall"))); _down->setFlat(true); _continueFrom = new QPushButton(obs_module_text( "AdvSceneSwitcher.action.sequence.continueFrom")); _restart = new QCheckBox( obs_module_text("AdvSceneSwitcher.action.sequence.restart")); _statusLine = new QLabel(); QWidget::connect(_add, SIGNAL(clicked()), this, SLOT(Add())); QWidget::connect(_remove, SIGNAL(clicked()), this, SLOT(Remove())); QWidget::connect(_up, SIGNAL(clicked()), this, SLOT(Up())); QWidget::connect(_down, SIGNAL(clicked()), this, SLOT(Down())); QWidget::connect(_continueFrom, SIGNAL(clicked()), this, SLOT(ContinueFromClicked())); QWidget::connect(_macroList, SIGNAL(currentRowChanged(int)), this, SLOT(MacroSelectionChanged(int))); QWidget::connect(window(), SIGNAL(MacroRenamed(const QString &, const QString &)), this, SLOT(MacroRename(const QString &, const QString &))); QWidget::connect(_restart, SIGNAL(stateChanged(int)), this, SLOT(RestartChanged(int))); auto *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = {}; placeWidgets(obs_module_text("AdvSceneSwitcher.action.sequence.entry"), entryLayout, widgetPlaceholders); auto *argButtonLayout = new QHBoxLayout; argButtonLayout->addWidget(_add); argButtonLayout->addWidget(_remove); QFrame *line = new QFrame(); line->setFrameShape(QFrame::VLine); line->setFrameShadow(QFrame::Sunken); argButtonLayout->addWidget(line); argButtonLayout->addWidget(_up); argButtonLayout->addWidget(_down); QFrame *line2 = new QFrame(); line2->setFrameShape(QFrame::VLine); line2->setFrameShadow(QFrame::Sunken); argButtonLayout->addWidget(line2); argButtonLayout->addWidget(_continueFrom); argButtonLayout->addStretch(); auto *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_macroList); mainLayout->addLayout(argButtonLayout); mainLayout->addLayout(argButtonLayout); mainLayout->addWidget(_restart); mainLayout->addWidget(_statusLine); setLayout(mainLayout); UpdateStatusLine(); connect(&_statusTimer, SIGNAL(timeout()), this, SLOT(UpdateStatusLine())); _statusTimer.start(1000); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSequenceEdit::UpdateEntryData() { if (!_entryData) { return; } for (auto &m : _entryData->_macros) { if (!m.get()) { continue; } auto name = QString::fromStdString(m->Name()); QListWidgetItem *item = new QListWidgetItem(name, _macroList); item->setData(Qt::UserRole, name); } SetMacroListSize(); _restart->setChecked(_entryData->_restart); } void MacroActionSequenceEdit::MacroRemove(const QString &name) { if (_entryData) { auto it = _entryData->_macros.begin(); while (it != _entryData->_macros.end()) { if (it->get()->Name() == name.toStdString()) { it = _entryData->_macros.erase(it); } else { ++it; } } } } void MacroActionSequenceEdit::MacroRename(const QString &oldName, const QString &newName) { auto count = _macroList->count(); for (int idx = 0; idx < count; ++idx) { QListWidgetItem *item = _macroList->item(idx); QString itemString = item->data(Qt::UserRole).toString(); if (oldName == itemString) { item->setData(Qt::UserRole, newName); item->setText(newName); break; } } } void MacroActionSequenceEdit::Add() { if (_loading || !_entryData) { return; } std::string macroName; bool accepted = MacroSelectionDialog::AskForMacro(this, macroName); if (!accepted || macroName.empty()) { return; } MacroRef macro(macroName); if (!macro.get()) { return; } QVariant v = QVariant::fromValue(QString::fromStdString(macroName)); new QListWidgetItem(QString::fromStdString(macroName), _macroList); std::lock_guard lock(switcher->m); _entryData->_macros.push_back(macro); SetMacroListSize(); } void MacroActionSequenceEdit::Remove() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); auto item = _macroList->currentItem(); int idx = _macroList->currentRow(); if (!item || idx == -1) { return; } _entryData->_macros.erase(std::next(_entryData->_macros.begin(), idx)); delete item; SetMacroListSize(); } void MacroActionSequenceEdit::Up() { if (_loading || !_entryData) { return; } int idx = _macroList->currentRow(); if (idx != -1 && idx != 0) { _macroList->insertItem(idx - 1, _macroList->takeItem(idx)); _macroList->setCurrentRow(idx - 1); std::lock_guard lock(switcher->m); std::swap(_entryData->_macros[idx], _entryData->_macros[idx - 1]); } } void MacroActionSequenceEdit::Down() { int idx = _macroList->currentRow(); if (idx != -1 && idx != _macroList->count() - 1) { _macroList->insertItem(idx + 1, _macroList->takeItem(idx)); _macroList->setCurrentRow(idx + 1); std::lock_guard lock(switcher->m); std::swap(_entryData->_macros[idx], _entryData->_macros[idx + 1]); } } void MacroActionSequenceEdit::ContinueFromClicked() { if (_loading || !_entryData) { return; } int idx = _macroList->currentRow(); if (idx == -1) { return; } std::lock_guard lock(switcher->m); _entryData->_lastIdx = idx - 1; } void MacroActionSequenceEdit::RestartChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_restart = state; } void MacroActionSequenceEdit::UpdateStatusLine() { QString lastMacroName = obs_module_text("AdvSceneSwitcher.action.sequence.status.none"); QString nextMacroName = obs_module_text("AdvSceneSwitcher.action.sequence.status.none"); if (_entryData) { if (_entryData->_lastSequenceMacro.get()) { lastMacroName = QString::fromStdString( _entryData->_lastSequenceMacro->Name()); } auto next = _entryData->GetNextMacro(false); if (next.get()) { nextMacroName = QString::fromStdString(next->Name()); } } QString format{ obs_module_text("AdvSceneSwitcher.action.sequence.status")}; _statusLine->setText(format.arg(lastMacroName, nextMacroName)); } int MacroActionSequenceEdit::FindEntry(const std::string ¯o) { int count = _macroList->count(); int idx = -1; for (int i = 0; i < count; i++) { QListWidgetItem *item = _macroList->item(i); QString itemString = item->data(Qt::UserRole).toString(); if (QString::fromStdString(macro) == itemString) { idx = i; break; } } return idx; } void MacroActionSequenceEdit::SetMacroListSize() { setHeightToContentHeight(_macroList); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-source.cpp000066400000000000000000000125351417525156400215350ustar00rootroot00000000000000#include "headers/macro-action-source.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSource::id = "source"; bool MacroActionSource::_registered = MacroActionFactory::Register( MacroActionSource::id, {MacroActionSource::Create, MacroActionSourceEdit::Create, "AdvSceneSwitcher.action.source"}); const static std::map actionTypes = { {SourceAction::ENABLE, "AdvSceneSwitcher.action.source.type.enable"}, {SourceAction::DISABLE, "AdvSceneSwitcher.action.source.type.disable"}, {SourceAction::SETTINGS, "AdvSceneSwitcher.action.source.type.settings"}, }; bool MacroActionSource::PerformAction() { auto s = obs_weak_source_get_source(_source); switch (_action) { case SourceAction::ENABLE: obs_source_set_enabled(s, true); break; case SourceAction::DISABLE: obs_source_set_enabled(s, false); break; case SourceAction::SETTINGS: setSourceSettings(s, _settings); break; default: break; } obs_source_release(s); return true; } void MacroActionSource::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\" for Source \"%s\"", it->second.c_str(), GetWeakSourceName(_source).c_str()); } else { blog(LOG_WARNING, "ignored unknown source action %d", static_cast(_action)); } } bool MacroActionSource::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); obs_data_set_int(obj, "action", static_cast(_action)); obs_data_set_string(obj, "settings", _settings.c_str()); return true; } bool MacroActionSource::Load(obs_data_t *obj) { MacroAction::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); _action = static_cast(obs_data_get_int(obj, "action")); _settings = obs_data_get_string(obj, "settings"); return true; } std::string MacroActionSource::GetShortDesc() { if (_source) { return GetWeakSourceName(_source); } return ""; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionSourceEdit::MacroActionSourceEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sources = new QComboBox(); _actions = new QComboBox(); _getSettings = new QPushButton( obs_module_text("AdvSceneSwitcher.action.source.getSettings")); _settings = new QPlainTextEdit(); _warning = new QLabel( obs_module_text("AdvSceneSwitcher.action.source.warning")); populateActionSelection(_actions); populateSourceSelection(_sources); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QWidget::connect(_sources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QVBoxLayout *mainLayout = new QVBoxLayout; QHBoxLayout *entryLayout = new QHBoxLayout; QHBoxLayout *buttonLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, {"{{actions}}", _actions}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.source.entry"), entryLayout, widgetPlaceholders); mainLayout->addLayout(entryLayout); mainLayout->addWidget(_warning); mainLayout->addWidget(_settings); buttonLayout->addWidget(_getSettings); buttonLayout->addStretch(); mainLayout->addLayout(buttonLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionSourceEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); _sources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); _settings->setPlainText(QString::fromStdString(_entryData->_settings)); SetWidgetVisibility(_entryData->_action == SourceAction::SETTINGS); } void MacroActionSourceEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = GetWeakSourceByQString(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionSourceEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); SetWidgetVisibility(_entryData->_action == SourceAction::SETTINGS); } void MacroActionSourceEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_source) { return; } _settings->setPlainText( formatJsonString(getSourceSettings(_entryData->_source))); } void MacroActionSourceEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settings = _settings->toPlainText().toStdString(); } void MacroActionSourceEdit::SetWidgetVisibility(bool showSettings) { _settings->setVisible(showSettings); _getSettings->setVisible(showSettings); _warning->setVisible(!showSettings); adjustSize(); } SceneSwitcher-1.17.2/src/macro-action-streaming.cpp000066400000000000000000000053311417525156400222220ustar00rootroot00000000000000#include "headers/macro-action-streaming.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionStream::id = "streaming"; bool MacroActionStream::_registered = MacroActionFactory::Register( MacroActionStream::id, {MacroActionStream::Create, MacroActionStreamEdit::Create, "AdvSceneSwitcher.action.streaming"}); const static std::map actionTypes = { {StreamAction::STOP, "AdvSceneSwitcher.action.streaming.type.stop"}, {StreamAction::START, "AdvSceneSwitcher.action.streaming.type.start"}, }; bool MacroActionStream::PerformAction() { switch (_action) { case StreamAction::STOP: if (obs_frontend_streaming_active()) { obs_frontend_streaming_stop(); } break; case StreamAction::START: if (!obs_frontend_streaming_active() && _retryCooldown.DurationReached()) { obs_frontend_streaming_start(); _retryCooldown.seconds++; _retryCooldown.Reset(); } break; default: break; } return true; } void MacroActionStream::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\"", it->second.c_str()); } else { blog(LOG_WARNING, "ignored unknown streaming action %d", static_cast(_action)); } } bool MacroActionStream::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionStream::Load(obs_data_t *obj) { MacroAction::Load(obj); _action = static_cast(obs_data_get_int(obj, "action")); return true; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionStreamEdit::MacroActionStreamEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _actions = new QComboBox(); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.streaming.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionStreamEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); } void MacroActionStreamEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } SceneSwitcher-1.17.2/src/macro-action-systray.cpp000066400000000000000000000034061417525156400217500ustar00rootroot00000000000000#include "headers/macro-action-systray.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionSystray::id = "systray_notification"; bool MacroActionSystray::_registered = MacroActionFactory::Register( MacroActionSystray::id, {MacroActionSystray::Create, MacroActionSystrayEdit::Create, "AdvSceneSwitcher.action.systray"}); bool MacroActionSystray::PerformAction() { if (_msg.empty()) { return true; } DisplayTrayMessage(obs_module_text("AdvSceneSwitcher.pluginName"), QString::fromStdString(_msg)); return true; } void MacroActionSystray::LogAction() { vblog(LOG_INFO, "display systray message \"%s\"", _msg.c_str()); } bool MacroActionSystray::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_string(obj, "message", _msg.c_str()); return true; } bool MacroActionSystray::Load(obs_data_t *obj) { MacroAction::Load(obj); _msg = obs_data_get_string(obj, "message"); return true; } MacroActionSystrayEdit::MacroActionSystrayEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _msg = new QLineEdit(); QWidget::connect(_msg, SIGNAL(editingFinished()), this, SLOT(MessageChanged())); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{message}}", _msg}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.systray.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; _msg->setText(QString::fromStdString(_entryData->_msg)); _loading = false; } void MacroActionSystrayEdit::MessageChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_msg = _msg->text().toStdString(); } SceneSwitcher-1.17.2/src/macro-action-timer.cpp000066400000000000000000000126621417525156400213560ustar00rootroot00000000000000#include "headers/macro-action-timer.hpp" #include "headers/macro-condition-timer.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include const std::string MacroActionTimer::id = "timer"; bool MacroActionTimer::_registered = MacroActionFactory::Register( MacroActionTimer::id, {MacroActionTimer::Create, MacroActionTimerEdit::Create, "AdvSceneSwitcher.action.Timer"}); static std::map timerActions = { {TimerAction::PAUSE, "AdvSceneSwitcher.action.timer.type.pause"}, {TimerAction::CONTINUE, "AdvSceneSwitcher.action.timer.type.continue"}, {TimerAction::RESET, "AdvSceneSwitcher.action.timer.type.reset"}, {TimerAction::SET_TIME_REMAINING, "AdvSceneSwitcher.action.timer.type.setTimeRemaining"}, }; bool MacroActionTimer::PerformAction() { if (!_macro.get()) { return true; } for (auto c : _macro->Conditions()) { if (c->GetId() != "timer") { continue; } auto timerCondition = dynamic_cast(c.get()); if (!timerCondition) { continue; } switch (_actionType) { case TimerAction::PAUSE: timerCondition->Pause(); break; case TimerAction::CONTINUE: timerCondition->Continue(); break; case TimerAction::RESET: timerCondition->Reset(); break; case TimerAction::SET_TIME_REMAINING: timerCondition->_duration.SetTimeRemaining( _duration.seconds); break; default: break; } } return true; } void MacroActionTimer::LogAction() { if (!_macro.get()) { return; } switch (_actionType) { case TimerAction::PAUSE: vblog(LOG_INFO, "paused timers on \"%s\"", _macro->Name().c_str()); break; case TimerAction::CONTINUE: vblog(LOG_INFO, "continued timers on \"%s\"", _macro->Name().c_str()); break; case TimerAction::RESET: vblog(LOG_INFO, "reset timers on \"%s\"", _macro->Name().c_str()); break; case TimerAction::SET_TIME_REMAINING: vblog(LOG_INFO, "set time remaining of timers on \"%s\" to \"%s\"", _macro->Name().c_str(), _duration.ToString().c_str()); break; default: break; } } bool MacroActionTimer::Save(obs_data_t *obj) { MacroAction::Save(obj); _macro.Save(obj); _duration.Save(obj); obs_data_set_int(obj, "actionType", static_cast(_actionType)); return true; } bool MacroActionTimer::Load(obs_data_t *obj) { MacroAction::Load(obj); _macro.Load(obj); _duration.Load(obj); _actionType = static_cast(obs_data_get_int(obj, "actionType")); return true; } std::string MacroActionTimer::GetShortDesc() { if (_macro.get()) { return _macro->Name(); } return ""; } static inline void populateTypeSelection(QComboBox *list) { for (auto entry : timerActions) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionTimerEdit::MacroActionTimerEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _macros = new MacroSelection(parent); _duration = new DurationSelection(); _timerAction = new QComboBox(); populateTypeSelection(_timerAction); QWidget::connect(_macros, SIGNAL(currentTextChanged(const QString &)), this, SLOT(MacroChanged(const QString &))); QWidget::connect(parent, SIGNAL(MacroRemoved(const QString &)), this, SLOT(MacroRemove(const QString &))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QWidget::connect(_timerAction, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionTypeChanged(int))); _mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{macros}}", _macros}, {"{{duration}}", _duration}, {"{{timerAction}}", _timerAction}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.action.timer.entry"), _mainLayout, widgetPlaceholders); setLayout(_mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionTimerEdit::UpdateEntryData() { if (!_entryData) { return; } _macros->SetCurrentMacro(_entryData->_macro.get()); _duration->SetDuration(_entryData->_duration); _timerAction->setCurrentIndex( static_cast(_entryData->_actionType)); SetWidgetVisibility(); } void MacroActionTimerEdit::ActionTypeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_actionType = static_cast(value); SetWidgetVisibility(); } void MacroActionTimerEdit::SetWidgetVisibility() { if (!_entryData) { return; } _duration->setVisible(_entryData->_actionType == TimerAction::SET_TIME_REMAINING); adjustSize(); } void MacroActionTimerEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroActionTimerEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.displayUnit = unit; } void MacroActionTimerEdit::MacroChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_macro.UpdateRef(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionTimerEdit::MacroRemove(const QString &) { if (_entryData) { _entryData->_macro.UpdateRef(); } } SceneSwitcher-1.17.2/src/macro-action-transition.cpp000066400000000000000000000107031417525156400224220ustar00rootroot00000000000000#include "headers/macro-action-transition.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionTransition::id = "transition"; bool MacroActionTransition::_registered = MacroActionFactory::Register( MacroActionTransition::id, {MacroActionTransition::Create, MacroActionTransitionEdit::Create, "AdvSceneSwitcher.action.transition"}); bool MacroActionTransition::PerformAction() { if (_setType) { auto t = obs_weak_source_get_source(_transition.GetTransition()); obs_frontend_set_current_transition(t); obs_source_release(t); } if (_setDuration) { obs_frontend_set_transition_duration(_duration.seconds * 1000); } return true; } void MacroActionTransition::LogAction() { if (_setDuration) { vblog(LOG_INFO, "set transition duration to %s", _duration.ToString().c_str()); } if (_setType) { vblog(LOG_INFO, "set transition type to \"%s\"", _transition.ToString().c_str()); } } bool MacroActionTransition::Save(obs_data_t *obj) { MacroAction::Save(obj); _duration.Save(obj); _transition.Save(obj); obs_data_set_bool(obj, "setDuration", _setDuration); obs_data_set_bool(obj, "setType", _setType); return true; } bool MacroActionTransition::Load(obs_data_t *obj) { MacroAction::Load(obj); _duration.Load(obj); _transition.Load(obj); _setDuration = obs_data_get_bool(obj, "setDuration"); _setType = obs_data_get_bool(obj, "setType"); return true; } std::string MacroActionTransition::GetShortDesc() { return _transition.ToString(); } MacroActionTransitionEdit::MacroActionTransitionEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _transitions = new TransitionSelectionWidget(this, false); _duration = new DurationSelection(this, false); _setType = new QCheckBox(); _setDuration = new QCheckBox(); QWidget::connect(_transitions, SIGNAL(TransitionChanged(const TransitionSelection &)), this, SLOT(TransitionChanged(const TransitionSelection &))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_setType, SIGNAL(stateChanged(int)), this, SLOT(SetTypeChanged(int))); QWidget::connect(_setDuration, SIGNAL(stateChanged(int)), this, SLOT(SetDurationChanged(int))); std::unordered_map widgetPlaceholders = { {"{{transitions}}", _transitions}, {"{{duration}}", _duration}, {"{{setType}}", _setType}, {"{{setDuration}}", _setDuration}, }; _typeLayout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.action.transition.entry.line1"), _typeLayout, widgetPlaceholders); _durationLayout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.action.transition.entry.line2"), _durationLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(_typeLayout); mainLayout->addLayout(_durationLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionTransitionEdit::UpdateEntryData() { if (!_entryData) { return; } _setDuration->setChecked(_entryData->_setDuration); _duration->SetDuration(_entryData->_duration); _setType->setChecked(_entryData->_setType); _transitions->SetTransition(_entryData->_transition); _transitions->setEnabled(_entryData->_setType); _duration->setEnabled(_entryData->_setDuration); } void MacroActionTransitionEdit::TransitionChanged(const TransitionSelection &t) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_transition = t; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroActionTransitionEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroActionTransitionEdit::SetTypeChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_setType = state; _transitions->setEnabled(state); if (state) { emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } else { emit HeaderInfoChanged(""); } } void MacroActionTransitionEdit::SetDurationChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_setDuration = state; _duration->setEnabled(state); } SceneSwitcher-1.17.2/src/macro-action-virtual-cam.cpp000066400000000000000000000052071417525156400224570ustar00rootroot00000000000000#ifdef VCAM_SUPPORTED #include "headers/macro-action-virtual-cam.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" const std::string MacroActionVCam::id = "virtual_cam"; bool MacroActionVCam::_registered = MacroActionFactory::Register( MacroActionVCam::id, {MacroActionVCam::Create, MacroActionVCamEdit::Create, "AdvSceneSwitcher.action.virtualCamera"}); const static std::map actionTypes = { {VCamAction::STOP, "AdvSceneSwitcher.action.virtualCamera.type.stop"}, {VCamAction::START, "AdvSceneSwitcher.action.virtualCamera.type.start"}, }; bool MacroActionVCam::PerformAction() { switch (_action) { case VCamAction::STOP: if (obs_frontend_virtualcam_active()) { obs_frontend_stop_virtualcam(); } break; case VCamAction::START: if (!obs_frontend_virtualcam_active()) { obs_frontend_start_virtualcam(); } break; default: break; } return true; } void MacroActionVCam::LogAction() { auto it = actionTypes.find(_action); if (it != actionTypes.end()) { vblog(LOG_INFO, "performed action \"%s\"", it->second.c_str()); } else { blog(LOG_WARNING, "ignored unknown virtual camera action %d", static_cast(_action)); } } bool MacroActionVCam::Save(obs_data_t *obj) { MacroAction::Save(obj); obs_data_set_int(obj, "action", static_cast(_action)); return true; } bool MacroActionVCam::Load(obs_data_t *obj) { MacroAction::Load(obj); _action = static_cast(obs_data_get_int(obj, "action")); return true; } static inline void populateActionSelection(QComboBox *list) { for (auto entry : actionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionVCamEdit::MacroActionVCamEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _actions = new QComboBox(); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this, SLOT(ActionChanged(int))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{actions}}", _actions}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.virtualCamera.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionVCamEdit::UpdateEntryData() { if (!_entryData) { return; } _actions->setCurrentIndex(static_cast(_entryData->_action)); } void MacroActionVCamEdit::ActionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_action = static_cast(value); } #endif SceneSwitcher-1.17.2/src/macro-action-wait.cpp000066400000000000000000000125751417525156400212050ustar00rootroot00000000000000#include "headers/macro-action-wait.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include const std::string MacroActionWait::id = "wait"; bool MacroActionWait::_registered = MacroActionFactory::Register( MacroActionWait::id, {MacroActionWait::Create, MacroActionWaitEdit::Create, "AdvSceneSwitcher.action.wait"}); static std::map waitTypes = { {WaitType::FIXED, "AdvSceneSwitcher.action.wait.type.fixed"}, {WaitType::RANDOM, "AdvSceneSwitcher.action.wait.type.random"}, }; static std::random_device rd; static std::default_random_engine re(rd()); bool MacroActionWait::PerformAction() { double sleep_duration; if (_waitType == WaitType::FIXED) { sleep_duration = _duration.seconds; } else { double min = (_duration.seconds < _duration2.seconds) ? _duration.seconds : _duration2.seconds; double max = (_duration.seconds < _duration2.seconds) ? _duration2.seconds : _duration.seconds; std::uniform_real_distribution unif(min, max); sleep_duration = unif(re); } vblog(LOG_INFO, "perform action wait with duration of %f", sleep_duration); std::unique_lock lock(switcher->m); switcher->abortMacroWait = false; switcher->macroWaitCv.wait_for( lock, std::chrono::milliseconds((long long)(sleep_duration * 1000)), [] { return switcher->abortMacroWait.load(); }); return !switcher->abortMacroWait; } bool MacroActionWait::Save(obs_data_t *obj) { MacroAction::Save(obj); _duration.Save(obj); _duration2.Save(obj, "seconds2", "displayUnit2"); obs_data_set_int(obj, "waitType", static_cast(_waitType)); return true; } bool MacroActionWait::Load(obs_data_t *obj) { MacroAction::Load(obj); _duration.Load(obj); _duration2.Load(obj, "seconds2", "displayUnit2"); _waitType = static_cast(obs_data_get_int(obj, "waitType")); return true; } static inline void populateTypeSelection(QComboBox *list) { for (auto entry : waitTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroActionWaitEdit::MacroActionWaitEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _duration = new DurationSelection(); _duration2 = new DurationSelection(); _waitType = new QComboBox(); populateTypeSelection(_waitType); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QWidget::connect(_duration2, SIGNAL(DurationChanged(double)), this, SLOT(Duration2Changed(double))); QWidget::connect(_duration2, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(Duration2UnitChanged(DurationUnit))); QWidget::connect(_waitType, SIGNAL(currentIndexChanged(int)), this, SLOT(TypeChanged(int))); _mainLayout = new QHBoxLayout; setLayout(_mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroActionWaitEdit::UpdateEntryData() { if (!_entryData) { return; } if (_entryData->_waitType == WaitType::FIXED) { SetupFixedDurationEdit(); } else { SetupRandomDurationEdit(); } _duration->SetDuration(_entryData->_duration); _duration2->SetDuration(_entryData->_duration2); _waitType->setCurrentIndex(static_cast(_entryData->_waitType)); } void MacroActionWaitEdit::SetupFixedDurationEdit() { _mainLayout->removeWidget(_duration); _mainLayout->removeWidget(_duration2); _mainLayout->removeWidget(_waitType); clearLayout(_mainLayout); std::unordered_map widgetPlaceholders = { {"{{duration}}", _duration}, {"{{waitType}}", _waitType}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.wait.entry.fixed"), _mainLayout, widgetPlaceholders); _duration2->hide(); } void MacroActionWaitEdit::SetupRandomDurationEdit() { _mainLayout->removeWidget(_duration); _mainLayout->removeWidget(_duration2); _mainLayout->removeWidget(_waitType); clearLayout(_mainLayout); std::unordered_map widgetPlaceholders = { {"{{duration}}", _duration}, {"{{duration2}}", _duration2}, {"{{waitType}}", _waitType}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.action.wait.entry.random"), _mainLayout, widgetPlaceholders); _duration2->show(); } void MacroActionWaitEdit::TypeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); WaitType type = static_cast(value); if (type == WaitType::FIXED) { SetupFixedDurationEdit(); } else { SetupRandomDurationEdit(); } _entryData->_waitType = type; } void MacroActionWaitEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroActionWaitEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.displayUnit = unit; } void MacroActionWaitEdit::Duration2Changed(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration2.seconds = seconds; } void MacroActionWaitEdit::Duration2UnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration2.displayUnit = unit; } SceneSwitcher-1.17.2/src/macro-condition-audio.cpp000066400000000000000000000267111417525156400220500ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-audio.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionAudio::id = "audio"; bool MacroConditionAudio::_registered = MacroConditionFactory::Register( MacroConditionAudio::id, {MacroConditionAudio::Create, MacroConditionAudioEdit::Create, "AdvSceneSwitcher.condition.audio"}); static std::map audioOutputConditionTypes = { {AudioOutputCondition::ABOVE, "AdvSceneSwitcher.condition.audio.state.above"}, {AudioOutputCondition::BELOW, "AdvSceneSwitcher.condition.audio.state.below"}, }; static std::map audioVolumeConditionTypes = { {AudioVolumeCondition::ABOVE, "AdvSceneSwitcher.condition.audio.state.above"}, {AudioVolumeCondition::EXACT, "AdvSceneSwitcher.condition.audio.state.exact"}, {AudioVolumeCondition::BELOW, "AdvSceneSwitcher.condition.audio.state.below"}, {AudioVolumeCondition::MUTE, "AdvSceneSwitcher.condition.audio.state.mute"}, {AudioVolumeCondition::UNMUTE, "AdvSceneSwitcher.condition.audio.state.unmute"}, }; MacroConditionAudio::~MacroConditionAudio() { obs_volmeter_remove_callback(_volmeter, SetVolumeLevel, this); obs_volmeter_destroy(_volmeter); } bool MacroConditionAudio::CheckOutputCondition() { bool ret = false; auto s = obs_weak_source_get_source(_audioSource); switch (_outputCondition) { case AudioOutputCondition::ABOVE: // peak will have a value from -60 db to 0 db ret = ((double)_peak + 60) * 1.7 > _volume; break; case AudioOutputCondition::BELOW: // peak will have a value from -60 db to 0 db ret = ((double)_peak + 60) * 1.7 < _volume; break; default: break; } // Reset for next check _peak = -std::numeric_limits::infinity(); obs_source_release(s); return ret; } bool MacroConditionAudio::CheckVolumeCondition() { bool ret = false; auto s = obs_weak_source_get_source(_audioSource); switch (_volumeCondition) { case AudioVolumeCondition::ABOVE: ret = obs_source_get_volume(s) > _volume / 100.f; break; case AudioVolumeCondition::EXACT: ret = obs_source_get_volume(s) == _volume / 100.f; break; case AudioVolumeCondition::BELOW: ret = obs_source_get_volume(s) < _volume / 100.f; break; case AudioVolumeCondition::MUTE: ret = obs_source_muted(s); break; case AudioVolumeCondition::UNMUTE: ret = !obs_source_muted(s); break; default: break; } obs_source_release(s); return ret; } bool MacroConditionAudio::CheckCondition() { switch (_checkType) { case AudioConditionCheckType::OUTPUT_VOLUME: return CheckOutputCondition(); case AudioConditionCheckType::CONFIGURED_VOLUME: return CheckVolumeCondition(); default: break; } return false; } bool MacroConditionAudio::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "audioSource", GetWeakSourceName(_audioSource).c_str()); obs_data_set_int(obj, "volume", _volume); obs_data_set_int(obj, "checkType", static_cast(_checkType)); obs_data_set_int(obj, "outputCondition", static_cast(_outputCondition)); obs_data_set_int(obj, "volumeCondition", static_cast(_volumeCondition)); return true; } obs_volmeter_t *AddVolmeterToSource(MacroConditionAudio *entry, obs_weak_source *source) { obs_volmeter_t *volmeter = obs_volmeter_create(OBS_FADER_LOG); obs_volmeter_add_callback(volmeter, MacroConditionAudio::SetVolumeLevel, entry); obs_source_t *as = obs_weak_source_get_source(source); if (!obs_volmeter_attach_source(volmeter, as)) { const char *name = obs_source_get_name(as); blog(LOG_WARNING, "failed to attach volmeter to source %s", name); } obs_source_release(as); return volmeter; } // TODO: Remove in future version static void convertOldSettingsFormat(obs_data_t *obj) { auto oldCond = static_cast( obs_data_get_int(obj, "condition")); switch (oldCond) { case AudioOutputCondition::ABOVE: obs_data_set_int( obj, "checkType", static_cast( AudioConditionCheckType::OUTPUT_VOLUME)); obs_data_set_int(obj, "outputCondition", static_cast(AudioOutputCondition::ABOVE)); break; case AudioOutputCondition::BELOW: obs_data_set_int( obj, "checkType", static_cast( AudioConditionCheckType::OUTPUT_VOLUME)); obs_data_set_int(obj, "outputCondition", static_cast(AudioOutputCondition::BELOW)); break; case AudioOutputCondition::MUTE: obs_data_set_int( obj, "checkType", static_cast( AudioConditionCheckType::CONFIGURED_VOLUME)); obs_data_set_int(obj, "volumeCondition", static_cast(AudioVolumeCondition::MUTE)); break; case AudioOutputCondition::UNMUTE: obs_data_set_int( obj, "checkType", static_cast( AudioConditionCheckType::CONFIGURED_VOLUME)); obs_data_set_int( obj, "volumeCondition", static_cast(AudioVolumeCondition::UNMUTE)); break; default: break; } } bool MacroConditionAudio::Load(obs_data_t *obj) { if (!obs_data_has_user_value(obj, "checkType")) { convertOldSettingsFormat(obj); } MacroCondition::Load(obj); const char *audioSourceName = obs_data_get_string(obj, "audioSource"); _audioSource = GetWeakSourceByName(audioSourceName); _volume = obs_data_get_int(obj, "volume"); _checkType = static_cast( obs_data_get_int(obj, "checkType")); _outputCondition = static_cast( obs_data_get_int(obj, "outputCondition")); _volumeCondition = static_cast( obs_data_get_int(obj, "volumeCondition")); _volmeter = AddVolmeterToSource(this, _audioSource); return true; } std::string MacroConditionAudio::GetShortDesc() { if (_audioSource) { return GetWeakSourceName(_audioSource); } return ""; } void MacroConditionAudio::SetVolumeLevel(void *data, const float *, const float peak[MAX_AUDIO_CHANNELS], const float *) { MacroConditionAudio *c = static_cast(data); for (int i = 0; i < MAX_AUDIO_CHANNELS; i++) { if (peak[i] > c->_peak) { c->_peak = peak[i]; } } } void MacroConditionAudio::ResetVolmeter() { obs_volmeter_remove_callback(_volmeter, SetVolumeLevel, this); obs_volmeter_destroy(_volmeter); _volmeter = AddVolmeterToSource(this, _audioSource); } static inline void populateCheckTypes(QComboBox *list) { list->addItem(obs_module_text( "AdvSceneSwitcher.condition.audio.type.output")); list->addItem(obs_module_text( "AdvSceneSwitcher.condition.audio.type.volume")); } static inline void populateOutputConditionSelection(QComboBox *list) { list->clear(); for (auto entry : audioOutputConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } static inline void populateVolumeConditionSelection(QComboBox *list) { list->clear(); for (auto entry : audioVolumeConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionAudioEdit::MacroConditionAudioEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _checkTypes = new QComboBox(); _audioSources = new QComboBox(); _condition = new QComboBox(); _volume = new QSpinBox(); _volume->setSuffix("%"); _volume->setMaximum(100); _volume->setMinimum(0); QWidget::connect(_checkTypes, SIGNAL(currentIndexChanged(int)), this, SLOT(CheckTypeChanged(int))); QWidget::connect(_volume, SIGNAL(valueChanged(int)), this, SLOT(VolumeThresholdChanged(int))); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_audioSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); populateCheckTypes(_checkTypes); populateAudioSelection(_audioSources); QHBoxLayout *switchLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{checkType}}", _checkTypes}, {"{{audioSources}}", _audioSources}, {"{{volume}}", _volume}, {"{{condition}}", _condition}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.audio.entry"), switchLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(switchLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionAudioEdit::UpdateVolmeterSource() { delete _volMeter; obs_source_t *soruce = obs_weak_source_get_source(_entryData->_audioSource); _volMeter = new VolControl(soruce); obs_source_release(soruce); QLayout *layout = this->layout(); layout->addWidget(_volMeter); QWidget::connect(_volMeter->GetSlider(), SIGNAL(valueChanged(int)), _volume, SLOT(setValue(int))); QWidget::connect(_volume, SIGNAL(valueChanged(int)), _volMeter->GetSlider(), SLOT(setValue(int))); // Slider will default to 0 so set it manually once _volMeter->GetSlider()->setValue(_entryData->_volume); } void MacroConditionAudioEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_audioSource = GetWeakSourceByQString(text); _entryData->ResetVolmeter(); UpdateVolmeterSource(); SetWidgetVisibility(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionAudioEdit::VolumeThresholdChanged(int vol) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_volume = vol; } void MacroConditionAudioEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); if (_entryData->_checkType == AudioConditionCheckType::OUTPUT_VOLUME) { _entryData->_outputCondition = static_cast(cond); } else { _entryData->_volumeCondition = static_cast(cond); } SetWidgetVisibility(); } void MacroConditionAudioEdit::CheckTypeChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_checkType = static_cast(cond); const QSignalBlocker b(_condition); if (_entryData->_checkType == AudioConditionCheckType::OUTPUT_VOLUME) { populateOutputConditionSelection(_condition); } else { populateVolumeConditionSelection(_condition); } SetWidgetVisibility(); } void MacroConditionAudioEdit::UpdateEntryData() { if (!_entryData) { return; } _audioSources->setCurrentText( GetWeakSourceName(_entryData->_audioSource).c_str()); _volume->setValue(_entryData->_volume); _checkTypes->setCurrentIndex(static_cast(_entryData->_checkType)); if (_entryData->_checkType == AudioConditionCheckType::OUTPUT_VOLUME) { populateOutputConditionSelection(_condition); _condition->setCurrentIndex( static_cast(_entryData->_outputCondition)); } else { populateVolumeConditionSelection(_condition); _condition->setCurrentIndex( static_cast(_entryData->_volumeCondition)); } UpdateVolmeterSource(); SetWidgetVisibility(); } void MacroConditionAudioEdit::SetWidgetVisibility() { if (!_entryData) { return; } _volume->setVisible( _entryData->_checkType == AudioConditionCheckType::OUTPUT_VOLUME || (_entryData->_checkType == AudioConditionCheckType::CONFIGURED_VOLUME && (_entryData->_volumeCondition == AudioVolumeCondition::ABOVE || _entryData->_volumeCondition == AudioVolumeCondition::EXACT || _entryData->_volumeCondition == AudioVolumeCondition::BELOW))); _volMeter->setVisible(_entryData->_checkType == AudioConditionCheckType::OUTPUT_VOLUME); adjustSize(); } SceneSwitcher-1.17.2/src/macro-condition-cursor.cpp000066400000000000000000000154651417525156400222700ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-cursor.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionCursor::id = "cursor"; bool MacroConditionCursor::_registered = MacroConditionFactory::Register( MacroConditionCursor::id, {MacroConditionCursor::Create, MacroConditionCursorEdit::Create, "AdvSceneSwitcher.condition.cursor"}); static std::map cursorConditionTypes = { {CursorCondition::REGION, "AdvSceneSwitcher.condition.cursor.type.region"}, {CursorCondition::MOVING, "AdvSceneSwitcher.condition.cursor.type.moving"}, }; bool MacroConditionCursor::CheckCondition() { std::pair cursorPos = getCursorPos(); switch (_condition) { case CursorCondition::REGION: return cursorPos.first >= _minX && cursorPos.second >= _minY && cursorPos.first <= _maxX && cursorPos.second <= _maxY; case CursorCondition::MOVING: return switcher->cursorPosChanged; default: break; } return false; } bool MacroConditionCursor::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_int(obj, "minX", _minX); obs_data_set_int(obj, "minY", _minY); obs_data_set_int(obj, "maxX", _maxX); obs_data_set_int(obj, "maxY", _maxY); return true; } bool MacroConditionCursor::Load(obs_data_t *obj) { MacroCondition::Load(obj); _condition = static_cast( obs_data_get_int(obj, "condition")); _minX = obs_data_get_int(obj, "minX"); _minY = obs_data_get_int(obj, "minY"); _maxX = obs_data_get_int(obj, "maxX"); _maxY = obs_data_get_int(obj, "maxY"); return true; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : cursorConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionCursorEdit::MacroConditionCursorEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _conditions = new QComboBox(); _minX = new QSpinBox(); _minY = new QSpinBox(); _maxX = new QSpinBox(); _maxY = new QSpinBox(); _frameToggle = new QPushButton( obs_module_text("AdvSceneSwitcher.condition.cursor.showFrame")); _xPos = new QLabel("-"); _yPos = new QLabel("-"); populateConditionSelection(_conditions); _minX->setPrefix("Min X: "); _minY->setPrefix("Min Y: "); _maxX->setPrefix("Max X: "); _maxY->setPrefix("Max Y: "); _minX->setMinimum(-1000000); _minY->setMinimum(-1000000); _maxX->setMinimum(-1000000); _maxY->setMinimum(-1000000); _minX->setMaximum(1000000); _minY->setMaximum(1000000); _maxX->setMaximum(1000000); _maxY->setMaximum(1000000); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_minX, SIGNAL(valueChanged(int)), this, SLOT(MinXChanged(int))); QWidget::connect(_minY, SIGNAL(valueChanged(int)), this, SLOT(MinYChanged(int))); QWidget::connect(_maxX, SIGNAL(valueChanged(int)), this, SLOT(MaxXChanged(int))); QWidget::connect(_maxY, SIGNAL(valueChanged(int)), this, SLOT(MaxYChanged(int))); QWidget::connect(_frameToggle, SIGNAL(clicked()), this, SLOT(ToggleFrame())); std::unordered_map widgetPlaceholders = { {"{{conditions}}", _conditions}, {"{{minX}}", _minX}, {"{{minY}}", _minY}, {"{{maxX}}", _maxX}, {"{{maxY}}", _maxY}, {"{{xPos}}", _xPos}, {"{{yPos}}", _yPos}, {"{{toggleFrameButton}}", _frameToggle}, }; QHBoxLayout *line1 = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.cursor.entry.line1"), line1, widgetPlaceholders); QHBoxLayout *line2 = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.cursor.entry.line2"), line2, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1); mainLayout->addLayout(line2); setLayout(mainLayout); connect(&_timer, &QTimer::timeout, this, &MacroConditionCursorEdit::UpdateCursorPos); _timer.start(1000); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionCursorEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); SetRegionSelectionVisible(_entryData->_condition == CursorCondition::REGION); } void MacroConditionCursorEdit::MinXChanged(int pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_minX = pos; SetupFrame(); } void MacroConditionCursorEdit::MinYChanged(int pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_minY = pos; SetupFrame(); } void MacroConditionCursorEdit::MaxXChanged(int pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_maxX = pos; SetupFrame(); } void MacroConditionCursorEdit::MaxYChanged(int pos) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_maxY = pos; SetupFrame(); } void MacroConditionCursorEdit::UpdateCursorPos() { std::pair position = getCursorPos(); _xPos->setText(QString::number(position.first)); _yPos->setText(QString::number(position.second)); } void MacroConditionCursorEdit::ToggleFrame() { SetupFrame(); if (_frame.isVisible()) { _frameToggle->setText(obs_module_text( "AdvSceneSwitcher.condition.cursor.showFrame")); _frame.hide(); } else { _frameToggle->setText(obs_module_text( "AdvSceneSwitcher.condition.cursor.hideFrame")); _frame.show(); } } void MacroConditionCursorEdit::SetRegionSelectionVisible(bool visible) { _minX->setVisible(visible); _minY->setVisible(visible); _maxX->setVisible(visible); _maxY->setVisible(visible); _frameToggle->setVisible(visible); if (_frame.isVisible()) { ToggleFrame(); } adjustSize(); } void MacroConditionCursorEdit::SetupFrame() { _frame.setFrameStyle(QFrame::Box | QFrame::Plain); _frame.setWindowFlags(Qt::FramelessWindowHint | Qt::Tool | Qt::WindowTransparentForInput | Qt::WindowDoesNotAcceptFocus | Qt::WindowStaysOnTopHint); _frame.setAttribute(Qt::WA_TranslucentBackground, true); if (_entryData) { _frame.setGeometry(_entryData->_minX, _entryData->_minY, _entryData->_maxX - _entryData->_minX, _entryData->_maxY - _entryData->_minY); } } void MacroConditionCursorEdit::UpdateEntryData() { if (!_entryData) { return; } _conditions->setCurrentIndex(static_cast(_entryData->_condition)); _minX->setValue(_entryData->_minX); _minY->setValue(_entryData->_minY); _maxX->setValue(_entryData->_maxX); _maxY->setValue(_entryData->_maxY); SetRegionSelectionVisible(_entryData->_condition == CursorCondition::REGION); } SceneSwitcher-1.17.2/src/macro-condition-date.cpp000066400000000000000000000171651417525156400216670ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-date.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionDate::id = "date"; bool MacroConditionDate::_registered = MacroConditionFactory::Register( MacroConditionDate::id, {MacroConditionDate::Create, MacroConditionDateEdit::Create, "AdvSceneSwitcher.condition.date", false}); static std::map dateConditionTypes = { {DateCondition::AT, "AdvSceneSwitcher.condition.date.state.at"}, {DateCondition::AFTER, "AdvSceneSwitcher.condition.date.state.after"}, {DateCondition::BEFORE, "AdvSceneSwitcher.condition.date.state.before"}, {DateCondition::BETWEEN, "AdvSceneSwitcher.condition.date.state.between"}, }; bool MacroConditionDate::CheckCondition() { bool match = false; QDateTime cur = QDateTime::currentDateTime(); if (_ignoreDate) { _dateTime.setDate(cur.date()); _dateTime2.setDate(cur.date()); } if (_ignoreTime) { _dateTime.setTime(cur.time()); _dateTime2.setTime(cur.time()); } switch (_condition) { case DateCondition::AT: match = _dateTime >= cur && _dateTime <= cur.addMSecs(switcher->interval); break; case DateCondition::AFTER: match = cur >= _dateTime; break; case DateCondition::BEFORE: match = cur <= _dateTime; break; case DateCondition::BETWEEN: if (_dateTime2 > _dateTime) { match = cur >= _dateTime && cur <= _dateTime2; } else { match = cur >= _dateTime2 && cur <= _dateTime; } break; default: break; } if (match && _repeat) { _dateTime = _dateTime.addSecs(_duration.seconds); _dateTime2 = _dateTime2.addSecs(_duration.seconds); } return match; } bool MacroConditionDate::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_string(obj, "dateTime", _dateTime.toString().toStdString().c_str()); obs_data_set_string(obj, "dateTime2", _dateTime2.toString().toStdString().c_str()); obs_data_set_bool(obj, "ignoreDate", _ignoreDate); obs_data_set_bool(obj, "ignoreTime", _ignoreTime); obs_data_set_bool(obj, "repeat", _repeat); _duration.Save(obj); return true; } bool MacroConditionDate::Load(obs_data_t *obj) { MacroCondition::Load(obj); _condition = static_cast(obs_data_get_int(obj, "condition")); _dateTime = QDateTime::fromString( QString::fromStdString(obs_data_get_string(obj, "dateTime"))); _dateTime2 = QDateTime::fromString( QString::fromStdString(obs_data_get_string(obj, "dateTime2"))); _ignoreDate = obs_data_get_bool(obj, "ignoreDate"); _ignoreTime = obs_data_get_bool(obj, "ignoreTime"); _repeat = obs_data_get_bool(obj, "repeat"); _duration.Load(obj); return true; } std::string MacroConditionDate::GetShortDesc() { return _dateTime.toString().toStdString(); } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : dateConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionDateEdit::MacroConditionDateEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _condition = new QComboBox(); _dateTime = new QDateTimeEdit(); _dateTime->setCalendarPopup(true); _dateTime->setDisplayFormat("yyyy.MM.dd hh:mm:ss"); _dateTime2 = new QDateTimeEdit(); _dateTime2->setCalendarPopup(true); _dateTime2->setDisplayFormat("yyyy.MM.dd hh:mm:ss"); _ignoreDate = new QCheckBox(); _ignoreTime = new QCheckBox(); _repeat = new QCheckBox(); _duration = new DurationSelection(); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_dateTime, SIGNAL(dateTimeChanged(const QDateTime &)), this, SLOT(DateTimeChanged(const QDateTime &))); QWidget::connect(_dateTime2, SIGNAL(dateTimeChanged(const QDateTime &)), this, SLOT(DateTime2Changed(const QDateTime &))); QWidget::connect(_ignoreDate, SIGNAL(stateChanged(int)), this, SLOT(IgnoreDateChanged(int))); QWidget::connect(_ignoreTime, SIGNAL(stateChanged(int)), this, SLOT(IgnoreTimeChanged(int))); QWidget::connect(_repeat, SIGNAL(stateChanged(int)), this, SLOT(RepeatChanged(int))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); populateConditionSelection(_condition); auto line1Layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{condition}}", _condition}, {"{{dateTime}}", _dateTime}, {"{{dateTime2}}", _dateTime2}, {"{{ignoreDate}}", _ignoreDate}, {"{{ignoreTime}}", _ignoreTime}, {"{{repeat}}", _repeat}, {"{{duration}}", _duration}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.date.entry.line1"), line1Layout, widgetPlaceholders); auto line2Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.date.entry.line2"), line2Layout, widgetPlaceholders); auto *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionDateEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(cond); ShowSecondDateSelection(_entryData->_condition == DateCondition::BETWEEN); } void MacroConditionDateEdit::DateTimeChanged(const QDateTime &datetime) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_dateTime = datetime; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionDateEdit::DateTime2Changed(const QDateTime &datetime) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_dateTime2 = datetime; } void MacroConditionDateEdit::IgnoreDateChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_ignoreDate = state; } void MacroConditionDateEdit::IgnoreTimeChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_ignoreTime = state; } void MacroConditionDateEdit::RepeatChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_repeat = state; _duration->setDisabled(!state); } void MacroConditionDateEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroConditionDateEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.displayUnit = unit; } void MacroConditionDateEdit::UpdateEntryData() { if (!_entryData) { return; } _condition->setCurrentIndex(static_cast(_entryData->_condition)); _dateTime->setDateTime(_entryData->_dateTime); _dateTime2->setDateTime(_entryData->_dateTime2); _ignoreDate->setChecked(_entryData->_ignoreDate); _ignoreTime->setChecked(_entryData->_ignoreTime); _repeat->setChecked(_entryData->_repeat); _duration->SetDuration(_entryData->_duration); _duration->setDisabled(!_entryData->_repeat); ShowSecondDateSelection(_entryData->_condition == DateCondition::BETWEEN); } void MacroConditionDateEdit::ShowSecondDateSelection(bool visible) { _dateTime2->setVisible(visible); adjustSize(); } SceneSwitcher-1.17.2/src/macro-condition-edit.cpp000066400000000000000000000241131417525156400216660ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-scene.hpp" #include "headers/section.hpp" #include "headers/macro-controls.hpp" #include "headers/utility.hpp" std::map MacroConditionFactory::_methods; bool MacroConditionFactory::Register(const std::string &id, MacroConditionInfo info) { if (auto it = _methods.find(id); it == _methods.end()) { _methods[id] = info; return true; } return false; } std::shared_ptr MacroConditionFactory::Create(const std::string &id, Macro *m) { if (auto it = _methods.find(id); it != _methods.end()) { return it->second._createFunc(m); } return nullptr; } QWidget * MacroConditionFactory::CreateWidget(const std::string &id, QWidget *parent, std::shared_ptr cond) { if (auto it = _methods.find(id); it != _methods.end()) { return it->second._createWidgetFunc(parent, cond); } return nullptr; } std::string MacroConditionFactory::GetConditionName(const std::string &id) { if (auto it = _methods.find(id); it != _methods.end()) { return it->second._name; } return "unknown condition"; } std::string MacroConditionFactory::GetIdByName(const QString &name) { for (auto it : _methods) { if (name == obs_module_text(it.second._name.c_str())) { return it.first; } } return ""; } bool MacroConditionFactory::UsesDurationConstraint(const std::string &id) { if (auto it = _methods.find(id); it != _methods.end()) { return it->second._useDurationConstraint; } return false; } static inline void populateLogicSelection(QComboBox *list, bool root = false) { if (root) { for (auto entry : MacroCondition::logicTypes) { if (static_cast(entry.first) < logic_root_offset) { list->addItem(obs_module_text( entry.second._name.c_str())); } } } else { for (auto entry : MacroCondition::logicTypes) { if (static_cast(entry.first) >= logic_root_offset) { list->addItem(obs_module_text( entry.second._name.c_str())); } } } } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : MacroConditionFactory::GetConditionTypes()) { list->addItem(obs_module_text(entry.second._name.c_str())); } list->model()->sort(0); } MacroConditionEdit::MacroConditionEdit( QWidget *parent, std::shared_ptr *entryData, const std::string &id, bool root) : MacroSegmentEdit(parent), _entryData(entryData), _isRoot(root) { _logicSelection = new QComboBox(); _conditionSelection = new QComboBox(); _dur = new DurationConstraintEdit(); QWidget::connect(_logicSelection, SIGNAL(currentIndexChanged(int)), this, SLOT(LogicSelectionChanged(int))); QWidget::connect(_conditionSelection, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ConditionSelectionChanged(const QString &))); QWidget::connect(_dur, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_dur, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QWidget::connect(_dur, SIGNAL(ConditionChanged(DurationCondition)), this, SLOT(DurationConditionChanged(DurationCondition))); populateLogicSelection(_logicSelection, root); populateConditionSelection(_conditionSelection); _section->AddHeaderWidget(_logicSelection); _section->AddHeaderWidget(_conditionSelection); _section->AddHeaderWidget(_headerInfo); _section->AddHeaderWidget(_dur); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addWidget(_section); mainLayout->addWidget(_controls); setLayout(mainLayout); UpdateEntryData(id); _loading = false; } void MacroConditionEdit::LogicSelectionChanged(int idx) { if (_loading || !_entryData) { return; } LogicType type; if (IsRootNode()) { type = static_cast(idx); } else { type = static_cast(idx + logic_root_offset); } std::lock_guard lock(switcher->m); (*_entryData)->SetLogicType(type); } bool MacroConditionEdit::IsRootNode() { return _isRoot; } void MacroConditionEdit::SetRootNode(bool root) { const QSignalBlocker blocker(_logicSelection); _logicSelection->clear(); populateLogicSelection(_logicSelection, root); } void MacroConditionEdit::UpdateEntryData(const std::string &id) { _conditionSelection->setCurrentText(obs_module_text( MacroConditionFactory::GetConditionName(id).c_str())); auto widget = MacroConditionFactory::CreateWidget(id, this, *_entryData); QWidget::connect(widget, SIGNAL(HeaderInfoChanged(const QString &)), this, SLOT(HeaderInfoChanged(const QString &))); HeaderInfoChanged( QString::fromStdString((*_entryData)->GetShortDesc())); auto logic = (*_entryData)->GetLogicType(); if (IsRootNode()) { _logicSelection->setCurrentIndex(static_cast(logic)); } else { _logicSelection->setCurrentIndex(static_cast(logic) - logic_root_offset); } _section->SetContent(widget, (*_entryData)->GetCollapsed()); _dur->setVisible(MacroConditionFactory::UsesDurationConstraint(id)); auto constraint = (*_entryData)->GetDurationConstraint(); _dur->SetValue(constraint); SetFocusPolicyOfWidgets(); } void MacroConditionEdit::ConditionSelectionChanged(const QString &text) { if (_loading || !_entryData) { return; } auto idx = _entryData->get()->GetIndex(); auto macro = _entryData->get()->GetMacro(); std::string id = MacroConditionFactory::GetIdByName(text); auto temp = DurationConstraint(); _dur->SetValue(temp); HeaderInfoChanged(""); std::lock_guard lock(switcher->m); auto logic = (*_entryData)->GetLogicType(); _entryData->reset(); *_entryData = MacroConditionFactory::Create(id, macro); (*_entryData)->SetIndex(idx); (*_entryData)->SetLogicType(logic); auto widget = MacroConditionFactory::CreateWidget(id, this, *_entryData); QWidget::connect(widget, SIGNAL(HeaderInfoChanged(const QString &)), this, SLOT(HeaderInfoChanged(const QString &))); _section->SetContent(widget, false); _dur->setVisible(MacroConditionFactory::UsesDurationConstraint(id)); SetFocusPolicyOfWidgets(); } void MacroConditionEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); (*_entryData)->SetDuration(seconds); } void MacroConditionEdit::DurationConditionChanged(DurationCondition cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); (*_entryData)->SetDurationCondition(cond); } void MacroConditionEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); (*_entryData)->SetDurationUnit(unit); } MacroSegment *MacroConditionEdit::Data() { return _entryData->get(); } void AdvSceneSwitcher::AddMacroCondition(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx > (int)macro->Conditions().size()) { return; } std::string id; if (idx - 1 >= 0) { id = macro->Conditions().at(idx - 1)->GetId(); } else { MacroConditionScene temp(macro); id = temp.GetId(); } std::lock_guard lock(switcher->m); bool root = idx == 0; auto cond = macro->Conditions().emplace( macro->Conditions().begin() + idx, MacroConditionFactory::Create(id, macro)); if (idx - 1 >= 0) { auto data = obs_data_create(); macro->Conditions().at(idx - 1)->Save(data); macro->Conditions().at(idx)->Load(data); obs_data_release(data); } auto logic = root ? LogicType::ROOT_NONE : LogicType::NONE; (*cond)->SetLogicType(logic); macro->UpdateConditionIndices(); clearLayout(ui->macroEditConditionLayout, idx); PopulateMacroConditions(*macro, idx); HighlightCondition(idx); } void AdvSceneSwitcher::on_conditionAdd_clicked() { auto macro = getSelectedMacro(); if (!macro) { return; } AddMacroCondition((int)macro->Conditions().size()); ui->macroEditConditionHelp->setVisible(false); } void AdvSceneSwitcher::RemoveMacroCondition(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx >= (int)macro->Conditions().size()) { return; } std::lock_guard lock(switcher->m); macro->Conditions().erase(macro->Conditions().begin() + idx); macro->UpdateConditionIndices(); if (idx == 0 && macro->Conditions().size() > 0) { auto newRoot = macro->Conditions().at(0); newRoot->SetLogicType(LogicType::ROOT_NONE); } clearLayout(ui->macroEditConditionLayout, idx); PopulateMacroConditions(*macro, idx); } void AdvSceneSwitcher::on_conditionRemove_clicked() { auto macro = getSelectedMacro(); if (!macro) { return; } RemoveMacroCondition((int)macro->Conditions().size() - 1); } void AdvSceneSwitcher::SwapConditions(Macro *m, int pos1, int pos2) { if (pos1 == pos2) { return; } if (pos1 > pos2) { std::swap(pos1, pos2); } bool root = pos1 == 0; std::lock_guard lock(switcher->m); iter_swap(m->Conditions().begin() + pos1, m->Conditions().begin() + pos2); m->UpdateConditionIndices(); auto c1 = m->Conditions().begin() + pos1; auto c2 = m->Conditions().begin() + pos2; if (root) { auto logic1 = (*c1)->GetLogicType(); auto logic2 = (*c2)->GetLogicType(); (*c1)->SetLogicType(logic2); (*c2)->SetLogicType(logic1); } auto item1 = ui->macroEditConditionLayout->takeAt(pos1); auto item2 = ui->macroEditConditionLayout->takeAt(pos2 - 1); deleteLayoutItem(item1); deleteLayoutItem(item2); auto widget1 = new MacroConditionEdit(this, &(*c1), (*c1)->GetId(), root); auto widget2 = new MacroConditionEdit(this, &(*c2), (*c2)->GetId(), false); ConnectControlSignals(widget1); ConnectControlSignals(widget2); ui->macroEditConditionLayout->insertWidget(pos1, widget1); ui->macroEditConditionLayout->insertWidget(pos2, widget2); } void AdvSceneSwitcher::MoveMacroConditionUp(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 1 || idx >= (int)macro->Conditions().size()) { return; } SwapConditions(macro, idx, idx - 1); } void AdvSceneSwitcher::MoveMacroConditionDown(int idx) { auto macro = getSelectedMacro(); if (!macro) { return; } if (idx < 0 || idx >= (int)macro->Conditions().size() - 1) { return; } SwapConditions(macro, idx, idx + 1); } SceneSwitcher-1.17.2/src/macro-condition-file.cpp000066400000000000000000000172331417525156400216650ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-file.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/curl-helper.hpp" #include #include const std::string MacroConditionFile::id = "file"; bool MacroConditionFile::_registered = MacroConditionFactory::Register( MacroConditionFile::id, {MacroConditionFile::Create, MacroConditionFileEdit::Create, "AdvSceneSwitcher.condition.file"}); static std::hash strHash; static size_t WriteCallback(void *contents, size_t size, size_t nmemb, void *userp) { ((std::string *)userp)->append((char *)contents, size * nmemb); return size * nmemb; } static std::string getRemoteData(std::string &url) { std::string readBuffer; if (switcher->curl && f_curl_setopt && f_curl_perform) { f_curl_setopt(switcher->curl, CURLOPT_URL, url.c_str()); f_curl_setopt(switcher->curl, CURLOPT_WRITEFUNCTION, WriteCallback); f_curl_setopt(switcher->curl, CURLOPT_WRITEDATA, &readBuffer); // Set timeout to at least one second int timeout = switcher->interval / 1000; if (timeout == 0) { timeout = 1; } f_curl_setopt(switcher->curl, CURLOPT_TIMEOUT, 1); f_curl_perform(switcher->curl); } return readBuffer; } bool MacroConditionFile::matchFileContent(QString &filedata) { if (_onlyMatchIfChanged) { size_t newHash = strHash(filedata.toUtf8().constData()); if (newHash == _lastHash) { return false; } _lastHash = newHash; } if (_useRegex) { QRegExp rx(QString::fromStdString(_text)); return rx.exactMatch(filedata); } QString text = QString::fromStdString(_text); return compareIgnoringLineEnding(text, filedata); } bool MacroConditionFile::checkRemoteFileContent() { std::string data = getRemoteData(_file); QString qdata = QString::fromStdString(data); return matchFileContent(qdata); } bool MacroConditionFile::checkLocalFileContent() { QString t = QString::fromStdString(_text); QFile file(QString::fromStdString(_file)); if (!file.open(QIODevice::ReadOnly)) { return false; } if (_useTime) { QDateTime newLastMod = QFileInfo(file).lastModified(); if (_lastMod == newLastMod) { return false; } _lastMod = newLastMod; } QString filedata = QTextStream(&file).readAll(); bool match = matchFileContent(filedata); file.close(); return match; } bool MacroConditionFile::CheckCondition() { if (_fileType == FileType::REMOTE) { return checkRemoteFileContent(); } else { return checkLocalFileContent(); } } bool MacroConditionFile::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "file", _file.c_str()); obs_data_set_string(obj, "text", _text.c_str()); obs_data_set_int(obj, "fileType", static_cast(_fileType)); obs_data_set_bool(obj, "useRegex", _useRegex); obs_data_set_bool(obj, "useTime", _useTime); obs_data_set_bool(obj, "onlyMatchIfChanged", _onlyMatchIfChanged); return true; } bool MacroConditionFile::Load(obs_data_t *obj) { MacroCondition::Load(obj); _file = obs_data_get_string(obj, "file"); _text = obs_data_get_string(obj, "text"); _fileType = static_cast(obs_data_get_int(obj, "fileType")); _useRegex = obs_data_get_bool(obj, "useRegex"); _useTime = obs_data_get_bool(obj, "useTime"); _onlyMatchIfChanged = obs_data_get_bool(obj, "onlyMatchIfChanged"); return true; } std::string MacroConditionFile::GetShortDesc() { return _file; } MacroConditionFileEdit::MacroConditionFileEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _fileType = new QComboBox(); _filePath = new FileSelection(); _matchText = new QPlainTextEdit(); _useRegex = new QCheckBox( obs_module_text("AdvSceneSwitcher.fileTab.useRegExp")); _checkModificationDate = new QCheckBox(obs_module_text( "AdvSceneSwitcher.fileTab.checkfileContentTime")); _checkFileContent = new QCheckBox( obs_module_text("AdvSceneSwitcher.fileTab.checkfileContent")); QWidget::connect(_fileType, SIGNAL(currentIndexChanged(int)), this, SLOT(FileTypeChanged(int))); QWidget::connect(_filePath, SIGNAL(PathChanged(const QString &)), this, SLOT(PathChanged(const QString &))); QWidget::connect(_matchText, SIGNAL(textChanged()), this, SLOT(MatchTextChanged())); QWidget::connect(_useRegex, SIGNAL(stateChanged(int)), this, SLOT(UseRegexChanged(int))); QWidget::connect(_checkModificationDate, SIGNAL(stateChanged(int)), this, SLOT(CheckModificationDateChanged(int))); QWidget::connect(_checkFileContent, SIGNAL(stateChanged(int)), this, SLOT(OnlyMatchIfChangedChanged(int))); _fileType->addItem(obs_module_text("AdvSceneSwitcher.fileTab.local")); _fileType->addItem(obs_module_text("AdvSceneSwitcher.fileTab.remote")); std::unordered_map widgetPlaceholders = { {"{{fileType}}", _fileType}, {"{{filePath}}", _filePath}, {"{{matchText}}", _matchText}, {"{{useRegex}}", _useRegex}, {"{{checkModificationDate}}", _checkModificationDate}, {"{{checkFileContent}}", _checkFileContent}, }; QVBoxLayout *mainLayout = new QVBoxLayout; QHBoxLayout *line1Layout = new QHBoxLayout; QHBoxLayout *line2Layout = new QHBoxLayout; QHBoxLayout *line3Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.file.entry.line1"), line1Layout, widgetPlaceholders); placeWidgets( obs_module_text("AdvSceneSwitcher.condition.file.entry.line2"), line2Layout, widgetPlaceholders, false); placeWidgets( obs_module_text("AdvSceneSwitcher.condition.file.entry.line3"), line3Layout, widgetPlaceholders); mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionFileEdit::UpdateEntryData() { if (!_entryData) { return; } _fileType->setCurrentIndex(static_cast(_entryData->_fileType)); _filePath->SetPath(QString::fromStdString(_entryData->_file)); _matchText->setPlainText(QString::fromStdString(_entryData->_text)); _useRegex->setChecked(_entryData->_useRegex); _checkModificationDate->setChecked(_entryData->_useTime); _checkFileContent->setChecked(_entryData->_onlyMatchIfChanged); } void MacroConditionFileEdit::FileTypeChanged(int index) { if (_loading || !_entryData) { return; } FileType type = static_cast(index); if (type == FileType::LOCAL) { _filePath->Button()->setDisabled(false); _checkModificationDate->setDisabled(false); } else { _filePath->Button()->setDisabled(true); _checkModificationDate->setDisabled(true); } std::lock_guard lock(switcher->m); _entryData->_fileType = type; } void MacroConditionFileEdit::PathChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_file = text.toUtf8().constData(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionFileEdit::MatchTextChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_text = _matchText->toPlainText().toUtf8().constData(); } void MacroConditionFileEdit::UseRegexChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_useRegex = state; } void MacroConditionFileEdit::CheckModificationDateChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_useTime = state; } void MacroConditionFileEdit::OnlyMatchIfChangedChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_onlyMatchIfChanged = state; } SceneSwitcher-1.17.2/src/macro-condition-filter.cpp000066400000000000000000000160321417525156400222270ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-filter.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include const std::string MacroConditionFilter::id = "filter"; bool MacroConditionFilter::_registered = MacroConditionFactory::Register( MacroConditionFilter::id, {MacroConditionFilter::Create, MacroConditionFilterEdit::Create, "AdvSceneSwitcher.condition.filter"}); static std::map filterConditionTypes = { {FilterCondition::ENABLED, "AdvSceneSwitcher.condition.filter.type.active"}, {FilterCondition::DISABLED, "AdvSceneSwitcher.condition.filter.type.showing"}, {FilterCondition::SETTINGS, "AdvSceneSwitcher.condition.filter.type.settings"}, }; bool MacroConditionFilter::CheckCondition() { if (!_source) { return false; } bool ret = false; auto s = obs_weak_source_get_source(_filter); switch (_condition) { case FilterCondition::ENABLED: ret = obs_source_enabled(s); break; case FilterCondition::DISABLED: ret = !obs_source_enabled(s); break; case FilterCondition::SETTINGS: ret = compareSourceSettings(_filter, _settings, _regex); break; default: break; } obs_source_release(s); return ret; } bool MacroConditionFilter::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); obs_data_set_string(obj, "filter", GetWeakSourceName(_filter).c_str()); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_string(obj, "settings", _settings.c_str()); obs_data_set_bool(obj, "regex", _regex); return true; } bool MacroConditionFilter::Load(obs_data_t *obj) { MacroCondition::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); const char *filterName = obs_data_get_string(obj, "filter"); _filter = GetWeakFilterByQString(_source, filterName); _condition = static_cast( obs_data_get_int(obj, "condition")); _settings = obs_data_get_string(obj, "settings"); _regex = obs_data_get_bool(obj, "regex"); return true; } std::string MacroConditionFilter::GetShortDesc() { if (_filter && _source) { return GetWeakSourceName(_source) + " - " + GetWeakSourceName(_filter); } return ""; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : filterConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionFilterEdit::MacroConditionFilterEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sources = new QComboBox(); _filters = new QComboBox(); _filters->setSizeAdjustPolicy(QComboBox::AdjustToContents); _conditions = new QComboBox(); _getSettings = new QPushButton(obs_module_text( "AdvSceneSwitcher.condition.filter.getSettings")); _settings = new QPlainTextEdit(); _regex = new QCheckBox( obs_module_text("AdvSceneSwitcher.condition.filter.regex")); populateConditionSelection(_conditions); populateSourcesWithFilterSelection(_sources); QWidget::connect(_sources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_filters, SIGNAL(currentTextChanged(const QString &)), this, SLOT(FilterChanged(const QString &))); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QWidget::connect(_regex, SIGNAL(stateChanged(int)), this, SLOT(RegexChanged(int))); QHBoxLayout *line1Layout = new QHBoxLayout; QHBoxLayout *line2Layout = new QHBoxLayout; QHBoxLayout *line3Layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, {"{{filters}}", _filters}, {"{{conditions}}", _conditions}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, {"{{regex}}", _regex}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.filter.entry.line1"), line1Layout, widgetPlaceholders); placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.filter.entry.line2"), line2Layout, widgetPlaceholders, false); placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.filter.entry.line3"), line3Layout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionFilterEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } { std::lock_guard lock(switcher->m); _entryData->_source = GetWeakSourceByQString(text); } _filters->clear(); populateFilterSelection(_filters, _entryData->_source); _filters->adjustSize(); } void MacroConditionFilterEdit::FilterChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_filter = GetWeakFilterByQString(_entryData->_source, text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionFilterEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); SetSettingsSelectionVisible(_entryData->_condition == FilterCondition::SETTINGS); } void MacroConditionFilterEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_source) { return; } QString json = formatJsonString(getSourceSettings(_entryData->_filter)); if (_entryData->_regex) { json = escapeForRegex(json); } _settings->setPlainText(json); } void MacroConditionFilterEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settings = _settings->toPlainText().toStdString(); } void MacroConditionFilterEdit::RegexChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_regex = state; } void MacroConditionFilterEdit::SetSettingsSelectionVisible(bool visible) { _settings->setVisible(visible); _getSettings->setVisible(visible); _regex->setVisible(visible); adjustSize(); } void MacroConditionFilterEdit::UpdateEntryData() { if (!_entryData) { return; } _sources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); populateFilterSelection(_filters, _entryData->_source); _filters->setCurrentText( GetWeakSourceName(_entryData->_filter).c_str()); _conditions->setCurrentIndex(static_cast(_entryData->_condition)); _settings->setPlainText(QString::fromStdString(_entryData->_settings)); _regex->setChecked(_entryData->_regex); SetSettingsSelectionVisible(_entryData->_condition == FilterCondition::SETTINGS); } SceneSwitcher-1.17.2/src/macro-condition-hotkey.cpp000066400000000000000000000065531417525156400222540ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-hotkey.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionHotkey::id = "hotkey"; bool MacroConditionHotkey::_registered = MacroConditionFactory::Register( MacroConditionHotkey::id, {MacroConditionHotkey::Create, MacroConditionHotkeyEdit::Create, "AdvSceneSwitcher.condition.hotkey", false}); static void hotkeyCB(void *data, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { auto c = static_cast(data); auto macro = c->GetMacro(); if (!macro) { c->SetPressed(); } if (macro && !macro->Paused()) { c->SetPressed(); } } } static uint32_t count = 1; MacroConditionHotkey::MacroConditionHotkey(Macro *m) : MacroCondition(m) { if (_hotkeyID != OBS_INVALID_HOTKEY_ID) { obs_hotkey_unregister(_hotkeyID); } std::string hotkeyName = "macro_condition_hotkey_" + std::to_string(count); _name = obs_module_text("AdvSceneSwitcher.condition.hotkey.name") + std::string(" ") + std::to_string(count); _hotkeyID = obs_hotkey_register_frontend(hotkeyName.c_str(), _name.c_str(), hotkeyCB, this); count++; } MacroConditionHotkey::~MacroConditionHotkey() { obs_hotkey_unregister(_hotkeyID); } bool MacroConditionHotkey::CheckCondition() { if (_pressed) { _pressed = false; return true; } return false; } bool MacroConditionHotkey::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "desc", _name.c_str()); obs_data_array_t *pauseHotkey = obs_hotkey_save(_hotkeyID); obs_data_set_array(obj, "keyBind", pauseHotkey); obs_data_array_release(pauseHotkey); return true; } bool MacroConditionHotkey::Load(obs_data_t *obj) { MacroCondition::Load(obj); _name = obs_data_get_string(obj, "desc"); obs_data_array_t *pauseHotkey = obs_data_get_array(obj, "keyBind"); obs_hotkey_load(_hotkeyID, pauseHotkey); obs_data_array_release(pauseHotkey); obs_hotkey_set_description(_hotkeyID, _name.c_str()); return true; } MacroConditionHotkeyEdit::MacroConditionHotkeyEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _name = new QLineEdit(); QLabel *line1 = new QLabel(obs_module_text( "AdvSceneSwitcher.condition.hotkey.entry.line1")); QLabel *hint = new QLabel( obs_module_text("AdvSceneSwitcher.condition.hotkey.tip")); QWidget::connect(_name, SIGNAL(editingFinished()), this, SLOT(NameChanged())); QHBoxLayout *switchLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{name}}", _name}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.hotkey.entry.line2"), switchLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addWidget(line1); mainLayout->addLayout(switchLayout); mainLayout->addWidget(hint); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionHotkeyEdit::NameChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_name = _name->text().toStdString(); obs_hotkey_set_description(_entryData->_hotkeyID, _entryData->_name.c_str()); } void MacroConditionHotkeyEdit::UpdateEntryData() { if (!_entryData) { return; } _name->setText(QString::fromStdString(_entryData->_name)); } SceneSwitcher-1.17.2/src/macro-condition-idle.cpp000066400000000000000000000037771417525156400216730ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-idle.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionIdle::id = "idle"; bool MacroConditionIdle::_registered = MacroConditionFactory::Register( MacroConditionIdle::id, {MacroConditionIdle::Create, MacroConditionIdleEdit::Create, "AdvSceneSwitcher.condition.idle", false}); bool MacroConditionIdle::CheckCondition() { return secondsSinceLastInput() >= _duration.seconds; } bool MacroConditionIdle::Save(obs_data_t *obj) { MacroCondition::Save(obj); _duration.Save(obj); return true; } bool MacroConditionIdle::Load(obs_data_t *obj) { MacroCondition::Load(obj); _duration.Load(obj); return true; } MacroConditionIdleEdit::MacroConditionIdleEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _duration = new DurationSelection(); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{duration}}", _duration}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.idle.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionIdleEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroConditionIdleEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.displayUnit = unit; } void MacroConditionIdleEdit::UpdateEntryData() { if (!_entryData) { return; } _duration->SetDuration(_entryData->_duration); } SceneSwitcher-1.17.2/src/macro-condition-macro.cpp000066400000000000000000000206021417525156400220410ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-macro.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionMacro::id = "macro"; bool MacroConditionMacro::_registered = MacroConditionFactory::Register( MacroConditionMacro::id, {MacroConditionMacro::Create, MacroConditionMacroEdit::Create, "AdvSceneSwitcher.condition.macro"}); static std::map macroConditionTypes = { {MacroConditionMacroType::COUNT, "AdvSceneSwitcher.condition.macro.type.count"}, {MacroConditionMacroType::STATE, "AdvSceneSwitcher.condition.macro.type.state"}, }; static std::map counterConditionTypes = { {CounterCondition::BELOW, "AdvSceneSwitcher.condition.macro.count.type.below"}, {CounterCondition::ABOVE, "AdvSceneSwitcher.condition.macro.count.type.above"}, {CounterCondition::EQUAL, "AdvSceneSwitcher.condition.macro.count.type.equal"}, }; bool MacroConditionMacro::CheckStateCondition() { // Note: // Depending on the order the macro conditions are checked Matched() might // still return the state of the previous interval return _macro->Matched(); } bool MacroConditionMacro::CheckCountCondition() { switch (_counterCondition) { case CounterCondition::BELOW: return _macro->GetCount() < _count; case CounterCondition::ABOVE: return _macro->GetCount() > _count; case CounterCondition::EQUAL: return _macro->GetCount() == _count; default: break; } return false; } bool MacroConditionMacro::CheckCondition() { if (!_macro.get()) { return false; } switch (_type) { case MacroConditionMacroType::STATE: return CheckStateCondition(); break; case MacroConditionMacroType::COUNT: return CheckCountCondition(); break; default: break; } return false; } bool MacroConditionMacro::Save(obs_data_t *obj) { MacroCondition::Save(obj); _macro.Save(obj); obs_data_set_int(obj, "type", static_cast(_type)); obs_data_set_int(obj, "condition", static_cast(_counterCondition)); obs_data_set_int(obj, "count", _count); return true; } bool MacroConditionMacro::Load(obs_data_t *obj) { MacroCondition::Load(obj); _macro.Load(obj); _type = static_cast( obs_data_get_int(obj, "type")); _counterCondition = static_cast( obs_data_get_int(obj, "condition")); _count = obs_data_get_int(obj, "count"); return true; } std::string MacroConditionMacro::GetShortDesc() { if (_macro.get()) { return _macro->Name(); } return ""; } static inline void populateTypeSelection(QComboBox *list) { for (auto entry : macroConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : counterConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionMacroEdit::MacroConditionMacroEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _macros = new MacroSelection(parent); _types = new QComboBox(parent); _counterConditions = new QComboBox(parent); _count = new QSpinBox(parent); _currentCount = new QLabel(parent); _resetCount = new QPushButton(obs_module_text( "AdvSceneSwitcher.condition.macro.count.reset")); _pausedWarning = new QLabel(obs_module_text( "AdvSceneSwitcher.condition.macro.pausedWarning")); _count->setMaximum(10000000); populateTypeSelection(_types); populateConditionSelection(_counterConditions); QWidget::connect(_macros, SIGNAL(currentTextChanged(const QString &)), this, SLOT(MacroChanged(const QString &))); QWidget::connect(parent, SIGNAL(MacroRemoved(const QString &)), this, SLOT(MacroRemove(const QString &))); QWidget::connect(_types, SIGNAL(currentIndexChanged(int)), this, SLOT(TypeChanged(int))); QWidget::connect(_counterConditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_count, SIGNAL(valueChanged(int)), this, SLOT(CountChanged(int))); QWidget::connect(_resetCount, SIGNAL(clicked()), this, SLOT(ResetClicked())); auto typesLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{types}}", _types}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.macro.type.selection"), typesLayout, widgetPlaceholders); _settingsLine1 = new QHBoxLayout; _settingsLine2 = new QHBoxLayout; auto mainLayout = new QVBoxLayout; mainLayout->addLayout(typesLayout); mainLayout->addLayout(_settingsLine1); mainLayout->addLayout(_settingsLine2); mainLayout->addWidget(_pausedWarning); setLayout(mainLayout); _entryData = entryData; connect(&_countTimer, SIGNAL(timeout()), this, SLOT(UpdateCount())); _countTimer.start(1000); _pausedWarning->setVisible(false); connect(&_pausedTimer, SIGNAL(timeout()), this, SLOT(UpdatePaused())); _pausedTimer.start(1000); UpdateEntryData(); _loading = false; } void MacroConditionMacroEdit::ClearLayouts() { _settingsLine1->removeWidget(_macros); _settingsLine1->removeWidget(_counterConditions); _settingsLine1->removeWidget(_count); _settingsLine2->removeWidget(_currentCount); _settingsLine2->removeWidget(_resetCount); clearLayout(_settingsLine1); clearLayout(_settingsLine2); } void MacroConditionMacroEdit::SetupStateWidgets() { ClearLayouts(); _counterConditions->hide(); _count->hide(); _currentCount->hide(); _resetCount->hide(); std::unordered_map widgetPlaceholders = { {"{{macros}}", _macros}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.macro.state.entry"), _settingsLine1, widgetPlaceholders); adjustSize(); } void MacroConditionMacroEdit::SetupCountWidgets() { ClearLayouts(); std::unordered_map widgetPlaceholders = { {"{{macros}}", _macros}, {"{{conditions}}", _counterConditions}, {"{{count}}", _count}, {"{{currentCount}}", _currentCount}, {"{{resetCount}}", _resetCount}, }; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.macro.count.entry.line1"), _settingsLine1, widgetPlaceholders); placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.macro.count.entry.line2"), _settingsLine2, widgetPlaceholders); _counterConditions->show(); _count->show(); _currentCount->show(); _resetCount->show(); adjustSize(); } void MacroConditionMacroEdit::UpdateEntryData() { if (!_entryData) { return; } if (_entryData->_type == MacroConditionMacroType::STATE) { SetupStateWidgets(); } else { SetupCountWidgets(); } _macros->SetCurrentMacro(_entryData->_macro.get()); _types->setCurrentIndex(static_cast(_entryData->_type)); _counterConditions->setCurrentIndex( static_cast(_entryData->_counterCondition)); _count->setValue(_entryData->_count); } void MacroConditionMacroEdit::MacroChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_macro.UpdateRef(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionMacroEdit::CountChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_count = value; } void MacroConditionMacroEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_counterCondition = static_cast(cond); } void MacroConditionMacroEdit::MacroRemove(const QString &) { if (_entryData) { _entryData->_macro.UpdateRef(); } } void MacroConditionMacroEdit::TypeChanged(int type) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_type = static_cast(type); if (_entryData->_type == MacroConditionMacroType::STATE) { SetupStateWidgets(); } else { SetupCountWidgets(); } } void MacroConditionMacroEdit::ResetClicked() { if (_loading || !_entryData || !_entryData->_macro.get()) { return; } _entryData->_macro->ResetCount(); } void MacroConditionMacroEdit::UpdateCount() { if (_entryData && _entryData->_macro.get()) { _currentCount->setText( QString::number(_entryData->_macro->GetCount())); } else { _currentCount->setText("-"); } } void MacroConditionMacroEdit::UpdatePaused() { _pausedWarning->setVisible(_entryData && _entryData->_macro.get() && _entryData->_macro->Paused()); adjustSize(); } SceneSwitcher-1.17.2/src/macro-condition-media.cpp000066400000000000000000000433011417525156400220200ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-media.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionMedia::id = "media"; bool MacroConditionMedia::_registered = MacroConditionFactory::Register( MacroConditionMedia::id, {MacroConditionMedia::Create, MacroConditionMediaEdit::Create, "AdvSceneSwitcher.condition.media"}); static std::map mediaTimeRestrictions = { {MediaTimeRestriction::TIME_RESTRICTION_NONE, "AdvSceneSwitcher.mediaTab.timeRestriction.none"}, {MediaTimeRestriction::TIME_RESTRICTION_SHORTER, "AdvSceneSwitcher.mediaTab.timeRestriction.shorter"}, {MediaTimeRestriction::TIME_RESTRICTION_LONGER, "AdvSceneSwitcher.mediaTab.timeRestriction.longer"}, {MediaTimeRestriction::TIME_RESTRICTION_REMAINING_SHORTER, "AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter"}, {MediaTimeRestriction::TIME_RESTRICTION_REMAINING_LONGER, "AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger"}, }; static std::map mediaStates = { {MediaState::OBS_MEDIA_STATE_NONE, "AdvSceneSwitcher.mediaTab.states.none"}, {MediaState::OBS_MEDIA_STATE_PLAYING, "AdvSceneSwitcher.mediaTab.states.playing"}, {MediaState::OBS_MEDIA_STATE_OPENING, "AdvSceneSwitcher.mediaTab.states.opening"}, {MediaState::OBS_MEDIA_STATE_BUFFERING, "AdvSceneSwitcher.mediaTab.states.buffering"}, {MediaState::OBS_MEDIA_STATE_PAUSED, "AdvSceneSwitcher.mediaTab.states.paused"}, {MediaState::OBS_MEDIA_STATE_STOPPED, "AdvSceneSwitcher.mediaTab.states.stopped"}, {MediaState::OBS_MEDIA_STATE_ENDED, "AdvSceneSwitcher.mediaTab.states.ended"}, {MediaState::OBS_MEDIA_STATE_ERROR, "AdvSceneSwitcher.mediaTab.states.error"}, {MediaState::PLAYED_TO_END, "AdvSceneSwitcher.mediaTab.states.playedToEnd"}, {MediaState::ANY, "AdvSceneSwitcher.mediaTab.states.any"}, }; MacroConditionMedia::~MacroConditionMedia() { obs_source_t *mediasource = obs_weak_source_get_source(_source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } bool matchTime(const int64_t currentTime, const int64_t duration, const MediaTimeRestriction restriction, const int64_t time) { bool matchedTimeNone = (restriction == MediaTimeRestriction::TIME_RESTRICTION_NONE); bool matchedTimeLonger = (restriction == MediaTimeRestriction::TIME_RESTRICTION_LONGER) && (currentTime > time); bool matchedTimeShorter = (restriction == MediaTimeRestriction::TIME_RESTRICTION_SHORTER) && (currentTime < time); bool matchedTimeRemainLonger = (restriction == MediaTimeRestriction::TIME_RESTRICTION_REMAINING_LONGER) && (duration > currentTime && duration - currentTime > time); bool matchedTimeRemainShorter = (restriction == MediaTimeRestriction::TIME_RESTRICTION_REMAINING_SHORTER) && (duration > currentTime && duration - currentTime < time); return matchedTimeNone || matchedTimeLonger || matchedTimeShorter || matchedTimeRemainLonger || matchedTimeRemainShorter; } bool MacroConditionMedia::CheckMediaMatch() { if (!_source) { return false; } bool match = false; obs_source_t *s = obs_weak_source_get_source(_source); auto duration = obs_source_media_get_duration(s); auto time = obs_source_media_get_time(s); obs_media_state currentState = obs_source_media_get_state(s); obs_source_release(s); // To be able to compare to obs_media_state more easily int expectedState = static_cast(_state); bool matchedStopped = expectedState == OBS_MEDIA_STATE_STOPPED && _stopped; // The signal for the state ended is intentionally not used here // so matchedEnded can be used to specify the end of a VLC playlist // by two consequtive matches of OBS_MEDIA_STATE_ENDED // // This was done to reduce the likelyhood of interpreting a single // OBS_MEDIA_STATE_ENDED caught by obs_source_media_get_state() // as the end of the playlist of the VLC source, while actually being // in the middle of switching to the next item of the playlist // // If there is a separate obs_media_sate in the future for the // "end of playlist reached" signal the line below can be used // and an additional check for this new singal can be introduced // // bool matchedEnded = _state == OBS_MEDIA_STATE_ENDED && _ended; bool ended = false; if (currentState == OBS_MEDIA_STATE_ENDED) { ended = _previousStateEnded; _previousStateEnded = true; } else { _previousStateEnded = false; } bool matchedEnded = ended && (expectedState == OBS_MEDIA_STATE_ENDED); // match if playedToEnd was true in last interval // and playback is currently ended bool matchedPlayedToEnd = _state == MediaState::PLAYED_TO_END && _playedToEnd && ended; // interval * 2 to make sure not to miss any state changes // which happened during check of the conditions _playedToEnd = _playedToEnd || (duration - time <= switcher->interval * 2); // reset for next check if (ended) { _playedToEnd = false; } _stopped = false; _ended = false; bool matchedState = (currentState == expectedState || _state == MediaState::ANY) || matchedStopped || matchedEnded || matchedPlayedToEnd; bool matchedTime = matchTime(time, duration, _restriction, _time.seconds * 1000); bool matched = matchedState && matchedTime; if (matched && !(_onlyMatchonChagne && _alreadyMatched)) { match = true; } _alreadyMatched = matched; return match; } bool MacroConditionMedia::CheckCondition() { bool match = false; switch (_sourceType) { case MediaSourceType::ANY: for (auto &source : _sources) { match = match || source.CheckCondition(); } break; case MediaSourceType::ALL: { bool res = true; for (auto &source : _sources) { res = res && source.CheckCondition(); } match = res; break; } case MediaSourceType::SOURCE: match = CheckMediaMatch(); break; default: break; } return match; } bool MacroConditionMedia::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); _scene.Save(obj); obs_data_set_int(obj, "sourceType", static_cast(_sourceType)); obs_data_set_int(obj, "state", static_cast(_state)); obs_data_set_int(obj, "restriction", static_cast(_restriction)); _time.Save(obj); obs_data_set_bool(obj, "matchOnChagne", _onlyMatchonChagne); return true; } static bool enumSceneItem(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { auto *sources = reinterpret_cast *>(ptr); if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, enumSceneItem, ptr); } auto source = obs_sceneitem_get_source(item); std::string sourceId = obs_source_get_id(source); if (sourceId.compare("ffmpeg_source") == 0 || sourceId.compare("vlc_source") == 0) { auto ws = obs_source_get_weak_source(source); obs_weak_source_release(ws); sources->emplace_back(ws); } return true; } void forMediaSourceOnSceneAddMediaCondition( OBSWeakSource sceneWeakSource, MacroConditionMedia *origCond, std::vector &conditions) { conditions.clear(); std::vector mediaSources; auto s = obs_weak_source_get_source(sceneWeakSource); auto scene = obs_scene_from_source(s); obs_scene_enum_items(scene, enumSceneItem, &mediaSources); obs_source_release(s); for (auto &source : mediaSources) { MacroConditionMedia cond(*origCond); cond._sourceType = MediaSourceType::SOURCE; cond._source = source; conditions.push_back(cond); } } bool MacroConditionMedia::Load(obs_data_t *obj) { MacroCondition::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); _scene.Load(obj); _sourceType = static_cast( obs_data_get_int(obj, "sourceType")); _state = static_cast(obs_data_get_int(obj, "state")); _restriction = static_cast( obs_data_get_int(obj, "restriction")); _time.Load(obj); if (!obs_data_has_user_value(obj, "matchOnChagne")) { _onlyMatchonChagne = true; } else { _onlyMatchonChagne = obs_data_get_bool(obj, "matchOnChagne"); } if (_sourceType == MediaSourceType::SOURCE) { obs_source_t *mediasource = obs_weak_source_get_source(_source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_connect(sh, "media_stopped", MediaStopped, this); signal_handler_connect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } forMediaSourceOnSceneAddMediaCondition(_scene.GetScene(), this, _sources); return true; } std::string MacroConditionMedia::GetShortDesc() { switch (_sourceType) { case MediaSourceType::SOURCE: if (_source) { return GetWeakSourceName(_source); } break; case MediaSourceType::ANY: if (_scene.GetScene()) { return obs_module_text( "AdvSceneSwitcher.condition.media.anyOnScene") + std::string(" ") + _scene.ToString(); } break; case MediaSourceType::ALL: if (_scene.GetScene()) { return obs_module_text( "AdvSceneSwitcher.condition.media.allOnScene") + std::string(" ") + _scene.ToString(); } break; default: break; } return ""; } void MacroConditionMedia::ClearSignalHandler() { obs_source_t *mediasource = obs_weak_source_get_source(_source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } void MacroConditionMedia::ResetSignalHandler() { obs_source_t *mediasource = obs_weak_source_get_source(_source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); signal_handler_connect(sh, "media_stopped", MediaStopped, this); signal_handler_connect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } void MacroConditionMedia::MediaStopped(void *data, calldata_t *) { MacroConditionMedia *media = static_cast(data); media->_stopped = true; } void MacroConditionMedia::MediaEnded(void *data, calldata_t *) { MacroConditionMedia *media = static_cast(data); media->_ended = true; } static void populateMediaTimeRestrictions(QComboBox *list) { for (auto entry : mediaTimeRestrictions) { list->addItem(obs_module_text(entry.second.c_str())); } } static void populateMediaStates(QComboBox *list) { for (auto entry : mediaStates) { list->addItem(obs_module_text(entry.second.c_str())); } } static void addAnyAndAllStates(QComboBox *list) { list->insertItem( 1, obs_module_text("AdvSceneSwitcher.condition.media.anyOnScene")); list->insertItem( 1, obs_module_text("AdvSceneSwitcher.condition.media.allOnScene")); } MacroConditionMediaEdit::MacroConditionMediaEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _mediaSources = new QComboBox(); _scenes = new SceneSelectionWidget(window()); _states = new QComboBox(); _timeRestrictions = new QComboBox(); _time = new DurationSelection(); _onChange = new QCheckBox(obs_module_text( "AdvSceneSwitcher.condition.media.matchOnChange")); QWidget::connect(_mediaSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_states, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); QWidget::connect(_timeRestrictions, SIGNAL(currentIndexChanged(int)), this, SLOT(TimeRestrictionChanged(int))); QWidget::connect(_time, SIGNAL(DurationChanged(double)), this, SLOT(TimeChanged(double))); QWidget::connect(_time, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(TimeUnitChanged(DurationUnit))); QWidget::connect(_onChange, SIGNAL(stateChanged(int)), this, SLOT(OnChangeChanged(int))); populateMediaSelection(_mediaSources); addAnyAndAllStates(_mediaSources); populateMediaStates(_states); populateMediaTimeRestrictions(_timeRestrictions); QHBoxLayout *entryLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{mediaSources}}", _mediaSources}, {"{{scenes}}", _scenes}, {"{{states}}", _states}, {"{{timeRestrictions}}", _timeRestrictions}, {"{{time}}", _time}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.media.entry"), entryLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_onChange); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionMediaEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); if (text == obs_module_text("AdvSceneSwitcher.condition.media.anyOnScene")) { _entryData->_sourceType = MediaSourceType::ANY; } else if (text == obs_module_text( "AdvSceneSwitcher.condition.media.allOnScene")) { _entryData->_sourceType = MediaSourceType::ALL; } else { _entryData->_sources.clear(); _entryData->_sourceType = MediaSourceType::SOURCE; } _entryData->ClearSignalHandler(); _entryData->_source = GetWeakSourceByQString(text); _entryData->ResetSignalHandler(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); SetWidgetVisibility(); } void MacroConditionMediaEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; forMediaSourceOnSceneAddMediaCondition(_entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } MediaState getMediaStateFromIdx(int idx) { if (idx < static_cast(MediaState::LAST_OBS_MEDIA_STATE)) { return static_cast(idx); } else { return static_cast( idx - static_cast(MediaState::LAST_OBS_MEDIA_STATE) + custom_media_states_offset); } } void MacroConditionMediaEdit::StateChanged(int index) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_state = getMediaStateFromIdx(index); if (_entryData->_sourceType != MediaSourceType::SOURCE) { forMediaSourceOnSceneAddMediaCondition( _entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); } } void MacroConditionMediaEdit::TimeRestrictionChanged(int index) { if (_loading || !_entryData) { return; } if (static_cast(index) == MediaTimeRestriction::TIME_RESTRICTION_NONE) { _time->setDisabled(true); } else { _time->setDisabled(false); } std::lock_guard lock(switcher->m); _entryData->_restriction = static_cast(index); if (_entryData->_sourceType != MediaSourceType::SOURCE) { forMediaSourceOnSceneAddMediaCondition( _entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); } } void MacroConditionMediaEdit::TimeChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_time.seconds = seconds; if (_entryData->_sourceType != MediaSourceType::SOURCE) { forMediaSourceOnSceneAddMediaCondition( _entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); } } void MacroConditionMediaEdit::TimeUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_time.displayUnit = unit; if (_entryData->_sourceType != MediaSourceType::SOURCE) { forMediaSourceOnSceneAddMediaCondition( _entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); } } void MacroConditionMediaEdit::OnChangeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_onlyMatchonChagne = value; if (_entryData->_sourceType != MediaSourceType::SOURCE) { forMediaSourceOnSceneAddMediaCondition( _entryData->_scene.GetScene(), _entryData.get(), _entryData->_sources); } } void MacroConditionMediaEdit::SetWidgetVisibility() { _scenes->setVisible(_entryData->_sourceType != MediaSourceType::SOURCE); } int getIdxFromMediaState(MediaState state) { if (state < MediaState::LAST_OBS_MEDIA_STATE) { return static_cast(state); } else { return static_cast(state) - custom_media_states_offset + static_cast(MediaState::LAST_OBS_MEDIA_STATE); } } void MacroConditionMediaEdit::UpdateEntryData() { if (!_entryData) { return; } switch (_entryData->_sourceType) { case MediaSourceType::ANY: _mediaSources->setCurrentText(obs_module_text( "AdvSceneSwitcher.condition.media.anyOnScene")); break; case MediaSourceType::ALL: _mediaSources->setCurrentText(obs_module_text( "AdvSceneSwitcher.condition.media.allOnScene")); break; case MediaSourceType::SOURCE: _mediaSources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); break; default: break; } _scenes->SetScene(_entryData->_scene); _states->setCurrentIndex(getIdxFromMediaState(_entryData->_state)); _timeRestrictions->setCurrentIndex( static_cast(_entryData->_restriction)); _time->SetDuration(_entryData->_time); if (_entryData->_restriction == MediaTimeRestriction::TIME_RESTRICTION_NONE) { _time->setDisabled(true); } _onChange->setChecked(_entryData->_onlyMatchonChagne); SetWidgetVisibility(); } SceneSwitcher-1.17.2/src/macro-condition-plugin-state.cpp000066400000000000000000000052271417525156400233620ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-plugin-state.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionPluginState::id = "plugin_state"; bool MacroConditionPluginState::_registered = MacroConditionFactory::Register( MacroConditionPluginState::id, {MacroConditionPluginState::Create, MacroConditionPluginStateEdit::Create, "AdvSceneSwitcher.condition.pluginState"}); static std::map pluginStateConditionTypes = { {PluginStateCondition::SCENESWITCHED, "AdvSceneSwitcher.condition.pluginState.state.sceneSwitched"}, {PluginStateCondition::RUNNING, "AdvSceneSwitcher.condition.pluginState.state.running"}, }; bool MacroConditionPluginState::CheckCondition() { switch (_condition) { case PluginStateCondition::SCENESWITCHED: return switcher->macroSceneSwitched; case PluginStateCondition::RUNNING: return true; default: break; } return false; } bool MacroConditionPluginState::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); return true; } bool MacroConditionPluginState::Load(obs_data_t *obj) { MacroCondition::Load(obj); _condition = static_cast( obs_data_get_int(obj, "condition")); return true; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : pluginStateConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionPluginStateEdit::MacroConditionPluginStateEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _condition = new QComboBox(); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); populateConditionSelection(_condition); QHBoxLayout *switchLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{condition}}", _condition}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.pluginState.entry"), switchLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(switchLayout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionPluginStateEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(cond); } void MacroConditionPluginStateEdit::UpdateEntryData() { if (!_entryData) { return; } _condition->setCurrentIndex(static_cast(_entryData->_condition)); } SceneSwitcher-1.17.2/src/macro-condition-process.cpp000066400000000000000000000055471417525156400224310ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-process.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include const std::string MacroConditionProcess::id = "process"; bool MacroConditionProcess::_registered = MacroConditionFactory::Register( MacroConditionProcess::id, {MacroConditionProcess::Create, MacroConditionProcessEdit::Create, "AdvSceneSwitcher.condition.process"}); bool MacroConditionProcess::CheckCondition() { QStringList runningProcesses; QString proc = QString::fromStdString(_process); GetProcessList(runningProcesses); bool equals = runningProcesses.contains(proc); bool matches = runningProcesses.indexOf(QRegularExpression(proc)) != -1; bool focus = !_focus || isInFocus(proc); return (equals || matches) && focus; } bool MacroConditionProcess::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "process", _process.c_str()); obs_data_set_bool(obj, "focus", _focus); return true; } bool MacroConditionProcess::Load(obs_data_t *obj) { MacroCondition::Load(obj); _process = obs_data_get_string(obj, "process"); _focus = obs_data_get_bool(obj, "focus"); return true; } std::string MacroConditionProcess::GetShortDesc() { return _process; } MacroConditionProcessEdit::MacroConditionProcessEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _processSelection = new QComboBox(); _processSelection->setEditable(true); _processSelection->setMaxVisibleItems(20); _focused = new QCheckBox(); QWidget::connect(_processSelection, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ProcessChanged(const QString &))); QWidget::connect(_focused, SIGNAL(stateChanged(int)), this, SLOT(FocusChanged(int))); populateProcessSelection(_processSelection); std::unordered_map widgetPlaceholders = { {"{{processes}}", _processSelection}, {"{{focused}}", _focused}, }; QHBoxLayout *mainLayout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.process.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionProcessEdit::ProcessChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_process = text.toStdString(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionProcessEdit::FocusChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_focus = state; } void MacroConditionProcessEdit::UpdateEntryData() { if (!_entryData) { return; } _processSelection->setCurrentText(_entryData->_process.c_str()); _focused->setChecked(_entryData->_focus); } SceneSwitcher-1.17.2/src/macro-condition-recording.cpp000066400000000000000000000051371417525156400227220ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-recording.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionRecord::id = "recording"; bool MacroConditionRecord::_registered = MacroConditionFactory::Register( MacroConditionRecord::id, {MacroConditionRecord::Create, MacroConditionRecordEdit::Create, "AdvSceneSwitcher.condition.record"}); static std::map recordStates = { {RecordState::STOP, "AdvSceneSwitcher.condition.record.state.stop"}, {RecordState::PAUSE, "AdvSceneSwitcher.condition.record.state.pause"}, {RecordState::START, "AdvSceneSwitcher.condition.record.state.start"}, }; bool MacroConditionRecord::CheckCondition() { bool stateMatch = false; switch (_recordState) { case RecordState::STOP: stateMatch = !obs_frontend_recording_active(); break; case RecordState::PAUSE: stateMatch = obs_frontend_recording_paused(); break; case RecordState::START: stateMatch = obs_frontend_recording_active(); break; default: break; } return stateMatch; } bool MacroConditionRecord::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "state", static_cast(_recordState)); return true; } bool MacroConditionRecord::Load(obs_data_t *obj) { MacroCondition::Load(obj); _recordState = static_cast(obs_data_get_int(obj, "state")); return true; } static inline void populateStateSelection(QComboBox *list) { for (auto entry : recordStates) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionRecordEdit::MacroConditionRecordEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _recordState = new QComboBox(); QWidget::connect(_recordState, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); populateStateSelection(_recordState); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{recordState}}", _recordState}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.record.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionRecordEdit::StateChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_recordState = static_cast(value); } void MacroConditionRecordEdit::UpdateEntryData() { if (!_entryData) { return; } _recordState->setCurrentIndex( static_cast(_entryData->_recordState)); } SceneSwitcher-1.17.2/src/macro-condition-replay-buffer.cpp000066400000000000000000000054521417525156400235110ustar00rootroot00000000000000#ifdef REPLAYBUFFER_SUPPORTED #include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-replay-buffer.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionReplayBuffer::id = "replay_buffer"; bool MacroConditionReplayBuffer::_registered = MacroConditionFactory::Register( MacroConditionReplayBuffer::id, {MacroConditionReplayBuffer::Create, MacroConditionReplayBufferEdit::Create, "AdvSceneSwitcher.condition.replay"}); static std::map ReplayBufferStates = { {ReplayBufferState::STOP, "AdvSceneSwitcher.condition.replay.state.stopped"}, {ReplayBufferState::START, "AdvSceneSwitcher.condition.replay.state.started"}, {ReplayBufferState::SAVE, "AdvSceneSwitcher.condition.replay.state.saved"}, }; bool MacroConditionReplayBuffer::CheckCondition() { bool stateMatch = false; switch (_state) { case ReplayBufferState::STOP: stateMatch = !obs_frontend_replay_buffer_active(); break; case ReplayBufferState::START: stateMatch = obs_frontend_replay_buffer_active(); break; case ReplayBufferState::SAVE: if (switcher->replayBufferSaved) { stateMatch = true; switcher->replayBufferSaved = false; } break; default: break; } return stateMatch; } bool MacroConditionReplayBuffer::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "state", static_cast(_state)); return true; } bool MacroConditionReplayBuffer::Load(obs_data_t *obj) { MacroCondition::Load(obj); _state = static_cast(obs_data_get_int(obj, "state")); return true; } static inline void populateStateSelection(QComboBox *list) { for (auto entry : ReplayBufferStates) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionReplayBufferEdit::MacroConditionReplayBufferEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _state = new QComboBox(); QWidget::connect(_state, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); populateStateSelection(_state); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{state}}", _state}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.replay.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionReplayBufferEdit::StateChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_state = static_cast(value); } void MacroConditionReplayBufferEdit::UpdateEntryData() { if (!_entryData) { return; } _state->setCurrentIndex(static_cast(_entryData->_state)); } #endif SceneSwitcher-1.17.2/src/macro-condition-scene-order.cpp000066400000000000000000000220121417525156400231430ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-scene-order.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionSceneOrder::id = "scene_order"; bool MacroConditionSceneOrder::_registered = MacroConditionFactory::Register( MacroConditionSceneOrder::id, {MacroConditionSceneOrder::Create, MacroConditionSceneOrderEdit::Create, "AdvSceneSwitcher.condition.sceneOrder"}); static std::map sceneOrderConditionTypes = { {SceneOrderCondition::ABOVE, "AdvSceneSwitcher.condition.sceneOrder.type.above"}, {SceneOrderCondition::BELOW, "AdvSceneSwitcher.condition.sceneOrder.type.below"}, {SceneOrderCondition::POSITION, "AdvSceneSwitcher.condition.sceneOrder.type.position"}, }; struct PosInfo2 { obs_scene_item *item; int pos = -1; int curPos = 0; }; static bool getSceneItemPositionHelper(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { PosInfo2 *posInfo = reinterpret_cast(ptr); if (posInfo->item == item) { posInfo->pos = posInfo->curPos; return false; } if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, getSceneItemPositionHelper, ptr); } posInfo->curPos += 1; return true; } PosInfo2 getSceneItemPos(obs_scene_item *item, obs_scene *scene) { PosInfo2 pos{item}; obs_scene_enum_items(scene, getSceneItemPositionHelper, &pos); return pos; } std::vector getSceneItemPositions(std::vector &items, obs_scene *scene) { std::vector positions; for (auto item : items) { auto pos = getSceneItemPos(item, scene); if (pos.pos != -1) { positions.emplace_back(pos.pos); } } return positions; } static bool isAbove(std::vector &pos1, std::vector &pos2) { if (pos1.empty() || pos2.empty()) { return false; } for (int i : pos1) { for (int j : pos2) { if (i <= j) { return false; } } } return true; } static bool isBelow(std::vector &pos1, std::vector &pos2) { if (pos1.empty() || pos2.empty()) { return false; } for (int i : pos1) { for (int j : pos2) { if (i >= j) { return false; } } } return true; } bool MacroConditionSceneOrder::CheckCondition() { auto items1 = _source.GetSceneItems(_scene); if (items1.empty()) { return false; } auto items2 = _source2.GetSceneItems(_scene); auto s = obs_weak_source_get_source(_scene.GetScene(false)); auto scene = obs_scene_from_source(s); auto positions1 = getSceneItemPositions(items1, scene); auto positions2 = getSceneItemPositions(items2, scene); for (auto i : items1) { obs_sceneitem_release(i); } for (auto i : items2) { obs_sceneitem_release(i); } bool ret = false; switch (_condition) { case SceneOrderCondition::ABOVE: ret = isAbove(positions1, positions2); break; case SceneOrderCondition::BELOW: ret = isBelow(positions1, positions2); break; case SceneOrderCondition::POSITION: for (int p : positions1) { if (p == _position) ret = true; } break; default: break; } obs_source_release(s); return ret; } bool MacroConditionSceneOrder::Save(obs_data_t *obj) { MacroCondition::Save(obj); _scene.Save(obj); _source.Save(obj); _source2.Save(obj, "sceneItem2", "sceneItemTarget2", "sceneItemIdx2"); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_int(obj, "position", _position); return true; } bool MacroConditionSceneOrder::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); auto sourceName2 = obs_data_get_string(obj, "source2"); obs_data_set_string(obj, "sceneItem2", sourceName2); } MacroCondition::Load(obj); _scene.Load(obj); _source.Load(obj); _source2.Load(obj, "sceneItem2", "sceneItemTarget2", "sceneItemIdx2"); _condition = static_cast( obs_data_get_int(obj, "condition")); _position = obs_data_get_int(obj, "position"); return true; } std::string MacroConditionSceneOrder::GetShortDesc() { if (_source.ToString().empty()) { return ""; } std::string header = _scene.ToString() + " - " + _source.ToString(); if (!_source2.ToString().empty() && _condition != SceneOrderCondition::POSITION) { header += " - " + _source2.ToString(); } return header; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : sceneOrderConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionSceneOrderEdit::MacroConditionSceneOrderEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, true); _sources = new SceneItemSelectionWidget(parent); _sources2 = new SceneItemSelectionWidget(parent); _conditions = new QComboBox(); _position = new QSpinBox(); _posInfo = new QLabel(obs_module_text( "AdvSceneSwitcher.condition.sceneOrder.positionInfo")); populateConditionSelection(_conditions); if (entryData.get()) { if (entryData->_condition == SceneOrderCondition::POSITION) { _sources->SetShowAllSelectionType( SceneItemSelectionWidget::AllSelectionType::ANY); } else { _sources->SetShowAllSelectionType( SceneItemSelectionWidget::AllSelectionType::ALL); } } QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources2, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_sources2, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(Source2Changed(const SceneItemSelection &))); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_position, SIGNAL(valueChanged(int)), this, SLOT(PositionChanged(int))); auto entryLayout = new QHBoxLayout(); std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sources}}", _sources}, {"{{sources2}}", _sources2}, {"{{conditions}}", _conditions}, {"{{position}}", _position}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.sceneOrder.entry"), entryLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(entryLayout); mainLayout->addWidget(_posInfo); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionSceneOrderEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroConditionSceneOrderEdit::SourceChanged(const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneOrderEdit::Source2Changed(const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source2 = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneOrderEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } { std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); } SetWidgetVisibility(_entryData->_condition == SceneOrderCondition::POSITION); if (_entryData->_condition == SceneOrderCondition::POSITION) { _sources->SetShowAllSelectionType( SceneItemSelectionWidget::AllSelectionType::ANY); } else { _sources->SetShowAllSelectionType( SceneItemSelectionWidget::AllSelectionType::ALL); } emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneOrderEdit::PositionChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_position = value; } void MacroConditionSceneOrderEdit::SetWidgetVisibility(bool showPos) { _sources2->setVisible(!showPos); _position->setVisible(showPos); _posInfo->setVisible(showPos); adjustSize(); } void MacroConditionSceneOrderEdit::UpdateEntryData() { if (!_entryData) { return; } _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem(_entryData->_source); _sources2->SetSceneItem(_entryData->_source2); _position->setValue(_entryData->_position); _conditions->setCurrentIndex(static_cast(_entryData->_condition)); SetWidgetVisibility(_entryData->_condition == SceneOrderCondition::POSITION); } SceneSwitcher-1.17.2/src/macro-condition-scene-transform.cpp000066400000000000000000000130061417525156400240460ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-scene-transform.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionSceneTransform::id = "scene_transform"; bool MacroConditionSceneTransform::_registered = MacroConditionFactory::Register( MacroConditionSceneTransform::id, {MacroConditionSceneTransform::Create, MacroConditionSceneTransformEdit::Create, "AdvSceneSwitcher.condition.sceneTransform"}); bool MacroConditionSceneTransform::CheckCondition() { bool ret = false; auto items = _source.GetSceneItems(_scene); for (auto &item : items) { auto json = getSceneItemTransform(item); if (matchJson(json, _settings, _regex)) { ret = true; } obs_sceneitem_release(item); } return ret; } bool MacroConditionSceneTransform::Save(obs_data_t *obj) { MacroCondition::Save(obj); _scene.Save(obj); _source.Save(obj); obs_data_set_string(obj, "settings", _settings.c_str()); obs_data_set_bool(obj, "regex", _regex); return true; } bool MacroConditionSceneTransform::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); } MacroCondition::Load(obj); _scene.Load(obj); _source.Load(obj); _settings = obs_data_get_string(obj, "settings"); _regex = obs_data_get_bool(obj, "regex"); return true; } std::string MacroConditionSceneTransform::GetShortDesc() { if (_source.ToString().empty()) { return ""; } return _scene.ToString() + " - " + _source.ToString(); } MacroConditionSceneTransformEdit::MacroConditionSceneTransformEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, true); _sources = new SceneItemSelectionWidget( parent, true, SceneItemSelectionWidget::AllSelectionType::ANY); _getSettings = new QPushButton(obs_module_text( "AdvSceneSwitcher.condition.sceneTransform.getTransform")); _settings = new QPlainTextEdit(); _regex = new QCheckBox(obs_module_text( "AdvSceneSwitcher.condition.sceneTransform.regex")); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QWidget::connect(_regex, SIGNAL(stateChanged(int)), this, SLOT(RegexChanged(int))); std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sources}}", _sources}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, {"{{regex}}", _regex}, }; QHBoxLayout *line1Layout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.sceneTransform.entry.line1"), line1Layout, widgetPlaceholders); QHBoxLayout *line2Layout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.sceneTransform.entry.line2"), line2Layout, widgetPlaceholders, false); QHBoxLayout *line3Layout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.sceneTransform.entry.line3"), line3Layout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionSceneTransformEdit::UpdateEntryData() { if (!_entryData) { return; } _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem(_entryData->_source); _regex->setChecked(_entryData->_regex); _settings->setPlainText(QString::fromStdString(_entryData->_settings)); } void MacroConditionSceneTransformEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroConditionSceneTransformEdit::SourceChanged( const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneTransformEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_scene.GetScene(false)) { return; } auto items = _entryData->_source.GetSceneItems(_entryData->_scene); if (items.empty()) { return; } auto settings = formatJsonString(getSceneItemTransform(items[0])); if (_entryData->_regex) { settings = escapeForRegex(settings); } _settings->setPlainText(settings); for (auto item : items) { obs_sceneitem_release(item); } } void MacroConditionSceneTransformEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settings = _settings->toPlainText().toStdString(); } void MacroConditionSceneTransformEdit::RegexChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_regex = state; } SceneSwitcher-1.17.2/src/macro-condition-scene-visibility.cpp000066400000000000000000000116361417525156400242310ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-scene-visibility.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include const std::string MacroConditionSceneVisibility::id = "scene_visibility"; bool MacroConditionSceneVisibility::_registered = MacroConditionFactory::Register( MacroConditionSceneVisibility::id, {MacroConditionSceneVisibility::Create, MacroConditionSceneVisibilityEdit::Create, "AdvSceneSwitcher.condition.sceneVisibility"}); static std::map SceneVisibilityConditionTypes = { {SceneVisibilityCondition::SHOWN, "AdvSceneSwitcher.condition.sceneVisibility.type.shown"}, {SceneVisibilityCondition::HIDDEN, "AdvSceneSwitcher.condition.sceneVisibility.type.hidden"}, }; bool areAllSceneItemsShown(std::vector &items) { bool ret = true; for (auto item : items) { if (!obs_sceneitem_visible(item)) { ret = false; } obs_sceneitem_release(item); } return ret; } bool areAllSceneItemsHidden(std::vector &items) { bool ret = true; for (auto item : items) { if (obs_sceneitem_visible(item)) { ret = false; } obs_sceneitem_release(item); } return ret; } bool MacroConditionSceneVisibility::CheckCondition() { auto items = _source.GetSceneItems(_scene); if (items.empty()) { return false; } switch (_condition) { case SceneVisibilityCondition::SHOWN: return areAllSceneItemsShown(items); case SceneVisibilityCondition::HIDDEN: return areAllSceneItemsHidden(items); break; default: break; } return false; } bool MacroConditionSceneVisibility::Save(obs_data_t *obj) { MacroCondition::Save(obj); _scene.Save(obj); _source.Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); return true; } bool MacroConditionSceneVisibility::Load(obs_data_t *obj) { // Convert old data format // TODO: Remove in future version if (obs_data_has_user_value(obj, "source")) { auto sourceName = obs_data_get_string(obj, "source"); obs_data_set_string(obj, "sceneItem", sourceName); } MacroCondition::Load(obj); _scene.Load(obj); _source.Load(obj); _condition = static_cast( obs_data_get_int(obj, "condition")); return true; } std::string MacroConditionSceneVisibility::GetShortDesc() { if (_source.ToString().empty()) { return ""; } return _scene.ToString() + " - " + _source.ToString(); } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : SceneVisibilityConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionSceneVisibilityEdit::MacroConditionSceneVisibilityEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, true, true); _sources = new SceneItemSelectionWidget(parent); _conditions = new QComboBox(); populateConditionSelection(_conditions); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), _sources, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sources, SIGNAL(SceneItemChanged(const SceneItemSelection &)), this, SLOT(SourceChanged(const SceneItemSelection &))); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, {"{{scenes}}", _scenes}, {"{{conditions}}", _conditions}, }; QHBoxLayout *mainLayout = new QHBoxLayout; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.sceneVisibility.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionSceneVisibilityEdit::SourceChanged( const SceneItemSelection &item) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = item; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneVisibilityEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneVisibilityEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); } void MacroConditionSceneVisibilityEdit::UpdateEntryData() { if (!_entryData) { return; } _conditions->setCurrentIndex(static_cast(_entryData->_condition)); _scenes->SetScene(_entryData->_scene); _sources->SetSceneItem(_entryData->_source); } SceneSwitcher-1.17.2/src/macro-condition-scene.cpp000066400000000000000000000123131417525156400220350ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-scene.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionScene::id = "scene"; bool MacroConditionScene::_registered = MacroConditionFactory::Register( MacroConditionScene::id, {MacroConditionScene::Create, MacroConditionSceneEdit::Create, "AdvSceneSwitcher.condition.scene"}); static std::map sceneTypes = { {SceneType::CURRENT, "AdvSceneSwitcher.condition.scene.type.current"}, {SceneType::PREVIOUS, "AdvSceneSwitcher.condition.scene.type.previous"}, {SceneType::CHANGED, "AdvSceneSwitcher.condition.scene.type.changed"}, {SceneType::NOTCHANGED, "AdvSceneSwitcher.condition.scene.type.notChanged"}, }; bool MacroConditionScene::CheckCondition() { bool sceneChanged = _lastSceneChangeTime != switcher->lastSceneChangeTime; if (sceneChanged) { _lastSceneChangeTime = switcher->lastSceneChangeTime; } switch (_type) { case SceneType::CURRENT: if (!_useTransitionTargetScene) { return switcher->currentScene == _scene.GetScene(false); } else { bool match = false; auto current = obs_frontend_get_current_scene(); auto weak = obs_source_get_weak_source(current); match = weak == _scene.GetScene(false); obs_weak_source_release(weak); obs_source_release(current); return match; } case SceneType::PREVIOUS: return switcher->previousScene == _scene.GetScene(false); case SceneType::CHANGED: return sceneChanged; case SceneType::NOTCHANGED: return !sceneChanged; default: break; } return false; } bool MacroConditionScene::Save(obs_data_t *obj) { MacroCondition::Save(obj); _scene.Save(obj); obs_data_set_int(obj, "type", static_cast(_type)); obs_data_set_bool(obj, "useTransitionTargetScene", _useTransitionTargetScene); return true; } bool MacroConditionScene::Load(obs_data_t *obj) { MacroCondition::Load(obj); _scene.Load(obj); _type = static_cast(obs_data_get_int(obj, "type")); if (obs_data_has_user_value(obj, "waitForTransition")) { _useTransitionTargetScene = !obs_data_get_bool(obj, "waitForTransition"); } else { _useTransitionTargetScene = obs_data_get_bool(obj, "useTransitionTargetScene"); } return true; } std::string MacroConditionScene::GetShortDesc() { return _scene.ToString(); } static inline void populateTypeSelection(QComboBox *list) { for (auto entry : sceneTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionSceneEdit::MacroConditionSceneEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _scenes = new SceneSelectionWidget(window(), false, false, false); _sceneType = new QComboBox(); _useTransitionTargetScene = new QCheckBox(obs_module_text( "AdvSceneSwitcher.condition.scene.currentSceneTransitionBehaviour")); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_sceneType, SIGNAL(currentIndexChanged(int)), this, SLOT(TypeChanged(int))); QWidget::connect(_useTransitionTargetScene, SIGNAL(stateChanged(int)), this, SLOT(UseTransitionTargetSceneChanged(int))); populateTypeSelection(_sceneType); std::unordered_map widgetPlaceholders = { {"{{scenes}}", _scenes}, {"{{sceneType}}", _sceneType}, {"{{useTransitionTargetScene}}", _useTransitionTargetScene}, }; QHBoxLayout *line1Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.scene.entry.line1"), line1Layout, widgetPlaceholders); QHBoxLayout *line2Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.scene.entry.line2"), line2Layout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionSceneEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSceneEdit::TypeChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_type = static_cast(value); SetWidgetVisibility(); } void MacroConditionSceneEdit::UseTransitionTargetSceneChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_useTransitionTargetScene = state; } void MacroConditionSceneEdit::SetWidgetVisibility() { _scenes->setVisible(_entryData->_type == SceneType::CURRENT || _entryData->_type == SceneType::PREVIOUS); _useTransitionTargetScene->setVisible(_entryData->_type == SceneType::CURRENT); adjustSize(); } void MacroConditionSceneEdit::UpdateEntryData() { if (!_entryData) { return; } _scenes->SetScene(_entryData->_scene); _sceneType->setCurrentIndex(static_cast(_entryData->_type)); _useTransitionTargetScene->setChecked( _entryData->_useTransitionTargetScene); SetWidgetVisibility(); } SceneSwitcher-1.17.2/src/macro-condition-source.cpp000066400000000000000000000140661417525156400222470ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-source.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include const std::string MacroConditionSource::id = "source"; bool MacroConditionSource::_registered = MacroConditionFactory::Register( MacroConditionSource::id, {MacroConditionSource::Create, MacroConditionSourceEdit::Create, "AdvSceneSwitcher.condition.source"}); static std::map sourceConditionTypes = { {SourceCondition::ACTIVE, "AdvSceneSwitcher.condition.source.type.active"}, {SourceCondition::SHOWING, "AdvSceneSwitcher.condition.source.type.showing"}, {SourceCondition::SETTINGS, "AdvSceneSwitcher.condition.source.type.settings"}, }; bool MacroConditionSource::CheckCondition() { if (!_source) { return false; } bool ret = false; auto s = obs_weak_source_get_source(_source); switch (_condition) { case SourceCondition::ACTIVE: ret = obs_source_active(s); break; case SourceCondition::SHOWING: ret = obs_source_showing(s); break; case SourceCondition::SETTINGS: ret = compareSourceSettings(_source, _settings, _regex); break; default: break; } obs_source_release(s); return ret; } bool MacroConditionSource::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(_source).c_str()); obs_data_set_int(obj, "condition", static_cast(_condition)); obs_data_set_string(obj, "settings", _settings.c_str()); obs_data_set_bool(obj, "regex", _regex); return true; } bool MacroConditionSource::Load(obs_data_t *obj) { MacroCondition::Load(obj); const char *sourceName = obs_data_get_string(obj, "source"); _source = GetWeakSourceByName(sourceName); _condition = static_cast( obs_data_get_int(obj, "condition")); _settings = obs_data_get_string(obj, "settings"); _regex = obs_data_get_bool(obj, "regex"); return true; } std::string MacroConditionSource::GetShortDesc() { if (_source) { return GetWeakSourceName(_source); } return ""; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : sourceConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionSourceEdit::MacroConditionSourceEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _sources = new QComboBox(); _conditions = new QComboBox(); _getSettings = new QPushButton(obs_module_text( "AdvSceneSwitcher.condition.source.getSettings")); _settings = new QPlainTextEdit(); _regex = new QCheckBox( obs_module_text("AdvSceneSwitcher.condition.source.regex")); populateConditionSelection(_conditions); populateSourceSelection(_sources); QWidget::connect(_sources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_getSettings, SIGNAL(clicked()), this, SLOT(GetSettingsClicked())); QWidget::connect(_settings, SIGNAL(textChanged()), this, SLOT(SettingsChanged())); QWidget::connect(_regex, SIGNAL(stateChanged(int)), this, SLOT(RegexChanged(int))); QVBoxLayout *mainLayout = new QVBoxLayout; QHBoxLayout *line1Layout = new QHBoxLayout; QHBoxLayout *line2Layout = new QHBoxLayout; QHBoxLayout *line3Layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{sources}}", _sources}, {"{{conditions}}", _conditions}, {"{{settings}}", _settings}, {"{{getSettings}}", _getSettings}, {"{{regex}}", _regex}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.source.entry.line1"), line1Layout, widgetPlaceholders); placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.source.entry.line2"), line2Layout, widgetPlaceholders, false); placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.source.entry.line3"), line3Layout, widgetPlaceholders); mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionSourceEdit::SourceChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_source = GetWeakSourceByQString(text); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionSourceEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); SetSettingsSelectionVisible(_entryData->_condition == SourceCondition::SETTINGS); } void MacroConditionSourceEdit::GetSettingsClicked() { if (_loading || !_entryData || !_entryData->_source) { return; } QString json = formatJsonString(getSourceSettings(_entryData->_source)); if (_entryData->_regex) { json = escapeForRegex(json); } _settings->setPlainText(json); } void MacroConditionSourceEdit::SettingsChanged() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_settings = _settings->toPlainText().toStdString(); } void MacroConditionSourceEdit::RegexChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_regex = state; } void MacroConditionSourceEdit::SetSettingsSelectionVisible(bool visible) { _settings->setVisible(visible); _getSettings->setVisible(visible); _regex->setVisible(visible); adjustSize(); } void MacroConditionSourceEdit::UpdateEntryData() { if (!_entryData) { return; } _sources->setCurrentText( GetWeakSourceName(_entryData->_source).c_str()); _conditions->setCurrentIndex(static_cast(_entryData->_condition)); _settings->setPlainText(QString::fromStdString(_entryData->_settings)); _regex->setChecked(_entryData->_regex); SetSettingsSelectionVisible(_entryData->_condition == SourceCondition::SETTINGS); } SceneSwitcher-1.17.2/src/macro-condition-streaming.cpp000066400000000000000000000061331417525156400227340ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-streaming.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionStream::id = "streaming"; bool MacroConditionStream::_registered = MacroConditionFactory::Register( MacroConditionStream::id, {MacroConditionStream::Create, MacroConditionStreamEdit::Create, "AdvSceneSwitcher.condition.stream"}); static std::map streamStates = { {StreamState::STOP, "AdvSceneSwitcher.condition.stream.state.stop"}, {StreamState::START, "AdvSceneSwitcher.condition.stream.state.start"}, {StreamState::STARTING, "AdvSceneSwitcher.condition.stream.state.starting"}, {StreamState::STOPPING, "AdvSceneSwitcher.condition.stream.state.stopping"}, }; bool MacroConditionStream::CheckCondition() { bool stateMatch = false; bool streamStarting = switcher->lastStreamStartingTime != _lastStreamStartingTime; bool streamStopping = switcher->lastStreamStoppingTime != _lastStreamStoppingTime; switch (_streamState) { case StreamState::STOP: stateMatch = !obs_frontend_streaming_active(); break; case StreamState::START: stateMatch = obs_frontend_streaming_active(); break; case StreamState::STARTING: stateMatch = streamStarting; break; case StreamState::STOPPING: stateMatch = streamStopping; break; default: break; } if (streamStarting) { _lastStreamStartingTime = switcher->lastStreamStartingTime; } if (streamStopping) { _lastStreamStoppingTime = switcher->lastStreamStoppingTime; } return stateMatch; } bool MacroConditionStream::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "state", static_cast(_streamState)); return true; } bool MacroConditionStream::Load(obs_data_t *obj) { MacroCondition::Load(obj); _streamState = static_cast(obs_data_get_int(obj, "state")); return true; } static inline void populateStateSelection(QComboBox *list) { for (auto entry : streamStates) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionStreamEdit::MacroConditionStreamEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _streamState = new QComboBox(); QWidget::connect(_streamState, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); populateStateSelection(_streamState); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{streamState}}", _streamState}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.condition.stream.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionStreamEdit::StateChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_streamState = static_cast(value); } void MacroConditionStreamEdit::UpdateEntryData() { if (!_entryData) { return; } _streamState->setCurrentIndex( static_cast(_entryData->_streamState)); } SceneSwitcher-1.17.2/src/macro-condition-studio-mode.cpp000066400000000000000000000077641417525156400232070ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-studio-mode.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionStudioMode::id = "studio_mode"; bool MacroConditionStudioMode::_registered = MacroConditionFactory::Register( MacroConditionStudioMode::id, {MacroConditionStudioMode::Create, MacroConditionStudioModeEdit::Create, "AdvSceneSwitcher.condition.studioMode"}); static std::map studioModeConditionTypes = { {StudioModeCondition::STUDIO_MODE_ACTIVE, "AdvSceneSwitcher.condition.studioMode.state.active"}, {StudioModeCondition::STUDIO_MODE_NOT_ACTIVE, "AdvSceneSwitcher.condition.studioMode.state.notActive"}, {StudioModeCondition::PREVIEW_SCENE, "AdvSceneSwitcher.condition.studioMode.state.previewScene"}, }; bool MacroConditionStudioMode::CheckCondition() { bool ret = false; switch (_condition) { case StudioModeCondition::STUDIO_MODE_ACTIVE: ret = obs_frontend_preview_program_mode_active(); break; case StudioModeCondition::STUDIO_MODE_NOT_ACTIVE: ret = !obs_frontend_preview_program_mode_active(); break; case StudioModeCondition::PREVIEW_SCENE: { auto s = obs_frontend_get_current_preview_scene(); auto scene = obs_source_get_weak_source(s); ret = _scene.GetScene() == scene; obs_weak_source_release(scene); obs_source_release(s); break; } default: break; } return ret; } bool MacroConditionStudioMode::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); _scene.Save(obj); return true; } bool MacroConditionStudioMode::Load(obs_data_t *obj) { MacroCondition::Load(obj); _condition = static_cast( obs_data_get_int(obj, "condition")); _scene.Load(obj); return true; } std::string MacroConditionStudioMode::GetShortDesc() { if (_condition == StudioModeCondition::PREVIEW_SCENE) { return _scene.ToString(); } return ""; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : studioModeConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionStudioModeEdit::MacroConditionStudioModeEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _condition = new QComboBox(); _scenes = new SceneSelectionWidget(window()); populateConditionSelection(_condition); QWidget::connect(_condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QHBoxLayout *layout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{conditions}}", _condition}, {"{{scenes}}", _scenes}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.studioMode.entry"), layout, widgetPlaceholders); setLayout(layout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionStudioModeEdit::ConditionChanged(int cond) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(cond); SetWidgetVisibility(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionStudioModeEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionStudioModeEdit::UpdateEntryData() { if (!_entryData) { return; } _condition->setCurrentIndex(static_cast(_entryData->_condition)); _scenes->SetScene(_entryData->_scene); SetWidgetVisibility(); } void MacroConditionStudioModeEdit::SetWidgetVisibility() { if (!_entryData) { return; } _scenes->setVisible(_entryData->_condition == StudioModeCondition::PREVIEW_SCENE); } SceneSwitcher-1.17.2/src/macro-condition-timer.cpp000066400000000000000000000222351417525156400220640ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-timer.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionTimer::id = "timer"; bool MacroConditionTimer::_registered = MacroConditionFactory::Register( MacroConditionTimer::id, {MacroConditionTimer::Create, MacroConditionTimerEdit::Create, "AdvSceneSwitcher.condition.timer", false}); static std::map timerTypes = { {TimerType::FIXED, "AdvSceneSwitcher.condition.timer.type.fixed"}, {TimerType::RANDOM, "AdvSceneSwitcher.condition.timer.type.random"}, }; bool MacroConditionTimer::CheckCondition() { if (_paused) { return _remaining == 0.; } if (_duration.DurationReached()) { if (!_oneshot) { _duration.Reset(); if (_type == TimerType::RANDOM) { SetRandomTimeRemaining(); } } return true; } return false; } void MacroConditionTimer::SetRandomTimeRemaining() { double min, max; if (_duration.seconds <= _duration2.seconds) { min = _duration.seconds; max = _duration2.seconds; } else { min = _duration2.seconds; max = _duration.seconds; } std::uniform_real_distribution unif(min, max); double remainingTime = unif(_re); _duration.SetTimeRemaining(remainingTime); } bool MacroConditionTimer::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "type", static_cast(_type)); _duration.Save(obj); _duration2.Save(obj, "seconds2", "displayUnit2"); if (!_paused) { _remaining = _duration.TimeRemaining(); } if (_saveRemaining) { obs_data_set_double(obj, "remaining", _remaining); } else { obs_data_set_double(obj, "remaining", _duration.seconds); } obs_data_set_bool(obj, "saveRemaining", _saveRemaining); obs_data_set_bool(obj, "paused", _paused); obs_data_set_bool(obj, "oneshot", _oneshot); return true; } bool MacroConditionTimer::Load(obs_data_t *obj) { MacroCondition::Load(obj); _type = static_cast(obs_data_get_int(obj, "type")); _duration.Load(obj); _duration2.Load(obj, "seconds2", "displayUnit2"); _remaining = obs_data_get_double(obj, "remaining"); _paused = obs_data_get_bool(obj, "paused"); _saveRemaining = obs_data_get_bool(obj, "saveRemaining"); if (!obs_data_has_user_value(obj, "oneshot")) { _oneshot = false; } else { _oneshot = obs_data_get_bool(obj, "oneshot"); } _duration.SetTimeRemaining(_remaining); return true; } void MacroConditionTimer::Pause() { if (!_paused) { _paused = true; _remaining = _duration.TimeRemaining(); } } void MacroConditionTimer::Continue() { if (_paused) { _paused = false; _duration.SetTimeRemaining(_remaining); } } void MacroConditionTimer::Reset() { _remaining = _duration.seconds; _duration.Reset(); if (_type == TimerType::RANDOM) { SetRandomTimeRemaining(); } } static inline void populateTimerTypeSelection(QComboBox *list) { for (auto entry : timerTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionTimerEdit::MacroConditionTimerEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _timerTypes = new QComboBox(); _duration = new DurationSelection(); _duration2 = new DurationSelection(); _autoReset = new QCheckBox(); _saveRemaining = new QCheckBox(); _pauseConinue = new QPushButton( obs_module_text("AdvSceneSwitcher.condition.timer.pause")); _reset = new QPushButton( obs_module_text("AdvSceneSwitcher.condition.timer.reset")); _remaining = new QLabel(); populateTimerTypeSelection(_timerTypes); QWidget::connect(_timerTypes, SIGNAL(currentIndexChanged(int)), this, SLOT(TimerTypeChanged(int))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(_duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QWidget::connect(_duration2, SIGNAL(DurationChanged(double)), this, SLOT(Duration2Changed(double))); QWidget::connect(_duration2, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(Duration2UnitChanged(DurationUnit))); QWidget::connect(_pauseConinue, SIGNAL(clicked()), this, SLOT(PauseContinueClicked())); QWidget::connect(_reset, SIGNAL(clicked()), this, SLOT(ResetClicked())); QWidget::connect(_autoReset, SIGNAL(stateChanged(int)), this, SLOT(AutoResetChanged(int))); QWidget::connect(_saveRemaining, SIGNAL(stateChanged(int)), this, SLOT(SaveRemainingChanged(int))); _timerLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{type}}", _timerTypes}, {"{{duration}}", _duration}, {"{{duration2}}", _duration2}, {"{{autoReset}}", _autoReset}, {"{{remaining}}", _remaining}, {"{{pauseContinue}}", _pauseConinue}, {"{{reset}}", _reset}, {"{{saveRemaining}}", _saveRemaining}, }; placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.timer.entry.line1.fixed"), _timerLayout, widgetPlaceholders); auto line2Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.timer.entry.line2"), line2Layout, widgetPlaceholders); auto line3Layout = new QHBoxLayout; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.timer.entry.line3"), line3Layout, widgetPlaceholders); auto *mainLayout = new QVBoxLayout; mainLayout->addLayout(_timerLayout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; connect(&timer, SIGNAL(timeout()), this, SLOT(UpdateTimeRemaining())); timer.start(1000); } void MacroConditionTimerEdit::TimerTypeChanged(int type) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_type = static_cast(type); SetWidgetVisibility(); } void MacroConditionTimerEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroConditionTimerEdit::DurationUnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.displayUnit = unit; } void MacroConditionTimerEdit::Duration2Changed(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration2.seconds = seconds; } void MacroConditionTimerEdit::Duration2UnitChanged(DurationUnit unit) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration2.displayUnit = unit; } void MacroConditionTimerEdit::SaveRemainingChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_saveRemaining = state; } void MacroConditionTimerEdit::AutoResetChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_oneshot = !state; } void MacroConditionTimerEdit::PauseContinueClicked() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); if (_entryData->_paused) { timer.start(1000); _entryData->Continue(); } else { _entryData->Pause(); timer.stop(); } SetPauseContinueButtonLabel(); } void MacroConditionTimerEdit::ResetClicked() { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->Reset(); } void MacroConditionTimerEdit::UpdateTimeRemaining() { if (!_entryData) { _remaining->setText("-"); return; } if (_entryData->_paused) { _remaining->setText(QString::number(_entryData->_remaining)); } else { _remaining->setText( QString::number(_entryData->_duration.TimeRemaining())); } } void MacroConditionTimerEdit::SetPauseContinueButtonLabel() { if (!_entryData) { return; } if (_entryData->_paused) { _pauseConinue->setText(obs_module_text( "AdvSceneSwitcher.condition.timer.continue")); } else { _pauseConinue->setText(obs_module_text( "AdvSceneSwitcher.condition.timer.pause")); } } void MacroConditionTimerEdit::UpdateEntryData() { if (!_entryData) { return; } _timerTypes->setCurrentIndex(static_cast(_entryData->_type)); _duration->SetDuration(_entryData->_duration); _duration2->SetDuration(_entryData->_duration2); _autoReset->setChecked(!_entryData->_oneshot); _saveRemaining->setChecked(_entryData->_saveRemaining); SetPauseContinueButtonLabel(); SetWidgetVisibility(); } void MacroConditionTimerEdit::SetWidgetVisibility() { if (!_entryData) { return; } _timerLayout->removeWidget(_timerTypes); _timerLayout->removeWidget(_duration); _timerLayout->removeWidget(_duration2); clearLayout(_timerLayout); std::unordered_map widgetPlaceholders = { {"{{type}}", _timerTypes}, {"{{duration}}", _duration}, {"{{duration2}}", _duration2}, }; if (_entryData->_type == TimerType::RANDOM) { placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.timer.entry.line1.random"), _timerLayout, widgetPlaceholders); _duration2->show(); } else { placeWidgets( obs_module_text( "AdvSceneSwitcher.condition.timer.entry.line1.fixed"), _timerLayout, widgetPlaceholders); _duration2->hide(); } } SceneSwitcher-1.17.2/src/macro-condition-transition.cpp000066400000000000000000000226541417525156400231430ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-transition.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionTransition::id = "transition"; bool MacroConditionTransition::_registered = MacroConditionFactory::Register( MacroConditionTransition::id, {MacroConditionTransition::Create, MacroConditionTransitionEdit::Create, "AdvSceneSwitcher.condition.transition"}); static std::map filterConditionTypes = { {TransitionCondition::CURRENT, "AdvSceneSwitcher.condition.transition.type.current"}, {TransitionCondition::DURATION, "AdvSceneSwitcher.condition.transition.type.duration"}, {TransitionCondition::STARTED, "AdvSceneSwitcher.condition.transition.type.started"}, {TransitionCondition::ENDED, "AdvSceneSwitcher.condition.transition.type.ended"}, {TransitionCondition::TRANSITION_SOURCE, "AdvSceneSwitcher.condition.transition.type.transitionSource"}, {TransitionCondition::TRANSITION_TARGET, "AdvSceneSwitcher.condition.transition.type.transitionTarget"}, }; bool isCurrentTransition(OBSWeakSource &t) { bool match; auto tSource = obs_frontend_get_current_transition(); auto tWeakSource = obs_source_get_weak_source(tSource); match = t == tWeakSource; obs_weak_source_release(tWeakSource); obs_source_release(tSource); return match; } // Relies on the fact that switcher->currentScene will only be updated on event // OBS_FRONTEND_EVENT_SCENE_CHANGED but obs_frontend_get_current_scene() will // already return the scene to be transitioned to. bool anySceneTransitionStarted() { bool ret; auto currentSceneSrouce = obs_frontend_get_current_scene(); auto currentScene = obs_source_get_weak_source(currentSceneSrouce); ret = switcher->currentScene != currentScene; obs_weak_source_release(currentScene); obs_source_release(currentSceneSrouce); return ret; } bool isTargetScene(OBSWeakSource &target) { auto source = obs_frontend_get_current_scene(); auto targetScene = obs_source_get_weak_source(source); bool ret = target == targetScene; obs_weak_source_release(targetScene); obs_source_release(source); return ret; } bool MacroConditionTransition::CheckCondition() { bool anyTransitionEnded = _lastTransitionEndTime != switcher->lastTransitionEndTime; bool anyTransitionStarted = anySceneTransitionStarted(); bool transitionStarted = false; bool transitionEnded = false; if (_transition.GetType() == TransitionSelectionType::ANY) { transitionStarted = anyTransitionStarted; transitionEnded = anyTransitionEnded; } else { transitionStarted = _started; transitionEnded = _ended; } bool ret = false; switch (_condition) { case TransitionCondition::CURRENT: { auto transition = _transition.GetTransition(); ret = isCurrentTransition(transition); break; } case TransitionCondition::DURATION: ret = _duration.seconds * 1000 == obs_frontend_get_transition_duration(); break; case TransitionCondition::STARTED: ret = transitionStarted; break; case TransitionCondition::ENDED: ret = transitionEnded; break; case TransitionCondition::TRANSITION_SOURCE: ret = anyTransitionStarted && _scene.GetScene() == switcher->currentScene; break; case TransitionCondition::TRANSITION_TARGET: { auto scene = _scene.GetScene(); ret = anyTransitionStarted && isTargetScene(scene); break; } default: break; } // Reset for next interval if (_started) { _started = false; } if (_ended) { _ended = false; } if (anyTransitionEnded) { _lastTransitionEndTime = switcher->lastTransitionEndTime; } return ret; } void MacroConditionTransition::ConnectToTransitionSignals() { auto source = obs_weak_source_get_source(_transition.GetTransition()); auto sh = obs_source_get_signal_handler(source); signal_handler_connect(sh, "transition_start", TransitionStarted, this); signal_handler_connect(sh, "transition_stop", TransitionEnded, this); obs_source_release(source); } void MacroConditionTransition::DisconnectTransitionSignals() { auto source = obs_weak_source_get_source(_transition.GetTransition()); auto sh = obs_source_get_signal_handler(source); signal_handler_disconnect(sh, "transition_start", TransitionStarted, this); signal_handler_disconnect(sh, "transition_stop", TransitionEnded, this); obs_source_release(source); } void MacroConditionTransition::TransitionStarted(void *data, calldata_t *) { auto *transitionCond = static_cast(data); transitionCond->_started = true; } void MacroConditionTransition::TransitionEnded(void *data, calldata_t *) { auto *transitionCond = static_cast(data); transitionCond->_ended = true; } bool MacroConditionTransition::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "condition", static_cast(_condition)); _transition.Save(obj); _scene.Save(obj); _duration.Save(obj); return true; } bool MacroConditionTransition::Load(obs_data_t *obj) { MacroCondition::Load(obj); _condition = static_cast( obs_data_get_int(obj, "condition")); _transition.Load(obj); _scene.Load(obj); _duration.Load(obj); ConnectToTransitionSignals(); return true; } std::string MacroConditionTransition::GetShortDesc() { if (_condition == TransitionCondition::CURRENT || _condition == TransitionCondition::DURATION || _condition == TransitionCondition::STARTED || _condition == TransitionCondition::ENDED) { return _transition.ToString(); } return ""; } static inline void populateConditionSelection(QComboBox *list) { for (auto entry : filterConditionTypes) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionTransitionEdit::MacroConditionTransitionEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _conditions = new QComboBox(); _transitions = new TransitionSelectionWidget(this, true, true); _scenes = new SceneSelectionWidget(this, false, true, true); _duration = new DurationSelection(this, false); _durationSuffix = new QLabel(obs_module_text( "AdvSceneSwitcher.condition.transition.durationSuffix")); populateConditionSelection(_conditions); QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(_transitions, SIGNAL(TransitionChanged(const TransitionSelection &)), this, SLOT(TransitionChanged(const TransitionSelection &))); QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)), this, SLOT(SceneChanged(const SceneSelection &))); QWidget::connect(_duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{conditions}}", _conditions}, {"{{transitions}}", _transitions}, {"{{scenes}}", _scenes}, {"{{duration}}", _duration}, {"{{durationSuffix}}", _durationSuffix}, }; placeWidgets( obs_module_text("AdvSceneSwitcher.condition.transition.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionTransitionEdit::ConditionChanged(int index) { if (_loading || !_entryData) { return; } { std::lock_guard lock(switcher->m); _entryData->_condition = static_cast(index); } SetWidgetVisibility(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionTransitionEdit::TransitionChanged( const TransitionSelection &t) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->DisconnectTransitionSignals(); _entryData->_transition = t; _entryData->ConnectToTransitionSignals(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionTransitionEdit::SceneChanged(const SceneSelection &s) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_scene = s; } void MacroConditionTransitionEdit::DurationChanged(double seconds) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_duration.seconds = seconds; } void MacroConditionTransitionEdit::SetWidgetVisibility() { if (!_entryData) { return; } _transitions->setVisible( _entryData->_condition == TransitionCondition::CURRENT || _entryData->_condition == TransitionCondition::STARTED || _entryData->_condition == TransitionCondition::ENDED); _scenes->setVisible(_entryData->_condition == TransitionCondition::TRANSITION_SOURCE || _entryData->_condition == TransitionCondition::TRANSITION_TARGET); _duration->setVisible(_entryData->_condition == TransitionCondition::DURATION); _durationSuffix->setVisible(_entryData->_condition == TransitionCondition::DURATION); bool addCurrent = _entryData->_condition == TransitionCondition::DURATION; bool addAny = _entryData->_condition == TransitionCondition::STARTED || _entryData->_condition == TransitionCondition::ENDED; _transitions->Repopulate(addCurrent, addAny); } void MacroConditionTransitionEdit::UpdateEntryData() { if (!_entryData) { return; } SetWidgetVisibility(); _conditions->setCurrentIndex(static_cast(_entryData->_condition)); _transitions->SetTransition(_entryData->_transition); _scenes->SetScene(_entryData->_scene); _duration->SetDuration(_entryData->_duration); } SceneSwitcher-1.17.2/src/macro-condition-virtual-cam.cpp000066400000000000000000000046471417525156400231770ustar00rootroot00000000000000#ifdef VCAM_SUPPORTED #include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-virtual-cam.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" const std::string MacroConditionVCam::id = "virtual_cam"; bool MacroConditionVCam::_registered = MacroConditionFactory::Register( MacroConditionVCam::id, {MacroConditionVCam::Create, MacroConditionVCamEdit::Create, "AdvSceneSwitcher.condition.virtualCamera"}); static std::map VCamStates = { {VCamState::STOP, "AdvSceneSwitcher.condition.virtualCamera.state.stop"}, {VCamState::START, "AdvSceneSwitcher.condition.virtualCamera.state.start"}, }; bool MacroConditionVCam::CheckCondition() { bool stateMatch = false; switch (_state) { case VCamState::STOP: stateMatch = !obs_frontend_virtualcam_active(); break; case VCamState::START: stateMatch = obs_frontend_virtualcam_active(); break; default: break; } return stateMatch; } bool MacroConditionVCam::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_int(obj, "state", static_cast(_state)); return true; } bool MacroConditionVCam::Load(obs_data_t *obj) { MacroCondition::Load(obj); _state = static_cast(obs_data_get_int(obj, "state")); return true; } static inline void populateStateSelection(QComboBox *list) { for (auto entry : VCamStates) { list->addItem(obs_module_text(entry.second.c_str())); } } MacroConditionVCamEdit::MacroConditionVCamEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _states = new QComboBox(); QWidget::connect(_states, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); populateStateSelection(_states); QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{states}}", _states}, }; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.virtualCamera.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionVCamEdit::StateChanged(int value) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_state = static_cast(value); } void MacroConditionVCamEdit::UpdateEntryData() { if (!_entryData) { return; } _states->setCurrentIndex(static_cast(_entryData->_state)); } #endif SceneSwitcher-1.17.2/src/macro-condition-window.cpp000066400000000000000000000135041417525156400222520ustar00rootroot00000000000000#include "headers/macro-condition-edit.hpp" #include "headers/macro-condition-window.hpp" #include "headers/utility.hpp" #include "headers/advanced-scene-switcher.hpp" #include const std::string MacroConditionWindow::id = "window"; bool MacroConditionWindow::_registered = MacroConditionFactory::Register( MacroConditionWindow::id, {MacroConditionWindow::Create, MacroConditionWindowEdit::Create, "AdvSceneSwitcher.condition.window"}); bool MacroConditionWindow::CheckWindowTitleSwitchDirect( std::string ¤tWindowTitle) { bool focus = (!_focus || _window == currentWindowTitle); bool fullscreen = (!_fullscreen || isFullscreen(_window)); bool max = (!_maximized || isMaximized(_window)); return focus && fullscreen && max; } bool MacroConditionWindow::CheckWindowTitleSwitchRegex( std::string ¤tWindowTitle, std::vector &windowList) { bool match = false; for (auto &window : windowList) { try { std::regex expr(_window); if (!std::regex_match(window, expr)) { continue; } } catch (const std::regex_error &) { } bool focus = (!_focus || window == currentWindowTitle); bool fullscreen = (!_fullscreen || isFullscreen(window)); bool max = (!_maximized || isMaximized(window)); if (focus && fullscreen && max) { match = true; break; } } return match; } bool foregroundWindowChanged() { return switcher->currentTitle != switcher->lastTitle; } bool MacroConditionWindow::CheckCondition() { std::string currentWindowTitle = switcher->currentTitle; std::vector windowList; GetWindowList(windowList); bool match = false; if (std::find(windowList.begin(), windowList.end(), _window) != windowList.end()) { match = CheckWindowTitleSwitchDirect(currentWindowTitle); } else { match = CheckWindowTitleSwitchRegex(currentWindowTitle, windowList); } match = match && (!_windowFocusChanged || foregroundWindowChanged()); return match; } bool MacroConditionWindow::Save(obs_data_t *obj) { MacroCondition::Save(obj); obs_data_set_string(obj, "window", _window.c_str()); obs_data_set_bool(obj, "fullscreen", _fullscreen); obs_data_set_bool(obj, "maximized", _maximized); obs_data_set_bool(obj, "focus", _focus); obs_data_set_bool(obj, "windowFocusChanged", _windowFocusChanged); return true; } bool MacroConditionWindow::Load(obs_data_t *obj) { MacroCondition::Load(obj); _window = obs_data_get_string(obj, "window"); _fullscreen = obs_data_get_bool(obj, "fullscreen"); _maximized = obs_data_get_bool(obj, "maximized"); _focus = obs_data_get_bool(obj, "focus"); _windowFocusChanged = obs_data_get_bool(obj, "windowFocusChanged"); return true; } std::string MacroConditionWindow::GetShortDesc() { return _window; } MacroConditionWindowEdit::MacroConditionWindowEdit( QWidget *parent, std::shared_ptr entryData) : QWidget(parent) { _windowSelection = new QComboBox(); _windowSelection->setEditable(true); _windowSelection->setMaxVisibleItems(20); _fullscreen = new QCheckBox(); _maximized = new QCheckBox(); _focused = new QCheckBox(); _windowFocusChanged = new QCheckBox(); QWidget::connect(_windowSelection, SIGNAL(currentTextChanged(const QString &)), this, SLOT(WindowChanged(const QString &))); QWidget::connect(_fullscreen, SIGNAL(stateChanged(int)), this, SLOT(FullscreenChanged(int))); QWidget::connect(_maximized, SIGNAL(stateChanged(int)), this, SLOT(MaximizedChanged(int))); QWidget::connect(_focused, SIGNAL(stateChanged(int)), this, SLOT(FocusedChanged(int))); QWidget::connect(_windowFocusChanged, SIGNAL(stateChanged(int)), this, SLOT(WindowFocusChanged(int))); populateWindowSelection(_windowSelection); std::unordered_map widgetPlaceholders = { {"{{windows}}", _windowSelection}, {"{{fullscreen}}", _fullscreen}, {"{{maximized}}", _maximized}, {"{{focused}}", _focused}, {"{{windowFocusChanged}}", _windowFocusChanged}, }; QVBoxLayout *mainLayout = new QVBoxLayout; QHBoxLayout *line1Layout = new QHBoxLayout; QHBoxLayout *line2Layout = new QHBoxLayout; placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.window.entry.line1"), line1Layout, widgetPlaceholders); placeWidgets(obs_module_text( "AdvSceneSwitcher.condition.window.entry.line2"), line2Layout, widgetPlaceholders); mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); setLayout(mainLayout); _entryData = entryData; UpdateEntryData(); _loading = false; } void MacroConditionWindowEdit::WindowChanged(const QString &text) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_window = text.toStdString(); emit HeaderInfoChanged( QString::fromStdString(_entryData->GetShortDesc())); } void MacroConditionWindowEdit::FullscreenChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_fullscreen = state; } void MacroConditionWindowEdit::MaximizedChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_maximized = state; } void MacroConditionWindowEdit::FocusedChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_focus = state; } void MacroConditionWindowEdit::WindowFocusChanged(int state) { if (_loading || !_entryData) { return; } std::lock_guard lock(switcher->m); _entryData->_windowFocusChanged = state; } void MacroConditionWindowEdit::UpdateEntryData() { if (!_entryData) { return; } _windowSelection->setCurrentText(_entryData->_window.c_str()); _fullscreen->setChecked(_entryData->_fullscreen); _maximized->setChecked(_entryData->_maximized); _focused->setChecked(_entryData->_focus); _windowFocusChanged->setChecked(_entryData->_windowFocusChanged); } SceneSwitcher-1.17.2/src/macro-controls.cpp000066400000000000000000000041651417525156400206250ustar00rootroot00000000000000#include "headers/macro-controls.hpp" MacroEntryControls::MacroEntryControls(const int animationDuration, QWidget *parent) : QWidget(parent) { _add = new QPushButton(this); _add->setMaximumSize(QSize(22, 22)); _add->setProperty("themeID", QVariant(QString::fromUtf8("addIconSmall"))); _add->setFlat(true); _remove = new QPushButton(this); _remove->setMaximumSize(QSize(22, 22)); _remove->setProperty("themeID", QVariant(QString::fromUtf8("removeIconSmall"))); _remove->setFlat(true); _up = new QPushButton(this); _up->setMaximumSize(QSize(22, 22)); _up->setProperty("themeID", QVariant(QString::fromUtf8("upArrowIconSmall"))); _up->setFlat(true); _down = new QPushButton(this); _down->setMaximumSize(QSize(22, 22)); _down->setProperty("themeID", QVariant(QString::fromUtf8("downArrowIconSmall"))); _down->setFlat(true); auto line = new QFrame(this); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); line->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum); auto mainLayout = new QHBoxLayout(this); mainLayout->addWidget(_add); mainLayout->addWidget(_remove); auto *separator = new QFrame(this); separator->setFrameShape(QFrame::VLine); separator->setFrameShadow(QFrame::Sunken); mainLayout->addWidget(separator); mainLayout->addWidget(_up); mainLayout->addWidget(_down); mainLayout->addWidget(line); mainLayout->setContentsMargins(0, 0, 0, 0); _animation = new QPropertyAnimation(this, "maximumHeight"); _animation->setDuration(animationDuration); _animation->setStartValue(0); _animation->setEndValue(mainLayout->sizeHint().height()); setMaximumHeight(0); setLayout(mainLayout); connect(_add, &QPushButton::clicked, this, &MacroEntryControls::Add); connect(_remove, &QPushButton::clicked, this, &MacroEntryControls::Remove); connect(_up, &QPushButton::clicked, this, &MacroEntryControls::Up); connect(_down, &QPushButton::clicked, this, &MacroEntryControls::Down); } void MacroEntryControls::Show(bool visible) { _animation->setDirection(visible ? QAbstractAnimation::Forward : QAbstractAnimation::Backward); _animation->start(); } SceneSwitcher-1.17.2/src/macro-segment.cpp000066400000000000000000000071241417525156400204220ustar00rootroot00000000000000#include "headers/macro-segment.hpp" #include "headers/macro-controls.hpp" #include "headers/section.hpp" #include #include #include #include bool MacroSegment::Save(obs_data_t *obj) { obs_data_set_bool(obj, "collapsed", static_cast(_collapsed)); return true; } bool MacroSegment::Load(obs_data_t *obj) { _collapsed = obs_data_get_bool(obj, "collapsed"); return true; } std::string MacroSegment::GetShortDesc() { return ""; } MouseWheelWidgetAdjustmentGuard::MouseWheelWidgetAdjustmentGuard(QObject *parent) : QObject(parent) { } bool MouseWheelWidgetAdjustmentGuard::eventFilter(QObject *o, QEvent *e) { const QWidget *widget = static_cast(o); if (e->type() == QEvent::Wheel && widget && !widget->hasFocus()) { e->ignore(); return true; } return QObject::eventFilter(o, e); } MacroSegmentEdit::MacroSegmentEdit(QWidget *parent) : QWidget(parent) { _section = new Section(300); _headerInfo = new QLabel(); _controls = new MacroEntryControls(); QWidget::connect(_section, &Section::Collapsed, this, &MacroSegmentEdit::Collapsed); // Macro signals QWidget::connect(parent, SIGNAL(MacroAdded(const QString &)), this, SIGNAL(MacroAdded(const QString &))); QWidget::connect(parent, SIGNAL(MacroRemoved(const QString &)), this, SIGNAL(MacroRemoved(const QString &))); QWidget::connect(parent, SIGNAL(MacroRenamed(const QString &, const QString)), this, SIGNAL(MacroRenamed(const QString &, const QString))); // Scene group signals QWidget::connect(parent, SIGNAL(SceneGroupAdded(const QString &)), this, SIGNAL(SceneGroupAdded(const QString &))); QWidget::connect(parent, SIGNAL(SceneGroupRemoved(const QString &)), this, SIGNAL(SceneGroupRemoved(const QString &))); QWidget::connect( parent, SIGNAL(SceneGroupRenamed(const QString &, const QString)), this, SIGNAL(SceneGroupRenamed(const QString &, const QString))); // Control signals QWidget::connect(_controls, &MacroEntryControls::Add, this, &MacroSegmentEdit::Add); QWidget::connect(_controls, &MacroEntryControls::Remove, this, &MacroSegmentEdit::Remove); QWidget::connect(_controls, &MacroEntryControls::Up, this, &MacroSegmentEdit::Up); QWidget::connect(_controls, &MacroEntryControls::Down, this, &MacroSegmentEdit::Down); } void MacroSegmentEdit::HeaderInfoChanged(const QString &text) { _headerInfo->setVisible(!text.isEmpty()); _headerInfo->setText(text); } void MacroSegmentEdit::Add() { if (Data()) { // Insert after current entry emit AddAt(Data()->GetIndex() + 1); } } void MacroSegmentEdit::Remove() { if (Data()) { emit RemoveAt(Data()->GetIndex()); } } void MacroSegmentEdit::Up() { if (Data()) { emit UpAt(Data()->GetIndex()); } } void MacroSegmentEdit::Down() { if (Data()) { emit DownAt(Data()->GetIndex()); } } void MacroSegmentEdit::Collapsed(bool collapsed) { if (Data()) { Data()->SetCollapsed(collapsed); } } void MacroSegmentEdit::enterEvent(QEvent *) { _controls->Show(true); } void MacroSegmentEdit::leaveEvent(QEvent *) { _controls->Show(false); } void MacroSegmentEdit::SetFocusPolicyOfWidgets() { QList widgets = this->findChildren(); for (auto w : widgets) { w->setFocusPolicy(Qt::StrongFocus); // Ignore QScrollBar as there is no danger of accidentally modifying anything // and long expanded QComboBox would be difficult to interact with otherwise. if (qobject_cast(w)) { continue; } w->installEventFilter(new MouseWheelWidgetAdjustmentGuard(w)); } } void MacroSegmentEdit::SetCollapsed(bool collapsed) { _section->SetCollapsed(collapsed); } SceneSwitcher-1.17.2/src/macro-selection.cpp000066400000000000000000000070611417525156400207450ustar00rootroot00000000000000#include "headers/macro-selection.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include #include MacroSelection::MacroSelection(QWidget *parent) : QComboBox(parent) { addItem(obs_module_text("AdvSceneSwitcher.selectMacro")); QStandardItemModel *model = qobject_cast(this->model()); QModelIndex firstIndex = model->index(0, modelColumn(), rootModelIndex()); QStandardItem *firstItem = model->itemFromIndex(firstIndex); firstItem->setSelectable(false); firstItem->setEnabled(false); for (auto &m : switcher->macros) { addItem(QString::fromStdString(m->Name())); } QWidget::connect(parent, SIGNAL(MacroAdded(const QString &)), this, SLOT(MacroAdd(const QString &))); QWidget::connect(parent, SIGNAL(MacroRemoved(const QString &)), this, SLOT(MacroRemove(const QString &))); QWidget::connect(parent, SIGNAL(MacroRenamed(const QString &, const QString &)), this, SLOT(MacroRename(const QString &, const QString &))); } void MacroSelection::MacroAdd(const QString &name) { addItem(name); } void MacroSelection::SetCurrentMacro(Macro *m) { if (!m) { this->setCurrentIndex(0); } else { this->setCurrentText(QString::fromStdString(m->Name())); } } void MacroSelection::HideSelectedMacro() { auto ssWindow = static_cast(window()); if (!ssWindow) { return; } int idx = ssWindow->ui->macros->currentRow(); if (idx == -1) { return; } // +1 for "select macro" entry qobject_cast(view())->setRowHidden(idx + 1, true); } void MacroSelection::ShowAllMacros() { auto v = qobject_cast(view()); for (int i = count(); i > 0; i--) { v->setRowHidden(i, false); } } void MacroSelection::MacroRemove(const QString &name) { int idx = findText(name); if (idx == -1) { return; } removeItem(idx); setCurrentIndex(0); } void MacroSelection::MacroRename(const QString &oldName, const QString &newName) { bool renameSelected = currentText() == oldName; int idx = findText(oldName); if (idx == -1) { return; } removeItem(idx); insertItem(idx, newName); if (renameSelected) { setCurrentIndex(findText(newName)); } } MacroSelectionDialog::MacroSelectionDialog(QWidget *) { setModal(true); setWindowModality(Qt::WindowModality::ApplicationModal); setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); setMinimumWidth(350); setMinimumHeight(70); QDialogButtonBox *buttonbox = new QDialogButtonBox( QDialogButtonBox::Ok | QDialogButtonBox::Cancel); buttonbox->setCenterButtons(true); connect(buttonbox, &QDialogButtonBox::accepted, this, &QDialog::accept); connect(buttonbox, &QDialogButtonBox::rejected, this, &QDialog::reject); _macroSelection = new MacroSelection(window()); auto *selectionLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{macroSelection}}", _macroSelection}, }; placeWidgets(obs_module_text("AdvSceneSwitcher.askForMacro"), selectionLayout, widgetPlaceholders); auto *layout = new QVBoxLayout(); layout->addLayout(selectionLayout); layout->addWidget(buttonbox); setLayout(layout); } bool MacroSelectionDialog::AskForMacro(QWidget *parent, std::string ¯oName) { MacroSelectionDialog dialog(parent); dialog.setWindowTitle(obs_module_text("AdvSceneSwitcher.windowTitle")); if (dialog.exec() != DialogCode::Accepted) { return false; } macroName = dialog._macroSelection->currentText().toUtf8().constData(); if (macroName == obs_module_text("AdvSceneSwitcher.selectMacro")) { return false; } return true; } SceneSwitcher-1.17.2/src/macro-tab.cpp000066400000000000000000000305131417525156400175240ustar00rootroot00000000000000#include "headers/macro.hpp" #include "headers/macro-action-edit.hpp" #include "headers/macro-condition-edit.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/name-dialog.hpp" #include "headers/utility.hpp" #include #include static QMetaObject::Connection addPulse; bool macroNameExists(std::string name) { return !!GetMacroByName(name.c_str()); } bool AdvSceneSwitcher::addNewMacro(std::string &name) { QString format{ obs_module_text("AdvSceneSwitcher.macroTab.defaultname")}; int i = 1; QString placeHolderText = format.arg(i); while ((macroNameExists(placeHolderText.toUtf8().constData()))) { placeHolderText = format.arg(++i); } bool accepted = AdvSSNameDialog::AskForName( this, obs_module_text("AdvSceneSwitcher.macroTab.add"), obs_module_text("AdvSceneSwitcher.macroTab.name"), name, placeHolderText); if (!accepted) { return false; } if (name.empty()) { return false; } if (macroNameExists(name)) { DisplayMessage( obs_module_text("AdvSceneSwitcher.macroTab.exists")); return false; } { std::lock_guard lock(switcher->m); switcher->macros.emplace_back(std::make_shared(name)); } return true; } void AdvSceneSwitcher::on_macroAdd_clicked() { std::string name; if (!addNewMacro(name)) { return; } QString text = QString::fromStdString(name); QListWidgetItem *item = new QListWidgetItem(text, ui->macros); item->setData(Qt::UserRole, text); item->setFlags(item->flags() | Qt::ItemIsUserCheckable); item->setCheckState(Qt::Checked); ui->macros->setCurrentItem(item); ui->macroAdd->disconnect(addPulse); ui->macroHelp->setVisible(false); emit MacroAdded(QString::fromStdString(name)); } void AdvSceneSwitcher::on_macroRemove_clicked() { QListWidgetItem *item = ui->macros->currentItem(); if (!item) { return; } QString name; { std::lock_guard lock(switcher->m); switcher->abortMacroWait = true; switcher->macroWaitCv.notify_all(); int idx = ui->macros->currentRow(); QString::fromStdString(switcher->macros[idx]->Name()); switcher->macros.erase(switcher->macros.begin() + idx); for (auto &m : switcher->macros) { m->ResolveMacroRef(); } } delete item; if (ui->macros->count() == 0) { ui->macroHelp->setVisible(true); } emit MacroRemoved(name); } void AdvSceneSwitcher::on_macroUp_clicked() { std::lock_guard lock(switcher->m); int index = ui->macros->currentRow(); if (index != -1 && index != 0) { ui->macros->insertItem(index - 1, ui->macros->takeItem(index)); ui->macros->setCurrentRow(index - 1); iter_swap(switcher->macros.begin() + index, switcher->macros.begin() + index - 1); for (auto &m : switcher->macros) { m->ResolveMacroRef(); } } } void AdvSceneSwitcher::on_macroDown_clicked() { std::lock_guard lock(switcher->m); int index = ui->macros->currentRow(); if (index != -1 && index != ui->macros->count() - 1) { ui->macros->insertItem(index + 1, ui->macros->takeItem(index)); ui->macros->setCurrentRow(index + 1); iter_swap(switcher->macros.begin() + index, switcher->macros.begin() + index + 1); for (auto &m : switcher->macros) { m->ResolveMacroRef(); } } } void AdvSceneSwitcher::on_macroName_editingFinished() { bool nameValid = true; Macro *macro = getSelectedMacro(); if (!macro) { return; } QString newName = ui->macroName->text(); QString oldName = QString::fromStdString(macro->Name()); if (newName.isEmpty() || newName == oldName) { nameValid = false; } if (nameValid && macroNameExists(newName.toUtf8().constData())) { DisplayMessage( obs_module_text("AdvSceneSwitcher.macroTab.exists")); nameValid = false; } { std::lock_guard lock(switcher->m); if (nameValid) { macro->SetName(newName.toUtf8().constData()); QListWidgetItem *item = ui->macros->currentItem(); // Don't trigger itemChanged() // pause state remains as is ui->macros->blockSignals(true); item->setText(newName); ui->macros->blockSignals(false); } else { ui->macroName->setText(oldName); } } emit MacroRenamed(oldName, newName); } void AdvSceneSwitcher::on_runMacro_clicked() { Macro *macro = getSelectedMacro(); if (!macro) { return; } bool ret = macro->PerformAction(true, true); if (!ret) { QString err = obs_module_text("AdvSceneSwitcher.macroTab.runFail"); DisplayMessage(err.arg(QString::fromStdString(macro->Name()))); } } void AdvSceneSwitcher::on_runMacroInParallel_stateChanged(int value) { Macro *macro = getSelectedMacro(); if (!macro) { return; } std::lock_guard lock(switcher->m); macro->SetRunInParallel(value); } void AdvSceneSwitcher::on_runMacroOnChange_stateChanged(int value) { Macro *macro = getSelectedMacro(); if (!macro) { return; } std::lock_guard lock(switcher->m); macro->SetMatchOnChange(value); } void AdvSceneSwitcher::PopulateMacroActions(Macro &m, uint32_t afterIdx) { auto &actions = m.Actions(); for (; afterIdx < actions.size(); afterIdx++) { auto newEntry = new MacroActionEdit(this, &actions[afterIdx], actions[afterIdx]->GetId()); ConnectControlSignals(newEntry); ui->macroEditActionLayout->addWidget(newEntry); ui->macroEditActionHelp->setVisible(false); } ui->macroEditActionHelp->setVisible(actions.size() == 0); } void AdvSceneSwitcher::PopulateMacroConditions(Macro &m, uint32_t afterIdx) { bool root = afterIdx == 0; auto &conditions = m.Conditions(); for (; afterIdx < conditions.size(); afterIdx++) { auto newEntry = new MacroConditionEdit( this, &conditions[afterIdx], conditions[afterIdx]->GetId(), root); ConnectControlSignals(newEntry); ui->macroEditConditionLayout->addWidget(newEntry); ui->macroEditConditionHelp->setVisible(false); root = false; } ui->macroEditConditionHelp->setVisible(conditions.size() == 0); } void AdvSceneSwitcher::SetEditMacro(Macro &m) { { const QSignalBlocker b1(ui->macroName); const QSignalBlocker b2(ui->runMacroInParallel); const QSignalBlocker b3(ui->runMacroOnChange); ui->macroName->setText(m.Name().c_str()); ui->runMacroInParallel->setChecked(m.RunInParallel()); ui->runMacroOnChange->setChecked(m.MatchOnChange()); } clearLayout(ui->macroEditConditionLayout); clearLayout(ui->macroEditActionLayout); PopulateMacroConditions(m); PopulateMacroActions(m); ui->macroEdit->setDisabled(false); } void AdvSceneSwitcher::HighlightAction(int idx) { auto item = ui->macroEditActionLayout->itemAt(idx); if (!item) { return; } auto widget = item->widget(); if (!widget) { return; } PulseWidget(widget, QColor(Qt::green), QColor(0, 0, 0, 0), "QLabel ", true); } void AdvSceneSwitcher::HighlightCondition(int idx) { auto item = ui->macroEditConditionLayout->itemAt(idx); if (!item) { return; } auto widget = item->widget(); if (!widget) { return; } PulseWidget(widget, QColor(Qt::green), QColor(0, 0, 0, 0), "QLabel ", true); } void AdvSceneSwitcher::ConnectControlSignals(MacroActionEdit *c) { connect(c, &MacroActionEdit::AddAt, this, &AdvSceneSwitcher::AddMacroAction); connect(c, &MacroActionEdit::RemoveAt, this, &AdvSceneSwitcher::RemoveMacroAction); connect(c, &MacroActionEdit::UpAt, this, &AdvSceneSwitcher::MoveMacroActionUp); connect(c, &MacroActionEdit::DownAt, this, &AdvSceneSwitcher::MoveMacroActionDown); } void AdvSceneSwitcher::ConnectControlSignals(MacroConditionEdit *c) { connect(c, &MacroConditionEdit::AddAt, this, &AdvSceneSwitcher::AddMacroCondition); connect(c, &MacroConditionEdit::RemoveAt, this, &AdvSceneSwitcher::RemoveMacroCondition); connect(c, &MacroConditionEdit::UpAt, this, &AdvSceneSwitcher::MoveMacroConditionUp); connect(c, &MacroConditionEdit::DownAt, this, &AdvSceneSwitcher::MoveMacroConditionDown); } Macro *AdvSceneSwitcher::getSelectedMacro() { QListWidgetItem *item = ui->macros->currentItem(); if (!item) { return nullptr; } QString name = item->text(); return GetMacroByQString(name); } void AdvSceneSwitcher::on_macros_currentRowChanged(int idx) { if (loading) { return; } if (idx == -1) { ui->macroEdit->setDisabled(true); return; } QListWidgetItem *item = ui->macros->item(idx); QString macroName = item->text(); auto macro = GetMacroByQString(macroName); if (macro) { SetEditMacro(*macro); } } void AdvSceneSwitcher::on_macros_itemChanged(QListWidgetItem *item) { if (loading) { return; } std::lock_guard lock(switcher->m); QString name = item->text(); auto m = GetMacroByQString(name); if (m) { m->SetPaused(item->checkState() != Qt::Checked); } } void AdvSceneSwitcher::setupMacroTab() { for (auto &m : switcher->macros) { QString text = QString::fromStdString(m->Name()); QListWidgetItem *item = new QListWidgetItem(text, ui->macros); item->setData(Qt::UserRole, text); item->setFlags(item->flags() | Qt::ItemIsUserCheckable); if (m->Paused()) { item->setCheckState(Qt::Unchecked); } else { item->setCheckState(Qt::Checked); } } if (switcher->macros.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->macroAdd, QColor(Qt::green)); } ui->macroHelp->setVisible(true); } else { ui->macroHelp->setVisible(false); } ui->macros->setContextMenuPolicy(Qt::CustomContextMenu); connect(ui->macros, &QWidget::customContextMenuRequested, this, &AdvSceneSwitcher::ShowMacroContextMenu); ui->macroActions->setContextMenuPolicy(Qt::CustomContextMenu); connect(ui->macroActions, &QWidget::customContextMenuRequested, this, &AdvSceneSwitcher::ShowMacroActionsContextMenu); ui->macroConditions->setContextMenuPolicy(Qt::CustomContextMenu); connect(ui->macroConditions, &QWidget::customContextMenuRequested, this, &AdvSceneSwitcher::ShowMacroConditionsContextMenu); ui->macroEdit->setDisabled(true); ui->macroPriorityWarning->setVisible( switcher->functionNamesByPriority[0] != macro_func); } void AdvSceneSwitcher::ShowMacroContextMenu(const QPoint &pos) { QPoint globalPos = ui->macros->mapToGlobal(pos); QMenu myMenu; myMenu.addAction(obs_module_text("AdvSceneSwitcher.macroTab.copy"), this, &AdvSceneSwitcher::CopyMacro); myMenu.exec(globalPos); } void AdvSceneSwitcher::ShowMacroActionsContextMenu(const QPoint &pos) { QPoint globalPos = ui->macroActions->mapToGlobal(pos); QMenu myMenu; myMenu.addAction(obs_module_text("AdvSceneSwitcher.macroTab.expandAll"), this, &AdvSceneSwitcher::ExpandAllActions); myMenu.addAction( obs_module_text("AdvSceneSwitcher.macroTab.collapseAll"), this, &AdvSceneSwitcher::CollapseAllActions); myMenu.exec(globalPos); } void AdvSceneSwitcher::ShowMacroConditionsContextMenu(const QPoint &pos) { QPoint globalPos = ui->macroConditions->mapToGlobal(pos); QMenu myMenu; myMenu.addAction(obs_module_text("AdvSceneSwitcher.macroTab.expandAll"), this, &AdvSceneSwitcher::ExpandAllConditions); myMenu.addAction( obs_module_text("AdvSceneSwitcher.macroTab.collapseAll"), this, &AdvSceneSwitcher::CollapseAllConditions); myMenu.exec(globalPos); } void AdvSceneSwitcher::CopyMacro() { obs_data_t *data = obs_data_create(); getSelectedMacro()->Save(data); std::string name; if (!addNewMacro(name)) { obs_data_release(data); return; } switcher->macros.back()->Load(data); switcher->macros.back()->SetName(name); obs_data_release(data); QString text = QString::fromStdString(name); QListWidgetItem *item = new QListWidgetItem(text, ui->macros); item->setData(Qt::UserRole, text); item->setFlags(item->flags() | Qt::ItemIsUserCheckable); item->setCheckState(Qt::Checked); ui->macros->setCurrentItem(item); } void setCollapsedStateOfSegmentsIn(QLayout *layout, bool collapse) { QLayoutItem *item = nullptr; for (int i = 0; i < layout->count(); i++) { item = layout->itemAt(i); auto segment = dynamic_cast(item->widget()); if (segment) { segment->SetCollapsed(collapse); } } } void AdvSceneSwitcher::ExpandAllActions() { auto m = getSelectedMacro(); if (!m) { return; } setCollapsedStateOfSegmentsIn(ui->macroEditActionLayout, false); } void AdvSceneSwitcher::ExpandAllConditions() { auto m = getSelectedMacro(); if (!m) { return; } setCollapsedStateOfSegmentsIn(ui->macroEditConditionLayout, false); } void AdvSceneSwitcher::CollapseAllActions() { auto m = getSelectedMacro(); if (!m) { return; } setCollapsedStateOfSegmentsIn(ui->macroEditActionLayout, true); } void AdvSceneSwitcher::CollapseAllConditions() { auto m = getSelectedMacro(); if (!m) { return; } setCollapsedStateOfSegmentsIn(ui->macroEditConditionLayout, true); } SceneSwitcher-1.17.2/src/macro.cpp000066400000000000000000000363431417525156400167670ustar00rootroot00000000000000#include "headers/macro.hpp" #include "headers/macro-action-edit.hpp" #include "headers/macro-condition-edit.hpp" #include "headers/macro-action-scene-switch.hpp" #include "headers/advanced-scene-switcher.hpp" #include #undef max #include #include constexpr int perfLogThreshold = 300; const std::map MacroCondition::logicTypes = { {LogicType::NONE, {"AdvSceneSwitcher.logic.none"}}, {LogicType::AND, {"AdvSceneSwitcher.logic.and"}}, {LogicType::OR, {"AdvSceneSwitcher.logic.or"}}, {LogicType::AND_NOT, {"AdvSceneSwitcher.logic.andNot"}}, {LogicType::OR_NOT, {"AdvSceneSwitcher.logic.orNot"}}, {LogicType::ROOT_NONE, {"AdvSceneSwitcher.logic.rootNone"}}, {LogicType::ROOT_NOT, {"AdvSceneSwitcher.logic.not"}}, }; Macro::Macro(const std::string &name) { SetupHotkeys(); SetName(name); } Macro::~Macro() { _die = true; if (_thread.joinable()) { _thread.join(); } ClearHotkeys(); } bool Macro::CeckMatch() { _matched = false; for (auto &c : _conditions) { if (_paused) { vblog(LOG_INFO, "Macro %s is paused", _name.c_str()); return false; } auto startTime = std::chrono::high_resolution_clock::now(); bool cond = c->CheckCondition(); auto endTime = std::chrono::high_resolution_clock::now(); auto ms = std::chrono::duration_cast( endTime - startTime); if (ms.count() >= perfLogThreshold) { blog(LOG_WARNING, "spent %ld ms in %s condition check of macro '%s'!", ms.count(), c->GetId().c_str(), Name().c_str()); } if (!cond) { c->ResetDuration(); } cond = cond && c->DurationReached(); switch (c->GetLogicType()) { case LogicType::NONE: vblog(LOG_INFO, "ignoring condition check 'none' for '%s'", _name.c_str()); continue; break; case LogicType::AND: _matched = _matched && cond; break; case LogicType::OR: _matched = _matched || cond; break; case LogicType::AND_NOT: _matched = _matched && !cond; break; case LogicType::OR_NOT: _matched = _matched || !cond; break; case LogicType::ROOT_NONE: _matched = cond; break; case LogicType::ROOT_NOT: _matched = !cond; break; default: blog(LOG_WARNING, "ignoring unknown condition check for '%s'", _name.c_str()); break; } vblog(LOG_INFO, "condition %s returned %d", c->GetId().c_str(), cond); } vblog(LOG_INFO, "Macro %s returned %d", _name.c_str(), _matched); bool newLastMatched = _matched; if (_matched && _matchOnChange && _lastMatched == _matched) { vblog(LOG_INFO, "ignore match for Macro %s (on change)", _name.c_str()); _matched = false; } _lastMatched = newLastMatched; // TODO: Move back to PerformAction() once new scene collection frontend // events are available - see: // https://github.com/obsproject/obs-studio/commit/feda1aaa283e8a99f6ba1159cfe6b9c1f2934a61 if (_matched && _count != std::numeric_limits::max()) { _count++; } return _matched; } bool Macro::PerformAction(bool forceParallel, bool ignorePause) { if (!_done) { vblog(LOG_INFO, "macro %s already running", _name.c_str()); return !forceParallel; } _stop = false; _done = false; bool ret = true; if (_runInParallel || forceParallel) { if (_thread.joinable()) { _thread.join(); } _thread = std::thread( [this, ignorePause] { RunActions(ignorePause); }); } else { RunActions(ret, ignorePause); } return ret; } void Macro::SetName(const std::string &name) { _name = name; SetHotkeysDesc(); } void Macro::ResetTimers() { for (auto &c : _conditions) { c->ResetDuration(); } } void Macro::RunActions(bool &retVal, bool ignorePause) { bool ret = true; for (auto &a : _actions) { a->LogAction(); ret = ret && a->PerformAction(); if (!ret || (_paused && !ignorePause) || _stop || _die) { retVal = ret; _done = true; return; } } _done = true; } void Macro::RunActions(bool ignorePause) { bool unused; RunActions(unused, ignorePause); } void Macro::SetPaused(bool pause) { if (_paused && !pause) { ResetTimers(); } _paused = pause; } void Macro::UpdateActionIndices() { int idx = 0; for (auto a : _actions) { a->SetIndex(idx); idx++; } } void Macro::UpdateConditionIndices() { int idx = 0; for (auto c : _conditions) { c->SetIndex(idx); idx++; } } bool Macro::Save(obs_data_t *obj) { obs_data_set_string(obj, "name", _name.c_str()); obs_data_set_bool(obj, "pause", _paused); obs_data_set_bool(obj, "parallel", _runInParallel); obs_data_set_bool(obj, "onChange", _matchOnChange); obs_data_array_t *pauseHotkey = obs_hotkey_save(_pauseHotkey); obs_data_set_array(obj, "pauseHotkey", pauseHotkey); obs_data_array_release(pauseHotkey); obs_data_array_t *unpauseHotkey = obs_hotkey_save(_unpauseHotkey); obs_data_set_array(obj, "unpauseHotkey", unpauseHotkey); obs_data_array_release(unpauseHotkey); obs_data_array_t *togglePauseHotkey = obs_hotkey_save(_togglePauseHotkey); obs_data_set_array(obj, "togglePauseHotkey", togglePauseHotkey); obs_data_array_release(togglePauseHotkey); obs_data_array_t *conditions = obs_data_array_create(); for (auto &c : _conditions) { obs_data_t *array_obj = obs_data_create(); c->Save(array_obj); obs_data_array_push_back(conditions, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "conditions", conditions); obs_data_array_release(conditions); obs_data_array_t *actions = obs_data_array_create(); for (auto &a : _actions) { obs_data_t *array_obj = obs_data_create(); a->Save(array_obj); obs_data_array_push_back(actions, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "actions", actions); obs_data_array_release(actions); return true; } bool isValidLogic(LogicType t, bool root) { bool isRoot = isRootLogicType(t); if (!isRoot == root) { return false; } if (isRoot) { if (t >= LogicType::ROOT_LAST) { return false; } } else if (t >= LogicType::LAST) { return false; } return true; } void setValidLogic(MacroCondition *c, bool root, std::string name) { if (isValidLogic(c->GetLogicType(), root)) { return; } if (root) { c->SetLogicType(LogicType::ROOT_NONE); blog(LOG_WARNING, "setting invalid logic selection to 'if' for macro %s", name.c_str()); } else { c->SetLogicType(LogicType::NONE); blog(LOG_WARNING, "setting invalid logic selection to 'ignore' for macro %s", name.c_str()); } } bool Macro::Load(obs_data_t *obj) { _name = obs_data_get_string(obj, "name"); _paused = obs_data_get_bool(obj, "pause"); _runInParallel = obs_data_get_bool(obj, "parallel"); _matchOnChange = obs_data_get_bool(obj, "onChange"); obs_data_array_t *pauseHotkey = obs_data_get_array(obj, "pauseHotkey"); obs_hotkey_load(_pauseHotkey, pauseHotkey); obs_data_array_release(pauseHotkey); obs_data_array_t *unpauseHotkey = obs_data_get_array(obj, "unpauseHotkey"); obs_hotkey_load(_unpauseHotkey, unpauseHotkey); obs_data_array_release(unpauseHotkey); obs_data_array_t *togglePauseHotkey = obs_data_get_array(obj, "togglePauseHotkey"); obs_hotkey_load(_togglePauseHotkey, togglePauseHotkey); obs_data_array_release(togglePauseHotkey); SetHotkeysDesc(); bool root = true; obs_data_array_t *conditions = obs_data_get_array(obj, "conditions"); size_t count = obs_data_array_count(conditions); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(conditions, i); std::string id = obs_data_get_string(array_obj, "id"); auto newEntry = MacroConditionFactory::Create(id, this); if (newEntry) { _conditions.emplace_back(newEntry); auto c = _conditions.back().get(); c->Load(array_obj); setValidLogic(c, root, _name); } else { blog(LOG_WARNING, "discarding condition entry with unknown id (%s) for macro %s", id.c_str(), _name.c_str()); } obs_data_release(array_obj); root = false; } obs_data_array_release(conditions); UpdateConditionIndices(); obs_data_array_t *actions = obs_data_get_array(obj, "actions"); count = obs_data_array_count(actions); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(actions, i); std::string id = obs_data_get_string(array_obj, "id"); auto newEntry = MacroActionFactory::Create(id, this); if (newEntry) { _actions.emplace_back(newEntry); _actions.back()->Load(array_obj); } else { blog(LOG_WARNING, "discarding action entry with unknown id (%s) for macro %s", id.c_str(), _name.c_str()); } obs_data_release(array_obj); } obs_data_array_release(actions); UpdateActionIndices(); return true; } void Macro::ResolveMacroRef() { for (auto &c : _conditions) { MacroRefCondition *ref = dynamic_cast(c.get()); if (ref) { ref->ResolveMacroRef(); } } for (auto &a : _actions) { MacroRefAction *ref = dynamic_cast(a.get()); if (ref) { ref->ResolveMacroRef(); } MultiMacroRefAction *ref2 = dynamic_cast(a.get()); if (ref2) { ref2->ResolveMacroRef(); } } } bool Macro::SwitchesScene() { MacroActionSwitchScene temp(nullptr); auto sceneSwitchId = temp.GetId(); for (auto &a : _actions) { if (a->GetId() == sceneSwitchId) { return true; } } return false; } static void pauseCB(void *data, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { auto m = static_cast(data); m->SetPaused(true); } } static void unpauseCB(void *data, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { auto m = static_cast(data); m->SetPaused(false); } } static void togglePauseCB(void *data, obs_hotkey_id, obs_hotkey_t *, bool pressed) { if (pressed) { auto m = static_cast(data); m->SetPaused(!m->Paused()); } } static int macroHotkeyID = 0; obs_hotkey_id registerHotkeyHelper(const std::string prefix, const char *formatModuleText, Macro *macro, obs_hotkey_func func) { macroHotkeyID++; std::string hotkeyName = prefix + std::to_string(macroHotkeyID); QString format{obs_module_text(formatModuleText)}; QString hotkeyDesc = format.arg(QString::fromStdString(macro->Name())); return obs_hotkey_register_frontend(hotkeyName.c_str(), hotkeyDesc.toStdString().c_str(), func, macro); } void Macro::SetupHotkeys() { if (_pauseHotkey != OBS_INVALID_HOTKEY_ID || _unpauseHotkey != OBS_INVALID_HOTKEY_ID || _togglePauseHotkey != OBS_INVALID_HOTKEY_ID) { ClearHotkeys(); } _pauseHotkey = registerHotkeyHelper( "macro_pause_hotkey_", "AdvSceneSwitcher.hotkey.macro.pause", this, pauseCB); _unpauseHotkey = registerHotkeyHelper( "macro_unpause_hotkey_", "AdvSceneSwitcher.hotkey.macro.unpause", this, unpauseCB); _togglePauseHotkey = registerHotkeyHelper( "macro_toggle_pause_hotkey_", "AdvSceneSwitcher.hotkey.macro.togglePause", this, togglePauseCB); } void Macro::ClearHotkeys() { obs_hotkey_unregister(_pauseHotkey); obs_hotkey_unregister(_unpauseHotkey); obs_hotkey_unregister(_togglePauseHotkey); } void setHotkeyDescriptionHelper(const char *formatModuleText, const std::string name, const obs_hotkey_id id) { QString format{obs_module_text(formatModuleText)}; QString hotkeyDesc = format.arg(QString::fromStdString(name)); obs_hotkey_set_description(id, hotkeyDesc.toStdString().c_str()); } void Macro::SetHotkeysDesc() { setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.pause", _name, _pauseHotkey); setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.unpause", _name, _unpauseHotkey); setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.togglePause", _name, _togglePauseHotkey); } bool MacroCondition::Save(obs_data_t *obj) { MacroSegment::Save(obj); obs_data_set_string(obj, "id", GetId().c_str()); obs_data_set_int(obj, "logic", static_cast(_logic)); _duration.Save(obj); return true; } bool MacroCondition::Load(obs_data_t *obj) { MacroSegment::Load(obj); _logic = static_cast(obs_data_get_int(obj, "logic")); _duration.Load(obj); return true; } void MacroCondition::SetDurationConstraint(const DurationConstraint &dur) { _duration = dur; } void MacroCondition::SetDurationCondition(DurationCondition cond) { _duration.SetCondition(cond); } void MacroCondition::SetDurationUnit(DurationUnit u) { _duration.SetUnit(u); } void MacroCondition::SetDuration(double seconds) { _duration.SetValue(seconds); } bool MacroAction::Save(obs_data_t *obj) { MacroSegment::Save(obj); obs_data_set_string(obj, "id", GetId().c_str()); return true; } bool MacroAction::Load(obs_data_t *obj) { MacroSegment::Load(obj); return true; } void MacroAction::LogAction() { vblog(LOG_INFO, "performed action %s", GetId().c_str()); } void SwitcherData::saveMacros(obs_data_t *obj) { obs_data_array_t *macroArray = obs_data_array_create(); for (auto &m : macros) { obs_data_t *array_obj = obs_data_create(); m->Save(array_obj); obs_data_array_push_back(macroArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "macros", macroArray); obs_data_array_release(macroArray); } void SwitcherData::loadMacros(obs_data_t *obj) { macros.clear(); obs_data_array_t *macroArray = obs_data_get_array(obj, "macros"); size_t count = obs_data_array_count(macroArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(macroArray, i); macros.emplace_back(std::make_shared()); macros.back()->Load(array_obj); obs_data_release(array_obj); } obs_data_array_release(macroArray); for (auto &m : macros) { m->ResolveMacroRef(); } } bool SwitcherData::checkMacros() { bool ret = false; for (auto &m : macros) { if (m->CeckMatch()) { ret = true; // This has to be performed here for now as actions are // not performed immediately after checking conditions. if (m->SwitchesScene()) { switcher->macroSceneSwitched = true; } } } return ret; } bool SwitcherData::runMacros() { // TODO: Don't rely on creating a copy of each macro once new frontend // events are available - see: // https://github.com/obsproject/obs-studio/commit/feda1aaa283e8a99f6ba1159cfe6b9c1f2934a61 for (auto m : macros) { if (m->Matched()) { vblog(LOG_INFO, "running macro: %s", m->Name().c_str()); if (!m->PerformAction()) { blog(LOG_WARNING, "abort macro: %s", m->Name().c_str()); } } } return true; } Macro *GetMacroByName(const char *name) { for (auto &m : switcher->macros) { if (m->Name() == name) { return m.get(); } } return nullptr; } Macro *GetMacroByQString(const QString &name) { return GetMacroByName(name.toUtf8().constData()); } MacroRef::MacroRef(std::string name) : _name(name) { UpdateRef(); } void MacroRef::UpdateRef() { _ref = GetMacroByName(_name.c_str()); } void MacroRef::UpdateRef(std::string newName) { _name = newName; UpdateRef(); } void MacroRef::UpdateRef(QString newName) { _name = newName.toStdString(); UpdateRef(); } void MacroRef::Save(obs_data_t *obj) { if (_ref) { obs_data_set_string(obj, "macro", _ref->Name().c_str()); } } void MacroRef::Load(obs_data_t *obj) { _name = obs_data_get_string(obj, "macro"); UpdateRef(); } Macro *MacroRef::get() { return _ref; } Macro *MacroRef::operator->() { return _ref; } void MacroRefCondition::ResolveMacroRef() { _macro.UpdateRef(); } void MacroRefAction::ResolveMacroRef() { _macro.UpdateRef(); } void MultiMacroRefAction::ResolveMacroRef() { for (auto &m : _macros) { m.UpdateRef(); } } SceneSwitcher-1.17.2/src/name-dialog.cpp000066400000000000000000000034151417525156400200350ustar00rootroot00000000000000#include #include #include "headers/name-dialog.hpp" AdvSSNameDialog::AdvSSNameDialog(QWidget *parent) : QDialog(parent) { setModal(true); setWindowModality(Qt::WindowModality::WindowModal); setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); setFixedWidth(555); setMinimumHeight(100); QVBoxLayout *layout = new QVBoxLayout; setLayout(layout); label = new QLabel(this); layout->addWidget(label); label->setText("Set Text"); userText = new QLineEdit(this); layout->addWidget(userText); QDialogButtonBox *buttonbox = new QDialogButtonBox( QDialogButtonBox::Ok | QDialogButtonBox::Cancel); layout->addWidget(buttonbox); buttonbox->setCenterButtons(true); connect(buttonbox, &QDialogButtonBox::accepted, this, &QDialog::accept); connect(buttonbox, &QDialogButtonBox::rejected, this, &QDialog::reject); } static bool IsWhitespace(char ch) { return ch == ' ' || ch == '\t'; } static void CleanWhitespace(std::string &str) { while (str.size() && IsWhitespace(str.back())) str.erase(str.end() - 1); while (str.size() && IsWhitespace(str.front())) str.erase(str.begin()); } bool AdvSSNameDialog::AskForName(QWidget *parent, const QString &title, const QString &text, std::string &userTextInput, const QString &placeHolder, int maxSize, bool clean) { if (maxSize <= 0 || maxSize > 32767) { maxSize = 170; } AdvSSNameDialog dialog(parent); dialog.setWindowTitle(title); dialog.label->setText(text); dialog.userText->setMaxLength(maxSize); dialog.userText->setText(placeHolder); dialog.userText->selectAll(); if (dialog.exec() != DialogCode::Accepted) { return false; } userTextInput = dialog.userText->text().toUtf8().constData(); if (clean) { CleanWhitespace(userTextInput); } return true; } SceneSwitcher-1.17.2/src/osx/000077500000000000000000000000001417525156400157625ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/osx/advanced-scene-switcher-osx.mm000066400000000000000000000330341417525156400236150ustar00rootroot00000000000000#include "../headers/hotkey.hpp" #import #import #import #import #include #include #include #include #include #include #include bool canSimulateKeyPresses = false; void GetWindowList(std::vector &windows) { windows.resize(0); @autoreleasepool { NSMutableArray *apps = (__bridge NSMutableArray *)CGWindowListCopyWindowInfo( kCGWindowListOptionAll, kCGNullWindowID); for (NSDictionary *app in apps) { std::string name([[app objectForKey:@"kCGWindowName"] UTF8String], [[app objectForKey:@"kCGWindowName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); std::string owner( [[app objectForKey:@"kCGWindowOwnerName"] UTF8String], [[app objectForKey:@"kCGWindowOwnerName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); if (!name.empty() && find(windows.begin(), windows.end(), name) == windows.end()) windows.emplace_back(name); if (!owner.empty() && find(windows.begin(), windows.end(), owner) == windows.end()) windows.emplace_back(owner); } } } void GetWindowList(QStringList &windows) { windows.clear(); std::vector temp; GetWindowList(temp); for (auto &w : temp) { windows << QString::fromStdString(w); } } void GetCurrentWindowTitle(std::string &title) { title.resize(0); @autoreleasepool { NSMutableArray *apps = (__bridge NSMutableArray *)CGWindowListCopyWindowInfo( kCGWindowListOptionOnScreenOnly, kCGNullWindowID); for (NSDictionary *app in apps) { int layer = [[app objectForKey:@"kCGWindowLayer"] intValue]; // True if window is frontmost if (layer == 0) { std::string name( [[app objectForKey:@"kCGWindowName"] UTF8String], [[app objectForKey:@"kCGWindowName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); std::string owner( [[app objectForKey:@"kCGWindowOwnerName"] UTF8String], [[app objectForKey:@"kCGWindowOwnerName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); if (!name.empty()) title = name; else if (!owner.empty()) title = owner; break; } } } } std::pair getCursorPos() { std::pair pos(0, 0); CGEventRef event = CGEventCreate(NULL); CGPoint cursorPos = CGEventGetLocation(event); CFRelease(event); pos.first = cursorPos.x; pos.second = cursorPos.y; return pos; } bool isWindowOriginOnScreen(NSDictionary *app, NSScreen *screen, bool fullscreen = false) { NSArray *screens = [NSScreen screens]; NSRect mainScreenFrame = [screens[0] frame]; NSRect screenFrame; if (fullscreen) { screenFrame = [screen frame]; } else { screenFrame = [screen visibleFrame]; } NSRect windowBounds; CGRectMakeWithDictionaryRepresentation( (CFDictionaryRef)[app objectForKey:@"kCGWindowBounds"], &windowBounds); return (windowBounds.origin.x == screenFrame.origin.x && (mainScreenFrame.size.height - screenFrame.size.height - windowBounds.origin.y == screenFrame.origin.y)); } bool isWindowMaximizedOnScreen(NSDictionary *app, NSScreen *screen) { double maximizedTolerance = 0.99; NSRect screenFrame = [screen frame]; NSRect windowBounds; CGRectMakeWithDictionaryRepresentation( (CFDictionaryRef)[app objectForKey:@"kCGWindowBounds"], &windowBounds); int sumX = windowBounds.origin.x + windowBounds.size.width; int sumY = windowBounds.origin.y + windowBounds.size.height; // Return false if window spans over multiple screens if (sumX > screenFrame.size.width) { return false; } if (sumY > screenFrame.size.height) { return false; } return ((double)sumX / (double)screenFrame.size.width) > maximizedTolerance && ((double)sumY / (double)screenFrame.size.height) > maximizedTolerance; } bool nameMachesPattern(std::string windowName, std::string pattern) { return QString::fromStdString(windowName) .contains(QRegularExpression(QString::fromStdString(pattern))); } bool isMaximized(const std::string &title) { @autoreleasepool { NSArray *screens = [NSScreen screens]; NSMutableArray *apps = (__bridge NSMutableArray *)CGWindowListCopyWindowInfo( kCGWindowListOptionAll, kCGNullWindowID); for (NSDictionary *app in apps) { std::string name([[app objectForKey:@"kCGWindowName"] UTF8String], [[app objectForKey:@"kCGWindowName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); std::string owner( [[app objectForKey:@"kCGWindowOwnerName"] UTF8String], [[app objectForKey:@"kCGWindowOwnerName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); bool equals = (title == name || title == owner); bool matches = nameMachesPattern(name, title) || nameMachesPattern(owner, title); if (equals || matches) { for (NSScreen *screen in screens) { if (isWindowOriginOnScreen(app, screen) && isWindowMaximizedOnScreen(app, screen)) { return true; } } } } } return false; } bool isWindowFullscreenOnScreen(NSDictionary *app, NSScreen *screen) { NSRect screenFrame = [screen frame]; NSRect windowBounds; CGRectMakeWithDictionaryRepresentation( (CFDictionaryRef)[app objectForKey:@"kCGWindowBounds"], &windowBounds); return NSEqualSizes(windowBounds.size, screenFrame.size); } bool isFullscreen(const std::string &title) { @autoreleasepool { NSArray *screens = [NSScreen screens]; NSMutableArray *apps = (__bridge NSMutableArray *)CGWindowListCopyWindowInfo( kCGWindowListOptionAll, kCGNullWindowID); for (NSDictionary *app in apps) { std::string name([[app objectForKey:@"kCGWindowName"] UTF8String], [[app objectForKey:@"kCGWindowName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); std::string owner( [[app objectForKey:@"kCGWindowOwnerName"] UTF8String], [[app objectForKey:@"kCGWindowOwnerName"] lengthOfBytesUsingEncoding: NSUTF8StringEncoding]); bool equals = (title == name || title == owner); bool matches = nameMachesPattern(name, title) || nameMachesPattern(owner, title); if (equals || matches) { for (NSScreen *screen in screens) { if (isWindowOriginOnScreen(app, screen, true) && isWindowFullscreenOnScreen(app, screen)) return true; } } } } return false; } int secondsSinceLastInput() { double time = CGEventSourceSecondsSinceLastEventType( kCGEventSourceStateCombinedSessionState, kCGAnyInputEventType) + 0.5; return (int)time; } void GetProcessList(QStringList &list) { list.clear(); @autoreleasepool { NSWorkspace *ws = [NSWorkspace sharedWorkspace]; NSArray *array = [ws runningApplications]; for (NSRunningApplication *app in array) { NSString *name = app.localizedName; if (!name) continue; const char *str = name.UTF8String; if (str && *str) list << (str); } } } bool isInFocus(const QString &executable) { std::string current; GetCurrentWindowTitle(current); // True if executable switch equals current window bool equals = (executable.toStdString() == current); // True if executable switch matches current window bool matches = QString::fromStdString(current).contains( QRegularExpression(executable)); return (equals || matches); } static std::map keyTable = { // Chars {HotkeyType::Key_A, kVK_ANSI_A}, {HotkeyType::Key_B, kVK_ANSI_B}, {HotkeyType::Key_C, kVK_ANSI_C}, {HotkeyType::Key_D, kVK_ANSI_D}, {HotkeyType::Key_E, kVK_ANSI_E}, {HotkeyType::Key_F, kVK_ANSI_F}, {HotkeyType::Key_G, kVK_ANSI_G}, {HotkeyType::Key_H, kVK_ANSI_H}, {HotkeyType::Key_I, kVK_ANSI_I}, {HotkeyType::Key_J, kVK_ANSI_J}, {HotkeyType::Key_K, kVK_ANSI_K}, {HotkeyType::Key_L, kVK_ANSI_L}, {HotkeyType::Key_M, kVK_ANSI_M}, {HotkeyType::Key_N, kVK_ANSI_N}, {HotkeyType::Key_O, kVK_ANSI_O}, {HotkeyType::Key_P, kVK_ANSI_P}, {HotkeyType::Key_Q, kVK_ANSI_Q}, {HotkeyType::Key_R, kVK_ANSI_R}, {HotkeyType::Key_S, kVK_ANSI_S}, {HotkeyType::Key_T, kVK_ANSI_T}, {HotkeyType::Key_U, kVK_ANSI_U}, {HotkeyType::Key_V, kVK_ANSI_V}, {HotkeyType::Key_W, kVK_ANSI_W}, {HotkeyType::Key_X, kVK_ANSI_X}, {HotkeyType::Key_Y, kVK_ANSI_Y}, {HotkeyType::Key_Z, kVK_ANSI_Z}, // Numbers {HotkeyType::Key_0, kVK_ANSI_0}, {HotkeyType::Key_1, kVK_ANSI_1}, {HotkeyType::Key_2, kVK_ANSI_2}, {HotkeyType::Key_3, kVK_ANSI_3}, {HotkeyType::Key_4, kVK_ANSI_4}, {HotkeyType::Key_5, kVK_ANSI_5}, {HotkeyType::Key_6, kVK_ANSI_6}, {HotkeyType::Key_7, kVK_ANSI_7}, {HotkeyType::Key_8, kVK_ANSI_8}, {HotkeyType::Key_9, kVK_ANSI_9}, {HotkeyType::Key_F1, kVK_F1}, {HotkeyType::Key_F2, kVK_F2}, {HotkeyType::Key_F3, kVK_F3}, {HotkeyType::Key_F4, kVK_F4}, {HotkeyType::Key_F5, kVK_F5}, {HotkeyType::Key_F6, kVK_F6}, {HotkeyType::Key_F7, kVK_F7}, {HotkeyType::Key_F8, kVK_F8}, {HotkeyType::Key_F9, kVK_F9}, {HotkeyType::Key_F10, kVK_F10}, {HotkeyType::Key_F11, kVK_F11}, {HotkeyType::Key_F12, kVK_F12}, {HotkeyType::Key_F13, kVK_F13}, {HotkeyType::Key_F14, kVK_F14}, {HotkeyType::Key_F15, kVK_F15}, {HotkeyType::Key_F16, kVK_F16}, {HotkeyType::Key_F17, kVK_F17}, {HotkeyType::Key_F18, kVK_F18}, {HotkeyType::Key_F19, kVK_F19}, {HotkeyType::Key_F20, kVK_F20}, // F21-F24 does not exist on MacOS {HotkeyType::Key_Escape, kVK_Escape}, {HotkeyType::Key_Space, kVK_Space}, {HotkeyType::Key_Return, kVK_Return}, {HotkeyType::Key_Backspace, kVK_Delete}, {HotkeyType::Key_Tab, kVK_Tab}, {HotkeyType::Key_Shift_L, kVK_Shift}, {HotkeyType::Key_Shift_R, kVK_RightShift}, {HotkeyType::Key_Control_L, kVK_Control}, {HotkeyType::Key_Control_R, kVK_RightControl}, {HotkeyType::Key_Alt_L, kVK_Option}, {HotkeyType::Key_Alt_R, kVK_RightOption}, {HotkeyType::Key_Win_L, kVK_Command}, {HotkeyType::Key_Win_R, kVK_RightCommand}, // Not sure what Key_Apps would correspond to {HotkeyType::Key_CapsLock, kVK_CapsLock}, {HotkeyType::Key_NumLock, kVK_ANSI_KeypadClear}, {HotkeyType::Key_ScrollLock, kVK_F14}, {HotkeyType::Key_PrintScreen, kVK_F13}, {HotkeyType::Key_Pause, kVK_F15}, {HotkeyType::Key_Insert, kVK_Help}, {HotkeyType::Key_Delete, kVK_ForwardDelete}, {HotkeyType::Key_PageUP, kVK_PageUp}, {HotkeyType::Key_PageDown, kVK_PageDown}, {HotkeyType::Key_Home, kVK_Home}, {HotkeyType::Key_End, kVK_End}, {HotkeyType::Key_Left, kVK_LeftArrow}, {HotkeyType::Key_Up, kVK_UpArrow}, {HotkeyType::Key_Right, kVK_RightArrow}, {HotkeyType::Key_Down, kVK_DownArrow}, {HotkeyType::Key_Numpad0, kVK_ANSI_Keypad0}, {HotkeyType::Key_Numpad1, kVK_ANSI_Keypad1}, {HotkeyType::Key_Numpad2, kVK_ANSI_Keypad2}, {HotkeyType::Key_Numpad3, kVK_ANSI_Keypad3}, {HotkeyType::Key_Numpad4, kVK_ANSI_Keypad4}, {HotkeyType::Key_Numpad5, kVK_ANSI_Keypad5}, {HotkeyType::Key_Numpad6, kVK_ANSI_Keypad6}, {HotkeyType::Key_Numpad7, kVK_ANSI_Keypad7}, {HotkeyType::Key_Numpad8, kVK_ANSI_Keypad8}, {HotkeyType::Key_Numpad9, kVK_ANSI_Keypad9}, {HotkeyType::Key_NumpadAdd, kVK_ANSI_KeypadPlus}, {HotkeyType::Key_NumpadSubtract, kVK_ANSI_KeypadMinus}, {HotkeyType::Key_NumpadMultiply, kVK_ANSI_KeypadMultiply}, {HotkeyType::Key_NumpadDivide, kVK_ANSI_KeypadDivide}, {HotkeyType::Key_NumpadDecimal, kVK_ANSI_KeypadDecimal}, {HotkeyType::Key_NumpadEnter, kVK_ANSI_KeypadEnter}, }; void PressKeys(const std::vector keys, int duration) { // TODO: // I can't seem to get this to work so drop support for this functionality // on MacOS canSimulateKeyPresses = false; return; // Check premissions NSDictionary *options = @{(__bridge id)kAXTrustedCheckOptionPrompt: @NO}; if (!AXIsProcessTrustedWithOptions((CFDictionaryRef)options)) { NSString *urlString = @"x-apple.systempreferences:com.apple.preference.security?Privacy_Accessibility"; [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:urlString]]; canSimulateKeyPresses = false; return; } long modifierFlags = 0; auto source = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); if (!source) { canSimulateKeyPresses = false; return; } // Press keys for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } CGKeyCode inputKeyCode = it->second; CGEventRef keyPress = CGEventCreateKeyboardEvent(source, inputKeyCode, true); if (!keyPress) { canSimulateKeyPresses = false; CFRelease(source); return; } CGEventSetFlags(keyPress, modifierFlags); CGEventPost(kCGAnnotatedSessionEventTap, keyPress); CFRelease(keyPress); switch (it->first) { case HotkeyType::Key_Shift_L: case HotkeyType::Key_Shift_R: modifierFlags |= NX_SHIFTMASK; break; case HotkeyType::Key_Control_L: case HotkeyType::Key_Control_R: modifierFlags |= NX_CONTROLMASK; break; case HotkeyType::Key_Alt_L: case HotkeyType::Key_Alt_R: modifierFlags |= NX_ALTERNATEMASK; break; case HotkeyType::Key_Win_L: case HotkeyType::Key_Win_R: modifierFlags |= NX_COMMANDMASK; break; default: break; } } // When instantly releasing the key presses OBS might miss them std::this_thread::sleep_for(std::chrono::milliseconds(300)); // Release keys for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } CGKeyCode inputKeyCode = it->second; CGEventRef keyRelease = CGEventCreateKeyboardEvent(source, inputKeyCode, false); if (!keyRelease) { canSimulateKeyPresses = false; CFRelease(source); return; } CGEventPost(kCGAnnotatedSessionEventTap, keyRelease); CFRelease(keyRelease); } CFRelease(source); } void PlatformCleanup() {} void PlatformInit() {} SceneSwitcher-1.17.2/src/scene-group.cpp000066400000000000000000000403101417525156400201020ustar00rootroot00000000000000#include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/name-dialog.hpp" #include "headers/utility.hpp" static QMetaObject::Connection addPulse; SceneGroupEditWidget *typeEdit = nullptr; void SceneGroup::advanceIdx() { currentIdx++; if (currentIdx >= scenes.size()) { if (repeat) { currentIdx = 0; } else { currentIdx = scenes.size() - 1; } } } OBSWeakSource SceneGroup::getNextSceneCount() { currentCount++; if (currentCount >= count) { advanceIdx(); currentCount = 0; } return scenes[currentIdx]; } OBSWeakSource SceneGroup::getNextSceneTime() { if (lastAdvTime.time_since_epoch().count() == 0) { lastAdvTime = std::chrono::high_resolution_clock::now(); } auto now = std::chrono::high_resolution_clock::now(); auto passedTime = std::chrono::duration_cast( now - lastAdvTime); if (passedTime.count() >= time * 1000) { advanceIdx(); lastAdvTime = now; } return scenes[currentIdx]; } OBSWeakSource SceneGroup::getNextSceneRandom() { if (scenes.size() == 1) { currentIdx = 0; return scenes[currentIdx]; } int rIdx = lastRandomScene; do { rIdx = rand() % scenes.size(); } while (rIdx == lastRandomScene); lastRandomScene = rIdx; currentIdx = rIdx; return scenes[currentIdx]; } OBSWeakSource SceneGroup::getCurrentScene() { if (scenes.size() < currentIdx + 1) { return nullptr; } return scenes[currentIdx]; } OBSWeakSource SceneGroup::getNextScene() { if (scenes.empty()) { return nullptr; } switch (type) { case AdvanceCondition::Count: return getNextSceneCount(); break; case AdvanceCondition::Time: return getNextSceneTime(); break; case AdvanceCondition::Random: return getNextSceneRandom(); break; } blog(LOG_INFO, "unknown scene group type!"); return nullptr; } bool sceneGroupNameExists(std::string name) { obs_source_t *source = obs_get_source_by_name(name.c_str()); if (source) { obs_source_release(source); return true; } for (SceneGroup &sg : switcher->sceneGroups) { if (sg.name == name) { return true; } } return (name == obs_module_text( "AdvSceneSwitcher.selectPreviousScene") || (name == invalid_scene_group_name)); } void AdvSceneSwitcher::on_sceneGroupAdd_clicked() { std::string name; QString format{ obs_module_text("AdvSceneSwitcher.sceneGroupTab.defaultname")}; int i = 1; QString placeHolderText = format.arg(i); while ((sceneGroupNameExists(placeHolderText.toUtf8().constData()))) { placeHolderText = format.arg(++i); } bool accepted = AdvSSNameDialog::AskForName( this, obs_module_text("AdvSceneSwitcher.sceneGroupTab.add"), obs_module_text("AdvSceneSwitcher.sceneGroupTab.add"), name, placeHolderText); if (!accepted) { return; } if (name.empty()) { return; } if (sceneGroupNameExists(name)) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.sceneGroupTab.exists")); return; } { std::lock_guard lock(switcher->m); switcher->sceneGroups.emplace_back(name); } QString text = QString::fromStdString(name); QListWidgetItem *item = new QListWidgetItem(text, ui->sceneGroups); item->setData(Qt::UserRole, text); ui->sceneGroups->setCurrentItem(item); ui->sceneGroupAdd->disconnect(addPulse); ui->sceneGroupHelp->setVisible(false); emit SceneGroupAdded(QString::fromStdString(name)); } void AdvSceneSwitcher::on_sceneGroupRemove_clicked() { QListWidgetItem *item = ui->sceneGroups->currentItem(); if (!item) { return; } QString name; { std::lock_guard lock(switcher->m); int idx = ui->sceneGroups->currentRow(); auto &sg = switcher->sceneGroups; name = QString::fromStdString(sg[idx].name); sg.erase(sg.begin() + idx); } delete item; emit SceneGroupRemoved(name); } void AdvSceneSwitcher::on_sceneGroupUp_clicked() { int index = ui->sceneGroups->currentRow(); if (index != -1 && index != 0) { ui->sceneGroups->insertItem(index - 1, ui->sceneGroups->takeItem(index)); ui->sceneGroups->setCurrentRow(index - 1); std::lock_guard lock(switcher->m); iter_swap(switcher->sceneGroups.begin() + index, switcher->sceneGroups.begin() + index - 1); } } void AdvSceneSwitcher::on_sceneGroupDown_clicked() { int index = ui->sceneGroups->currentRow(); if (index != -1 && index != ui->sceneGroups->count() - 1) { ui->sceneGroups->insertItem(index + 1, ui->sceneGroups->takeItem(index)); ui->sceneGroups->setCurrentRow(index + 1); std::lock_guard lock(switcher->m); iter_swap(switcher->sceneGroups.begin() + index, switcher->sceneGroups.begin() + index + 1); } } SceneGroup *getSelectedSG(Ui_AdvSceneSwitcher *ui) { SceneGroup *currentSG = nullptr; QListWidgetItem *sgItem = ui->sceneGroups->currentItem(); if (!sgItem) { return currentSG; } QString sgName = sgItem->data(Qt::UserRole).toString(); for (auto &sg : switcher->sceneGroups) { if (sgName.compare(sg.name.c_str()) == 0) { currentSG = &sg; break; } } return currentSG; } void AdvSceneSwitcher::on_sceneGroupName_editingFinished() { bool nameValid = true; SceneGroup *currentSG = getSelectedSG(ui.get()); if (!currentSG) { return; } QString newName = ui->sceneGroupName->text(); QString oldName = QString::fromStdString(currentSG->name); if (newName.isEmpty() || newName == oldName) { nameValid = false; } if (nameValid && sceneGroupNameExists(newName.toUtf8().constData())) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.sceneGroupTab.exists")); nameValid = false; } { std::lock_guard lock(switcher->m); if (nameValid) { currentSG->name = newName.toUtf8().constData(); QListWidgetItem *sgItem = ui->sceneGroups->currentItem(); sgItem->setData(Qt::UserRole, newName); sgItem->setText(newName); } else { ui->sceneGroupName->setText(oldName); } } emit SceneGroupRenamed(oldName, newName); } void AdvSceneSwitcher::SetEditSceneGroup(SceneGroup &sg) { ui->sceneGroupName->setText(sg.name.c_str()); ui->sceneGroupScenes->clear(); for (auto &s : sg.scenes) { QString sceneName = QString::fromStdString(GetWeakSourceName(s)); QVariant v = QVariant::fromValue(sceneName); QListWidgetItem *item = new QListWidgetItem(sceneName, ui->sceneGroupScenes); item->setData(Qt::UserRole, v); } ui->sceneGroupEdit->setDisabled(false); typeEdit->SetEditSceneGroup(&sg); if (sg.scenes.size() == 0) { ui->sceneGroupScenesHelp->setVisible(true); } else { ui->sceneGroupScenesHelp->setVisible(false); } } void AdvSceneSwitcher::on_sceneGroups_currentRowChanged(int idx) { if (loading) { return; } if (idx == -1) { ui->sceneGroupEdit->setDisabled(true); return; } QListWidgetItem *item = ui->sceneGroups->item(idx); QString sgName = item->data(Qt::UserRole).toString(); for (auto &sg : switcher->sceneGroups) { if (sgName.compare(sg.name.c_str()) == 0) { SetEditSceneGroup(sg); break; } } } void AdvSceneSwitcher::on_sceneGroupSceneAdd_clicked() { std::lock_guard lock(switcher->m); SceneGroup *currentSG = getSelectedSG(ui.get()); if (!currentSG) { return; } QString sceneName = ui->sceneGroupSceneSelection->currentText(); if (sceneName.isEmpty()) { return; } OBSWeakSource source = GetWeakSourceByQString(sceneName); if (!source) { return; } QVariant v = QVariant::fromValue(sceneName); QListWidgetItem *item = new QListWidgetItem(sceneName, ui->sceneGroupScenes); item->setData(Qt::UserRole, v); currentSG->scenes.emplace_back(source); ui->sceneGroupScenesHelp->setVisible(false); } void AdvSceneSwitcher::on_sceneGroupSceneRemove_clicked() { std::lock_guard lock(switcher->m); SceneGroup *currentSG = getSelectedSG(ui.get()); if (!currentSG) { return; } int idx = ui->sceneGroupScenes->currentRow(); if (idx == -1) { return; } auto &scenes = currentSG->scenes; scenes.erase(scenes.begin() + idx); auto item = ui->sceneGroupScenes->currentItem(); delete item; } void AdvSceneSwitcher::on_sceneGroupSceneUp_clicked() { std::lock_guard lock(switcher->m); SceneGroup *currentSG = getSelectedSG(ui.get()); if (!currentSG) { return; } int index = ui->sceneGroupScenes->currentRow(); if (index != -1 && index != 0) { ui->sceneGroupScenes->insertItem( index - 1, ui->sceneGroupScenes->takeItem(index)); ui->sceneGroupScenes->setCurrentRow(index - 1); iter_swap(currentSG->scenes.begin() + index, currentSG->scenes.begin() + index - 1); } } void AdvSceneSwitcher::on_sceneGroupSceneDown_clicked() { std::lock_guard lock(switcher->m); SceneGroup *currentSG = getSelectedSG(ui.get()); if (!currentSG) { return; } int index = ui->sceneGroupScenes->currentRow(); if (index != -1 && index != ui->sceneGroupScenes->count() - 1) { ui->sceneGroupScenes->insertItem( index + 1, ui->sceneGroupScenes->takeItem(index)); ui->sceneGroupScenes->setCurrentRow(index + 1); iter_swap(currentSG->scenes.begin() + index, currentSG->scenes.begin() + index + 1); } } void SwitcherData::saveSceneGroups(obs_data_t *obj) { obs_data_array_t *sceneGroupArray = obs_data_array_create(); for (SceneGroup &sg : sceneGroups) { obs_data_t *array_obj = obs_data_create(); obs_data_set_string(array_obj, "name", sg.name.c_str()); obs_data_set_int(array_obj, "type", static_cast(sg.type)); obs_data_array_t *scenesArray = obs_data_array_create(); for (OBSWeakSource s : sg.scenes) { obs_data_t *sceneArray_obj = obs_data_create(); obs_source_t *source = obs_weak_source_get_source(s); if (source) { const char *name = obs_source_get_name(source); obs_data_set_string(sceneArray_obj, "scene", name); } obs_source_release(source); obs_data_array_push_back(scenesArray, sceneArray_obj); obs_data_release(sceneArray_obj); } obs_data_set_array(array_obj, "scenes", scenesArray); obs_data_array_release(scenesArray); obs_data_set_int(array_obj, "count", sg.count); obs_data_set_double(array_obj, "time", sg.time); obs_data_set_bool(array_obj, "repeat", sg.repeat); obs_data_array_push_back(sceneGroupArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "sceneGroups", sceneGroupArray); obs_data_array_release(sceneGroupArray); } void SwitcherData::loadSceneGroups(obs_data_t *obj) { sceneGroups.clear(); obs_data_array_t *sceneGroupArray = obs_data_get_array(obj, "sceneGroups"); size_t count = obs_data_array_count(sceneGroupArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(sceneGroupArray, i); const char *name = obs_data_get_string(array_obj, "name"); AdvanceCondition type = static_cast( obs_data_get_int(array_obj, "type")); std::vector scenes; obs_data_array_t *scenesArray = obs_data_get_array(array_obj, "scenes"); size_t scenesCount = obs_data_array_count(scenesArray); for (size_t j = 0; j < scenesCount; j++) { obs_data_t *scenesArray_obj = obs_data_array_item(scenesArray, j); const char *scene = obs_data_get_string(scenesArray_obj, "scene"); scenes.emplace_back(GetWeakSourceByName(scene)); obs_data_release(scenesArray_obj); } obs_data_array_release(scenesArray); int count = obs_data_get_int(array_obj, "count"); double time = obs_data_get_double(array_obj, "time"); bool repeat = obs_data_get_bool(array_obj, "repeat"); sceneGroups.emplace_back(name, type, scenes, count, time, repeat); obs_data_release(array_obj); } obs_data_array_release(sceneGroupArray); } void AdvSceneSwitcher::setupSceneGroupTab() { populateSceneSelection(ui->sceneGroupSceneSelection); for (auto &sg : switcher->sceneGroups) { QString text = QString::fromStdString(sg.name); QListWidgetItem *item = new QListWidgetItem(text, ui->sceneGroups); item->setData(Qt::UserRole, text); } if (switcher->sceneGroups.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->sceneGroupAdd, QColor(Qt::green)); } ui->sceneGroupHelp->setVisible(true); } else { ui->sceneGroupHelp->setVisible(false); } typeEdit = new SceneGroupEditWidget(); ui->sceneGroupTypeEdit->addWidget(typeEdit); ui->sceneGroupEdit->setDisabled(true); } void populateTypeSelection(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.sceneGroupTab.type.count")); list->addItem( obs_module_text("AdvSceneSwitcher.sceneGroupTab.type.time")); list->addItem( obs_module_text("AdvSceneSwitcher.sceneGroupTab.type.random")); } SceneGroupEditWidget::SceneGroupEditWidget() { type = new QComboBox(); populateTypeSelection(type); QWidget::connect(type, SIGNAL(currentIndexChanged(int)), this, SLOT(TypeChanged(int))); QHBoxLayout *typeLayout = new QHBoxLayout(); typeLayout->setContentsMargins(0, 0, 0, 0); std::unordered_map widgetPlaceholders = { {"{{type}}", type}}; placeWidgets( obs_module_text("AdvSceneSwitcher.sceneGroupTab.edit.type"), typeLayout, widgetPlaceholders); countEdit = new QWidget(); count = new QSpinBox(); count->setMinimum(1); count->setMaximum(999); QWidget::connect(count, SIGNAL(valueChanged(int)), this, SLOT(CountChanged(int))); QHBoxLayout *countLayout = new QHBoxLayout(countEdit); countLayout->setContentsMargins(0, 0, 0, 0); widgetPlaceholders = {{"{{count}}", count}}; placeWidgets( obs_module_text("AdvSceneSwitcher.sceneGroupTab.edit.count"), countLayout, widgetPlaceholders); timeEdit = new QWidget(); time = new QDoubleSpinBox(); time->setMinimum(0.0); time->setMaximum(99999999.00); time->setSuffix("s"); QWidget::connect(time, SIGNAL(valueChanged(double)), this, SLOT(TimeChanged(double))); QHBoxLayout *timeLayout = new QHBoxLayout(timeEdit); timeLayout->setContentsMargins(0, 0, 0, 0); widgetPlaceholders = {{"{{time}}", time}}; placeWidgets( obs_module_text("AdvSceneSwitcher.sceneGroupTab.edit.time"), timeLayout, widgetPlaceholders); repeat = new QCheckBox( obs_module_text("AdvSceneSwitcher.sceneGroupTab.edit.repeat")); QWidget::connect(repeat, SIGNAL(stateChanged(int)), this, SLOT(RepeatChanged(int))); random = new QLabel( obs_module_text("AdvSceneSwitcher.sceneGroupTab.edit.random")); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->setContentsMargins(0, 0, 0, 0); mainLayout->addLayout(typeLayout); mainLayout->addWidget(countEdit); mainLayout->addWidget(timeEdit); mainLayout->addWidget(repeat); mainLayout->addWidget(random); setLayout(mainLayout); countEdit->setVisible(false); timeEdit->setVisible(false); repeat->setVisible(false); random->setVisible(false); sceneGroup = nullptr; } void SceneGroupEditWidget::ShowCurrentTypeEdit() { if (!sceneGroup) { return; } countEdit->setVisible(false); timeEdit->setVisible(false); repeat->setVisible(false); random->setVisible(false); switch (sceneGroup->type) { case AdvanceCondition::Count: countEdit->setVisible(true); repeat->setVisible(true); break; case AdvanceCondition::Time: timeEdit->setVisible(true); repeat->setVisible(true); break; case AdvanceCondition::Random: random->setVisible(true); break; } } void SceneGroupEditWidget::SetEditSceneGroup(SceneGroup *sg) { if (!sg) { return; } sceneGroup = sg; type->setCurrentIndex(static_cast(sg->type)); count->setValue(sg->count); time->setValue(sg->time); repeat->setChecked(sg->repeat); ShowCurrentTypeEdit(); } void SceneGroupEditWidget::TypeChanged(int type) { if (!sceneGroup) { return; } std::lock_guard lock(switcher->m); sceneGroup->type = static_cast(type); ShowCurrentTypeEdit(); } void SceneGroupEditWidget::CountChanged(int count) { if (!sceneGroup) { return; } std::lock_guard lock(switcher->m); sceneGroup->count = count; } void SceneGroupEditWidget::TimeChanged(double time) { if (!sceneGroup) { return; } std::lock_guard lock(switcher->m); sceneGroup->time = time; } void SceneGroupEditWidget::RepeatChanged(int state) { if (!sceneGroup) { return; } std::lock_guard lock(switcher->m); sceneGroup->repeat = state; } SceneGroup *GetSceneGroupByName(const char *name) { if (!switcher) { return nullptr; } for (SceneGroup &sg : switcher->sceneGroups) { if (sg.name == name) { return &sg; } } return nullptr; } SceneGroup *GetSceneGroupByQString(const QString &name) { return GetSceneGroupByName(name.toUtf8().constData()); } SceneSwitcher-1.17.2/src/scene-item-selection.cpp000066400000000000000000000143221417525156400216730ustar00rootroot00000000000000#include "headers/scene-item-selection.hpp" #include void SceneItemSelection::Save(obs_data_t *obj, const char *name, const char *targetName, const char *idxName) { obs_data_set_int(obj, targetName, static_cast(_target)); if (_target == SceneItemSelection::Target::INDIVIDUAL) { obs_data_set_int(obj, idxName, _idx); } else { obs_data_set_int(obj, idxName, 0); } obs_data_set_string(obj, name, GetWeakSourceName(_sceneItem).c_str()); } void SceneItemSelection::Load(obs_data_t *obj, const char *name, const char *targetName, const char *idxName) { _target = static_cast( obs_data_get_int(obj, targetName)); _idx = obs_data_get_int(obj, idxName); auto sceneItemName = obs_data_get_string(obj, name); _sceneItem = GetWeakSourceByName(sceneItemName); } struct ItemCountData { std::string name; int count = 0; }; static bool countSceneItem(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { auto data = reinterpret_cast(ptr); if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, countSceneItem, ptr); } auto name = obs_source_get_name(obs_sceneitem_get_source(item)); if (name == data->name) { data->count++; } return true; } int getCountOfSceneItemOccurance(SceneSelection &s, std::string &name, bool enumAllScenes = true) { ItemCountData data{name}; if (enumAllScenes && (s.GetType() == SceneSelectionType::CURRENT || s.GetType() == SceneSelectionType::PREVIOUS)) { auto enumScenes = [](void *param, obs_source_t *source) { if (!source) { return true; } auto data = reinterpret_cast(param); auto scene = obs_scene_from_source(source); obs_scene_enum_items(scene, countSceneItem, data); return true; }; obs_enum_scenes(enumScenes, &data); } else { auto source = obs_weak_source_get_source(s.GetScene(false)); auto scene = obs_scene_from_source(source); obs_scene_enum_items(scene, countSceneItem, &data); obs_source_release(source); } return data.count; } std::vector SceneItemSelection::GetSceneItems(SceneSelection &sceneSelection) { auto s = obs_weak_source_get_source(sceneSelection.GetScene(false)); auto scene = obs_scene_from_source(s); auto name = GetWeakSourceName(_sceneItem); int count = getCountOfSceneItemOccurance(sceneSelection, name, false); auto items = getSceneItemsWithName(scene, name); obs_source_release(s); std::vector ret; if (_target == SceneItemSelection::Target::ALL || _target == SceneItemSelection::Target::ANY) { ret = items; } else { // Index order starts at the bottom and increases to the top // As this might be confusing reverse that order internally int idx = count - 1 - _idx; if (idx >= 0 && idx < items.size()) { obs_sceneitem_addref(items[idx]); ret.emplace_back(items[idx]); } for (auto item : items) { obs_sceneitem_release(item); } } return ret; } std::string SceneItemSelection::ToString() { return GetWeakSourceName(_sceneItem); } SceneItemSelectionWidget::SceneItemSelectionWidget(QWidget *parent, bool showAll, AllSelectionType type) : QWidget(parent), _showAll(showAll), _allType(type) { _sceneItems = new QComboBox(); _idx = new QComboBox(); _sceneItems->setSizeAdjustPolicy(QComboBox::AdjustToContents); _idx->setSizeAdjustPolicy(QComboBox::AdjustToContents); populateSceneItemSelection(_sceneItems); QWidget::connect(_sceneItems, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SelectionChanged(const QString &))); QWidget::connect(_idx, SIGNAL(currentIndexChanged(int)), this, SLOT(IdxChanged(int))); auto layout = new QHBoxLayout; layout->addWidget(_idx); layout->addWidget(_sceneItems); setLayout(layout); _idx->hide(); } void SceneItemSelectionWidget::SetSceneItem(const SceneItemSelection &item) { _sceneItems->setCurrentText( QString::fromStdString(GetWeakSourceName(item._sceneItem))); if (item._target == SceneItemSelection::Target::ALL) { _allType = AllSelectionType::ALL; _idx->setCurrentIndex(0); } else if (item._target == SceneItemSelection::Target::ANY) { _allType = AllSelectionType::ANY; _idx->setCurrentIndex(0); } else { int idx = item._idx; if (_showAll) { idx += 1; } _idx->setCurrentIndex(idx); } } void SceneItemSelectionWidget::SetScene(const SceneSelection &s) { _scene = s; _sceneItems->clear(); _idx->hide(); populateSceneItemSelection(_sceneItems, _scene); } void SceneItemSelectionWidget::SetShowAll(bool value) { _showAll = value; } void SceneItemSelectionWidget::SetShowAllSelectionType(AllSelectionType t) { _allType = t; _sceneItems->setCurrentIndex(0); } void SceneItemSelectionWidget::SceneChanged(const SceneSelection &s) { SetScene(s); adjustSize(); } void SceneItemSelectionWidget::SelectionChanged(const QString &name) { SceneItemSelection s; _sceneItem = GetWeakSourceByQString(name); s._sceneItem = _sceneItem; if (_allType == AllSelectionType::ALL) { s._target = SceneItemSelection::Target::ALL; } else { s._target = SceneItemSelection::Target::ANY; } auto stdName = name.toStdString(); int sceneItemCount = getCountOfSceneItemOccurance(_scene, stdName); if (sceneItemCount > 1) { _idx->show(); SetupIdxSelection(sceneItemCount); } else { _idx->hide(); } emit SceneItemChanged(s); } void SceneItemSelectionWidget::IdxChanged(int idx) { if (idx < 0) { return; } SceneItemSelection s; s._sceneItem = _sceneItem; if (_showAll && idx == 0) { if (_allType == AllSelectionType::ALL) { s._target = SceneItemSelection::Target::ALL; } else { s._target = SceneItemSelection::Target::ANY; } s._idx = 0; } else { s._target = SceneItemSelection::Target::INDIVIDUAL; if (_showAll) { idx -= 1; } s._idx = idx; } emit SceneItemChanged(s); } void SceneItemSelectionWidget::SetupIdxSelection(int sceneItemCount) { _idx->clear(); if (_showAll) { if (_allType == AllSelectionType::ALL) { _idx->addItem(obs_module_text( "AdvSceneSwitcher.sceneItemSelection.all")); } else { _idx->addItem(obs_module_text( "AdvSceneSwitcher.sceneItemSelection.any")); } } for (int i = 1; i <= sceneItemCount; ++i) { _idx->addItem(QString::number(i) + "."); } adjustSize(); } SceneSwitcher-1.17.2/src/scene-selection.cpp000066400000000000000000000132301417525156400207340ustar00rootroot00000000000000#include "headers/scene-selection.hpp" #include "headers/advanced-scene-switcher.hpp" void SceneSelection::Save(obs_data_t *obj, const char *name, const char *typeName) { obs_data_set_int(obj, typeName, static_cast(_type)); switch (_type) { case SceneSelectionType::SCENE: obs_data_set_string(obj, name, GetWeakSourceName(_scene).c_str()); break; case SceneSelectionType::GROUP: obs_data_set_string(obj, name, _group->name.c_str()); break; default: break; } } void SceneSelection::Load(obs_data_t *obj, const char *name, const char *typeName) { _type = static_cast( obs_data_get_int(obj, typeName)); auto target = obs_data_get_string(obj, name); switch (_type) { case SceneSelectionType::SCENE: _scene = GetWeakSourceByName(target); break; case SceneSelectionType::GROUP: _group = GetSceneGroupByName(target); break; case SceneSelectionType::PREVIOUS: break; case SceneSelectionType::CURRENT: break; default: break; } } OBSWeakSource SceneSelection::GetScene(bool advance) { switch (_type) { case SceneSelectionType::SCENE: return _scene; case SceneSelectionType::GROUP: if (!_group) { return nullptr; } if (advance) { return _group->getNextScene(); } return _group->getCurrentScene(); case SceneSelectionType::PREVIOUS: return switcher->previousScene; case SceneSelectionType::CURRENT: return switcher->currentScene; default: break; } return nullptr; } std::string SceneSelection::ToString() { switch (_type) { case SceneSelectionType::SCENE: return GetWeakSourceName(_scene); case SceneSelectionType::GROUP: if (_group) { return _group->name; } break; case SceneSelectionType::PREVIOUS: return obs_module_text("AdvSceneSwitcher.selectPreviousScene"); case SceneSelectionType::CURRENT: return obs_module_text("AdvSceneSwitcher.selectCurrentScene"); default: break; } return ""; } SceneSelectionWidget::SceneSelectionWidget(QWidget *parent, bool sceneGroups, bool previous, bool current) : QComboBox(parent) { // For the rare occasion of a name conflict with current / previous setDuplicatesEnabled(true); populateSceneSelection(this, previous, current, false, sceneGroups, &switcher->sceneGroups); QWidget::connect(this, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SelectionChanged(const QString &))); QWidget::connect(parent, SIGNAL(SceneGroupAdded(const QString &)), this, SLOT(SceneGroupAdd(const QString &))); QWidget::connect(parent, SIGNAL(SceneGroupRemoved(const QString &)), this, SLOT(SceneGroupRemove(const QString &))); QWidget::connect( parent, SIGNAL(SceneGroupRenamed(const QString &, const QString &)), this, SLOT(SceneGroupRename(const QString &, const QString &))); } void SceneSelectionWidget::SetScene(SceneSelection &s) { // Order of entries // 1. Any Scene (current not used) // 2. Current Scene // 3. Previous Scene // 4. Scenes / Scene Groups int idx; switch (s.GetType()) { case SceneSelectionType::SCENE: case SceneSelectionType::GROUP: setCurrentText(QString::fromStdString(s.ToString())); break; case SceneSelectionType::PREVIOUS: idx = findText(QString::fromStdString(obs_module_text( "AdvSceneSwitcher.selectPreviousScene"))); if (idx != -1) { setCurrentIndex(idx); } break; case SceneSelectionType::CURRENT: idx = findText(QString::fromStdString(obs_module_text( "AdvSceneSwitcher.selectCurrentScene"))); if (idx != -1) { setCurrentIndex(idx); } break; default: setCurrentIndex(0); break; } } static bool isFirstEntry(QComboBox *l, QString name, int idx) { for (auto i = l->count() - 1; i >= 0; i--) { if (l->itemText(i) == name) { return idx == i; } } // If entry cannot be found we dont want the selection to be empty return false; } bool SceneSelectionWidget::IsCurrentSceneSelected(const QString &name) { if (name == QString::fromStdString((obs_module_text( "AdvSceneSwitcher.selectCurrentScene")))) { return isFirstEntry(this, name, currentIndex()); } return false; } bool SceneSelectionWidget::IsPreviousSceneSelected(const QString &name) { if (name == QString::fromStdString((obs_module_text( "AdvSceneSwitcher.selectPreviousScene")))) { return isFirstEntry(this, name, currentIndex()); } return false; } void SceneSelectionWidget::SelectionChanged(const QString &name) { SceneSelection s; auto scene = GetWeakSourceByQString(name); if (scene) { s._type = SceneSelectionType::SCENE; s._scene = scene; } auto group = GetSceneGroupByQString(name); if (group) { s._type = SceneSelectionType::GROUP; s._scene = nullptr; s._group = group; } if (!scene && !group) { if (IsCurrentSceneSelected(name)) { s._type = SceneSelectionType::CURRENT; } if (IsPreviousSceneSelected(name)) { s._type = SceneSelectionType::PREVIOUS; } } emit SceneChanged(s); } void SceneSelectionWidget::SceneGroupAdd(const QString &name) { addItem(name); } void SceneSelectionWidget::SceneGroupRemove(const QString &name) { int idx = findText(name); if (idx == -1) { return; } int curIdx = currentIndex(); removeItem(idx); if (curIdx == idx) { SceneSelection s; emit SceneChanged(s); } setCurrentIndex(0); } static int findLastOf(QComboBox *l, QString name) { int idx = 0; for (auto i = l->count() - 1; i >= 0; i--) { if (l->itemText(i) == name) { return idx; } } return idx; } void SceneSelectionWidget::SceneGroupRename(const QString &oldName, const QString &newName) { bool renameSelected = currentText() == oldName; int idx = findText(oldName); if (idx == -1) { return; } removeItem(idx); insertItem(idx, newName); if (renameSelected) { setCurrentIndex(findLastOf(this, newName)); } } SceneSwitcher-1.17.2/src/scene-trigger.cpp000066400000000000000000000371141417525156400204210ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool SceneTrigger::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_triggerAdd_clicked() { std::lock_guard lock(switcher->m); switcher->sceneTriggers.emplace_back(); listAddClicked(ui->sceneTriggers, new SceneTriggerWidget(this, &switcher->sceneTriggers.back()), ui->triggerAdd, &addPulse); ui->triggerHelp->setVisible(false); } void AdvSceneSwitcher::on_triggerRemove_clicked() { QListWidgetItem *item = ui->sceneTriggers->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->sceneTriggers->currentRow(); auto &switches = switcher->sceneTriggers; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_triggerUp_clicked() { int index = ui->sceneTriggers->currentRow(); if (!listMoveUp(ui->sceneTriggers)) { return; } SceneTriggerWidget *s1 = (SceneTriggerWidget *)ui->sceneTriggers->itemWidget( ui->sceneTriggers->item(index)); SceneTriggerWidget *s2 = (SceneTriggerWidget *)ui->sceneTriggers->itemWidget( ui->sceneTriggers->item(index - 1)); SceneTriggerWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneTriggers[index], switcher->sceneTriggers[index - 1]); } void AdvSceneSwitcher::on_triggerDown_clicked() { int index = ui->sceneTriggers->currentRow(); if (!listMoveDown(ui->sceneTriggers)) { return; } SceneTriggerWidget *s1 = (SceneTriggerWidget *)ui->sceneTriggers->itemWidget( ui->sceneTriggers->item(index)); SceneTriggerWidget *s2 = (SceneTriggerWidget *)ui->sceneTriggers->itemWidget( ui->sceneTriggers->item(index + 1)); SceneTriggerWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneTriggers[index], switcher->sceneTriggers[index + 1]); } void SceneTrigger::logMatch() { std::string sceneName = ""; std::string statusName = ""; std::string actionName = ""; switch (triggerType) { case sceneTriggerType::NONE: statusName = "NONE"; break; case sceneTriggerType::SCENE_ACTIVE: statusName = "SCENE ACTIVE"; break; case sceneTriggerType::SCENE_INACTIVE: statusName = "SCENE INACTIVE"; break; case sceneTriggerType::SCENE_LEAVE: statusName = "SCENE LEAVE"; break; default: break; } switch (triggerAction) { case sceneTriggerAction::NONE: actionName = "NONE"; break; case sceneTriggerAction::START_RECORDING: actionName = "START RECORDING"; break; case sceneTriggerAction::PAUSE_RECORDING: actionName = "PAUSE RECORDING"; break; case sceneTriggerAction::UNPAUSE_RECORDING: actionName = "UNPAUSE RECORDING"; break; case sceneTriggerAction::STOP_RECORDING: actionName = "STOP RECORDING"; break; case sceneTriggerAction::START_STREAMING: actionName = "START STREAMING"; break; case sceneTriggerAction::STOP_STREAMING: actionName = "STOP STREAMING"; break; case sceneTriggerAction::START_REPLAY_BUFFER: actionName = "START REPLAY BUFFER"; break; case sceneTriggerAction::STOP_REPLAY_BUFFER: actionName = "STOP REPLAY BUFFER"; break; case sceneTriggerAction::MUTE_SOURCE: actionName = "MUTE (" + GetWeakSourceName(audioSource) + ")"; break; case sceneTriggerAction::UNMUTE_SOURCE: actionName = "UNMUTE (" + GetWeakSourceName(audioSource) + ")"; break; case sceneTriggerAction::START_SWITCHER: actionName = "START SCENE SWITCHER"; break; case sceneTriggerAction::STOP_SWITCHER: actionName = "STOP SCENE SWITCHER"; break; case sceneTriggerAction::START_VCAM: actionName = "START VIRTUAL CAMERA"; break; case sceneTriggerAction::STOP_VCAM: actionName = "STOP VIRTUAL CAMERA"; break; default: actionName = "UNKNOWN"; break; } blog(LOG_INFO, "scene '%s' in status '%s' triggering action '%s' after %f seconds", GetWeakSourceName(scene).c_str(), statusName.c_str(), actionName.c_str(), duration.seconds); } void frontEndActionThread(sceneTriggerAction action, double delay) { long long mil = delay * 1000; std::this_thread::sleep_for(std::chrono::milliseconds(mil)); switch (action) { case sceneTriggerAction::NONE: break; case sceneTriggerAction::START_RECORDING: obs_frontend_recording_start(); break; case sceneTriggerAction::PAUSE_RECORDING: obs_frontend_recording_pause(true); break; case sceneTriggerAction::UNPAUSE_RECORDING: obs_frontend_recording_pause(false); break; case sceneTriggerAction::STOP_RECORDING: obs_frontend_recording_stop(); break; case sceneTriggerAction::START_STREAMING: obs_frontend_streaming_start(); break; case sceneTriggerAction::STOP_STREAMING: obs_frontend_streaming_stop(); break; #ifdef REPLAYBUFFER_SUPPORTED case sceneTriggerAction::START_REPLAY_BUFFER: obs_frontend_replay_buffer_start(); break; case sceneTriggerAction::STOP_REPLAY_BUFFER: obs_frontend_replay_buffer_stop(); break; #endif #ifdef VCAM_SUPPORTED case sceneTriggerAction::START_VCAM: obs_frontend_start_virtualcam(); break; case sceneTriggerAction::STOP_VCAM: obs_frontend_stop_virtualcam(); break; #endif default: blog(LOG_WARNING, "ignoring unexpected frontend action '%d'", static_cast(action)); break; } } void muteThread(OBSWeakSource source, double delay, bool mute) { long long mil = delay * 1000; std::this_thread::sleep_for(std::chrono::milliseconds(mil)); auto s = obs_weak_source_get_source(source); obs_source_set_muted(s, mute); obs_source_release(s); } void statusThread(double delay, bool stop) { long long mil = delay * 1000; std::this_thread::sleep_for(std::chrono::milliseconds(mil)); if (stop) { switcher->Stop(); } else { switcher->Start(); } } bool isFrontendAction(sceneTriggerAction triggerAction) { return triggerAction == sceneTriggerAction::START_RECORDING || triggerAction == sceneTriggerAction::PAUSE_RECORDING || triggerAction == sceneTriggerAction::UNPAUSE_RECORDING || triggerAction == sceneTriggerAction::STOP_RECORDING || triggerAction == sceneTriggerAction::START_STREAMING || triggerAction == sceneTriggerAction::STOP_STREAMING || triggerAction == sceneTriggerAction::START_REPLAY_BUFFER || triggerAction == sceneTriggerAction::STOP_REPLAY_BUFFER || triggerAction == sceneTriggerAction::START_VCAM || triggerAction == sceneTriggerAction::STOP_VCAM; } bool isAudioAction(sceneTriggerAction t) { return t == sceneTriggerAction::MUTE_SOURCE || t == sceneTriggerAction::UNMUTE_SOURCE; } bool isSwitcherStatusAction(sceneTriggerAction t) { return t == sceneTriggerAction::START_SWITCHER || t == sceneTriggerAction::STOP_SWITCHER; } void SceneTrigger::performAction() { if (triggerAction == sceneTriggerAction::NONE) { return; } std::thread t; if (isFrontendAction(triggerAction)) { t = std::thread(frontEndActionThread, triggerAction, duration.seconds); } else if (isAudioAction(triggerAction)) { bool mute = triggerAction == sceneTriggerAction::MUTE_SOURCE; t = std::thread(muteThread, audioSource, duration.seconds, mute); } else if (isSwitcherStatusAction(triggerAction)) { bool stop = triggerAction == sceneTriggerAction::STOP_SWITCHER; t = std::thread(statusThread, duration.seconds, stop); } else { blog(LOG_WARNING, "ignoring unknown action '%d'", static_cast(triggerAction)); } t.detach(); } bool SceneTrigger::checkMatch(OBSWeakSource currentScene, OBSWeakSource previousScene) { switch (triggerType) { case sceneTriggerType::NONE: return false; case sceneTriggerType::SCENE_ACTIVE: return currentScene == scene; case sceneTriggerType::SCENE_INACTIVE: return currentScene != scene; case sceneTriggerType::SCENE_LEAVE: return previousScene == scene; } return false; } void SwitcherData::checkTriggers() { if (SceneTrigger::pause) { return; } for (auto &t : sceneTriggers) { if (stop && !isSwitcherStatusAction(t.triggerAction)) { continue; } if (t.checkMatch(currentScene, previousScene)) { t.logMatch(); t.performAction(); } } } void SwitcherData::saveSceneTriggers(obs_data_t *obj) { obs_data_array_t *triggerArray = obs_data_array_create(); for (auto &s : sceneTriggers) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(triggerArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "triggers", triggerArray); obs_data_array_release(triggerArray); } void SwitcherData::loadSceneTriggers(obs_data_t *obj) { sceneTriggers.clear(); obs_data_array_t *triggerArray = obs_data_get_array(obj, "triggers"); size_t count = obs_data_array_count(triggerArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(triggerArray, i); sceneTriggers.emplace_back(); sceneTriggers.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(triggerArray); } void AdvSceneSwitcher::setupTriggerTab() { for (auto &s : switcher->sceneTriggers) { QListWidgetItem *item; item = new QListWidgetItem(ui->sceneTriggers); ui->sceneTriggers->addItem(item); SceneTriggerWidget *sw = new SceneTriggerWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->sceneTriggers->setItemWidget(item, sw); } if (switcher->sceneTriggers.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->triggerAdd, QColor(Qt::green)); } ui->triggerHelp->setVisible(true); } else { ui->triggerHelp->setVisible(false); } } void SceneTrigger::save(obs_data_t *obj) { obs_data_set_string(obj, "scene", GetWeakSourceName(scene).c_str()); obs_data_set_int(obj, "triggerType", static_cast(triggerType)); obs_data_set_int(obj, "triggerAction", static_cast(triggerAction)); duration.Save(obj, "duration"); obs_data_set_string(obj, "audioSource", GetWeakSourceName(audioSource).c_str()); } void SceneTrigger::load(obs_data_t *obj) { const char *sceneName = obs_data_get_string(obj, "scene"); scene = GetWeakSourceByName(sceneName); triggerType = static_cast( obs_data_get_int(obj, "triggerType")); triggerAction = static_cast( obs_data_get_int(obj, "triggerAction")); duration.Load(obj, "duration"); const char *audioSourceName = obs_data_get_string(obj, "audioSource"); audioSource = GetWeakSourceByName(audioSourceName); } static inline void populateTriggers(QComboBox *list) { addSelectionEntry( list, obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.none")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneActive")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneInactive")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerType.sceneLeave")); } inline void populateActions(QComboBox *list) { addSelectionEntry( list, obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.none")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startRecording")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.pauseRecording")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unpauseRecording")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopRecording")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startStreaming")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopStreaming")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startReplayBuffer")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopReplayBuffer")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.muteSource")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.unmuteSource")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startSwitcher")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopSwitcher")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.startVirtualCamera")); list->addItem(obs_module_text( "AdvSceneSwitcher.sceneTriggerTab.sceneTriggerAction.stopVirtualCamera")); } SceneTriggerWidget::SceneTriggerWidget(QWidget *parent, SceneTrigger *s) : SwitchWidget(parent, s, false, false) { triggers = new QComboBox(); actions = new QComboBox(); duration = new DurationSelection(); audioSources = new QComboBox(); QWidget::connect(triggers, SIGNAL(currentIndexChanged(int)), this, SLOT(TriggerTypeChanged(int))); QWidget::connect(actions, SIGNAL(currentIndexChanged(int)), this, SLOT(TriggerActionChanged(int))); QWidget::connect(duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(duration, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DurationUnitChanged(DurationUnit))); QWidget::connect(audioSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(AudioSourceChanged(const QString &))); populateTriggers(triggers); populateActions(actions); populateAudioSelection(audioSources); if (s) { triggers->setCurrentIndex(static_cast(s->triggerType)); actions->setCurrentIndex(static_cast(s->triggerAction)); duration->SetDuration(s->duration); audioSources->setCurrentText( GetWeakSourceName(s->audioSource).c_str()); if (isAudioAction(s->triggerAction)) { audioSources->show(); } else { audioSources->hide(); } } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{triggers}}", triggers}, {"{{actions}}", actions}, {"{{audioSources}}", audioSources}, {"{{duration}}", duration}, {"{{scenes}}", scenes}}; placeWidgets(obs_module_text("AdvSceneSwitcher.sceneTriggerTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } SceneTrigger *SceneTriggerWidget::getSwitchData() { return switchData; } void SceneTriggerWidget::setSwitchData(SceneTrigger *s) { switchData = s; } void SceneTriggerWidget::swapSwitchData(SceneTriggerWidget *s1, SceneTriggerWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); SceneTrigger *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void SceneTriggerWidget::TriggerTypeChanged(int index) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->triggerType = static_cast(index); } void SceneTriggerWidget::TriggerActionChanged(int index) { if (loading || !switchData) { return; } { std::lock_guard lock(switcher->m); switchData->triggerAction = static_cast(index); } if (isAudioAction(switchData->triggerAction)) { audioSources->show(); } else { audioSources->hide(); } } void SceneTriggerWidget::DurationChanged(double seconds) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration.seconds = seconds; } void SceneTriggerWidget::DurationUnitChanged(DurationUnit unit) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration.displayUnit = unit; } void SceneTriggerWidget::AudioSourceChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->audioSource = GetWeakSourceByQString(text); } SceneSwitcher-1.17.2/src/screenshot-helper.cpp000066400000000000000000000055151417525156400213150ustar00rootroot00000000000000#include "headers/screenshot-helper.hpp" #include "headers/advanced-scene-switcher.hpp" static void ScreenshotTick(void *param, float); AdvSSScreenshotObj::AdvSSScreenshotObj(obs_source_t *source) : weakSource(OBSGetWeakRef(source)) { obs_add_tick_callback(ScreenshotTick, this); } AdvSSScreenshotObj::~AdvSSScreenshotObj() { obs_enter_graphics(); gs_stagesurface_destroy(stagesurf); gs_texrender_destroy(texrender); obs_leave_graphics(); obs_remove_tick_callback(ScreenshotTick, this); } void AdvSSScreenshotObj::Screenshot() { OBSSource source = OBSGetStrongRef(weakSource); if (source) { cx = obs_source_get_base_width(source); cy = obs_source_get_base_height(source); } else { obs_video_info ovi; obs_get_video_info(&ovi); cx = ovi.base_width; cy = ovi.base_height; } if (!cx || !cy) { vblog(LOG_WARNING, "Cannot screenshot \"%s\", invalid target size", obs_source_get_name(source)); obs_remove_tick_callback(ScreenshotTick, this); done = true; return; } texrender = gs_texrender_create(GS_RGBA, GS_ZS_NONE); stagesurf = gs_stagesurface_create(cx, cy, GS_RGBA); gs_texrender_reset(texrender); if (gs_texrender_begin(texrender, cx, cy)) { vec4 zero; vec4_zero(&zero); gs_clear(GS_CLEAR_COLOR, &zero, 0.0f, 0); gs_ortho(0.0f, (float)cx, 0.0f, (float)cy, -100.0f, 100.0f); gs_blend_state_push(); gs_blend_function(GS_BLEND_ONE, GS_BLEND_ZERO); if (source) { obs_source_inc_showing(source); obs_source_video_render(source); obs_source_dec_showing(source); } else { obs_render_main_texture(); } gs_blend_state_pop(); gs_texrender_end(texrender); } } void AdvSSScreenshotObj::Download() { gs_stage_texture(stagesurf, gs_texrender_get_texture(texrender)); } void AdvSSScreenshotObj::Copy() { uint8_t *videoData = nullptr; uint32_t videoLinesize = 0; image = QImage(cx, cy, QImage::Format::Format_RGBA8888); if (gs_stagesurface_map(stagesurf, &videoData, &videoLinesize)) { int linesize = image.bytesPerLine(); for (int y = 0; y < (int)cy; y++) memcpy(image.scanLine(y), videoData + (y * videoLinesize), linesize); gs_stagesurface_unmap(stagesurf); } } void AdvSSScreenshotObj::MarkDone() { time = std::chrono::high_resolution_clock::now(); done = true; } #define STAGE_SCREENSHOT 0 #define STAGE_DOWNLOAD 1 #define STAGE_COPY_AND_SAVE 2 #define STAGE_FINISH 3 static void ScreenshotTick(void *param, float) { AdvSSScreenshotObj *data = reinterpret_cast(param); if (data->stage == STAGE_FINISH) { return; } obs_enter_graphics(); switch (data->stage) { case STAGE_SCREENSHOT: data->Screenshot(); break; case STAGE_DOWNLOAD: data->Download(); break; case STAGE_COPY_AND_SAVE: data->Copy(); data->MarkDone(); obs_remove_tick_callback(ScreenshotTick, data); break; } obs_leave_graphics(); data->stage++; } SceneSwitcher-1.17.2/src/section.cpp000066400000000000000000000110511417525156400173170ustar00rootroot00000000000000#include "headers/section.hpp" #include "headers/utility.hpp" #include #include Section::Section(const int animationDuration, QWidget *parent) : QWidget(parent), _animationDuration(animationDuration) { _toggleButton = new QToolButton(this); _headerLine = new QFrame(this); _mainLayout = new QGridLayout(this); _headerWidgetLayout = new QHBoxLayout(); _toggleButton->setStyleSheet("QToolButton {border: none;}"); _toggleButton->setToolButtonStyle(Qt::ToolButtonIconOnly); _toggleButton->setArrowType(Qt::ArrowType::RightArrow); _toggleButton->setCheckable(true); _toggleButton->setChecked(true); _headerLine->setFrameShape(QFrame::HLine); _headerLine->setFrameShadow(QFrame::Sunken); _headerLine->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum); // Don't waste space _mainLayout->setVerticalSpacing(0); _mainLayout->setContentsMargins(0, 0, 0, 0); // But add some spacing for widgets in header _headerWidgetLayout->setSpacing(11); _headerWidgetLayout->addWidget(_toggleButton); int row = 0; _mainLayout->addLayout(_headerWidgetLayout, row, 0, 1, 1, Qt::AlignLeft); _mainLayout->addWidget(_headerLine, row++, 2, 1, 1); setLayout(_mainLayout); connect(_toggleButton, &QToolButton::toggled, this, &Section::Collapse); } void Section::Collapse(bool collapse) { _toggleButton->setChecked(collapse); _toggleButton->setArrowType(!collapse ? Qt::ArrowType::DownArrow : Qt::ArrowType::RightArrow); _toggleAnimation->setDirection(!collapse ? QAbstractAnimation::Forward : QAbstractAnimation::Backward); _transitioning = true; _collapsed = collapse; _toggleAnimation->start(); emit Collapsed(collapse); } void Section::SetContent(QWidget *w, bool collapsed) { CleanUpPreviousContent(); delete _contentArea; // Setup contentArea _contentArea = new QScrollArea(this); _contentArea->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); _contentArea->setStyleSheet("QScrollArea { border: none; }"); _contentArea->setMaximumHeight(0); _contentArea->setMinimumHeight(0); w->installEventFilter(this); _content = w; auto newLayout = new QVBoxLayout(); newLayout->setContentsMargins(0, 0, 0, 0); newLayout->addWidget(w); _contentArea->setLayout(newLayout); _mainLayout->addWidget(_contentArea, 1, 0, 1, 3); _headerHeight = sizeHint().height() - _contentArea->maximumHeight(); _contentHeight = newLayout->sizeHint().height(); if (collapsed) { this->setMinimumHeight(_headerHeight); _contentArea->setMaximumHeight(0); } else { this->setMinimumHeight(_headerHeight + _contentHeight); _contentArea->setMaximumHeight(_contentHeight); } SetupAnimations(); Collapse(collapsed); } void Section::AddHeaderWidget(QWidget *w) { _headerWidgetLayout->addWidget(w); } void Section::SetCollapsed(bool collapsed) { Collapse(collapsed); } bool Section::eventFilter(QObject *obj, QEvent *event) { if (event->type() == QEvent::Resize && !_transitioning && !_collapsed) { _contentHeight = _content->sizeHint().height(); setMaximumHeight(_headerHeight + _contentHeight); setMinimumHeight(_headerHeight + _contentHeight); _contentArea->setMaximumHeight(_contentHeight); SetupAnimations(); } return QObject::eventFilter(obj, event); } void Section::SetupAnimations() { delete _toggleAnimation; _toggleAnimation = new QParallelAnimationGroup(this); _toggleAnimation->addAnimation( new QPropertyAnimation(this, "minimumHeight")); _toggleAnimation->addAnimation( new QPropertyAnimation(this, "maximumHeight")); _toggleAnimation->addAnimation( new QPropertyAnimation(_contentArea, "maximumHeight")); for (int i = 0; i < _toggleAnimation->animationCount() - 1; ++i) { QPropertyAnimation *SectionAnimation = static_cast( _toggleAnimation->animationAt(i)); SectionAnimation->setDuration(_animationDuration); SectionAnimation->setStartValue(_headerHeight); SectionAnimation->setEndValue(_headerHeight + _contentHeight); } QPropertyAnimation *contentAnimation = static_cast(_toggleAnimation->animationAt( _toggleAnimation->animationCount() - 1)); contentAnimation->setDuration(_animationDuration); contentAnimation->setStartValue(0); contentAnimation->setEndValue(_contentHeight); QWidget::connect(_toggleAnimation, SIGNAL(finished()), this, SLOT(AnimationFinished())); } void Section::CleanUpPreviousContent() { if (_contentArea) { auto oldLayout = _contentArea->layout(); if (oldLayout) { clearLayout(oldLayout); delete oldLayout; } } } void Section::AnimationFinished() { _transitioning = false; } SceneSwitcher-1.17.2/src/status-control.cpp000066400000000000000000000055151417525156400206640ustar00rootroot00000000000000#include "headers/status-control.hpp" #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #include #include #include #include StatusDock *dock = nullptr; StatusControl::StatusControl(QWidget *parent, bool noLayout) : QWidget(parent) { _button = new QPushButton("-", this); _status = new QLabel("-", this); _statusPrefix = new QLabel( obs_module_text( "AdvSceneSwitcher.generalTab.status.currentStatus"), this); QWidget::connect(_button, SIGNAL(clicked()), this, SLOT(ButtonClicked())); if (!noLayout) { QHBoxLayout *statusLayout = new QHBoxLayout(); statusLayout->addWidget(_statusPrefix); statusLayout->addWidget(_status); statusLayout->addStretch(); QVBoxLayout *layout = new QVBoxLayout(); layout->addLayout(statusLayout); layout->addWidget(_button); setLayout(layout); } if (switcher->stop) { SetStopped(); } else { SetStarted(); } connect(&_timer, SIGNAL(timeout()), this, SLOT(UpdateStatus())); _timer.start(1000); } void StatusControl::ButtonClicked() { if (switcher->th && switcher->th->isRunning()) { switcher->Stop(); SetStopped(); } else { switcher->Start(); SetStarted(); } } void StatusControl::UpdateStatus() { if (!switcher) { return; } if (switcher->th && switcher->th->isRunning()) { if (!_setToStopped) { return; } SetStarted(); } else { if (_setToStopped) { return; } SetStopped(); } } void StatusControl::SetStarted() { _button->setText( obs_module_text("AdvSceneSwitcher.generalTab.status.stop")); _status->setText(obs_module_text("AdvSceneSwitcher.status.active")); _status->disconnect(_pulse); _setToStopped = false; } void StatusControl::SetStopped() { _button->setText( obs_module_text("AdvSceneSwitcher.generalTab.status.start")); _status->setText(obs_module_text("AdvSceneSwitcher.status.inactive")); if (!switcher->disableHints) { _pulse = PulseWidget(_status, QColor(Qt::red), QColor(0, 0, 0, 0), "QLabel "); } _setToStopped = true; } StatusDock::StatusDock(QWidget *parent) : QDockWidget(obs_module_text("AdvSceneSwitcher.windowTitle"), parent) { setFloating(true); // Setting a fixed object name is crucial for OBS to be able to restore // the docks position, if the dock is not floating setObjectName("Adv-ss-dock"); // Not sure why an extra QWidget wrapper is necessary... // without it the dock widget seems to be partially transparent. QWidget *tmp = new QWidget; QHBoxLayout *layout = new QHBoxLayout; layout->addWidget(new StatusControl(this)); tmp->setLayout(layout); setWidget(tmp); } void SetupDock() { dock = new StatusDock( static_cast(obs_frontend_get_main_window())); // Added for cosmetic reasons to avoid brief flash of dock window on startup dock->setVisible(false); static_cast(obs_frontend_add_dock(dock)); } SceneSwitcher-1.17.2/src/switch-audio.cpp000066400000000000000000000366351417525156400202720ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/volume-control.hpp" #include "headers/utility.hpp" bool AudioSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_audioAdd_clicked() { std::lock_guard lock(switcher->m); switcher->audioSwitches.emplace_back(); AudioSwitchWidget *sw = new AudioSwitchWidget(this, &switcher->audioSwitches.back()); listAddClicked(ui->audioSwitches, sw, ui->audioAdd, &addPulse); ui->audioHelp->setVisible(false); } void AdvSceneSwitcher::on_audioRemove_clicked() { QListWidgetItem *item = ui->audioSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->audioSwitches->currentRow(); auto &switches = switcher->audioSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_audioUp_clicked() { int index = ui->audioSwitches->currentRow(); if (!listMoveUp(ui->audioSwitches)) { return; } AudioSwitchWidget *s1 = (AudioSwitchWidget *)ui->audioSwitches->itemWidget( ui->audioSwitches->item(index)); AudioSwitchWidget *s2 = (AudioSwitchWidget *)ui->audioSwitches->itemWidget( ui->audioSwitches->item(index - 1)); AudioSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->audioSwitches[index], switcher->audioSwitches[index - 1]); } void AdvSceneSwitcher::on_audioDown_clicked() { int index = ui->audioSwitches->currentRow(); if (!listMoveDown(ui->audioSwitches)) { return; } AudioSwitchWidget *s1 = (AudioSwitchWidget *)ui->audioSwitches->itemWidget( ui->audioSwitches->item(index)); AudioSwitchWidget *s2 = (AudioSwitchWidget *)ui->audioSwitches->itemWidget( ui->audioSwitches->item(index + 1)); AudioSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->audioSwitches[index], switcher->audioSwitches[index + 1]); } void AdvSceneSwitcher::on_audioFallback_toggled(bool on) { if (loading || !switcher) { return; } std::lock_guard lock(switcher->m); switcher->audioFallback.enable = on; } void SwitcherData::checkAudioSwitchFallback(OBSWeakSource &scene, OBSWeakSource &transition) { if (audioFallback.duration.DurationReached()) { scene = audioFallback.getScene(); transition = audioFallback.transition; if (verbose) { audioFallback.logMatch(); } } } bool SwitcherData::checkAudioSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (AudioSwitch::pause) { return false; } bool match = false; bool fallbackChecked = false; // false if only one or no match for (AudioSwitch &s : audioSwitches) { if (!s.initialized()) { continue; } if (s.ignoreInactiveSource) { obs_source_t *as = obs_weak_source_get_source(s.audioSource); bool audioActive = obs_source_active(as); obs_source_release(as); if (!audioActive) { continue; } } // peak will have a value from -60 db to 0 db bool volumeThresholdreached = false; if (s.condition == ABOVE) { volumeThresholdreached = ((double)s.peak + 60) * 1.7 > s.volumeThreshold; } else { volumeThresholdreached = ((double)s.peak + 60) * 1.7 < s.volumeThreshold; } // Reset for next check s.peak = -FLT_MAX; if (!volumeThresholdreached) { s.duration.Reset(); } if (volumeThresholdreached && s.duration.DurationReached()) { if (match) { checkAudioSwitchFallback(scene, transition); fallbackChecked = true; break; } scene = s.getScene(); transition = s.transition; match = true; if (verbose) { s.logMatch(); } if (!audioFallback.enable) { break; } } } if (!fallbackChecked) { audioFallback.duration.Reset(); } return match; } void SwitcherData::saveAudioSwitches(obs_data_t *obj) { obs_data_array_t *audioArray = obs_data_array_create(); for (AudioSwitch &s : audioSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(audioArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "audioSwitches", audioArray); obs_data_array_release(audioArray); audioFallback.save(obj); } void SwitcherData::loadAudioSwitches(obs_data_t *obj) { audioSwitches.clear(); obs_data_array_t *audioArray = obs_data_get_array(obj, "audioSwitches"); size_t count = obs_data_array_count(audioArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(audioArray, i); audioSwitches.emplace_back(); audioSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(audioArray); audioFallback.load(obj); } void AdvSceneSwitcher::setupAudioTab() { for (auto &s : switcher->audioSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->audioSwitches); ui->audioSwitches->addItem(item); AudioSwitchWidget *sw = new AudioSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->audioSwitches->setItemWidget(item, sw); } if (switcher->audioSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->audioAdd, QColor(Qt::green)); } ui->audioHelp->setVisible(true); } else { ui->audioHelp->setVisible(false); } AudioSwitchFallbackWidget *fb = new AudioSwitchFallbackWidget(this, &switcher->audioFallback); ui->audioFallbackLayout->addWidget(fb); ui->audioFallback->setChecked(switcher->audioFallback.enable); } void AudioSwitch::setVolumeLevel(void *data, const float *, const float peak[MAX_AUDIO_CHANNELS], const float *) { AudioSwitch *s = static_cast(data); for (int i = 0; i < MAX_AUDIO_CHANNELS; i++) { if (peak[i] > s->peak) { s->peak = peak[i]; } } } obs_volmeter_t *AddVolmeterToSource(AudioSwitch *entry, obs_weak_source *source) { obs_volmeter_t *volmeter = obs_volmeter_create(OBS_FADER_LOG); obs_volmeter_add_callback(volmeter, AudioSwitch::setVolumeLevel, entry); obs_source_t *as = obs_weak_source_get_source(source); if (!obs_volmeter_attach_source(volmeter, as)) { const char *name = obs_source_get_name(as); blog(LOG_WARNING, "failed to attach volmeter to source %s", name); } obs_source_release(as); return volmeter; } void AudioSwitch::resetVolmeter() { obs_volmeter_remove_callback(volmeter, setVolumeLevel, this); obs_volmeter_destroy(volmeter); volmeter = AddVolmeterToSource(this, audioSource); } bool AudioSwitch::initialized() { return SceneSwitcherEntry::initialized() && audioSource; } bool AudioSwitch::valid() { return !initialized() || (SceneSwitcherEntry::valid() && WeakSourceValid(audioSource)); } void AudioSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "audioSource", GetWeakSourceName(audioSource).c_str()); obs_data_set_int(obj, "volume", volumeThreshold); obs_data_set_int(obj, "condition", condition); duration.Save(obj, "duration"); obs_data_set_bool(obj, "ignoreInactiveSource", ignoreInactiveSource); } void AudioSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); const char *audioSourceName = obs_data_get_string(obj, "audioSource"); audioSource = GetWeakSourceByName(audioSourceName); volumeThreshold = obs_data_get_int(obj, "volume"); condition = (audioCondition)obs_data_get_int(obj, "condition"); duration.Load(obj, "duration"); ignoreInactiveSource = obs_data_get_bool(obj, "ignoreInactiveSource"); volmeter = AddVolmeterToSource(this, audioSource); } void AudioSwitchFallback::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj, "audioFallbackTargetType", "audioFallbackScene", "audioFallbackTransition"); obs_data_set_bool(obj, "audioFallbackEnable", enable); duration.Save(obj, "audioFallbackDuration"); } void AudioSwitchFallback::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj, "audioFallbackTargetType", "audioFallbackScene", "audioFallbackTransition"); enable = obs_data_get_bool(obj, "audioFallbackEnable"); duration.Load(obj, "audioFallbackDuration"); } AudioSwitch::AudioSwitch(const AudioSwitch &other) : SceneSwitcherEntry(other.targetType, other.group, other.scene, other.transition, other.usePreviousScene), audioSource(other.audioSource), volumeThreshold(other.volumeThreshold), condition(other.condition), duration(other.duration) { volmeter = AddVolmeterToSource(this, other.audioSource); } AudioSwitch::AudioSwitch(AudioSwitch &&other) noexcept : SceneSwitcherEntry(other.targetType, other.group, other.scene, other.transition, other.usePreviousScene), audioSource(other.audioSource), volumeThreshold(other.volumeThreshold), condition(other.condition), duration(other.duration), volmeter(other.volmeter) { other.volmeter = nullptr; } AudioSwitch::~AudioSwitch() { obs_volmeter_remove_callback(volmeter, setVolumeLevel, this); obs_volmeter_destroy(volmeter); } AudioSwitch &AudioSwitch::operator=(const AudioSwitch &other) { AudioSwitch t(other); swap(*this, t); return *this = AudioSwitch(other); } AudioSwitch &AudioSwitch::operator=(AudioSwitch &&other) noexcept { if (this == &other) { return *this; } swap(*this, other); obs_volmeter_remove_callback(other.volmeter, setVolumeLevel, this); obs_volmeter_destroy(other.volmeter); other.volmeter = nullptr; return *this; } void swap(AudioSwitch &first, AudioSwitch &second) { std::swap(first.targetType, second.targetType); std::swap(first.group, second.group); std::swap(first.scene, second.scene); std::swap(first.transition, second.transition); std::swap(first.usePreviousScene, second.usePreviousScene); std::swap(first.audioSource, second.audioSource); std::swap(first.volumeThreshold, second.volumeThreshold); std::swap(first.condition, second.condition); std::swap(first.duration, second.duration); std::swap(first.peak, second.peak); std::swap(first.volmeter, second.volmeter); first.resetVolmeter(); second.resetVolmeter(); } static inline void populateConditionSelection(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.audioTab.condition.above")); list->addItem( obs_module_text("AdvSceneSwitcher.audioTab.condition.below")); } AudioSwitchWidget::AudioSwitchWidget(QWidget *parent, AudioSwitch *s) : SwitchWidget(parent, s, true, true) { audioSources = new QComboBox(); condition = new QComboBox(); audioVolumeThreshold = new QSpinBox(); duration = new DurationSelection(this, false); ignoreInactiveSource = new QCheckBox(obs_module_text( "AdvSceneSwitcher.audioTab.ignoreInactiveSource")); obs_source_t *source = nullptr; if (s) { source = obs_weak_source_get_source(s->audioSource); } volMeter = new VolControl(source); obs_source_release(source); audioVolumeThreshold->setSuffix("%"); audioVolumeThreshold->setMaximum(100); audioVolumeThreshold->setMinimum(0); QWidget::connect(volMeter->GetSlider(), SIGNAL(valueChanged(int)), audioVolumeThreshold, SLOT(setValue(int))); QWidget::connect(audioVolumeThreshold, SIGNAL(valueChanged(int)), volMeter->GetSlider(), SLOT(setValue(int))); QWidget::connect(audioVolumeThreshold, SIGNAL(valueChanged(int)), this, SLOT(VolumeThresholdChanged(int))); QWidget::connect(condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(audioSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(ignoreInactiveSource, SIGNAL(stateChanged(int)), this, SLOT(IgnoreInactiveChanged(int))); populateAudioSelection(audioSources); populateConditionSelection(condition); if (s) { audioSources->setCurrentText( GetWeakSourceName(s->audioSource).c_str()); audioVolumeThreshold->setValue(s->volumeThreshold); condition->setCurrentIndex(s->condition); duration->SetDuration(s->duration); ignoreInactiveSource->setChecked(s->ignoreInactiveSource); } QHBoxLayout *switchLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{audioSources}}", audioSources}, {"{{volumeWidget}}", audioVolumeThreshold}, {"{{condition}}", condition}, {"{{duration}}", duration}, {"{{ignoreInactiveSource}}", ignoreInactiveSource}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.audioTab.entry"), switchLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(switchLayout); mainLayout->addWidget(volMeter); setLayout(mainLayout); switchData = s; loading = false; } AudioSwitch *AudioSwitchWidget::getSwitchData() { return switchData; } void AudioSwitchWidget::setSwitchData(AudioSwitch *s) { switchData = s; } void AudioSwitchWidget::swapSwitchData(AudioSwitchWidget *s1, AudioSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); AudioSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void AudioSwitchWidget::UpdateVolmeterSource() { delete volMeter; obs_source_t *soruce = obs_weak_source_get_source(switchData->audioSource); volMeter = new VolControl(soruce); obs_source_release(soruce); QLayout *layout = this->layout(); layout->addWidget(volMeter); QWidget::connect(volMeter->GetSlider(), SIGNAL(valueChanged(int)), audioVolumeThreshold, SLOT(setValue(int))); QWidget::connect(audioVolumeThreshold, SIGNAL(valueChanged(int)), volMeter->GetSlider(), SLOT(setValue(int))); // Slider will default to 0 so set it manually once volMeter->GetSlider()->setValue(switchData->volumeThreshold); } void AudioSwitchWidget::SourceChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->audioSource = GetWeakSourceByQString(text); switchData->resetVolmeter(); UpdateVolmeterSource(); } void AudioSwitchWidget::VolumeThresholdChanged(int vol) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->volumeThreshold = vol; } void AudioSwitchWidget::ConditionChanged(int cond) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->condition = (audioCondition)cond; } void AudioSwitchWidget::DurationChanged(double sec) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration.seconds = sec; } void AudioSwitchWidget::IgnoreInactiveChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->ignoreInactiveSource = state; } AudioSwitchFallbackWidget::AudioSwitchFallbackWidget(QWidget *parent, AudioSwitchFallback *s) : SwitchWidget(parent, s, true, true) { duration = new DurationSelection(this, false); QWidget::connect(duration, SIGNAL(DurationChanged(double)), this, SLOT(DurationChanged(double))); if (s) { duration->SetDuration(s->duration); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{duration}}", duration}, {"{{transitions}}", transitions}}; placeWidgets( obs_module_text("AdvSceneSwitcher.audioTab.multiMatchfallback"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } void AudioSwitchFallbackWidget::DurationChanged(double sec) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration.seconds = sec; } SceneSwitcher-1.17.2/src/switch-executable.cpp000066400000000000000000000154031417525156400213000ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool ExecutableSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_executableAdd_clicked() { std::lock_guard lock(switcher->m); switcher->executableSwitches.emplace_back(); listAddClicked(ui->executables, new ExecutableSwitchWidget( this, &switcher->executableSwitches.back()), ui->executableAdd, &addPulse); ui->exeHelp->setVisible(false); } void AdvSceneSwitcher::on_executableRemove_clicked() { QListWidgetItem *item = ui->executables->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->executables->currentRow(); auto &switches = switcher->executableSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_executableUp_clicked() { int index = ui->executables->currentRow(); if (!listMoveUp(ui->executables)) { return; } ExecutableSwitchWidget *s1 = (ExecutableSwitchWidget *)ui->executables->itemWidget( ui->executables->item(index)); ExecutableSwitchWidget *s2 = (ExecutableSwitchWidget *)ui->executables->itemWidget( ui->executables->item(index - 1)); ExecutableSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->executableSwitches[index], switcher->executableSwitches[index - 1]); } void AdvSceneSwitcher::on_executableDown_clicked() { int index = ui->executables->currentRow(); if (!listMoveDown(ui->executables)) { return; } ExecutableSwitchWidget *s1 = (ExecutableSwitchWidget *)ui->executables->itemWidget( ui->executables->item(index)); ExecutableSwitchWidget *s2 = (ExecutableSwitchWidget *)ui->executables->itemWidget( ui->executables->item(index + 1)); ExecutableSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->executableSwitches[index], switcher->executableSwitches[index + 1]); } bool SwitcherData::checkExeSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (executableSwitches.size() == 0 || ExecutableSwitch::pause) { return false; } std::string title = switcher->currentTitle; QStringList runningProcesses; bool ignored = false; bool match = false; // Check for match GetProcessList(runningProcesses); for (ExecutableSwitch &s : executableSwitches) { if (!s.initialized()) { continue; } bool equals = runningProcesses.contains(s.exe); bool matches = (runningProcesses.indexOf( QRegularExpression(s.exe)) != -1); bool focus = (!s.inFocus || isInFocus(s.exe)); // True if current window is ignored AND switch equals OR matches last window bool ignore = (ignored && (title == s.exe.toStdString() || QString::fromStdString(title).contains( QRegularExpression(s.exe)))); if ((equals || matches) && (focus || ignore)) { match = true; scene = s.getScene(); transition = s.transition; if (verbose) { s.logMatch(); } break; } } return match; } void SwitcherData::saveExecutableSwitches(obs_data_t *obj) { obs_data_array_t *executableArray = obs_data_array_create(); for (ExecutableSwitch &s : executableSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(executableArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "executableSwitches", executableArray); obs_data_array_release(executableArray); } void SwitcherData::loadExecutableSwitches(obs_data_t *obj) { executableSwitches.clear(); obs_data_array_t *executableArray = obs_data_get_array(obj, "executableSwitches"); size_t count = obs_data_array_count(executableArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(executableArray, i); executableSwitches.emplace_back(); executableSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(executableArray); } void AdvSceneSwitcher::setupExecutableTab() { for (auto &s : switcher->executableSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->executables); ui->executables->addItem(item); ExecutableSwitchWidget *sw = new ExecutableSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->executables->setItemWidget(item, sw); } if (switcher->executableSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->executableAdd, QColor(Qt::green)); } ui->exeHelp->setVisible(true); } else { ui->exeHelp->setVisible(false); } } void ExecutableSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "exefile", exe.toUtf8()); obs_data_set_bool(obj, "infocus", inFocus); } void ExecutableSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); exe = obs_data_get_string(obj, "exefile"); inFocus = obs_data_get_bool(obj, "infocus"); } ExecutableSwitchWidget::ExecutableSwitchWidget(QWidget *parent, ExecutableSwitch *s) : SwitchWidget(parent, s, true, true) { processes = new QComboBox(); requiresFocus = new QCheckBox(obs_module_text( "AdvSceneSwitcher.executableTab.requiresFocus")); QWidget::connect(processes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ProcessChanged(const QString &))); QWidget::connect(requiresFocus, SIGNAL(stateChanged(int)), this, SLOT(FocusChanged(int))); populateProcessSelection(processes); processes->setEditable(true); processes->setMaxVisibleItems(20); if (s) { processes->setCurrentText(s->exe); requiresFocus->setChecked(s->inFocus); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{processes}}", processes}, {"{{requiresFocus}}", requiresFocus}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.executableTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } ExecutableSwitch *ExecutableSwitchWidget::getSwitchData() { return switchData; } void ExecutableSwitchWidget::setSwitchData(ExecutableSwitch *s) { switchData = s; } void ExecutableSwitchWidget::swapSwitchData(ExecutableSwitchWidget *s1, ExecutableSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); ExecutableSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void ExecutableSwitchWidget::ProcessChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->exe = text; } void ExecutableSwitchWidget::FocusChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->inFocus = state; } SceneSwitcher-1.17.2/src/switch-file.cpp000066400000000000000000000411331417525156400200750ustar00rootroot00000000000000#include #include #include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/curl-helper.hpp" #include "headers/utility.hpp" bool FileSwitch::pause = false; static QMetaObject::Connection addPulse; static std::hash strHash; void AdvSceneSwitcher::on_browseButton_clicked() { QString path = QFileDialog::getOpenFileName( this, tr(obs_module_text("AdvSceneSwitcher.fileTab.selectWrite")), QDir::currentPath(), tr(obs_module_text("AdvSceneSwitcher.fileTab.textFileType"))); if (!path.isEmpty()) { ui->writePathLineEdit->setText(path); } } void AdvSceneSwitcher::on_readFileCheckBox_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); if (!state) { ui->browseButton_2->setDisabled(true); ui->readPathLineEdit->setDisabled(true); switcher->fileIO.readEnabled = false; } else { ui->browseButton_2->setDisabled(false); ui->readPathLineEdit->setDisabled(false); switcher->fileIO.readEnabled = true; } } void AdvSceneSwitcher::on_readPathLineEdit_textChanged(const QString &text) { if (loading) { return; } std::lock_guard lock(switcher->m); if (text.isEmpty()) { switcher->fileIO.readEnabled = false; switcher->fileIO.readPath = ""; return; } switcher->fileIO.readEnabled = true; switcher->fileIO.readPath = text.toUtf8().constData(); } void AdvSceneSwitcher::on_writePathLineEdit_textChanged(const QString &text) { if (loading) { return; } std::lock_guard lock(switcher->m); if (text.isEmpty()) { switcher->fileIO.writeEnabled = false; switcher->fileIO.writePath = ""; return; } switcher->fileIO.writeEnabled = true; switcher->fileIO.writePath = text.toUtf8().constData(); } void AdvSceneSwitcher::on_browseButton_2_clicked() { QString path = QFileDialog::getOpenFileName( this, tr(obs_module_text("AdvSceneSwitcher.fileTab.selectRead")), QDir::currentPath(), tr(obs_module_text("AdvSceneSwitcher.fileTab.anyFileType"))); if (!path.isEmpty()) { ui->readPathLineEdit->setText(path); } } void SwitcherData::writeSceneInfoToFile() { if (!fileIO.writeEnabled || fileIO.writePath.empty()) { return; } QFile file(QString::fromStdString(fileIO.writePath)); if (file.open(QIODevice::WriteOnly)) { // switcher->currentScene cannot be used here as scene might // have changed already obs_source_t *source = obs_frontend_get_current_scene(); auto msg = obs_source_get_name(source); obs_source_release(source); file.write(msg, qstrlen(msg)); file.close(); } } void SwitcherData::writeToStatusFile(const QString &msg) { if (!fileIO.writeEnabled || fileIO.writePath.empty()) { return; } QFile file(QString::fromStdString(fileIO.writePath)); if (file.open(QIODevice::ReadWrite)) { QTextStream stream(&file); stream << msg << endl; } file.close(); } bool SwitcherData::checkSwitchInfoFromFile(OBSWeakSource &scene, OBSWeakSource &transition) { if (!fileIO.readEnabled || fileIO.readPath.empty() || FileSwitch::pause) { return false; } QFile file(QString::fromStdString(fileIO.readPath)); if (!file.open(QIODevice::ReadOnly)) { return false; } bool match = false; QTextStream in(&file); QString sceneStr = in.readLine(); OBSWeakSource sceneRead = GetWeakSourceByQString(sceneStr); QString transitionStr = in.readLine(); OBSWeakSource transitionRead = GetWeakTransitionByQString(transitionStr); if (sceneRead) { match = true; scene = sceneRead; transition = transitionRead; vblog(LOG_INFO, "match for 'file' - read scene '%s' and transition '%s' from file '%s'", sceneStr.toUtf8().constData(), transitionStr.toUtf8().constData(), fileIO.readPath.c_str()); } file.close(); return match; } static size_t WriteCallback(void *contents, size_t size, size_t nmemb, void *userp) { ((std::string *)userp)->append((char *)contents, size * nmemb); return size * nmemb; } static std::string getRemoteData(std::string &url) { std::string readBuffer; if (switcher->curl && f_curl_setopt && f_curl_perform) { f_curl_setopt(switcher->curl, CURLOPT_URL, url.c_str()); f_curl_setopt(switcher->curl, CURLOPT_WRITEFUNCTION, WriteCallback); f_curl_setopt(switcher->curl, CURLOPT_WRITEDATA, &readBuffer); // Set timeout to at least one second int timeout = switcher->interval / 1000; if (timeout == 0) { timeout = 1; } f_curl_setopt(switcher->curl, CURLOPT_TIMEOUT, 1); f_curl_perform(switcher->curl); } return readBuffer; } bool matchFileContent(QString &filedata, FileSwitch &s) { if (s.onlyMatchIfChanged) { size_t newHash = strHash(filedata.toUtf8().constData()); if (newHash == s.lastHash) { return false; } s.lastHash = newHash; } if (s.useRegex) { QRegExp rx(QString::fromStdString(s.text)); return rx.exactMatch(filedata); } QString text = QString::fromStdString(s.text); return compareIgnoringLineEnding(text, filedata); } bool checkRemoteFileContent(FileSwitch &s) { std::string data = getRemoteData(s.file); QString qdata = QString::fromStdString(data); return matchFileContent(qdata, s); } bool checkLocalFileContent(FileSwitch &s) { QString t = QString::fromStdString(s.text); QFile file(QString::fromStdString(s.file)); if (!file.open(QIODevice::ReadOnly)) { return false; } if (s.useTime) { QDateTime newLastMod = QFileInfo(file).lastModified(); if (s.lastMod == newLastMod) { return false; } s.lastMod = newLastMod; } QString filedata = QTextStream(&file).readAll(); bool match = matchFileContent(filedata, s); file.close(); return match; } bool SwitcherData::checkFileContent(OBSWeakSource &scene, OBSWeakSource &transition) { if (FileSwitch::pause) { return false; } bool match = false; for (FileSwitch &s : fileSwitches) { if (!s.initialized()) { continue; } bool equal = false; if (s.remote) { equal = checkRemoteFileContent(s); } else { equal = checkLocalFileContent(s); } if (equal) { scene = s.getScene(); transition = s.transition; match = true; if (verbose) { s.logMatch(); } break; } } return match; } void AdvSceneSwitcher::on_fileAdd_clicked() { std::lock_guard lock(switcher->m); switcher->fileSwitches.emplace_back(); listAddClicked(ui->fileSwitches, new FileSwitchWidget(this, &switcher->fileSwitches.back()), ui->fileAdd, &addPulse); ui->fileHelp->setVisible(false); } void AdvSceneSwitcher::on_fileRemove_clicked() { QListWidgetItem *item = ui->fileSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->fileSwitches->currentRow(); auto &switches = switcher->fileSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_fileSwitches_currentRowChanged(int idx) { if (loading) { return; } if (idx == -1) { return; } std::lock_guard lock(switcher->m); if ((int)switcher->fileSwitches.size() <= idx) { return; } FileSwitch s = switcher->fileSwitches[idx]; if (s.remote) { ui->remoteFileWarningLabel->show(); } else { ui->remoteFileWarningLabel->hide(); } } void AdvSceneSwitcher::on_fileUp_clicked() { int index = ui->fileSwitches->currentRow(); if (!listMoveUp(ui->fileSwitches)) { return; } FileSwitchWidget *s1 = (FileSwitchWidget *)ui->fileSwitches->itemWidget( ui->fileSwitches->item(index)); FileSwitchWidget *s2 = (FileSwitchWidget *)ui->fileSwitches->itemWidget( ui->fileSwitches->item(index - 1)); FileSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->fileSwitches[index], switcher->fileSwitches[index - 1]); } void AdvSceneSwitcher::on_fileDown_clicked() { int index = ui->fileSwitches->currentRow(); if (!listMoveDown(ui->fileSwitches)) { return; } FileSwitchWidget *s1 = (FileSwitchWidget *)ui->fileSwitches->itemWidget( ui->fileSwitches->item(index)); FileSwitchWidget *s2 = (FileSwitchWidget *)ui->fileSwitches->itemWidget( ui->fileSwitches->item(index + 1)); FileSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->fileSwitches[index], switcher->fileSwitches[index + 1]); } void SwitcherData::saveFileSwitches(obs_data_t *obj) { obs_data_array_t *fileArray = obs_data_array_create(); for (FileSwitch &s : fileSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(fileArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "fileSwitches", fileArray); obs_data_array_release(fileArray); obs_data_set_bool(obj, "readEnabled", fileIO.readEnabled); obs_data_set_string(obj, "readPath", fileIO.readPath.c_str()); obs_data_set_bool(obj, "writeEnabled", fileIO.writeEnabled); obs_data_set_string(obj, "writePath", fileIO.writePath.c_str()); } void SwitcherData::loadFileSwitches(obs_data_t *obj) { fileSwitches.clear(); obs_data_array_t *fileArray = obs_data_get_array(obj, "fileSwitches"); size_t count = obs_data_array_count(fileArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(fileArray, i); fileSwitches.emplace_back(); fileSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(fileArray); obs_data_set_default_bool(obj, "readEnabled", false); fileIO.readEnabled = obs_data_get_bool(obj, "readEnabled"); fileIO.readPath = obs_data_get_string(obj, "readPath"); obs_data_set_default_bool(obj, "writeEnabled", false); fileIO.writeEnabled = obs_data_get_bool(obj, "writeEnabled"); fileIO.writePath = obs_data_get_string(obj, "writePath"); } void AdvSceneSwitcher::setupFileTab() { ui->remoteFileWarningLabel->setText( obs_module_text("AdvSceneSwitcher.fileTab.remoteFileWarning1") + QString::number(switcher->interval) + obs_module_text("AdvSceneSwitcher.fileTab.remoteFileWarning2")); ui->remoteFileWarningLabel->hide(); if (switcher->curl) { ui->libcurlWarning->setVisible(false); } for (auto &s : switcher->fileSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->fileSwitches); ui->fileSwitches->addItem(item); FileSwitchWidget *sw = new FileSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->fileSwitches->setItemWidget(item, sw); } if (switcher->fileSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->fileAdd, QColor(Qt::green)); } ui->fileHelp->setVisible(true); } else { ui->fileHelp->setVisible(false); } ui->readPathLineEdit->setText( QString::fromStdString(switcher->fileIO.readPath.c_str())); ui->readFileCheckBox->setChecked(switcher->fileIO.readEnabled); ui->writePathLineEdit->setText( QString::fromStdString(switcher->fileIO.writePath.c_str())); if (ui->readFileCheckBox->checkState()) { ui->browseButton_2->setDisabled(false); ui->readPathLineEdit->setDisabled(false); } else { ui->browseButton_2->setDisabled(true); ui->readPathLineEdit->setDisabled(true); } } void FileSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "file", file.c_str()); obs_data_set_string(obj, "text", text.c_str()); obs_data_set_bool(obj, "remote", remote); obs_data_set_bool(obj, "useRegex", useRegex); obs_data_set_bool(obj, "useTime", useTime); obs_data_set_bool(obj, "onlyMatchIfChanged", onlyMatchIfChanged); } void FileSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); file = obs_data_get_string(obj, "file"); text = obs_data_get_string(obj, "text"); remote = obs_data_get_bool(obj, "remote"); useRegex = obs_data_get_bool(obj, "useRegex"); useTime = obs_data_get_bool(obj, "useTime"); onlyMatchIfChanged = obs_data_get_bool(obj, "onlyMatchIfChanged"); } FileSwitchWidget::FileSwitchWidget(QWidget *parent, FileSwitch *s) : SwitchWidget(parent, s, true, true) { fileType = new QComboBox(); filePath = new QLineEdit(); browseButton = new QPushButton(obs_module_text("AdvSceneSwitcher.browse")); browseButton->setStyleSheet("border:1px solid gray;"); matchText = new QPlainTextEdit(); useRegex = new QCheckBox( obs_module_text("AdvSceneSwitcher.fileTab.useRegExp")); checkModificationDate = new QCheckBox(obs_module_text( "AdvSceneSwitcher.fileTab.checkfileContentTime")); checkFileContent = new QCheckBox( obs_module_text("AdvSceneSwitcher.fileTab.checkfileContent")); QWidget::connect(fileType, SIGNAL(currentIndexChanged(int)), this, SLOT(FileTypeChanged(int))); QWidget::connect(filePath, SIGNAL(editingFinished()), this, SLOT(FilePathChanged())); QWidget::connect(browseButton, SIGNAL(clicked()), this, SLOT(BrowseButtonClicked())); QWidget::connect(matchText, SIGNAL(textChanged()), this, SLOT(MatchTextChanged())); QWidget::connect(useRegex, SIGNAL(stateChanged(int)), this, SLOT(UseRegexChanged(int))); QWidget::connect(checkModificationDate, SIGNAL(stateChanged(int)), this, SLOT(CheckModificationDateChanged(int))); QWidget::connect(checkFileContent, SIGNAL(stateChanged(int)), this, SLOT(CheckFileContentChanged(int))); fileType->addItem(obs_module_text("AdvSceneSwitcher.fileTab.local")); fileType->addItem(obs_module_text("AdvSceneSwitcher.fileTab.remote")); if (s) { if (s->remote) { fileType->setCurrentIndex(1); } else { fileType->setCurrentIndex(0); } filePath->setText(QString::fromStdString(s->file)); matchText->setPlainText(QString::fromStdString(s->text)); useRegex->setChecked(s->useRegex); checkModificationDate->setChecked(s->useTime); checkFileContent->setChecked(s->onlyMatchIfChanged); } std::unordered_map widgetPlaceholders = { {"{{fileType}}", fileType}, {"{{filePath}}", filePath}, {"{{browseButton}}", browseButton}, {"{{matchText}}", matchText}, {"{{useRegex}}", useRegex}, {"{{checkModificationDate}}", checkModificationDate}, {"{{checkFileContent}}", checkFileContent}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; QVBoxLayout *mainLayout = new QVBoxLayout; QHBoxLayout *line1Layout = new QHBoxLayout; QHBoxLayout *line2Layout = new QHBoxLayout; QHBoxLayout *line3Layout = new QHBoxLayout; placeWidgets(obs_module_text("AdvSceneSwitcher.fileTab.entry"), line1Layout, widgetPlaceholders); placeWidgets(obs_module_text("AdvSceneSwitcher.fileTab.entry2"), line2Layout, widgetPlaceholders, false); placeWidgets(obs_module_text("AdvSceneSwitcher.fileTab.entry3"), line3Layout, widgetPlaceholders); mainLayout->addLayout(line1Layout); mainLayout->addLayout(line2Layout); mainLayout->addLayout(line3Layout); setLayout(mainLayout); switchData = s; loading = false; } FileSwitch *FileSwitchWidget::getSwitchData() { return switchData; } void FileSwitchWidget::setSwitchData(FileSwitch *s) { switchData = s; } void FileSwitchWidget::swapSwitchData(FileSwitchWidget *s1, FileSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); FileSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void FileSwitchWidget::FileTypeChanged(int index) { if (loading || !switchData) { return; } if ((file_type)index == LOCAL) { browseButton->setDisabled(false); checkModificationDate->setDisabled(false); } else { browseButton->setDisabled(true); checkModificationDate->setDisabled(true); } std::lock_guard lock(switcher->m); switchData->remote = (file_type)index == REMOTE; } void FileSwitchWidget::FilePathChanged() { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->file = filePath->text().toUtf8().constData(); } void FileSwitchWidget::BrowseButtonClicked() { if (loading || !switchData) { return; } QString path = QFileDialog::getOpenFileName( this, tr(obs_module_text("AdvSceneSwitcher.fileTab.selectRead")), QDir::currentPath(), tr(obs_module_text("AdvSceneSwitcher.fileTab.anyFileType"))); if (path.isEmpty()) { return; } filePath->setText(path); FilePathChanged(); } void FileSwitchWidget::MatchTextChanged() { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->text = matchText->toPlainText().toUtf8().constData(); } void FileSwitchWidget::UseRegexChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->useRegex = state; } void FileSwitchWidget::CheckModificationDateChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->useTime = state; } void FileSwitchWidget::CheckFileContentChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->onlyMatchIfChanged = state; } SceneSwitcher-1.17.2/src/switch-generic.cpp000066400000000000000000000171401417525156400205730ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" static inline bool SceneGroupValid(SceneGroup *group) { if (group) { return group->name != invalid_scene_group_name; } return false; } bool SceneSwitcherEntry::initialized() { return (usePreviousScene || WeakSourceValid(scene) || SceneGroupValid(group)) && (useCurrentTransition || transition); } bool SceneSwitcherEntry::valid() { return !initialized() || ((usePreviousScene || WeakSourceValid(scene) || SceneGroupValid(group)) && (useCurrentTransition || WeakSourceValid(transition))); } void SceneSwitcherEntry::logMatchScene() { std::string sceneName = previous_scene_name; if (!usePreviousScene) { sceneName = GetWeakSourceName(scene); } blog(LOG_INFO, "match for '%s' - switch to scene '%s'", getType(), sceneName.c_str()); } void SceneSwitcherEntry::logMatchSceneGroup() { if (group->scenes.empty()) { blog(LOG_INFO, "match for '%s' - but no scenes specified in '%s'", getType(), group->name.c_str()); return; } std::string sceneName = GetWeakSourceName(group->getCurrentScene()); blog(LOG_INFO, "match for '%s' - switch to scene '%s' using '%s'", getType(), sceneName.c_str(), group->name.c_str()); } void SceneSwitcherEntry::logMatch() { if (targetType == SwitchTargetType::Scene) { logMatchScene(); } else if (targetType == SwitchTargetType::SceneGroup) { logMatchSceneGroup(); } } OBSWeakSource SceneSwitcherEntry::getScene() { if (targetType == SwitchTargetType::Scene) { if (usePreviousScene && switcher) { return switcher->previousScene; } return scene; } else if (targetType == SwitchTargetType::SceneGroup) { return group->getNextScene(); } return nullptr; } void SceneSwitcherEntry::save(obs_data_t *obj, const char *targetTypeSaveName, const char *targetSaveName, const char *transitionSaveName) { obs_data_set_int(obj, targetTypeSaveName, static_cast(targetType)); std::string targetName = ""; if (targetType == SwitchTargetType::Scene) { if (usePreviousScene) { targetName = previous_scene_name; } else { targetName = GetWeakSourceName(scene); } } else if (targetType == SwitchTargetType::SceneGroup) { targetName = group->name.c_str(); } obs_data_set_string(obj, targetSaveName, targetName.c_str()); std::string transitionName = current_transition_name; if (!useCurrentTransition) { transitionName = GetWeakSourceName(transition); } obs_data_set_string(obj, transitionSaveName, transitionName.c_str()); } void SceneSwitcherEntry::load(obs_data_t *obj, const char *targetTypeLoadName, const char *targetLoadName, const char *transitionLoadName) { targetType = static_cast( obs_data_get_int(obj, targetTypeLoadName)); const char *targetName = obs_data_get_string(obj, targetLoadName); if (targetType == SwitchTargetType::Scene) { usePreviousScene = strcmp(targetName, previous_scene_name) == 0; if (!usePreviousScene) { scene = GetWeakSourceByName(targetName); } } else if (targetType == SwitchTargetType::SceneGroup) { group = GetSceneGroupByName(targetName); } usePreviousScene = strcmp(targetName, previous_scene_name) == 0; const char *transitionName = obs_data_get_string(obj, transitionLoadName); transition = GetWeakTransitionByName(transitionName); useCurrentTransition = strcmp(transitionName, current_transition_name) == 0; } void SwitchWidget::SceneGroupAdd(const QString &name) { if (!scenes) { return; } scenes->addItem(name); } void SwitchWidget::SceneGroupRemove(const QString &name) { if (!scenes) { return; } int idx = scenes->findText(name); if (idx == -1) { return; } scenes->removeItem(idx); if (switchData && switchData->group == GetSceneGroupByQString(name)) { std::lock_guard lock(switcher->m); switchData->targetType = SwitchTargetType::Scene; switchData->scene = nullptr; } scenes->setCurrentIndex(0); } void SwitchWidget::SceneGroupRename(const QString &oldName, const QString &newName) { if (!scenes) { return; } bool renameSelected = scenes->currentText() == oldName; int idx = scenes->findText(oldName); if (idx == -1) { return; } scenes->removeItem(idx); scenes->insertItem(idx, newName); if (renameSelected) { scenes->setCurrentIndex(scenes->findText(newName)); } } SwitchWidget::SwitchWidget(QWidget *parent, SceneSwitcherEntry *s, bool usePreviousScene, bool addSceneGroup, bool addCurrentTransition) { scenes = new QComboBox(); transitions = new QComboBox(); // Depending on selected OBS theme some widgets might have a different // background color than the listwidget and might look out of place setStyleSheet("QLabel { background-color: transparent; }\ QSlider { background-color: transparent; }\ QCheckBox { background-color: transparent; }"); QWidget::connect(scenes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SceneChanged(const QString &))); QWidget::connect(transitions, SIGNAL(currentTextChanged(const QString &)), this, SLOT(TransitionChanged(const QString &))); QWidget::connect(parent, SIGNAL(SceneGroupAdded(const QString &)), this, SLOT(SceneGroupAdd(const QString &))); QWidget::connect(parent, SIGNAL(SceneGroupRemoved(const QString &)), this, SLOT(SceneGroupRemove(const QString &))); QWidget::connect( parent, SIGNAL(SceneGroupRenamed(const QString &, const QString &)), this, SLOT(SceneGroupRename(const QString &, const QString &))); populateSceneSelection(scenes, usePreviousScene, false, false, addSceneGroup, &switcher->sceneGroups); populateTransitionSelection(transitions, addCurrentTransition); switchData = s; showSwitchData(); } SceneSwitcherEntry *SwitchWidget::getSwitchData() { return switchData; } void SwitchWidget::setSwitchData(SceneSwitcherEntry *s) { switchData = s; } void SwitchWidget::showSwitchData() { if (!switchData) { return; } transitions->setCurrentText( GetWeakSourceName(switchData->transition).c_str()); if (switchData->useCurrentTransition) { transitions->setCurrentText( obs_module_text("AdvSceneSwitcher.currentTransition")); } if (switchData->usePreviousScene) { scenes->setCurrentText(obs_module_text( "AdvSceneSwitcher.selectPreviousScene")); return; } scenes->setCurrentText(GetWeakSourceName(switchData->scene).c_str()); if (switchData->group && switchData->targetType == SwitchTargetType::SceneGroup) { scenes->setCurrentText( QString::fromStdString(switchData->group->name)); } } void SwitchWidget::swapSwitchData(SwitchWidget *s1, SwitchWidget *s2) { SceneSwitcherEntry *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } bool isPreviousScene(const QString &text) { return text.compare(obs_module_text( "AdvSceneSwitcher.selectPreviousScene")) == 0; } void SwitchWidget::SceneChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->usePreviousScene = isPreviousScene(text); if (switchData->usePreviousScene) { switchData->targetType = SwitchTargetType::Scene; return; } switchData->scene = GetWeakSourceByQString(text); switchData->targetType = SwitchTargetType::Scene; if (!switchData->scene) { switchData->group = GetSceneGroupByQString(text); switchData->targetType = SwitchTargetType::SceneGroup; } } void SwitchWidget::TransitionChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->transition = GetWeakTransitionByQString(text); switchData->useCurrentTransition = switchData->transition == nullptr; } SceneSwitcher-1.17.2/src/switch-idle.cpp000066400000000000000000000146751417525156400201060ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool IdleData::pause = false; IdleWidget *idleWidget = nullptr; bool SwitcherData::checkIdleSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (!idleData.idleEnable || IdleData::pause) { return false; } std::string title = switcher->currentTitle; bool ignoreIdle = false; bool match = false; for (std::string &window : ignoreIdleWindows) { if (window == title) { ignoreIdle = true; break; } } if (!ignoreIdle) { for (std::string &window : ignoreIdleWindows) { try { bool matches = std::regex_match( title, std::regex(window)); if (matches) { ignoreIdle = true; break; } } catch (const std::regex_error &) { } } } if (!ignoreIdle && secondsSinceLastInput() > idleData.time) { if (idleData.alreadySwitched) { return false; } scene = idleData.getScene(); transition = idleData.transition; match = true; idleData.alreadySwitched = true; if (verbose) { idleData.logMatch(); } } else { idleData.alreadySwitched = false; } return match; } void AdvSceneSwitcher::on_idleCheckBox_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); if (!state) { switcher->idleData.idleEnable = false; idleWidget->setDisabled(true); } else { switcher->idleData.idleEnable = true; idleWidget->setDisabled(false); } } void AdvSceneSwitcher::on_ignoreIdleWindows_currentRowChanged(int idx) { if (loading) { return; } if (idx == -1) { return; } QListWidgetItem *item = ui->ignoreIdleWindows->item(idx); QString window = item->data(Qt::UserRole).toString(); std::lock_guard lock(switcher->m); for (auto &w : switcher->ignoreIdleWindows) { if (window.compare(w.c_str()) == 0) { ui->ignoreIdleWindowsWindows->setCurrentText(w.c_str()); break; } } } void AdvSceneSwitcher::on_ignoreIdleAdd_clicked() { QString windowName = ui->ignoreIdleWindowsWindows->currentText(); if (windowName.isEmpty()) { return; } QVariant v = QVariant::fromValue(windowName); QList items = ui->ignoreIdleWindows->findItems(windowName, Qt::MatchExactly); if (items.size() == 0) { QListWidgetItem *item = new QListWidgetItem(windowName, ui->ignoreIdleWindows); item->setData(Qt::UserRole, v); std::lock_guard lock(switcher->m); switcher->ignoreIdleWindows.emplace_back( windowName.toUtf8().constData()); ui->ignoreIdleWindows->sortItems(); } } void AdvSceneSwitcher::on_ignoreIdleRemove_clicked() { QListWidgetItem *item = ui->ignoreIdleWindows->currentItem(); if (!item) { return; } QString windowName = item->data(Qt::UserRole).toString(); { std::lock_guard lock(switcher->m); auto &windows = switcher->ignoreIdleWindows; for (auto it = windows.begin(); it != windows.end(); ++it) { auto &s = *it; if (s == windowName.toUtf8().constData()) { windows.erase(it); break; } } } delete item; } int AdvSceneSwitcher::IgnoreIdleWindowsFindByData(const QString &window) { int count = ui->ignoreIdleWindows->count(); int idx = -1; for (int i = 0; i < count; i++) { QListWidgetItem *item = ui->ignoreIdleWindows->item(i); QString itemRegion = item->data(Qt::UserRole).toString(); if (itemRegion == window) { idx = i; break; } } return idx; } void SwitcherData::saveIdleSwitches(obs_data_t *obj) { obs_data_array_t *ignoreIdleWindowsArray = obs_data_array_create(); for (std::string &window : ignoreIdleWindows) { obs_data_t *array_obj = obs_data_create(); obs_data_set_string(array_obj, "window", window.c_str()); obs_data_array_push_back(ignoreIdleWindowsArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "ignoreIdleWindows", ignoreIdleWindowsArray); obs_data_array_release(ignoreIdleWindowsArray); idleData.save(obj); } void SwitcherData::loadIdleSwitches(obs_data_t *obj) { ignoreIdleWindows.clear(); obs_data_array_t *ignoreIdleWindowsArray = obs_data_get_array(obj, "ignoreIdleWindows"); size_t count = obs_data_array_count(ignoreIdleWindowsArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(ignoreIdleWindowsArray, i); const char *window = obs_data_get_string(array_obj, "window"); ignoreIdleWindows.emplace_back(window); obs_data_release(array_obj); } obs_data_array_release(ignoreIdleWindowsArray); obs_data_set_default_bool(obj, "idleEnable", false); obs_data_set_default_int(obj, "idleTime", default_idle_time); idleData.load(obj); } void AdvSceneSwitcher::setupIdleTab() { populateWindowSelection(ui->ignoreIdleWindowsWindows); for (auto &window : switcher->ignoreIdleWindows) { QString text = QString::fromStdString(window); QListWidgetItem *item = new QListWidgetItem(text, ui->ignoreIdleWindows); item->setData(Qt::UserRole, text); } idleWidget = new IdleWidget(this, &switcher->idleData); ui->idleWidgetLayout->addWidget(idleWidget); ui->idleCheckBox->setChecked(switcher->idleData.idleEnable); if (ui->idleCheckBox->checkState()) { idleWidget->setDisabled(false); } else { idleWidget->setDisabled(true); } } void IdleData::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj, "idleTargetType", "idleSceneName", "idleTransitionName"); obs_data_set_bool(obj, "idleEnable", idleEnable); obs_data_set_int(obj, "idleTime", time); } void IdleData::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj, "idleTargetType", "idleSceneName", "idleTransitionName"); idleEnable = obs_data_get_bool(obj, "idleEnable"); time = obs_data_get_int(obj, "idleTime"); } IdleWidget::IdleWidget(QWidget *parent, IdleData *s) : SwitchWidget(parent, s, true, true) { duration = new QSpinBox(); duration->setMinimum(0); duration->setMaximum(1000000); duration->setSuffix("s"); QWidget::connect(duration, SIGNAL(valueChanged(int)), this, SLOT(DurationChanged(int))); if (s) { duration->setValue(s->time); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{duration}}", duration}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.idleTab.idleswitch"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } void IdleWidget::DurationChanged(int dur) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->idleData.time = dur; } SceneSwitcher-1.17.2/src/switch-media.cpp000066400000000000000000000374111417525156400202410ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool MediaSwitch::pause = false; static QMetaObject::Connection addPulse; constexpr auto media_played_to_end_idx = 8; constexpr auto media_any_idx = 9; void AdvSceneSwitcher::on_mediaAdd_clicked() { std::lock_guard lock(switcher->m); switcher->mediaSwitches.emplace_back(); listAddClicked(ui->mediaSwitches, new MediaSwitchWidget(this, &switcher->mediaSwitches.back()), ui->mediaAdd, &addPulse); ui->mediaHelp->setVisible(false); } void AdvSceneSwitcher::on_mediaRemove_clicked() { QListWidgetItem *item = ui->mediaSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->mediaSwitches->currentRow(); auto &switches = switcher->mediaSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_mediaUp_clicked() { int index = ui->mediaSwitches->currentRow(); if (!listMoveUp(ui->mediaSwitches)) { return; } MediaSwitchWidget *s1 = (MediaSwitchWidget *)ui->mediaSwitches->itemWidget( ui->mediaSwitches->item(index)); MediaSwitchWidget *s2 = (MediaSwitchWidget *)ui->mediaSwitches->itemWidget( ui->mediaSwitches->item(index - 1)); MediaSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->mediaSwitches[index], switcher->mediaSwitches[index - 1]); } void AdvSceneSwitcher::on_mediaDown_clicked() { int index = ui->mediaSwitches->currentRow(); if (!listMoveDown(ui->mediaSwitches)) { return; } MediaSwitchWidget *s1 = (MediaSwitchWidget *)ui->mediaSwitches->itemWidget( ui->mediaSwitches->item(index)); MediaSwitchWidget *s2 = (MediaSwitchWidget *)ui->mediaSwitches->itemWidget( ui->mediaSwitches->item(index + 1)); MediaSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->mediaSwitches[index], switcher->mediaSwitches[index + 1]); } bool SwitcherData::checkMediaSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (MediaSwitch::pause) { return false; } bool match = false; for (MediaSwitch &mediaSwitch : mediaSwitches) { if (!mediaSwitch.initialized()) { continue; } obs_source_t *source = obs_weak_source_get_source(mediaSwitch.source); auto duration = obs_source_media_get_duration(source); auto time = obs_source_media_get_time(source); obs_media_state state = obs_source_media_get_state(source); obs_source_release(source); bool matchedStopped = mediaSwitch.state == OBS_MEDIA_STATE_STOPPED && mediaSwitch.stopped; // The signal for the state ended is intentionally not used here // so matchedEnded can be used to specify the end of a VLC playlist // by two consequtive matches of OBS_MEDIA_STATE_ENDED // // This was done to reduce the likelyhood of interpreting a single // OBS_MEDIA_STATE_ENDED caught by obs_source_media_get_state() // as the end of the playlist of the VLC source, while actually being // in the middle of switching to the next item of the playlist // // If there is a separate obs_media_sate in the future for the // "end of playlist reached" signal the line below can be used // and an additional check for this new singal can be introduced // // bool matchedEnded = mediaSwitch.state == OBS_MEDIA_STATE_ENDED && // mediaSwitch.ended; bool ended = false; if (state == OBS_MEDIA_STATE_ENDED) { ended = mediaSwitch.previousStateEnded; mediaSwitch.previousStateEnded = true; } else { mediaSwitch.previousStateEnded = false; } bool matchedEnded = ended && (mediaSwitch.state == OBS_MEDIA_STATE_ENDED); // match if playedToEnd was true in last interval // and playback is currently ended bool matchedPlayedToEnd = mediaSwitch.state == media_played_to_end_idx && mediaSwitch.playedToEnd && ended; // interval * 2 to make sure not to miss any state changes // which happened during check of the conditions mediaSwitch.playedToEnd = mediaSwitch.playedToEnd || (duration - time <= interval * 2); // reset if (ended) { mediaSwitch.playedToEnd = false; } // reset for next check mediaSwitch.stopped = false; mediaSwitch.ended = false; bool matchedState = ((state == mediaSwitch.state) || mediaSwitch.anyState) || matchedStopped || matchedEnded || matchedPlayedToEnd; bool matchedTimeNone = (mediaSwitch.restriction == TIME_RESTRICTION_NONE); bool matchedTimeLonger = (mediaSwitch.restriction == TIME_RESTRICTION_LONGER) && (time > mediaSwitch.time); bool matchedTimeShorter = (mediaSwitch.restriction == TIME_RESTRICTION_SHORTER) && (time < mediaSwitch.time); bool matchedTimeRemainLonger = (mediaSwitch.restriction == TIME_RESTRICTION_REMAINING_LONGER) && (duration > time && duration - time > mediaSwitch.time); bool matchedTimeRemainShorter = (mediaSwitch.restriction == TIME_RESTRICTION_REMAINING_SHORTER) && (duration > time && duration - time < mediaSwitch.time); bool matchedTime = matchedTimeNone || matchedTimeLonger || matchedTimeShorter || matchedTimeRemainLonger || matchedTimeRemainShorter; bool matched = matchedState && matchedTime; if (matched && !mediaSwitch.matched) { match = true; scene = mediaSwitch.getScene(); transition = mediaSwitch.transition; if (verbose) { mediaSwitch.logMatch(); } } mediaSwitch.matched = matched; if (match) { break; } } return match; } void SwitcherData::saveMediaSwitches(obs_data_t *obj) { obs_data_array_t *mediaArray = obs_data_array_create(); for (MediaSwitch &s : mediaSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(mediaArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "mediaSwitches", mediaArray); obs_data_array_release(mediaArray); } void SwitcherData::loadMediaSwitches(obs_data_t *obj) { obs_data_array_t *mediaArray = obs_data_get_array(obj, "mediaSwitches"); mediaSwitches.clear(); size_t count = obs_data_array_count(mediaArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(mediaArray, i); mediaSwitches.emplace_back(); mediaSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(mediaArray); } void AdvSceneSwitcher::setupMediaTab() { for (auto &s : switcher->mediaSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->mediaSwitches); ui->mediaSwitches->addItem(item); MediaSwitchWidget *sw = new MediaSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->mediaSwitches->setItemWidget(item, sw); } if (switcher->mediaSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->mediaAdd, QColor(Qt::green)); } ui->mediaHelp->setVisible(true); } else { ui->mediaHelp->setVisible(false); } } bool MediaSwitch::initialized() { return SceneSwitcherEntry::initialized() && source; } bool MediaSwitch::valid() { return !initialized() || (SceneSwitcherEntry::valid() && WeakSourceValid(source)); } void MediaSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "source", GetWeakSourceName(source).c_str()); obs_data_set_int(obj, "state", state); obs_data_set_int(obj, "restriction", restriction); obs_data_set_int(obj, "time", time); } void MediaSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); const char *sourceName = obs_data_get_string(obj, "source"); source = GetWeakSourceByName(sourceName); state = (obs_media_state)obs_data_get_int(obj, "state"); restriction = (time_restriction)obs_data_get_int(obj, "restriction"); time = obs_data_get_int(obj, "time"); anyState = state == media_any_idx; obs_source_t *mediasource = obs_weak_source_get_source(source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_connect(sh, "media_stopped", MediaStopped, this); signal_handler_connect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } void MediaSwitch::clearSignalHandler() { obs_source_t *mediasource = obs_weak_source_get_source(source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } void MediaSwitch::resetSignalHandler() { obs_source_t *mediasource = obs_weak_source_get_source(source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); signal_handler_connect(sh, "media_stopped", MediaStopped, this); signal_handler_connect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } void MediaSwitch::MediaStopped(void *data, calldata_t *) { MediaSwitch *media = static_cast(data); media->stopped = true; } void MediaSwitch::MediaEnded(void *data, calldata_t *) { MediaSwitch *media = static_cast(data); media->ended = true; } MediaSwitch::MediaSwitch(const MediaSwitch &other) : SceneSwitcherEntry(other.targetType, other.group, other.scene, other.transition, other.usePreviousScene), source(other.source), state(other.state), restriction(other.restriction), time(other.time) { anyState = state == media_any_idx; obs_source_t *mediasource = obs_weak_source_get_source(source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_connect(sh, "media_stopped", MediaStopped, this); signal_handler_connect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } MediaSwitch::MediaSwitch(MediaSwitch &&other) noexcept : SceneSwitcherEntry(other.targetType, other.group, other.scene, other.transition, other.usePreviousScene), source(other.source), state(other.state), anyState(other.anyState), restriction(other.restriction), time(other.time) { } MediaSwitch::~MediaSwitch() { obs_source_t *mediasource = obs_weak_source_get_source(source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, this); signal_handler_disconnect(sh, "media_ended", MediaEnded, this); obs_source_release(mediasource); } MediaSwitch &MediaSwitch::operator=(const MediaSwitch &other) { MediaSwitch t(other); swap(*this, t); return *this = MediaSwitch(other); } MediaSwitch &MediaSwitch::operator=(MediaSwitch &&other) noexcept { if (this == &other) { return *this; } swap(*this, other); obs_source_t *mediasource = obs_weak_source_get_source(other.source); signal_handler_t *sh = obs_source_get_signal_handler(mediasource); signal_handler_disconnect(sh, "media_stopped", MediaStopped, &other); signal_handler_disconnect(sh, "media_ended", MediaEnded, &other); obs_source_release(mediasource); return *this; } void swap(MediaSwitch &first, MediaSwitch &second) { std::swap(first.targetType, second.targetType); std::swap(first.group, second.group); std::swap(first.scene, second.scene); std::swap(first.transition, second.transition); std::swap(first.usePreviousScene, second.usePreviousScene); std::swap(first.source, second.source); std::swap(first.state, second.state); std::swap(first.restriction, second.restriction); std::swap(first.time, second.time); std::swap(first.anyState, second.anyState); first.resetSignalHandler(); second.resetSignalHandler(); } static void populateMediaStates(QComboBox *list) { list->addItem(obs_module_text("AdvSceneSwitcher.mediaTab.states.none")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.playing")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.opening")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.buffering")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.paused")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.stopped")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.ended")); list->addItem( obs_module_text("AdvSceneSwitcher.mediaTab.states.error")); list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.states.playedToEnd")); list->addItem(obs_module_text("AdvSceneSwitcher.mediaTab.states.any")); } static void populateTimeRestrictions(QComboBox *list) { list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.timeRestriction.none")); list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.timeRestriction.shorter")); list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.timeRestriction.longer")); list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.timeRestriction.remainShorter")); list->addItem(obs_module_text( "AdvSceneSwitcher.mediaTab.timeRestriction.remainLonger")); } MediaSwitchWidget::MediaSwitchWidget(QWidget *parent, MediaSwitch *s) : SwitchWidget(parent, s, true, true) { mediaSources = new QComboBox(); states = new QComboBox(); timeRestrictions = new QComboBox(); time = new QSpinBox(); time->setSuffix("ms"); time->setMaximum(99999999); time->setMinimum(0); QWidget::connect(mediaSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(states, SIGNAL(currentIndexChanged(int)), this, SLOT(StateChanged(int))); QWidget::connect(timeRestrictions, SIGNAL(currentIndexChanged(int)), this, SLOT(TimeRestrictionChanged(int))); QWidget::connect(time, SIGNAL(valueChanged(int)), this, SLOT(TimeChanged(int))); populateMediaSelection(mediaSources); populateMediaStates(states); populateTimeRestrictions(timeRestrictions); if (s) { mediaSources->setCurrentText( GetWeakSourceName(s->source).c_str()); states->setCurrentIndex(s->state); timeRestrictions->setCurrentIndex(s->restriction); time->setValue(s->time); if (s->restriction == TIME_RESTRICTION_NONE) { time->setDisabled(true); } } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{mediaSources}}", mediaSources}, {"{{states}}", states}, {"{{timeRestrictions}}", timeRestrictions}, {"{{time}}", time}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.mediaTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } MediaSwitch *MediaSwitchWidget::getSwitchData() { return switchData; } void MediaSwitchWidget::setSwitchData(MediaSwitch *s) { switchData = s; } void MediaSwitchWidget::swapSwitchData(MediaSwitchWidget *s1, MediaSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); MediaSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void MediaSwitchWidget::SourceChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->clearSignalHandler(); switchData->source = GetWeakSourceByQString(text); switchData->resetSignalHandler(); } void MediaSwitchWidget::StateChanged(int index) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->state = (obs_media_state)index; switchData->anyState = switchData->state == media_any_idx; } void MediaSwitchWidget::TimeRestrictionChanged(int index) { if (loading || !switchData) { return; } if ((time_restriction)index == TIME_RESTRICTION_NONE) { time->setDisabled(true); } else { time->setDisabled(false); } std::lock_guard lock(switcher->m); switchData->restriction = (time_restriction)index; } void MediaSwitchWidget::TimeChanged(int time) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->time = time; } SceneSwitcher-1.17.2/src/switch-network.cpp000066400000000000000000000444311417525156400206530ustar00rootroot00000000000000/* Most of this code is based on https://github.com/Palakis/obs-websocket */ #include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" #define PARAM_SERVER_ENABLE "ServerEnabled" #define PARAM_SERVER_PORT "ServerPort" #define PARAM_LOCKTOIPV4 "LockToIPv4" #define PARAM_CLIENT_ENABLE "ClientEnabled" #define PARAM_CLIENT_PORT "ClientPort" #define PARAM_ADDRESS "Address" #define PARAM_CLIENT_SEND_SCENE_CHANGE "SendSceneChange" #define PARAM_CLIENT_SEND_SCENE_CHANGE_ALL "SendSceneChangeAll" #define PARAM_CLIENT_SENDPREVIEW "SendPreview" #define RECONNECT_DELAY 10 #define SCENE_ENTRY "scene" #define TRANSITION_ENTRY "transition" #define TRANSITION_DURATION "duration" #define SET_PREVIEW "preview" using websocketpp::lib::placeholders::_1; using websocketpp::lib::placeholders::_2; using websocketpp::lib::bind; NetworkConfig::NetworkConfig() : ServerEnabled(false), ServerPort(55555), LockToIPv4(false), ClientEnabled(false), Address(""), ClientPort(55555), SendSceneChange(true), SendSceneChangeAll(true), SendPreview(true) { } void NetworkConfig::Load(obs_data_t *obj) { SetDefaults(obj); ServerEnabled = obs_data_get_bool(obj, PARAM_SERVER_ENABLE); ServerPort = obs_data_get_int(obj, PARAM_SERVER_PORT); LockToIPv4 = obs_data_get_bool(obj, PARAM_LOCKTOIPV4); ClientEnabled = obs_data_get_bool(obj, PARAM_CLIENT_ENABLE); Address = obs_data_get_string(obj, PARAM_ADDRESS); ClientPort = obs_data_get_int(obj, PARAM_CLIENT_PORT); SendSceneChange = obs_data_get_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE); SendSceneChangeAll = obs_data_get_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE_ALL); SendPreview = obs_data_get_bool(obj, PARAM_CLIENT_SENDPREVIEW); } void NetworkConfig::Save(obs_data_t *obj) { obs_data_set_bool(obj, PARAM_SERVER_ENABLE, ServerEnabled); obs_data_set_int(obj, PARAM_SERVER_PORT, ServerPort); obs_data_set_bool(obj, PARAM_LOCKTOIPV4, LockToIPv4); obs_data_set_bool(obj, PARAM_CLIENT_ENABLE, ClientEnabled); obs_data_set_string(obj, PARAM_ADDRESS, Address.c_str()); obs_data_set_int(obj, PARAM_CLIENT_PORT, ClientPort); obs_data_set_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE, SendSceneChange); obs_data_set_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE_ALL, SendSceneChangeAll); obs_data_set_bool(obj, PARAM_CLIENT_SENDPREVIEW, SendPreview); } void NetworkConfig::SetDefaults(obs_data_t *obj) { obs_data_set_default_bool(obj, PARAM_SERVER_ENABLE, ServerEnabled); obs_data_set_default_int(obj, PARAM_SERVER_PORT, ServerPort); obs_data_set_default_bool(obj, PARAM_LOCKTOIPV4, LockToIPv4); obs_data_set_default_bool(obj, PARAM_CLIENT_ENABLE, ClientEnabled); obs_data_set_default_string(obj, PARAM_ADDRESS, Address.c_str()); obs_data_set_default_int(obj, PARAM_CLIENT_PORT, ClientPort); obs_data_set_default_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE, SendSceneChange); obs_data_set_default_bool(obj, PARAM_CLIENT_SEND_SCENE_CHANGE_ALL, SendSceneChangeAll); obs_data_set_default_bool(obj, PARAM_CLIENT_SENDPREVIEW, SendPreview); } std::string NetworkConfig::GetClientUri() { return "ws://" + Address + ":" + std::to_string(ClientPort); } bool NetworkConfig::ShouldSendSceneChange() { return ServerEnabled && SendSceneChange; } bool NetworkConfig::ShouldSendFrontendSceneChange() { return ShouldSendSceneChange() && SendSceneChangeAll; } bool NetworkConfig::ShouldSendPrviewSceneChange() { return ServerEnabled && SendPreview; } WSServer::WSServer() : QObject(nullptr), _connections(), _clMutex(QMutex::Recursive) { _server.get_alog().clear_channels( websocketpp::log::alevel::frame_header | websocketpp::log::alevel::frame_payload | websocketpp::log::alevel::control); _server.init_asio(); #ifndef _WIN32 _server.set_reuse_addr(true); #endif _server.set_open_handler(bind(&WSServer::onOpen, this, ::_1)); _server.set_close_handler(bind(&WSServer::onClose, this, ::_1)); _server.set_message_handler( bind(&WSServer::onMessage, this, ::_1, ::_2)); } WSServer::~WSServer() { stop(); } void WSServer::start(quint16 port, bool lockToIPv4) { if (_server.is_listening() && (port == _serverPort && _lockToIPv4 == lockToIPv4)) { blog(LOG_INFO, "WSServer::start: server already on this port and protocol mode. no restart needed"); return; } if (_server.is_listening()) { stop(); } _server.reset(); _serverPort = port; _lockToIPv4 = lockToIPv4; websocketpp::lib::error_code errorCode; if (lockToIPv4) { blog(LOG_INFO, "WSServer::start: Locked to IPv4 bindings"); _server.listen(websocketpp::lib::asio::ip::tcp::v4(), _serverPort, errorCode); } else { blog(LOG_INFO, "WSServer::start: Not locked to IPv4 bindings"); _server.listen(_serverPort, errorCode); } if (errorCode) { std::string errorCodeMessage = errorCode.message(); blog(LOG_INFO, "server: listen failed: %s", errorCodeMessage.c_str()); obs_frontend_push_ui_translation(obs_module_get_string); QString errorTitle = tr("AdvSceneSwitcher.windowTitle"); QString errorMessage = tr("AdvSceneSwitcher.networkTab.startFailed.message") .arg(_serverPort) .arg(errorCodeMessage.c_str()); obs_frontend_pop_ui_translation(); QMainWindow *mainWindow = reinterpret_cast( obs_frontend_get_main_window()); QMessageBox::warning(mainWindow, errorTitle, errorMessage); return; } switcher->serverStatus = ServerStatus::STARTING; _server.start_accept(); _threadPool.start(Compatability::CreateFunctionRunnable([=]() { blog(LOG_INFO, "WSServer::start: io thread started"); _server.run(); blog(LOG_INFO, "WSServer::start: io thread exited"); })); switcher->serverStatus = ServerStatus::RUNNING; blog(LOG_INFO, "WSServer::start: server started successfully on port %d", _serverPort); } void WSServer::stop() { if (!_server.is_listening()) { return; } _server.stop_listening(); for (connection_hdl hdl : _connections) { websocketpp::lib::error_code ec; _server.close(hdl, websocketpp::close::status::going_away, "Server stopping", ec); } _threadPool.waitForDone(); while (_connections.size() > 0) { std::this_thread::sleep_for(std::chrono::milliseconds(10)); } switcher->serverStatus = ServerStatus::NOT_RUNNING; blog(LOG_INFO, "server stopped successfully"); } void WSServer::sendMessage(sceneSwitchInfo sceneSwitch, bool preview) { if (!sceneSwitch.scene) { return; } OBSData data = obs_data_create(); obs_data_set_string(data, SCENE_ENTRY, GetWeakSourceName(sceneSwitch.scene).c_str()); obs_data_set_string(data, TRANSITION_ENTRY, GetWeakSourceName(sceneSwitch.transition).c_str()); obs_data_set_int(data, TRANSITION_DURATION, sceneSwitch.duration); obs_data_set_bool(data, SET_PREVIEW, preview); std::string message = obs_data_get_json(data); obs_data_release(data); for (connection_hdl hdl : _connections) { websocketpp::lib::error_code ec; _server.send(hdl, message, websocketpp::frame::opcode::text, ec); if (ec) { std::string errorCodeMessage = ec.message(); blog(LOG_INFO, "server: send failed: %s", errorCodeMessage.c_str()); } } if (switcher->verbose) { blog(LOG_INFO, "server sent message:\n%s", message.c_str()); } } void WSServer::onOpen(connection_hdl hdl) { QMutexLocker locker(&_clMutex); _connections.insert(hdl); locker.unlock(); QString clientIp = getRemoteEndpoint(hdl); blog(LOG_INFO, "new client connection from %s", clientIp.toUtf8().constData()); } std::string processMessage(std::string payload) { auto config = switcher->networkConfig; std::string msgContainer(payload); const char *msg = msgContainer.c_str(); OBSData data = obs_data_create_from_json(msg); if (!data) { blog(LOG_ERROR, "invalid JSON payload received for '%s'", msg); return "invalid JSON payload"; } if (!obs_data_has_user_value(data, SCENE_ENTRY) || !obs_data_has_user_value(data, TRANSITION_ENTRY) || !obs_data_has_user_value(data, TRANSITION_DURATION) || !obs_data_has_user_value(data, SET_PREVIEW)) { return "missing request parameters"; } std::string sceneName = obs_data_get_string(data, SCENE_ENTRY); std::string transitionName = obs_data_get_string(data, TRANSITION_ENTRY); int duration = obs_data_get_int(data, TRANSITION_DURATION); bool preview = obs_data_get_bool(data, SET_PREVIEW); obs_data_release(data); auto scene = GetWeakSourceByName(sceneName.c_str()); if (!scene) { return "ignoring request - unknown scene '" + sceneName + "'"; } std::string ret = "message ok"; auto transition = GetWeakTransitionByName(transitionName.c_str()); if (switcher->verbose && !transition) { ret += " - ignoring invalid transition: '" + transitionName + "'"; } if (preview) { switchPreviewScene(scene); } else { switchScene({scene, transition, duration}); } return ret; } void WSServer::onMessage(connection_hdl, server::message_ptr message) { auto opcode = message->get_opcode(); if (opcode != websocketpp::frame::opcode::text) { return; } _threadPool.start(Compatability::CreateFunctionRunnable([=]() { if (message->get_payload() != "message ok") { blog(LOG_WARNING, "received response: %s", message->get_payload().c_str()); } })); } void WSServer::onClose(connection_hdl hdl) { QMutexLocker locker(&_clMutex); _connections.erase(hdl); locker.unlock(); auto conn = _server.get_con_from_hdl(hdl); auto localCloseCode = conn->get_local_close_code(); if (localCloseCode != websocketpp::close::status::going_away) { QString clientIp = getRemoteEndpoint(hdl); blog(LOG_INFO, "client %s disconnected", clientIp.toUtf8().constData()); } } QString WSServer::getRemoteEndpoint(connection_hdl hdl) { auto conn = _server.get_con_from_hdl(hdl); return QString::fromStdString(conn->get_remote_endpoint()); } WSClient::WSClient() : QObject(nullptr) { _client.get_alog().clear_channels( websocketpp::log::alevel::frame_header | websocketpp::log::alevel::frame_payload | websocketpp::log::alevel::control); _client.init_asio(); #ifndef _WIN32 _client.set_reuse_addr(true); #endif _client.set_open_handler(bind(&WSClient::onOpen, this, ::_1)); _client.set_fail_handler(bind(&WSClient::onFail, this, ::_1)); _client.set_message_handler( bind(&WSClient::onMessage, this, ::_1, ::_2)); _client.set_close_handler(bind(&WSClient::onClose, this, ::_1)); } WSClient::~WSClient() { disconnect(); } void WSClient::connectThread() { while (_retry) { _client.reset(); switcher->clientStatus = ClientStatus::CONNECTING; // Create a connection to the given URI and queue it for connection once // the event loop starts websocketpp::lib::error_code ec; client::connection_ptr con = _client.get_connection(_uri, ec); if (ec) { _failMsg = ec.message(); blog(LOG_INFO, "client: connect failed: %s", _failMsg.c_str()); switcher->clientStatus = ClientStatus::FAIL; } else { _client.connect(con); _connection = connection_hdl(con); // Start the ASIO io_service run loop blog(LOG_INFO, "WSClient::connect: io thread started"); _connected = true; _client.run(); _connected = false; blog(LOG_INFO, "WSClient::connect: io thread exited"); } if (_retry) { std::unique_lock lck(_waitMtx); blog(LOG_INFO, "trying to reconnect to %s in %d seconds.", _uri.c_str(), RECONNECT_DELAY); _cv.wait_for(lck, std::chrono::seconds(RECONNECT_DELAY)); } } } void WSClient::connect(std::string uri) { disconnect(); _uri = uri; _retry = true; _thread = std::thread(&WSClient::connectThread, this); switcher->clientStatus = ClientStatus::DISCONNECTED; blog(LOG_INFO, "WSClient::connect: exited"); } void WSClient::disconnect() { _retry = false; websocketpp::lib::error_code ec; _client.close(_connection, websocketpp::close::status::normal, "Client stopping", ec); { std::unique_lock waitLck(_waitMtx); blog(LOG_INFO, "trying to reconnect to %s in %d seconds.", _uri.c_str(), RECONNECT_DELAY); _cv.notify_all(); } while (_connected) { std::this_thread::sleep_for(std::chrono::milliseconds(10)); _client.close(_connection, websocketpp::close::status::normal, "Client stopping", ec); } if (_thread.joinable()) { _thread.join(); } } void WSClient::onOpen(connection_hdl) { blog(LOG_INFO, "connection to %s opened", _uri.c_str()); switcher->clientStatus = ClientStatus::CONNECTED; } void WSClient::onFail(connection_hdl) { blog(LOG_INFO, "connection to %s failed", _uri.c_str()); } void WSClient::onMessage(connection_hdl hdl, client::message_ptr message) { auto opcode = message->get_opcode(); if (opcode != websocketpp::frame::opcode::text) { return; } std::string payload = message->get_payload(); std::string response = processMessage(payload); websocketpp::lib::error_code errorCode; _client.send(hdl, response, websocketpp::frame::opcode::text, errorCode); if (errorCode) { std::string errorCodeMessage = errorCode.message(); blog(LOG_INFO, "client(response): send failed: %s", errorCodeMessage.c_str()); } if (switcher->verbose) { blog(LOG_INFO, "client sent message:\n%s", response.c_str()); } } void WSClient::onClose(connection_hdl) { blog(LOG_INFO, "client-connection to %s closed.", _uri.c_str()); switcher->clientStatus = ClientStatus::DISCONNECTED; } void SwitcherData::loadNetworkSettings(obs_data_t *obj) { networkConfig.Load(obj); } void SwitcherData::saveNetworkSwitches(obs_data_t *obj) { networkConfig.Save(obj); if (!networkConfig.ServerEnabled) { server.stop(); } } void AdvSceneSwitcher::setupNetworkTab() { ui->serverSettings->setChecked(switcher->networkConfig.ServerEnabled); ui->serverPort->setValue(switcher->networkConfig.ServerPort); ui->lockToIPv4->setChecked(switcher->networkConfig.LockToIPv4); ui->clientSettings->setChecked(switcher->networkConfig.ClientEnabled); ui->clientHostname->setText(switcher->networkConfig.Address.c_str()); ui->clientPort->setValue(switcher->networkConfig.ClientPort); ui->sendSceneChange->setChecked( switcher->networkConfig.SendSceneChange); ui->restrictSend->setChecked( !switcher->networkConfig.SendSceneChangeAll); ui->sendPreview->setChecked(switcher->networkConfig.SendPreview); ui->restrictSend->setDisabled(!switcher->networkConfig.SendSceneChange); QTimer *statusTimer = new QTimer(this); connect(statusTimer, SIGNAL(timeout()), this, SLOT(updateClientStatus())); connect(statusTimer, SIGNAL(timeout()), this, SLOT(updateServerStatus())); statusTimer->start(500); } void AdvSceneSwitcher::on_serverSettings_toggled(bool on) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.ServerEnabled = on; if (on) { switcher->server.start(switcher->networkConfig.ServerPort, switcher->networkConfig.LockToIPv4); } else { switcher->server.stop(); } } void AdvSceneSwitcher::on_serverPort_valueChanged(int value) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.ServerPort = value; } void AdvSceneSwitcher::on_lockToIPv4_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.LockToIPv4 = state; } void AdvSceneSwitcher::on_serverRestart_clicked() { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->server.start(switcher->networkConfig.ServerPort, switcher->networkConfig.LockToIPv4); } void AdvSceneSwitcher::updateServerStatus() { switch (switcher->serverStatus) { case ServerStatus::NOT_RUNNING: ui->serverStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.server.status.notRunning")); break; case ServerStatus::STARTING: ui->serverStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.server.status.starting")); break; case ServerStatus::RUNNING: ui->serverStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.server.status.running")); break; default: break; } } void AdvSceneSwitcher::on_clientSettings_toggled(bool on) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.ClientEnabled = on; if (on) { switcher->client.connect( switcher->networkConfig.GetClientUri()); } else { switcher->client.disconnect(); } } void AdvSceneSwitcher::on_clientHostname_textChanged(const QString &text) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.Address = text.toUtf8().constData(); } void AdvSceneSwitcher::on_clientPort_valueChanged(int value) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.ClientPort = value; } void AdvSceneSwitcher::on_sendSceneChange_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.SendSceneChange = state; ui->restrictSend->setDisabled(!state); } void AdvSceneSwitcher::on_restrictSend_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.SendSceneChangeAll = !state; } void AdvSceneSwitcher::on_sendPreview_stateChanged(int state) { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->networkConfig.SendPreview = state; } void AdvSceneSwitcher::on_clientReconnect_clicked() { if (loading) { return; } std::lock_guard lock(switcher->m); switcher->client.connect(switcher->networkConfig.GetClientUri()); } void AdvSceneSwitcher::updateClientStatus() { switch (switcher->clientStatus) { case ClientStatus::DISCONNECTED: ui->clientStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.client.status.disconnected")); break; case ClientStatus::CONNECTING: ui->clientStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.client.status.connecting")); break; case ClientStatus::CONNECTED: ui->clientStatus->setText(obs_module_text( "AdvSceneSwitcher.networkTab.client.status.connected")); break; case ClientStatus::FAIL: ui->clientStatus->setText(QString("Error: ") + switcher->client.getFail().c_str()); break; default: break; } } void Compatability::StdFunctionRunnable::run() { cb(); } QRunnable *Compatability::CreateFunctionRunnable(std::function func) { return new Compatability::StdFunctionRunnable(std::move(func)); } Compatability::StdFunctionRunnable::StdFunctionRunnable( std::function func) : cb(std::move(func)) { } SceneSwitcher-1.17.2/src/switch-pause.cpp000066400000000000000000000253031417525156400202740ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_pauseAdd_clicked() { std::lock_guard lock(switcher->m); switcher->pauseEntries.emplace_back(); listAddClicked(ui->pauseEntries, new PauseEntryWidget(this, &switcher->pauseEntries.back()), ui->pauseAdd, &addPulse); ui->pauseHelp->setVisible(false); } void AdvSceneSwitcher::on_pauseRemove_clicked() { QListWidgetItem *item = ui->pauseEntries->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->pauseEntries->currentRow(); auto &switches = switcher->pauseEntries; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_pauseUp_clicked() { int index = ui->pauseEntries->currentRow(); if (!listMoveUp(ui->pauseEntries)) { return; } PauseEntryWidget *s1 = (PauseEntryWidget *)ui->pauseEntries->itemWidget( ui->pauseEntries->item(index)); PauseEntryWidget *s2 = (PauseEntryWidget *)ui->pauseEntries->itemWidget( ui->pauseEntries->item(index - 1)); PauseEntryWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->pauseEntries[index], switcher->pauseEntries[index - 1]); } void AdvSceneSwitcher::on_pauseDown_clicked() { int index = ui->pauseEntries->currentRow(); if (!listMoveDown(ui->pauseEntries)) { return; } PauseEntryWidget *s1 = (PauseEntryWidget *)ui->pauseEntries->itemWidget( ui->pauseEntries->item(index)); PauseEntryWidget *s2 = (PauseEntryWidget *)ui->pauseEntries->itemWidget( ui->pauseEntries->item(index + 1)); PauseEntryWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->pauseEntries[index], switcher->pauseEntries[index + 1]); } void resetPause() { DefaultSceneTransition::pause = false; WindowSwitch::pause = false; ExecutableSwitch::pause = false; ScreenRegionSwitch::pause = false; MediaSwitch::pause = false; FileSwitch::pause = false; RandomSwitch::pause = false; TimeSwitch::pause = false; IdleData::pause = false; SceneSequenceSwitch::pause = false; AudioSwitch::pause = false; VideoSwitch::pause = false; } void setPauseTarget(PauseTarget &target) { switch (target) { case PauseTarget::All: vblog(LOG_INFO, "pause all switching"); break; case PauseTarget::Transition: vblog(LOG_INFO, "pause def_transition switching"); DefaultSceneTransition::pause = true; break; case PauseTarget::Window: vblog(LOG_INFO, "pause window switching"); WindowSwitch::pause = true; break; case PauseTarget::Executable: vblog(LOG_INFO, "pause exec switching"); ExecutableSwitch::pause = true; break; case PauseTarget::Region: vblog(LOG_INFO, "pause region switching"); ScreenRegionSwitch::pause = true; break; case PauseTarget::Media: vblog(LOG_INFO, "pause media switching"); MediaSwitch::pause = true; break; case PauseTarget::File: vblog(LOG_INFO, "pause file switching"); FileSwitch::pause = true; break; case PauseTarget::Random: vblog(LOG_INFO, "pause random switching"); RandomSwitch::pause = true; break; case PauseTarget::Time: vblog(LOG_INFO, "pause time switching"); TimeSwitch::pause = true; break; case PauseTarget::Idle: vblog(LOG_INFO, "pause idle switching"); IdleData::pause = true; break; case PauseTarget::Sequence: vblog(LOG_INFO, "pause sequence switching"); SceneSequenceSwitch::pause = true; break; case PauseTarget::Audio: vblog(LOG_INFO, "pause audio switching"); AudioSwitch::pause = true; break; case PauseTarget::Video: vblog(LOG_INFO, "pause video switching"); VideoSwitch::pause = true; break; } } bool checkPauseScene(obs_weak_source_t *currentScene, obs_weak_source_t *scene, PauseTarget &target) { if (!currentScene || currentScene != scene) { return false; } setPauseTarget(target); return (target == PauseTarget::All); } bool checkPauseWindow(std::string ¤tTitle, std::string &title, PauseTarget &target) { if (currentTitle != title) { return false; } setPauseTarget(target); return (target == PauseTarget::All); } bool SwitcherData::checkPause() { bool pauseAll = false; std::string title = switcher->currentTitle; resetPause(); for (PauseEntry &s : pauseEntries) { if (s.pauseType == PauseType::Scene) { pauseAll = checkPauseScene(currentScene, s.scene, s.pauseTarget); } else { pauseAll = checkPauseWindow(title, s.window, s.pauseTarget); } if (pauseAll) { break; } } return pauseAll; } void SwitcherData::savePauseSwitches(obs_data_t *obj) { obs_data_array_t *pauseScenesArray = obs_data_array_create(); for (PauseEntry &s : pauseEntries) { obs_data_t *array_obj = obs_data_create(); obs_data_set_int(array_obj, "pauseType", static_cast(s.pauseType)); obs_data_set_int(array_obj, "pauseTarget", static_cast(s.pauseTarget)); obs_data_set_string(array_obj, "pauseWindow", s.window.c_str()); obs_source_t *source = obs_weak_source_get_source(s.scene); if (source) { const char *n = obs_source_get_name(source); obs_data_set_string(array_obj, "pauseScene", n); } obs_data_array_push_back(pauseScenesArray, array_obj); obs_source_release(source); obs_data_release(array_obj); } obs_data_set_array(obj, "pauseEntries", pauseScenesArray); obs_data_array_release(pauseScenesArray); } void SwitcherData::loadPauseSwitches(obs_data_t *obj) { pauseEntries.clear(); obs_data_array_t *pauseArray = obs_data_get_array(obj, "pauseEntries"); size_t count = obs_data_array_count(pauseArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(pauseArray, i); PauseType type = static_cast( obs_data_get_int(array_obj, "pauseType")); PauseTarget target = static_cast( obs_data_get_int(array_obj, "pauseTarget")); const char *scene = obs_data_get_string(array_obj, "pauseScene"); const char *window = obs_data_get_string(array_obj, "pauseWindow"); pauseEntries.emplace_back(GetWeakSourceByName(scene), type, target, window); obs_data_release(array_obj); } obs_data_array_release(pauseArray); } void AdvSceneSwitcher::setupPauseTab() { for (auto &s : switcher->pauseEntries) { QListWidgetItem *item; item = new QListWidgetItem(ui->pauseEntries); ui->pauseEntries->addItem(item); PauseEntryWidget *sw = new PauseEntryWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->pauseEntries->setItemWidget(item, sw); } if (switcher->pauseEntries.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->pauseAdd, QColor(Qt::green)); } ui->pauseHelp->setVisible(true); } else { ui->pauseHelp->setVisible(false); } } void populatePauseTypes(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.pauseTab.pauseTypeScene")); list->addItem( obs_module_text("AdvSceneSwitcher.pauseTab.pauseTypeWindow")); } void populatePauseTargets(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.pauseTab.pauseTargetAll")); list->addItem(obs_module_text("AdvSceneSwitcher.transitionTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.windowTitleTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.executableTab.title")); list->addItem( obs_module_text("AdvSceneSwitcher.screenRegionTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.mediaTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.fileTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.randomTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.idleTab.title")); list->addItem( obs_module_text("AdvSceneSwitcher.sceneSequenceTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.audioTab.title")); list->addItem(obs_module_text("AdvSceneSwitcher.VideoTab.title")); } PauseEntryWidget::PauseEntryWidget(QWidget *parent, PauseEntry *s) : SwitchWidget(parent, s, false, false) { pauseTypes = new QComboBox(); pauseTargets = new QComboBox(); windows = new QComboBox(); QWidget::connect(pauseTypes, SIGNAL(currentIndexChanged(int)), this, SLOT(PauseTypeChanged(int))); QWidget::connect(pauseTargets, SIGNAL(currentIndexChanged(int)), this, SLOT(PauseTargetChanged(int))); QWidget::connect(windows, SIGNAL(currentTextChanged(const QString &)), this, SLOT(WindowChanged(const QString &))); populatePauseTypes(pauseTypes); populatePauseTargets(pauseTargets); populateWindowSelection(windows); windows->setEditable(true); windows->setMaxVisibleItems(20); if (s) { scenes->setCurrentText(GetWeakSourceName(s->scene).c_str()); pauseTypes->setCurrentIndex(static_cast(s->pauseType)); pauseTargets->setCurrentIndex(static_cast(s->pauseTarget)); windows->setCurrentText(s->window.c_str()); if (s->pauseType == PauseType::Scene) { windows->setDisabled(true); windows->setVisible(false); } else { scenes->setDisabled(true); scenes->setVisible(false); } } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{pauseTypes}}", pauseTypes}, {"{{pauseTargets}}", pauseTargets}, {"{{windows}}", windows}}; placeWidgets(obs_module_text("AdvSceneSwitcher.pauseTab.pauseEntry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } PauseEntry *PauseEntryWidget::getSwitchData() { return switchData; } void PauseEntryWidget::setSwitchData(PauseEntry *s) { switchData = s; } void PauseEntryWidget::swapSwitchData(PauseEntryWidget *s1, PauseEntryWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); PauseEntry *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void PauseEntryWidget::PauseTypeChanged(int index) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->pauseType = static_cast(index); if (switchData->pauseType == PauseType::Scene) { windows->setDisabled(true); windows->setVisible(false); scenes->setDisabled(false); scenes->setVisible(true); } else { scenes->setDisabled(true); scenes->setVisible(false); windows->setDisabled(false); windows->setVisible(true); } } void PauseEntryWidget::PauseTargetChanged(int index) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->pauseTarget = static_cast(index); } void PauseEntryWidget::WindowChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->window = text.toStdString(); } bool PauseEntry::valid() { return true; } SceneSwitcher-1.17.2/src/switch-priority.cpp000066400000000000000000000040251417525156400210360ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" void AdvSceneSwitcher::on_threadPriority_currentTextChanged(const QString &text) { if (loading || ui->threadPriority->count() != (int)switcher->threadPriorities.size()) return; std::lock_guard lock(switcher->m); for (auto p : switcher->threadPriorities) { if (p.name == text.toUtf8().constData()) { switcher->threadPriority = p.value; break; } } } void AdvSceneSwitcher::on_priorityUp_clicked() { int currentIndex = ui->priorityList->currentRow(); if (currentIndex != -1 && currentIndex != 0) { ui->priorityList->insertItem( currentIndex - 1, ui->priorityList->takeItem(currentIndex)); ui->priorityList->setCurrentRow(currentIndex - 1); std::lock_guard lock(switcher->m); iter_swap(switcher->functionNamesByPriority.begin() + currentIndex, switcher->functionNamesByPriority.begin() + currentIndex - 1); } ui->macroPriorityWarning->setVisible( switcher->functionNamesByPriority[0] != macro_func); } void AdvSceneSwitcher::on_priorityDown_clicked() { int currentIndex = ui->priorityList->currentRow(); if (currentIndex != -1 && currentIndex != ui->priorityList->count() - 1) { ui->priorityList->insertItem( currentIndex + 1, ui->priorityList->takeItem(currentIndex)); ui->priorityList->setCurrentRow(currentIndex + 1); std::lock_guard lock(switcher->m); iter_swap(switcher->functionNamesByPriority.begin() + currentIndex, switcher->functionNamesByPriority.begin() + currentIndex + 1); } ui->macroPriorityWarning->setVisible( switcher->functionNamesByPriority[0] != macro_func); } bool SwitcherData::prioFuncsValid() { auto fNBPCopy = functionNamesByPriority; std::sort(fNBPCopy.begin(), fNBPCopy.end()); auto it = std::unique(fNBPCopy.begin(), fNBPCopy.end()); bool wasUnique = (it == fNBPCopy.end()); if (!wasUnique) { return false; } for (int p : functionNamesByPriority) { if (p < 0 || p > 10) { return false; } } return true; } SceneSwitcher-1.17.2/src/switch-random.cpp000066400000000000000000000117161417525156400204420ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool RandomSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_randomAdd_clicked() { std::lock_guard lock(switcher->m); switcher->randomSwitches.emplace_back(); listAddClicked(ui->randomSwitches, new RandomSwitchWidget(this, &switcher->randomSwitches.back()), ui->randomAdd, &addPulse); ui->randomHelp->setVisible(false); } void AdvSceneSwitcher::on_randomRemove_clicked() { QListWidgetItem *item = ui->randomSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->randomSwitches->currentRow(); auto &switches = switcher->randomSwitches; switches.erase(switches.begin() + idx); } delete item; } bool SwitcherData::checkRandom(OBSWeakSource &scene, OBSWeakSource &transition, int &delay) { if (randomSwitches.size() == 0 || RandomSwitch::pause) { return false; } std::deque rs(randomSwitches); std::random_device rng; std::mt19937 urng(rng()); std::shuffle(rs.begin(), rs.end(), urng); bool match = false; for (RandomSwitch &r : rs) { if (!r.initialized()) { continue; } if (randomSwitches.size() != 1) { if (r.targetType == SwitchTargetType::Scene && r.scene == lastRandomScene) { continue; } else if (r.targetType == SwitchTargetType::SceneGroup && r.group && r.group == lastRandomSceneGroup) { continue; } } scene = r.getScene(); transition = r.transition; delay = (int)r.delay * 1000; match = true; lastRandomScene = r.scene; lastRandomSceneGroup = r.group; if (verbose) { r.logMatch(); } break; } return match; } void SwitcherData::saveRandomSwitches(obs_data_t *obj) { obs_data_array_t *randomArray = obs_data_array_create(); for (RandomSwitch &s : randomSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(randomArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "randomSwitches", randomArray); obs_data_array_release(randomArray); } void SwitcherData::loadRandomSwitches(obs_data_t *obj) { randomSwitches.clear(); obs_data_array_t *randomArray = obs_data_get_array(obj, "randomSwitches"); size_t count = obs_data_array_count(randomArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(randomArray, i); randomSwitches.emplace_back(); randomSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(randomArray); } void AdvSceneSwitcher::setupRandomTab() { for (auto &s : switcher->randomSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->randomSwitches); ui->randomSwitches->addItem(item); RandomSwitchWidget *sw = new RandomSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->randomSwitches->setItemWidget(item, sw); } if (switcher->randomSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->randomAdd, QColor(Qt::green)); } ui->randomHelp->setVisible(true); } else { ui->randomHelp->setVisible(false); } if (switcher->switchIfNotMatching != RANDOM_SWITCH) { if (!switcher->disableHints) { PulseWidget(ui->randomDisabledWarning, QColor(Qt::red), QColor(0, 0, 0, 0), "QLabel "); } } else { ui->randomDisabledWarning->setVisible(false); } } void RandomSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj, "targetType", "scene"); obs_data_set_double(obj, "delay", delay); } void RandomSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj, "targetType", "scene"); delay = obs_data_get_double(obj, "delay"); } RandomSwitchWidget::RandomSwitchWidget(QWidget *parent, RandomSwitch *s) : SwitchWidget(parent, s, false, true) { delay = new QDoubleSpinBox(); QWidget::connect(delay, SIGNAL(valueChanged(double)), this, SLOT(DelayChanged(double))); delay->setSuffix("s"); delay->setMaximum(999999999.9); if (s) { delay->setValue(s->delay); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{transitions}}", transitions}, {"{{delay}}", delay}}; placeWidgets(obs_module_text("AdvSceneSwitcher.randomTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } RandomSwitch *RandomSwitchWidget::getSwitchData() { return switchData; } void RandomSwitchWidget::setSwitchData(RandomSwitch *s) { switchData = s; } void RandomSwitchWidget::swapSwitchData(RandomSwitchWidget *s1, RandomSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); RandomSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void RandomSwitchWidget::DelayChanged(double d) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->delay = d; } SceneSwitcher-1.17.2/src/switch-screen-region.cpp000066400000000000000000000256151417525156400217250ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool ScreenRegionSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::clearFrames(QListWidget *list) { for (int i = 0; i < list->count(); ++i) { ScreenRegionWidget *sw = (ScreenRegionWidget *)list->itemWidget(list->item(i)); sw->hideFrame(); } } void showCurrentFrame(QListWidget *list) { QListWidgetItem *item = list->currentItem(); if (!item) { return; } ScreenRegionWidget *sw = (ScreenRegionWidget *)list->itemWidget(item); sw->showFrame(); } void AdvSceneSwitcher::SetShowFrames() { ui->showFrame->setText(obs_module_text( "AdvSceneSwitcher.screenRegionTab.showGuideFrames")); } void AdvSceneSwitcher::SetHideFrames() { ui->showFrame->setText(obs_module_text( "AdvSceneSwitcher.screenRegionTab.hideGuideFrames")); } void AdvSceneSwitcher::on_showFrame_clicked() { switcher->showFrame = !switcher->showFrame; if (switcher->showFrame) { SetHideFrames(); showCurrentFrame(ui->screenRegionSwitches); } else { SetShowFrames(); clearFrames(ui->screenRegionSwitches); } } void AdvSceneSwitcher::on_screenRegionSwitches_currentRowChanged(int idx) { if (loading || idx == -1) { return; } if (switcher->showFrame) { clearFrames(ui->screenRegionSwitches); showCurrentFrame(ui->screenRegionSwitches); } } void AdvSceneSwitcher::on_screenRegionAdd_clicked() { std::lock_guard lock(switcher->m); switcher->screenRegionSwitches.emplace_back(); listAddClicked(ui->screenRegionSwitches, new ScreenRegionWidget( this, &switcher->screenRegionSwitches.back()), ui->screenRegionAdd, &addPulse); ui->regionHelp->setVisible(false); } void AdvSceneSwitcher::on_screenRegionRemove_clicked() { QListWidgetItem *item = ui->screenRegionSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->screenRegionSwitches->currentRow(); auto &switches = switcher->screenRegionSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_screenRegionUp_clicked() { int index = ui->screenRegionSwitches->currentRow(); if (!listMoveUp(ui->screenRegionSwitches)) { return; } ScreenRegionWidget *s1 = (ScreenRegionWidget *)ui->screenRegionSwitches->itemWidget( ui->screenRegionSwitches->item(index)); ScreenRegionWidget *s2 = (ScreenRegionWidget *)ui->screenRegionSwitches->itemWidget( ui->screenRegionSwitches->item(index - 1)); ScreenRegionWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->screenRegionSwitches[index], switcher->screenRegionSwitches[index - 1]); } void AdvSceneSwitcher::on_screenRegionDown_clicked() { int index = ui->screenRegionSwitches->currentRow(); if (!listMoveDown(ui->screenRegionSwitches)) { return; } ScreenRegionWidget *s1 = (ScreenRegionWidget *)ui->screenRegionSwitches->itemWidget( ui->screenRegionSwitches->item(index)); ScreenRegionWidget *s2 = (ScreenRegionWidget *)ui->screenRegionSwitches->itemWidget( ui->screenRegionSwitches->item(index + 1)); ScreenRegionWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->screenRegionSwitches[index], switcher->screenRegionSwitches[index + 1]); } bool shouldIgnoreSceneSwitch(ScreenRegionSwitch &matchingRegion) { if (!matchingRegion.excludeScene) { return false; } return matchingRegion.excludeScene == switcher->currentScene; } bool SwitcherData::checkScreenRegionSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (ScreenRegionSwitch::pause) { return false; } std::pair cursorPos = getCursorPos(); int minRegionSize = 99999; bool match = false; for (auto &s : screenRegionSwitches) { if (!s.initialized()) { continue; } if (cursorPos.first >= s.minX && cursorPos.second >= s.minY && cursorPos.first <= s.maxX && cursorPos.second <= s.maxY) { int regionSize = (s.maxX - s.minX) + (s.maxY - s.minY); if (regionSize < minRegionSize) { if (shouldIgnoreSceneSwitch(s)) { // We technically have a match. // But just ignore it. return false; } match = true; scene = s.getScene(); transition = s.transition; minRegionSize = regionSize; if (verbose) { s.logMatch(); } break; } } } return match; } void AdvSceneSwitcher::updateScreenRegionCursorPos() { std::pair position = getCursorPos(); ui->cursorXPosition->setText(QString::number(position.first)); ui->cursorYPosition->setText(QString::number(position.second)); } void SwitcherData::saveScreenRegionSwitches(obs_data_t *obj) { obs_data_array_t *screenRegionArray = obs_data_array_create(); for (ScreenRegionSwitch &s : screenRegionSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(screenRegionArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "screenRegion", screenRegionArray); obs_data_array_release(screenRegionArray); } void SwitcherData::loadScreenRegionSwitches(obs_data_t *obj) { screenRegionSwitches.clear(); obs_data_array_t *screenRegionArray = obs_data_get_array(obj, "screenRegion"); size_t count = obs_data_array_count(screenRegionArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(screenRegionArray, i); screenRegionSwitches.emplace_back(); screenRegionSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(screenRegionArray); } void AdvSceneSwitcher::setupRegionTab() { for (auto &s : switcher->screenRegionSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->screenRegionSwitches); ui->screenRegionSwitches->addItem(item); ScreenRegionWidget *sw = new ScreenRegionWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->screenRegionSwitches->setItemWidget(item, sw); } if (switcher->screenRegionSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->screenRegionAdd, QColor(Qt::green)); } ui->regionHelp->setVisible(true); } else { ui->regionHelp->setVisible(false); } // screen region cursor position QTimer *screenRegionTimer = new QTimer(this); connect(screenRegionTimer, SIGNAL(timeout()), this, SLOT(updateScreenRegionCursorPos())); screenRegionTimer->start(1000); } void ScreenRegionSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "excludeScene", GetWeakSourceName(excludeScene).c_str()); obs_data_set_int(obj, "minX", minX); obs_data_set_int(obj, "minY", minY); obs_data_set_int(obj, "maxX", maxX); obs_data_set_int(obj, "maxY", maxY); } void ScreenRegionSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); const char *excludeSceneName = obs_data_get_string(obj, "excludeScene"); excludeScene = GetWeakSourceByName(excludeSceneName); minX = obs_data_get_int(obj, "minX"); minY = obs_data_get_int(obj, "minY"); maxX = obs_data_get_int(obj, "maxX"); maxY = obs_data_get_int(obj, "maxY"); } ScreenRegionWidget::ScreenRegionWidget(QWidget *parent, ScreenRegionSwitch *s) : SwitchWidget(parent, s, true, true) { excludeScenes = new QComboBox(); minX = new QSpinBox(); minY = new QSpinBox(); maxX = new QSpinBox(); maxY = new QSpinBox(); minX->setPrefix("Min X: "); minY->setPrefix("Min Y: "); maxX->setPrefix("Max X: "); maxY->setPrefix("Max Y: "); minX->setMinimum(-1000000); minY->setMinimum(-1000000); maxX->setMinimum(-1000000); maxY->setMinimum(-1000000); minX->setMaximum(1000000); minY->setMaximum(1000000); maxX->setMaximum(1000000); maxY->setMaximum(1000000); QWidget::connect(excludeScenes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(ExcludeSceneChanged(const QString &))); QWidget::connect(minX, SIGNAL(valueChanged(int)), this, SLOT(MinXChanged(int))); QWidget::connect(minY, SIGNAL(valueChanged(int)), this, SLOT(MinYChanged(int))); QWidget::connect(maxX, SIGNAL(valueChanged(int)), this, SLOT(MaxXChanged(int))); QWidget::connect(maxY, SIGNAL(valueChanged(int)), this, SLOT(MaxYChanged(int))); populateSceneSelection( excludeScenes, false, false, false, false, nullptr, true, obs_module_text( "AdvSceneSwitcher.screenRegionTab.excludeScenes.None"), true); if (s) { excludeScenes->setCurrentText( GetWeakSourceName(s->excludeScene).c_str()); minX->setValue(s->minX); minY->setValue(s->minY); maxX->setValue(s->maxX); maxY->setValue(s->maxY); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{minX}}", minX}, {"{{minY}}", minY}, {"{{maxX}}", maxX}, {"{{maxY}}", maxY}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}, {"{{excludeScenes}}", excludeScenes}}; placeWidgets(obs_module_text("AdvSceneSwitcher.screenRegionTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } ScreenRegionSwitch *ScreenRegionWidget::getSwitchData() { return switchData; } void ScreenRegionWidget::setSwitchData(ScreenRegionSwitch *s) { switchData = s; } void ScreenRegionWidget::swapSwitchData(ScreenRegionWidget *s1, ScreenRegionWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); ScreenRegionSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void ScreenRegionWidget::showFrame() { drawFrame(); helperFrame.show(); } void ScreenRegionWidget::hideFrame() { helperFrame.hide(); } void ScreenRegionWidget::ExcludeSceneChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->excludeScene = GetWeakSourceByQString(text); } void ScreenRegionWidget::MinXChanged(int pos) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->minX = pos; drawFrame(); } void ScreenRegionWidget::MinYChanged(int pos) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->minY = pos; drawFrame(); } void ScreenRegionWidget::MaxXChanged(int pos) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->maxX = pos; drawFrame(); } void ScreenRegionWidget::MaxYChanged(int pos) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->maxY = pos; drawFrame(); } void ScreenRegionWidget::drawFrame() { helperFrame.setFrameStyle(QFrame::Box | QFrame::Plain); helperFrame.setWindowFlags(Qt::FramelessWindowHint | Qt::Tool | Qt::WindowTransparentForInput | Qt::WindowDoesNotAcceptFocus | Qt::WindowStaysOnTopHint); helperFrame.setAttribute(Qt::WA_TranslucentBackground, true); if (switchData) { helperFrame.setGeometry(switchData->minX, switchData->minY, switchData->maxX - switchData->minX, switchData->maxY - switchData->minY); } } SceneSwitcher-1.17.2/src/switch-sequence.cpp000066400000000000000000000506571417525156400210010ustar00rootroot00000000000000#include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" constexpr auto max_extend_text_size = 150; bool SceneSequenceSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_sceneSequenceAdd_clicked() { std::lock_guard lock(switcher->m); switcher->sceneSequenceSwitches.emplace_back(); listAddClicked(ui->sceneSequenceSwitches, new SequenceWidget( this, &switcher->sceneSequenceSwitches.back()), ui->sceneSequenceAdd, &addPulse); ui->sequenceHelp->setVisible(false); } void AdvSceneSwitcher::on_sceneSequenceRemove_clicked() { QListWidgetItem *item = ui->sceneSequenceSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->sceneSequenceSwitches->currentRow(); auto &switches = switcher->sceneSequenceSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_sceneSequenceUp_clicked() { int index = ui->sceneSequenceSwitches->currentRow(); if (!listMoveUp(ui->sceneSequenceSwitches)) { return; } SequenceWidget *s1 = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget( ui->sceneSequenceSwitches->item(index)); SequenceWidget *s2 = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget( ui->sceneSequenceSwitches->item(index - 1)); SequenceWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneSequenceSwitches[index], switcher->sceneSequenceSwitches[index - 1]); } void AdvSceneSwitcher::on_sceneSequenceDown_clicked() { int index = ui->sceneSequenceSwitches->currentRow(); if (!listMoveDown(ui->sceneSequenceSwitches)) { return; } SequenceWidget *s1 = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget( ui->sceneSequenceSwitches->item(index)); SequenceWidget *s2 = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget( ui->sceneSequenceSwitches->item(index + 1)); SequenceWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneSequenceSwitches[index], switcher->sceneSequenceSwitches[index + 1]); } void AdvSceneSwitcher::on_sceneSequenceSave_clicked() { QString directory = QFileDialog::getSaveFileName( this, tr(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.saveTitle")), QDir::currentPath(), tr(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.fileType"))); if (directory.isEmpty()) { return; } QFile file(directory); if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { return; } obs_data_t *obj = obs_data_create(); switcher->saveSceneSequenceSwitches(obj); obs_data_save_json(obj, file.fileName().toUtf8().constData()); obs_data_release(obj); } void AdvSceneSwitcher::on_sceneSequenceLoad_clicked() { QString directory = QFileDialog::getOpenFileName( this, tr(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.loadTitle")), QDir::currentPath(), tr(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.fileType"))); if (directory.isEmpty()) { return; } QFile file(directory); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { return; } obs_data_t *obj = obs_data_create_from_json_file( file.fileName().toUtf8().constData()); if (!obj) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.loadFail")); return; } switcher->loadSceneSequenceSwitches(obj); obs_data_release(obj); DisplayMessage(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.loadSuccess")); close(); } void AdvSceneSwitcher::OpenSequenceExtendEdit(SequenceWidget *sw) { QDialog edit; QScrollArea scrollArea; SequenceWidget editWidget(this, sw->getSwitchData(), false, true, false); scrollArea.setMinimumWidth(1000); scrollArea.setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding); scrollArea.setWidget(&editWidget); scrollArea.setWidgetResizable(true); QHBoxLayout layout; layout.setSizeConstraint(QLayout::SetMinimumSize); layout.addWidget(&scrollArea); edit.setLayout(&layout); edit.setWindowTitle(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.extendEdit")); edit.exec(); sw->UpdateWidgetStatus(true); } void AdvSceneSwitcher::on_sequenceEdit_clicked() { int index = ui->sceneSequenceSwitches->currentRow(); if (index == -1) { return; } SequenceWidget *currentWidget = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget( ui->sceneSequenceSwitches->item(index)); OpenSequenceExtendEdit(currentWidget); } void AdvSceneSwitcher::on_sceneSequenceSwitches_itemDoubleClicked( QListWidgetItem *item) { SequenceWidget *currentWidget = (SequenceWidget *)ui->sceneSequenceSwitches->itemWidget(item); OpenSequenceExtendEdit(currentWidget); } bool SwitcherData::checkSceneSequence(OBSWeakSource &scene, OBSWeakSource &transition, int &linger, bool &setPrevSceneAfterLinger) { if (SceneSequenceSwitch::pause) { return false; } bool match = false; for (SceneSequenceSwitch &s : sceneSequenceSwitches) { // Continue the active uninterruptible sequence and skip others if (uninterruptibleSceneSequenceActive && s.activeSequence == nullptr) { continue; } bool matched = s.checkMatch(linger); if (!match && matched) { match = matched; if (s.activeSequence) { scene = s.activeSequence->getScene(); transition = s.activeSequence->transition; setPrevSceneAfterLinger = s.activeSequence->usePreviousScene; } else { scene = s.getScene(); transition = s.transition; setPrevSceneAfterLinger = s.usePreviousScene; if (verbose) { s.logMatch(); } } s.advanceActiveSequence(); if (verbose) { s.logAdvanceSequence(); } // Ignore other switching methods if sequence is not // interruptible and has not reached its end if (s.activeSequence) { uninterruptibleSceneSequenceActive = !s.interruptible; } } } if (!match) { uninterruptibleSceneSequenceActive = false; } return match; } void SwitcherData::saveSceneSequenceSwitches(obs_data_t *obj) { obs_data_array_t *sceneSequenceArray = obs_data_array_create(); for (SceneSequenceSwitch &s : sceneSequenceSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(sceneSequenceArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "sceneRoundTrip", sceneSequenceArray); obs_data_array_release(sceneSequenceArray); } void SwitcherData::loadSceneSequenceSwitches(obs_data_t *obj) { sceneSequenceSwitches.clear(); obs_data_array_t *sceneSequenceArray = obs_data_get_array(obj, "sceneRoundTrip"); size_t count = obs_data_array_count(sceneSequenceArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(sceneSequenceArray, i); sceneSequenceSwitches.emplace_back(); sceneSequenceSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(sceneSequenceArray); } void AdvSceneSwitcher::setupSequenceTab() { for (auto &s : switcher->sceneSequenceSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->sceneSequenceSwitches); ui->sceneSequenceSwitches->addItem(item); SequenceWidget *sw = new SequenceWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->sceneSequenceSwitches->setItemWidget(item, sw); } if (switcher->sceneSequenceSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->sceneSequenceAdd, QColor(Qt::green)); } ui->sequenceHelp->setVisible(true); } else { ui->sequenceHelp->setVisible(false); } } bool SceneSequenceSwitch::initialized() { return SceneSwitcherEntry::initialized() && startScene; } bool SceneSequenceSwitch::valid() { return !initialized() || (SceneSwitcherEntry::valid() && WeakSourceValid(startScene)); } void SceneSequenceSwitch::save(obs_data_t *obj, bool saveExt) { SceneSwitcherEntry::save(obj); obs_data_set_int(obj, "startTargetType", static_cast(startTargetType)); obs_data_set_string(obj, "startScene", GetWeakSourceName(startScene).c_str()); delay.Save(obj, "delay"); obs_data_set_bool(obj, "interruptible", interruptible); if (saveExt) { auto cur = extendedSequence.get(); obs_data_array_t *extendScenes = obs_data_array_create(); while (cur) { obs_data_t *array_obj = obs_data_create(); cur->save(array_obj, false); obs_data_array_push_back(extendScenes, array_obj); obs_data_release(array_obj); cur = cur->extendedSequence.get(); } obs_data_set_array(obj, "extendScenes", extendScenes); obs_data_array_release(extendScenes); } } void SceneSequenceSwitch::load(obs_data_t *obj, bool saveExt) { SceneSwitcherEntry::load(obj); startTargetType = static_cast( obs_data_get_int(obj, "startTargetType")); const char *scene = obs_data_get_string(obj, "startScene"); startScene = GetWeakSourceByName(scene); delay.Load(obj, "delay"); interruptible = obs_data_get_bool(obj, "interruptible"); if (saveExt) { auto cur = this; obs_data_array_t *extendScenes = obs_data_get_array(obj, "extendScenes"); size_t count = obs_data_array_count(extendScenes); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(extendScenes, i); cur->extendedSequence = std::make_unique(); cur->extendedSequence->load(array_obj, false); cur = cur->extendedSequence.get(); obs_data_release(array_obj); } obs_data_array_release(extendScenes); } } bool SceneSequenceSwitch::reduce() { // Reset activeSequence just in case it was one of the deleted entries activeSequence = nullptr; if (!extendedSequence) { return true; } if (extendedSequence->reduce()) { extendedSequence.reset(nullptr); } return false; } SceneSequenceSwitch *SceneSequenceSwitch::extend() { if (extendedSequence) { return extendedSequence->extend(); } extendedSequence = std::make_unique(); extendedSequence->startScene = scene; if (targetType == SwitchTargetType::SceneGroup) { extendedSequence->startScene = nullptr; extendedSequence->startTargetType = SwitchTargetType::SceneGroup; } return extendedSequence.get(); } bool SceneSequenceSwitch::checkMatch(int &linger, SceneSequenceSwitch *root) { if (!initialized()) { if (root) { root->activeSequence = nullptr; } return false; } bool match = false; // We cannot rely on switcher->currentScene for this information. // Depending on the transition length the frontend event for the scene // change of the previous element in the sequence might not yet have // been received, which would lead to the sequencence being aborted. // Thus we have to use obs_frontend_get_current_scene() here. auto sceneSource = obs_frontend_get_current_scene(); auto currentScene = obs_source_get_weak_source(sceneSource); obs_weak_source_release(currentScene); obs_source_release(sceneSource); if (activeSequence) { return activeSequence->checkMatch(linger, this); } if (startScene == currentScene) { if (interruptible) { match = checkDurationMatchInterruptible(); } else { match = true; prepareUninterruptibleMatch(linger); } } else { delay.Reset(); if (root) { root->activeSequence = nullptr; logSequenceCanceled(); } } return match; } bool SceneSequenceSwitch::checkDurationMatchInterruptible() { if (delay.DurationReached()) { delay.Reset(); return true; } return false; } void SceneSequenceSwitch::prepareUninterruptibleMatch(int &linger) { int dur = delay.seconds * 1000; if (dur > 0) { linger = dur; } } void SceneSequenceSwitch::advanceActiveSequence() { // Set start Scene OBSWeakSource currentSceneGroupScene = nullptr; if (targetType == SwitchTargetType::SceneGroup && group) { currentSceneGroupScene = group->getCurrentScene(); } if (activeSequence) { activeSequence = activeSequence->extendedSequence.get(); } else { activeSequence = extendedSequence.get(); } if (activeSequence) { if (activeSequence->startTargetType == SwitchTargetType::SceneGroup) { activeSequence->startScene = currentSceneGroupScene; } if (activeSequence->targetType == SwitchTargetType::Scene && !activeSequence->scene) { blog(LOG_WARNING, "cannot advance sequence - null scene set"); activeSequence = nullptr; return; } if (activeSequence->targetType == SwitchTargetType::SceneGroup && activeSequence->group && activeSequence->group->scenes.empty()) { blog(LOG_WARNING, "cannot advance sequence - no scenes specified in '%s'", activeSequence->group->name.c_str()); activeSequence = nullptr; return; } // Reinit delay in case it was previously set activeSequence->delay.Reset(); } } void SceneSequenceSwitch::logAdvanceSequence() { if (activeSequence) { std::string targetName = GetWeakSourceName(activeSequence->scene); if (activeSequence->targetType == SwitchTargetType::SceneGroup && activeSequence->group) { targetName = activeSequence->group->name; } blog(LOG_INFO, "continuing sequence with '%s' -> '%s'", GetWeakSourceName(activeSequence->startScene).c_str(), targetName.c_str()); } } void SceneSequenceSwitch::logSequenceCanceled() { blog(LOG_INFO, "unexpected scene change - cancel sequence"); } QString makeExtendText(SceneSequenceSwitch *s, int curLen = 0) { if (!s) { return ""; } QString ext = ""; ext = QString::fromStdString(s->delay.ToString()) + " "; QString sceneName = GetWeakSourceName(s->scene).c_str(); if (s->targetType == SwitchTargetType::SceneGroup && s->group) { sceneName = QString::fromStdString(s->group->name); } if (sceneName.isEmpty()) { sceneName = obs_module_text("AdvSceneSwitcher.selectScene"); } ext += " -> [" + sceneName + "]"; if (ext.length() + curLen > max_extend_text_size) { return "..."; } if (s->extendedSequence.get()) { return ext += " | " + makeExtendText(s->extendedSequence.get(), curLen + ext.length()); } else { return ext; } } SequenceWidget::SequenceWidget(QWidget *parent, SceneSequenceSwitch *s, bool extendSequence, bool editExtendMode, bool showExtendText) : SwitchWidget(parent, s, !extendSequence, true) { this->setParent(parent); delay = new DurationSelection(); startScenes = new QComboBox(); interruptible = new QCheckBox(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.interruptible")); extendText = new QLabel(); extend = new QPushButton(); reduce = new QPushButton(); extend->setProperty("themeID", QVariant(QStringLiteral("addIconSmall"))); reduce->setProperty("themeID", QVariant(QStringLiteral("removeIconSmall"))); extend->setMaximumSize(22, 22); reduce->setMaximumSize(22, 22); // We need to extend the generic SwitchWidget::SceneChanged() // with our own SequenceWidget::SceneChanged() // so the old singal / slot needs to be disconnected scenes->disconnect(); QWidget::connect(scenes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SceneChanged(const QString &))); QWidget::connect(delay, SIGNAL(DurationChanged(double)), this, SLOT(DelayChanged(double))); QWidget::connect(delay, SIGNAL(UnitChanged(DurationUnit)), this, SLOT(DelayUnitsChanged(DurationUnit))); QWidget::connect(startScenes, SIGNAL(currentTextChanged(const QString &)), this, SLOT(StartSceneChanged(const QString &))); QWidget::connect(interruptible, SIGNAL(stateChanged(int)), this, SLOT(InterruptibleChanged(int))); QWidget::connect(extend, SIGNAL(clicked()), this, SLOT(ExtendClicked())); QWidget::connect(reduce, SIGNAL(clicked()), this, SLOT(ReduceClicked())); populateSceneSelection(startScenes); interruptible->setToolTip(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.interruptibleHint")); // The extended sequence widgets never exist on their own and are always // place inside a non-extend sequence widget if (extendSequence) { QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{delay}}", delay}, {"{{transitions}}", transitions}}; placeWidgets( obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.extendEntry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); } else { QHBoxLayout *startSequence = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{startScenes}}", startScenes}, {"{{scenes}}", scenes}, {"{{delay}}", delay}, {"{{transitions}}", transitions}, {"{{interruptible}}", interruptible}}; placeWidgets(obs_module_text( "AdvSceneSwitcher.sceneSequenceTab.entry"), startSequence, widgetPlaceholders); // The exetend widgets placed here extendSequenceLayout = new QVBoxLayout; if (s) { if (!editExtendMode) { extendText->setText(makeExtendText( s->extendedSequence.get())); } else { auto cur = s->extendedSequence.get(); while (cur != nullptr) { extendSequenceLayout->addWidget( new SequenceWidget(parent, cur, true, true)); cur = cur->extendedSequence.get(); } } } QHBoxLayout *extendSequenceControlsLayout = new QHBoxLayout; if (editExtendMode) { extendSequenceControlsLayout->addWidget(extend); extendSequenceControlsLayout->addWidget(reduce); } extendSequenceControlsLayout->addStretch(); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(startSequence); mainLayout->addLayout(extendSequenceLayout); mainLayout->addWidget(extendText); mainLayout->addLayout(extendSequenceControlsLayout); setLayout(mainLayout); } switchData = s; UpdateWidgetStatus(showExtendText); loading = false; } SceneSequenceSwitch *SequenceWidget::getSwitchData() { return switchData; } void SequenceWidget::setSwitchData(SceneSequenceSwitch *s) { switchData = s; } void SequenceWidget::swapSwitchData(SequenceWidget *s1, SequenceWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); SceneSequenceSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void SequenceWidget::DelayChanged(double sec) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->delay.seconds = sec; } void SequenceWidget::DelayUnitsChanged(DurationUnit unit) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->delay.displayUnit = unit; } void SequenceWidget::setExtendedSequenceStartScene() { switchData->extendedSequence->startScene = switchData->scene; switchData->extendedSequence->startTargetType = SwitchTargetType::Scene; if (switchData->targetType == SwitchTargetType::SceneGroup) { switchData->extendedSequence->startScene = nullptr; switchData->extendedSequence->startTargetType = SwitchTargetType::SceneGroup; } } void SequenceWidget::SceneChanged(const QString &text) { if (loading || !switchData) { return; } SwitchWidget::SceneChanged(text); std::lock_guard lock(switcher->m); if (switchData->extendedSequence) { setExtendedSequenceStartScene(); } } void SequenceWidget::StartSceneChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->startScene = GetWeakSourceByQString(text); } void SequenceWidget::InterruptibleChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->interruptible = state; auto cur = switchData->extendedSequence.get(); while (cur != nullptr) { cur->interruptible = state; cur = cur->extendedSequence.get(); } } void SequenceWidget::UpdateWidgetStatus(bool showExtendText) { if (showExtendText) { extendText->setText( makeExtendText(switchData->extendedSequence.get())); } delay->SetDuration(switchData->delay); startScenes->setCurrentText( GetWeakSourceName(switchData->startScene).c_str()); interruptible->setChecked(switchData->interruptible); SwitchWidget::showSwitchData(); } void SequenceWidget::ExtendClicked() { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); auto es = switchData->extend(); SequenceWidget *ew = new SequenceWidget(this->parentWidget(), es, true); extendSequenceLayout->addWidget(ew); } void SequenceWidget::ReduceClicked() { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->reduce(); int count = extendSequenceLayout->count(); auto item = extendSequenceLayout->takeAt(count - 1); if (item) { item->widget()->setVisible(false); delete item; } } SceneSwitcher-1.17.2/src/switch-time.cpp000066400000000000000000000167361417525156400201270ustar00rootroot00000000000000#include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool TimeSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_timeAdd_clicked() { std::lock_guard lock(switcher->m); switcher->timeSwitches.emplace_back(); listAddClicked(ui->timeSwitches, new TimeSwitchWidget(this, &switcher->timeSwitches.back()), ui->timeAdd, &addPulse); ui->timeHelp->setVisible(false); } void AdvSceneSwitcher::on_timeRemove_clicked() { QListWidgetItem *item = ui->timeSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->timeSwitches->currentRow(); auto &switches = switcher->timeSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_timeUp_clicked() { int index = ui->timeSwitches->currentRow(); if (!listMoveUp(ui->timeSwitches)) { return; } TimeSwitchWidget *s1 = (TimeSwitchWidget *)ui->timeSwitches->itemWidget( ui->timeSwitches->item(index)); TimeSwitchWidget *s2 = (TimeSwitchWidget *)ui->timeSwitches->itemWidget( ui->timeSwitches->item(index - 1)); TimeSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->timeSwitches[index], switcher->timeSwitches[index - 1]); } void AdvSceneSwitcher::on_timeDown_clicked() { int index = ui->timeSwitches->currentRow(); if (!listMoveDown(ui->timeSwitches)) { return; } TimeSwitchWidget *s1 = (TimeSwitchWidget *)ui->timeSwitches->itemWidget( ui->timeSwitches->item(index)); TimeSwitchWidget *s2 = (TimeSwitchWidget *)ui->timeSwitches->itemWidget( ui->timeSwitches->item(index + 1)); TimeSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->timeSwitches[index], switcher->timeSwitches[index + 1]); } bool timesAreInInterval(QTime &time1, QTime &time2, int &interval) { if (time1.isNull() || time2.isNull()) { return false; } bool ret = false; QTime validSwitchTimeWindow = time1.addMSecs(interval); ret = time1 <= time2 && time2 <= validSwitchTimeWindow; // Check for overflow if (!ret && validSwitchTimeWindow.msecsSinceStartOfDay() < interval) { ret = time2 >= time1 || time2 <= validSwitchTimeWindow; } return ret; } bool checkLiveTime(TimeSwitch &s, QDateTime &start, int &interval) { if (start.isNull()) { return false; } QDateTime now = QDateTime::currentDateTime(); QTime timePassed = QTime(0, 0).addMSecs(start.msecsTo(now)); return timesAreInInterval(s.time, timePassed, interval); } bool checkRegularTime(TimeSwitch &s, int &interval) { if (s.trigger != ANY_DAY && s.trigger != QDate::currentDate().dayOfWeek()) return false; QTime now = QTime::currentTime(); return timesAreInInterval(s.time, now, interval); } bool SwitcherData::checkTimeSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (TimeSwitch::pause) { return false; } bool match = false; for (TimeSwitch &s : timeSwitches) { if (!s.initialized()) { continue; } if (s.trigger == LIVE) { match = checkLiveTime(s, liveTime, interval); } else { match = checkRegularTime(s, interval); } if (match) { scene = s.getScene(); transition = s.transition; match = true; if (verbose) { s.logMatch(); } break; } } return match; } void SwitcherData::saveTimeSwitches(obs_data_t *obj) { obs_data_array_t *timeArray = obs_data_array_create(); for (TimeSwitch &s : timeSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(timeArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "timeSwitches", timeArray); obs_data_array_release(timeArray); } void SwitcherData::loadTimeSwitches(obs_data_t *obj) { timeSwitches.clear(); obs_data_array_t *timeArray = obs_data_get_array(obj, "timeSwitches"); size_t count = obs_data_array_count(timeArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(timeArray, i); timeSwitches.emplace_back(); timeSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(timeArray); } void AdvSceneSwitcher::setupTimeTab() { for (auto &s : switcher->timeSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->timeSwitches); ui->timeSwitches->addItem(item); TimeSwitchWidget *sw = new TimeSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->timeSwitches->setItemWidget(item, sw); } if (switcher->timeSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->timeAdd, QColor(Qt::green)); } ui->timeHelp->setVisible(true); } else { ui->timeHelp->setVisible(false); } } void TimeSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_int(obj, "trigger", trigger); obs_data_set_string(obj, "time", time.toString().toStdString().c_str()); } void TimeSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); trigger = (timeTrigger)obs_data_get_int(obj, "trigger"); time = QTime::fromString(obs_data_get_string(obj, "time")); } static inline void populateTriggers(QComboBox *list) { list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.anyDay")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.mondays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.tuesdays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.wednesdays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.thursdays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.fridays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.saturdays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.sundays")); list->addItem(obs_module_text("AdvSceneSwitcher.timeTab.afterstart")); list->setItemData( 8, obs_module_text("AdvSceneSwitcher.timeTab.afterstart.tip"), Qt::ToolTipRole); } TimeSwitchWidget::TimeSwitchWidget(QWidget *parent, TimeSwitch *s) : SwitchWidget(parent, s, true, true) { triggers = new QComboBox(); time = new QTimeEdit(); QWidget::connect(triggers, SIGNAL(currentIndexChanged(int)), this, SLOT(TriggerChanged(int))); QWidget::connect(time, SIGNAL(timeChanged(const QTime &)), this, SLOT(TimeChanged(const QTime &))); populateTriggers(triggers); time->setDisplayFormat("HH:mm:ss"); if (s) { triggers->setCurrentIndex(s->trigger); time->setTime(s->time); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{triggers}}", triggers}, {"{{time}}", time}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.timeTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } TimeSwitch *TimeSwitchWidget::getSwitchData() { return switchData; } void TimeSwitchWidget::setSwitchData(TimeSwitch *s) { switchData = s; } void TimeSwitchWidget::swapSwitchData(TimeSwitchWidget *s1, TimeSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); TimeSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void TimeSwitchWidget::TriggerChanged(int index) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->trigger = (timeTrigger)index; } void TimeSwitchWidget::TimeChanged(const QTime &time) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->time = time; } SceneSwitcher-1.17.2/src/switch-transitions.cpp000066400000000000000000000431641417525156400215410ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" constexpr auto default_def_transition_dealy = 300; bool DefaultSceneTransition::pause = false; unsigned int DefaultSceneTransition::delay = default_def_transition_dealy; void AdvSceneSwitcher::on_transitionsAdd_clicked() { std::lock_guard lock(switcher->m); switcher->sceneTransitions.emplace_back(); listAddClicked(ui->sceneTransitions, new TransitionSwitchWidget( this, &switcher->sceneTransitions.back())); ui->transitionHelp->setVisible(false); } void AdvSceneSwitcher::on_transitionsRemove_clicked() { QListWidgetItem *item = ui->sceneTransitions->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->sceneTransitions->currentRow(); auto &switches = switcher->sceneTransitions; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_transitionsUp_clicked() { int index = ui->sceneTransitions->currentRow(); if (!listMoveUp(ui->sceneTransitions)) { return; } TransitionSwitchWidget *s1 = (TransitionSwitchWidget *)ui->sceneTransitions->itemWidget( ui->sceneTransitions->item(index)); TransitionSwitchWidget *s2 = (TransitionSwitchWidget *)ui->sceneTransitions->itemWidget( ui->sceneTransitions->item(index - 1)); TransitionSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneTransitions[index], switcher->sceneTransitions[index - 1]); } void AdvSceneSwitcher::on_transitionsDown_clicked() { int index = ui->sceneTransitions->currentRow(); if (!listMoveDown(ui->sceneTransitions)) { return; } TransitionSwitchWidget *s1 = (TransitionSwitchWidget *)ui->sceneTransitions->itemWidget( ui->sceneTransitions->item(index)); TransitionSwitchWidget *s2 = (TransitionSwitchWidget *)ui->sceneTransitions->itemWidget( ui->sceneTransitions->item(index + 1)); TransitionSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->sceneTransitions[index], switcher->sceneTransitions[index + 1]); } void AdvSceneSwitcher::on_defaultTransitionsAdd_clicked() { std::lock_guard lock(switcher->m); switcher->defaultSceneTransitions.emplace_back(); listAddClicked(ui->defaultTransitions, new DefTransitionSwitchWidget( this, &switcher->defaultSceneTransitions.back())); ui->defaultTransitionHelp->setVisible(false); } void AdvSceneSwitcher::on_defaultTransitionsRemove_clicked() { QListWidgetItem *item = ui->defaultTransitions->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->defaultTransitions->currentRow(); auto &switches = switcher->defaultSceneTransitions; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_defaultTransitionsUp_clicked() { int index = ui->defaultTransitions->currentRow(); if (!listMoveUp(ui->defaultTransitions)) { return; } TransitionSwitchWidget *s1 = (TransitionSwitchWidget *)ui->defaultTransitions->itemWidget( ui->defaultTransitions->item(index)); TransitionSwitchWidget *s2 = (TransitionSwitchWidget *)ui->defaultTransitions->itemWidget( ui->defaultTransitions->item(index - 1)); TransitionSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->defaultSceneTransitions[index], switcher->defaultSceneTransitions[index - 1]); } void AdvSceneSwitcher::on_defaultTransitionsDown_clicked() { int index = ui->defaultTransitions->currentRow(); if (!listMoveDown(ui->defaultTransitions)) { return; } DefTransitionSwitchWidget *s1 = (DefTransitionSwitchWidget *)ui->defaultTransitions->itemWidget( ui->defaultTransitions->item(index)); DefTransitionSwitchWidget *s2 = (DefTransitionSwitchWidget *)ui->defaultTransitions->itemWidget( ui->defaultTransitions->item(index + 1)); DefTransitionSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->defaultSceneTransitions[index], switcher->defaultSceneTransitions[index + 1]); } void SwitcherData::checkDefaultSceneTransitions() { if (DefaultSceneTransition::pause || stop) { return; } for (auto &t : defaultSceneTransitions) { if (t.checkMatch(currentScene)) { if (verbose) { t.logMatch(); } t.setTransition(); break; } } } void AdvSceneSwitcher::on_transitionOverridecheckBox_stateChanged(int state) { if (loading) { return; } if (!state && !switcher->adjustActiveTransitionType) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.transitionTab.transitionBehaviorSelectionError")); ui->adjustActiveTransitionType->setChecked(true); } std::lock_guard lock(switcher->m); switcher->transitionOverrideOverride = state; } void AdvSceneSwitcher::on_adjustActiveTransitionType_stateChanged(int state) { if (loading) { return; } // This option only makes sense if we are allowed to use transition overrides if (!state && !switcher->transitionOverrideOverride) { DisplayMessage(obs_module_text( "AdvSceneSwitcher.transitionTab.transitionBehaviorSelectionError")); ui->transitionOverridecheckBox->setChecked(true); } std::lock_guard lock(switcher->m); switcher->adjustActiveTransitionType = state; } void AdvSceneSwitcher::defTransitionDelayValueChanged(int value) { if (loading) { return; } std::lock_guard lock(switcher->m); DefaultSceneTransition::delay = value; } std::pair getNextTransition(obs_weak_source_t *scene1, obs_weak_source_t *scene2) { obs_weak_source_t *ws = nullptr; int duration = 0; if (scene1 && scene2) { for (SceneTransition &t : switcher->sceneTransitions) { if (!t.initialized()) { continue; } if (t.scene == scene1 && t.scene2 == scene2) { ws = t.transition; duration = t.duration * 1000; break; } } } return std::make_pair(ws, duration); } void overwriteTransitionOverride(const sceneSwitchInfo &ssi, transitionData &td) { obs_source_t *scene = obs_weak_source_get_source(ssi.scene); obs_data_t *data = obs_source_get_private_settings(scene); td.name = obs_data_get_string(data, "transition"); td.duration = obs_data_get_int(data, "transition_duration"); std::string name = GetWeakSourceName(ssi.transition); obs_data_set_string(data, "transition", name.c_str()); obs_data_set_int(data, "transition_duration", ssi.duration); obs_data_release(data); obs_source_release(scene); } void restoreTransitionOverride(obs_source_t *scene, const transitionData &td) { obs_data_t *data = obs_source_get_private_settings(scene); obs_data_set_string(data, "transition", td.name.c_str()); obs_data_set_int(data, "transition_duration", td.duration); obs_data_release(data); } void setNextTransition(const sceneSwitchInfo &sceneSwitch, obs_source_t *currentSource, transitionData &td) { // Priority: // 1. Transition tab // 2. Individual switcher entry // 3. Current transition settings // Transition Tab obs_weak_source_t *currentScene = obs_source_get_weak_source(currentSource); auto tinfo = getNextTransition(currentScene, sceneSwitch.scene); obs_weak_source_release(currentScene); OBSWeakSource nextTransition = tinfo.first; int nextTransitionDuration = tinfo.second; // Individual switcher entry if (!nextTransition) { nextTransition = sceneSwitch.transition; } if (!nextTransitionDuration) { nextTransitionDuration = sceneSwitch.duration; } // Current transition settings if (!nextTransition) { auto ct = obs_frontend_get_current_transition(); nextTransition = obs_source_get_weak_source(ct); obs_weak_source_release(nextTransition); obs_source_release(ct); } if (!nextTransitionDuration) { nextTransitionDuration = obs_frontend_get_transition_duration(); } if (switcher->adjustActiveTransitionType) { obs_frontend_set_transition_duration(nextTransitionDuration); auto t = obs_weak_source_get_source(nextTransition); obs_frontend_set_current_transition(t); obs_source_release(t); } if (switcher->transitionOverrideOverride) { overwriteTransitionOverride({sceneSwitch.scene, nextTransition, nextTransitionDuration}, td); } } void SwitcherData::saveSceneTransitions(obs_data_t *obj) { obs_data_array_t *sceneTransitionsArray = obs_data_array_create(); for (SceneTransition &s : sceneTransitions) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(sceneTransitionsArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "sceneTransitions", sceneTransitionsArray); obs_data_array_release(sceneTransitionsArray); obs_data_array_t *defaultTransitionsArray = obs_data_array_create(); for (DefaultSceneTransition &s : defaultSceneTransitions) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(defaultTransitionsArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "defaultTransitions", defaultTransitionsArray); obs_data_array_release(defaultTransitionsArray); obs_data_set_bool(obj, "tansitionOverrideOverride", transitionOverrideOverride); obs_data_set_default_bool(obj, "adjustActiveTransitionType", adjustActiveTransitionType); obs_data_set_bool(obj, "adjustActiveTransitionType", adjustActiveTransitionType); obs_data_set_default_int(obj, "defTransitionDelay", default_def_transition_dealy); obs_data_set_int(obj, "defTransitionDelay", DefaultSceneTransition::delay); } void SwitcherData::loadSceneTransitions(obs_data_t *obj) { sceneTransitions.clear(); obs_data_array_t *sceneTransitionsArray = obs_data_get_array(obj, "sceneTransitions"); size_t count = obs_data_array_count(sceneTransitionsArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(sceneTransitionsArray, i); sceneTransitions.emplace_back(); sceneTransitions.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(sceneTransitionsArray); defaultSceneTransitions.clear(); obs_data_array_t *defaultTransitionsArray = obs_data_get_array(obj, "defaultTransitions"); count = obs_data_array_count(defaultTransitionsArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(defaultTransitionsArray, i); defaultSceneTransitions.emplace_back(); defaultSceneTransitions.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(defaultTransitionsArray); transitionOverrideOverride = obs_data_get_bool(obj, "tansitionOverrideOverride"); adjustActiveTransitionType = obs_data_get_bool(obj, "adjustActiveTransitionType"); // Check for invalid config if (!transitionOverrideOverride && !adjustActiveTransitionType) { adjustActiveTransitionType = true; } DefaultSceneTransition::delay = obs_data_get_int(obj, "defTransitionDelay"); } void AdvSceneSwitcher::setupTransitionsTab() { for (auto &s : switcher->sceneTransitions) { QListWidgetItem *item; item = new QListWidgetItem(ui->sceneTransitions); ui->sceneTransitions->addItem(item); TransitionSwitchWidget *sw = new TransitionSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->sceneTransitions->setItemWidget(item, sw); } if (switcher->sceneTransitions.size() == 0) { ui->transitionHelp->setVisible(true); } else { ui->transitionHelp->setVisible(false); } for (auto &s : switcher->defaultSceneTransitions) { QListWidgetItem *item; item = new QListWidgetItem(ui->defaultTransitions); ui->defaultTransitions->addItem(item); DefTransitionSwitchWidget *sw = new DefTransitionSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->defaultTransitions->setItemWidget(item, sw); } if (switcher->defaultSceneTransitions.size() == 0) { ui->defaultTransitionHelp->setVisible(true); } else { ui->defaultTransitionHelp->setVisible(false); } ui->transitionOverridecheckBox->setChecked( switcher->transitionOverrideOverride); ui->adjustActiveTransitionType->setChecked( switcher->adjustActiveTransitionType); QSpinBox *defTransitionDelay = new QSpinBox(); defTransitionDelay->setSuffix("ms"); defTransitionDelay->setMinimum(50); defTransitionDelay->setMaximum(10000); defTransitionDelay->setValue(DefaultSceneTransition::delay); defTransitionDelay->setToolTip(obs_module_text( "AdvSceneSwitcher.transitionTab.defaultTransition.delay.help")); QWidget::connect(defTransitionDelay, SIGNAL(valueChanged(int)), this, SLOT(defTransitionDelayValueChanged(int))); std::unordered_map widgetPlaceholders = { {"{{defTransitionDelay}}", defTransitionDelay}}; placeWidgets( obs_module_text( "AdvSceneSwitcher.transitionTab.defaultTransition.delay"), ui->defTransitionDelayLayout, widgetPlaceholders); } bool SceneTransition::initialized() { return SceneSwitcherEntry::initialized() && scene2; } bool SceneTransition::valid() { return !initialized() || (SceneSwitcherEntry::valid() && WeakSourceValid(scene2)); } void SceneTransition::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj, "targetType", "Scene1"); obs_data_set_string(obj, "Scene2", GetWeakSourceName(scene2).c_str()); obs_data_set_double(obj, "duration", duration); } void SceneTransition::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj, "targetType", "Scene1"); const char *sourceName = obs_data_get_string(obj, "Scene2"); scene2 = GetWeakSourceByName(sourceName); duration = obs_data_get_double(obj, "duration"); } TransitionSwitchWidget::TransitionSwitchWidget(QWidget *parent, SceneTransition *s) : SwitchWidget(parent, s, false, false, false) { scenes2 = new QComboBox(); duration = new QDoubleSpinBox(); duration->setMinimum(0.0); duration->setMaximum(99.000000); duration->setSuffix("s"); QWidget::connect(scenes2, SIGNAL(currentTextChanged(const QString &)), this, SLOT(Scene2Changed(const QString &))); QWidget::connect(duration, SIGNAL(valueChanged(double)), this, SLOT(DurationChanged(double))); populateSceneSelection(scenes2); if (s) { scenes2->setCurrentText(GetWeakSourceName(s->scene2).c_str()); duration->setValue(s->duration); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{scenes2}}", scenes2}, {"{{duration}}", duration}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.transitionTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } SceneTransition *TransitionSwitchWidget::getSwitchData() { return switchData; } void TransitionSwitchWidget::setSwitchData(SceneTransition *s) { switchData = s; } void TransitionSwitchWidget::swapSwitchData(TransitionSwitchWidget *s1, TransitionSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); SceneTransition *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void TransitionSwitchWidget::Scene2Changed(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->scene2 = GetWeakSourceByQString(text); } void TransitionSwitchWidget::DurationChanged(double dur) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration = dur; } DefTransitionSwitchWidget::DefTransitionSwitchWidget(QWidget *parent, DefaultSceneTransition *s) : SwitchWidget(parent, s, false, false, false) { QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets( obs_module_text( "AdvSceneSwitcher.transitionTab.defaultTransitionEntry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } DefaultSceneTransition *DefTransitionSwitchWidget::getSwitchData() { return switchData; } void DefTransitionSwitchWidget::setSwitchData(DefaultSceneTransition *s) { switchData = s; } void DefTransitionSwitchWidget::swapSwitchData(DefTransitionSwitchWidget *s1, DefTransitionSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); DefaultSceneTransition *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void DefaultSceneTransition::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj, "targetType", "Scene"); } void DefaultSceneTransition::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj, "targetType", "Scene"); } bool DefaultSceneTransition::checkMatch(OBSWeakSource currentScene) { return scene == currentScene; } void setTransitionDelayed(OBSWeakSource transition, unsigned int delay) { // A hardcoded delay of 50 ms before switching transition type is // necessary due to OBS_FRONTEND_EVENT_SCENE_CHANGED seemingly firing a // bit too early and thus leading to canceled transitions. // // The same is to be the case for OBS_FRONTEND_EVENT_TRANSITION_STOPPED. // // 50 ms was chosen as a default value as it seems to avoid the problem // mentioned above and becuase that is the minimum value which can be // chosen for the scene switcher's check interval. // Thus it can be made sure that the delayed setting of the transition // does not interfere with any new scene changes triggered by the scene // switcher std::this_thread::sleep_for(std::chrono::milliseconds(delay)); obs_source_t *transitionSource = obs_weak_source_get_source(transition); obs_frontend_set_current_transition(transitionSource); obs_source_release(transitionSource); } void DefaultSceneTransition::setTransition() { std::thread t; t = std::thread(setTransitionDelayed, transition, delay); t.detach(); } SceneSwitcher-1.17.2/src/switch-video.cpp000066400000000000000000000340031417525156400202620ustar00rootroot00000000000000#include #include #include #include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool VideoSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_videoAdd_clicked() { std::lock_guard lock(switcher->m); switcher->videoSwitches.emplace_back(); VideoSwitchWidget *sw = new VideoSwitchWidget(this, &switcher->videoSwitches.back()); listAddClicked(ui->videoSwitches, sw, ui->videoAdd, &addPulse); ui->videoHelp->setVisible(false); } void AdvSceneSwitcher::on_videoRemove_clicked() { QListWidgetItem *item = ui->videoSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->videoSwitches->currentRow(); auto &switches = switcher->videoSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_videoUp_clicked() { int index = ui->videoSwitches->currentRow(); if (!listMoveUp(ui->videoSwitches)) { return; } VideoSwitchWidget *s1 = (VideoSwitchWidget *)ui->videoSwitches->itemWidget( ui->videoSwitches->item(index)); VideoSwitchWidget *s2 = (VideoSwitchWidget *)ui->videoSwitches->itemWidget( ui->videoSwitches->item(index - 1)); VideoSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->videoSwitches[index], switcher->videoSwitches[index - 1]); } void AdvSceneSwitcher::on_videoDown_clicked() { int index = ui->videoSwitches->currentRow(); if (!listMoveDown(ui->videoSwitches)) { return; } VideoSwitchWidget *s1 = (VideoSwitchWidget *)ui->videoSwitches->itemWidget( ui->videoSwitches->item(index)); VideoSwitchWidget *s2 = (VideoSwitchWidget *)ui->videoSwitches->itemWidget( ui->videoSwitches->item(index + 1)); VideoSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->videoSwitches[index], switcher->videoSwitches[index + 1]); } void AdvSceneSwitcher::on_getScreenshot_clicked() { QListWidgetItem *item = ui->videoSwitches->currentItem(); if (!item) { return; } VideoSwitchWidget *sw = (VideoSwitchWidget *)ui->videoSwitches->itemWidget(item); auto s = sw->getSwitchData(); if (!s || !s->videoSource) { return; } auto source = obs_weak_source_get_source(s->videoSource); auto screenshotData = std::make_unique(source); obs_source_release(source); QString filePath = QFileDialog::getSaveFileName(this); if (filePath.isEmpty()) { return; } QFile file(filePath); if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { return; } // During selection of the save path enough time should usually have // passed already // Add this just in case ... if (!screenshotData->done) { std::this_thread::sleep_for(std::chrono::seconds(1)); } if (!screenshotData->done) { DisplayMessage("Failed to get screenshot of source!"); return; } screenshotData->image.save(file.fileName()); sw->SetFilePath(file.fileName()); } bool SwitcherData::checkVideoSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (VideoSwitch::pause) { return false; } bool match = false; for (auto &s : videoSwitches) { bool matched = s.checkMatch(); if (!match && matched) { match = true; scene = s.getScene(); transition = s.transition; if (verbose) { s.logMatch(); } } } return match; } void SwitcherData::saveVideoSwitches(obs_data_t *obj) { obs_data_array_t *videoArray = obs_data_array_create(); for (VideoSwitch &s : videoSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(videoArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "videoSwitches", videoArray); obs_data_array_release(videoArray); } void SwitcherData::loadVideoSwitches(obs_data_t *obj) { videoSwitches.clear(); obs_data_array_t *videoArray = obs_data_get_array(obj, "videoSwitches"); size_t count = obs_data_array_count(videoArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(videoArray, i); videoSwitches.emplace_back(); videoSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(videoArray); } void AdvSceneSwitcher::setupVideoTab() { for (auto &s : switcher->videoSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->videoSwitches); ui->videoSwitches->addItem(item); VideoSwitchWidget *sw = new VideoSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->videoSwitches->setItemWidget(item, sw); } if (switcher->videoSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->videoAdd, QColor(Qt::green)); } ui->videoHelp->setVisible(true); } else { ui->videoHelp->setVisible(false); } ui->getScreenshot->setToolTip( obs_module_text("AdvSceneSwitcher.videoTab.getScreenshotHelp")); } bool VideoSwitch::initialized() { return SceneSwitcherEntry::initialized() && videoSource; } bool VideoSwitch::valid() { return !initialized() || (SceneSwitcherEntry::valid() && WeakSourceValid(videoSource)); } void VideoSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "videoSource", GetWeakSourceName(videoSource).c_str()); obs_data_set_int(obj, "condition", static_cast(condition)); obs_data_set_double(obj, "duration", duration); obs_data_set_string(obj, "filePath", file.c_str()); obs_data_set_bool(obj, "ignoreInactiveSource", ignoreInactiveSource); } bool requiresFileInput(videoSwitchType t) { return t == videoSwitchType::MATCH || t == videoSwitchType::DIFFER; } void VideoSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); const char *videoSourceName = obs_data_get_string(obj, "videoSource"); videoSource = GetWeakSourceByName(videoSourceName); condition = static_cast( obs_data_get_int(obj, "condition")); duration = obs_data_get_double(obj, "duration"); file = obs_data_get_string(obj, "filePath"); ignoreInactiveSource = obs_data_get_bool(obj, "ignoreInactiveSource"); if (requiresFileInput(condition)) { (void)loadImageFromFile(); } } void VideoSwitch::getScreenshot() { auto source = obs_weak_source_get_source(videoSource); screenshotData = std::make_unique(source); obs_source_release(source); } bool VideoSwitch::loadImageFromFile() { if (!matchImage.load(QString::fromStdString(file))) { blog(LOG_WARNING, "Cannot load image data from file '%s'", file.c_str()); return false; } matchImage = matchImage.convertToFormat(QImage::Format::Format_RGBA8888); return true; } bool VideoSwitch::checkMatch() { if (ignoreInactiveSource) { obs_source_t *vs = obs_weak_source_get_source(videoSource); bool videoActive = obs_source_active(vs); obs_source_release(vs); if (!videoActive) { screenshotData.reset(nullptr); return false; } } bool match = false; if (screenshotData) { if (screenshotData->done) { bool conditionMatch = false; switch (condition) { case videoSwitchType::MATCH: conditionMatch = screenshotData->image == matchImage; break; case videoSwitchType::DIFFER: conditionMatch = screenshotData->image != matchImage; break; case videoSwitchType::HAS_NOT_CHANGED: conditionMatch = screenshotData->image == matchImage; break; case videoSwitchType::HAS_CHANGED: conditionMatch = screenshotData->image != matchImage; break; default: break; } if (conditionMatch) { currentMatchDuration += std::chrono::duration_cast< std::chrono::milliseconds>( screenshotData->time - previousTime); } else { currentMatchDuration = {}; } bool durationMatch = currentMatchDuration.count() >= duration * 1000; if (conditionMatch && durationMatch) { match = true; } if (!requiresFileInput(condition)) { matchImage = std::move(screenshotData->image); } previousTime = std::move(screenshotData->time); screenshotData.reset(nullptr); } } getScreenshot(); return match; } void swap(VideoSwitch &first, VideoSwitch &second) { std::swap(first.targetType, second.targetType); std::swap(first.group, second.group); std::swap(first.scene, second.scene); std::swap(first.transition, second.transition); std::swap(first.usePreviousScene, second.usePreviousScene); std::swap(first.videoSource, second.videoSource); } static inline void populateConditionSelection(QComboBox *list) { list->addItem( obs_module_text("AdvSceneSwitcher.videoTab.condition.match")); list->setItemData( 0, obs_module_text( "AdvSceneSwitcher.videoTab.condition.match.tooltip"), Qt::ToolTipRole); list->addItem( obs_module_text("AdvSceneSwitcher.videoTab.condition.differ")); list->addItem(obs_module_text( "AdvSceneSwitcher.videoTab.condition.hasNotChanged")); list->addItem(obs_module_text( "AdvSceneSwitcher.videoTab.condition.hasChanged")); } VideoSwitchWidget::VideoSwitchWidget(QWidget *parent, VideoSwitch *s) : SwitchWidget(parent, s, true, true) { videoSources = new QComboBox(); condition = new QComboBox(); duration = new QDoubleSpinBox(); filePath = new QLineEdit(); browseButton = new QPushButton(obs_module_text("AdvSceneSwitcher.browse")); ignoreInactiveSource = new QCheckBox(obs_module_text( "AdvSceneSwitcher.videoTab.ignoreInactiveSource")); filePath->setFixedWidth(100); browseButton->setStyleSheet("border:1px solid gray;"); duration->setMinimum(0.0); duration->setMaximum(99.000000); duration->setSuffix("s"); QWidget::connect(videoSources, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SourceChanged(const QString &))); QWidget::connect(condition, SIGNAL(currentIndexChanged(int)), this, SLOT(ConditionChanged(int))); QWidget::connect(duration, SIGNAL(valueChanged(double)), this, SLOT(DurationChanged(double))); QWidget::connect(filePath, SIGNAL(editingFinished()), this, SLOT(FilePathChanged())); QWidget::connect(browseButton, SIGNAL(clicked()), this, SLOT(BrowseButtonClicked())); QWidget::connect(ignoreInactiveSource, SIGNAL(stateChanged(int)), this, SLOT(IgnoreInactiveChanged(int))); populateVideoSelection(videoSources); populateConditionSelection(condition); if (s) { videoSources->setCurrentText( GetWeakSourceName(s->videoSource).c_str()); condition->setCurrentIndex(static_cast(s->condition)); duration->setValue(s->duration); filePath->setText(QString::fromStdString(s->file)); ignoreInactiveSource->setChecked(s->ignoreInactiveSource); if (!requiresFileInput(s->condition)) { filePath->hide(); browseButton->hide(); } } QHBoxLayout *switchLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{videoSources}}", videoSources}, {"{{condition}}", condition}, {"{{duration}}", duration}, {"{{filePath}}", filePath}, {"{{browseButton}}", browseButton}, {"{{ignoreInactiveSource}}", ignoreInactiveSource}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}}; placeWidgets(obs_module_text("AdvSceneSwitcher.videoTab.entry"), switchLayout, widgetPlaceholders); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->addLayout(switchLayout); setLayout(mainLayout); switchData = s; UpdatePreviewTooltip(); loading = false; } VideoSwitch *VideoSwitchWidget::getSwitchData() { return switchData; } void VideoSwitchWidget::setSwitchData(VideoSwitch *s) { switchData = s; } void VideoSwitchWidget::swapSwitchData(VideoSwitchWidget *s1, VideoSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); VideoSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void VideoSwitchWidget::UpdatePreviewTooltip() { if (!switchData || !requiresFileInput(switchData->condition)) { return; } QImage preview = switchData->matchImage.scaled({300, 300}, Qt::KeepAspectRatio); QByteArray data; QBuffer buffer(&data); if (!preview.save(&buffer, "PNG")) { return; } QString html = QString("") .arg(QString(data.toBase64())); this->setToolTip(html); } void VideoSwitchWidget::SetFilePath(const QString &text) { filePath->setText(text); FilePathChanged(); } void VideoSwitchWidget::SourceChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->videoSource = GetWeakSourceByQString(text); } void VideoSwitchWidget::ConditionChanged(int cond) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->condition = static_cast(cond); if (requiresFileInput(switchData->condition)) { filePath->show(); browseButton->show(); } else { filePath->hide(); browseButton->hide(); } // Reload image data to avoid incorrect matches. // // Condition type HAS_NOT_CHANGED will use matchImage to store previous // frame of video source, which will differ from the image stored at // specified file location. if (switchData->loadImageFromFile()) { UpdatePreviewTooltip(); } } void VideoSwitchWidget::DurationChanged(double dur) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->duration = dur; } void VideoSwitchWidget::FilePathChanged() { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->file = filePath->text().toUtf8().constData(); if (switchData->loadImageFromFile()) { UpdatePreviewTooltip(); } } void VideoSwitchWidget::BrowseButtonClicked() { if (loading || !switchData) { return; } QString path = QFileDialog::getOpenFileName( this, tr(obs_module_text("AdvSceneSwitcher.fileTab.selectRead")), QDir::currentPath(), tr(obs_module_text("AdvSceneSwitcher.fileTab.anyFileType"))); if (path.isEmpty()) { return; } filePath->setText(path); FilePathChanged(); } void VideoSwitchWidget::IgnoreInactiveChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->ignoreInactiveSource = state; } SceneSwitcher-1.17.2/src/switch-window.cpp000066400000000000000000000273561417525156400205000ustar00rootroot00000000000000#include #include "headers/advanced-scene-switcher.hpp" #include "headers/utility.hpp" bool WindowSwitch::pause = false; static QMetaObject::Connection addPulse; void AdvSceneSwitcher::on_windowAdd_clicked() { std::lock_guard lock(switcher->m); switcher->windowSwitches.emplace_back(); listAddClicked(ui->windowSwitches, new WindowSwitchWidget(this, &switcher->windowSwitches.back()), ui->windowAdd, &addPulse); ui->windowHelp->setVisible(false); } void AdvSceneSwitcher::on_windowRemove_clicked() { QListWidgetItem *item = ui->windowSwitches->currentItem(); if (!item) { return; } { std::lock_guard lock(switcher->m); int idx = ui->windowSwitches->currentRow(); auto &switches = switcher->windowSwitches; switches.erase(switches.begin() + idx); } delete item; } void AdvSceneSwitcher::on_windowUp_clicked() { int index = ui->windowSwitches->currentRow(); if (!listMoveUp(ui->windowSwitches)) { return; } WindowSwitchWidget *s1 = (WindowSwitchWidget *)ui->windowSwitches->itemWidget( ui->windowSwitches->item(index)); WindowSwitchWidget *s2 = (WindowSwitchWidget *)ui->windowSwitches->itemWidget( ui->windowSwitches->item(index - 1)); WindowSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->windowSwitches[index], switcher->windowSwitches[index - 1]); } void AdvSceneSwitcher::on_windowDown_clicked() { int index = ui->windowSwitches->currentRow(); if (!listMoveDown(ui->windowSwitches)) { return; } WindowSwitchWidget *s1 = (WindowSwitchWidget *)ui->windowSwitches->itemWidget( ui->windowSwitches->item(index)); WindowSwitchWidget *s2 = (WindowSwitchWidget *)ui->windowSwitches->itemWidget( ui->windowSwitches->item(index + 1)); WindowSwitchWidget::swapSwitchData(s1, s2); std::lock_guard lock(switcher->m); std::swap(switcher->windowSwitches[index], switcher->windowSwitches[index + 1]); } void AdvSceneSwitcher::on_ignoreWindowsAdd_clicked() { QString windowName = ui->ignoreWindowsWindows->currentText(); if (windowName.isEmpty()) { return; } QVariant v = QVariant::fromValue(windowName); QList items = ui->ignoreWindows->findItems(windowName, Qt::MatchExactly); if (items.size() == 0) { QListWidgetItem *item = new QListWidgetItem(windowName, ui->ignoreWindows); item->setData(Qt::UserRole, v); std::lock_guard lock(switcher->m); switcher->ignoreWindowsSwitches.emplace_back( windowName.toUtf8().constData()); } ui->ignoreWindowHelp->setVisible(false); } void AdvSceneSwitcher::on_ignoreWindowsRemove_clicked() { QListWidgetItem *item = ui->ignoreWindows->currentItem(); if (!item) { return; } QString windowName = item->data(Qt::UserRole).toString(); { std::lock_guard lock(switcher->m); auto &switches = switcher->ignoreWindowsSwitches; for (auto it = switches.begin(); it != switches.end(); ++it) { auto &s = *it; if (s == windowName.toUtf8().constData()) { switches.erase(it); break; } } } delete item; } int AdvSceneSwitcher::IgnoreWindowsFindByData(const QString &window) { int count = ui->ignoreWindows->count(); int idx = -1; for (int i = 0; i < count; i++) { QListWidgetItem *item = ui->ignoreWindows->item(i); QString itemRegion = item->data(Qt::UserRole).toString(); if (itemRegion == window) { idx = i; break; } } return idx; } void AdvSceneSwitcher::on_ignoreWindows_currentRowChanged(int idx) { if (loading) { return; } if (idx == -1) { return; } QListWidgetItem *item = ui->ignoreWindows->item(idx); QString window = item->data(Qt::UserRole).toString(); std::lock_guard lock(switcher->m); for (auto &s : switcher->ignoreWindowsSwitches) { if (window.compare(s.c_str()) == 0) { ui->ignoreWindowsWindows->setCurrentText(s.c_str()); break; } } } void checkWindowTitleSwitchDirect(WindowSwitch &s, std::string ¤tWindowTitle, bool &match, OBSWeakSource &scene, OBSWeakSource &transition) { bool focus = (!s.focus || s.window == currentWindowTitle); bool fullscreen = (!s.fullscreen || isFullscreen(s.window)); bool max = (!s.maximized || isMaximized(s.window)); if (focus && fullscreen && max) { match = true; scene = s.getScene(); transition = s.transition; } } void checkWindowTitleSwitchRegex(WindowSwitch &s, std::string ¤tWindowTitle, std::vector windowList, bool &match, OBSWeakSource &scene, OBSWeakSource &transition) { for (auto &window : windowList) { try { std::regex expr(s.window); if (!std::regex_match(window, expr)) { continue; } } catch (const std::regex_error &) { } bool focus = (!s.focus || window == currentWindowTitle); bool fullscreen = (!s.fullscreen || isFullscreen(window)); bool max = (!s.maximized || isMaximized(window)); if (focus && fullscreen && max) { match = true; scene = s.getScene(); transition = s.transition; } } } bool SwitcherData::checkWindowTitleSwitch(OBSWeakSource &scene, OBSWeakSource &transition) { if (WindowSwitch::pause) { return false; } std::string currentWindowTitle = switcher->currentTitle; bool match = false; std::vector windowList; GetWindowList(windowList); for (WindowSwitch &s : windowSwitches) { if (!s.initialized()) { continue; } if (std::find(windowList.begin(), windowList.end(), s.window) != windowList.end()) { checkWindowTitleSwitchDirect(s, currentWindowTitle, match, scene, transition); } else { checkWindowTitleSwitchRegex(s, currentWindowTitle, windowList, match, scene, transition); } if (match) { if (verbose) { s.logMatch(); } break; } } return match; } void SwitcherData::saveWindowTitleSwitches(obs_data_t *obj) { obs_data_array_t *windowTitleArray = obs_data_array_create(); for (WindowSwitch &s : windowSwitches) { obs_data_t *array_obj = obs_data_create(); s.save(array_obj); obs_data_array_push_back(windowTitleArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "switches", windowTitleArray); obs_data_array_release(windowTitleArray); obs_data_array_t *ignoreWindowsArray = obs_data_array_create(); for (std::string &window : ignoreWindowsSwitches) { obs_data_t *array_obj = obs_data_create(); obs_data_set_string(array_obj, "ignoreWindow", window.c_str()); obs_data_array_push_back(ignoreWindowsArray, array_obj); obs_data_release(array_obj); } obs_data_set_array(obj, "ignoreWindows", ignoreWindowsArray); obs_data_array_release(ignoreWindowsArray); } void SwitcherData::loadWindowTitleSwitches(obs_data_t *obj) { windowSwitches.clear(); obs_data_array_t *windowTitleArray = obs_data_get_array(obj, "switches"); size_t count = obs_data_array_count(windowTitleArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(windowTitleArray, i); windowSwitches.emplace_back(); windowSwitches.back().load(array_obj); obs_data_release(array_obj); } obs_data_array_release(windowTitleArray); ignoreWindowsSwitches.clear(); obs_data_array_t *ignoreWindowsArray = obs_data_get_array(obj, "ignoreWindows"); count = obs_data_array_count(ignoreWindowsArray); for (size_t i = 0; i < count; i++) { obs_data_t *array_obj = obs_data_array_item(ignoreWindowsArray, i); const char *window = obs_data_get_string(array_obj, "ignoreWindow"); ignoreWindowsSwitches.emplace_back(window); obs_data_release(array_obj); } obs_data_array_release(ignoreWindowsArray); } void AdvSceneSwitcher::setupTitleTab() { for (auto &s : switcher->windowSwitches) { QListWidgetItem *item; item = new QListWidgetItem(ui->windowSwitches); ui->windowSwitches->addItem(item); WindowSwitchWidget *sw = new WindowSwitchWidget(this, &s); item->setSizeHint(sw->minimumSizeHint()); ui->windowSwitches->setItemWidget(item, sw); } if (switcher->windowSwitches.size() == 0) { if (!switcher->disableHints) { addPulse = PulseWidget(ui->windowAdd, QColor(Qt::green)); } ui->windowHelp->setVisible(true); } else { ui->windowHelp->setVisible(false); } populateWindowSelection(ui->ignoreWindowsWindows); for (auto &window : switcher->ignoreWindowsSwitches) { QString text = QString::fromStdString(window); QListWidgetItem *item = new QListWidgetItem(text, ui->ignoreWindows); item->setData(Qt::UserRole, text); } if (switcher->ignoreWindowsSwitches.size() == 0) { ui->ignoreWindowHelp->setVisible(true); } else { ui->ignoreWindowHelp->setVisible(false); } } void WindowSwitch::save(obs_data_t *obj) { SceneSwitcherEntry::save(obj); obs_data_set_string(obj, "windowTitle", window.c_str()); obs_data_set_bool(obj, "fullscreen", fullscreen); obs_data_set_bool(obj, "maximized", maximized); obs_data_set_bool(obj, "focus", focus); } void WindowSwitch::load(obs_data_t *obj) { SceneSwitcherEntry::load(obj); window = obs_data_get_string(obj, "windowTitle"); fullscreen = obs_data_get_bool(obj, "fullscreen"); maximized = obs_data_get_bool(obj, "maximized"); focus = obs_data_get_bool(obj, "focus") || !obs_data_has_user_value(obj, "focus"); } WindowSwitchWidget::WindowSwitchWidget(QWidget *parent, WindowSwitch *s) : SwitchWidget(parent, s, true, true) { windows = new QComboBox(); fullscreen = new QCheckBox( obs_module_text("AdvSceneSwitcher.windowTitleTab.fullscreen")); maximized = new QCheckBox( obs_module_text("AdvSceneSwitcher.windowTitleTab.maximized")); focused = new QCheckBox( obs_module_text("AdvSceneSwitcher.windowTitleTab.focused")); QWidget::connect(windows, SIGNAL(currentTextChanged(const QString &)), this, SLOT(WindowChanged(const QString &))); QWidget::connect(fullscreen, SIGNAL(stateChanged(int)), this, SLOT(FullscreenChanged(int))); QWidget::connect(maximized, SIGNAL(stateChanged(int)), this, SLOT(MaximizedChanged(int))); QWidget::connect(focused, SIGNAL(stateChanged(int)), this, SLOT(FocusChanged(int))); populateWindowSelection(windows); windows->setEditable(true); windows->setMaxVisibleItems(20); if (s) { windows->setCurrentText(s->window.c_str()); fullscreen->setChecked(s->fullscreen); maximized->setChecked(s->maximized); focused->setChecked(s->focus); } QHBoxLayout *mainLayout = new QHBoxLayout; std::unordered_map widgetPlaceholders = { {"{{windows}}", windows}, {"{{scenes}}", scenes}, {"{{transitions}}", transitions}, {"{{fullscreen}}", fullscreen}, {"{{maximized}}", maximized}, {"{{focused}}", focused}}; placeWidgets(obs_module_text("AdvSceneSwitcher.windowTitleTab.entry"), mainLayout, widgetPlaceholders); setLayout(mainLayout); switchData = s; loading = false; } WindowSwitch *WindowSwitchWidget::getSwitchData() { return switchData; } void WindowSwitchWidget::setSwitchData(WindowSwitch *s) { switchData = s; } void WindowSwitchWidget::swapSwitchData(WindowSwitchWidget *s1, WindowSwitchWidget *s2) { SwitchWidget::swapSwitchData(s1, s2); WindowSwitch *t = s1->getSwitchData(); s1->setSwitchData(s2->getSwitchData()); s2->setSwitchData(t); } void WindowSwitchWidget::WindowChanged(const QString &text) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->window = text.toStdString(); } void WindowSwitchWidget::FullscreenChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->fullscreen = state; } void WindowSwitchWidget::MaximizedChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->maximized = state; } void WindowSwitchWidget::FocusChanged(int state) { if (loading || !switchData) { return; } std::lock_guard lock(switcher->m); switchData->focus = state; } SceneSwitcher-1.17.2/src/switcher-data-structs.cpp000066400000000000000000000065151417525156400221300ustar00rootroot00000000000000#include "headers/switcher-data-structs.hpp" #include "headers/utility.hpp" void SwitcherData::Prune() { for (size_t i = 0; i < windowSwitches.size(); i++) { WindowSwitch &s = windowSwitches[i]; if (!s.valid()) { windowSwitches.erase(windowSwitches.begin() + i--); } } if (nonMatchingScene && !WeakSourceValid(nonMatchingScene)) { switchIfNotMatching = NO_SWITCH; nonMatchingScene = nullptr; } for (size_t i = 0; i < randomSwitches.size(); i++) { RandomSwitch &s = randomSwitches[i]; if (!s.valid()) { randomSwitches.erase(randomSwitches.begin() + i--); } } for (size_t i = 0; i < screenRegionSwitches.size(); i++) { ScreenRegionSwitch &s = screenRegionSwitches[i]; if (!s.valid()) { screenRegionSwitches.erase( screenRegionSwitches.begin() + i--); } } for (size_t i = 0; i < pauseEntries.size(); i++) { PauseEntry &s = pauseEntries[i]; if (!s.valid()) { pauseEntries.erase(pauseEntries.begin() + i--); } } for (size_t i = 0; i < sceneSequenceSwitches.size(); i++) { SceneSequenceSwitch &s = sceneSequenceSwitches[i]; if (!s.valid()) { sceneSequenceSwitches.erase( sceneSequenceSwitches.begin() + i--); } auto cur = &s; while (cur != nullptr) { if (cur->extendedSequence && !cur->extendedSequence->valid()) { cur->extendedSequence.reset(nullptr); s.activeSequence = nullptr; } cur = cur->extendedSequence.get(); } } for (size_t i = 0; i < sceneTransitions.size(); i++) { SceneTransition &s = sceneTransitions[i]; if (!s.valid()) { sceneTransitions.erase(sceneTransitions.begin() + i--); } } for (size_t i = 0; i < defaultSceneTransitions.size(); i++) { DefaultSceneTransition &s = defaultSceneTransitions[i]; if (!s.valid()) { defaultSceneTransitions.erase( defaultSceneTransitions.begin() + i--); } } for (size_t i = 0; i < executableSwitches.size(); i++) { ExecutableSwitch &s = executableSwitches[i]; if (!s.valid()) { executableSwitches.erase(executableSwitches.begin() + i--); } } for (size_t i = 0; i < fileSwitches.size(); i++) { FileSwitch &s = fileSwitches[i]; if (!s.valid()) { fileSwitches.erase(fileSwitches.begin() + i--); } } for (size_t i = 0; i < timeSwitches.size(); i++) { TimeSwitch &s = timeSwitches[i]; if (!s.valid()) { timeSwitches.erase(timeSwitches.begin() + i--); } } if (!idleData.valid()) { idleData.idleEnable = false; } for (size_t i = 0; i < mediaSwitches.size(); i++) { MediaSwitch &s = mediaSwitches[i]; if (!s.valid()) { mediaSwitches.erase(mediaSwitches.begin() + i--); } } for (size_t i = 0; i < audioSwitches.size(); i++) { AudioSwitch &s = audioSwitches[i]; if (!s.valid()) { audioSwitches.erase(audioSwitches.begin() + i--); } } for (auto &sg : sceneGroups) { for (size_t i = 0; i < sg.scenes.size(); i++) if (!WeakSourceValid(sg.scenes[i])) { sg.scenes.erase(sg.scenes.begin() + i--); } } } bool SwitcherData::versionChanged(obs_data_t *obj, std::string currentVersion) { if (!obs_data_has_user_value(obj, "version")) { return false; } switcher->firstBoot = false; std::string previousVersion = obs_data_get_string(obj, "version"); return previousVersion != currentVersion; } void SwitcherData::saveVersion(obs_data_t *obj, const std::string ¤tVersion) { obs_data_set_string(obj, "version", currentVersion.c_str()); } SceneSwitcher-1.17.2/src/transition-selection.cpp000066400000000000000000000101321417525156400220270ustar00rootroot00000000000000#include "headers/transition-selection.hpp" #include "headers/advanced-scene-switcher.hpp" void TransitionSelection::Save(obs_data_t *obj, const char *name, const char *typeName) { obs_data_set_int(obj, typeName, static_cast(_type)); switch (_type) { case TransitionSelectionType::TRANSITION: obs_data_set_string(obj, name, GetWeakSourceName(_transition).c_str()); break; default: break; } } void TransitionSelection::Load(obs_data_t *obj, const char *name, const char *typeName) { _type = static_cast( obs_data_get_int(obj, typeName)); auto target = obs_data_get_string(obj, name); switch (_type) { case TransitionSelectionType::TRANSITION: _transition = GetWeakTransitionByName(target); break; default: break; } } OBSWeakSource TransitionSelection::GetTransition() { switch (_type) { case TransitionSelectionType::TRANSITION: return _transition; case TransitionSelectionType::CURRENT: { auto source = obs_frontend_get_current_transition(); auto weakSource = obs_source_get_weak_source(source); obs_weak_source_release(weakSource); obs_source_release(source); return weakSource; } default: break; } return nullptr; } std::string TransitionSelection::ToString() { switch (_type) { case TransitionSelectionType::TRANSITION: return GetWeakSourceName(_transition); case TransitionSelectionType::CURRENT: return obs_module_text("AdvSceneSwitcher.currentTransition"); case TransitionSelectionType::ANY: return obs_module_text("AdvSceneSwitcher.anyTransition"); default: break; } return ""; } TransitionSelectionWidget::TransitionSelectionWidget(QWidget *parent, bool current, bool any) : QComboBox(parent) { setDuplicatesEnabled(true); populateTransitionSelection(this, current, any); QWidget::connect(this, SIGNAL(currentTextChanged(const QString &)), this, SLOT(SelectionChanged(const QString &))); } void TransitionSelectionWidget::SetTransition(TransitionSelection &t) { // Order of entries // 1. Any transition // 2. Current transition // 4. Transitions int idx; switch (t.GetType()) { case TransitionSelectionType::TRANSITION: setCurrentText(QString::fromStdString(t.ToString())); break; case TransitionSelectionType::CURRENT: idx = findText(QString::fromStdString( obs_module_text("AdvSceneSwitcher.currentTransition"))); if (idx != -1) { setCurrentIndex(idx); } break; case TransitionSelectionType::ANY: idx = findText(QString::fromStdString( obs_module_text("AdvSceneSwitcher.anyTransition"))); if (idx != -1) { setCurrentIndex(idx); } break; default: setCurrentIndex(0); break; } } void TransitionSelectionWidget::Repopulate(bool current, bool any) { { const QSignalBlocker blocker(this); clear(); populateTransitionSelection(this, current, any); setCurrentIndex(0); } TransitionSelection t; emit TransitionChanged(t); } static bool isFirstEntry(QComboBox *l, QString name, int idx) { for (auto i = l->count() - 1; i >= 0; i--) { if (l->itemText(i) == name) { return idx == i; } } // If entry cannot be found we dont want the selection to be empty return false; } bool TransitionSelectionWidget::IsCurrentTransitionSelected(const QString &name) { if (name == QString::fromStdString((obs_module_text( "AdvSceneSwitcher.currentTransition")))) { return isFirstEntry(this, name, currentIndex()); } return false; } bool TransitionSelectionWidget::IsAnyTransitionSelected(const QString &name) { if (name == QString::fromStdString((obs_module_text( "AdvSceneSwitcher.anyTransition")))) { return isFirstEntry(this, name, currentIndex()); } return false; } void TransitionSelectionWidget::SelectionChanged(const QString &name) { TransitionSelection t; auto transition = GetWeakTransitionByQString(name); if (transition) { t._type = TransitionSelectionType::TRANSITION; t._transition = transition; } if (!transition) { if (IsCurrentTransitionSelected(name)) { t._type = TransitionSelectionType::CURRENT; } if (IsAnyTransitionSelected(name)) { t._type = TransitionSelectionType::ANY; } } emit TransitionChanged(t); } SceneSwitcher-1.17.2/src/utility.cpp000066400000000000000000000572641417525156400173760ustar00rootroot00000000000000#include "headers/utility.hpp" #include "headers/platform-funcs.hpp" #include "headers/scene-selection.hpp" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include bool WeakSourceValid(obs_weak_source_t *ws) { obs_source_t *source = obs_weak_source_get_source(ws); if (source) { obs_source_release(source); } return !!source; } std::string GetWeakSourceName(obs_weak_source_t *weak_source) { std::string name; obs_source_t *source = obs_weak_source_get_source(weak_source); if (source) { name = obs_source_get_name(source); obs_source_release(source); } return name; } OBSWeakSource GetWeakSourceByName(const char *name) { OBSWeakSource weak; obs_source_t *source = obs_get_source_by_name(name); if (source) { weak = obs_source_get_weak_source(source); obs_weak_source_release(weak); obs_source_release(source); } return weak; } OBSWeakSource GetWeakSourceByQString(const QString &name) { return GetWeakSourceByName(name.toUtf8().constData()); } OBSWeakSource GetWeakTransitionByName(const char *transitionName) { OBSWeakSource weak; obs_source_t *source = nullptr; if (strcmp(transitionName, "Default") == 0) { source = obs_frontend_get_current_transition(); weak = obs_source_get_weak_source(source); obs_source_release(source); obs_weak_source_release(weak); return weak; } obs_frontend_source_list *transitions = new obs_frontend_source_list(); obs_frontend_get_transitions(transitions); bool match = false; for (size_t i = 0; i < transitions->sources.num; i++) { const char *name = obs_source_get_name(transitions->sources.array[i]); if (strcmp(transitionName, name) == 0) { match = true; source = transitions->sources.array[i]; break; } } if (match) { weak = obs_source_get_weak_source(source); obs_weak_source_release(weak); } obs_frontend_source_list_free(transitions); return weak; } OBSWeakSource GetWeakTransitionByQString(const QString &name) { return GetWeakTransitionByName(name.toUtf8().constData()); } OBSWeakSource GetWeakFilterByName(OBSWeakSource source, const char *name) { OBSWeakSource weak; auto s = obs_weak_source_get_source(source); if (s) { auto filterSource = obs_source_get_filter_by_name(s, name); weak = obs_source_get_weak_source(filterSource); obs_weak_source_release(weak); obs_source_release(filterSource); obs_source_release(s); } return weak; } OBSWeakSource GetWeakFilterByQString(OBSWeakSource source, const QString &name) { return GetWeakFilterByName(source, name.toUtf8().constData()); } std::string getNextDelim(const std::string &text, std::unordered_map placeholders) { size_t pos = std::string::npos; std::string res = ""; for (const auto &ph : placeholders) { size_t newPos = text.find(ph.first); if (newPos <= pos) { pos = newPos; res = ph.first; } } if (pos == std::string::npos) { return ""; } return res; } std::pair getSceneItemSize(obs_scene_item *item) { std::pair size; obs_source_t *source = obs_sceneitem_get_source(item); size.first = double(obs_source_get_width(source)); size.second = double(obs_source_get_height(source)); return size; } std::string getSceneItemTransform(obs_scene_item *item) { struct obs_transform_info info; struct obs_sceneitem_crop crop; obs_sceneitem_get_info(item, &info); obs_sceneitem_get_crop(item, &crop); auto size = getSceneItemSize(item); auto data = obs_data_create(); saveTransformState(data, info, crop); obs_data_t *obj = obs_data_create(); obs_data_set_double(obj, "width", size.first * info.scale.x); obs_data_set_double(obj, "height", size.second * info.scale.y); obs_data_set_obj(data, "size", obj); obs_data_release(obj); auto json = std::string(obs_data_get_json(data)); obs_data_release(data); return json; } void placeWidgets(std::string text, QBoxLayout *layout, std::unordered_map placeholders, bool addStretch) { std::vector> labelsWidgetsPairs; std::string delim = getNextDelim(text, placeholders); while (delim != "") { size_t pos = text.find(delim); if (pos != std::string::npos) { labelsWidgetsPairs.emplace_back(text.substr(0, pos), placeholders[delim]); text.erase(0, pos + delim.length()); } delim = getNextDelim(text, placeholders); } if (text != "") { labelsWidgetsPairs.emplace_back(text, nullptr); } for (auto &lw : labelsWidgetsPairs) { if (lw.first != "") { layout->addWidget(new QLabel(lw.first.c_str())); } if (lw.second) { layout->addWidget(lw.second); } } if (addStretch) { layout->addStretch(); } } void deleteLayoutItem(QLayoutItem *item) { if (item) { auto widget = item->widget(); if (widget) { widget->setVisible(false); } delete item; } } void clearLayout(QLayout *layout, int afterIdx) { QLayoutItem *item; while ((item = layout->takeAt(afterIdx))) { if (item->layout()) { clearLayout(item->layout()); delete item->layout(); } if (item->widget()) { delete item->widget(); } delete item; } } void setLayoutVisible(QLayout *layout, bool visible) { for (int i = 0; i < layout->count(); ++i) { QWidget *widget = layout->itemAt(i)->widget(); if (widget != NULL) { widget->setVisible(visible); } } } bool compareIgnoringLineEnding(QString &s1, QString &s2) { // Let QT deal with different types of lineendings QTextStream s1stream(&s1); QTextStream s2stream(&s2); while (!s1stream.atEnd() || !s2stream.atEnd()) { QString s1s = s1stream.readLine(); QString s2s = s2stream.readLine(); if (s1s != s2s) { return false; } } if (!s1stream.atEnd() && !s2stream.atEnd()) { return false; } return true; } std::string getSourceSettings(OBSWeakSource ws) { if (!ws) { return ""; } std::string settings; auto s = obs_weak_source_get_source(ws); obs_data_t *data = obs_source_get_settings(s); auto json = obs_data_get_json(data); if (json) { settings = json; } obs_data_release(data); obs_source_release(s); return settings; } void setSourceSettings(obs_source_t *s, const std::string &settings) { if (settings.empty()) { return; } obs_data_t *data = obs_data_create_from_json(settings.c_str()); if (!data) { blog(LOG_WARNING, "invalid source settings provided: \n%s", settings.c_str()); return; } obs_source_update(s, data); obs_data_release(data); } struct ItemInfo { std::string name; std::vector items = {}; }; static bool getSceneItems(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { ItemInfo *moveInfo = reinterpret_cast(ptr); auto sourceName = obs_source_get_name(obs_sceneitem_get_source(item)); if (moveInfo->name == sourceName) { obs_sceneitem_addref(item); moveInfo->items.push_back(item); } if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, getSceneItems, ptr); } return true; } std::vector getSceneItemsWithName(obs_scene_t *scene, std::string &name) { ItemInfo itemInfo = {name}; obs_scene_enum_items(scene, getSceneItems, &itemInfo); return itemInfo.items; } // Match json1 with pattern json2 bool matchJson(const std::string &json1, const std::string &json2, bool useRegex) { bool ret = false; auto j1 = formatJsonString(json1).toStdString(); auto j2 = formatJsonString(json2).toStdString(); if (j1.empty()) { j1 = json1; } if (j2.empty()) { j2 = json2; } if (useRegex) { try { std::regex expr(j2); ret = std::regex_match( j1, expr, std::regex_constants::match_default); } catch (const std::regex_error &) { } } else { ret = j1 == j2; } return ret; } bool compareSourceSettings(const OBSWeakSource &source, const std::string &settings, bool useRegex) { std::string currentSettings = getSourceSettings(source); return matchJson(currentSettings, settings, useRegex); } std::string getDataFilePath(const std::string &file) { std::string root_path = obs_get_module_data_path(obs_current_module()); if (!root_path.empty()) { return root_path + "/" + file; } return ""; } QString formatJsonString(std::string s) { return formatJsonString(QString::fromStdString(s)); } QString formatJsonString(QString json) { QJsonDocument doc = QJsonDocument::fromJson(json.toUtf8()); return QString::fromUtf8(doc.toJson(QJsonDocument::Indented)); } QString escapeForRegex(QString &s) { std::regex specialChars{R"([-[\]{}()*+?.,\^$|#\s])"}; std::string input = s.toStdString(); return QString::fromStdString( std::regex_replace(input, specialChars, R"(\$&)")); } void loadTransformState(obs_data_t *obj, struct obs_transform_info &info, struct obs_sceneitem_crop &crop) { obs_data_get_vec2(obj, "pos", &info.pos); obs_data_get_vec2(obj, "scale", &info.scale); info.rot = (float)obs_data_get_double(obj, "rot"); info.alignment = (uint32_t)obs_data_get_int(obj, "alignment"); info.bounds_type = (enum obs_bounds_type)obs_data_get_int(obj, "bounds_type"); info.bounds_alignment = (uint32_t)obs_data_get_int(obj, "bounds_alignment"); obs_data_get_vec2(obj, "bounds", &info.bounds); crop.top = (int)obs_data_get_int(obj, "top"); crop.bottom = (int)obs_data_get_int(obj, "bottom"); crop.left = (int)obs_data_get_int(obj, "left"); crop.right = (int)obs_data_get_int(obj, "right"); } bool saveTransformState(obs_data_t *obj, struct obs_transform_info &info, struct obs_sceneitem_crop &crop) { struct vec2 pos = info.pos; struct vec2 scale = info.scale; float rot = info.rot; uint32_t alignment = info.alignment; uint32_t bounds_type = info.bounds_type; uint32_t bounds_alignment = info.bounds_alignment; struct vec2 bounds = info.bounds; obs_data_set_vec2(obj, "pos", &pos); obs_data_set_vec2(obj, "scale", &scale); obs_data_set_double(obj, "rot", rot); obs_data_set_int(obj, "alignment", alignment); obs_data_set_int(obj, "bounds_type", bounds_type); obs_data_set_vec2(obj, "bounds", &bounds); obs_data_set_int(obj, "bounds_alignment", bounds_alignment); obs_data_set_int(obj, "top", crop.top); obs_data_set_int(obj, "bottom", crop.bottom); obs_data_set_int(obj, "left", crop.left); obs_data_set_int(obj, "right", crop.right); return true; } bool DisplayMessage(const QString &msg, bool question) { if (question) { QMessageBox::StandardButton reply; reply = QMessageBox::question( nullptr, "Advanced Scene Switcher", msg, QMessageBox::Yes | QMessageBox::No); if (reply == QMessageBox::Yes) { return true; } else { return false; } } else { QMessageBox Msgbox; Msgbox.setWindowTitle("Advanced Scene Switcher"); Msgbox.setText(msg); Msgbox.exec(); } return false; } void DisplayTrayMessage(const QString &title, const QString &msg) { auto tray = reinterpret_cast( obs_frontend_get_system_tray()); if (!tray) { return; } tray->showMessage(title, msg); } void addSelectionEntry(QComboBox *sel, const char *description, bool selectable, const char *tooltip) { sel->insertItem(0, description); if (strcmp(tooltip, "") != 0) { sel->setItemData(0, tooltip, Qt::ToolTipRole); } QStandardItemModel *model = qobject_cast(sel->model()); QModelIndex firstIndex = model->index(0, sel->modelColumn(), sel->rootModelIndex()); QStandardItem *firstItem = model->itemFromIndex(firstIndex); if (!selectable) { firstItem->setSelectable(false); firstItem->setEnabled(false); } } void populateSourceSelection(QComboBox *list, bool addSelect) { auto enumSourcesWithSources = [](void *param, obs_source_t *source) { if (!source) { return true; } QComboBox *list = reinterpret_cast(param); list->addItem(obs_source_get_name(source)); return true; }; obs_enum_sources(enumSourcesWithSources, list); list->model()->sort(0); if (addSelect) { addSelectionEntry( list, obs_module_text("AdvSceneSwitcher.selectSource"), false); } list->setCurrentIndex(0); } void populateTransitionSelection(QComboBox *sel, bool addCurrent, bool addAny) { obs_frontend_source_list *transitions = new obs_frontend_source_list(); obs_frontend_get_transitions(transitions); for (size_t i = 0; i < transitions->sources.num; i++) { const char *name = obs_source_get_name(transitions->sources.array[i]); sel->addItem(name); } obs_frontend_source_list_free(transitions); sel->model()->sort(0); addSelectionEntry(sel, obs_module_text("AdvSceneSwitcher.selectTransition")); sel->setCurrentIndex(0); if (addCurrent) { sel->insertItem( 1, obs_module_text("AdvSceneSwitcher.currentTransition")); } if (addAny) { sel->insertItem( 1, obs_module_text("AdvSceneSwitcher.anyTransition")); } } void populateWindowSelection(QComboBox *sel, bool addSelect) { std::vector windows; GetWindowList(windows); for (std::string &window : windows) { sel->addItem(window.c_str()); } sel->model()->sort(0); if (addSelect) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectWindow")); } sel->setCurrentIndex(0); #ifdef WIN32 sel->setItemData(0, obs_module_text("AdvSceneSwitcher.selectWindowTip"), Qt::ToolTipRole); #endif } void populateAudioSelection(QComboBox *sel, bool addSelect) { auto sourceEnum = [](void *data, obs_source_t *source) -> bool /* -- */ { std::vector *list = reinterpret_cast *>(data); uint32_t flags = obs_source_get_output_flags(source); if ((flags & OBS_SOURCE_AUDIO) != 0) { list->push_back(obs_source_get_name(source)); } return true; }; std::vector audioSources; obs_enum_sources(sourceEnum, &audioSources); for (std::string &source : audioSources) { sel->addItem(source.c_str()); } sel->model()->sort(0); if (addSelect) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectAudioSource"), false, obs_module_text( "AdvSceneSwitcher.invaildEntriesWillNotBeSaved")); } sel->setCurrentIndex(0); } void populateVideoSelection(QComboBox *sel, bool addScenes, bool addSelect) { auto sourceEnum = [](void *data, obs_source_t *source) -> bool /* -- */ { std::vector *list = reinterpret_cast *>(data); uint32_t flags = obs_source_get_output_flags(source); std::string test = obs_source_get_name(source); if ((flags & (OBS_SOURCE_VIDEO | OBS_SOURCE_ASYNC)) != 0) { list->push_back(obs_source_get_name(source)); } return true; }; std::vector videoSources; obs_enum_sources(sourceEnum, &videoSources); sort(videoSources.begin(), videoSources.end()); for (std::string &source : videoSources) { sel->addItem(source.c_str()); } if (addScenes) { populateSceneSelection(sel, false, false, false, false, nullptr, false); } sel->model()->sort(0); if (addSelect) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectVideoSource"), false, obs_module_text( "AdvSceneSwitcher.invaildEntriesWillNotBeSaved")); } sel->setCurrentIndex(0); } void populateMediaSelection(QComboBox *sel, bool addSelect) { auto sourceEnum = [](void *data, obs_source_t *source) -> bool /* -- */ { std::vector *list = reinterpret_cast *>(data); std::string sourceId = obs_source_get_id(source); if (sourceId.compare("ffmpeg_source") == 0 || sourceId.compare("vlc_source") == 0) { list->push_back(obs_source_get_name(source)); } return true; }; std::vector mediaSources; obs_enum_sources(sourceEnum, &mediaSources); for (std::string &source : mediaSources) { sel->addItem(source.c_str()); } sel->model()->sort(0); if (addSelect) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectMediaSource"), false, obs_module_text( "AdvSceneSwitcher.invaildEntriesWillNotBeSaved")); } sel->setCurrentIndex(0); } void populateProcessSelection(QComboBox *sel, bool addSelect) { QStringList processes; GetProcessList(processes); processes.sort(); for (QString &process : processes) { sel->addItem(process); } sel->model()->sort(0); if (addSelect) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectProcess")); } sel->setCurrentIndex(0); } void populateSceneSelection(QComboBox *sel, bool addPrevious, bool addCurrent, bool addAny, bool addSceneGroup, std::deque *sceneGroups, bool addSelect, std::string selectText, bool selectable) { char **scenes = obs_frontend_get_scene_names(); char **temp = scenes; while (*temp) { const char *name = *temp; sel->addItem(name); temp++; } bfree(scenes); if (addSceneGroup && sceneGroups) { for (auto &sg : *sceneGroups) { sel->addItem(QString::fromStdString(sg.name)); } } sel->model()->sort(0); if (addSelect) { if (selectText.empty()) { addSelectionEntry( sel, obs_module_text("AdvSceneSwitcher.selectScene"), selectable, obs_module_text( "AdvSceneSwitcher.invaildEntriesWillNotBeSaved")); } else { addSelectionEntry(sel, selectText.c_str(), selectable); } } sel->setCurrentIndex(0); if (addPrevious) { sel->insertItem( 1, obs_module_text( "AdvSceneSwitcher.selectPreviousScene")); } if (addCurrent) { sel->insertItem( 1, obs_module_text("AdvSceneSwitcher.selectCurrentScene")); } if (addAny) { sel->insertItem( 1, obs_module_text("AdvSceneSwitcher.selectAnyScene")); } } static inline void hasFilterEnum(obs_source_t *, obs_source_t *filter, void *ptr) { if (!filter) { return; } bool *hasFilter = reinterpret_cast(ptr); *hasFilter = true; } void populateSourcesWithFilterSelection(QComboBox *list) { auto enumSourcesWithFilters = [](void *param, obs_source_t *source) { if (!source) { return true; } QComboBox *list = reinterpret_cast(param); bool hasFilter = false; obs_source_enum_filters(source, hasFilterEnum, &hasFilter); if (hasFilter) { list->addItem(obs_source_get_name(source)); } return true; }; obs_enum_sources(enumSourcesWithFilters, list); obs_enum_scenes(enumSourcesWithFilters, list); list->model()->sort(0); addSelectionEntry(list, obs_module_text("AdvSceneSwitcher.selectSource")); list->setCurrentIndex(0); } void populateFilterSelection(QComboBox *list, OBSWeakSource weakSource) { auto enumFilters = [](obs_source_t *, obs_source_t *filter, void *ptr) { QComboBox *list = reinterpret_cast(ptr); auto name = obs_source_get_name(filter); list->addItem(name); }; auto s = obs_weak_source_get_source(weakSource); obs_source_enum_filters(s, enumFilters, list); list->model()->sort(0); addSelectionEntry(list, obs_module_text("AdvSceneSwitcher.selectFilter")); obs_source_release(s); list->setCurrentIndex(0); } static bool enumSceneItem(obs_scene_t *, obs_sceneitem_t *item, void *ptr) { std::set *names = reinterpret_cast *>(ptr); if (obs_sceneitem_is_group(item)) { obs_scene_t *scene = obs_sceneitem_group_get_scene(item); obs_scene_enum_items(scene, enumSceneItem, ptr); } auto name = obs_source_get_name(obs_sceneitem_get_source(item)); names->emplace(name); return true; } void populateSceneItemSelection(QComboBox *list, OBSWeakSource sceneWeakSource) { std::set names; auto s = obs_weak_source_get_source(sceneWeakSource); auto scene = obs_scene_from_source(s); obs_scene_enum_items(scene, enumSceneItem, &names); obs_source_release(s); for (auto &name : names) { list->addItem(name); } list->model()->sort(0); addSelectionEntry(list, obs_module_text("AdvSceneSwitcher.selectItem")); list->setCurrentIndex(0); } void populateSceneItemSelection(QComboBox *list, SceneSelection &s) { std::set names; if (s.GetType() == SceneSelectionType::CURRENT || s.GetType() == SceneSelectionType::PREVIOUS) { auto enumScenes = [](void *param, obs_source_t *source) { if (!source) { return true; } std::set *names = reinterpret_cast *>(param); auto scene = obs_scene_from_source(source); obs_scene_enum_items(scene, enumSceneItem, names); return true; }; obs_enum_scenes(enumScenes, &names); } else { auto source = obs_weak_source_get_source(s.GetScene(false)); auto scene = obs_scene_from_source(source); obs_scene_enum_items(scene, enumSceneItem, &names); obs_source_release(source); } for (auto &name : names) { list->addItem(name); } list->model()->sort(0); addSelectionEntry(list, obs_module_text("AdvSceneSwitcher.selectItem")); list->setCurrentIndex(0); } void populateSourceGroupSelection(QComboBox *list) { std::set sourceTypeNames; auto enumSourcesTypes = [](void *param, obs_source_t *source) { if (!source) { return true; } std::set *names = reinterpret_cast *>(param); if (obs_source_get_type(source) != OBS_SOURCE_TYPE_INPUT) { return true; } names->insert( obs_source_get_display_name(obs_source_get_id(source))); return true; }; obs_enum_sources(enumSourcesTypes, &sourceTypeNames); for (auto &name : sourceTypeNames) { if (!name.isEmpty()) { list->addItem(name); } } list->model()->sort(0); addSelectionEntry(list, obs_module_text("AdvSceneSwitcher.selectItem")); list->setCurrentIndex(0); } bool windowPosValid(QPoint pos) { return !!QGuiApplication::screenAt(pos); } QMetaObject::Connection PulseWidget(QWidget *widget, QColor startColor, QColor endColor, QString specifier, bool once) { widget->setStyleSheet(specifier + "{ \ border-style: outset; \ border-width: 2px; \ border-radius: 10px; \ border-color: rgb(0,0,0,0) \ }"); QGraphicsColorizeEffect *eEffect = new QGraphicsColorizeEffect(widget); widget->setGraphicsEffect(eEffect); QPropertyAnimation *paAnimation = new QPropertyAnimation(eEffect, "color"); paAnimation->setStartValue(startColor); paAnimation->setEndValue(endColor); paAnimation->setDuration(1000); QMetaObject::Connection con; if (!once) { con = QWidget::connect( paAnimation, &QPropertyAnimation::finished, [paAnimation]() { QTimer::singleShot(1000, [paAnimation] { paAnimation->start(); }); }); } paAnimation->start(); return con; } void listAddClicked(QListWidget *list, QWidget *newWidget, QPushButton *addButton, QMetaObject::Connection *addHighlight) { if (!list || !newWidget) { blog(LOG_WARNING, "listAddClicked called without valid list or widget"); return; } if (addButton && addHighlight) { addButton->disconnect(*addHighlight); } QListWidgetItem *item; item = new QListWidgetItem(list); list->addItem(item); item->setSizeHint(newWidget->minimumSizeHint()); list->setItemWidget(item, newWidget); list->scrollToItem(item); } bool listMoveUp(QListWidget *list) { int index = list->currentRow(); if (index == -1 || index == 0) { return false; } QWidget *row = list->itemWidget(list->currentItem()); QListWidgetItem *itemN = list->currentItem()->clone(); list->insertItem(index - 1, itemN); list->setItemWidget(itemN, row); list->takeItem(index + 1); list->setCurrentRow(index - 1); return true; } bool listMoveDown(QListWidget *list) { int index = list->currentRow(); if (index == -1 || index == list->count() - 1) { return false; } QWidget *row = list->itemWidget(list->currentItem()); QListWidgetItem *itemN = list->currentItem()->clone(); list->insertItem(index + 2, itemN); list->setItemWidget(itemN, row); list->takeItem(index); list->setCurrentRow(index + 1); return true; } void setHeightToContentHeight(QListWidget *list) { auto nrItems = list->count(); if (nrItems == 0) { list->setMaximumHeight(0); } else { list->setMaximumHeight(list->sizeHintForRow(0) * nrItems + 2 * list->frameWidth()); } } SceneSwitcher-1.17.2/src/volume-control.cpp000066400000000000000000000660151417525156400206520ustar00rootroot00000000000000#include "headers/volume-control.hpp" #include #include #include #include #include #include #include #include using namespace std; #define CLAMP(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) #define FADER_PRECISION 4096.0 QWeakPointer VolumeMeter::updateTimer; void VolControl::OBSVolumeChanged(void *data, float db) { Q_UNUSED(db); Q_UNUSED(data); } void VolControl::OBSVolumeLevel(void *data, const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]) { VolControl *volControl = static_cast(data); volControl->volMeter->setLevels(magnitude, peak, inputPeak); } void VolControl::SliderChanged(int vol) { Q_UNUSED(vol); updateText(); } void VolControl::updateText() { QString text; float db = obs_fader_get_db(obs_fader); if (db < -96.0f) text = "-inf dB"; else text = QString::number(db, 'f', 1).append(" dB"); volLabel->setText(text); } QString VolControl::GetName() const { return nameLabel->text(); } void VolControl::SetName(const QString &newName) { nameLabel->setText(newName); } void VolControl::SetMeterDecayRate(qreal q) { volMeter->setPeakDecayRate(q); } void VolControl::setPeakMeterType(enum obs_peak_meter_type peakMeterType) { volMeter->setPeakMeterType(peakMeterType); } VolControl::VolControl(OBSSource source_, bool vertical) : source(std::move(source_)), levelTotal(0.0f), levelCount(0.0f), obs_fader(obs_fader_create(OBS_FADER_LOG)), obs_volmeter(obs_volmeter_create(OBS_FADER_LOG)), vertical(vertical) { nameLabel = new QLabel(); volLabel = new QLabel(); QString sourceName = ""; if (source) { obs_source_get_name(source); } setObjectName(sourceName); QVBoxLayout *mainLayout = new QVBoxLayout; mainLayout->setContentsMargins(4, 4, 4, 4); mainLayout->setSpacing(2); if (vertical) { QHBoxLayout *nameLayout = new QHBoxLayout; QHBoxLayout *controlLayout = new QHBoxLayout; QHBoxLayout *volLayout = new QHBoxLayout; QHBoxLayout *meterLayout = new QHBoxLayout; volMeter = new VolumeMeter(nullptr, obs_volmeter, true); slider = new QSlider(Qt::Vertical); nameLayout->setAlignment(Qt::AlignCenter); meterLayout->setAlignment(Qt::AlignCenter); controlLayout->setAlignment(Qt::AlignCenter); volLayout->setAlignment(Qt::AlignCenter); nameLayout->setContentsMargins(0, 0, 0, 0); nameLayout->setSpacing(0); nameLayout->addWidget(nameLabel); controlLayout->setContentsMargins(0, 0, 0, 0); controlLayout->setSpacing(0); controlLayout->addItem(new QSpacerItem(3, 0)); meterLayout->setContentsMargins(0, 0, 0, 0); meterLayout->setSpacing(0); meterLayout->addWidget(volMeter); meterLayout->addWidget(slider); volLayout->setContentsMargins(0, 0, 0, 0); volLayout->setSpacing(0); volLayout->addWidget(volLabel); mainLayout->addItem(nameLayout); mainLayout->addItem(volLayout); mainLayout->addItem(meterLayout); mainLayout->addItem(controlLayout); volMeter->setFocusProxy(slider); setMaximumWidth(110); } else { QHBoxLayout *volLayout = new QHBoxLayout; QHBoxLayout *textLayout = new QHBoxLayout; QHBoxLayout *botLayout = new QHBoxLayout; volMeter = new VolumeMeter(nullptr, obs_volmeter, false); slider = new QSlider(Qt::Horizontal); textLayout->setContentsMargins(0, 0, 0, 0); textLayout->addWidget(nameLabel); textLayout->addWidget(volLabel); textLayout->setAlignment(nameLabel, Qt::AlignLeft); textLayout->setAlignment(volLabel, Qt::AlignRight); volLayout->addWidget(slider); volLayout->setSpacing(5); botLayout->setContentsMargins(0, 0, 0, 0); botLayout->setSpacing(0); botLayout->addLayout(volLayout); mainLayout->addItem(textLayout); mainLayout->addWidget(volMeter); mainLayout->addItem(botLayout); volMeter->setFocusProxy(slider); } setLayout(mainLayout); QFont font = nameLabel->font(); font.setPointSize(font.pointSize() - 1); nameLabel->setText(sourceName); nameLabel->setFont(font); volLabel->setFont(font); slider->setMinimum(0); slider->setMaximum(100); obs_fader_add_callback(obs_fader, OBSVolumeChanged, this); obs_volmeter_add_callback(obs_volmeter, OBSVolumeLevel, this); QWidget::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(SliderChanged(int))); obs_fader_attach_source(obs_fader, source); obs_volmeter_attach_source(obs_volmeter, source); } void VolControl::EnableSlider(bool enable) { slider->setEnabled(enable); } QSlider *VolControl::GetSlider() const { return slider; } VolControl::~VolControl() { obs_fader_remove_callback(obs_fader, OBSVolumeChanged, this); obs_volmeter_remove_callback(obs_volmeter, OBSVolumeLevel, this); obs_fader_destroy(obs_fader); obs_volmeter_destroy(obs_volmeter); } QColor VolumeMeter::getBackgroundNominalColor() const { return backgroundNominalColor; } void VolumeMeter::setBackgroundNominalColor(QColor c) { backgroundNominalColor = std::move(c); } QColor VolumeMeter::getBackgroundWarningColor() const { return backgroundWarningColor; } void VolumeMeter::setBackgroundWarningColor(QColor c) { backgroundWarningColor = std::move(c); } QColor VolumeMeter::getBackgroundErrorColor() const { return backgroundErrorColor; } void VolumeMeter::setBackgroundErrorColor(QColor c) { backgroundErrorColor = std::move(c); } QColor VolumeMeter::getForegroundNominalColor() const { return foregroundNominalColor; } void VolumeMeter::setForegroundNominalColor(QColor c) { foregroundNominalColor = std::move(c); } QColor VolumeMeter::getForegroundWarningColor() const { return foregroundWarningColor; } void VolumeMeter::setForegroundWarningColor(QColor c) { foregroundWarningColor = std::move(c); } QColor VolumeMeter::getForegroundErrorColor() const { return foregroundErrorColor; } void VolumeMeter::setForegroundErrorColor(QColor c) { foregroundErrorColor = std::move(c); } QColor VolumeMeter::getClipColor() const { return clipColor; } void VolumeMeter::setClipColor(QColor c) { clipColor = std::move(c); } QColor VolumeMeter::getMagnitudeColor() const { return magnitudeColor; } void VolumeMeter::setMagnitudeColor(QColor c) { magnitudeColor = std::move(c); } QColor VolumeMeter::getMajorTickColor() const { return majorTickColor; } void VolumeMeter::setMajorTickColor(QColor c) { majorTickColor = std::move(c); } QColor VolumeMeter::getMinorTickColor() const { return minorTickColor; } void VolumeMeter::setMinorTickColor(QColor c) { minorTickColor = std::move(c); } qreal VolumeMeter::getMinimumLevel() const { return minimumLevel; } void VolumeMeter::setMinimumLevel(qreal v) { minimumLevel = v; } qreal VolumeMeter::getWarningLevel() const { return warningLevel; } void VolumeMeter::setWarningLevel(qreal v) { warningLevel = v; } qreal VolumeMeter::getErrorLevel() const { return errorLevel; } void VolumeMeter::setErrorLevel(qreal v) { errorLevel = v; } qreal VolumeMeter::getClipLevel() const { return clipLevel; } void VolumeMeter::setClipLevel(qreal v) { clipLevel = v; } qreal VolumeMeter::getMinimumInputLevel() const { return minimumInputLevel; } void VolumeMeter::setMinimumInputLevel(qreal v) { minimumInputLevel = v; } qreal VolumeMeter::getPeakDecayRate() const { return peakDecayRate; } void VolumeMeter::setPeakDecayRate(qreal v) { peakDecayRate = v; } qreal VolumeMeter::getMagnitudeIntegrationTime() const { return magnitudeIntegrationTime; } void VolumeMeter::setMagnitudeIntegrationTime(qreal v) { magnitudeIntegrationTime = v; } qreal VolumeMeter::getPeakHoldDuration() const { return peakHoldDuration; } void VolumeMeter::setPeakHoldDuration(qreal v) { peakHoldDuration = v; } qreal VolumeMeter::getInputPeakHoldDuration() const { return inputPeakHoldDuration; } void VolumeMeter::setInputPeakHoldDuration(qreal v) { inputPeakHoldDuration = v; } void VolumeMeter::setPeakMeterType(enum obs_peak_meter_type peakMeterType) { obs_volmeter_set_peak_meter_type(obs_volmeter, peakMeterType); switch (peakMeterType) { case TRUE_PEAK_METER: // For true-peak meters EBU has defined the Permitted Maximum, // taking into account the accuracy of the meter and further // processing required by lossy audio compression. // // The alignment level was not specified, but I've adjusted // it compared to a sample-peak meter. Incidentally Youtube // uses this new Alignment Level as the maximum integrated // loudness of a video. // // * Permitted Maximum Level (PML) = -2.0 dBTP // * Alignment Level (AL) = -13 dBTP setErrorLevel(-2.0); setWarningLevel(-13.0); break; case SAMPLE_PEAK_METER: default: // For a sample Peak Meter EBU has the following level // definitions, taking into account inaccuracies of this meter: // // * Permitted Maximum Level (PML) = -9.0 dBFS // * Alignment Level (AL) = -20.0 dBFS setErrorLevel(-9.0); setWarningLevel(-20.0); break; } } void VolumeMeter::mousePressEvent(QMouseEvent *event) { setFocus(Qt::MouseFocusReason); event->accept(); } VolumeMeter::VolumeMeter(QWidget *parent, obs_volmeter_t *obs_volmeter, bool vertical) : QWidget(parent), obs_volmeter(obs_volmeter), vertical(vertical) { // Use a font that can be rendered small. tickFont = QFont("Arial"); tickFont.setPixelSize(7); // Default meter color settings, they only show if // there is no stylesheet, do not remove. backgroundNominalColor.setRgb(0x26, 0x7f, 0x26); // Dark green backgroundWarningColor.setRgb(0x7f, 0x7f, 0x26); // Dark yellow backgroundErrorColor.setRgb(0x7f, 0x26, 0x26); // Dark red foregroundNominalColor.setRgb(0x4c, 0xff, 0x4c); // Bright green foregroundWarningColor.setRgb(0xff, 0xff, 0x4c); // Bright yellow foregroundErrorColor.setRgb(0xff, 0x4c, 0x4c); // Bright red clipColor.setRgb(0xff, 0xff, 0xff); // Bright white magnitudeColor.setRgb(0x00, 0x00, 0x00); // Black majorTickColor.setRgb(0xff, 0xff, 0xff); // Black minorTickColor.setRgb(0xcc, 0xcc, 0xcc); // Black minimumLevel = -60.0; // -60 dB warningLevel = -20.0; // -20 dB errorLevel = -9.0; // -9 dB clipLevel = -0.5; // -0.5 dB minimumInputLevel = -50.0; // -50 dB peakDecayRate = 11.76; // 20 dB / 1.7 sec magnitudeIntegrationTime = 0.3; // 99% in 300 ms peakHoldDuration = 20.0; // 20 seconds inputPeakHoldDuration = 1.0; // 1 second channels = (int)audio_output_get_channels(obs_get_audio()); handleChannelCofigurationChange(); updateTimerRef = updateTimer.toStrongRef(); if (!updateTimerRef) { updateTimerRef = QSharedPointer::create(); updateTimerRef->start(34); updateTimer = updateTimerRef; } updateTimerRef->AddVolControl(this); } VolumeMeter::~VolumeMeter() { updateTimerRef->RemoveVolControl(this); delete tickPaintCache; } void VolumeMeter::setLevels(const float magnitude[MAX_AUDIO_CHANNELS], const float peak[MAX_AUDIO_CHANNELS], const float inputPeak[MAX_AUDIO_CHANNELS]) { uint64_t ts = os_gettime_ns(); QMutexLocker locker(&dataMutex); currentLastUpdateTime = ts; for (int channelNr = 0; channelNr < MAX_AUDIO_CHANNELS; channelNr++) { currentMagnitude[channelNr] = magnitude[channelNr]; currentPeak[channelNr] = peak[channelNr]; currentInputPeak[channelNr] = inputPeak[channelNr]; } // In case there are more updates then redraws we must make sure // that the ballistics of peak and hold are recalculated. locker.unlock(); calculateBallistics(ts); } inline void VolumeMeter::resetLevels() { currentLastUpdateTime = 0; for (int channelNr = 0; channelNr < MAX_AUDIO_CHANNELS; channelNr++) { currentMagnitude[channelNr] = -M_INFINITE; currentPeak[channelNr] = -M_INFINITE; currentInputPeak[channelNr] = -M_INFINITE; displayMagnitude[channelNr] = -M_INFINITE; displayPeak[channelNr] = -M_INFINITE; displayPeakHold[channelNr] = -M_INFINITE; displayPeakHoldLastUpdateTime[channelNr] = 0; displayInputPeakHold[channelNr] = -M_INFINITE; displayInputPeakHoldLastUpdateTime[channelNr] = 0; } } inline void VolumeMeter::handleChannelCofigurationChange() { QMutexLocker locker(&dataMutex); int currentNrAudioChannels = obs_volmeter_get_nr_channels(obs_volmeter); if (displayNrAudioChannels != currentNrAudioChannels) { displayNrAudioChannels = currentNrAudioChannels; // Make room for 3 pixels meter, with one pixel between each. // Then 9/13 pixels for ticks and numbers. if (vertical) setMinimumSize(displayNrAudioChannels * 4 + 14, 130); else setMinimumSize(130, displayNrAudioChannels * 4 + 8); resetLevels(); } } inline bool VolumeMeter::detectIdle(uint64_t ts) { double timeSinceLastUpdate = (ts - currentLastUpdateTime) * 0.000000001; if (timeSinceLastUpdate > 0.5) { resetLevels(); return true; } else { return false; } } inline void VolumeMeter::calculateBallisticsForChannel(int channelNr, uint64_t ts, qreal timeSinceLastRedraw) { if (currentPeak[channelNr] >= displayPeak[channelNr] || isnan(displayPeak[channelNr])) { // Attack of peak is immediate. displayPeak[channelNr] = currentPeak[channelNr]; } else { // Decay of peak is 40 dB / 1.7 seconds for Fast Profile // 20 dB / 1.7 seconds for Medium Profile (Type I PPM) // 24 dB / 2.8 seconds for Slow Profile (Type II PPM) float decay = float(peakDecayRate * timeSinceLastRedraw); displayPeak[channelNr] = CLAMP(displayPeak[channelNr] - decay, currentPeak[channelNr], 0); } if (currentPeak[channelNr] >= displayPeakHold[channelNr] || !isfinite(displayPeakHold[channelNr])) { // Attack of peak-hold is immediate, but keep track // when it was last updated. displayPeakHold[channelNr] = currentPeak[channelNr]; displayPeakHoldLastUpdateTime[channelNr] = ts; } else { // The peak and hold falls back to peak // after 20 seconds. qreal timeSinceLastPeak = (uint64_t)(ts - displayPeakHoldLastUpdateTime[channelNr]) * 0.000000001; if (timeSinceLastPeak > peakHoldDuration) { displayPeakHold[channelNr] = currentPeak[channelNr]; displayPeakHoldLastUpdateTime[channelNr] = ts; } } if (currentInputPeak[channelNr] >= displayInputPeakHold[channelNr] || !isfinite(displayInputPeakHold[channelNr])) { // Attack of peak-hold is immediate, but keep track // when it was last updated. displayInputPeakHold[channelNr] = currentInputPeak[channelNr]; displayInputPeakHoldLastUpdateTime[channelNr] = ts; } else { // The peak and hold falls back to peak after 1 second. qreal timeSinceLastPeak = (uint64_t)( ts - displayInputPeakHoldLastUpdateTime[channelNr]) * 0.000000001; if (timeSinceLastPeak > inputPeakHoldDuration) { displayInputPeakHold[channelNr] = currentInputPeak[channelNr]; displayInputPeakHoldLastUpdateTime[channelNr] = ts; } } if (!isfinite(displayMagnitude[channelNr])) { // The statements in the else-leg do not work with // NaN and infinite displayMagnitude. displayMagnitude[channelNr] = currentMagnitude[channelNr]; } else { // A VU meter will integrate to the new value to 99% in 300 ms. // The calculation here is very simplified and is more accurate // with higher frame-rate. float attack = float((currentMagnitude[channelNr] - displayMagnitude[channelNr]) * (timeSinceLastRedraw / magnitudeIntegrationTime) * 0.99); displayMagnitude[channelNr] = CLAMP(displayMagnitude[channelNr] + attack, (float)minimumLevel, 0); } } inline void VolumeMeter::calculateBallistics(uint64_t ts, qreal timeSinceLastRedraw) { QMutexLocker locker(&dataMutex); for (int channelNr = 0; channelNr < MAX_AUDIO_CHANNELS; channelNr++) calculateBallisticsForChannel(channelNr, ts, timeSinceLastRedraw); } void VolumeMeter::paintInputMeter(QPainter &painter, int x, int y, int width, int height, float peakHold) { QMutexLocker locker(&dataMutex); QColor color; if (peakHold < minimumInputLevel) color = backgroundNominalColor; else if (peakHold < warningLevel) color = foregroundNominalColor; else if (peakHold < errorLevel) color = foregroundWarningColor; else if (peakHold <= clipLevel) color = foregroundErrorColor; else color = clipColor; painter.fillRect(x, y, width, height, color); } void VolumeMeter::paintHTicks(QPainter &painter, int x, int y, int width, int height) { qreal scale = width / minimumLevel; painter.setFont(tickFont); painter.setPen(majorTickColor); // Draw major tick lines and numeric indicators. for (int i = 0; i >= minimumLevel; i -= 5) { int position = int(x + width - (i * scale) - 1); QString str = QString::number(i); if (i == 0 || i == -5) painter.drawText(position - 3, height, str); else painter.drawText(position - 5, height, str); painter.drawLine(position, y, position, y + 2); } // Draw minor tick lines. painter.setPen(minorTickColor); for (int i = 0; i >= minimumLevel; i--) { int position = int(x + width - (i * scale) - 1); if (i % 5 != 0) painter.drawLine(position, y, position, y + 1); } } void VolumeMeter::paintVTicks(QPainter &painter, int x, int y, int height) { qreal scale = height / minimumLevel; painter.setFont(tickFont); painter.setPen(majorTickColor); // Draw major tick lines and numeric indicators. for (int i = 0; i >= minimumLevel; i -= 5) { int position = y + int((i * scale) - 1); QString str = QString::number(i); if (i == 0) painter.drawText(x + 5, position + 4, str); else if (i == -60) painter.drawText(x + 4, position, str); else painter.drawText(x + 4, position + 2, str); painter.drawLine(x, position, x + 2, position); } // Draw minor tick lines. painter.setPen(minorTickColor); for (int i = 0; i >= minimumLevel; i--) { int position = y + int((i * scale) - 1); if (i % 5 != 0) painter.drawLine(x, position, x + 1, position); } } #define CLIP_FLASH_DURATION_MS 1000 void VolumeMeter::ClipEnding() { clipping = false; } void VolumeMeter::paintHMeter(QPainter &painter, int x, int y, int width, int height, float magnitude, float peak, float peakHold) { qreal scale = width / minimumLevel; QMutexLocker locker(&dataMutex); int minimumPosition = x + 0; int maximumPosition = x + width; int magnitudePosition = int(x + width - (magnitude * scale)); int peakPosition = int(x + width - (peak * scale)); int peakHoldPosition = int(x + width - (peakHold * scale)); int warningPosition = int(x + width - (warningLevel * scale)); int errorPosition = int(x + width - (errorLevel * scale)); int nominalLength = warningPosition - minimumPosition; int warningLength = errorPosition - warningPosition; int errorLength = maximumPosition - errorPosition; locker.unlock(); if (clipping) { peakPosition = maximumPosition; } if (peakPosition < minimumPosition) { painter.fillRect(minimumPosition, y, nominalLength, height, backgroundNominalColor); painter.fillRect(warningPosition, y, warningLength, height, backgroundWarningColor); painter.fillRect(errorPosition, y, errorLength, height, backgroundErrorColor); } else if (peakPosition < warningPosition) { painter.fillRect(minimumPosition, y, peakPosition - minimumPosition, height, foregroundNominalColor); painter.fillRect(peakPosition, y, warningPosition - peakPosition, height, backgroundNominalColor); painter.fillRect(warningPosition, y, warningLength, height, backgroundWarningColor); painter.fillRect(errorPosition, y, errorLength, height, backgroundErrorColor); } else if (peakPosition < errorPosition) { painter.fillRect(minimumPosition, y, nominalLength, height, foregroundNominalColor); painter.fillRect(warningPosition, y, peakPosition - warningPosition, height, foregroundWarningColor); painter.fillRect(peakPosition, y, errorPosition - peakPosition, height, backgroundWarningColor); painter.fillRect(errorPosition, y, errorLength, height, backgroundErrorColor); } else if (peakPosition < maximumPosition) { painter.fillRect(minimumPosition, y, nominalLength, height, foregroundNominalColor); painter.fillRect(warningPosition, y, warningLength, height, foregroundWarningColor); painter.fillRect(errorPosition, y, peakPosition - errorPosition, height, foregroundErrorColor); painter.fillRect(peakPosition, y, maximumPosition - peakPosition, height, backgroundErrorColor); } else { if (!clipping) { QTimer::singleShot(CLIP_FLASH_DURATION_MS, this, SLOT(ClipEnding())); clipping = true; } int end = errorLength + warningLength + nominalLength; painter.fillRect(minimumPosition, y, end, height, QBrush(foregroundErrorColor)); } if (peakHoldPosition - 3 < minimumPosition) ; // Peak-hold below minimum, no drawing. else if (peakHoldPosition < warningPosition) painter.fillRect(peakHoldPosition - 3, y, 3, height, foregroundNominalColor); else if (peakHoldPosition < errorPosition) painter.fillRect(peakHoldPosition - 3, y, 3, height, foregroundWarningColor); else painter.fillRect(peakHoldPosition - 3, y, 3, height, foregroundErrorColor); if (magnitudePosition - 3 >= minimumPosition) painter.fillRect(magnitudePosition - 3, y, 3, height, magnitudeColor); } void VolumeMeter::paintVMeter(QPainter &painter, int x, int y, int width, int height, float magnitude, float peak, float peakHold) { qreal scale = height / minimumLevel; QMutexLocker locker(&dataMutex); int minimumPosition = y + 0; int maximumPosition = y + height; int magnitudePosition = int(y + height - (magnitude * scale)); int peakPosition = int(y + height - (peak * scale)); int peakHoldPosition = int(y + height - (peakHold * scale)); int warningPosition = int(y + height - (warningLevel * scale)); int errorPosition = int(y + height - (errorLevel * scale)); int nominalLength = warningPosition - minimumPosition; int warningLength = errorPosition - warningPosition; int errorLength = maximumPosition - errorPosition; locker.unlock(); if (clipping) { peakPosition = maximumPosition; } if (peakPosition < minimumPosition) { painter.fillRect(x, minimumPosition, width, nominalLength, backgroundNominalColor); painter.fillRect(x, warningPosition, width, warningLength, backgroundWarningColor); painter.fillRect(x, errorPosition, width, errorLength, backgroundErrorColor); } else if (peakPosition < warningPosition) { painter.fillRect(x, minimumPosition, width, peakPosition - minimumPosition, foregroundNominalColor); painter.fillRect(x, peakPosition, width, warningPosition - peakPosition, backgroundNominalColor); painter.fillRect(x, warningPosition, width, warningLength, backgroundWarningColor); painter.fillRect(x, errorPosition, width, errorLength, backgroundErrorColor); } else if (peakPosition < errorPosition) { painter.fillRect(x, minimumPosition, width, nominalLength, foregroundNominalColor); painter.fillRect(x, warningPosition, width, peakPosition - warningPosition, foregroundWarningColor); painter.fillRect(x, peakPosition, width, errorPosition - peakPosition, backgroundWarningColor); painter.fillRect(x, errorPosition, width, errorLength, backgroundErrorColor); } else if (peakPosition < maximumPosition) { painter.fillRect(x, minimumPosition, width, nominalLength, foregroundNominalColor); painter.fillRect(x, warningPosition, width, warningLength, foregroundWarningColor); painter.fillRect(x, errorPosition, width, peakPosition - errorPosition, foregroundErrorColor); painter.fillRect(x, peakPosition, width, maximumPosition - peakPosition, backgroundErrorColor); } else { if (!clipping) { QTimer::singleShot(CLIP_FLASH_DURATION_MS, this, SLOT(ClipEnding())); clipping = true; } int end = errorLength + warningLength + nominalLength; painter.fillRect(x, minimumPosition, width, end, QBrush(foregroundErrorColor)); } if (peakHoldPosition - 3 < minimumPosition) ; // Peak-hold below minimum, no drawing. else if (peakHoldPosition < warningPosition) painter.fillRect(x, peakHoldPosition - 3, width, 3, foregroundNominalColor); else if (peakHoldPosition < errorPosition) painter.fillRect(x, peakHoldPosition - 3, width, 3, foregroundWarningColor); else painter.fillRect(x, peakHoldPosition - 3, width, 3, foregroundErrorColor); if (magnitudePosition - 3 >= minimumPosition) painter.fillRect(x, magnitudePosition - 3, width, 3, magnitudeColor); } void VolumeMeter::paintEvent(QPaintEvent *event) { uint64_t ts = os_gettime_ns(); qreal timeSinceLastRedraw = (ts - lastRedrawTime) * 0.000000001; const QRect rect = event->region().boundingRect(); int width = rect.width(); int height = rect.height(); handleChannelCofigurationChange(); calculateBallistics(ts, timeSinceLastRedraw); bool idle = detectIdle(ts); // Draw the ticks in a off-screen buffer when the widget changes size. QSize tickPaintCacheSize; if (vertical) tickPaintCacheSize = QSize(14, height); else tickPaintCacheSize = QSize(width, 9); if (tickPaintCache == nullptr || tickPaintCache->size() != tickPaintCacheSize) { delete tickPaintCache; tickPaintCache = new QPixmap(tickPaintCacheSize); QColor clearColor(0, 0, 0, 0); tickPaintCache->fill(clearColor); QPainter tickPainter(tickPaintCache); if (vertical) { tickPainter.translate(0, height); tickPainter.scale(1, -1); paintVTicks(tickPainter, 0, 11, tickPaintCacheSize.height() - 11); } else { paintHTicks(tickPainter, 6, 0, tickPaintCacheSize.width() - 6, tickPaintCacheSize.height()); } tickPainter.end(); } // Actual painting of the widget starts here. QPainter painter(this); if (vertical) { // Invert the Y axis to ease the math painter.translate(0, height); painter.scale(1, -1); painter.drawPixmap(displayNrAudioChannels * 4 - 1, 7, *tickPaintCache); } else { painter.drawPixmap(0, height - 9, *tickPaintCache); } for (int channelNr = 0; channelNr < displayNrAudioChannels; channelNr++) { int channelNrFixed = (displayNrAudioChannels == 1 && channels > 2) ? 2 : channelNr; if (vertical) paintVMeter(painter, channelNr * 4, 8, 3, height - 10, displayMagnitude[channelNrFixed], displayPeak[channelNrFixed], displayPeakHold[channelNrFixed]); else paintHMeter(painter, 5, channelNr * 4, width - 5, 3, displayMagnitude[channelNrFixed], displayPeak[channelNrFixed], displayPeakHold[channelNrFixed]); if (idle) continue; // By not drawing the input meter boxes the user can // see that the audio stream has been stopped, without // having too much visual impact. if (vertical) paintInputMeter(painter, channelNr * 4, 3, 3, 3, displayInputPeakHold[channelNrFixed]); else paintInputMeter(painter, 0, channelNr * 4, 3, 3, displayInputPeakHold[channelNrFixed]); } lastRedrawTime = ts; } void VolumeMeterTimer::AddVolControl(VolumeMeter *meter) { volumeMeters.push_back(meter); } void VolumeMeterTimer::RemoveVolControl(VolumeMeter *meter) { volumeMeters.removeOne(meter); } void VolumeMeterTimer::timerEvent(QTimerEvent *) { for (VolumeMeter *meter : volumeMeters) meter->update(); } SceneSwitcher-1.17.2/src/win/000077500000000000000000000000001417525156400157465ustar00rootroot00000000000000SceneSwitcher-1.17.2/src/win/advanced-scene-switcher-win.cpp000066400000000000000000000250771417525156400237460ustar00rootroot00000000000000#include "../headers/hotkey.hpp" #define WIN32_LEAN_AND_MEAN #include #include #include #include #include #include #include #include #include #include #include "..\headers\platform-funcs.hpp" #define MAX_SEARCH 1000 bool canSimulateKeyPresses = true; static bool GetWindowTitle(HWND window, std::string &title) { size_t len = (size_t)GetWindowTextLengthW(window); std::wstring wtitle; wtitle.resize(len); if (!GetWindowTextW(window, &wtitle[0], (int)len + 1)) { return false; } len = os_wcs_to_utf8(wtitle.c_str(), 0, nullptr, 0); title.resize(len); os_wcs_to_utf8(wtitle.c_str(), 0, &title[0], len + 1); return true; } static bool WindowValid(HWND window) { LONG_PTR styles; DWORD id; if (!IsWindowVisible(window)) { return false; } GetWindowThreadProcessId(window, &id); if (id == GetCurrentProcessId()) { return false; } styles = GetWindowLongPtr(window, GWL_STYLE); if (styles & WS_CHILD) { return false; } return true; } BOOL CALLBACK GetTitleCB(HWND hwnd, LPARAM lParam) { if (!WindowValid(hwnd)) { return TRUE; } std::string title; GetWindowTitle(hwnd, title); if (title.empty()) { return TRUE; } std::vector &titles = *reinterpret_cast *>(lParam); titles.push_back(title); return TRUE; } VOID EnumWindowsWithMetro(__in WNDENUMPROC lpEnumFunc, __in LPARAM lParam) { HWND childWindow = NULL; int i = 0; while (i < MAX_SEARCH && (childWindow = FindWindowEx(NULL, childWindow, NULL, NULL))) { if (!lpEnumFunc(childWindow, lParam)) { return; } i++; } } void GetWindowList(std::vector &windows) { windows.resize(0); EnumWindowsWithMetro(GetTitleCB, reinterpret_cast(&windows)); } void GetWindowList(QStringList &windows) { windows.clear(); std::vector w; GetWindowList(w); for (auto window : w) { windows << QString::fromStdString(window); } // Add entry for OBS Studio itself, see GetCurrentWindowTitle windows << QString("OBS"); } void GetCurrentWindowTitle(std::string &title) { HWND window = GetForegroundWindow(); DWORD pid; DWORD thid; thid = GetWindowThreadProcessId(window, &pid); // GetWindowText will freeze if the control it is reading was created in another thread. // It does not directly read the control. // Instead it waits for the thread that created the control to process a WM_GETTEXT message. // So if that thread is frozen in a WaitFor... call you have a deadlock. if (GetCurrentProcessId() == pid) { title = "OBS"; return; } GetWindowTitle(window, title); } std::pair getCursorPos() { std::pair pos(0, 0); POINT cursorPos; if (GetPhysicalCursorPos(&cursorPos)) { pos.first = cursorPos.x; pos.second = cursorPos.y; } return pos; } HWND getHWNDfromTitle(std::string title) { HWND hwnd = NULL; std::wstring_convert> converter; std::wstring wTitle = converter.from_bytes(title); hwnd = FindWindowEx(NULL, NULL, NULL, wTitle.c_str()); return hwnd; } bool isMaximized(const std::string &title) { RECT appBounds; MONITORINFO monitorInfo = {0}; HWND hwnd = NULL; hwnd = getHWNDfromTitle(title); if (!hwnd) { return false; } monitorInfo.cbSize = sizeof(MONITORINFO); GetMonitorInfo(MonitorFromWindow(hwnd, MONITOR_DEFAULTTONEAREST), &monitorInfo); if (hwnd && hwnd != GetDesktopWindow() && hwnd != GetShellWindow()) { if (IsZoomed(hwnd)) { return true; } GetWindowRect(hwnd, &appBounds); if (monitorInfo.rcMonitor.bottom == appBounds.bottom && monitorInfo.rcMonitor.top == appBounds.top && monitorInfo.rcMonitor.left == appBounds.left && monitorInfo.rcMonitor.right == appBounds.right) { return true; } } return false; } bool isFullscreen(const std::string &title) { RECT appBounds; MONITORINFO monitorInfo = {0}; HWND hwnd = NULL; hwnd = getHWNDfromTitle(title); if (!hwnd) { return false; } monitorInfo.cbSize = sizeof(MONITORINFO); GetMonitorInfo(MonitorFromWindow(hwnd, MONITOR_DEFAULTTONEAREST), &monitorInfo); if (hwnd && hwnd != GetDesktopWindow() && hwnd != GetShellWindow()) { GetWindowRect(hwnd, &appBounds); if (monitorInfo.rcMonitor.bottom == appBounds.bottom && monitorInfo.rcMonitor.top == appBounds.top && monitorInfo.rcMonitor.left == appBounds.left && monitorInfo.rcMonitor.right == appBounds.right) { return true; } } return false; } void GetProcessList(QStringList &processes) { HANDLE procSnapshot; PROCESSENTRY32 procEntry; procSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); if (procSnapshot == INVALID_HANDLE_VALUE) { return; } procEntry.dwSize = sizeof(PROCESSENTRY32); if (!Process32First(procSnapshot, &procEntry)) { CloseHandle(procSnapshot); return; } do { QString tempexe = QString::fromWCharArray(procEntry.szExeFile); if (tempexe == "System") { continue; } if (tempexe == "[System Process]") { continue; } if (processes.contains(tempexe)) { continue; } processes.append(tempexe); } while (Process32Next(procSnapshot, &procEntry)); CloseHandle(procSnapshot); } bool isInFocus(const QString &executable) { // only checks if the current foreground window is from the same executable, // may return true for any window from a program HWND foregroundWindow = GetForegroundWindow(); DWORD processId = 0; GetWindowThreadProcessId(foregroundWindow, &processId); HANDLE process = OpenProcess( PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, processId); if (process == NULL) { return false; } WCHAR executablePath[600]; GetModuleFileNameEx(process, 0, executablePath, 600); CloseHandle(process); QString file = QString::fromWCharArray(executablePath) .split(QRegularExpression("(/|\\\\)")) .back(); // True if executable switch equals current window bool equals = (executable == file); // True if executable switch matches current window bool matches = file.contains(QRegularExpression(executable)); return (equals || matches); } static std::unordered_map keyTable = { // Chars {HotkeyType::Key_A, 0x41}, {HotkeyType::Key_B, 0x42}, {HotkeyType::Key_C, 0x43}, {HotkeyType::Key_D, 0x44}, {HotkeyType::Key_E, 0x45}, {HotkeyType::Key_F, 0x46}, {HotkeyType::Key_G, 0x47}, {HotkeyType::Key_H, 0x48}, {HotkeyType::Key_I, 0x49}, {HotkeyType::Key_J, 0x4A}, {HotkeyType::Key_K, 0x4B}, {HotkeyType::Key_L, 0x4C}, {HotkeyType::Key_M, 0x4D}, {HotkeyType::Key_N, 0x4E}, {HotkeyType::Key_O, 0x4F}, {HotkeyType::Key_P, 0x50}, {HotkeyType::Key_Q, 0x51}, {HotkeyType::Key_R, 0x52}, {HotkeyType::Key_S, 0x53}, {HotkeyType::Key_T, 0x54}, {HotkeyType::Key_U, 0x55}, {HotkeyType::Key_V, 0x56}, {HotkeyType::Key_W, 0x57}, {HotkeyType::Key_X, 0x58}, {HotkeyType::Key_Y, 0x59}, {HotkeyType::Key_Z, 0x5A}, // Numbers {HotkeyType::Key_0, 0x30}, {HotkeyType::Key_1, 0x31}, {HotkeyType::Key_2, 0x32}, {HotkeyType::Key_3, 0x33}, {HotkeyType::Key_4, 0x34}, {HotkeyType::Key_5, 0x35}, {HotkeyType::Key_6, 0x36}, {HotkeyType::Key_7, 0x37}, {HotkeyType::Key_8, 0x38}, {HotkeyType::Key_9, 0x39}, {HotkeyType::Key_F1, VK_F1}, {HotkeyType::Key_F2, VK_F2}, {HotkeyType::Key_F3, VK_F3}, {HotkeyType::Key_F4, VK_F4}, {HotkeyType::Key_F5, VK_F5}, {HotkeyType::Key_F6, VK_F6}, {HotkeyType::Key_F7, VK_F7}, {HotkeyType::Key_F8, VK_F8}, {HotkeyType::Key_F9, VK_F9}, {HotkeyType::Key_F10, VK_F10}, {HotkeyType::Key_F11, VK_F11}, {HotkeyType::Key_F12, VK_F12}, {HotkeyType::Key_F13, VK_F13}, {HotkeyType::Key_F14, VK_F14}, {HotkeyType::Key_F15, VK_F15}, {HotkeyType::Key_F16, VK_F16}, {HotkeyType::Key_F17, VK_F17}, {HotkeyType::Key_F18, VK_F18}, {HotkeyType::Key_F19, VK_F19}, {HotkeyType::Key_F20, VK_F20}, {HotkeyType::Key_F21, VK_F21}, {HotkeyType::Key_F22, VK_F22}, {HotkeyType::Key_F23, VK_F23}, {HotkeyType::Key_F24, VK_F24}, {HotkeyType::Key_Escape, VK_ESCAPE}, {HotkeyType::Key_Space, VK_SPACE}, {HotkeyType::Key_Return, VK_RETURN}, {HotkeyType::Key_Backspace, VK_BACK}, {HotkeyType::Key_Tab, VK_TAB}, {HotkeyType::Key_Shift_L, VK_LSHIFT}, {HotkeyType::Key_Shift_R, VK_RSHIFT}, {HotkeyType::Key_Control_L, VK_LCONTROL}, {HotkeyType::Key_Control_R, VK_RCONTROL}, {HotkeyType::Key_Alt_L, VK_LMENU}, {HotkeyType::Key_Alt_R, VK_RMENU}, {HotkeyType::Key_Win_L, VK_LWIN}, {HotkeyType::Key_Win_R, VK_RWIN}, {HotkeyType::Key_Apps, VK_APPS}, {HotkeyType::Key_CapsLock, VK_CAPITAL}, {HotkeyType::Key_NumLock, VK_NUMLOCK}, {HotkeyType::Key_ScrollLock, VK_SCROLL}, {HotkeyType::Key_PrintScreen, VK_SNAPSHOT}, {HotkeyType::Key_Pause, VK_PAUSE}, {HotkeyType::Key_Insert, VK_INSERT}, {HotkeyType::Key_Delete, VK_DELETE}, {HotkeyType::Key_PageUP, VK_PRIOR}, {HotkeyType::Key_PageDown, VK_NEXT}, {HotkeyType::Key_Home, VK_HOME}, {HotkeyType::Key_End, VK_END}, {HotkeyType::Key_Left, VK_LEFT}, {HotkeyType::Key_Up, VK_UP}, {HotkeyType::Key_Right, VK_RIGHT}, {HotkeyType::Key_Down, VK_DOWN}, {HotkeyType::Key_Numpad0, VK_NUMPAD0}, {HotkeyType::Key_Numpad1, VK_NUMPAD1}, {HotkeyType::Key_Numpad2, VK_NUMPAD2}, {HotkeyType::Key_Numpad3, VK_NUMPAD3}, {HotkeyType::Key_Numpad4, VK_NUMPAD4}, {HotkeyType::Key_Numpad5, VK_NUMPAD5}, {HotkeyType::Key_Numpad6, VK_NUMPAD6}, {HotkeyType::Key_Numpad7, VK_NUMPAD7}, {HotkeyType::Key_Numpad8, VK_NUMPAD8}, {HotkeyType::Key_Numpad9, VK_NUMPAD9}, {HotkeyType::Key_NumpadAdd, VK_ADD}, {HotkeyType::Key_NumpadSubtract, VK_SUBTRACT}, {HotkeyType::Key_NumpadMultiply, VK_MULTIPLY}, {HotkeyType::Key_NumpadDivide, VK_DIVIDE}, {HotkeyType::Key_NumpadDecimal, VK_DECIMAL}, {HotkeyType::Key_NumpadEnter, VK_RETURN}, }; void PressKeys(const std::vector keys, int duration) { INPUT ip; ip.type = INPUT_KEYBOARD; ip.ki.wScan = 0; ip.ki.time = 0; ip.ki.dwExtraInfo = 0; // Press keys ip.ki.dwFlags = 0; for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } ip.ki.wVk = it->second; SendInput(1, &ip, sizeof(INPUT)); } // When instantly releasing the key presses OBS might miss them Sleep(duration); // Release keys ip.ki.dwFlags = KEYEVENTF_KEYUP; for (auto &key : keys) { auto it = keyTable.find(key); if (it == keyTable.end()) { continue; } ip.ki.wVk = it->second; SendInput(1, &ip, sizeof(INPUT)); } } int getLastInputTime() { LASTINPUTINFO lastInputInfo; lastInputInfo.cbSize = sizeof(LASTINPUTINFO); if (GetLastInputInfo(&lastInputInfo)) { return lastInputInfo.dwTime; } return 0; } int getTime() { return GetTickCount(); } int secondsSinceLastInput() { return (getTime() - getLastInputTime()) / 1000; } void PlatformInit() {} void PlatformCleanup() {}